:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#272727;background-color:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}.navbar{width:100%;height:70px;background-color:#fff;color:#000;font-family:Arial,sans-serif;border-bottom:#d2d2d2 1px solid;display:flex;align-items:center}.mainContent{display:flex;flex-direction:column;width:100%;height:calc(100vh - 70px);overflow-y:auto}.tileArea{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:20px;width:100%;box-sizing:border-box}.tableArea{display:flex;flex-wrap:wrap;border-left:#d2d2d2 1px solid;padding:0 20px 20px}.tableTile{width:100%;background:#fff;border-radius:14px;border:1px solid #eef1f3;padding-top:20px;box-shadow:0 2px 6px #0e1e2514;display:flex;flex-direction:column;font-family:Inter,sans-serif}.tableHeader{padding:0 20px 20px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #e5e8eb}.tableTitle{font-size:16px;font-weight:600;color:#202630}.tableSubtitle{font-size:13px;color:#8c93a1}.cvTable{width:100%;border-collapse:collapse}.cvTable thead tr{border-bottom:1px solid #e5e8eb}.cvTable th{text-align:left;padding:12px;font-size:14px;color:#6a707e;font-weight:600}.cvTable td{padding:14px;font-size:14px;color:#494747;border-bottom:1px solid #f4f5f7}.cvTable tbody tr:hover{background-color:#f9fbfd}.levelBadge{padding:5px 10px;border-radius:8px;font-weight:400;font-size:13px;border:1px solid;display:inline-block}.previewBtn{width:34px;height:34px;border-radius:8px;background:linear-gradient(180deg,#e9f6ff,#d0edff);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0074b7;font-weight:700;font-size:14px}.replayBtn{padding:6px 14px;border-radius:8px;border:none;background:linear-gradient(90deg,#62aaff,#005cff);color:#fff;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px}.replayBtn:hover{opacity:.92}.tileBasic{font-size:30px;color:#8c93a1;background:#fff;border-radius:14px;border:1px solid #eef1f3;padding:18px 22px;display:flex;flex-direction:column;box-shadow:0 2px 6px #0e1e2514}.tileHeader{display:flex;align-items:center;justify-content:space-between}.icon{width:36px;height:36px;border-radius:10px;background:#cee1f37a;display:flex;align-items:center;justify-content:center;font-size:19px;color:#d2e4d0}.percent{font-size:14px;font-weight:500;color:#44ac39}.tileTitle{font-size:14px;color:#6a707e}.tileData{font-size:17px;font-weight:600;color:#222}.tileInfo{font-size:13px;color:#8c93a1}.navbar{width:100%;height:64px;background:#fff;border-bottom:1px solid #e5e8eb;display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-family:Inter,sans-serif}.navLeft{display:flex;align-items:center;gap:10px}.logoIcon{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#1cb8ff,#06f);color:#fff;font-weight:700;font-size:14px;display:flex;justify-content:center;align-items:center}.navTitle{font-size:15px;font-weight:600;color:#1d1d1d}.navRight{display:flex;align-items:center;gap:18px}.simulateBtn{background:#ffe8e8;border:none;color:#c22a2a;font-size:13px;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer}.simulateBtn:hover{opacity:.85}.bellWrapper{position:relative;cursor:pointer}.bellIcon{font-size:15px;font-weight:400;color:#1d1d1d}.notificationDot{position:absolute;right:-2px;top:-3px;width:8px;height:8px;background:#ff3b3b;border-radius:50%}.settingsBtn{background:none;border:none;cursor:pointer}.settingsIcon{font-size:15px;font-weight:400;color:#1d1d1d}.settingsBtn:hover{opacity:.7}.blurBackground{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:50}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:24px;box-shadow:0 4px 8px #0000001a;z-index:200;width:300px}
