:root{--background:#f7faff;--surface:#fff;--surface-soft:#f5f9ff;--text:#101522;--muted:#667085;--border:#dfe8f4;--blue:#00a8ff;--blue-strong:#07f;--orange:#ff7a1a;--yellow:#ffb321;--red:#ef3b42;--shadow:0 18px 45px #12274c14;--radius:8px;--easy-right-rail-width:420px;--easy-right-rail-metrics:132px 104px 164px;--easy-right-rail-gap:10px;--easy-right-rail-radius:12px;--easy-right-rail-border:1px solid #bed8f6eb;--easy-right-rail-background:#fffffff5;--easy-right-rail-padding:12px;--radius-lg:14px;--shadow-panel:0 14px 32px #12274c12;--panel-border:1px solid #d8e4f1;--scrollbar-thumb-color:#8db8e8;--scrollbar-thumb-gradient:linear-gradient(180deg, #00a8ff, #07f);--scrollbar-track-color:#cdddee7a;--scrollbar-thumb-border:2px solid #edf3f9eb}*{scrollbar-color:var(--scrollbar-thumb-color) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:999px}::-webkit-scrollbar-thumb{border:var(--scrollbar-thumb-border);background:var(--scrollbar-thumb-gradient);border-radius:999px}.main-area:has(.dashboard-v2)>.topbar{min-height:78px;grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;column-gap:12px!important;padding:7px 12px 7px 16px!important;display:grid!important}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting{align-self:stretch;align-items:center;width:100%;min-width:0;padding:0 16px;display:flex;border:1px solid var(--neo-border)!important;box-shadow:var(--neo-raised-soft)!important;background:linear-gradient(145deg,#f8fbff,#e6eef6)!important;border-radius:14px!important}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting p{margin:0}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting{text-align:left!important;align-items:flex-start!important}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting p{width:100%;text-align:left!important}.main-area:has(.dashboard-v2)>.topbar .topbar-actions{align-self:stretch;width:100%}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand-lockup{color:#0d1424;letter-spacing:0;align-items:center;gap:10px;font-size:30px;font-weight:800;display:inline-flex}.easy-logo{color:#0d1424;align-items:center;gap:10px;line-height:1;display:inline-flex}.easy-logo-mark{object-fit:contain;flex:none;width:58px;height:58px}.easy-logo-text{color:#0d1424;letter-spacing:0;font-size:30px;font-weight:850}.easy-logo-text span{color:#ffcf3a}.brand-mark{background:radial-gradient(circle at 72% 22%,#ffb321 0 16%,#0000 17%),linear-gradient(145deg,#006ee8 0 34%,#0000 35%),linear-gradient(40deg,#ef3b42 0 44%,#0000 45%),linear-gradient(120deg,#ff7a1a 0 40%,#fff 41% 46%,#1687ff 47% 100%);border-radius:14px 20px 14px 22px;width:46px;height:46px}.auth-page{background:linear-gradient(120deg, #00a8ff14, transparent 38%), var(--background);place-items:center;min-height:100vh;padding:32px;display:grid}.auth-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:min(460px,100%);box-shadow:var(--shadow);padding:34px}.auth-card h1{margin:26px 0 8px;font-size:34px;line-height:1.08}.auth-card p{color:var(--muted);margin:0 0 22px;line-height:1.55}.auth-form{gap:14px;display:grid}.auth-form label{color:#344054;gap:7px;font-size:14px;font-weight:650;display:grid}.auth-form input{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:46px;color:var(--text);padding:0 13px}.auth-form input:focus{border-color:var(--blue);outline:3px solid #00a8ff24}.secondary-auth{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.secondary-auth h2{margin:0;font-size:18px}.form-error,.form-note{color:var(--red);margin:0;font-size:14px}.form-note{color:var(--muted)}.form-success{color:#158a4a;background:#22c55e1f;border:1px solid #22c55e59;border-radius:8px;margin:0;padding:10px 14px;font-size:14px;font-weight:600}.auth-link{color:var(--blue);font-weight:650;text-decoration:none}.auth-link:hover,.auth-link:focus-visible{text-decoration:underline}.primary-button,.outline-button,.ghost-button,.warning-button,.danger-button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-size:15px;font-weight:750;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(#00a8ff,#07f)}.primary-button:hover,.primary-button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 10px 22px #0077ff47}.primary-button:active{transform:translateY(0);box-shadow:0 4px 10px #0077ff3d}.outline-button,.ghost-button{border-color:var(--blue);color:var(--blue-strong);background:#fff}.outline-button:hover,.outline-button:focus-visible,.ghost-button:hover,.ghost-button:focus-visible{background:var(--surface-soft);outline:none;transform:translateY(-1px)}.outline-button:active,.ghost-button:active{transform:translateY(0)}.warning-button{color:#a45f00;background:#fff8e8;border-color:#ffa51f;width:100%}.danger-button{border-color:var(--red);color:#ce242b;background:#fff7f7;width:100%}.app-shell{grid-template-columns:250px minmax(0,1fr);height:100vh;min-height:100vh;display:grid;overflow:hidden}.sidebar{border-right:1px solid var(--border);background:var(--surface);grid-template-rows:auto 1fr auto auto;gap:32px;height:100vh;padding:28px 16px;display:grid;position:sticky;top:0}.shell-brand{font-size:30px}.shell-brand .easy-logo{gap:10px}.shell-brand .easy-logo-mark{transform-origin:50%;width:54px;height:54px;margin-right:0;transform:none}.shell-brand .easy-logo-text{font-size:30px}.sidebar-nav{align-content:start;gap:12px;display:grid}.nav-group,.nav-group-row{width:100%;position:relative}.nav-submenu-toggle{color:currentColor;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:30px;height:30px;transition:background .16s,transform .22s,color .16s;display:inline-grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.nav-submenu-toggle:hover,.nav-submenu-toggle:focus-visible{background:var(--surface-soft);outline:none}.nav-group.is-open .nav-submenu-toggle{transform:translateY(-50%)rotate(180deg)}.nav-group-caderno .nav-item.is-active+.nav-submenu-toggle{color:#fff}.nav-subitem{color:#304663;border-left:2px solid #0077ff61;border-radius:0 9px 9px 0;align-items:center;gap:10px;min-height:38px;margin:5px 8px 0 18px;padding:0 10px;font-size:13px;font-weight:760;transition:background .18s,color .18s;display:flex}.nav-subitem:hover,.nav-subitem:focus-visible{color:var(--blue-strong);background:#edf6ff;outline:none}.all-subjects-page{background:radial-gradient(circle at 78% 16%,#00a8ff14,#0000 31%),linear-gradient(145deg,#edf3f9,#e4edf6);height:calc(100vh - 90px);min-height:0;padding:8px 12px 12px 16px}.main-area:has(.all-subjects-page)>.topbar{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)!important;column-gap:12px!important;padding-left:16px!important;padding-right:12px!important;display:grid!important}.main-area:has(.all-subjects-page)>.topbar .topbar-greeting{min-width:0;width:100%!important}.main-area:has(.all-subjects-page)>.topbar .topbar-actions{width:var(--easy-right-rail-width)!important;min-width:var(--easy-right-rail-width)!important;gap:var(--easy-right-rail-gap)!important;grid-template-columns:146px 92px 162px!important;display:grid!important}.all-subjects-layout{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);gap:12px;height:100%;min-height:0;display:grid}.all-subjects-primary{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);gap:12px;min-width:0;min-height:0;display:grid}.all-subjects-panel{background:#fff;border:1px solid #a7caefeb;border-radius:15px;box-shadow:-6px -6px 14px #ffffffe6,7px 9px 17px #36567c29}.all-subjects-row{transition:transform .18s,border-color .18s,box-shadow .18s}.all-subjects-row:hover{border-color:#0077ff9e;transform:translateY(-3px);box-shadow:-7px -7px 16px #fffffff5,10px 13px 24px #264d7a3b}@media (prefers-reduced-motion:reduce){.all-subjects-row{transition:none}.all-subjects-row:hover{transform:none}}.all-subjects-scroll{scrollbar-color:#8db8e8 transparent;scrollbar-gutter:stable;scrollbar-width:thin;align-content:start;gap:12px;min-height:0;padding:0 0 2px;display:grid;overflow-y:scroll}.all-subjects-scroll::-webkit-scrollbar{width:10px}.all-subjects-scroll::-webkit-scrollbar-track{background:#cdddee7a;border-radius:999px}.all-subjects-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#00a8ff,#07f);border:2px solid #edf3f9eb;border-radius:999px}.all-subjects-row{cursor:pointer;align-items:center;gap:20px;min-height:80px;padding:12px 16px;display:flex}.all-subjects-row:focus-visible{outline-offset:2px;outline:2px solid #087eff}.all-subjects-row-group{gap:0;display:grid}.all-subjects-row-group.is-open .all-subjects-row{border-radius:15px 15px 8px 8px}.all-subjects-subgroup{background:linear-gradient(#f2f8fffa,#e8f2fcf5);border:1px solid #a7caefd1;border-top:0;border-radius:0 0 15px 15px;gap:6px;margin:0 0 12px 18px;padding:12px 14px 14px 22px;animation:.18s ease-out all-subjects-subgroup-in;display:grid;box-shadow:5px 8px 16px #36567c21}.all-subjects-detail-row{color:#132846;background:#fffffff5;border:1px solid #a4caf0db;border-radius:8px;grid-template-columns:38px minmax(126px,190px) minmax(120px,1fr) minmax(82px,126px) minmax(92px,104px) auto;align-items:center;gap:12px;min-height:56px;padding:4px 16px 4px 9px;display:grid;box-shadow:0 2px 5px #36567c0d}.all-subjects-detail-row .content-rings{grid-column:6}.all-subjects-detail-icon{background:var(--detail-soft);width:34px;height:34px;color:var(--detail-color);border-radius:9px;place-items:center;display:grid}.all-subjects-detail-row>strong{font-size:13px;font-weight:800}.all-subjects-detail-row>b{color:#16233a;text-align:right;font-size:12px;font-weight:750}.content-rings{flex:none;align-items:center;gap:18px;display:flex}.content-ring{cursor:default;outline:none;flex-direction:column;align-items:center;gap:5px;display:flex;position:relative}.content-rings-md .content-ring-svg{width:60px;height:60px}.content-rings-sm .content-ring-svg{width:44px;height:44px}.content-ring-track{fill:none;stroke:#e3ebf3;stroke-width:3.2px}.content-ring-value{fill:none;stroke-width:3.2px;stroke-linecap:round;transform-origin:50%;transition:stroke-dashoffset .3s;transform:rotate(-90deg)}.content-ring.is-unavailable .content-ring-track{stroke:#eef1f5}.content-ring-percent{fill:#16233a;font-size:9.5px;font-weight:800}.content-ring.is-unavailable .content-ring-percent{fill:#b7c1cf}.content-rings-sm .content-ring-percent{font-size:10.5px}.content-ring-label{color:#63748d;text-align:center;white-space:nowrap;font-size:11px;font-weight:700}.content-rings-sm .content-ring-label{display:none}.content-ring-tooltip{z-index:30;color:#16233a;text-align:left;background:#fff;border:1px solid #d7e6f7;border-radius:16px;gap:10px;width:max-content;max-width:250px;padding:14px;font-size:12px;line-height:1.45;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 18px 38px #18345938}.content-ring-tooltip-bottom{transform:translate(-50%)}.content-ring-tooltip-top{transform:translate(-50%,-100%)}.content-ring-tooltip-title{font-size:14px;display:block}.content-ring-tooltip-stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.content-ring-tooltip-stat{text-align:center;border-radius:12px;gap:2px;padding:9px 10px;display:grid}.content-ring-tooltip-stat>b{font-size:20px;line-height:1.1}.content-ring-tooltip-stat>span{color:inherit;text-transform:uppercase;letter-spacing:.02em;opacity:.75;font-size:10px;font-weight:700}.content-ring-tooltip-stat.is-done{color:#067a4d;background:#e6f7ee}.content-ring-tooltip-stat.is-remaining{color:#48566b;background:#eef2f8}.content-ring-tooltip-facts{color:#48566b;border-top:1px solid #eef1f5;gap:5px;margin:0;padding:10px 0 0;list-style:none;display:grid}.content-ring-tooltip-note{color:#8493a8;font-style:italic}.content-ring-tooltip-empty{color:#63748d}.all-subjects-rings-slot{margin-left:auto}.all-subjects-expand-indicator{color:#0b274b;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;transition:background .16s,color .16s,transform .16s;display:grid}.all-subjects-row:hover .all-subjects-expand-indicator{color:var(--blue-strong);background:#eaf4ff}.all-subjects-row-group.is-open .all-subjects-expand-indicator{transform:rotate(180deg)}@keyframes all-subjects-subgroup-in{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.all-subjects-index{border:1px solid var(--category-border,#0077ff57);background:var(--category-bg,#eaf5ff);width:44px;height:44px;color:var(--category-fg,#07f);border-radius:50%;flex:0 0 44px;place-items:center;display:grid}.all-subjects-index svg{stroke-width:2.1px;width:21px;height:21px}.all-subjects-info{flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:flex-start;gap:7px;display:flex}.all-subjects-name{border:1px solid var(--category-border,#00a9686b);background:var(--category-bg,#effbf6);min-height:22px;color:var(--category-fg,#00965e);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.all-subjects-title{color:#071a40;white-space:nowrap;font-size:17px;font-weight:800;line-height:1.05}.all-subjects-name>span{color:var(--category-fg,#00ad70);font-size:13px;line-height:1}.all-subjects-progress{width:clamp(250px,28%,370px);margin-left:auto}.all-subjects-progress-label{color:#536781;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:13px;font-weight:650;line-height:1;display:flex}.all-subjects-progress-label strong{color:#10213c;font-size:14px;font-weight:850}.all-subjects-progress-track{background:#e7eef6;border:1px solid #bed8f6e6;border-radius:999px;height:7px;overflow:hidden}.all-subjects-progress-track>span{border-radius:inherit;background:linear-gradient(90deg,#00a8ff,#07f);height:100%;display:block}.all-subjects-rail{grid-template-rows:1fr 1fr 1fr;gap:12px;min-width:0;min-height:0;display:grid}.all-subjects-feature{padding:20px 24px}.all-subjects-search-row{grid-template-columns:minmax(0,1fr) 250px;gap:24px;display:grid}.all-subjects-search{color:#073f93;background:#fff;border:1px solid #a9cdf2;border-radius:20px;align-items:center;gap:20px;height:68px;padding:0 27px;display:flex;box-shadow:0 8px 18px #2f5b8e21,inset 2px 2px 5px #2056910d,inset -2px -2px 5px #ffffffe6}.all-subjects-search>svg{stroke-width:2.2px;width:30px;height:30px}.all-subjects-search input{color:#0b1d3a;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:17px}.all-subjects-search input::placeholder{color:#7b8799;opacity:.82}.all-subjects-search-actions{gap:10px;display:flex}.all-subjects-select-btn{color:#073f93;cursor:pointer;background:#fff;border:1px solid #a9cdf2;border-radius:20px;flex:1;height:68px;font-size:14px;font-weight:800;transition:background .14s,box-shadow .14s}.all-subjects-select-btn:hover{background:#f2f8ff}.all-subjects-select-btn.is-active{color:#fff;background:#0b234a;border-color:#0b234a}.all-subjects-study-btn{color:#fff;cursor:pointer;background:linear-gradient(#00a8ff,#07f);border:0;border-radius:20px;flex:1;height:68px;font-size:14px;font-weight:800;transition:opacity .14s,transform .14s;box-shadow:0 8px 18px #0077ff3d}.all-subjects-study-btn:hover:not(:disabled){transform:translateY(-1px)}.all-subjects-study-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.all-subjects-focus-banner{color:#0b3d78;background:#e9f4ff;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:10px 16px;font-size:13px;font-weight:700;display:flex}.all-subjects-selection-error{color:#b3261e;background:#fff1f1;border-radius:14px;margin-top:12px;padding:10px 16px;font-size:13px;font-weight:700}.all-subjects-select-checkbox{accent-color:#07f;cursor:pointer;width:20px;height:20px;margin-right:-4px}.all-subjects-row-group.is-focused>.all-subjects-row{border-color:#07f;box-shadow:0 0 0 1.5px #0077ff59}.all-subjects-focused-badge{color:#0877ed;text-transform:uppercase;letter-spacing:.02em;vertical-align:middle;background:#e9f4ff;border-radius:999px;align-items:center;margin-left:8px;padding:2px 9px;font-size:10px;font-weight:800;display:inline-flex}.all-subjects-remove-focus{color:#63748d;cursor:pointer;background:#f1f5fb;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:8px;transition:background .14s,color .14s;display:flex}.all-subjects-remove-focus:hover:not(:disabled){color:#d43a3a;background:#ffe4e4}.all-subjects-remove-focus:disabled{opacity:.5;cursor:not-allowed}.all-subjects-filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:16px;display:grid}.all-subjects-filter-select{width:100%;position:relative}.all-subjects-filter-select>button{color:#132b52;text-align:left;cursor:pointer;background:#fff;border:1px solid #aacdf1;border-radius:17px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:13px;width:100%;height:64px;padding:0 20px;font-size:14px;font-weight:750;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid;box-shadow:0 7px 17px #2f5b8e1a}.all-subjects-filter-select>button>svg{stroke-width:2.3px;width:18px;height:18px;transition:transform .16s}.all-subjects-filter-select>button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.all-subjects-filter-select:hover>button,.all-subjects-filter-select.is-open>button{border-color:#168cff;transform:translateY(-2px);box-shadow:0 10px 22px #0077ff2b}.all-subjects-filter-select.is-open>button>svg{transform:rotate(180deg)}.all-subjects-filter-select.is-active>button{color:#fff;background:linear-gradient(135deg,#149eff,#0676ed);border-color:#087eff;box-shadow:0 10px 22px #0077ff4d}.all-subjects-filter-options{z-index:40;background:#fff;border:1px solid #aacdf1;border-radius:14px;max-height:280px;margin:0;padding:8px;list-style:none;display:grid;position:fixed;overflow-y:auto;box-shadow:0 14px 32px #1834592e}.all-subjects-filter-options button{color:#132b52;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;width:100%;padding:9px 12px;font-size:14px;font-weight:650;display:block}.all-subjects-filter-options button:hover,.all-subjects-filter-options button:focus-visible{background:#eaf5ff;outline:none}.all-subjects-filter-options button.is-selected{color:#0754ba;background:#e3f0ff;font-weight:800}.all-subjects-row.is-open{min-height:82px}.all-subjects-detail{color:#63748d;font-size:11px}.all-subjects-detail-row-empty{grid-template-columns:1fr}.all-subjects-detail-row-empty>span{color:#63748d}.all-subjects-empty{text-align:center;color:#63748d;padding:32px}.all-subjects-rail-panel{flex-direction:column;padding:15px 17px;display:flex;overflow:hidden}.all-subjects-rail-panel h2{color:#071a40;align-items:center;gap:8px;margin:0 0 11px;font-size:17px;display:flex}.all-subjects-rail-panel h2>svg{color:#087eff;stroke-width:2.2px;width:20px;height:20px}.content-progress-bars{gap:12px;display:grid}.content-progress-bar-head{justify-content:space-between;align-items:baseline;margin-bottom:5px;font-size:12px;display:flex}.content-progress-bar-head span{color:#48566b;font-weight:700}.content-progress-bar-head b{color:#16233a;font-weight:800}.content-progress-bar.is-unavailable .content-progress-bar-head span,.content-progress-bar.is-unavailable .content-progress-bar-head b{color:#a8b3c2}.content-progress-bar-track{background:#e6ecf3;border-radius:999px;height:8px;overflow:hidden}.content-progress-bar-fill{border-radius:inherit;height:100%;transition:width .3s}.learning-panel>p{margin:0;font-size:12px;line-height:1.5}.next-step{gap:6px;display:grid}.next-step-materia{color:#071a40;font-size:14px}.next-step-path{color:#48566b;font-size:12px;font-weight:700}.next-step-reason{color:#526681;margin:2px 0 4px;font-size:12px;line-height:1.45}.next-step-action{color:#0877ed;background:#e9f4ff;border-radius:9px;justify-content:center;align-items:center;width:fit-content;padding:8px 14px;font-size:12px;font-weight:800;text-decoration:none;transition:background .16s;display:inline-flex}.next-step-action:hover,.next-step-action:focus-visible{background:#d9ecff;outline:none}.smart-review-panel>p{color:#435269;margin:0 0 16px;font-size:14px;line-height:1.45}.review-focus-chips{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.review-focus-chip{border:1px solid var(--category-border,#00a9686b);background:var(--category-bg,#effbf6);color:var(--category-fg,#00965e);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:4px 6px 4px 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.review-focus-chip button{width:16px;height:16px;color:inherit;cursor:pointer;background:#fff9;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.review-focus-chip button:hover:not(:disabled){background:#fffffff2}.review-focus-chip button:disabled{opacity:.5;cursor:not-allowed}.smart-review-count{color:#d43a3a;background:#ffe4e4;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}@media (max-width:1500px){.all-subjects-filter-select{width:100%}.all-subjects-feature{padding:16px}}@media (max-width:1250px){.all-subjects-page{height:auto;min-height:calc(100vh - 90px);overflow:auto}.all-subjects-layout{grid-template-columns:minmax(0,1fr)}.all-subjects-primary{min-height:680px}.all-subjects-rail{grid-template-rows:auto;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}}@media (max-width:760px){.all-subjects-page{padding:8px 12px 16px}.all-subjects-feature{padding:16px}.all-subjects-search-row{grid-template-columns:minmax(0,1fr);gap:12px}.all-subjects-search{gap:14px;height:56px;padding:0 18px}.all-subjects-filters{scrollbar-color:#8db8e8 transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:12px;margin-top:20px;padding:2px 2px 12px;display:flex;overflow-x:auto}.all-subjects-filters::-webkit-scrollbar{height:8px}.all-subjects-filters::-webkit-scrollbar-track{background:#cdddee7a;border-radius:999px}.all-subjects-filters::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#00a8ff,#07f);border-radius:999px}.all-subjects-filter-select{flex:none;grid-template-columns:auto 15px;width:auto;min-width:max-content;height:52px;padding:0 16px}.all-subjects-row{flex-wrap:wrap;row-gap:12px}.all-subjects-name,.all-subjects-title{white-space:normal}.all-subjects-progress{flex-basis:100%;order:3;width:100%;margin-left:0}.all-subjects-primary{min-height:auto}.all-subjects-rail{grid-template-rows:none;grid-template-columns:minmax(0,1fr);gap:16px;margin-top:4px}.all-subjects-rail-panel{padding:18px}}.sidebar-user-actions{justify-items:center;gap:12px;width:100%;display:grid}.sidebar-user-actions .notification-button,.sidebar-user-actions .profile-button{justify-self:center}.sidebar-user-actions .profile-button{justify-content:center;gap:0;width:58px;overflow:hidden}.sidebar-user-actions .profile-button>svg{opacity:0;width:0;transition:width .18s,opacity .14s,transform .18s;transform:translate(-4px)}.nav-item{border-radius:var(--radius);color:#061333;align-items:center;gap:15px;min-height:54px;padding:0 18px;font-size:16px;font-weight:760;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:flex}.nav-item svg{color:#061333;stroke-width:2px;width:24px;height:24px}.nav-item:hover,.nav-item:focus-visible{background:var(--surface-soft);outline:none}.nav-item.is-active{color:#fff;background:linear-gradient(#00a8ff,#07f);box-shadow:0 14px 26px #0077ff38}.nav-item.is-active svg{color:#fff}.app-shell-collapsible{grid-template-columns:86px minmax(0,1fr)}.app-shell-collapsible .sidebar{z-index:70;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #bed8f6eb;border-radius:34px;gap:10px;width:68px;height:calc(100vh - 24px);margin:0 0 0 20px;padding:7px 6px 10px;transition:width .46s cubic-bezier(.22,.7,.28,1),height .46s cubic-bezier(.22,.7,.28,1),border-radius .42s,box-shadow .42s;top:12px;overflow:hidden;box-shadow:0 14px 34px #12274c1c}.app-shell-collapsible .sidebar:hover,.app-shell-collapsible .sidebar:focus-within{border-radius:20px;width:250px;overflow:visible;box-shadow:18px 0 42px #12274c1a}.app-shell-collapsible .shell-brand{justify-content:center;place-items:center;width:54px;min-height:52px;transition:width .46s cubic-bezier(.22,.7,.28,1);display:grid;overflow:visible}.app-shell-collapsible .shell-brand .easy-logo{justify-content:center;align-items:center;gap:0;width:54px;height:52px;display:inline-flex;overflow:visible}.app-shell-collapsible .shell-brand .easy-logo-mark{opacity:1;width:52px;height:52px;margin-right:0;display:block;transform:none}.app-shell-collapsible .shell-brand .easy-logo-text{opacity:0;white-space:nowrap;max-width:0;transition:max-width .44s cubic-bezier(.22,.7,.28,1),opacity .32s,transform .44s cubic-bezier(.22,.7,.28,1);display:block;overflow:hidden;transform:translate(-8px)}.app-shell-collapsible .sidebar:hover .shell-brand,.app-shell-collapsible .sidebar:focus-within .shell-brand{justify-content:flex-start;width:220px;min-height:52px;overflow:visible}.app-shell-collapsible .sidebar:hover .shell-brand .easy-logo,.app-shell-collapsible .sidebar:focus-within .shell-brand .easy-logo{align-items:center;gap:10px;width:220px;height:52px;display:inline-flex;overflow:visible}.app-shell-collapsible .sidebar:hover .shell-brand .easy-logo-mark,.app-shell-collapsible .sidebar:focus-within .shell-brand .easy-logo-mark{width:52px;height:52px;margin-right:0;transform:none}.app-shell-collapsible .sidebar:hover .shell-brand .easy-logo-text,.app-shell-collapsible .sidebar:focus-within .shell-brand .easy-logo-text{opacity:1;max-width:136px;overflow:visible;transform:translate(0)}.app-shell-collapsible .sidebar-nav{justify-items:center;gap:5px;width:54px;transition:width .18s}.app-shell-collapsible .sidebar-user-actions{justify-self:start;gap:7px;width:54px}.app-shell-collapsible .nav-item{justify-content:center;gap:0;width:52px;min-width:52px;min-height:48px;padding:0;overflow:hidden}.app-shell-collapsible .nav-item svg{flex:none}.app-shell-collapsible .nav-item span{opacity:0;white-space:nowrap;max-width:0;transition:max-width .18s,opacity .14s,transform .18s;overflow:hidden;transform:translate(-6px)}.app-shell-collapsible .sidebar:hover .nav-item,.app-shell-collapsible .sidebar:focus-within .nav-item{justify-content:flex-start;gap:15px;width:100%;min-width:0;padding:0 18px}.app-shell-collapsible .sidebar:hover .sidebar-nav,.app-shell-collapsible .sidebar:focus-within .sidebar-nav{width:100%}.app-shell-collapsible .sidebar:hover .nav-item span,.app-shell-collapsible .sidebar:focus-within .nav-item span{opacity:1;max-width:160px;transform:translate(0)}.app-shell-collapsible .sidebar:hover .sidebar-user-actions,.app-shell-collapsible .sidebar:focus-within .sidebar-user-actions{justify-content:flex-start;align-items:center;gap:12px;width:100%;padding-left:8px;display:flex}.app-shell-collapsible .sidebar:hover .sidebar-user-actions .profile-button,.app-shell-collapsible .sidebar:focus-within .sidebar-user-actions .profile-button{justify-content:flex-start;gap:6px;width:auto;overflow:visible}.app-shell-collapsible .sidebar:hover .sidebar-user-actions .profile-button>svg,.app-shell-collapsible .sidebar:focus-within .sidebar-user-actions .profile-button>svg{opacity:1;width:17px;transform:translate(0)}.app-shell-collapsible .plan-card-premium{opacity:0;pointer-events:none;min-width:218px;transition:opacity .16s,transform .18s;transform:translateY(8px)}.app-shell-collapsible .sidebar:hover .plan-card-premium,.app-shell-collapsible .sidebar:focus-within .plan-card-premium{opacity:1;pointer-events:auto;transform:translateY(0)}.plan-card{border:1px solid var(--border);border-radius:var(--radius);background:#fbfdff;gap:9px;padding:18px;display:grid}.plan-card span{color:var(--muted);font-size:14px}.plan-card strong{color:var(--blue);font-size:22px}.plan-button{border:1px solid var(--blue);border-radius:var(--radius);min-height:36px;color:var(--blue);justify-content:center;align-items:center;font-size:14px;font-weight:750;display:inline-flex}.main-area{background:var(--surface);min-width:0;min-height:0;overflow:hidden}.main-area:has(.schedule-page){grid-template-rows:auto minmax(0,1fr);display:grid}.main-area:has(.clinical-file-page){grid-template-rows:auto minmax(0,1fr);display:grid}.main-area:has(.clinical-library-page){grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.main-area:has(.chat-free-page) .topbar{display:none}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 44px;display:flex}.topbar p{margin:0 0 7px;font-size:22px;font-weight:800}.topbar span{color:#475467;font-size:15px}.topbar-actions{align-items:center;gap:18px;display:flex}.metric-chip{border-left:1px solid var(--border);align-items:center;gap:12px;min-width:174px;padding-left:18px;display:flex}.metric-chip strong,.metric-chip span{display:block}.metric-chip strong{color:var(--text);margin-top:2px;font-size:17px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 396px;gap:42px;padding:34px 32px 32px 44px;display:grid}.section-heading h1{margin:0 0 10px;font-size:42px;line-height:1.05}.section-heading p{color:#475467;margin:0;font-size:17px}.today-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);grid-template-columns:190px minmax(0,1fr);gap:34px;margin-top:28px;padding:30px;display:grid}.heart-illustration{border-radius:var(--radius);height:176px;color:var(--red);background:#edf6ff;place-items:center;display:grid}.today-content h2{max-width:500px;margin:10px 0 8px;font-size:38px;line-height:1.08}.today-content p{margin:0 0 26px;font-size:18px}.today-content p strong{color:var(--blue)}.recommendation{color:#ff5a00;font-size:14px;font-weight:750}.difficulty-box{border:1px solid var(--border);border-radius:var(--radius);color:#344054;background:#f8fbff;align-items:center;gap:16px;width:min(390px,100%);padding:14px 18px;display:flex}.difficulty-box span,.difficulty-box strong{display:block}.difficulty-box strong{color:var(--text);font-weight:600}.action-row{grid-template-columns:minmax(180px,320px) minmax(180px,280px);gap:18px;margin-top:30px;display:grid}.section-title-row{justify-content:space-between;align-items:center;margin:30px 0 16px;display:flex}.section-title-row h2{margin:0;font-size:21px}.section-title-row a,.rail-link,.insight-card a{color:var(--blue);font-size:14px;font-weight:700}.subject-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.subject-card,.rail-card,.insight-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.subject-card{min-height:202px;padding:21px 18px}.subject-icon{color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:inline-grid}.blue{background:var(--blue)}.orange{background:var(--orange)}.yellow{background:var(--yellow)}.red{background:var(--red)}.subject-card h3{vertical-align:middle;margin:0 0 0 10px;font-size:16px;display:inline-block}.subject-card>strong{margin-top:24px;font-size:32px;display:block}.subject-card>span{color:var(--blue);margin-left:8px;font-size:13px;font-weight:700}.progress-track{background:#e7edf6;border-radius:999px;height:7px;overflow:hidden}.subject-card .progress-track{margin:18px 0 12px}.progress-fill{border-radius:inherit;height:100%}.subject-card p{color:#667085;margin:0;font-size:14px}.insight-card{background:#f7fbff;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-top:20px;padding:16px 18px;display:grid}.insight-card p{color:#475467;margin:4px 0 0;font-size:14px;line-height:1.4}.right-rail{align-content:start;gap:16px;display:grid}.rail-card{padding:21px 24px}.rail-card-title{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.rail-card-title h2{margin:0;font-size:21px}.resume-row{grid-template-columns:64px 1fr;gap:16px;display:grid}.doc-icon{border-radius:var(--radius);background:linear-gradient(#fff,#fff) 48% 32%/24px 4px no-repeat,linear-gradient(#fff,#fff) 48% 46%/24px 4px no-repeat,linear-gradient(#fff,#fff) 48% 60%/17px 4px no-repeat,linear-gradient(#00a8ff,#07f);width:64px;height:64px}.resume-row strong{margin-bottom:12px;font-size:16px;line-height:1.22;display:block}.slim{vertical-align:middle;width:calc(100% - 44px);display:inline-block}.resume-row span{color:#475467;margin-left:10px}.big-number{align-items:center;gap:14px;margin-bottom:18px;display:flex}.big-number svg,.question-mark{border-radius:var(--radius);background:var(--yellow);color:#fff;place-items:center;width:50px;height:50px;display:inline-grid}.big-number strong{font-size:34px}.big-number span{color:#475467}.big-number.danger .question-mark{background:var(--red);font-size:30px;font-weight:900}.assessment-list{gap:13px;display:grid}.assessment-item{border-bottom:1px solid #eef2f7;grid-template-columns:50px 1fr;align-items:center;gap:14px;padding-bottom:13px;display:grid}.assessment-item:last-child{border-bottom:0;padding-bottom:0}.assessment-item time{border-radius:var(--radius);background:var(--blue);color:#fff;place-items:center;height:50px;line-height:1;display:grid}.assessment-item:nth-child(2) time{background:var(--yellow)}.assessment-item:nth-child(3) time{background:var(--red)}.assessment-item time strong,.assessment-item time span,.assessment-item div strong,.assessment-item div span{display:block}.assessment-item div strong{margin-bottom:5px}.assessment-item div span{color:var(--red);font-size:13px}.landing-footer{border-top:1px solid var(--border);max-width:1120px;color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:32px 24px 56px;font-size:13px;display:flex}.landing-footer nav{gap:20px;display:flex}.landing-footer nav a{color:var(--muted);text-decoration:none}.landing-footer nav a:hover{color:var(--blue-strong);text-decoration:underline}.caderno-more-menu{position:relative}.caderno-share-popover{z-index:40;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);width:280px;box-shadow:var(--shadow-panel);padding:14px;position:absolute;top:calc(100% + 6px);right:0}.caderno-share-popover p{color:var(--muted);margin:0 0 8px;font-size:13px}.caderno-share-link-row{gap:6px;display:flex}.caderno-share-link-row input{border:1px solid var(--border);min-width:0;color:var(--text);background:var(--surface-soft);border-radius:8px;flex:1;padding:6px 8px;font-size:12px}.caderno-share-link-row button{background:var(--blue-strong);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:700}.caderno-share-revoke{width:100%;color:var(--red);text-align:left;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:12px;font-weight:700;display:block}.legal-page{background:var(--background);min-height:100vh;padding:48px 24px 80px}.legal-page-inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:760px;box-shadow:var(--shadow-panel);margin:0 auto;padding:40px 48px}.legal-back-link{color:var(--blue-strong);margin-bottom:24px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.legal-back-link:hover{text-decoration:underline}.legal-page-inner h1{margin:0 0 6px;font-size:32px}.legal-updated{color:var(--muted);margin:0 0 32px;font-size:13px}.legal-page-inner section{margin-bottom:28px}.legal-page-inner h2{color:#10213f;margin:0 0 10px;font-size:18px}.legal-page-inner p,.legal-page-inner li{color:#344256;font-size:15px;line-height:1.65}.legal-page-inner ul{gap:6px;margin:0;padding-left:20px;display:grid}.legal-page-inner a{color:var(--blue-strong);font-weight:700}.legal-see-also{border-top:1px solid var(--border);margin-top:40px;padding-top:20px}@media (max-width:640px){.legal-page-inner{padding:28px 22px}.legal-page-inner h1{font-size:26px}}.placeholder-page{padding:42px 44px}.app-form-field{color:#253754;gap:6px;font-size:13px;font-weight:700;display:grid}.app-form-field input,.app-form-field select,.app-form-field textarea,.checklists-empty-panel form input,.checklists-empty-panel form select{color:#1f2a3d;background:#fff;border:1px solid #dfe4ec;border-radius:10px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:border-color .16s,box-shadow .16s;box-shadow:0 1px 2px #1018280a}.app-form-field input:focus,.app-form-field select:focus,.app-form-field textarea:focus,.checklists-empty-panel form input:focus,.checklists-empty-panel form select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #00a8ff26}.app-form-field textarea{resize:vertical;min-height:96px}.app-form-submit,.checklists-empty-panel form button[type=submit]{border-radius:var(--radius);color:#fff;cursor:pointer;background:linear-gradient(#00a8ff,#07f);border:none;justify-self:start;min-height:44px;padding:0 22px;font-size:15px;font-weight:750;transition:transform .14s,box-shadow .14s,opacity .14s;box-shadow:0 6px 16px #0077ff3d}.app-form-submit:hover,.checklists-empty-panel form button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0077ff4d}.app-form-submit:disabled,.checklists-empty-panel form button[type=submit]:disabled{opacity:.65;cursor:not-allowed;transform:none}.ranking-prefs-toggles{gap:4px;max-width:480px;display:grid}.ranking-prefs-toggle{color:#253754;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.ranking-prefs-toggle:hover{background:#f3f8ff}.ranking-prefs-toggle-hint{color:#0878f5;background:#eaf4ff;border-radius:99px;margin-right:8px;padding:3px 9px;font-size:11px;font-weight:700}.ranking-prefs-toggle>i{background:#c8d2dd;border-radius:20px;flex:none;width:34px;height:18px;position:relative}.ranking-prefs-toggle>i em{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:2px;left:2px}.ranking-prefs-toggle>i.is-on{background:#0878f5}.ranking-prefs-toggle>i.is-on em{transform:translate(16px)}.avatar-upload-form{background:#fbfdff;border:1px solid #eef2f8;border-radius:14px;align-items:center;gap:16px;margin:4px 0 20px;padding:14px 16px;display:flex}.avatar-upload-preview{color:#315d8f;background:#dcecff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.avatar-upload-preview img{object-fit:cover;width:100%;height:100%}.avatar-upload-controls{flex:1;gap:4px;min-width:0;display:grid}.avatar-upload-controls>span{color:#1f2a3d;font-weight:750}.avatar-upload-controls>p{color:#7c8ba2;margin:0;font-size:12px}.avatar-upload-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.avatar-upload-actions input[type=file]{color:#52647c;max-width:220px;font-size:12px}.avatar-upload-submit{color:#fff;cursor:pointer;background:linear-gradient(#00a8ff,#07f);border:0;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700}.avatar-upload-submit:hover:not(:disabled){transform:translateY(-1px)}.avatar-upload-submit:disabled{opacity:.65;cursor:not-allowed}.app-ticket-list{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.app-ticket-list li{color:#253754;background:#fff;border:1px solid #eef2f8;border-radius:12px;padding:12px 14px;font-size:14px;box-shadow:0 1px 2px #1018280a}.placeholder-page h1{margin:0 0 10px;font-size:38px}.placeholder-page p{color:#475467;max-width:620px;margin:0;font-size:17px;line-height:1.55}@media (max-width:760px){.placeholder-page{padding:28px 20px}.placeholder-page h1{font-size:28px}.placeholder-page p{font-size:15px}}.schedule-page{background:radial-gradient(circle at 30% 4%,#00a8ff14,#0000 24%),linear-gradient(#fbfdff 0%,#f6faff 100%);height:auto;min-height:0;padding:8px 18px 10px 22px;overflow:hidden}.schedule-status-row{color:#526174;align-items:center;gap:18px;margin-bottom:8px;font-size:12px;font-weight:760;display:flex}.schedule-status-row span,.schedule-status-row em{align-items:center;gap:7px;font-style:normal;display:inline-flex}.schedule-status-row span{color:var(--blue-strong);background:#e8f4ff;border-radius:999px;padding:4px 10px}.schedule-layout{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);align-items:stretch;gap:18px;height:100%;min-height:0;display:grid}.schedule-main-stack,.schedule-rail{gap:12px;min-width:0;display:grid}.schedule-main-stack{grid-template-rows:minmax(0,1fr);align-content:stretch;min-height:0;overflow:hidden}.schedule-rail{grid-template-rows:repeat(2,minmax(0,1fr));align-content:stretch;min-height:0;overflow:hidden}.schedule-board-card,.schedule-goals-card,.schedule-suggestion-card,.schedule-today-card,.schedule-review-card{background:#fffffff5;border:1px solid #bed8f6d1;border-radius:10px;box-shadow:0 14px 34px #12274c0e}.schedule-board-card{grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;padding:12px 14px 10px;display:grid;position:relative;overflow:hidden}:is(.schedule-main-stack:has(.schedule-task-popover-overlay),.schedule-board-card:has(.schedule-task-popover-overlay)){overflow:visible}.schedule-board-head{border-bottom:1px solid #d6e1f0eb;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;padding-bottom:8px;display:grid}.schedule-heading-cluster{grid-area:1/1/auto/4;align-items:center;gap:14px;min-width:0;display:flex}.schedule-board-title{flex:none;align-items:center;gap:12px;min-width:0;display:inline-flex}.schedule-board-status{color:#526174;align-items:center;gap:10px;min-width:0;font-size:12px;font-weight:760;display:flex}.schedule-board-status span,.schedule-board-status em{white-space:nowrap;align-items:center;gap:6px;min-width:0;font-style:normal;display:inline-flex}.schedule-board-status span{color:var(--blue-strong);background:#e8f4ff;border-radius:999px;padding:4px 10px}.schedule-board-head h2,.schedule-goals-card h2,.schedule-suggestion-card h2,.schedule-today-card h2,.schedule-review-card h2{color:#071027;margin:0;font-size:17px;line-height:1}.schedule-period-tools,.schedule-board-actions,.schedule-view-toggle,.schedule-week-nav{align-items:center;gap:8px;display:flex}.schedule-period-tools{color:#526174;flex:none;grid-area:2/2/auto/4;justify-content:flex-start;justify-self:start;align-items:center;gap:8px;font-size:11px;font-weight:760;display:flex}.schedule-period-tools>span{white-space:nowrap;flex:none;order:2;justify-content:flex-start;align-items:center;gap:4px;width:auto;display:inline-flex}.schedule-period-tools strong{color:#26364b}.schedule-period-toggle{background:linear-gradient(#fffffffa,#f2f8fffa);border:1px solid #8ebef7e0;border-radius:999px;flex:none;order:1;align-items:center;width:116px;height:36px;padding:3px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 4px #12274c14,0 8px 18px #12274c0f}.schedule-period-indicator{pointer-events:none;background:linear-gradient(#1f91ff,#07f);border-radius:999px;width:calc(50% - 3px);height:30px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 8px 18px #0077ff38}.schedule-period-toggle.is-pm-active .schedule-period-indicator{transform:translate(100%)}.schedule-period-toggle button,.schedule-view-toggle button,.schedule-week-nav button,.schedule-week-nav strong,.schedule-new-task,.schedule-delete-task,.schedule-goals-card header button,.schedule-suggestion-card button,.schedule-review-card header button,.schedule-link-button{min-height:36px;color:var(--blue-strong);cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:9px;padding:0 13px;font-size:12px;font-weight:820;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .15s}.schedule-period-toggle button{z-index:1;color:#26364b;background:0 0;border:0;flex:0 0 50%;justify-content:center;align-items:center;gap:6px;width:50%;min-width:0;height:100%;min-height:0;padding:0 8px;font-size:11px;display:inline-flex;position:relative}.schedule-period-toggle button.is-active{color:#fff;box-shadow:none;background:0 0;padding-right:8px}.schedule-board-actions{flex-direction:row-reverse;grid-area:1/4;justify-content:flex-end;align-items:center;gap:8px}.schedule-week-nav{grid-area:2/1;justify-self:start}.schedule-week-nav button:first-child,.schedule-week-nav button:nth-child(3){color:#071027;place-items:center;width:36px;padding:0;display:grid}.schedule-week-nav strong{color:#071027;justify-content:center;align-items:center;min-width:114px;display:inline-flex}.schedule-view-toggle{background:linear-gradient(#fffffffa,#f2f8fffa);border:1px solid #8ebef7e0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:116px;height:36px;padding:3px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px 4px #12274c14,0 8px 18px #12274c0f}.schedule-view-indicator{pointer-events:none;background:linear-gradient(#1f91ff,#07f);border-radius:999px;width:calc(50% - 3px);height:30px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 8px 18px #0077ff38}.schedule-view-toggle.is-month-active .schedule-view-indicator{transform:translate(100%)}.schedule-view-toggle.is-view-moving-to-month .schedule-view-indicator{animation:.18s schedule-view-slide-to-month}.schedule-view-toggle.is-view-moving-to-week .schedule-view-indicator{animation:.18s schedule-view-slide-to-week}@keyframes schedule-view-slide-to-month{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes schedule-view-slide-to-week{0%{transform:translate(100%)}to{transform:translate(0)}}.schedule-view-toggle button{z-index:1;color:#26364b;min-width:52px;min-height:30px;box-shadow:none;background:0 0;border:0;justify-content:center;align-items:center;padding:0 8px;font-size:11px;display:inline-flex;position:relative}.schedule-view-toggle button.is-active{color:#fff;box-shadow:none;background:0 0}.schedule-task-command-stack{z-index:20;min-width:128px;display:block;position:relative}.schedule-new-task,.schedule-delete-task{border-color:var(--blue-strong);border-radius:var(--radius);min-width:128px;color:var(--blue-strong);white-space:nowrap;background:#fff;justify-content:center;align-items:center;gap:7px;transition:box-shadow .16s,color .16s,border-color .16s,background .16s,transform .14s;display:inline-flex;position:relative}.schedule-new-task:hover,.schedule-new-task:focus-visible{background:var(--surface-soft);color:var(--blue-strong);border-color:#0077ff94;outline:none;transform:translateY(-1px);box-shadow:0 10px 22px #0077ff29}.schedule-new-task:active{box-shadow:none;transform:translateY(0)}.schedule-delete-task{color:#dc2626;background:#fff7f7;border-color:#ef4444;width:128px;min-height:32px;padding:0 12px;position:absolute;top:43px;right:0}.schedule-delete-task.is-active{color:#fff;background:linear-gradient(#ef4444,#dc2626);border-color:#dc2626}.schedule-delete-task:hover,.schedule-delete-task:focus-visible{color:#dc2626;background:#fff1f2;border-color:#dc2626a3;outline:none;transform:translateY(-1px)}.schedule-delete-task.is-active:hover{color:#fff;background:linear-gradient(#dc2626,#b91c1c)}.schedule-delete-task:active{transform:translateY(0)}.schedule-board-actions.is-task-popover-open .schedule-delete-task,.schedule-board-card.is-task-popover-open .schedule-delete-task{opacity:0;pointer-events:none}.schedule-new-task.is-open{box-shadow:0 0 0 3px #0077ff1f}.schedule-new-task svg,.schedule-delete-task svg{width:15px;height:15px}.schedule-task-popover-overlay{z-index:15;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#edf5ff94;border-radius:10px;place-content:start end;padding:70px 14px 24px 0;display:grid;position:absolute;inset:0}.schedule-task-popover{background:linear-gradient(#fffffffc,#fcfefffc),#fff;border:1px solid #6eb0ffd1;border-radius:20px;grid-template-rows:auto auto auto;width:min(680px,100vw - 480px);min-width:640px;max-height:none;display:grid;position:relative;overflow:visible;box-shadow:0 26px 68px #12274c33,inset 0 0 0 1px #ffffffb8}.schedule-task-popover-caret{z-index:2;background:#fff;border-top:1px solid #6eb0ffd1;border-left:1px solid #6eb0ffd1;width:34px;height:34px;position:absolute;top:-18px;right:70px;transform:rotate(45deg);box-shadow:-5px -5px 14px #12274c0a}.schedule-task-popover-head{z-index:1;border-bottom:1px solid #d6e1f0b8;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:18px;padding:16px 22px 12px;display:grid;position:relative}.schedule-task-popover-head .icon-wrap{border-radius:14px;width:46px;height:46px}.icon-wrap{border-radius:12px;place-items:center;display:grid}.icon-wrap-sm{width:28px;height:28px}.icon-wrap-md{width:34px;height:34px}.icon-wrap-lg{width:38px;height:38px}.icon-wrap-blue{color:var(--blue-strong);background:#edf6ff}.icon-wrap-amber{color:#b77900;background:#fff7cc}.schedule-task-popover-head h3{color:#071027;margin:0 0 4px;font-size:24px;line-height:1.05}.schedule-task-popover-head p{color:#526174;margin:0;font-size:15px;font-weight:700}.schedule-task-popover-head>button{color:#071027;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:12px;place-items:center;width:42px;height:42px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:-3px -3px 8px #ffffffd1,3px 3px 9px #12274c1c}.schedule-task-popover-head>button:hover,.schedule-task-popover-head>button:focus-visible{border-color:var(--blue-strong);outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c29,inset -2px -2px 5px #fffffff5,inset 2px 2px 5px #0077ff1f}.schedule-task-popover-head>button:active{transform:translateY(0)}.schedule-task-form{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;min-height:0;padding:10px 22px;display:grid;position:relative;overflow:visible}.schedule-task-field,.schedule-task-types,.schedule-task-repeat,.schedule-task-color-field{border:0;gap:3px;min-width:0;margin:0;padding:0;display:grid}.schedule-task-field-full,.schedule-task-types,.schedule-task-repeat,.schedule-task-auto-review,.schedule-task-preview{grid-column:1/-1}.schedule-task-field>span,.schedule-task-types legend,.schedule-task-repeat legend,.schedule-task-color-field legend{color:#071027;font-size:15px;font-weight:820}.schedule-task-field input,.schedule-task-field select{color:#26364b;background:#fff;border:1px solid #bed8f6e6;border-radius:11px;width:100%;min-height:36px;padding:0 14px;font-size:15px;font-weight:720}.schedule-duration-select{position:relative}.schedule-duration-select>button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:11px;justify-content:space-between;align-items:center;width:100%;min-height:36px;padding:0 14px;font-size:15px;font-weight:720;transition:border-color .15s;display:flex}.schedule-duration-select>button:hover,.schedule-duration-select>button[aria-expanded=true]{border-color:var(--blue-strong)}.schedule-duration-select>button svg{color:#7c8ca0;flex:none}.schedule-duration-menu{z-index:60;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);max-height:220px;box-shadow:var(--shadow-panel);gap:1px;padding:5px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.schedule-duration-menu button{color:#26364b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 11px;font-size:15px;font-weight:720}.schedule-duration-menu button:hover{color:#0878f5;background:#eaf4ff}.schedule-duration-menu button.is-selected{color:#0878f5;background:#dceeff;font-weight:800}.schedule-task-date-mask,.schedule-task-time-mask{color:#26364b;background:#fff;border:1px solid #bed8f6e6;border-radius:11px;align-items:center;width:100%;min-height:36px;padding:0 14px;display:grid}.schedule-task-date-mask{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr)}.schedule-task-time-mask{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.schedule-task-date-mask input,.schedule-task-time-mask input{color:#26364b;text-align:center;background:0 0;border:0;outline:none;min-height:33px;padding:0;font-size:15px;font-weight:720}.schedule-task-date-mask span,.schedule-task-time-mask span{color:#071027;pointer-events:none;font-size:20px;font-weight:850;line-height:1}.schedule-task-types,.schedule-task-repeat{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end}.schedule-task-repeat{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-task-types legend,.schedule-task-repeat legend{grid-column:1/-1}.schedule-task-types button,.schedule-task-repeat button{color:#526174;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:11px;min-height:36px;font-size:14px;font-weight:820;transition:border-color .18s,box-shadow .18s,color .18s,background .18s,transform .18s;box-shadow:-3px -3px 7px #ffffffd1,3px 3px 8px #12274c1a}.schedule-task-types button.is-selected,.schedule-task-repeat button.is-selected{color:#f97316;background:#fff7ed;border-color:#ff8a1f;box-shadow:-2px -2px 6px #ffffffbd,3px 3px 8px #f973161f,inset -2px -2px 5px #ffffffdb,inset 2px 2px 5px #f973161a}.schedule-task-types button:hover,.schedule-task-types button:focus-visible,.schedule-task-repeat button:hover,.schedule-task-repeat button:focus-visible{color:var(--blue-strong);border-color:#0077ff8a;outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c24,inset -2px -2px 5px #ffffffeb,inset 2px 2px 5px #0077ff1a}.schedule-task-types button.is-selected:hover,.schedule-task-types button.is-selected:focus-visible,.schedule-task-repeat button.is-selected:hover,.schedule-task-repeat button.is-selected:focus-visible{color:#f97316;border-color:#ff8a1f}.schedule-task-types button:active,.schedule-task-repeat button:active{transform:translateY(0)}.schedule-task-color-palette{flex-wrap:nowrap;align-items:center;gap:7px;min-width:0;min-height:32px;display:flex}.schedule-task-color-field{position:relative}.schedule-task-color-swatch{color:#fff;cursor:pointer;border:1px solid #bed8f6e6;border-radius:999px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid;position:relative;box-shadow:inset 0 0 0 2.5px #ffffffc7}.schedule-task-color-swatch.is-locked{color:#7a5600;cursor:not-allowed}.schedule-task-color-swatch.is-locked svg{opacity:0;transition:opacity .14s,transform .14s;transform:scale(.72)}.schedule-task-color-swatch.is-locked:hover svg,.schedule-task-color-swatch.is-locked:focus-visible svg{opacity:1;transform:scale(1)}.schedule-task-color-swatch.is-locked:after{content:attr(data-tooltip);z-index:12;color:#26364b;text-align:left;white-space:normal;opacity:0;pointer-events:none;background:#fff;border:1px solid #bed8f6eb;border-radius:9px;width:220px;padding:7px 9px;font-size:10px;font-weight:780;line-height:1.28;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%,-3px);box-shadow:0 12px 26px #12274c29}.schedule-task-color-swatch.is-locked:hover:after,.schedule-task-color-swatch.is-locked:focus-visible:after{opacity:1;transform:translate(-50%)}.schedule-task-color-custom-trigger{color:#071027;cursor:pointer;background:radial-gradient(circle,#fff 0 10%,#ffffff2e 11% 18%,#0000 19%),conic-gradient(#ff2d55,#ff8a00,#ffcf3a,#22c55e,#06b6d4,#07f,#7c3aed,#ff2d55);border:1px solid #0d1f3ac7;border-radius:999px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid;box-shadow:inset 0 0 0 2.5px #ffffffd1,0 4px 10px #12274c1f}.schedule-task-color-custom-trigger.is-selected{border-color:var(--blue-strong);box-shadow:inset 0 0 0 2.5px #ffffffd1,0 0 0 2px #0077ff38,0 8px 16px #12274c1f}.schedule-task-color-custom-trigger.is-disabled{cursor:not-allowed;filter:grayscale(.28);opacity:.76}.schedule-task-color-custom-trigger.is-disabled:after{content:attr(data-tooltip);z-index:12;color:#26364b;text-align:left;white-space:normal;opacity:0;pointer-events:none;background:#fff;border:1px solid #bed8f6eb;border-radius:9px;width:214px;padding:7px 9px;font-size:10px;font-weight:780;line-height:1.28;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-3px);box-shadow:0 12px 26px #12274c29}.schedule-task-color-custom-trigger.is-disabled:hover:after,.schedule-task-color-custom-trigger.is-disabled:focus-visible:after{opacity:1;transform:translate(-50%)}.schedule-task-color-wheel{background:radial-gradient(circle,#fff 0 16%,#0000 17%),conic-gradient(#ff2d55,#ff8a00,#ffcf3a,#22c55e,#06b6d4,#07f,#7c3aed,#ff2d55);border-radius:999px;width:17px;height:17px;box-shadow:0 0 0 1px #0d1f3a38}.schedule-task-color-picker{z-index:8;background:#fff;border:1px solid #bed8f6eb;border-radius:14px;width:440px;padding:16px 16px 13px 48px;position:absolute;top:calc(100% + 10px);right:0;overflow:visible;box-shadow:0 18px 38px #12274c38}.schedule-task-color-picker:before{content:"";background:linear-gradient(#fff,#dbe4ef 36%,#6b7280 68%,#050001);border:1px solid #0d1f3a2e;border-radius:6px;width:16px;position:absolute;top:16px;bottom:74px;left:16px;box-shadow:inset 0 0 0 1px #ffffffb8}.schedule-task-color-gradient{cursor:crosshair;background:linear-gradient(#fff 0%,#fff0 42%,#0000 56%,#000 100%),linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,#ff4f8f);border:1px solid #0d1f3a29;border-radius:9px;width:100%;height:168px;padding:0;display:block;position:relative;overflow:hidden}.schedule-task-color-gradient:after{content:"";background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,#ff4f8f);border:1px solid #0d1f3a29;border-radius:999px;height:9px;position:absolute;bottom:-18px;left:0;right:0}.schedule-task-color-gradient-marker{border:2px solid #fff;border-radius:3px;width:18px;height:18px;position:absolute;bottom:10px;right:10px;box-shadow:0 0 0 1px #0000008c}.schedule-task-color-value{background:#fff;align-items:center;gap:13px;padding:32px 2px 10px;display:flex}.schedule-task-color-value span{border-radius:999px;flex:none;width:24px;height:24px;box-shadow:0 0 0 1px #0d1f3a2e}.schedule-task-color-value strong{color:#071027;letter-spacing:0;font-size:16px;font-weight:780}.schedule-task-color-picker-actions{background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:0 2px;display:flex}.schedule-task-color-presets{gap:10px;display:flex}.schedule-task-color-presets button{cursor:pointer;border:1px solid #0d1f3a2e;border-radius:999px;width:24px;height:24px}.schedule-task-color-confirm{color:#fff;cursor:pointer;background:linear-gradient(#1f91ff,#07f);border:1px solid #6eb0ffd1;border-radius:10px;min-height:36px;padding:0 16px;font-size:14px;font-weight:820;box-shadow:0 8px 18px #0077ff38}.schedule-task-color-swatch.is-selected{border-color:var(--blue-strong);box-shadow:inset 0 0 0 3px #ffffffd1,0 0 0 2px #0077ff38,0 8px 16px #12274c1f}.schedule-task-color-green{background:#13a36e}.schedule-task-color-blue{background:#07f}.schedule-task-color-orange{background:#f97316}.schedule-task-color-yellow{background:#ffcf3a}.schedule-task-color-purple{background:#7c3aed}.schedule-task-color-cyan{background:#06b6d4}.schedule-task-color-red{background:#ef4444}.schedule-task-period-choice{background:linear-gradient(#fffffffa,#f2f8fffa);border:1px solid #8ebef7e0;border-radius:999px;flex:0 0 144px;align-items:center;width:144px;height:40px;padding:3px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 4px #12274c14,0 8px 18px #12274c0f}.schedule-task-period-row{align-items:center;gap:9px;min-width:0;display:flex}.schedule-task-period-note{color:#526174;white-space:nowrap;flex:auto;align-items:center;gap:4px;min-width:0;font-size:13px;font-weight:760;line-height:1;display:inline-flex}.schedule-task-period-note strong{color:#26364b;font-weight:850}.schedule-task-period-note svg{color:#526174;flex:none;width:15px;height:15px}.schedule-task-period-indicator{pointer-events:none;background:linear-gradient(#1f91ff,#07f);border-radius:999px;width:calc(50% - 3px);height:34px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 8px 18px #0077ff38}.schedule-task-period-choice.is-pm-active .schedule-task-period-indicator{transform:translate(100%)}.schedule-task-period-choice button{z-index:1;color:#26364b;cursor:pointer;background:0 0;border:0;flex:0 0 50%;justify-content:center;align-items:center;width:50%;min-width:0;height:100%;min-height:0;padding:0 10px;font-size:14px;font-weight:820;display:inline-flex;position:relative}.schedule-task-period-choice button.is-active{color:#fff}.schedule-task-auto-review{background:#fff;border:1px solid #d6e1f0eb;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:7px 14px;display:flex}.schedule-task-auto-review span{gap:5px;display:grid}.schedule-task-auto-review strong{color:#071027;font-size:15px}.schedule-task-auto-review small{color:#526174;font-size:13px;font-weight:700}.schedule-task-auto-review button{cursor:pointer;background:#cbd8e8;border:0;border-radius:999px;flex:none;width:56px;height:32px;transition:background .18s,box-shadow .18s;position:relative}.schedule-task-auto-review button.is-enabled{background:linear-gradient(#1f91ff,#07f);box-shadow:0 6px 14px #0077ff2e}.schedule-task-auto-review button span{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .18s;position:absolute;top:4px;left:4px;box-shadow:0 2px 5px #0f23442e}.schedule-task-auto-review button.is-enabled span{transform:translate(24px)}.schedule-task-preview{background:#f8fbff;border:1px solid #d6e1f0eb;border-radius:13px;gap:7px;margin-bottom:3px;padding:7px 14px;display:grid}.schedule-task-preview>strong{color:#526174;font-size:15px}.schedule-task-preview>div{color:#f97316;background:#fff7ed;border:1px solid #fb923cb3;border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:7px 12px;display:grid}.schedule-task-preview.is-review-type>div{color:#b77900;background:linear-gradient(90deg,#fffadefa,#fffffff5);border-color:#ffcf3ab8}.schedule-task-preview.has-custom-color>div{border-color:var(--task-color-border);background:linear-gradient(90deg, var(--task-color-soft), #fffffff5);color:var(--task-color)}.schedule-task-preview b,.schedule-task-preview em,.schedule-task-preview small{font-style:normal;display:block}.schedule-task-preview b{color:#f97316;font-size:15px}.schedule-task-preview em,.schedule-task-preview small,.schedule-task-preview time{color:#26364b;font-size:14px;font-weight:720}.schedule-task-preview time{color:#f97316}.schedule-task-preview.is-review-type b,.schedule-task-preview.is-review-type time{color:#b77900}.schedule-task-preview.has-custom-color b,.schedule-task-preview.has-custom-color time{color:var(--task-color)}.schedule-task-popover-actions{z-index:1;background:0 0;border-top:1px solid #dfe8f4eb;justify-content:flex-end;gap:16px;margin:0 22px 20px;padding-top:16px;display:flex;position:relative}.schedule-task-popover-actions button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-width:170px;min-height:42px;font-size:15px;font-weight:820;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex;box-shadow:-3px -3px 8px #ffffffd1,3px 3px 9px #12274c1c}.schedule-task-popover-actions button:last-child{border-color:var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f);min-width:188px;box-shadow:-3px -3px 8px #ffffffb3,4px 4px 10px #0077ff38}.schedule-task-popover-actions button:hover,.schedule-task-popover-actions button:focus-visible{border-color:var(--blue-strong);color:var(--blue-strong);outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c29,inset -2px -2px 5px #fffffff5,inset 2px 2px 5px #0077ff1f}.schedule-task-popover-actions button:last-child:hover,.schedule-task-popover-actions button:last-child:focus-visible{color:#fff;box-shadow:-1px -1px 5px #ffffff8f,1px 1px 6px #0077ff38,inset -2px -2px 5px #ffffff47,inset 2px 2px 5px #002a7333}.schedule-task-popover-actions button:active{transform:translateY(0)}.schedule-review-popover-overlay{z-index:16;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#edf5ffa3;border-radius:10px;place-items:start center;padding-top:82px;display:grid;position:absolute;inset:0}.schedule-review-popover{background:linear-gradient(#fffffffc,#fcfefffc),#fff;border:1px solid #6eb0ffd1;border-radius:14px;width:min(430px,100% - 34px);display:grid;overflow:hidden;box-shadow:0 24px 62px #12274c33,inset 0 0 0 1px #ffffffb8}.schedule-review-popover-head{border-bottom:1px solid #d6e1f0b8;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:12px 14px 10px;display:grid}.schedule-review-popover-head h3{color:#071027;margin:0 0 4px;font-size:18px;line-height:1.05}.schedule-review-popover-head p{color:#526174;margin:0;font-size:12px;font-weight:700;line-height:1.35}.schedule-review-popover-head>button{color:#071027;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.schedule-review-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;padding:12px 14px;display:grid}.schedule-review-field,.schedule-review-priority{border:0;gap:4px;min-width:0;margin:0;padding:0;display:grid}.schedule-review-field-full,.schedule-review-priority,.schedule-review-preview{grid-column:1/-1}.schedule-review-field span,.schedule-review-priority legend{color:#071027;font-size:12px;font-weight:820}.schedule-review-field input,.schedule-review-field select{color:#26364b;background:#fff;border:1px solid #bed8f6e6;border-radius:9px;outline:none;width:100%;min-height:32px;padding:0 10px;font-size:12px;font-weight:720}.schedule-review-priority{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-review-priority legend{grid-column:1/-1}.schedule-review-priority button{color:#526174;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:9px;min-height:30px;font-size:12px;font-weight:820}.schedule-review-priority button.is-selected{color:#9a6700;background:#fff8d8;border-color:#ffcf3a}.schedule-review-preview{background:linear-gradient(90deg,#fffadefa,#fffffff5);border:1px solid #ffcf3ab8;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.schedule-review-preview>span{color:#b77900;background:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.schedule-review-preview>div{gap:2px;min-width:0;display:grid}.schedule-review-preview strong,.schedule-review-preview em,.schedule-review-preview small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-review-preview strong{color:#071027;font-size:13px}.schedule-review-preview em,.schedule-review-preview small,.schedule-review-preview time{color:#526174;font-size:11px;font-style:normal;font-weight:720}.schedule-review-preview b{color:#9a6700;background:#fff4bf;border-radius:999px;padding:4px 8px;font-size:11px}.schedule-review-preview time{grid-column:2/-1}.schedule-review-popover-actions{border-top:1px solid #d6e1f0b8;justify-content:flex-end;gap:10px;padding:10px 14px 12px;display:flex}.schedule-review-popover-actions button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:34px;padding:0 14px;font-size:12px;font-weight:820;display:inline-flex}.schedule-review-popover-actions button:last-child{color:#071027;background:linear-gradient(#ffe46b,#ffcf3a);border-color:#ffcf3a;box-shadow:0 10px 22px #ffcf3a3d}.schedule-calendar{grid-template-rows:minmax(76px,.8fr) repeat(12,minmax(32px,1fr));min-height:0;padding-top:6px;display:grid;position:relative;overflow:hidden}.schedule-calendar.is-delete-mode:after,.schedule-month-calendar.is-delete-mode:after{content:"";z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#f5f9ff75;border-radius:8px;position:absolute;inset:6px 0 0}.schedule-calendar.is-delete-mode .schedule-task,.schedule-month-calendar.is-delete-mode .schedule-month-tag{z-index:4;position:relative;box-shadow:0 0 0 2px #ffffffdb,0 10px 22px #12274c1f}.schedule-calendar.is-delete-mode .schedule-slot.is-selected-cell,.schedule-month-calendar.is-delete-mode .schedule-month-cell.is-selected-cell,.schedule-month-calendar.is-delete-mode .schedule-month-cell.is-active{z-index:3}.schedule-month-calendar.is-delete-mode .schedule-month-cell:has(.schedule-month-tag){z-index:3}.schedule-month-calendar.is-delete-mode .schedule-month-cell:has(.schedule-month-rest){z-index:3}.schedule-month-calendar.is-delete-mode .schedule-month-cell:hover,.schedule-month-calendar.is-delete-mode .schedule-month-cell:focus-within{z-index:9}.schedule-month-calendar.is-delete-mode .schedule-month-cell:has(.schedule-month-tags-more:hover){z-index:9}.schedule-month-calendar.is-delete-mode .schedule-month-cell:has(.schedule-month-tags-more:focus-within){z-index:9}.schedule-month-calendar.is-delete-mode .schedule-month-cell:after{content:"";z-index:2;pointer-events:none;border-top:1px solid #d6e1f0c2;border-left:1px solid #d6e1f0c2;position:absolute;inset:-1px 0 0 -1px}.schedule-month-calendar.is-delete-mode .schedule-month-cell:nth-child(7n+1):after{border-left:0}.schedule-month-calendar.is-delete-mode .schedule-month-cell.is-selected-cell:after,.schedule-month-calendar.is-delete-mode .schedule-month-cell.is-active:after{border-color:#0077ff70}.schedule-calendar.is-delete-mode .schedule-task{cursor:pointer;padding-right:24px}.schedule-calendar.is-delete-mode .schedule-task .schedule-delete-x,.schedule-month-calendar.is-delete-mode .schedule-month-tag .schedule-delete-x{display:grid}.schedule-month-calendar.is-delete-mode .schedule-month-tag{padding-right:22px}.schedule-calendar.is-delete-mode .schedule-rest-card{z-index:0}.schedule-calendar.is-delete-mode .schedule-grid-head,.schedule-calendar.is-delete-mode .schedule-grid-row>time,.schedule-calendar.is-delete-mode .schedule-period-legend,.schedule-month-calendar.is-delete-mode .schedule-month-weekdays,.schedule-month-calendar.is-delete-mode .schedule-month-date,.schedule-month-calendar.is-delete-mode .schedule-month-rest,.schedule-month-calendar.is-delete-mode .schedule-month-tags-more{z-index:4;position:relative}.schedule-calendar.is-month-preview{filter:saturate(.94)}.schedule-grid{grid-template-columns:68px repeat(7,minmax(86px,1fr));display:grid}.schedule-grid-head{z-index:5;background:#fff;align-items:stretch;position:sticky;top:0}.schedule-period-legend{color:#526174;background:#fffffff0;border:1px solid #d6e1f0db;border-radius:8px;align-self:center;gap:5px;padding:6px 7px;font-size:9px;font-weight:760;line-height:1.2;display:grid;box-shadow:0 10px 22px #12274c0f}.schedule-grid-head>button{color:#071027;cursor:pointer;background:0 0;border:0;border-left:1px solid #d6e1f0d1;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:48px;font-size:12px;font-weight:820;transition:border-color .18s,color .18s,background-color .18s;display:flex}.schedule-grid-head>button:hover{background:#0077ff0b}.schedule-grid-head>button b{color:#fff;background:linear-gradient(#1f91ff,#07f);border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;line-height:1;display:grid;box-shadow:0 8px 16px #0077ff2e}.schedule-grid-head>button small{color:#526174;font-size:10px;font-weight:720}.schedule-grid-head>button.is-active{border:1px solid var(--blue-strong);color:var(--blue-strong);border-bottom:0;border-radius:10px 10px 0 0}.schedule-grid-row{min-height:0}.schedule-grid-row>time{color:#26364b;border-top:1px solid #d6e1f09e;justify-content:center;align-items:center;min-height:0;font-size:12px;font-weight:760;display:flex}.schedule-slot{cursor:pointer;border-top:1px solid #d6e1f09e;border-left:1px solid #d6e1f09e;align-content:start;gap:4px;min-width:0;min-height:0;padding:5px 6px;transition:background-color .18s,box-shadow .18s,border-color .18s;display:grid;overflow:visible}.schedule-slot:hover{background:#0077ff0b}.schedule-slot.is-today{background:linear-gradient(#0077ff09,#0000);border-left-color:#0077ff61;border-right:1px solid #0077ff61}.schedule-slot.is-selected-cell{z-index:1;background:linear-gradient(#0077ff14,#ffffff6b);position:relative;box-shadow:inset 0 0 0 2px #0077ffeb,0 10px 22px #0077ff14}.schedule-task{text-align:left;cursor:pointer;border:1px solid #0000;border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:6px;width:100%;min-height:40px;padding:4px 7px;transition:box-shadow .18s,outline-color .18s,transform .15s,opacity .18s;display:grid;position:relative}.schedule-task:hover{transform:translateY(-1px);box-shadow:0 8px 16px #12274c1f}.schedule-delete-x{--delete-x-icon-size:10px;z-index:5;color:#fff;cursor:pointer;pointer-events:auto;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;width:17px;height:17px;padding:0;transition:background .16s;display:none;position:absolute;top:3px;right:3px;box-shadow:0 5px 12px #dc262647}.schedule-delete-x svg{width:var(--delete-x-icon-size);height:var(--delete-x-icon-size);stroke:currentColor;place-self:center;margin:0}.schedule-delete-x:hover{background:#dc2626}.schedule-delete-x:focus-visible{outline-offset:2px;outline:2px solid #ef44445c}.schedule-month-calendar.is-delete-mode .schedule-month-tag .schedule-delete-x{--delete-x-icon-size:8px;border-width:1px;width:14px;height:14px;top:50%;right:3px;transform:translateY(-50%)}.schedule-task svg{align-self:start;margin-top:2px}.schedule-task>span:not(.schedule-delete-x){gap:1px;min-width:0;display:grid}.schedule-task strong,.schedule-task em,.schedule-task small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-task strong{font-size:10px;line-height:1.05}.schedule-task em{font-size:9px;font-style:normal;font-weight:740}.schedule-task small{color:#26364b;font-size:9px;font-weight:740}.schedule-task.is-selected{z-index:6;outline-offset:1px;outline:2px solid #0077ffb3;box-shadow:0 0 0 3px #fffffff0,0 14px 28px #0077ff2e}.schedule-task.is-status-pendente{box-shadow:inset 0 0 0 1px #f59e0b42}.schedule-task.is-status-em-aberto{box-shadow:inset 0 0 0 1px #64748b3d}.schedule-task.is-status-concluido{opacity:.84;box-shadow:inset 0 0 0 1px #13a36e4d}.schedule-task.is-status-revisar{box-shadow:inset 0 0 0 1px #0077ff4d}.schedule-task.is-selected,.schedule-task.is-selected[class*=is-status-]{box-shadow:0 0 0 3px #fffffff0,0 14px 28px #0077ff2e}.schedule-task-status-label{width:max-content;max-width:100%;color:var(--blue-strong);background:#0077ff17;border-radius:999px;margin-top:2px;padding:1px 6px;font-size:8px;font-style:normal;font-weight:850;line-height:1.25;display:inline-flex}.schedule-task.is-status-pendente .schedule-task-status-label{color:#c46a00;background:#f59e0b1f}.schedule-task.is-status-em-aberto .schedule-task-status-label{color:#475467;background:#64748b1f}.schedule-task.is-status-concluido .schedule-task-status-label{color:#0f9b63;background:#13a36e1f}.schedule-task-context-menu{z-index:30;background:#fffffffa;border:1px solid #bed8f6f2;border-radius:12px;gap:3px;width:178px;padding:6px;display:grid;position:absolute;box-shadow:0 20px 46px #12274c2e}.schedule-task-context-menu button{color:#26364b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;min-height:30px;padding:0 9px;font-size:12px;font-weight:780;transition:background .15s,color .15s;display:flex}.schedule-task-context-menu button:hover,.schedule-task-context-menu button:focus-visible{color:var(--blue-strong);background:#edf6ff;outline:none}.schedule-task-context-menu button:disabled{cursor:not-allowed;opacity:.48}.schedule-task-context-menu button:disabled:hover{color:#26364b;background:0 0}.schedule-task-context-menu>span{background:#d6e1f0e6;height:1px;margin:3px 2px}.schedule-task-context-close{color:#6f7d90!important}.schedule-task-context-delete{color:#dc2626!important}.schedule-task-context-delete:hover,.schedule-task-context-delete:focus-visible{color:#dc2626!important;background:#fff1f2!important}.schedule-task-fisiologia{color:#0f9b63;background:#eefaf4}.schedule-task-estudo{color:#13a36e;background:#eefaf4}.schedule-task-anatomia{color:#07f;background:#eef6ff}.schedule-task-farmacologia{color:#ef3b42;background:#fff1f2}.schedule-task-questoes{color:#6941c6;background:#f5f1ff}.schedule-task-revisao{color:#9a6700;background:linear-gradient(90deg,#fffadefa,#fff4bff0),#fff8d8;border-color:#ffcf3ab8;box-shadow:inset 3px 0 #ffcf3a,0 8px 18px #ffcf3a29}.schedule-task-revisao svg{color:#b77900;background:#fff;border-radius:999px;width:18px;height:18px;padding:2px;box-shadow:0 4px 10px #ffcf3a33}.schedule-task-patologia{color:#f59e0b;background:#fff8e8}.schedule-task-flashcards,.schedule-task-caso{color:#0891b2;background:#ecfbff}.schedule-task[data-custom-color=true]{border-color:var(--schedule-task-border);background:var(--schedule-task-bg);color:var(--schedule-task-accent)}.schedule-rest-card{z-index:4;min-height:min(232px,31vh);color:var(--blue-strong);text-align:center;background:#f4f9ff;border-radius:8px;align-content:center;place-items:center;gap:4px;font-size:11px;font-weight:820;display:grid;position:relative}.schedule-rest-card span{color:#526174;font-size:10px;font-weight:720}.schedule-cell-rest-card{width:100%;min-height:34px;box-shadow:none;text-align:center;background:0 0;grid-template-columns:18px minmax(0,1fr);place-content:center;place-items:center;gap:6px;padding:4px 2px;font-size:11px}.schedule-cell-rest-card strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:10px;display:grid}.schedule-goals-card,.schedule-suggestion-card{padding:12px 14px}.schedule-goals-card header,.schedule-suggestion-card header,.schedule-today-card header,.schedule-review-card header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.schedule-goals-card header h2,.schedule-suggestion-card header h2{margin-right:auto}.schedule-goals-card header svg,.schedule-suggestion-card header svg{color:var(--blue-strong)}.schedule-goals-list{gap:9px;display:grid}.schedule-goal{grid-template-columns:100px minmax(0,1fr) 92px 44px;align-items:center;gap:12px;display:grid}.schedule-goal strong{font-size:13px}.schedule-goal-track{background:#e7edf6;border-radius:999px;height:5px;display:block;overflow:hidden}.schedule-goal-track i{border-radius:inherit;height:100%;display:block}.schedule-goal em,.schedule-goal b{color:#344054;font-size:12px;font-style:normal;font-weight:760}.schedule-goal-green{color:#0f9b63}.schedule-goal-green i{background:#0f9b63}.schedule-goal-blue{color:var(--blue-strong)}.schedule-goal-blue i{background:var(--blue-strong)}.schedule-goal-red{color:var(--red)}.schedule-goal-red i{background:var(--red)}.schedule-goal-orange{color:#f59e0b}.schedule-goal-orange i{background:#f59e0b}.schedule-suggestion-card{align-content:start;display:grid}.schedule-suggestion-card p{color:#344054;margin:0 0 10px;font-size:13px;line-height:1.35}.schedule-suggestion-card>strong{color:#071027;background:#fff8e8;border:1px solid #ffb32157;border-radius:9px;align-items:center;gap:9px;min-height:34px;padding:0 13px;font-size:13px;display:inline-flex}.schedule-suggestion-card>strong svg{color:#f59e0b}.schedule-suggestion-card button{width:max-content;margin-top:8px}.schedule-today-card,.schedule-review-card{min-height:0;padding:14px 16px;display:grid;overflow:hidden}.schedule-today-card{grid-template-rows:auto auto auto minmax(0,1fr)}.schedule-review-card{grid-template-rows:auto minmax(0,1fr) auto}.schedule-today-mode-toggle{background:#fff;border:1px solid #0077ff57;border-radius:12px;grid-template-columns:repeat(3,1fr);align-items:center;width:112px;height:34px;padding:3px;display:grid;position:relative;box-shadow:0 6px 16px #0077ff14}.schedule-today-mode-indicator{background:linear-gradient(#00a8ff,#07f);border-radius:9px;width:calc(33.3333% - 2px);height:calc(100% - 6px);transition:transform .26s cubic-bezier(.2,.9,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 8px 16px #0077ff38}.schedule-today-mode-toggle.is-week-active .schedule-today-mode-indicator{transform:translate(100%)}.schedule-today-mode-toggle.is-month-active .schedule-today-mode-indicator{transform:translate(200%)}.schedule-today-mode-toggle button{z-index:1;color:#071027;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;min-width:0;height:28px;font-size:15px;font-weight:900;line-height:1;transition:color .18s;display:grid;position:relative}.schedule-today-mode-toggle button.is-active{color:#fff}.schedule-today-mode-toggle button:after{content:attr(data-tooltip);z-index:4;color:#26364b;opacity:0;pointer-events:none;background:#fff;border:1px solid #bed8f6f2;border-radius:8px;min-width:max-content;padding:5px 8px;font-size:11px;font-weight:800;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-4px);box-shadow:0 10px 24px #12274c24}.schedule-today-mode-toggle button:hover:after,.schedule-today-mode-toggle button:focus-visible:after{opacity:1;transform:translate(-50%)}.schedule-today-summary{border-bottom:1px solid #d6e1f0eb;grid-template-columns:80px repeat(4,minmax(0,1fr));align-items:center;gap:12px;padding-bottom:14px;display:grid}.schedule-ring{--schedule-ring-progress:0%;background:radial-gradient(circle at center, #fff 0 61%, transparent 62%), conic-gradient(from 180deg, var(--blue-strong) 0 var(--schedule-ring-progress), #e4edf8 var(--schedule-ring-progress) 100%);color:#071027;border-radius:50%;grid-template-rows:minmax(0,1fr) auto auto minmax(0,1fr);place-items:center;width:78px;height:78px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #0077ff14,0 10px 22px #0077ff14}.schedule-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:9px;box-shadow:inset 0 0 0 1px #dfe8f4b8}.schedule-ring>strong,.schedule-ring>span{z-index:1;text-align:center;position:relative}.schedule-ring strong,.schedule-ring span,.schedule-today-summary>span strong{display:block}.schedule-ring strong{grid-row:2;align-self:end;font-size:18px;font-weight:900;line-height:1}.schedule-ring span{color:#475467;letter-spacing:0;grid-row:3;align-self:start;max-width:48px;margin-top:2px;font-size:8px;font-weight:850;line-height:1.05}.schedule-today-summary>span{color:#526174;text-align:center;font-size:11px;font-weight:740}.schedule-today-summary>span strong{color:#071027;font-size:20px}.schedule-today-list-title{color:#344054;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;padding:9px 0 4px;font-size:11px;font-weight:850;line-height:1;display:flex}.schedule-today-list-title time{color:var(--blue-strong);text-transform:none;white-space:nowrap;background:#eef6ff;border-radius:999px;flex:none;padding:4px 8px;font-size:10px;font-weight:850;line-height:1}.schedule-today-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#0077ff52 transparent;align-content:start;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.schedule-today-list::-webkit-scrollbar{width:6px}.schedule-today-list::-webkit-scrollbar-thumb{background:#0077ff42;border-radius:999px}.schedule-today-list button{color:#071027;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #d6e1f0d1;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:46px;padding:0;transition:color .18s,background-color .18s;display:grid}.schedule-today-list button.is-focused,.schedule-today-list svg{color:var(--blue-strong)}.schedule-today-list button>span{border:1px solid #bed8f6eb;border-radius:50%;width:18px;height:18px}.schedule-today-list button.is-focused>span{border-color:var(--blue-strong);background:radial-gradient(circle,#fff 0 31%,#0000 32%),linear-gradient(#1f91ff,#07f);box-shadow:0 0 0 4px #0077ff1a}.schedule-today-list button.is-focused svg{filter:drop-shadow(0 4px 8px #0077ff2e)}.schedule-today-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.schedule-today-list em{color:#0f9b63;white-space:nowrap;background:#e9f8ef;border-radius:999px;padding:4px 8px;font-size:10px;font-style:normal;font-weight:820}.schedule-today-list em.is-pendente{color:#e26c00;background:#fff3e4}.schedule-today-list em.is-em-aberto{color:#475467;background:#eef3f8}.schedule-today-list em.is-concluido{color:#0f9b63;background:#e9f8ef}.schedule-today-list em.is-revisar{color:var(--blue-strong);background:#edf6ff}.schedule-today-empty{color:#526174;text-align:center;align-content:center;place-items:center;gap:4px;min-height:88px;display:grid}.schedule-today-empty strong{color:#071027;font-size:13px}.schedule-today-empty span{font-size:11px;font-weight:740}.schedule-today-list time{color:#344054;font-size:11px;font-weight:760}.schedule-link-button{width:100%;color:var(--blue-strong);justify-content:center;align-items:center;gap:8px;margin-top:12px;text-decoration:none;transition:border-color .16s,box-shadow .16s,color .16s,background .16s,transform .14s;display:inline-flex}.schedule-link-button:hover,.schedule-link-button:focus-visible{background:var(--surface-soft);color:var(--blue-strong);border-color:#0077ff94;outline:none;transform:translateY(-1px)}.schedule-link-button:active{transform:translateY(0)}.schedule-month-card{min-height:0;position:relative}.schedule-month-head{grid-template-columns:auto minmax(230px,1fr) auto}.schedule-month-head .schedule-board-status{justify-self:start}.schedule-month-head .schedule-board-actions{justify-self:end}.schedule-month-nav{grid-column:1/-1;align-items:center;gap:10px;min-width:0;display:flex}.schedule-month-nav button,.schedule-month-nav span{min-height:36px;color:var(--blue-strong);background:#fff;border:1px solid #bed8f6e6;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:12px;font-weight:820;display:inline-flex}.schedule-month-nav button:first-child,.schedule-month-nav button:nth-child(3){color:#071027;width:36px;padding:0}.schedule-month-nav span{color:#526174;background:0 0;border-color:#0000}.schedule-month-select{z-index:20;min-width:150px;position:relative;color:#071027!important}.schedule-month-select.is-open,.schedule-month-select:focus-visible{border-color:var(--blue-strong);background:#fff;outline:none;box-shadow:0 0 0 3px #0077ff1f,0 10px 24px #0077ff1a;color:var(--blue-strong)!important}.schedule-today-motion-button{isolation:isolate;transition:box-shadow .16s,color .16s,border-color .16s,transform .14s;position:relative;color:#40506a!important;background:#fff!important;border-color:#bed8f6eb!important}.schedule-today-motion-button:hover,.schedule-today-motion-button:focus-visible{outline:none;transform:translateY(-1px);color:var(--blue-strong)!important;border-color:#0077ff80!important}.schedule-today-motion-button:active{transform:translateY(0)}.schedule-month-calendar{background:#fffffff0;border:1px solid #d6e1f0eb;border-radius:10px;grid-template-rows:auto minmax(0,1fr);min-height:0;margin-top:8px;display:grid;position:relative;overflow:visible}.schedule-month-weekdays,.schedule-month-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.schedule-month-grid{grid-auto-rows:minmax(0,1fr);min-height:0;overflow:visible}.schedule-month-weekdays strong{color:#071027;border-left:1px solid #d6e1f0c2;place-items:center;min-height:34px;font-size:12px;display:grid}.schedule-month-weekdays strong:first-child{border-left:0}.schedule-month-cell{background:linear-gradient(#fffffffa,#fafdfffa);border-top:1px solid #d6e1f0c2;border-left:1px solid #d6e1f0c2;min-height:0;padding:8px 10px 7px;transition:border-color .18s,background-color .18s,box-shadow .18s;position:relative;overflow:visible}.schedule-month-cell:hover,.schedule-month-cell:focus-within{z-index:5}.schedule-month-cell:nth-child(7n+1){border-left:0}.schedule-month-cell.is-active{z-index:1;border:1px solid var(--blue-strong);border-radius:8px;position:relative;box-shadow:0 10px 24px #0077ff1a}.schedule-month-cell.is-selected-cell{z-index:1;border-color:var(--blue-strong);background:linear-gradient(#0077ff14,#fffffff5);border-radius:8px;position:relative;box-shadow:inset 0 0 0 2px #0077ffd1,0 12px 24px #0077ff1a}.schedule-month-cell:hover,.schedule-month-cell:focus-within,.schedule-month-cell.is-active:hover,.schedule-month-cell.is-selected-cell:hover,.schedule-month-cell.is-active:focus-within,.schedule-month-cell.is-selected-cell:focus-within{z-index:6}.schedule-month-cell.is-muted{color:#5b6b7a;background:#fbfdff}.schedule-month-date{color:#071027;align-items:center;gap:8px;font-size:13px;font-weight:850;display:inline-flex}.schedule-month-cell.is-muted .schedule-month-date{color:#5b6b7a}.schedule-month-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.schedule-month-dot-green{background:#0f9b63}.schedule-month-dot-orange{background:#f97316}.schedule-month-dot-purple{background:#7c3aed}.schedule-month-tags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex;position:relative}.schedule-month-tag{text-overflow:ellipsis;white-space:nowrap;text-align:left;cursor:pointer;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;max-width:100%;min-height:27px;padding:0 11px;font-family:inherit;font-size:13.5px;font-weight:820;display:inline-flex;position:relative;overflow:visible}.schedule-month-tag.is-selected{z-index:3;border-color:var(--blue-strong);color:var(--blue-strong);background:#eef6ff;box-shadow:0 0 0 2px #ffffffeb,0 8px 16px #0077ff24}.schedule-month-tag-fisiologia{color:#0f9b63;background:#eefaf4;border-color:#0f9b6329}.schedule-month-tag-estudo{color:#13a36e;background:#eefaf4;border-color:#13a36e29}.schedule-month-tag-anatomia{color:#07f;background:#eef6ff;border-color:#0077ff24}.schedule-month-tag-farmacologia{color:#ef3b42;background:#fff1f2;border-color:#ef3b4224}.schedule-month-tag-questoes{color:#6941c6;background:#f5f1ff;border-color:#6941c624}.schedule-month-tag-revisao,.schedule-month-tag-patologia{color:#f97316;background:#fff6e9;border-color:#f59e0b2e}.schedule-month-tag-revisao{color:#9a6700;background:linear-gradient(90deg,#fffadefa,#fff4bff0),#fff8d8;border-color:#ffcf3ab8;box-shadow:inset 2px 0 #ffcf3a,0 5px 12px #ffcf3a29}.schedule-month-tag-revisao .schedule-month-tag-icon{color:#b77900;background:#fff;border-radius:999px;flex:none;width:17px;height:17px;padding:1px}.schedule-month-tag-flashcards,.schedule-month-tag-caso{color:#0891b2;background:#ecfbff;border-color:#0891b224}.schedule-month-tag[data-custom-color=true]{border-color:var(--schedule-task-border);background:var(--schedule-task-bg);color:var(--schedule-task-accent)}.schedule-month-tags-more{display:inline-flex;position:relative}.schedule-month-tags-more:after{content:"";height:10px;position:absolute;top:100%;left:-8px;right:-84px}.schedule-month-more-chip{min-height:18px;color:var(--blue-strong);cursor:default;background:#eef6ff;border:1px solid #0077ff38;border-radius:5px;align-items:center;padding:0 7px;font-size:9px;font-weight:880;display:inline-flex}.schedule-month-more-chip:focus-visible{outline-offset:2px;outline:2px solid #0077ff52}.schedule-month-overflow-popover{z-index:60;opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #6eb0ffb8;border-radius:8px;gap:5px;width:max-content;min-width:142px;max-width:190px;padding:8px;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:calc(100% + 2px);left:-8px;transform:translateY(-4px);box-shadow:0 18px 42px #12274c2e}.schedule-month-overflow-popover strong{color:#344054;font-size:10px;font-weight:850;line-height:1}.schedule-month-tags-more:hover .schedule-month-overflow-popover,.schedule-month-tags-more:focus-within .schedule-month-overflow-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.schedule-month-rest{min-height:42px;color:var(--blue-strong);text-align:center;background:#f4f9ff;border:1px solid #d6e1f0c2;border-radius:8px;align-content:center;justify-items:center;gap:2px;margin-top:8px;font-size:10px;font-weight:820;display:grid}.schedule-month-rest span{color:#526174;font-weight:720;display:none}.schedule-month-picker-overlay{z-index:15;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#edf5ff94;border-radius:10px;padding:106px 0 0 60px;display:block;position:absolute;inset:0}.schedule-month-picker{background:linear-gradient(#fffffffc,#fcfefffc),#fff;border:1px solid #6eb0ffd1;border-radius:16px;grid-template-rows:auto auto auto auto auto;width:min(520px,100% - 56px);display:grid;position:relative;overflow:visible;box-shadow:0 26px 68px #12274c33,inset 0 0 0 1px #ffffffb8}.schedule-month-picker-caret{z-index:2;background:#fff;border-top:1px solid #6eb0ffd1;border-left:1px solid #6eb0ffd1;width:26px;height:26px;position:absolute;top:-17px;left:60px;transform:rotate(45deg)}.schedule-month-picker-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:12px 18px 9px;display:grid}.schedule-month-picker-head h3{color:#071027;margin:0 0 4px;font-size:18px;line-height:1.05}.schedule-month-picker-head p{color:#526174;margin:0;font-size:12px;font-weight:700}.schedule-month-picker-head>button,.schedule-month-picker-year button{color:#071027;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.schedule-month-picker-year{border-top:1px solid #d6e1f0b8;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:12px;padding:8px 18px;display:grid}.schedule-month-picker-year span{color:#526174;justify-items:center;gap:2px;display:grid}.schedule-month-picker-year small{font-size:11px;font-weight:760}.schedule-month-picker-year strong{color:#071027;font-size:18px;line-height:1}.schedule-month-picker-search{color:#526174;background:#fff;border:1px solid #bed8f6e6;border-radius:9px;align-items:center;gap:9px;min-height:34px;margin:0 18px 8px;padding:0 12px;display:flex}.schedule-month-picker-search:focus-within{border-color:var(--blue-strong);box-shadow:0 0 0 3px #0077ff1a}.schedule-month-picker-search input{color:#071027;border:0;outline:0;width:100%;min-width:0;font-size:12px;font-weight:720}.schedule-month-picker-search input::placeholder{color:#6d7d94}.schedule-month-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 18px 8px;display:grid;overflow:visible}.schedule-month-picker-grid button{color:#526174;text-align:left;cursor:pointer;background:#fff;border:1px solid #d6e1f0eb;border-radius:10px;align-content:start;gap:3px;min-height:58px;padding:8px 14px;transition:border-color .15s;display:grid;position:relative}.schedule-month-picker-grid button:hover,.schedule-month-picker-grid button:focus-visible{border-color:#0077ffb8;outline:none}.schedule-month-picker-grid button.is-selected{border-color:var(--blue-strong);background:linear-gradient(#eff7fffa,#fffffffa);box-shadow:0 10px 24px #0077ff1f}.schedule-month-picker-grid strong{color:#071027;font-size:12px;line-height:1}.schedule-month-picker-grid span{color:#526174;font-size:11px;font-weight:720}.schedule-month-picker-grid svg{color:var(--blue-strong);position:absolute;top:10px;right:10px}.schedule-month-picker-actions{border-top:1px solid #d6e1f0b8;justify-content:flex-end;gap:10px;padding:8px 18px 10px;display:flex}.schedule-month-picker-actions button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:126px;min-height:34px;padding:0 16px;font-size:12px;font-weight:820;display:inline-flex}.schedule-month-picker-actions button:last-child{border-color:var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f);min-width:132px;box-shadow:0 10px 22px #0077ff38}.schedule-review-card header button{color:var(--blue-strong);background:0 0;border:0;padding:0}.schedule-review-timeline{align-content:center;gap:14px;padding-left:22px;display:grid;position:relative}.schedule-review-timeline:before{content:"";background:#dce7f4;width:2px;position:absolute;top:9px;bottom:9px;left:6px}.schedule-review-timeline span{color:#344054;grid-template-columns:70px minmax(0,1fr) auto;align-items:start;gap:10px;display:grid;position:relative}.schedule-review-timeline span:before{content:"";background:#a9b8cc;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-21px}.schedule-review-timeline span.is-now:before{background:var(--blue-strong)}.schedule-review-timeline strong{color:#26364b;font-size:12px}.schedule-review-timeline em,.schedule-review-timeline small{text-overflow:ellipsis;white-space:nowrap;grid-column:2;font-style:normal;overflow:hidden}.schedule-review-timeline em{font-size:12px}.schedule-review-timeline small{color:#526174;font-size:11px}.schedule-review-focus{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:3px;min-width:0;padding:0;display:grid}.schedule-review-focus em,.schedule-review-focus small{grid-column:auto}.schedule-review-focus:hover em,.schedule-review-focus:focus-visible em{color:var(--blue-strong)}.schedule-review-focus:focus-visible{outline-offset:3px;outline:2px solid #0077ff52}.schedule-review-timeline b,.schedule-review-timeline a{color:var(--blue-strong);border:1px solid #bed8f6e6;border-radius:9px;grid-area:1/3/span 2;padding:5px 9px;font-size:11px;font-weight:820;text-decoration:none;transition:border-color .15s,background .15s}.schedule-review-timeline a:hover,.schedule-review-timeline a:focus-visible{background:#edf6ff;border-color:#0077ff70;outline:none}.schedule-review-empty{grid-template-columns:minmax(0,1fr)!important}@media (max-width:1180px){.schedule-page{padding:8px 10px 10px 12px}.schedule-layout{grid-template-columns:minmax(0,1fr) 330px;gap:12px}.schedule-rail{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:none}.schedule-grid{grid-template-columns:46px repeat(7,minmax(54px,1fr))}.schedule-board-head{grid-template-columns:auto auto minmax(0,1fr) auto;gap:8px 10px}.schedule-heading-cluster{gap:10px}.schedule-period-tools{grid-area:2/2/auto/4;justify-content:flex-start;justify-self:start}.schedule-board-actions{grid-area:1/4;align-items:center}.schedule-new-task{grid-column:auto}.schedule-board-status{gap:8px;font-size:10px}.schedule-board-status span{padding:3px 8px}.schedule-period-tools{font-size:10px}.schedule-period-tools>span{flex-basis:auto;width:auto}.schedule-period-toggle,.schedule-view-toggle{width:104px;height:32px}.schedule-period-indicator,.schedule-view-indicator{width:calc(50% - 3px);height:26px}.schedule-period-toggle button,.schedule-view-toggle button,.schedule-week-nav button,.schedule-week-nav strong,.schedule-new-task,.schedule-link-button{min-height:32px;padding:0 10px;font-size:11px}.schedule-new-task{min-height:36px;padding:0 14px;font-size:12px}.schedule-view-toggle button{min-width:46px;min-height:26px;padding:0 7px;font-size:10px}.schedule-period-toggle button{min-height:26px;padding:0 7px;font-size:10px}.schedule-period-toggle button.is-active{padding-right:7px}.schedule-period-toggle button.is-active svg{width:13px;height:13px;right:5px}.schedule-week-nav strong{min-width:94px}.schedule-board-title .icon-wrap{width:30px;height:30px}.schedule-board-head h2,.schedule-today-card h2,.schedule-review-card h2{font-size:15px}.schedule-grid-head>button{font-size:11px}.schedule-grid-head>button b{width:26px;height:26px;font-size:12px}.schedule-period-legend{padding:4px 5px;font-size:8px}.schedule-slot{padding:4px}.schedule-task{grid-template-columns:17px minmax(0,1fr);gap:4px;min-height:36px;padding:4px 5px}.schedule-task svg{width:15px;height:15px}.schedule-task strong{font-size:9px}.schedule-task em,.schedule-task small{font-size:8px}.schedule-rest-card{min-height:min(210px,29vh)}.schedule-today-card,.schedule-review-card{padding:12px 14px}.schedule-today-summary{grid-template-columns:64px repeat(4,minmax(0,1fr));gap:8px;padding-bottom:10px}.schedule-ring{width:64px;height:64px}.schedule-ring strong,.schedule-today-summary>span strong{font-size:17px}.schedule-today-list button{grid-template-columns:18px minmax(0,1fr) auto auto;gap:6px;min-height:38px}.schedule-today-list strong,.schedule-review-timeline strong,.schedule-review-timeline em{font-size:11px}.schedule-today-list em,.schedule-today-list time,.schedule-review-timeline small,.schedule-review-timeline b{font-size:10px}.schedule-review-timeline{gap:10px}}@media (max-width:900px){.schedule-board-card{overflow-x:auto}.schedule-board-head,.schedule-bottom-grid,.schedule-rail{grid-template-columns:1fr}.schedule-period-tools,.schedule-heading-cluster,.schedule-board-status,.schedule-board-actions,.schedule-week-nav,.schedule-view-toggle,.schedule-new-task{justify-self:start}.schedule-period-tools,.schedule-heading-cluster,.schedule-board-status,.schedule-week-nav{flex-wrap:wrap}.schedule-calendar{min-width:760px}}@media (max-width:1180px){.app-shell-collapsible{grid-template-columns:86px minmax(0,1fr)}.app-shell-collapsible .sidebar{padding:7px 6px 10px}.dashboard-grid{grid-template-columns:1fr}.right-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border);grid-template-columns:1fr;height:auto;position:static}.shell-brand span,.nav-item span{display:inline}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.topbar-actions{align-items:flex-start}.topbar{flex-direction:column;min-height:auto;padding:24px}.topbar-actions,.right-rail,.subject-grid,.today-card,.action-row,.insight-card{grid-template-columns:1fr}.topbar-actions{width:100%;display:grid}.metric-chip{border-left:0;padding-left:0}.dashboard-grid{padding:28px 20px}.section-heading h1{font-size:34px}.today-content h2{font-size:30px}}.easy-logo-text-ia span{color:var(--yellow)}.topbar{background:linear-gradient(90deg,#ffffffeb,#f7fbfff5),#fff;min-height:78px;padding:0 28px}.topbar-greeting p{color:#080f22;margin:0 0 7px;font-size:24px;font-weight:860}.topbar-greeting span{color:#48566b;font-size:15px}.topbar-actions{gap:10px}.metric-chip{background:#fff;border:1px solid #dfe8f4d6;border-radius:8px;align-items:center;gap:8px;min-width:104px;min-height:44px;padding:6px 10px;display:flex;position:relative;box-shadow:0 8px 18px #12274c0a}.metric-chip-trend{min-width:118px}.metric-chip-ring{min-width:92px}.metric-chip-progress{min-width:142px}.metric-chip-plain{min-width:146px}.metric-icon{width:26px;height:26px;color:var(--blue-strong);background:0 0;border-radius:8px;place-items:center;display:grid}.metric-chip-orange .metric-icon{color:var(--orange);background:0 0}.metric-chip-red .metric-icon{color:var(--red);background:0 0}.metric-chip-ring .metric-icon{background:radial-gradient(circle at center, #fff 0 54%, transparent 55%), conic-gradient(var(--blue-strong) 0 84%, #dfe8f4 84% 100%);color:#0000;border-radius:50%}.metric-chip-ring .metric-icon svg{opacity:0}.metric-chip span:not(.metric-icon){color:#48566b;font-size:9px;font-weight:720;line-height:1.1}.metric-chip strong{color:#080f22;white-space:nowrap;margin-top:2px;font-size:14px;font-weight:860}.metric-chip span.metric-trend{color:#25c38a;margin-left:auto}.metric-chip span.metric-trend svg{color:inherit;stroke-width:2.2px;width:18px;height:18px}.metric-progress{background:#e1e8f2;border-radius:999px;width:100%;height:6px;margin-top:8px;display:block;overflow:hidden}.metric-progress b{border-radius:inherit;background:linear-gradient(90deg, var(--blue), var(--blue-strong));width:60%;height:100%;display:block}.notification-button{background:#fff;border:1px solid #dfe8f4f2;width:36px;height:36px;position:relative;box-shadow:0 8px 18px #12274c0d}.notification-button span{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:850;display:grid;position:absolute;top:-8px;right:-6px}.profile-button{color:#101522;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-height:42px;display:inline-flex}.profile-button>span{color:#12243b;background:radial-gradient(circle at 50% 30%,#ffe0c2 0 28%,#0000 29%),linear-gradient(#17304c 0 46%,#d8eefb 47% 100%);border:1px solid #dfe8f4f2;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 18px #12274c12}.plan-card-premium{background:radial-gradient(circle at 78% 16%,#00a8ff38,#0000 28%),linear-gradient(153deg,#fffffffa 0%,#eff7fff2 60%,#e0f0fff5 100%),#fff;border:1px solid #0077ff29;border-radius:8px;flex-direction:column;justify-content:flex-end;gap:18px;min-height:316px;padding:38px 22px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 38px #12274c14}.plan-card-premium:before{content:"";pointer-events:none;background:linear-gradient(115deg,#ffffff57,#0000 32%),radial-gradient(circle at 0 100%,#0077ff29,#0000 34%);position:absolute;inset:0}.plan-card-premium:after{content:"";pointer-events:none;border:1px solid #0077ff24;width:140px;height:140px;position:absolute;bottom:-54px;right:-44px;transform:rotate(45deg)}.plan-gem{color:#fff;background:linear-gradient(145deg,#ffffffeb,#addbffc2),linear-gradient(45deg,#eaf6ff,#83c9ff 48%,#fff 49% 57%,#07f);border:1px solid #0077ff29;border-radius:8px;place-items:center;width:66px;height:66px;display:grid;position:absolute;top:24px;right:24px;transform:rotate(-20deg);box-shadow:0 18px 28px #0077ff2e}.plan-gem svg{filter:drop-shadow(0 4px 8px #0077ff47);transform:rotate(20deg)}.plan-copy{z-index:1;justify-items:start;gap:9px;display:grid;position:relative}.plan-topline{color:#35506f;align-items:center;gap:8px;font-size:13px;font-weight:780;display:flex}.plan-topline svg{color:var(--blue-strong)}.plan-card-premium strong{color:#0a66d8;font-size:32px;line-height:1}.plan-card-premium em{color:#0a66d8;background:#0077ff1a;border-radius:7px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-style:normal;font-weight:760;display:inline-flex}.plan-card-premium p{color:#566579;margin:0;font-size:14px;line-height:1.45}.plan-meter{background:#e4edf8;border-radius:999px;height:7px;overflow:hidden}.plan-meter i{border-radius:inherit;background:linear-gradient(90deg, var(--blue), var(--blue-strong));height:100%;display:block}.plan-card-premium .plan-button{z-index:1;color:#fff;background:linear-gradient(#00a8ff,#07f);border:0;min-height:46px;position:relative;box-shadow:0 14px 24px #0077ff38}@media (max-height:940px) and (min-width:861px){.sidebar{gap:20px;padding:22px 16px}.sidebar-nav{gap:8px}.nav-item{min-height:45px;font-size:15px}.nav-item svg{width:22px;height:22px}.plan-card-premium{gap:12px;min-height:244px;padding:24px 18px 18px}.plan-gem{width:52px;height:52px;top:18px;right:18px}.plan-card-premium strong{font-size:30px}.plan-card-premium p{max-width:152px;font-size:12px;line-height:1.35}.plan-card-premium .plan-button{min-height:42px}}@media (max-width:1280px) and (min-width:861px){.topbar{padding:0 20px}.topbar-actions{gap:9px}.metric-chip{gap:9px;min-height:58px;padding:8px 10px}.metric-icon{width:34px;height:34px}.metric-chip-trend{min-width:150px}.metric-chip-ring{min-width:116px}.metric-chip-progress{min-width:176px}.metric-chip span:not(.metric-icon){font-size:11px}.metric-chip strong{font-size:15px}.metric-trend svg{width:22px;height:22px}}.dashboard-v2{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);background:radial-gradient(circle at 32% 9%,#00a8ff14,#0000 26%),linear-gradient(#fbfdff 0%,#f6faff 100%);gap:12px;height:calc(100vh - 78px);min-height:0;padding:12px 12px 10px 16px;display:grid;overflow:hidden}.dashboard-primary{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.app-shell.app-shell-collapsible{background:radial-gradient(circle at 78% 14%,#ffffffd1,#0000 34%),linear-gradient(145deg,#edf3f9 0%,#e4edf6 52%,#dce7f1 100%)}.app-shell.app-shell-collapsible .sidebar{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none!important}.settings-blank-canvas{width:100%;min-width:0;min-height:100vh;box-shadow:none;background:0 0;margin:0;display:grid}.settings-blank-layout{grid-template-rows:82px minmax(0,1fr);justify-self:center;gap:21px;width:min(1112px,60.6%);min-height:0;padding:20px 0 28px;display:grid;transform:translate(-43px)}@media (max-width:900px){.settings-blank-layout{width:calc(100% - 40px);transform:none}}.settings-empty-panel{background:#fffffff5;border:1px solid #b1cff0f5;border-radius:14px;min-width:0;min-height:0;box-shadow:-5px -5px 12px #ffffffb8,7px 8px 18px #68829e26}.settings-empty-header{flex-direction:column;justify-content:center;padding:12px 18px;display:flex}.settings-empty-content>.checklists-empty-panel{height:100%;box-shadow:none;background:0 0;border:0}.settings-empty-header h1{color:#071630;letter-spacing:-.35px;margin:0;font-size:24px;font-weight:850;line-height:1.15}.settings-empty-header p{color:#66758c;margin:5px 0 0;font-size:14px;font-weight:520;line-height:1.2}.main-area:has(.checklists-panel-layout){grid-template-rows:auto minmax(0,1fr);display:grid}.checklists-panel-layout{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(320px,27%) minmax(0,1fr);gap:12px;min-width:0;min-height:0;padding:12px 18px 10px;display:grid}.checklists-empty-panel{text-align:center;background:#fffffff5;border:1px solid #b1cff0f5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:0;padding:24px;display:flex;box-shadow:-5px -5px 12px #ffffffb8,7px 8px 18px #68829e26}.checklists-empty-panel svg{color:#0878f5;background:#eaf4ff;border-radius:50%;width:26px;height:26px;margin-bottom:4px;padding:8px}.checklists-empty-panel h3{color:#142744;margin:0;font-size:14px}.checklists-empty-panel p{color:#667793;max-width:320px;margin:0;font-size:12px;line-height:1.5}.checklists-panel-main{grid-area:1/2/3}@media (max-width:900px){.checklists-panel-layout{grid-template-rows:repeat(3,minmax(260px,1fr));grid-template-columns:1fr;overflow-y:auto}.checklists-panel-main{grid-area:auto/1}}.main-area:has(.caderno-workspace){grid-template-rows:auto minmax(0,1fr);display:grid}.caderno-workspace{color:#102442;grid-template-columns:minmax(340px,25%) minmax(0,1fr);gap:12px;min-width:0;min-height:0;padding:12px 18px 10px 24px;font-size:12px;display:grid}.caderno-browser-panel,.caderno-editor-panel{background:#fffffff7;border:1px solid #b1cff0f5;border-radius:14px;min-width:0;min-height:0;box-shadow:-5px -5px 12px #ffffffb8,7px 8px 18px #68829e26}.caderno-browser-panel{flex-direction:column;padding:14px 14px 10px;display:flex;overflow:hidden}.caderno-browser-panel h2{color:#071630;margin:0 0 10px;font-size:17px}.caderno-search-row{grid-template-columns:minmax(0,1fr) 38px 38px;gap:8px;display:grid}.caderno-search-row label{border:1px solid #bfd7f2;border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 10px;transition:all .18s;display:flex}.caderno-search-row label:focus-within{border-color:#168cff;box-shadow:0 0 0 3px #168cff21}.caderno-search-row input{color:#172a45;width:100%;font:inherit;background:0 0;border:0;outline:0}.caderno-search-row button,.caderno-editor-actions button,.caderno-toolbar button{color:#142846;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;transition:all .18s;display:grid}.caderno-search-row button:hover,.caderno-editor-actions button:hover,.caderno-toolbar button:hover{color:#0878f5;background:#eaf4ff;transform:translateY(-1px)}.caderno-search-row button{color:#fff;background:linear-gradient(#1999ff,#0878f5);box-shadow:0 5px 10px #0878f533}.caderno-search-row button:hover{color:#fff;background:linear-gradient(#35a7ff,#0878f5);transform:translateY(-2px);box-shadow:0 8px 15px #0878f54d}.caderno-search-row button.caderno-favorites-toggle{color:#fff;background:linear-gradient(#ffcf4d,#f5aa00);box-shadow:0 5px 10px #f5aa0040}.caderno-favorites-toggle svg{fill:currentColor}.caderno-search-row button.caderno-favorites-toggle:hover{color:#fff;background:linear-gradient(#ffd970,#f5aa00);transform:translateY(-2px);box-shadow:0 8px 15px #f5aa0059}.caderno-favorites-toggle.is-active{box-shadow:inset 0 0 0 2px #142846,0 8px 15px #f5aa0066}.caderno-folder-tree-empty{color:#78889c;margin:14px 4px 0;font-size:12px;line-height:1.5}.caderno-new-note{border-radius:var(--radius);color:#fff;cursor:pointer;background:linear-gradient(#00a8ff,#07f);border:0;justify-content:center;align-items:center;gap:8px;min-height:38px;margin-top:8px;font-weight:750;transition:all .2s;display:flex;box-shadow:0 6px 12px #0878f533}.caderno-new-note:hover{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 18px #0878f547}.caderno-add-link-button{width:100%;min-height:38px;font-size:13px}.caderno-folder-tree{flex:auto;min-height:210px;margin:10px -4px 6px;padding:0 4px;overflow:auto}.caderno-folder-row{align-items:center;gap:4px;display:flex}.caderno-folder-button{color:#253957;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:auto;align-items:center;gap:7px;min-width:0;min-height:27px;transition:all .15s;display:flex}.caderno-folder-button:hover{color:#0878f5;background:#f0f7ff}.caderno-folder-add-note{color:#8296b0;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;transition:all .15s;display:grid}.caderno-folder-add-note:hover{color:#0878f5;background:#dceeff}.caderno-note-rename{color:#0878f5;flex:auto;align-items:center;gap:7px;min-width:0;padding:0 4px;display:flex}.caderno-note-rename input{color:#172a45;width:100%;font:inherit;font-size:inherit;background:0 0;border:0;border-bottom:1px solid #0878f5;outline:0}.caderno-folder-rename{min-height:27px;font-weight:700}.caderno-context-box{z-index:200;border:1px solid var(--border);background:var(--surface);min-width:168px;box-shadow:var(--shadow-panel);border-radius:10px;flex-direction:column;gap:1px;padding:5px;display:flex;position:fixed}.caderno-context-box button{color:#263b58;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:32px;padding:0 9px;font-size:13px;transition:background .12s;display:flex}.caderno-context-box button svg{color:#8296b0;flex:none}.caderno-context-box button:hover{color:#0878f5;background:#eaf4ff}.caderno-context-box button:hover svg{color:#0878f5}.caderno-context-box button.is-delete:hover{color:#d92439;background:#fff0f1}.caderno-context-box button.is-delete:hover svg{color:#d92439}.caderno-note-row{border-left:3px solid #0000;border-radius:5px;grid-template-columns:18px minmax(0,1fr) 30px;align-items:center;margin:1px 0 1px 14px;transition:all .15s;display:grid}.caderno-note-index{color:#a3b2c6;font-variant-numeric:tabular-nums;text-align:right;padding-right:2px;font-size:10px}.caderno-note-row:hover,.caderno-note-row.is-active{background:#e7f3ff;border-left-color:#0878f5}.caderno-note-row>button{color:#203652;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;min-width:0;min-height:27px;display:flex}.caderno-note-row>button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.caderno-note-row>button:last-child{color:#62748b;justify-content:center;transition:color .15s,transform .15s}.caderno-note-row>button:last-child:hover,.caderno-note-row>button.is-favorite{color:#f3aa00;transform:scale(1.12)}.caderno-note-row>button.is-favorite svg,.caderno-editor-actions .is-favorite svg{fill:currentColor}.caderno-collection{border-top:1px solid #dbe7f3;flex:none;margin-top:5px;padding-top:6px}.caderno-collection header{justify-content:space-between;align-items:center;display:flex}.caderno-collection h3{margin:0;font-size:12px}.caderno-collection header button{color:#0878f5;cursor:pointer;background:0 0;border:0;font-size:10px}.caderno-collection>button{color:#203652;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe7f3;border-radius:7px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;margin-top:4px;padding:6px;transition:all .17s;display:grid}.caderno-collection>button:hover,.caderno-collection>button.is-active{background:#f2f8ff;border-color:#80bdfb;transform:translate(2px)}.caderno-collection>button>svg{color:#0878f5;background:#eef6ff;border-radius:7px;padding:6px}.caderno-collection span{min-width:0;display:grid}.caderno-collection strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.caderno-collection small{color:#687991}.caderno-collection em{color:#0878f5;background:#eaf4ff;border-radius:99px;padding:3px 6px;font-size:9px;font-style:normal}.caderno-editor-panel{flex-direction:column;padding:16px 20px 14px;display:flex;position:relative;overflow:hidden}.caderno-editor-header{justify-content:space-between;gap:20px;padding:0 4px 10px;display:flex;position:relative}.caderno-editor-header p{color:#53657c;margin:0 0 14px}.caderno-editor-header p span{color:#9aabc0;margin:0 8px}.caderno-editor-header h1{color:#071630;margin:0 0 9px;font-size:25px}.caderno-editor-header small{color:#697991;margin-top:10px;display:block}.caderno-tags{gap:8px;display:flex}.caderno-tags span{color:#0878f5;background:#e7f2ff;border-radius:8px;padding:5px 10px}.caderno-tags span:nth-child(2){color:#2a954d;background:#eaf8ed}.caderno-tags span:nth-child(3){color:#d62455;background:#ffeaf0}.caderno-editor-actions{align-items:flex-start;gap:6px;display:flex}.caderno-editor-actions button{width:40px;height:38px}.caderno-editor-actions .is-favorite{color:#f3aa00}.caderno-toolbar{border:1px solid #c7dbef;border-radius:7px;align-items:center;gap:4px;min-height:45px;padding:4px 9px;display:flex}.caderno-toolbar button{width:35px;height:32px;font-weight:800}.caderno-toolbar button.is-active{color:#0878f5;background:#dceeff;box-shadow:inset 0 0 0 1px #9bcbfb}.caderno-toolbar-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.caderno-toolbar-row .caderno-toolbar{flex:auto}.caderno-related-menu{flex:none}.caderno-related-menu>button{position:relative}.caderno-related-count{color:#fff;background:#0878f5;border-radius:99px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;display:grid;position:absolute;top:-6px;right:-6px}.caderno-related-popover{width:300px}.caderno-related-popover>p:first-child{color:#142744;align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.caderno-related-popover>div{gap:8px;max-height:220px;display:grid;overflow-y:auto}.caderno-related-popover button{color:#213752;text-align:left;cursor:pointer;background:#fff;border:1px solid #d4e2f0;border-radius:8px;grid-template-columns:26px 1fr 16px;align-items:center;gap:7px;padding:8px;transition:all .18s;display:grid}.caderno-related-popover button:hover{background:#f1f7ff;border-color:#7ebafa}.caderno-related-popover button span{display:grid}.caderno-related-popover small{color:#728299}.caderno-related-empty{color:#78889c;margin:0;font-size:12px}.caderno-feedback{color:#0878f5;cursor:pointer;background:#edf7ff;border:1px solid #a8d1fa;border-radius:7px;align-items:center;gap:7px;margin:6px 0 0;padding:6px 10px;display:flex}.caderno-feedback span{margin-left:auto;font-size:16px}.caderno-editor-scroll{scrollbar-gutter:stable;flex:auto;min-height:0;padding-right:5px;overflow:hidden scroll}.caderno-editor-scroll::-webkit-scrollbar{width:9px}.caderno-editor-scroll::-webkit-scrollbar-track{background:#e7eef6;border-radius:10px}.caderno-editor-scroll::-webkit-scrollbar-thumb{background:#168cff;border:2px solid #e7eef6;border-radius:10px}.caderno-editor-scroll::-webkit-scrollbar-thumb:hover{background:#0878f5}.caderno-document{grid-template-columns:minmax(0,1.45fr) minmax(250px,.75fr);gap:22px;min-height:0;padding:16px 6px 8px;display:grid;overflow:visible}.caderno-note-content h2{color:#071630;margin:0 0 8px;font-size:19px}.caderno-note-content h3,.caderno-study-column h3,.caderno-related h3{margin:14px 0 8px;font-size:13px}.caderno-note-content p,.caderno-note-content li{line-height:1.5}.caderno-note-content ul{margin:6px 0 10px;padding-left:20px}.wiki-link-chip{color:#0878f5;cursor:pointer;background:#eaf4ff;border:1px solid #bcdcfc;border-radius:99px;align-items:center;gap:4px;padding:1px 9px 1px 7px;font-size:12px;font-weight:700;line-height:1.7;transition:all .15s;display:inline-flex}.wiki-link-chip:hover{color:#065fc2;background:#dceeff;border-color:#7ebafa;transform:translateY(-1px)}.caderno-formula{color:#172747;text-align:center;background:#f0f7ff;border:1px solid #9dccfb;border-radius:6px;max-width:470px;margin:12px 0;padding:12px 16px;font-family:Georgia,serif;font-size:17px;font-style:italic}.caderno-note-content table{border-collapse:separate;border-spacing:0;border:1px solid #bed5ec;border-radius:7px;width:100%;overflow:hidden}.caderno-note-content th,.caderno-note-content td{text-align:left;border-bottom:1px solid #d0e0ef;border-right:1px solid #d0e0ef;padding:7px 10px}.caderno-note-content tr:last-child td{border-bottom:0}.caderno-note-content th:last-child,.caderno-note-content td:last-child{border-right:0}.caderno-note-content th{color:#172a45;background:#f2f7fc}.caderno-study-column{align-content:start;gap:12px;padding-top:38px;display:grid}.caderno-insight{border:1px solid;border-radius:9px;grid-template-columns:24px 1fr;gap:9px;padding:13px;display:grid}.caderno-insight h3{margin:0 0 7px}.caderno-insight p{margin:0;line-height:1.45}.caderno-insight.is-blue{color:#18477b;background:#f1f7ff;border-color:#91c4fb}.caderno-insight.is-yellow{color:#77500c;background:#fff9e9;border-color:#f1c865}.caderno-reviewed{padding:0 2px}.caderno-reviewed label{cursor:pointer;align-items:center;gap:8px;margin:7px 0;display:flex}.caderno-reviewed input{accent-color:#0878f5;width:15px;height:15px}.caderno-new-editor{grid-template-rows:auto auto auto minmax(0,1fr) auto auto;gap:10px;padding:18px 22px;display:grid}.new-note-breadcrumb{color:#617289;font-size:11px}.new-note-breadcrumb span{color:#9aabc0;margin:0 10px}.new-note-heading{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.caderno-switcher{align-items:center;display:flex;position:relative}.new-note-title-wrap{flex:220px;min-width:160px}.new-note-folder-wrap{flex:0 170px;min-width:120px}.new-note-title{color:#172a45;width:100%;height:42px;font:inherit;border:1px solid #7db9fa;border-radius:6px;outline:0;padding:0 34px 0 14px;font-size:16px;transition:all .18s}.new-note-title:focus{border-color:#0878f5;box-shadow:0 0 0 3px #0878f524}.new-note-folder{color:#263b58;width:100%;height:36px;font:inherit;background:#fff;border:1px solid #c5d9ee;border-radius:6px;outline:0;padding:0 30px 0 12px;font-size:13px;transition:all .18s}.new-note-folder:hover{background:#f6faff;border-color:#75b5f7}.new-note-folder:focus{background:#fff;border-color:#0878f5;box-shadow:0 0 0 3px #0878f524}.new-note-folder::placeholder{color:#8fa2ba}.caderno-switcher-toggle{color:#7c8ca0;cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:100%;transition:all .15s;display:grid;position:absolute;top:0;right:0}.caderno-switcher-toggle:hover{color:#0878f5}.caderno-switcher-menu{z-index:80;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);max-height:260px;box-shadow:var(--shadow-panel);gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.caderno-switcher-menu button{color:#213752;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 8px;font-size:13px;transition:background .12s;display:flex}.caderno-switcher-menu button:hover{color:#0878f5;background:#eaf4ff}.caderno-switcher-menu button span{min-width:0;display:grid}.caderno-switcher-menu button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.caderno-switcher-menu button small{color:#728299}.caderno-switcher-empty{color:#78889c;margin:4px 6px;font-size:12px}.new-note-tag{color:#0878f5;white-space:nowrap;background:#e7f2ff;border-radius:6px;flex:none;padding:5px 8px;font-weight:800}.new-note-save-state{color:#4c6b62;white-space:nowrap;flex:none;align-items:center;gap:6px;margin-left:auto;font-size:10px;display:flex}.new-note-save-state svg{color:#20ad64}.new-note-heading>button,.caderno-more-menu>button{color:#263b58;cursor:pointer;background:#fff;border:1px solid #d2e1ef;border-radius:7px;flex:none;place-items:center;width:38px;height:36px;transition:all .18s;display:grid}.new-note-heading>button:hover,.new-note-heading>button.is-favorite,.caderno-more-menu>button:hover{color:#0878f5;background:#edf7ff;border-color:#7bbafb;transform:translateY(-2px)}.new-note-heading>button.is-favorite svg{fill:#f5aa00;color:#f5aa00}.new-note-heading>button.is-delete{color:#ef4055;border-color:#ffd0d4}.new-note-heading>button.is-delete:hover{color:#d92439;background:#fff0f1;border-color:#ef4055}.new-note-toolbar{border:1px solid #cbddef;border-radius:7px;align-items:center;gap:5px;min-height:43px;padding:4px 10px;display:flex}.new-note-toolbar>span{background:#dbe6f1;width:1px;height:27px;margin:0 4px}.new-note-toolbar button{color:#1a304e;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:6px;place-items:center;width:36px;height:31px;font-weight:850;transition:all .16s;display:grid}.new-note-toolbar button:hover,.new-note-toolbar button.is-active{color:#0878f5;background:#eaf4ff;border-color:#a6cff8;transform:translateY(-1px)}.caderno-editor-scroll{border:1px solid #d1e0ee;border-radius:6px;min-height:0;transition:all .18s;overflow-y:auto}.caderno-editor-scroll:focus-within{border-color:#80bafa;box-shadow:inset 0 0 0 2px #0878f50f}.new-note-writing{color:#1d304a;min-width:0;min-height:100%;font:inherit;outline:0;padding:18px;font-size:14px;line-height:1.6}.new-note-writing::placeholder{color:#7c8ca0}.new-note-help{color:#78889c;margin:0;font-size:10px}.new-note-footer{justify-content:flex-end;align-items:flex-end;gap:20px;display:flex}.new-note-footer>span{color:#7a899c;font-size:10px}.new-note-footer>div{gap:10px;display:flex}.new-note-footer button{color:#0878f5;cursor:pointer;background:#fff;border:1px solid #8cc0f7;border-radius:6px;min-width:105px;height:38px;font-weight:800;transition:all .18s}.new-note-footer button:hover{background:#edf7ff;transform:translateY(-2px);box-shadow:0 7px 12px #0878f51f}.new-note-footer button:last-child{color:#fff;background:linear-gradient(#1999ff,#0878f5);border-color:#0878f5;box-shadow:0 6px 12px #0878f538}.new-note-footer button:last-child:hover{filter:brightness(1.06);box-shadow:0 10px 18px #0878f547}.new-note-writing,.shared-note-content{outline:0}.new-note-writing p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#7c8ca0;pointer-events:none;height:0}.new-note-writing h1,.shared-note-content h1{color:#142744;margin:.6em 0 .3em;font-size:22px;font-weight:800}.new-note-writing h2,.shared-note-content h2{color:#142744;margin:.6em 0 .3em;font-size:18px;font-weight:800}.new-note-writing p,.shared-note-content p{margin:0 0 .6em}.new-note-writing ul,.shared-note-content ul{margin:0 0 .6em;padding-left:22px}.new-note-writing mark,.shared-note-content mark{background:#ffe98a;border-radius:2px;padding:0 2px}.new-note-writing a,.shared-note-content a{color:#0878f5;text-decoration:underline}.new-note-writing img,.shared-note-content img{border-radius:8px;max-width:100%;margin:6px 0}.new-note-writing ul[data-type=taskList],.shared-note-content ul[data-type=taskList]{padding-left:4px;list-style:none}.new-note-writing ul[data-type=taskList] li,.shared-note-content ul[data-type=taskList] li{align-items:flex-start;gap:8px;display:flex}.new-note-writing ul[data-type=taskList] li>label,.shared-note-content ul[data-type=taskList] li>label{margin-top:3px}.new-note-writing table,.shared-note-content table{border-collapse:collapse;width:100%;margin:8px 0}.new-note-writing td,.new-note-writing th,.shared-note-content td,.shared-note-content th{text-align:left;border:1px solid #d1e0ee;padding:6px 10px}.new-note-writing th,.shared-note-content th{background:#f4f8fd;font-weight:700}@media (max-width:1200px){.caderno-workspace{grid-template-columns:330px minmax(760px,1fr);overflow:auto}.caderno-editor-panel{min-width:760px}}@media (max-width:900px){.caderno-workspace{grid-template-rows:520px minmax(760px,1fr);grid-template-columns:1fr;padding:12px 16px 16px;overflow:auto}.caderno-editor-panel{min-width:0}.caderno-document{grid-template-columns:1fr}.caderno-study-column{padding-top:0}.new-note-heading{flex-wrap:wrap;align-items:center;row-gap:8px;display:flex}.new-note-title-wrap{flex:100%}.new-note-save-state{justify-content:flex-start;margin-left:auto}}@media (prefers-reduced-motion:reduce){.app-shell-collapsible .sidebar,.app-shell-collapsible .shell-brand,.app-shell-collapsible .shell-brand .easy-logo-text,.app-shell-collapsible .sidebar-nav,.app-shell-collapsible .nav-item,.app-shell-collapsible .nav-item span,.app-shell-collapsible .plan-card-premium{transition:none}}.ranking-content-shell{padding:0 10px 8px;overflow:auto}.ranking-dashboard{color:#102442;gap:8px;min-width:930px;font-size:13px;display:grid}.ranking-dashboard button{font:inherit;cursor:pointer}.ranking-dashboard button:focus-visible{outline-offset:2px;outline:3px solid #0878f540}.ranking-stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;display:grid}.ranking-stat{background:#fff;border:1px solid #d8e4f1;border-radius:9px;align-items:center;gap:14px;min-height:52px;padding:7px 16px;transition:all .2s;display:flex;box-shadow:0 5px 12px #12274c12}.ranking-stat:hover{transform:translateY(-2px);box-shadow:0 9px 20px #12274c1f}.ranking-stat>svg{border-radius:50%;width:38px;height:38px;padding:7px}.ranking-stat span{color:#53657d;font-size:13px;font-weight:700}.ranking-stat strong{color:#071630;margin-top:3px;font-size:22px;line-height:1;display:block}.ranking-stat.is-blue>svg{color:#0878f5;background:#eaf4ff}.ranking-stat.is-gold>svg{color:#ffb800;background:#fff8df}.ranking-stat.is-green>svg{color:#20ad64;background:#ebfbf2}.ranking-stat.is-orange>svg{color:#ff7a00;background:#fff2e8}.ranking-card{background:#fff;border:1px solid #d8e4f1;border-radius:9px;box-shadow:0 4px 10px #12274c0d}.ranking-card h2{margin:0;padding:5px 12px 3px;font-size:15px}.ranking-table-scroll{min-height:168px;max-height:168px;overflow:hidden}.ranking-table-card{background:#fff;border:1px solid #d8e4f1;border-radius:9px;overflow:hidden}.ranking-table-card table{border-collapse:collapse;width:100%}.ranking-table-card th,.ranking-table-card td{text-align:left;border-bottom:1px solid #e4ebf3;height:27px;padding:2px 14px}.ranking-table-card th{color:#142744;background:#f8fbff;font-size:11px}.ranking-table-card td{color:#52647c}.ranking-table-card td svg{vertical-align:middle;color:#20ad64;display:inline}.ranking-table-card td svg.ranking-flame-icon{color:#ff7a00}.ranking-table-card tr.is-you{background:#e7f4ff}.ranking-table-card tr.is-you td,.ranking-table-card tr.is-you b{color:#0878f5}.ranking-avatar{color:#315d8f;background:#dcecff;border-radius:50%;place-items:center;width:20px;height:20px;margin-right:8px;font-weight:900;display:inline-grid}.is-positive{font-weight:800;color:#20ad64!important}.is-negative{font-weight:800;color:#ef4055!important}.ranking-my-subjects-list{gap:6px;margin:4px 0 0;padding:0 12px;list-style:none;display:grid}.ranking-my-subjects-list li{background:#fbfdff;border:1px solid #e4ebf3;border-radius:9px;align-items:center;gap:8px;padding:7px 10px;display:flex}.ranking-my-subjects-rank{color:#0878f5;background:#eaf4ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.ranking-my-subjects-name{color:#142744;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.ranking-my-subjects-count{color:#8493a8;white-space:nowrap;flex:none;font-size:11px;font-weight:700}.ranking-empty-note{color:#7c8ba2;margin:4px 12px 10px;font-size:12px;line-height:1.4}.ranking-empty-note-tight{white-space:nowrap;margin-bottom:0}.ranking-top10-banner{color:#0b3d78;align-items:center;gap:10px;padding:9px 16px;display:flex}.ranking-top10-banner>svg{color:#ffb800;flex:none}.ranking-top10-banner span{white-space:nowrap;flex:none}.ranking-top10-track{background:#e4ecf6;border-radius:99px;flex:120px;min-width:80px;height:8px;position:relative;overflow:hidden}.ranking-top10-track i{background:linear-gradient(90deg,#00a8ff,#07f);border-radius:99px;width:0;transition:width .3s;position:absolute;inset:0}.ranking-top10-banner b{color:#52647c;white-space:nowrap;flex:none;font-weight:700}.ranking-top10-banner em{color:#0878f5;background:#e5f2ff;border-radius:99px;flex:none;padding:3px 10px;font-style:normal;font-weight:800}.ranking-top10-banner.is-reached{color:#0a7a3f}.ranking-top10-banner.is-reached>svg{color:#20ad64}.ranking-columns-2{grid-template-columns:1.4fr 1fr;align-items:start;gap:8px;display:grid}.ranking-column-stack{grid-template-rows:1fr 1fr;gap:8px;display:grid}.ranking-league{height:111px;overflow:hidden}.ranking-challenges{height:101px;overflow:hidden}.ranking-columns-3{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ranking-podium-stage{grid-template-columns:repeat(3,1fr);align-items:end;gap:8px;padding:4px 14px 10px;display:grid}.ranking-podium-spot{text-align:center;background:#f7fafd;border-radius:10px;justify-items:center;gap:3px;padding:10px 6px;display:grid}.ranking-podium-spot strong{color:#0b1d3a;font-size:13px}.ranking-podium-spot em{color:#8493a8;font-size:11px;font-style:normal}.ranking-podium-spot b{color:#0878f5;font-size:13px}.ranking-podium-streak{color:#ff7a00;align-items:center;gap:3px;font-size:11px;font-weight:700;display:inline-flex}.ranking-podium-streak svg{color:#ff7a00}.ranking-podium-rank{color:#52647c;background:#d8e4f1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:inline-flex}.ranking-podium-avatar{width:40px;height:40px;margin:2px 0}.ranking-podium-spot.is-place-1{background:linear-gradient(#fff6da,#ffe9a8);order:0;padding-top:0}.ranking-podium-spot.is-place-1 .ranking-podium-rank{color:#fff;background:#ffb800}.ranking-podium-spot.is-place-1 .ranking-podium-avatar{width:50px;height:50px}.ranking-podium-crown{color:#ffb800}.ranking-podium-spot.is-place-2{align-self:end}.ranking-podium-spot.is-place-3{background:linear-gradient(#ffede0,#ffd9b8);align-self:end}.ranking-podium-spot.is-place-3 .ranking-podium-rank{color:#fff;background:#cd7f32}.ranking-league-stepper{justify-content:space-between;align-items:center;gap:4px;padding:8px 14px 4px;display:flex}.ranking-league-step{color:#8493a8;text-align:center;justify-items:center;gap:4px;font-size:11px;display:grid}.ranking-league-badge{color:#a5b2c4;background:#eef2f7;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ranking-tabs{border-bottom:1px solid #e4ebf3;flex-wrap:wrap;gap:4px;padding:8px 14px 4px;display:flex}.ranking-tab{color:#52647c;background:0 0;border:0;border-radius:99px;padding:6px 13px;font-size:12px;font-weight:700}.ranking-tab:hover:not(.is-disabled){background:#f0f6fc}.ranking-tab.is-active{color:#fff;background:#0878f5}.ranking-tab.is-disabled{color:#c1cbd9;cursor:not-allowed}.ranking-position-delta{align-items:center;gap:1px;margin-left:5px;font-size:11px;font-weight:800;display:inline-flex}.ranking-position-delta.is-up{color:#20ad64}.ranking-position-delta.is-down{color:#ef4055}.ranking-badge-pill{color:#0878f5;white-space:nowrap;background:#eaf4ff;border-radius:99px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.ranking-achievements-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:6px;padding:6px 10px;display:grid}.ranking-achievement{color:#52647c;text-align:center;background:#fbfdff;border:1px solid #e4ebf3;border-radius:9px;align-content:center;justify-items:center;gap:4px;min-height:52px;padding:8px 6px;font-size:13px;font-weight:700;line-height:1.2;display:grid}.ranking-achievement svg{color:var(--achievement-color,#0878f5)}.ranking-points-source ul{gap:3px;margin:0;padding:3px 12px 2px;list-style:none;display:grid}.ranking-points-source li{color:#30445f;align-items:flex-start;gap:8px;font-size:12px;line-height:1.25;display:flex}.ranking-points-source li svg{color:#0878f5;flex:none;margin-top:1px}.ranking-points-source li em{color:#8493a8;font-size:11px;font-style:normal;line-height:1.25;display:block}.ranking-row-clickable{cursor:pointer}.ranking-row-clickable:hover td{background:#f4f9ff}.ranking-podium-spot[role=button]{cursor:pointer;transition:transform .14s}.ranking-podium-spot[role=button]:hover{transform:translateY(-2px)}.ranking-preview-overlay{z-index:200;background:#0f1b2e73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.ranking-preview-modal{color:#102442;background:#fff;border-radius:16px;width:min(380px,100%);max-height:86vh;padding:20px;font-size:14px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0f1b2e4d}.ranking-preview-close{color:#52647c;cursor:pointer;background:#f1f5fb;border:0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:12px;right:12px}.ranking-preview-close:hover{background:#e4ecf6}.ranking-preview-header{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.ranking-preview-header .ranking-preview-avatar{border:3px solid #eaf4ff;width:96px;height:96px;font-size:30px;overflow:hidden;box-shadow:0 6px 18px #0878f52e}.ranking-preview-avatar img{object-fit:cover;width:100%;height:100%}.ranking-preview-header strong{color:#071a40;font-size:18px;display:block}.ranking-preview-meta{color:#7c8ba2;margin-top:2px;font-size:13px;display:block}.ranking-preview-stats{color:#ff7a00;background:#fff4e9;border-radius:10px;gap:12px;margin:14px 0;padding:8px 12px;font-size:13px;font-weight:700;display:flex}.ranking-preview-stats svg{vertical-align:middle;margin-right:3px}.ranking-preview-section{margin-top:14px}.ranking-preview-section h3{color:#142744;text-transform:uppercase;letter-spacing:.02em;margin:0 0 6px;font-size:12px;font-weight:800}.ranking-preview-subjects{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ranking-preview-subjects li{color:#0878f5;background:#eaf4ff;border-radius:99px;padding:5px 11px;font-size:13px;font-weight:700}.ranking-preview-notes{gap:6px;margin:0;padding:0;list-style:none;display:grid}.ranking-preview-notes li{border:1px solid #e4ebf3;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.ranking-preview-notes a{color:#0878f5;align-items:center;gap:4px;font-weight:700;text-decoration:none;display:inline-flex}.ranking-preview-notes a:hover{text-decoration:underline}.ranking-preview-notes li span{color:#8493a8;font-size:12px}@media (max-width:1200px) and (min-width:901px){.ranking-dashboard{min-width:880px}.ranking-content-shell{overflow:auto}.ranking-stat strong{font-size:17px}}@media (max-width:900px){.ranking-dashboard{min-width:0;font-size:11px}.ranking-content-shell{padding:0 6px 8px;overflow:visible}.ranking-stat-grid{grid-template-columns:repeat(2,1fr)}.ranking-table-card{overflow-x:auto}.ranking-table-card table{min-width:640px}}@media (max-width:480px){.ranking-stat-grid{grid-template-columns:1fr}}@media (min-width:1201px){.is-ranking-canvas .settings-blank-layout{grid-template-rows:62px minmax(0,1fr);gap:8px;width:min(1220px,72%);height:calc(100vh - 7px);min-height:0;padding:10px 0 0;transform:translate(-13px)}.is-ranking-canvas .settings-empty-header{padding:8px 16px}.is-ranking-canvas .settings-empty-header h1{font-size:22px}.is-ranking-canvas .settings-empty-header p{margin-top:3px;font-size:12px}.is-ranking-canvas .ranking-content-shell{padding-bottom:0;overflow:hidden auto}.is-ranking-canvas .ranking-dashboard{grid-auto-rows:auto;min-height:100%}.is-ranking-canvas .ranking-card{min-height:0}}.ranking-table-card th,.ranking-table-card td{height:27px;padding-top:2px;padding-bottom:2px}.ranking-avatar{width:20px;height:20px}.dashboard-mission-section{background:#fff9;border:1px solid #9dbee2c7;border-radius:14px;flex-direction:column;flex-shrink:0;gap:0;padding:22px 20px 26px;display:flex}.dashboard-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:7px;display:flex}.dashboard-heading h1{color:#071027;letter-spacing:0;align-items:center;gap:10px;margin:0 0 3px;font-size:25px;line-height:1.05;display:inline-flex}.dashboard-heading h1 svg{color:var(--blue-strong);stroke-width:1.7px}.dashboard-heading p{color:#536176;margin:0;font-size:12px;line-height:1.45}.analysis-chip{color:#4a637f;white-space:nowrap;align-items:center;gap:7px;margin-top:6px;font-size:12px;font-weight:760;display:inline-flex}.analysis-chip svg{color:var(--blue)}.mission-panel{box-shadow:none;background:0 0;border:0;border-radius:0;flex-shrink:0;grid-template-columns:clamp(232px,18vw,300px) minmax(0,1fr);gap:clamp(16px,1.6vw,28px);padding:12px 0 0;display:grid;position:relative;overflow:hidden}.mission-panel:after{content:none}.dashboard-v2 .dashboard-mission-section .mission-panel{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.mission-resume-tag,.last-access{z-index:2;color:var(--blue-strong);align-items:center;gap:8px;font-size:13px;font-weight:820;display:inline-flex;position:absolute}.mission-resume-tag{background:#e8f4fff5;border-radius:8px;min-height:30px;padding:0 14px;font-size:13px;top:22px;left:30px}.last-access{color:#566579;font-size:13px;top:22px;right:26px}.mission-visual{background:linear-gradient(#ffffff94, #ffffffc7), radial-gradient(circle at 50% 35%, rgba(var(--study-rgb), .24), transparent 48%);border-radius:8px;place-items:center;min-height:254px;display:grid;position:relative;overflow:hidden}.study-asset{object-fit:contain;object-position:center;mix-blend-mode:multiply;filter:drop-shadow(0 22px 24px rgba(var(--study-rgb), .16));transform:translateY(4px)scale(1.1)}.hologram-grid{border:1px solid rgba(var(--study-rgb), .14);background:linear-gradient(90deg, rgba(var(--study-rgb), .08) 1px, transparent 1px) 0 0 / 34px 34px, linear-gradient(rgba(var(--study-rgb), .08) 1px, transparent 1px) 0 0 / 34px 34px;opacity:.55;position:absolute;inset:18px}.hologram-ring{border:1px solid rgba(var(--study-rgb), .28);border-radius:50%;position:absolute;transform:rotateX(70deg)}.ring-one{width:155px;height:155px;bottom:36px}.ring-two{width:108px;height:108px;bottom:53px}.hologram-core{z-index:1;width:148px;height:148px;color:var(--study-accent);filter:drop-shadow(0 18px 22px rgba(var(--study-rgb), .28));place-items:center;display:grid;position:relative}.hologram-base{background:rgba(var(--study-rgb), .16);filter:blur(2px);border-radius:50%;width:120px;height:18px;position:absolute;bottom:35px}.mission-content{z-index:1;min-width:0;padding-top:30px;position:relative}.mission-tag{background:linear-gradient(180deg, var(--blue), var(--blue-strong));color:#fff;border-radius:8px;align-items:center;gap:8px;min-height:33px;padding:0 13px;font-size:13px;font-weight:820;display:none}.mission-content h2{color:#071027;letter-spacing:0;max-width:760px;margin:4px 0 6px;font-size:clamp(25px,1.9vw,32px);line-height:1.08}.mission-system-label{color:var(--study-accent);margin-bottom:4px;font-size:14px;font-weight:840;display:block}.mission-content>p{color:#26364b;max-width:820px;margin:0;font-size:12px;line-height:1.35}.mission-alerts{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.domain-tile{background:#ffffffbd;border:1px solid #dfe8f4e6;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 9px;min-width:0;min-height:48px;padding:7px 9px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.mini-score-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(var(--study-accent) var(--score-angle), #e3edf8 0);border-radius:50%;grid-row:span 2;place-items:center;width:40px;height:40px;display:grid}.mini-score-ring strong{color:#071027;font-size:15px;font-weight:900}.domain-tile>span{color:#536176;overflow-wrap:break-word;min-width:0;font-size:12px;font-weight:760;line-height:1.15}.status-tile{background:#ffffffb3;border:1px solid #dfe8f4e6;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 10px;min-width:0;min-height:48px;padding:7px 9px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.status-tile svg{grid-row:span 2}.status-tile span{color:#526174;overflow-wrap:break-word;min-width:0;font-size:12px;font-weight:720;line-height:1.15}.status-tile strong{color:#071027;font-size:15px;font-weight:850}.status-tile.blue svg{color:var(--blue-strong)}.status-tile.red svg,.status-tile.red strong{color:var(--red)}.mission-factor-grid{background:#ffffffa8;border:1px solid #dfe8f4d1;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:6px;padding:7px 10px;display:grid}.mission-factor-label{color:#26364b;margin-top:8px;font-size:13px;font-weight:760;display:block}.mission-factor span,.mission-factor strong{display:block}.mission-factor span{color:#38475d;font-size:12px;font-weight:760}.factor-line{background:#dfe8f4;border-radius:999px;height:5px;margin:6px 0 4px;overflow:hidden}.factor-fill{border-radius:inherit;height:100%;display:block}.factor-fill.blue{background:var(--blue-strong)}.factor-fill.orange{background:var(--orange)}.factor-fill.yellow{background:var(--yellow)}.factor-fill.red{background:var(--red)}.mission-factor strong{color:#071027;font-size:12px}.mission-actions{grid-template-columns:minmax(180px,230px) minmax(180px,230px);gap:14px;display:grid}.mission-primary,.mission-secondary{min-height:42px;font-size:14px}.mission-lower-row{grid-column:1/-1;grid-template-columns:minmax(370px,480px) minmax(244px,300px);justify-content:space-between;align-items:end;gap:18px;margin-top:4px;display:grid}.mission-lower-row .mission-actions{width:100%}.mission-lower-row .mission-score-card{width:300px}.study-feedback{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mission-score-card{z-index:1;place-self:end;gap:16px;width:100%;display:grid;position:relative;bottom:auto;right:auto}.score-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(var(--study-accent) var(--score-angle), #e3edf8 0);width:132px;height:132px;box-shadow:0 12px 30px rgba(var(--study-rgb), .16);border-radius:50%;justify-self:center;place-items:center;display:grid}.score-ring strong,.score-ring span{text-align:center;grid-area:1/1;display:block}.score-ring strong{color:#071027;align-self:center;margin-top:-10px;font-size:30px;font-weight:900}.score-ring span{color:#536176;align-self:center;margin-top:38px;font-size:12px;font-weight:760}.depth-control{background:0 0;border:0;border-radius:8px;padding:0}.depth-control>span{color:#26364b;font-size:12px;font-weight:820}.depth-control>div{grid-template-columns:repeat(3,1fr);gap:3px;margin-top:7px;display:grid}.depth-control button{color:#435269;cursor:pointer;background:#fff;border:1px solid #dfe8f4e0;border-radius:8px;min-height:31px;font-size:12px;font-weight:760}.depth-control button.is-active{border-color:var(--study-accent);background:var(--study-accent);color:#fff}.depth-control p{color:#566579;margin:10px 0 0;font-size:12px;line-height:1.4;display:none}.mastery-section{flex-direction:column;flex:auto;min-height:0;margin-top:7px;display:flex}.mastery-title-row{margin:0 0 6px}.mastery-title-row h2{color:#071027;align-items:center;gap:6px;margin:0 0 2px;font-size:17px;display:inline-flex}.mastery-title-row h2 svg{color:var(--blue-strong);stroke-width:1.9px}.mastery-title-row p{color:#617086;margin:0;font-size:11px}.mastery-title-row .compact-button{justify-content:center;gap:8px;min-width:196px;min-height:34px;padding:0 12px;border:1px solid var(--blue)!important;border-radius:var(--radius)!important;box-shadow:none!important;background:#fff!important}.mastery-title-row .compact-button:hover,.mastery-title-row .compact-button:focus-visible{border-color:var(--blue-strong)!important;background:var(--surface-soft)!important}.compact-button{min-height:auto;color:var(--blue-strong);background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:13px;font-weight:820;display:inline-flex}.mission-secondary{transition:border-color .18s,background .18s,color .18s,transform .18s}.mission-secondary:hover,.mission-secondary:focus-visible{border-color:var(--blue-strong);background:var(--surface-soft);color:var(--blue-strong);outline:none;transform:translateY(-1px)}.mission-secondary:active{transform:translateY(0)}.mastery-flow{flex:auto;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:8px;display:grid;position:relative}.mastery-flow:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0077ff47,#ffb32152,#ef3b4247);border-radius:999px;height:2px;position:absolute;top:50%;left:18px;right:18px}.mastery-card{z-index:1;color:#071027;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe8f4f5;border-radius:8px;grid-template-rows:auto auto auto 1fr;gap:4px;min-width:0;min-height:130px;padding:7px 10px 5px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative;box-shadow:0 12px 30px #12274c0d}.mastery-card:hover,.mastery-card:focus-visible,.mastery-card.is-selected{border-color:rgba(var(--study-rgb), .55);box-shadow:0 18px 34px rgba(var(--study-rgb), .14);outline:none;transform:translateY(-2px)}.mastery-card.is-gradient-preview{isolation:isolate;background:0 0;overflow:hidden}.mastery-card.is-gradient-preview>*{z-index:1;position:relative}.mastery-card.is-gradient-preview:before{content:"";z-index:0;border-radius:inherit;background:conic-gradient(from 0deg, transparent 0deg, rgba(var(--study-rgb), .08) 34deg, rgba(var(--study-rgb), .92) 74deg, #38bdf8f2 112deg, #2dd4bfcc 146deg, rgba(var(--study-rgb), .86) 188deg, transparent 236deg, transparent 360deg);opacity:0;transition:opacity .18s;animation:4.8s linear infinite easy-domain-card-spin;position:absolute;inset:-1px}.mastery-card.is-gradient-preview:after{content:"";z-index:0;background:linear-gradient(180deg, #fffffffa, #f7fcfff5), radial-gradient(circle at 20% 0%, rgba(var(--study-rgb), .14), transparent 38%);border-radius:7px;position:absolute;inset:1px}.mastery-card.is-gradient-preview:hover,.mastery-card.is-gradient-preview:focus-visible{border-color:rgba(var(--study-rgb), .42);box-shadow:0 20px 38px rgba(var(--study-rgb), .17), 0 0 0 4px rgba(var(--study-rgb), .08)}.mastery-card.is-gradient-preview:hover:before,.mastery-card.is-gradient-preview:focus-visible:before{opacity:1}@keyframes easy-domain-card-spin{to{transform:rotate(360deg)}}.mastery-card-head{align-items:center;gap:8px;min-width:0;display:inline-flex}.mastery-card-head strong{color:#071027;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:820;overflow:hidden}.mastery-icon{background:rgba(var(--study-rgb), .12);width:26px;height:26px;color:var(--study-accent);border-radius:50%;place-items:center;display:grid}.mastery-copy strong,.mastery-copy b,.mastery-copy small{display:block}.mastery-ring-row{grid-template-columns:auto auto;justify-content:start;align-items:center;gap:9px;margin-top:1px;display:grid}.mastery-ring{background:radial-gradient(circle at center, #fff 0 57%, transparent 58%), conic-gradient(var(--study-accent) var(--score-angle), #e7edf6 0);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.mastery-ring-row>span:last-child b{color:#071027;font-size:20px;line-height:1}.mastery-ring-row small{color:#26364b;margin-top:1px;font-size:11px;font-weight:680}.mastery-progress{display:none}.mastery-stats{border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:0;display:grid}.mastery-stats span{color:#67758a;min-width:0;font-size:10px;line-height:1.25}.mastery-stats b{color:#071027;font-size:12px;display:block}.mastery-sparkline{align-self:end;width:calc(100% + 24px);height:28px;margin:-2px -12px 0;overflow:visible}.mastery-sparkline polyline{fill:none;stroke:var(--study-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3px;filter:drop-shadow(0 6px 8px rgba(var(--study-rgb), .16))}.ai-insight-card{background:linear-gradient(120deg,#00a8ff1a,#ffffffeb),#fff;border:1px solid #0077ff2e;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:auto;padding:7px 12px;display:grid}.insight-icon{width:34px;height:34px;color:var(--blue-strong);background:#00a8ff1f;border-radius:50%;place-items:center;display:grid}.insight-title{align-items:center;gap:10px;display:flex}.insight-title strong{color:#071027;font-size:14px}.insight-title span{color:var(--blue-strong);background:#e8f4ff;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:850}.ai-insight-card p{color:#46566d;margin:2px 0 0;font-size:11px;line-height:1.35}.insight-action{white-space:nowrap;min-height:36px}.dashboard-rail-v2{align-content:start;gap:7px;min-height:0;display:grid}.rail-panel{background:linear-gradient(#fffffff5,#fafdfff5),#fff;border:1px solid #dfe8f4f5;border-radius:8px;padding:9px 10px;box-shadow:0 12px 30px #12274c0d}.dashboard-rail-v2 .rail-panel:first-child{padding-bottom:8px}.dashboard-rail-v2 .rail-panel:nth-child(3){padding-top:8px;padding-bottom:7px}.dashboard-rail-v2 .rail-panel:nth-child(3) .rail-panel-title{margin-bottom:5px}.dashboard-rail-v2 .rail-panel:nth-child(3) .rail-link{margin-top:4px}.rail-panel-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.rail-panel-title h2{color:#071027;margin:0;font-size:14px}.rail-panel-title span{min-width:26px;height:22px;color:var(--blue-strong);background:#e9f5ff;border-radius:999px;place-items:center;font-size:12px;font-weight:850;display:grid}.rail-link{color:var(--blue-strong);align-items:center;gap:6px;margin-top:5px;font-size:12px;font-weight:780;display:inline-flex}.radar-bars{gap:3px;display:grid}.radar-row-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.radar-row-head span{color:#26364b;font-size:10px;font-weight:760}.radar-row-head strong{background:0 0;border-radius:999px;padding:1px 6px;font-size:9px;font-weight:850}.radar-row-head strong.red{color:var(--red);background:#fff1f1}.radar-row-head strong.orange{color:#b85c00;background:#fff5e8}.radar-row-head strong.yellow{color:#9c7100;background:#fff9de}.radar-track{background:#e4edf8;border-radius:999px;height:4px;margin-top:2px;overflow:hidden}.radar-track i{border-radius:inherit;height:100%;display:block}.radar-track i.red{background:var(--red)}.radar-track i.orange{background:var(--orange)}.radar-track i.yellow{background:var(--yellow)}.radar-row small{color:#738096;margin-top:1px;font-size:8px;display:block}.critical-list{gap:6px;display:grid}.critical-item{grid-template-columns:10px minmax(0,1fr) 40px;align-items:center;gap:8px;display:grid}.critical-item strong{color:#26364b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.critical-item time{color:#536176;font-variant-numeric:tabular-nums;white-space:nowrap;justify-self:end;font-size:12px}.status-dot{border-radius:50%;width:10px;height:10px}.status-dot.red{background:var(--red)}.status-dot.orange{background:var(--orange)}.status-dot.yellow{background:var(--yellow)}.question-summary{align-items:center;gap:10px;display:flex}.question-summary>span{color:#fff;background:linear-gradient(#91c7ff,#5ca4f8);border-radius:8px;place-items:center;width:34px;height:34px;font-size:22px;font-weight:900;display:grid}.question-summary strong{color:#071027;font-size:22px;line-height:1}.question-summary p{color:#536176;margin:3px 0 0;font-size:12px}.rail-button{width:100%;margin-top:7px}.assessment-list.v2{gap:7px}.assessment-list.v2.assessment-list{gap:5px}.assessment-list.v2 .assessment-item{border-bottom:1px solid #edf2f8;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:6px;padding-bottom:4px;display:grid}.assessment-list.v2 .assessment-item div{min-width:0}.assessment-list.v2 .assessment-item div strong,.assessment-list.v2 .assessment-item div span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.assessment-list.v2 .assessment-item:last-child{border-bottom:0;padding-bottom:0}.assessment-date{color:#fff;border-radius:8px;place-items:center;height:28px;line-height:1;display:grid}.date-1{background:var(--blue-strong)}.date-2{background:var(--yellow)}.date-3{background:var(--red)}.assessment-date strong,.assessment-date span,.assessment-list.v2 .assessment-item div strong,.assessment-list.v2 .assessment-item div span{display:block}.assessment-date strong{font-size:11px}.assessment-date span{font-size:7px;font-weight:850}.assessment-list.v2 .assessment-item div strong{color:#26364b;margin-bottom:2px;font-size:8px}.assessment-list.v2 .assessment-item div span{color:var(--red);font-size:8px}.chat-free-page{--chat-rail-width:var(--easy-right-rail-width);grid-template-columns:minmax(0, 1fr) var(--chat-rail-width);background:radial-gradient(circle at 33% 12%,#00a8ff17,#0000 26%),linear-gradient(#fbfdff 0%,#f6faff 100%);gap:22px;height:100vh;min-height:0;padding:10px 18px 18px 22px;display:grid;position:relative;overflow:hidden}.chat-workspace{flex-direction:column;min-width:0;min-height:0;display:flex}.chat-filter-button{white-space:nowrap;min-width:150px;position:relative}.chat-filter-button svg{width:15px;height:15px}.chat-filter-button.is-active{z-index:260;border-color:var(--blue-strong);background:var(--surface-soft)}.chat-filter-button:hover,.chat-filter-button:focus-visible{border-color:var(--blue-strong);color:var(--blue-strong)}.chat-filter-button:active{transform:translateY(0)}.chat-stage-card{background:linear-gradient(#fffffffa,#fcfefffa),#fff;border:1px solid #b4d1f2d1;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 18px 42px #12274c0f}.chat-stage-head{border-bottom:1px solid #dfe8f4b8;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px;display:flex}.chat-stage-head-left{gap:8px;min-width:0;display:grid}.chat-stage-title-block h1{color:#071027;letter-spacing:0;margin:0 0 5px;font-size:23px;line-height:1}.chat-stage-title-block p{color:#48566b;margin:0;font-size:13px;line-height:1.25}.chat-stage-meta-row{align-items:center;gap:18px;min-width:0;display:flex}.chat-stage-meta-row>span{color:#26364b;white-space:nowrap;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.chat-stage-meta-row>span svg{color:#526174}.chat-stage-meta-row>strong{color:#071027;border-left:1px solid #b4d1f2db;padding-left:18px;font-size:12px;font-weight:820}.chat-empty-canvas{background:radial-gradient(circle at 50% 34%,#0077ff1a,#0000 20%),radial-gradient(circle at 28% 46%,#00a8ff0d,#0000 24%),radial-gradient(circle at 78% 42%,#0077ff0d,#0000 23%),#fff;flex:1;place-items:center;min-height:400px;display:grid;position:relative;overflow:hidden}.chat-empty-canvas:before,.chat-empty-canvas:after{content:"";pointer-events:none;position:absolute;inset:0}.chat-empty-canvas:before{background:linear-gradient(#fff0,#fff 96%),linear-gradient(90deg,#fff 0%,#fff0 16% 84%,#fff 100%)}.chat-empty-canvas:after{border-bottom:0}.chat-empty-canvas.has-messages{padding:30px 34px;display:block;overflow-y:auto}.chat-empty-canvas.has-messages:before{opacity:.38}.chat-message-list{z-index:2;flex-direction:column;gap:10px;width:min(760px,100%);min-height:100%;margin:0 auto;display:flex;position:relative}@keyframes chat-message-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-message-bubble{max-width:min(620px,78%);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;animation:.22s both chat-message-enter}@media (prefers-reduced-motion:reduce){.chat-message-bubble{animation:none}}.chat-message-bubble p{color:#071027;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.34}.chat-message-user{background:0 0;align-self:flex-end}.chat-message-user p{color:#071027;font-weight:700}.chat-message-assistant{background:0 0;align-self:flex-start}.chat-message-author{color:#1d3554;align-items:center;gap:7px;margin-bottom:7px;font-size:11px;font-weight:840;display:inline-flex}.chat-message-author-mark{object-fit:contain;width:18px;height:18px}.chat-relief-mark{z-index:1;background:radial-gradient(circle,#fffffff0 0 32%,#c6e1ff85 33% 54%,#0000 74%);border-radius:999px;place-items:center;width:138px;height:138px;display:grid;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);box-shadow:0 22px 56px #07f3,inset 0 0 42px #0077ff1f}.chat-relief-logo{opacity:.76;filter:saturate(.45)brightness(1.42)drop-shadow(0 16px 22px #07f3);width:124px;height:124px}.chat-study-prompt{z-index:2;text-align:center;width:min(620px,100% - 48px);position:absolute;top:auto;bottom:34px;left:50%;transform:translate(-50%)}.chat-study-prompt h2{color:#071027;margin:0 0 8px;font-size:22px;line-height:1.15}.chat-study-prompt p{color:#536176;margin:0;font-size:13px}.chat-composer{background:linear-gradient(#fffffffa,#fafdfffa),#fff;border:1px solid #bed8f6b8;border-radius:18px;grid-template-columns:1fr;align-items:stretch;gap:12px;width:calc(100% - 68px);max-width:760px;margin:0 auto;padding:12px 12px 11px;display:grid;box-shadow:0 14px 32px #12274c11,inset 0 1px #ffffffe6}.chat-composer button:not(.chat-send-button){width:32px;height:32px;color:var(--blue-strong);cursor:pointer;background:#fbfdff;border:1px solid #dfe8f4c7;border-radius:10px;place-items:center;transition:border-color .18s,background .18s,box-shadow .18s;display:grid}.chat-composer button:not(.chat-send-button):hover,.chat-composer button:not(.chat-send-button):focus-visible{background:#f3f9ff;border-color:#0077ff6b;outline:none;box-shadow:0 8px 16px #0077ff1a}.chat-composer textarea{color:#071027;width:100%;min-width:0;min-height:46px;max-height:132px;font:inherit;resize:none;background:0 0;border:0;outline:0;font-size:14px;line-height:1.5}.chat-composer textarea::placeholder{color:#6f7f93}.chat-composer textarea:disabled{color:#6f7f93;cursor:not-allowed;opacity:.72}.chat-status-line{color:#6f7f93;width:calc(100% - 68px);max-width:760px;min-height:14px;margin:6px auto 0;padding:0 4px;font-size:11px;line-height:1.4;transition:color .16s}.chat-status-line-sending{color:var(--blue-strong)}.chat-status-line-error{color:#c8352f;font-weight:700}.chat-status-line-success{color:#1d8a4a}.chat-typing-dots{align-items:center;gap:4px;height:18px;display:inline-flex}.chat-typing-dots span{background:var(--blue-strong);opacity:.35;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite chat-typing-bounce}.chat-typing-dots span:nth-child(2){animation-delay:.15s}.chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.chat-typing-dots span{opacity:.7;animation:none}}.chat-message-pending{opacity:.9}.chat-composer-controls,.chat-composer-tools,.chat-composer-actions{align-items:center;display:flex}.chat-composer-controls{justify-content:space-between;gap:12px}.chat-composer-tools,.chat-composer-actions{gap:8px}.chat-composer-tools span,.chat-composer-actions span{color:#617087;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:760;display:inline-flex}.chat-composer-tools span svg{color:#526174}.chat-send-button{color:#fff;cursor:pointer;background:linear-gradient(#1f91ff,#07f);border:0;border-radius:50%;place-items:center;width:38px;height:38px;min-height:38px;padding:0;transition:box-shadow .18s,transform .18s,filter .18s;display:grid;box-shadow:0 10px 20px #07f3}.chat-send-button:hover,.chat-send-button:focus-visible{filter:brightness(1.05);outline:none;transform:translateY(-1px);box-shadow:0 12px 24px #0077ff4d}.chat-send-button:active{transform:translateY(0)scale(.96);box-shadow:0 6px 14px #0077ff38}.chat-send-button svg{width:17px;height:17px}.chat-education-note{color:#7a8798;align-items:center;gap:14px;margin:10px 36px 12px;font-size:10px;line-height:1.35;display:flex}.chat-education-note strong{color:#071027;white-space:nowrap;font-size:11px}.chat-context-rail{grid-template-rows:repeat(2,minmax(0,1fr));align-content:start;gap:14px;min-height:0;display:grid}.study-filter-overlay{z-index:240;padding:96px calc(var(--chat-rail-width) + 78px) 24px 24px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#edf5ff94;place-items:start end;display:grid;position:fixed;inset:0;overflow:auto}.study-filter-popover{background:linear-gradient(#fffffffa,#fcfefffa),#fff;border:1px solid #6eb0ffd1;border-radius:18px;width:min(560px,100vw - 48px);padding:16px 20px 14px;position:relative;box-shadow:0 26px 68px #12274c33,inset 0 0 0 1px #ffffffb8}.study-filter-caret{background:#fff;border-top:1px solid #6eb0ffd1;border-left:1px solid #6eb0ffd1;width:26px;height:26px;position:absolute;top:-14px;right:52px;transform:rotate(45deg)}.study-filter-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.study-filter-heading h2{color:#071027;margin:0 0 7px;font-size:22px;line-height:1.08}.study-filter-heading p{color:#293a55;max-width:470px;margin:0;font-size:13px;line-height:1.45}.study-filter-close{color:#071027;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:36px;height:36px;transition:background .15s;display:grid}.study-filter-close:hover,.study-filter-close:focus-visible{background:#f2f7ff;outline:none}.study-filter-topic{gap:6px;margin-top:18px;display:grid}.study-filter-topic span{color:#071027;font-size:13px;font-weight:750}.study-filter-topic input{color:#071027;height:42px;font:inherit;background:#fff;border:1px solid #6eb0ff80;border-radius:10px;outline:0;padding:0 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.study-filter-topic input:focus{border-color:var(--blue-strong);box-shadow:0 0 0 3px #0077ff24}.study-filter-topic em{color:#66758e;font-size:12px;font-style:normal}.study-filter-board{grid-template-columns:repeat(10,minmax(0,1fr));gap:8px;margin-top:38px;padding:0 2px 26px;display:grid;position:relative}.study-filter-board-embedded{margin-top:4px;padding-bottom:22px}.flashcards-filter-subject-picker-toggle{color:#52647f;cursor:pointer;background:#ffffffe6;border:1px solid #82b0ff6b;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:10px;font-weight:900;transition:border-color .15s,background .15s;display:inline-flex}.flashcards-filter-subject-picker-toggle:hover,.flashcards-filter-subject-picker-toggle.is-open{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ffa8}.flashcards-filter-dropdown.flashcards-filter-subject-picker-dropdown{width:min(220px,100vw - 32px);max-width:260px;max-height:170px;left:auto;right:0;overflow-y:auto}.study-filter-board h3{color:#071027;margin:0;font-size:14px;font-weight:760;position:absolute;top:-30px;left:0}.study-filter-column{justify-items:center;gap:12px;transition:filter .18s,transform .18s;display:grid;position:relative}.study-filter-column:hover,.study-filter-column:focus-within,.study-filter-column.is-dragging{filter:drop-shadow(0 9px 18px #087bff24);transform:translateY(-2px)}.study-filter-track{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;background:#f5f9fff5;border:1px solid #dce8ff;border-radius:999px;align-items:end;width:28px;height:88px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative;box-shadow:inset -2px -2px 5px #ffffffe6,inset 2px 2px 5px #12274c14}.study-filter-track i{right:50%;bottom:var(--study-level,36px);z-index:1;pointer-events:none;background:#0b7cff;border:3px solid #fff;border-radius:999px;width:22px;height:22px;transition:bottom .18s,box-shadow .18s,transform .18s;display:block;position:absolute;transform:translate(50%);box-shadow:0 0 0 3px #0b7cff1f,0 4px 12px #0b7cff40}.study-filter-track-dot{left:50%;bottom:calc(var(--dot-position,7px) + 8.5px);pointer-events:none;background:#a9caff;border-radius:999px;width:5px;height:5px;position:absolute;transform:translate(-50%)}.study-filter-column:hover .study-filter-track,.study-filter-track:focus-visible,.study-filter-column.is-dragging .study-filter-track{border-color:#0077ff57;outline:none;box-shadow:0 0 0 5px #087bff14,inset -2px -2px 5px #ffffffe6,inset 2px 2px 5px #12274c14}.study-filter-track:active i{transform:translate(50%)scale(1.03);box-shadow:0 0 0 5px #0b7cff29,0 6px 16px #0b7cff4d}.study-filter-column.is-dragging .study-filter-track{cursor:grabbing}.study-filter-column.is-dragging .study-filter-track i{transition:none;transform:translate(50%)scale(1.04);box-shadow:0 0 0 6px #0b7cff29,0 8px 20px #0b7cff57}.study-filter-subject{color:#163f9c;cursor:pointer;width:36px;height:32px;box-shadow:none;background:0 0;border:0;border-radius:999px;place-items:center;transition:color .16s,transform .16s;display:grid}.study-filter-subject svg{stroke-width:2px;width:22px;height:22px}.study-filter-subject:hover,.study-filter-subject:focus-visible{color:var(--blue-strong);outline:none;transform:translateY(-1px)}.study-filter-tooltip{color:#fff;opacity:0;pointer-events:none;white-space:nowrap;background:#071a3e;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:760;transition:opacity .16s,transform .16s;position:absolute;bottom:-32px;left:50%;transform:translate(-50%)}.study-filter-subject:hover+.study-filter-tooltip,.study-filter-subject:focus-visible+.study-filter-tooltip{opacity:1;transform:translate(-50%,2px)}.study-filter-tooltip:before{content:"";background:#071a3e;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.study-filter-actions{border-top:1px solid #dfe8f4eb;justify-content:space-between;align-items:center;gap:18px;padding-top:14px;display:flex}.study-filter-actions button,.study-filter-actions label{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:13px;font-weight:780;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex;box-shadow:-4px -4px 9px #ffffffd1,4px 4px 10px #12274c1f}.study-filter-actions button:first-child{border:1px solid var(--blue-strong);color:var(--blue-strong);background:#fff}.study-filter-actions button:last-child,.study-filter-actions label:last-child{border:1px solid var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f);min-width:136px;box-shadow:-3px -3px 8px #ffffffb3,4px 4px 10px #0077ff38}.study-filter-actions button:hover,.study-filter-actions button:focus-visible,.study-filter-actions label:hover,.study-filter-actions label:focus-visible{border-color:var(--blue-strong);color:var(--blue-strong);outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c29,inset -2px -2px 5px #fffffff5,inset 2px 2px 5px #0077ff1f}.study-filter-actions button:last-child:hover,.study-filter-actions button:last-child:focus-visible,.study-filter-actions label:last-child:hover,.study-filter-actions label:last-child:focus-visible{color:#fff;box-shadow:-1px -1px 5px #ffffff8f,1px 1px 6px #0077ff38,inset -2px -2px 5px #ffffff47,inset 2px 2px 5px #002a7333}.study-filter-actions button:active,.study-filter-actions label:active{transform:translateY(0)}@media (max-width:1180px){.study-filter-overlay{justify-items:center;padding:84px 18px 24px}}.chat-rail-card{background:linear-gradient(#fffffffa,#fafdfffa),#fff;border:1px solid #dfe8f4f5;border-radius:8px;padding:18px 20px;box-shadow:0 12px 30px #12274c0d}.chat-rail-title{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:15px;display:grid}.chat-rail-title h2{color:#071027;margin:0;font-size:18px;line-height:1.15}.chat-rail-title a{color:var(--blue-strong);font-size:12px;font-weight:820}.chat-rail-icon{border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.chat-rail-icon.tone-blue{color:var(--blue-strong);background:#e8f4ff}.chat-rail-icon.tone-red{color:var(--red);background:#fff0f1}.recent-chat-card{flex-direction:column;min-height:0;padding:16px 18px;display:flex;position:relative;overflow:hidden}.recent-chat-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:14px;display:grid}.recent-chat-head .chat-rail-icon{border-radius:12px;width:38px;height:38px}.recent-chat-head h2{color:#071027;margin:0;font-size:23px;line-height:1}.recent-chat-head>button{width:36px;height:36px;color:var(--blue-strong);cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;place-items:center;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:-4px -4px 9px #ffffffd1,4px 4px 10px #12274c1f}.recent-chat-head>button:hover,.recent-chat-head>button:focus-visible{border-color:var(--blue-strong);outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c29,inset -2px -2px 5px #fffffff5,inset 2px 2px 5px #0077ff1f}.recent-chat-head>button:active{transform:translateY(0)}.recent-chat-section{gap:5px;min-height:0;display:grid}.recent-chat-section h3{color:#66758e;letter-spacing:0;text-transform:uppercase;margin:0;font-size:12px;font-weight:850}.recent-chat-section-chats{border-top:1px solid #d6e1f0eb;flex:1;grid-template-rows:auto minmax(0,1fr);margin-top:6px;padding-top:6px;overflow:hidden}.recent-chat-section-chats .recent-chat-list{overscroll-behavior:contain;min-height:0;padding-right:4px;overflow-y:auto}.recent-chat-section-chats .recent-chat-list::-webkit-scrollbar{width:6px}.recent-chat-section-chats .recent-chat-list::-webkit-scrollbar-track{background:#e8f1fcb8;border-radius:999px}.recent-chat-section-chats .recent-chat-list::-webkit-scrollbar-thumb{background:#93c5fddb;border-radius:999px}.recent-chat-list{align-content:start;gap:2px;min-height:0;display:grid}.recent-chat-row-wrap{position:relative}.recent-chat-row{color:#071027;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:16px 24px minmax(0,1fr) auto auto;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 8px;transition:border-color .15s,background .15s;display:grid}.recent-chat-index{color:#a3b2c6;font-variant-numeric:tabular-nums;text-align:right;font-size:10px}.recent-chat-row svg{color:var(--blue-strong)}.recent-chat-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:790;display:block;overflow:hidden}.recent-chat-row input{color:#071027;background:#fff;border:1px solid #0077ff47;border-radius:6px;outline:none;width:100%;min-width:0;padding:3px 6px;font-size:11px;font-weight:790}.recent-chat-pin{color:var(--blue-strong)}.recent-chat-row em,.recent-chat-row i{color:#66758e;font-size:11px;font-style:normal;font-weight:760}.recent-chat-row.is-active{box-shadow:inset 3px 0 0 var(--blue-strong);background:linear-gradient(90deg,#0077ff1f,#f0f8ffb8);border-color:#bed8f6d1}.recent-chat-row:hover,.recent-chat-row:focus-visible{background:#f8fbff;border-color:#bed8f6c7;outline:none}.recent-chat-menu{z-index:8;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;min-width:136px;padding:7px;display:grid;position:absolute;bottom:-104px;right:-8px;box-shadow:0 18px 38px #12274c24}.recent-chat-menu button{color:#071027;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;min-height:34px;padding:0 9px;font-size:13px;font-weight:720;transition:background .15s,color .15s;display:flex}.recent-chat-menu button:hover,.recent-chat-menu button:focus-visible{background:#f2f7ff;outline:none}.recent-chat-menu .is-danger{color:var(--red);border-top:1px solid #d6e1f0eb;margin-top:4px;padding-top:4px}.recent-chat-all{width:100%;min-height:36px;color:var(--blue-strong);cursor:pointer;background:#fff;border:1px solid #bed8f6e6;border-radius:10px;flex:none;grid-template-columns:auto minmax(0,max-content) auto;justify-content:center;align-items:center;gap:9px;margin-top:auto;font-size:12px;font-weight:820;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:-4px -4px 9px #ffffffd1,4px 4px 10px #12274c1f}.recent-chat-all:hover,.recent-chat-all:focus-visible{border-color:var(--blue-strong);background:var(--surface-soft);color:var(--blue-strong);outline:none;transform:translateY(-1px)}.recent-chat-all:active{transform:translateY(0)}.recent-chat-card.is-history-open .recent-chat-all.is-popover-source{z-index:260;visibility:visible;pointer-events:auto;border-color:var(--blue-strong);background:var(--surface-soft);color:var(--blue-strong);position:relative}.recent-chat-card.is-history-open .recent-chat-all.is-popover-source:hover,.recent-chat-card.is-history-open .recent-chat-all.is-popover-source:focus-visible{border-color:var(--blue-strong);color:var(--blue-strong);background:#fff}.chat-history-modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#edf5ffb3;padding:28px;display:block;position:fixed;inset:0}.chat-history-modal{top:88px;right:calc(var(--chat-rail-width) + 28px);background:linear-gradient(#fffffffa,#f9fcfffa),#fff;border:1px solid #6eb0ffd1;border-radius:14px;flex-direction:column;width:min(390px,100vw - 430px);height:calc(100vh - 106px);min-height:0;max-height:none;display:flex;position:fixed;overflow:visible;box-shadow:0 26px 68px #12274c33,inset 0 0 0 1px #ffffffb8}.chat-history-modal:after{content:"";pointer-events:none;background:#fff;border-top:1px solid #6eb0ffd1;border-right:1px solid #6eb0ffd1;width:24px;height:24px;display:block;position:absolute;top:310px;right:-12px;transform:rotate(45deg)}.chat-history-modal>*{z-index:1;position:relative}.chat-history-modal-head{background:#fffffffa;border-radius:14px 14px 0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px 18px 11px;display:grid}.chat-history-modal-head .chat-rail-icon{border-radius:12px;width:40px;height:40px}.chat-history-modal-head h2{color:#071027;margin:0 0 5px;font-size:21px;line-height:1}.chat-history-modal-head p{color:#536176;margin:0;font-size:13px}.chat-history-modal-head>button,.chat-history-modal-head>label{color:#071027;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.chat-history-search{color:#66758e;background:#fff;border:1px solid #bed8f6eb;border-radius:10px;align-items:center;gap:9px;min-height:42px;margin:0 18px;padding:0 12px;display:flex}.chat-history-search input{color:#071027;border:0;outline:0;flex:1;min-width:0;font-size:13px}.chat-history-tabs{gap:8px;padding:14px 18px 12px;display:flex}.chat-history-tabs button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6eb;border-radius:8px;min-height:30px;padding:0 15px;font-size:12px;font-weight:820;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;box-shadow:-3px -3px 8px #ffffffc7,3px 4px 10px #12274c14}.chat-history-tabs button.is-active{border-color:var(--blue-strong);color:var(--blue-strong);box-shadow:0 0 0 3px #0077ff14}.chat-history-tabs button:hover,.chat-history-tabs button:focus-visible{background:linear-gradient(#fff,#f2f8ff);border-color:#0077ff80;outline:none;transform:translateY(-2px);box-shadow:-3px -3px 9px #ffffffdb,4px 7px 16px #12274c21,0 0 0 3px #0077ff0f}.chat-history-tabs button:active{transform:translateY(0)scale(.98);box-shadow:inset -2px -2px 5px #ffffffdb,inset 2px 2px 6px #12274c1f}.chat-history-modal-list{flex:1;align-content:start;gap:8px;min-height:260px;padding:0 18px 18px;display:grid;overflow:hidden auto}.chat-history-modal-row-wrap{position:relative}.chat-history-modal-row{color:#071027;text-align:left;cursor:pointer;background:#fff;border:1px solid #d6e1f0e6;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:64px;padding:8px 40px 8px 10px;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:grid}.chat-history-modal-row.is-active{box-shadow:inset 3px 0 0 var(--blue-strong);background:linear-gradient(90deg,#0077ff1a,#f7fbffeb);border-color:#0077ff73}.chat-history-modal-row:hover,.chat-history-modal-row:focus-visible{background:linear-gradient(#fff,#f7fbff);border-color:#0077ff61;outline:none;transform:translateY(-2px);box-shadow:0 12px 26px #12274c1f,inset 0 0 0 1px #ffffffdb}.chat-history-modal-row:active{transform:translateY(0)scale(.99);box-shadow:0 5px 14px #12274c1a,inset 2px 2px 6px #12274c14}.chat-history-row-icon{width:30px;height:30px;color:var(--blue-strong);background:#eef7ff;border-radius:9px;place-items:center;display:grid}.chat-history-row-copy{gap:5px;min-width:0;display:grid}.chat-history-row-copy strong,.chat-history-row-copy em,.chat-history-row-meta time,.chat-history-row-meta i{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-history-row-copy strong{color:#071027;font-size:12px;line-height:1.15}.chat-history-row-copy em{color:#536176;font-size:11px;font-style:normal}.chat-history-row-copy input{color:#071027;background:#fff;border:1px solid #0077ff47;border-radius:7px;outline:none;width:100%;min-width:0;padding:5px 7px;font-size:13px;font-weight:780}.chat-history-row-meta{justify-items:end;gap:5px;min-width:54px;display:grid}.chat-history-row-meta time{color:#536176;font-size:11px;font-weight:740}.chat-history-row-meta i,.chat-history-tag{color:var(--blue-strong);background:#e8f4ff;border-radius:999px;padding:4px 7px;font-size:10px;font-style:normal;font-weight:820}.chat-history-tag.tone-green{color:#0f9b63;background:#e9f8ef}.chat-history-tag.tone-orange{color:#e26c00;background:#fff3e4}.chat-history-tag.tone-purple{color:#7c3fd1;background:#f4ecff}.chat-history-tag.tone-blue{color:var(--blue-strong);background:#e8f4ff}.chat-history-row-menu-button{color:#26364b;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:28px;height:28px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;display:grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.chat-history-row-menu-button:hover,.chat-history-row-menu-button:focus-visible{color:var(--blue-strong);background:#f2f7ff;outline:none;transform:translateY(calc(-50% - 2px));box-shadow:0 8px 18px #12274c1f}.chat-history-row-menu-button:active{transform:translateY(-50%)scale(.96);box-shadow:inset 2px 2px 5px #12274c1a}.recent-chat-menu.chat-history-row-menu{z-index:130;min-width:154px;top:54px;bottom:auto;right:8px}.chat-history-empty{color:#66758e;text-align:center;background:#f8fbffb8;border:1px dashed #bed8f6e6;border-radius:12px;align-content:center;place-items:center;gap:8px;min-height:220px;display:grid}.chat-history-empty svg{color:var(--blue-strong)}.chat-history-empty strong{color:#071027;font-size:14px}.chat-history-empty span{font-size:12px}.chat-history-modal-actions{background:#fbfdfff5;border-top:1px solid #d6e1f0eb;border-radius:0 0 14px 14px;grid-template-columns:1fr 1fr;gap:12px;padding:14px 18px;display:grid}.chat-history-modal-actions button,.chat-history-modal-actions label{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6eb;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-size:13px;font-weight:820;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;display:inline-flex;box-shadow:-4px -4px 9px #ffffffd1,4px 5px 12px #12274c1a}.chat-history-modal-actions button:last-child{color:#fff;background:linear-gradient(#1f91ff,#07f);border-color:#0000;box-shadow:0 12px 24px #07f3}.chat-history-modal-actions button:hover,.chat-history-modal-actions button:focus-visible,.chat-history-modal-actions label:hover,.chat-history-modal-actions label:focus-visible{background:linear-gradient(#fff,#f2f8ff);border-color:#0077ff80;outline:none;transform:translateY(-2px);box-shadow:-3px -3px 9px #ffffffdb,5px 8px 18px #12274c24}.chat-history-modal-actions button:last-child:hover,.chat-history-modal-actions button:last-child:focus-visible{background:linear-gradient(#2b9aff,#07f);border-color:#0000;box-shadow:-3px -3px 8px #ffffffb8,0 16px 30px #0077ff42}.chat-history-modal-actions button:active,.chat-history-modal-actions label:active{transform:translateY(0)scale(.98);box-shadow:inset -2px -2px 5px #ffffffd1,inset 2px 2px 6px #12274c1f}@media (max-width:1180px){.chat-history-modal-backdrop{place-items:start center;padding-top:92px;display:grid}.chat-history-modal{width:min(390px,100vw - 40px);height:min(720px,100vh - 120px);min-height:0;position:relative;top:auto;right:auto}.chat-history-modal:after,.chat-history-modal:before{display:none}.recent-chat-card.is-history-open .recent-chat-all.is-popover-source{width:100%;position:relative;top:auto;left:auto;transform:none}}.review-context-card{align-content:start;gap:10px 4px;min-height:0;padding:6px 12px 12px;display:grid;overflow:hidden}.review-list-hint{color:#66758e;margin:0;font-size:11px}.review-recommendation-list{align-content:start;gap:8px;min-height:0;display:grid;overflow-y:auto}.review-recommendation-row{border:1px solid #d6e1f0eb;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;display:grid}.review-recommendation-info{gap:2px;min-width:0;display:grid}.review-recommendation-info strong{color:#071027;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.review-recommendation-info>span{color:#66758e;font-size:11px}.review-recommendation-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;display:flex}.review-recommendation-meta em{color:#526174;font-size:10px;font-style:normal}.review-recommendation-meta b{border-radius:999px;align-items:center;gap:3px;padding:1px 7px;font-size:9px;font-weight:800;display:inline-flex}.review-recommendation-meta b.is-weak{color:#d92439;background:#fff0f1}.review-recommendation-meta b.is-stale{color:#b8720a;background:#fff7e6}.review-recommendation-button{color:#fff;cursor:pointer;background:linear-gradient(#1999ff,#0878f5);border:0;border-radius:8px;flex:none;padding:8px 14px;font-size:12px;font-weight:750;transition:transform .15s,box-shadow .15s}.review-recommendation-button:hover,.review-recommendation-button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 8px 16px #0878f540}.review-context-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.review-context-head .chat-rail-icon{border-radius:8px;width:24px;height:24px}.review-context-head .chat-rail-icon svg{width:16px;height:16px}.review-context-head h2{color:#071027;margin:0;font-size:23px;line-height:1}.review-ai-badge{color:#0f9b63;white-space:nowrap;background:#eaf8f0;border-radius:999px;align-items:center;gap:5px;min-height:20px;padding:0 7px;font-size:9px;font-weight:880;display:inline-flex}.review-ai-badge i{background:#13a36e;border-radius:999px;width:6px;height:6px}.review-empty-state{color:#526174;background:linear-gradient(135deg,#f3f8ff 0%,#fff 100%);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;padding:10px;font-size:11px;line-height:1.35;display:grid}.review-empty-state svg{width:18px;height:18px;color:var(--blue-strong)}.review-origin-strip{color:#526174;background:linear-gradient(135deg,#f3f8ff 0%,#fff 100%);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:4px 7px;font-size:9px;line-height:1.15;display:grid}.review-origin-strip svg{width:16px;height:16px;color:var(--blue-strong)}.review-origin-strip strong,.review-origin-strip small{display:inline}.review-origin-strip strong{color:#071027;font-size:10px}.review-origin-strip small:before{content:" · "}.review-priority-block{gap:2px;display:grid}.review-priority-block .context-section-label{font-size:8px;line-height:1}.review-priority-card{color:#071027;text-align:left;cursor:pointer;background:#fff7ed;border:1px solid #ff97003d;border-radius:8px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:5px;padding:3px 6px;transition:border-color .15s,box-shadow .15s;display:grid}.review-priority-card>span{color:#f97316;background:#fff;border-radius:999px;grid-row:1/3;place-items:center;width:20px;height:20px;display:grid}.review-priority-card>span svg{width:13px;height:13px}.review-priority-card strong,.review-priority-card em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.review-priority-card strong{font-size:10px;font-weight:900;line-height:1.1}.review-priority-card em{color:#526174;grid-column:2/3;font-size:8px;font-style:normal;font-weight:720;line-height:1.1}.review-priority-card b{color:#f97316;white-space:nowrap;background:#fff0df;border-radius:999px;grid-area:1/3/2;padding:2px 6px;font-size:8px;line-height:1.1}.review-priority-card:hover,.review-priority-card:focus-visible{border-color:#f97316;outline:none;box-shadow:0 12px 24px #f973161f}.review-context-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.review-context-meta span{color:#66758e;gap:1px;min-width:0;font-size:8px;display:grid}.review-context-meta strong{color:#071027;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.review-retention-panel{background:#fff;border:1px solid #d6e1f0f2;border-radius:9px;grid-template-columns:43px minmax(0,1fr) minmax(50px,auto);align-items:center;gap:6px;padding:4px 7px;display:grid}.review-retention-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(var(--blue-strong) 0 var(--context-retention,65%), #e4ebf5 var(--context-retention,65%) 100%);border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.review-retention-ring strong{color:#071027;font-size:14px}.review-retention-panel>span{color:#26364b;gap:3px;font-size:10px;font-weight:760;display:grid}.review-retention-panel button{width:fit-content;color:var(--blue-strong);cursor:pointer;background:#eaf4ff;border:0;border-radius:999px;padding:2px 7px;font-size:9px;font-weight:880}.review-retention-panel em{color:#526174;text-align:center;justify-items:center;gap:1px;font-size:8px;font-style:normal;display:grid}.review-retention-panel em svg{width:13px;height:13px}.review-retention-panel em svg,.review-retention-panel em strong{color:#f97316}.review-topic-section{gap:3px;display:grid}.review-topic-section h3{color:#071027;margin:0;font-size:11px;line-height:1.1}.review-topic-chip-row{flex-wrap:wrap;gap:4px;display:flex}.review-topic-chip{cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:4px;max-width:100%;min-height:21px;padding:0 7px;font-size:9px;font-weight:880;transition:box-shadow .15s,transform .15s;display:inline-flex}.review-topic-chip svg{width:11px;height:11px}.review-topic-chip.is-weak{color:#ef3b42;border:1px solid #ef444461}.review-topic-chip.is-strong{color:#0f9b63;border:1px solid #13a36e6b}.review-topic-chip:hover,.review-topic-chip:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 10px 20px #12274c1a}.review-next-row{color:#071027;justify-content:space-between;align-items:center;gap:5px;font-size:10px;display:flex}.review-next-row span{color:#26364b;align-items:center;gap:4px;font-weight:820;display:inline-flex}.review-next-row svg{width:13px;height:13px;color:var(--blue-strong)}.review-action-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px;display:grid}.review-primary-action,.review-secondary-action{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:26px;font-size:10px;font-weight:900;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex}.review-primary-action svg,.review-secondary-action svg{width:13px;height:13px}.review-primary-action{color:#fff;background:linear-gradient(#1f91ff,#07f);border:1px solid #0000}.review-secondary-action{border:1px solid var(--blue-strong);color:var(--blue-strong);background:#fff}.review-primary-action:hover,.review-primary-action:focus-visible,.review-secondary-action:hover,.review-secondary-action:focus-visible{outline:none;transform:translateY(-1px)}.review-primary-action:hover,.review-primary-action:focus-visible{box-shadow:0 8px 16px #0077ff42}.review-secondary-action:hover,.review-secondary-action:focus-visible{border-color:var(--blue-strong);background:var(--surface-soft)}.review-primary-action:active,.review-secondary-action:active{transform:translateY(0)}.review-suggestion-box{color:#526174;background:linear-gradient(135deg,#f7fbff 0%,#fff 100%);border:1px solid #bed8f6e6;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:4px 7px;font-size:9px;line-height:1.15;display:grid}.review-suggestion-box svg{width:13px;height:13px;color:var(--blue-strong)}.review-suggestion-box strong{color:#071027;margin-right:3px;display:inline}.context-section-label{color:#526174;text-transform:uppercase;font-size:9px;font-weight:880}.chat-rail-card>p{color:#6a788c;margin:0 0 9px;font-size:12px}.chat-rail-card>strong{color:#071027;font-size:12px;line-height:1.35;display:block}.verified-foot{color:#536176;align-items:center;gap:7px;margin-top:14px;font-size:11px;display:inline-flex}.verified-foot svg{color:#08a54f}@media (max-width:1280px){.chat-free-page{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);gap:16px;padding:10px 18px 16px 22px}.chat-stage-head{padding:10px 24px}.chat-empty-canvas{min-height:320px}.chat-composer{width:calc(100% - 56px);margin:0 auto}.chat-education-note{margin-left:30px;margin-right:30px}.chat-rail-card{padding:16px 18px}}@media (max-width:1040px){.chat-free-page{grid-template-columns:1fr;overflow:auto}.chat-stage-card{min-height:690px}.chat-context-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.chat-free-page{height:auto;min-height:calc(100vh - 64px);padding:22px 16px 28px}.chat-stage-head{flex-direction:column}.chat-filter-button{width:100%}.chat-stage-card{min-height:0}.chat-stage-head{align-items:stretch;padding:12px 18px}.chat-stage-meta-row{flex-wrap:wrap;gap:10px 16px}.chat-stage-meta-row>strong{border-left:0;padding-left:0}.chat-empty-canvas{min-height:390px}.chat-relief-mark{width:92px;height:92px}.chat-relief-logo{width:86px;height:86px}.chat-study-prompt{bottom:24px}.chat-composer{width:calc(100% - 36px);margin:0 auto}.chat-composer-controls{flex-direction:column;align-items:flex-start}.chat-composer-actions{justify-content:flex-end;width:100%}.chat-education-note{flex-direction:column;align-items:flex-start;gap:4px;margin:10px 20px 14px}.chat-context-rail{grid-template-columns:1fr}}@media (max-width:1280px){.dashboard-v2{grid-template-columns:minmax(0,1fr) 304px;gap:16px;padding:24px 18px 14px 22px}.dashboard-heading{margin-bottom:12px}.dashboard-heading h1{font-size:28px}.dashboard-heading p{max-width:520px;font-size:13px;line-height:1.35}.analysis-chip{font-size:12px}.mission-panel{grid-template-columns:172px minmax(0,1fr);gap:8px 18px;padding:16px 20px 12px}.mission-resume-tag{min-height:26px;font-size:12px;left:20px}.last-access{font-size:12px;right:20px}.mission-visual{min-height:250px}.study-asset{transform:translateY(4px)}.mission-content{padding-top:31px}.mission-content h2{font-size:23px}.mission-system-label,.mission-content>p{font-size:12px}.mission-alerts{gap:7px;margin-top:13px}.domain-tile,.status-tile{gap:2px 6px;min-width:0;min-height:50px;padding:6px 7px}.domain-tile{grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);row-gap:1px}.domain-tile .mini-score-ring{grid-row:1}.domain-tile>span{grid-area:2/1/auto/-1}.mini-score-ring{width:36px;height:36px}.mini-score-ring strong{font-size:13px}.domain-tile>span,.status-tile span{font-size:10px}.status-tile strong{font-size:12px}.status-tile svg{width:18px;height:18px}.mission-factor-label{margin-top:10px;font-size:12px}.mission-factor-grid{gap:7px;padding:7px 9px}.mission-factor span,.mission-factor strong{font-size:10px}.factor-line{height:4px;margin:5px 0 3px}.mission-lower-row{grid-template-columns:minmax(315px,1fr) 210px;gap:14px}.mission-lower-row .mission-score-card{width:210px}.mission-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mission-primary,.mission-secondary{white-space:nowrap;min-height:42px;font-size:13px}.depth-control>span{font-size:11px}.depth-control button{min-height:29px;font-size:11px}.mastery-section{margin-top:12px}.mastery-title-row{margin-bottom:8px}.mastery-title-row h2{font-size:18px}.mastery-title-row p,.compact-button{font-size:12px}.mastery-flow{gap:8px}.mastery-flow:before{top:46px}.mastery-card{gap:6px;padding:10px}.mastery-icon{width:34px;height:34px}.mastery-icon svg{width:20px;height:20px}.mastery-copy strong{font-size:12px}.mastery-copy b{font-size:24px}.mastery-copy small{font-size:11px}.mastery-stats{padding-top:6px}.mastery-stats span{text-align:center;font-size:9px}.mastery-stats b{font-size:12px}.ai-insight-card{gap:10px;margin-top:10px;padding:10px 14px}.insight-icon{width:40px;height:40px}.insight-title strong{font-size:13px}.ai-insight-card p{font-size:11px}.insight-action{min-height:32px;padding:0 12px;font-size:12px}.dashboard-rail-v2{gap:8px}.rail-panel{padding:12px 14px}.rail-panel-title{margin-bottom:8px}.rail-panel-title h2{font-size:16px}.radar-bars{gap:8px}.radar-row small{display:none}.critical-list{gap:8px}.critical-item strong,.critical-item time{font-size:12px}.question-summary>span{width:38px;height:38px;font-size:23px}.question-summary strong{font-size:25px}.question-summary p{font-size:12px}.rail-button{min-height:36px;margin-top:10px;font-size:12px}.rail-panel:nth-child(3) .rail-link,.rail-panel:nth-child(4) .rail-link{display:none}.assessment-list.v2{gap:7px}.assessment-list.v2 .assessment-item{grid-template-columns:36px 1fr;gap:9px;padding-bottom:7px}.assessment-date{height:36px}.assessment-list.v2 .assessment-date{height:34px}.assessment-list.v2 .assessment-item div{min-width:0;line-height:1.15}.assessment-date strong{font-size:14px}.assessment-date span{font-size:8px}.assessment-list.v2 .assessment-item div strong,.assessment-list.v2 .assessment-item div span{font-size:11px}}@media (max-width:1040px){.dashboard-v2{grid-template-columns:1fr;overflow:auto}.dashboard-rail-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1180px){.topbar-actions{flex-wrap:wrap;justify-content:flex-end}.mission-panel{grid-template-columns:240px minmax(0,1fr)}.mission-score-card{width:min(100%,290px)}}@media (max-width:860px){.app-shell{display:block;overflow:visible}.sidebar{z-index:20;border-right:0;border-bottom:1px solid var(--border);background:#fffffff5;align-items:center;gap:12px;height:auto;padding:10px 14px;display:flex;position:sticky;top:0;overflow-x:auto}.shell-brand{flex:none}.shell-brand .easy-logo-mark{width:42px;height:42px}.sidebar-nav{flex:1 0 auto;gap:8px;min-width:0;display:flex;overflow-x:auto}.nav-item{white-space:nowrap;flex:none;gap:8px;min-height:42px;padding:0 12px;font-size:13px}.nav-item svg{width:18px;height:18px}.app-shell-collapsible .sidebar,.app-shell-collapsible .sidebar:hover,.app-shell-collapsible .sidebar:focus-within{z-index:20;border-right:0;border-bottom:1px solid var(--border);width:auto;height:auto;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff5;border-radius:0;align-items:center;gap:12px;margin:0;padding:10px 14px;transition:none;display:flex;position:sticky;top:0;overflow:auto hidden}.app-shell-collapsible .shell-brand{width:auto}.app-shell-collapsible .sidebar-nav,.app-shell-collapsible .sidebar:hover .sidebar-nav,.app-shell-collapsible .sidebar:focus-within .sidebar-nav{flex:1 0 auto;gap:8px;width:auto;min-width:0;display:flex;overflow-x:auto}.app-shell-collapsible .nav-item,.app-shell-collapsible .sidebar:hover .nav-item,.app-shell-collapsible .sidebar:focus-within .nav-item{flex:none;justify-content:flex-start;gap:8px;width:auto;min-width:0;min-height:42px;padding:0 12px;overflow:visible}.app-shell-collapsible .nav-item span,.app-shell-collapsible .sidebar:hover .nav-item span,.app-shell-collapsible .sidebar:focus-within .nav-item span{opacity:1;max-width:none;font-size:13px;transform:none}.plan-card-premium{display:none}.dashboard-v2{height:auto;padding:22px 16px 28px;overflow:visible}.main-area,.dashboard-primary{overflow:visible}.dashboard-heading,.ai-insight-card{grid-template-columns:1fr}.dashboard-heading,.topbar{flex-direction:column}.topbar{align-items:stretch;padding:22px 18px}.topbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metric-chip{min-width:0}.notification-button,.profile-button{justify-self:start}.mission-panel,.mission-actions,.mission-lower-row,.mastery-flow,.dashboard-rail-v2,.ai-insight-card{grid-template-columns:1fr}.mission-panel{padding-top:58px}.mission-visual{grid-row:auto}.last-access{display:none}.mission-score-card{justify-self:stretch;width:100%}.mission-visual{min-height:230px}.mission-content h2{font-size:26px}.score-ring{justify-self:center}.mastery-title-row{flex-direction:column;align-items:flex-start;gap:12px}.insight-action{width:100%}.schedule-page{height:auto;overflow:visible}.schedule-layout{grid-template-columns:1fr;height:auto}.schedule-main-stack{grid-template-rows:auto;height:auto}.schedule-rail{grid-template-columns:1fr}.schedule-board-card{-webkit-overflow-scrolling:touch;grid-template-rows:auto auto;height:auto;overflow-x:auto}.schedule-page .schedule-calendar{min-width:400px;height:auto;grid-template-rows:44px repeat(12,64px)!important}.schedule-page .schedule-grid{min-width:400px;grid-template-columns:40px repeat(7,minmax(48px,1fr))!important}.schedule-grid-row>time{border-top:1px solid #d6e1f09e}:is(.main-area:has(.schedule-page) .topbar-actions,.main-area:has(.questions-page) .topbar-actions,.main-area:has(.dashboard-v2) .topbar-actions,.main-area:has(.clinical-file-page) .topbar-actions,.main-area:has(.flashcards-page) .topbar-actions,.main-area:has(.condutas-page) .topbar-actions,.main-area:has(.all-subjects-page) .topbar-actions,.main-area:has([data-page=casos-clinicos]) .topbar-actions){flex:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;min-width:0!important;height:auto!important}.main-area:has(.all-subjects-page)>.topbar .topbar-actions{width:100%!important;min-width:0!important}:is(.main-area:has(.dashboard-v2)>.topbar,.main-area:has(.all-subjects-page)>.topbar,.main-area:has(.flashcards-page)>.topbar,.main-area:has(.schedule-page)>.topbar,.main-area:has(.questions-page)>.topbar,.main-area:has(.clinical-file-page)>.topbar,.main-area:has(.condutas-page)>.topbar,.main-area:has([data-page=casos-clinicos])>.topbar){flex-direction:column!important;align-items:stretch!important;padding:16px!important;display:flex!important}:is(.main-area:has(.dashboard-v2)>.topbar .topbar-greeting,.main-area:has(.all-subjects-page)>.topbar .topbar-greeting,.main-area:has(.flashcards-page)>.topbar .topbar-greeting,.main-area:has(.schedule-page)>.topbar .topbar-greeting,.main-area:has(.questions-page)>.topbar .topbar-greeting,.main-area:has(.clinical-file-page)>.topbar .topbar-greeting,.main-area:has(.condutas-page)>.topbar .topbar-greeting,.main-area:has([data-page=casos-clinicos])>.topbar .topbar-greeting){width:100%!important}.main-area:has(.flashcards-page)>.topbar .topbar-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;display:grid!important}.main-area:has(.flashcards-page)>.topbar .topbar-greeting p{white-space:normal!important;font-size:20px!important;overflow:visible!important}.main-area:has(.flashcards-page)>.topbar .topbar-greeting span{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden;font-size:13px!important}.main-area:has(.flashcards-page)>.topbar .topbar-actions>:last-child{grid-column:1/-1!important}.main-area:has(.flashcards-page)>.topbar .metric-chip{width:100%!important;min-width:0!important}.main-area:has(.flashcards-page)>.topbar .metric-chip strong{text-overflow:ellipsis;overflow:hidden}}@media (min-width:721px) and (max-width:860px){.topbar{flex-direction:row;align-items:center;min-height:72px;padding:0 14px}.topbar-greeting{min-width:168px}.topbar-greeting p{margin-bottom:3px;font-size:17px}.topbar-greeting span{font-size:11px}.topbar-actions{flex-wrap:nowrap;justify-content:flex-end;gap:7px;display:flex}.metric-chip{flex:none;min-width:auto}.metric-chip-trend{width:118px}.metric-chip-ring{width:92px}.metric-chip-plain{width:158px}}.landing-preview{background:linear-gradient(135deg,#00a8ff1a,#0000 34%),linear-gradient(220deg,#ff7a1a14,#0000 30%),#f7faff;min-height:100vh}.landing-nav{justify-content:space-between;align-items:center;gap:24px;max-width:1180px;margin:0 auto;padding:28px 24px;display:flex}.landing-brand{align-items:center;font-size:28px;display:inline-flex}.landing-brand .easy-logo-mark{width:60px;height:60px}.landing-nav nav{color:#344054;align-items:center;gap:24px;font-size:14px;font-weight:750;display:flex}.landing-nav nav a{transition:color .2s}.landing-nav nav a:focus-visible,.landing-nav nav a:hover{color:var(--blue);outline:none}.landing-hero{grid-template-columns:minmax(0,1fr) 380px;align-items:center;gap:48px;max-width:1180px;margin:0 auto;padding:68px 24px 52px;display:grid}.landing-hero-copy{max-width:760px}.landing-note{border-left:3px solid var(--blue);color:#344054;margin:0 0 18px;padding-left:12px;font-size:14px;font-weight:760;display:inline-flex}.landing-hero h1{color:#0a1020;letter-spacing:0;max-width:740px;margin:0;font-size:clamp(44px,7vw,82px);line-height:.96}.landing-hero-copy>p:not(.landing-note){color:#475467;max-width:660px;margin:24px 0 0;font-size:19px;line-height:1.65}.landing-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.landing-demo-panel{border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(#fffffff0,#f5f9fff0),#fff;border:1px solid #00a8ff2e;gap:18px;padding:26px;display:grid}.demo-panel-top{color:var(--blue);align-items:center;gap:10px;font-size:14px;font-weight:780;display:flex}.landing-demo-panel>strong{color:#101522;font-size:27px;line-height:1.12}.landing-demo-panel p{color:#475467;margin:0;font-size:15px;line-height:1.55}.demo-checks{border-top:1px solid var(--border);gap:10px;padding-top:16px;display:grid}.demo-checks span{color:#243044;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.demo-checks svg{color:#0f9b63}.landing-section{max-width:1180px;margin:0 auto;padding:72px 24px}.landing-section-heading{max-width:720px;margin-bottom:28px}.landing-section-heading span{color:var(--blue);text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:800;display:block}.landing-section-heading h2{color:#101522;margin:0;font-size:clamp(34px,5vw,54px);line-height:1.02}.landing-section-heading p{color:#475467;margin:16px 0 0;font-size:18px;line-height:1.6}.proof-section{z-index:2;background:#fff;position:relative;overflow:hidden}.container-scroll-section{z-index:1;background:#fff;height:82rem;padding:0;scroll-margin-top:0;position:relative}.container-scroll-sticky{perspective:1000px;align-content:start;gap:0;max-width:none;min-height:100vh;margin:0 auto;padding-top:clamp(42px,6vh,64px);display:grid;position:sticky;top:0;overflow:visible}.scroll-header{z-index:1;text-align:center;max-width:min(980px,100vw - 32px);margin:0 auto;transition:transform 80ms linear;position:relative}.scroll-header span{color:var(--blue);text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:800;display:block}.scroll-header h2{color:#101522;letter-spacing:0;margin:0;font-size:clamp(52px,9vw,112px);line-height:.92}.scroll-header p{color:#475467;max-width:650px;margin:18px auto 0;font-size:17px;line-height:1.6}.scroll-perspective{z-index:2;perspective:1000px;height:78vh;min-height:600px;margin-top:-76px;position:relative;overflow:visible}.scroll-device-card{transform-origin:top;will-change:transform;background:0 0;border:0;border-radius:32px;width:clamp(760px,92vw,1320px);height:clamp(430px,52vw,720px);max-height:68vh;margin:0;padding:18px;transition:transform 80ms linear;position:absolute;top:0;left:50%;box-shadow:inset 0 0 0 1px #ffffff29,0 9px 20px #0000004a,0 37px 37px #00000040,0 84px 50px #00000026,0 149px 60px #0000000a}.tablet-frame-skin{pointer-events:none;background:#222;border:7px solid #222;border-radius:32px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff29}.scroll-device-screen{z-index:1;background:#f6f8fb;border-radius:20px;height:100%;position:relative;overflow:hidden}.portal-screen{box-shadow:inset 0 0 0 1px #dfe8f4b8}.portal-continuation{height:100%;transform:translateY(calc(var(--portal-progress) * -18px));background:linear-gradient(135deg,#00a8ff1f,#0000 38%),linear-gradient(220deg,#ffcf3a24,#0000 34%),#fff;padding:clamp(28px,4vw,54px);transition:transform 80ms linear;display:block}.portal-bridge-heading{text-align:center;max-width:900px;transform:translateY(calc(var(--portal-progress) * -18px));margin:0 auto 28px;transition:transform 80ms linear}.portal-bridge-heading h2{color:#101522;margin:0;font-size:clamp(38px,5.4vw,76px);line-height:.98}.portal-bridge-heading p{color:#667085;max-width:640px;margin:14px auto 0;font-size:16px;line-height:1.55}.portal-bridge-heading span{color:var(--blue);text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:850;display:block}.portal-bridge-row{max-width:1040px;transform:translateY(calc(var(--portal-progress) * -28px));grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 auto;transition:transform 80ms linear;display:grid}.portal-bridge-card{border-radius:var(--radius);color:#101522;background:#ffffffe6;border:1px solid #dfe8f4e6;gap:14px;min-height:230px;padding:20px;display:grid;box-shadow:0 18px 45px #12274c14}.portal-preview-icon{color:#fff;place-items:center;width:50px;height:50px;display:grid}.portal-preview-icon.blue{background:var(--blue)}.portal-preview-icon.red{background:var(--red)}.portal-preview-icon.green{background:#0f9b63}.portal-preview-icon.orange{background:var(--orange)}.portal-bridge-card strong{max-width:250px;font-size:22px;line-height:1.12}.portal-bridge-card p{color:#667085;margin:0;font-size:15px;line-height:1.45}.portal-bridge-card small{border-top:1px solid var(--border);color:#667085;margin-top:auto;padding-top:12px;font-size:12px;font-weight:800}.pricing-preview-section{background:linear-gradient(#fff 0%,#f7faff 100%);padding:86px 24px 96px;position:relative;overflow:hidden}.pricing-shell{z-index:1;max-width:1180px;margin:0 auto;position:relative}.pricing-shell:before{content:"";filter:blur(28px);opacity:.75;pointer-events:none;background:linear-gradient(90deg,#00a8ff14,#ff7a1a12);border:1px solid #00a8ff1a;height:180px;animation:12s ease-in-out infinite alternate pricing-sheen;position:absolute;inset:-40px 8% auto}.pricing-heading{z-index:1;text-align:center;max-width:780px;margin:0 auto;position:relative}.pricing-heading>span{color:var(--blue);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:800;display:inline-flex}.pricing-heading h2{color:#101522;margin:0;font-size:clamp(36px,5vw,62px);line-height:1}.pricing-heading p{color:#475467;max-width:680px;margin:16px auto 0;font-size:18px;line-height:1.6}.billing-toggle{z-index:1;justify-content:center;align-items:center;gap:14px;margin:34px 0 36px;display:flex;position:relative}.billing-toggle>span{color:#98a2b3;font-size:16px;font-weight:800;transition:color .22s}.billing-toggle>span.is-active{color:#101522}.billing-toggle button{cursor:pointer;background:#eaf4ff;border:1px solid #00a8ff40;border-radius:999px;align-items:center;width:58px;height:32px;padding:3px;transition:background .22s,border-color .22s;display:flex}.billing-toggle button span{background:linear-gradient(#00a8ff,#07f);border-radius:50%;width:24px;height:24px;transition:transform .42s cubic-bezier(.2,.9,.2,1.2);transform:translate(0);box-shadow:0 6px 14px #00a8ff4d}.billing-toggle button.is-yearly{background:#fff4e8;border-color:#ff7a1a59}.billing-toggle button.is-yearly span{background:linear-gradient(#ff8a2a,#ff6a00);transform:translate(25px)}.billing-toggle strong{color:var(--orange);font-size:13px;font-weight:850}.pricing-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid;position:relative}.pricing-card{border:1px solid var(--border);border-radius:var(--radius);min-height:470px;animation:.64s both pricing-card-in;animation-delay:var(--pricing-delay);background:#ffffffdb;transition:transform .24s,border-color .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 16px 42px #12274c14}.pricing-card:hover{border-color:#00a8ff47;transform:translateY(-10px)scale(1.015);box-shadow:0 28px 58px #12274c24}.pricing-card.is-featured{background:#fff;border-color:#00a8ff73}.pricing-card-glow{filter:blur(36px);opacity:0;background:linear-gradient(90deg,#00a8ff29,#ff7a1a24);height:220px;transition:opacity .42s;position:absolute;inset:auto -20% -30%}.pricing-card:hover .pricing-card-glow,.pricing-card.is-featured .pricing-card-glow{opacity:1}.pricing-badge{border-bottom-left-radius:var(--radius);color:#fff;text-transform:uppercase;background:linear-gradient(#00a8ff,#07f);padding:8px 13px;font-size:11px;font-weight:900;position:absolute;top:0;right:0}.pricing-card-content{z-index:1;min-height:inherit;flex-direction:column;padding:28px;display:flex;position:relative}.pricing-card h3{color:#101522;margin:0;font-size:25px}.pricing-card p{color:#667085;min-height:68px;margin:10px 0 0;line-height:1.55}.price-line{align-items:baseline;gap:8px;margin-top:24px;display:flex}.price-line strong{color:#101522;font-size:44px;line-height:1;animation:.26s price-swap}.price-line span{color:#667085;font-size:15px;font-weight:750}.pricing-card ul{gap:13px;margin:28px 0;padding:0;list-style:none;display:grid}.pricing-card li{color:#344054;align-items:flex-start;gap:10px;font-size:15px;line-height:1.35;display:flex}.pricing-card li svg{color:#0f9b63;flex:none}.pricing-card button{border-radius:var(--radius);min-height:46px;color:var(--blue);cursor:pointer;background:#fff;border:1px solid #00a8ff59;margin-top:auto;font-size:15px;font-weight:850;transition:background .18s,color .18s,transform .18s}.pricing-card.is-featured button,.pricing-card button:hover{color:#fff;background:linear-gradient(#00a8ff,#07f)}.pricing-card button:active{transform:translateY(1px)}@keyframes pricing-card-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes price-swap{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pricing-sheen{0%{transform:translate(-40px)}to{transform:translate(40px)}}.proof-carousel{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#ffffffb3,#f5f9ffeb),radial-gradient(circle at 50% 20%,#00a8ff1f,#0000 38%);min-height:560px;position:relative;overflow:hidden}.proof-carousel-stage{height:470px;position:relative}.proof-card{width:var(--proof-card-size);height:var(--proof-card-size);border:2px solid var(--border);clip-path:polygon(50px 0%,calc(100% - 50px) 0%,100% 50px,100% 100%,calc(100% - 50px) 100%,50px 100%,0 100%,0 0);color:#172033;text-align:left;cursor:pointer;opacity:.68;z-index:var(--proof-z);transform:translate(-50%, -50%) translateX(var(--proof-x)) translateY(var(--proof-y)) rotate(var(--proof-rotate)) scale(var(--proof-scale));background:#fff;border-radius:0;grid-template-rows:auto 1fr auto;gap:18px;padding:28px;transition:transform .36s,opacity .36s,border-color .36s,box-shadow .36s;display:grid;position:absolute;top:52%;left:50%;box-shadow:0 0 #0000}.proof-card.is-active{opacity:1;border-color:#00a8ff85;box-shadow:0 8px 0 4px #dfe8f4f2,0 28px 56px #12274c24}.proof-card:not(.is-active):hover,.proof-card:not(.is-active):focus-visible{opacity:.92;outline:none}.proof-card-corner{background:#00a8ff14;width:52px;height:52px;position:absolute;top:0;right:0}.proof-card-diagonal{background:var(--border);transform-origin:100% 0;height:2px;display:block;position:absolute;top:48px;right:-2px;transform:rotate(45deg)}.proof-icon{color:#fff;border-radius:0;place-items:center;width:56px;height:56px;display:inline-grid;box-shadow:3px 3px #f7faff}.proof-card-blue .proof-icon{background:var(--blue)}.proof-card-orange .proof-icon{background:var(--orange)}.proof-card-red .proof-icon{background:var(--red)}.proof-card-green .proof-icon{background:#0f9b63}.proof-card-body{gap:13px;display:grid}.proof-card-body strong{color:#101522;max-width:280px;font-size:24px;line-height:1.08}.proof-card-body span{color:#475467;font-size:15px;line-height:1.48}.proof-card small{border-top:1px solid var(--border);color:#667085;padding-top:16px;font-size:13px;font-weight:760}.proof-controls{align-items:center;gap:12px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.proof-controls button{border:1px solid var(--border);border-radius:var(--radius);color:#172033;cursor:pointer;background:#fff;place-items:center;width:46px;height:46px;transition:border-color .2s,color .2s,transform .2s;display:inline-grid}.proof-controls button:active{transform:translateY(1px)}.proof-controls button:hover,.proof-controls button:focus-visible{border-color:var(--blue);color:var(--blue);outline:none}.proof-controls span{color:#475467;text-align:center;min-width:54px;font-size:14px;font-weight:800}.security-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.security-strip article{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:24px;box-shadow:0 12px 32px #12274c0f}.security-strip svg{color:var(--blue)}.security-strip h3{color:#101522;margin:18px 0 8px;font-size:21px}.security-strip p{color:#475467;margin:0;line-height:1.55}.landing-eight{max-width:1180px;margin:0 auto;padding:88px 24px 110px}.scroll-video-shell{margin:34px 0 28px}.scroll-video-placeholder{border-radius:var(--radius);background:linear-gradient(135deg,#00a8ff1c,#0000 38%),linear-gradient(220deg,#ffcf3a24,#0000 34%),#fff;border:1px solid #00a8ff38;align-items:center;min-height:260px;padding:34px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 45px #12274c14}.scroll-video-placeholder>div:last-child{z-index:2;max-width:540px;position:relative}.scroll-video-placeholder span{color:var(--blue);text-transform:uppercase;font-size:14px;font-weight:850}.scroll-video-placeholder strong{color:#101522;margin-top:10px;font-size:clamp(28px,4vw,46px);line-height:1.05;display:block}.scroll-video-placeholder p{color:#475467;margin:14px 0 0;font-size:16px;line-height:1.55}.video-path-line{background:linear-gradient(90deg, #101522 0 38%, var(--blue) 38% 74%, #101522 74% 100%);border-radius:999px;height:10px;position:absolute;bottom:44px;left:34px;right:34px}.video-marker{bottom:31px;left:calc(34px + (100% - 68px) * var(--video-progress));z-index:2;width:48px;height:48px;transform:translateX(-50%) scale(calc(.5833 + .4167 * var(--video-progress))) rotate(calc(var(--video-progress) * 720deg));background:#ffcf3a;border-radius:50%;transition:left 80ms linear,transform 80ms linear;position:absolute;box-shadow:0 10px 22px #ffcf3a57}.landing-eight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.landing-eight-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-height:270px;padding:22px;position:relative;box-shadow:0 12px 32px #12274c0f}.landing-eight-index{color:#10152229;font-size:34px;font-weight:900;position:absolute;top:18px;right:18px}.landing-eight-card svg{color:var(--blue)}.landing-eight-card h3{color:var(--blue);text-transform:uppercase;margin:22px 0 12px;font-size:14px;font-weight:850}.landing-eight-card strong{color:#101522;font-size:21px;line-height:1.15;display:block}.landing-eight-card p{color:#667085;margin:14px 0 0;font-size:15px;line-height:1.52}@media (max-width:900px){.landing-hero,.security-strip{grid-template-columns:1fr}.landing-hero{padding-top:36px}.proof-card{transform:translate(-50%, -50%) translateX(var(--proof-x)) translateY(var(--proof-y)) rotate(var(--proof-rotate)) scale(var(--proof-scale))}.container-scroll-section{height:50rem}.scroll-device-card{width:min(1040px,96vw);height:min(560px,62vh);padding:12px}.scroll-perspective{min-height:560px}.portal-bridge-heading h2{font-size:34px}.portal-bridge-row{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{grid-template-columns:1fr}.pricing-card,.pricing-card p{min-height:auto}.landing-eight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.landing-nav,.landing-nav nav{align-items:flex-start}.landing-nav{flex-direction:column}.landing-nav nav{flex-wrap:wrap;gap:14px}.landing-hero h1{font-size:42px}.proof-carousel{min-height:500px}.proof-carousel-stage{height:410px}.proof-card{transform:translate(-50%, -50%) translateX(var(--proof-x)) translateY(var(--proof-y)) rotate(var(--proof-rotate)) scale(var(--proof-scale));padding:22px}.proof-card-body strong{font-size:20px}.proof-card-body span{font-size:15px}.container-scroll-section{height:44rem;padding:0 14px}.container-scroll-sticky{gap:18px;padding-top:34px}.scroll-header h2{font-size:42px}.scroll-header p{font-size:15px}.scroll-device-card{border-width:3px;border-radius:22px;width:min(780px,112vw);height:min(430px,56vh);padding:8px}.scroll-perspective{min-height:460px;margin-top:-42px}.portal-continuation{padding:22px}.portal-bridge-row{grid-template-columns:1fr}.portal-bridge-card:nth-child(n+3){display:none}.billing-toggle{flex-wrap:wrap}.pricing-preview-section{padding:66px 16px 76px}.pricing-card-content{padding:24px}.price-line strong{font-size:38px}.landing-eight{padding:66px 16px 82px}.landing-eight-grid{grid-template-columns:1fr}.scroll-video-placeholder{padding:24px}}.main-area:has(.schedule-page) .topbar{padding:0 18px 0 22px}.main-area:has(.schedule-page) .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics);flex:0 0 var(--easy-right-rail-width);width:var(--easy-right-rail-width);justify-content:stretch;gap:10px;display:grid}.main-area:has(.schedule-page) .metric-chip{gap:8px;width:100%;min-width:0;min-height:44px;padding:6px 10px}:is(.main-area:has(.schedule-page) .metric-chip-trend,.main-area:has(.schedule-page) .metric-chip-ring,.main-area:has(.schedule-page) .metric-chip-plain){min-width:0}.main-area:has(.schedule-page) .metric-icon{width:26px;height:26px}.main-area:has(.schedule-page) .metric-chip span:not(.metric-icon){font-size:9px}.main-area:has(.schedule-page) .metric-chip strong{font-size:14px}.main-area:has(.questions-page){grid-template-rows:auto minmax(0,1fr);display:grid}.main-area:has(.questions-page) .topbar{padding:0 26px 0 28px}.main-area:has(.questions-page) .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics);flex:0 0 var(--easy-right-rail-width);width:var(--easy-right-rail-width);justify-content:stretch;gap:10px;display:grid}.main-area:has(.questions-page) .metric-chip{gap:8px;width:100%;min-width:0;min-height:42px;padding:6px 10px}.main-area:has(.questions-page) .metric-icon{width:28px;height:28px}.main-area:has(.questions-page) .metric-chip span:not(.metric-icon){font-size:13px}.main-area:has(.questions-page) .metric-chip strong{font-size:13px}.main-area:has(.questions-page)>.topbar .topbar-greeting span{font-size:13px}.questions-page{min-height:0;padding:18px 26px 22px 28px;overflow:hidden}.questions-workspace{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);gap:26px;height:100%;min-height:0;display:grid}.questions-main-column{flex-direction:column;gap:18px;min-width:0;height:100%;min-height:0;display:flex;overflow-y:auto}.questions-review-grade{margin-top:auto}.questions-filter-anchor{display:inline-flex;position:relative}.questions-filter-row{align-items:center;gap:12px;min-height:40px;display:flex}.questions-counter-bar{background:0 0;border:0;flex:auto;align-items:center;gap:12px;min-width:0;height:40px;padding:0 4px;display:flex}.questions-filter-row .questions-counter-bar>span{color:#000;white-space:nowrap;flex:none;font-size:13px;font-weight:700}.questions-filter-row .questions-counter-bar>span strong{color:#000;font-weight:850}.questions-counter-bar>i{background:#d5e2f2;border:1px solid #bed8f6e6;border-radius:999px;flex:auto;height:6px;display:block;overflow:hidden}.questions-counter-bar>i>b{border-radius:inherit;background:linear-gradient(#1f91ff,#07f);height:100%;transition:width .2s;display:block}.questions-filter-trigger{border-radius:var(--radius);min-height:40px;color:var(--blue-strong);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #bed8f6e6;justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:750;transition:border-color .18s,background-color .18s,transform .18s;display:inline-flex}.questions-filter-trigger:hover,.questions-filter-trigger:focus-visible{border-color:var(--blue-strong);background:#f7fbff;outline:none}.questions-filter-trigger.is-active{border-color:var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f)}.questions-filter-trigger.is-behind-blur{visibility:hidden}.questions-filter-spotlight-button{z-index:221;margin:0;position:fixed}.questions-filter-row button{border-radius:var(--radius);min-width:0;min-height:40px;color:var(--blue-strong);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #bed8f6e6;justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:750;transition:border-color .18s,background-color .18s,transform .18s;display:inline-flex}.questions-filter-row button:hover,.questions-filter-row button:focus-visible{border-color:var(--blue-strong);background:#f7fbff;outline:none}.questions-filter-row button.is-purple{color:#7c3aed;border-color:#9e6eff59}.questions-filter-row button.is-purple:hover,.questions-filter-row button.is-purple:focus-visible{background:#faf7ff;border-color:#7c3aed}.questions-filter-row button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.questions-filter-row span{color:#40506a;white-space:nowrap;justify-self:end;font-size:14px;font-weight:760}.questions-progress-row{grid-template-columns:150px minmax(0,1fr) 44px;align-items:center;gap:18px;display:grid}.questions-progress-row span,.questions-progress-row strong{color:#33445f;font-size:14px;font-weight:790}.questions-progress-row strong{justify-self:end}.questions-progress-row i{box-sizing:border-box;background:#e8eef6;border:1px solid #a9c9ef;border-radius:999px;height:9px;display:block;overflow:hidden}.questions-progress-row b{border-radius:inherit;background:linear-gradient(90deg,#07f,#1f91ff);height:100%;transition:width .24s;display:block}.question-card,.questions-panel{background:linear-gradient(#fffffffa,#fcfefffa),#fff;border:1px solid #bed8f6b8;border-radius:8px;box-shadow:0 14px 34px #12274c0a}.question-card{flex:auto;grid-template-rows:auto auto auto auto;align-content:start;min-height:0;padding:14px 18px 13px;display:grid;overflow:auto}.question-card header{align-items:center;gap:8px;margin-bottom:9px;display:flex}.question-card header span{width:24px;height:24px;color:var(--blue-strong);background:#e8f4ff;border-radius:7px;place-items:center;display:grid}.question-card header span svg{width:15px;height:15px}.question-card h2{color:#071027;margin:0;font-size:16px;line-height:1}.questions-generated-badge{color:#7c3aed;background:#faf7ff;border:1px solid #9e6eff59;border-radius:999px;align-items:center;gap:5px;margin-left:auto;padding:3px 10px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.questions-generate-error{color:#dc2626;margin:8px 0 0;font-size:12px;font-weight:700}@keyframes questions-spin{to{transform:rotate(360deg)}}.question-explanation svg.is-spinning{animation:.9s linear infinite questions-spin}.questions-review-grade{gap:10px;width:100%;display:grid}.questions-review-grade-label{text-align:center;background:#fff;border:1px solid #d6e1f0eb;border-radius:14px;place-items:center;min-height:96px;padding:16px 20px;display:grid}.questions-review-grade-label span{color:#071027;font-size:14px;font-weight:780}.questions-review-grade>em{color:#13a36e;font-size:12px;font-style:normal;font-weight:720}.sm2-review-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;display:grid}.sm2-review-button{white-space:nowrap;cursor:pointer;background:#ffffffe6;border-style:solid;border-width:2px;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:46px;padding:0 14px;font-size:14px;font-weight:900;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 14px 30px #264ea00f!important}.sm2-review-button svg{flex-shrink:0;width:15px;height:15px}.sm2-review-button:hover,.sm2-review-button:focus-visible{background:linear-gradient(#fffffffa,#f0f7fffa);outline:none;transform:translateY(1px);border-color:#0077ff94!important;box-shadow:-1px -1px 5px #ffffffbf,1px 2px 7px #12274c29,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c24!important}.sm2-review-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.sm2-review-button.is-red{color:#f04438;border-color:#ff4d4f73!important}.sm2-review-button.is-orange{color:#ff6b00;border-color:#ff6b0073!important}.sm2-review-button.is-blue{color:var(--blue-strong);border-color:#0077ff73!important}.sm2-review-button.is-green{color:#079455;border-color:#00ab6973!important}.sm2-review-button.is-selected{background:#f0f7fffa;box-shadow:inset -2px -2px 5px #fffffff2,inset 2px 2px 6px #12274c21!important}.question-card>p{color:#071027;border-bottom:1px solid #d6e1f0eb;margin:0 0 14px;padding-bottom:14px;font-size:13px;line-height:1.34}.question-options{gap:14px;display:grid}.question-options button{color:#071027;cursor:pointer;text-align:left;background:#fff;border:1px solid #d6e1f0eb;border-radius:7px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;padding:5px 10px 5px 7px;transition:border-color .18s,background-color .18s,color .18s;display:grid}.question-options button:not(.is-correct):not(.is-wrong):hover,.question-options button:not(.is-correct):not(.is-wrong):focus-visible{border-color:#07f6;outline:none}.question-options button:disabled{cursor:default}.question-options button:disabled:not(.is-correct):not(.is-wrong):hover{border-color:#d6e1f0eb}.question-options button>span{color:#071027;background:#fff;border:1px solid #d6e1f0f5;border-radius:999px;place-items:center;width:24px;height:24px;font-size:13px;font-weight:850;transition:border-color .18s,color .18s;display:grid}.question-options strong{color:#071027;min-width:0;font-size:12px;font-weight:700;line-height:1.25}.question-option-rationale{color:#526582;white-space:normal;grid-column:2/-1;margin-top:4px;font-size:11px;font-weight:500;line-height:1.4}.question-options em{white-space:nowrap;align-items:center;gap:4px;font-size:11px;font-style:normal;font-weight:850;display:inline-flex}.questions-explanation{background:#0077ff0d;border:1px solid #0077ff38;border-radius:10px;margin-top:14px;padding:12px 14px}.questions-explanation h3{color:var(--blue-strong,#07f);align-items:center;gap:6px;margin:0 0 6px;font-size:12px;font-weight:850;display:flex}.questions-explanation p{color:#1c2b41;margin:0;font-size:12.5px;line-height:1.45}.question-options em svg{width:12px;height:12px}.question-options button.is-wrong{background:linear-gradient(90deg,#fff1f2fa,#fffffff5);border-color:#ef444457}.question-options button.is-wrong>span,.question-options button.is-wrong em{color:var(--red)}.question-options button.is-correct{background:linear-gradient(90deg,#ecfdf5fa,#fffffff5);border-color:#13a36e59}.question-options button.is-correct>span,.question-options button.is-correct em{color:#0f9b63}.question-explanation{background:linear-gradient(#f7fbfffa,#fffffffa);border:1px solid #d6e1f0eb;border-radius:7px;align-self:end;gap:7px;margin-top:9px;padding:10px 12px;display:grid}.question-explanation h3{color:#071027;align-items:center;gap:7px;margin:0;font-size:14px;line-height:1;display:inline-flex}.question-explanation h3 svg{width:15px;height:15px;color:var(--blue-strong)}.question-explanation p{color:#071027;margin:0;font-size:12px;line-height:1.34}.question-explanation div{flex-wrap:wrap;gap:8px;display:flex}.question-explanation button,.question-explanation a{border-radius:var(--radius);color:#33445f;cursor:pointer;background:#fff;border:1px solid #bed8f6eb;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:11px;font-weight:750;text-decoration:none;transition:border-color .18s,background-color .18s;display:inline-flex}.question-explanation button:hover,.question-explanation button:focus-visible,.question-explanation a:hover,.question-explanation a:focus-visible{border-color:var(--blue-strong);background:#f7fbff;outline:none}.question-explanation button svg,.question-explanation button.is-saved,.question-explanation a svg{color:var(--blue-strong)}.question-explanation button svg,.question-explanation a svg{width:13px;height:13px}.questions-rail{grid-template-rows:minmax(0,1fr) auto auto;align-content:stretch;gap:8px;min-height:0;display:grid}.questions-panel{gap:10px;padding:14px;display:grid}.questions-panel h2{color:#071027;align-items:center;gap:10px;min-width:0;margin:0;font-size:13px;line-height:1;display:flex}.questions-panel h2>svg{color:var(--blue-strong)}.questions-panel h2 span{color:#0f9b63;background:#e9f8ef;border-radius:999px;margin-left:auto;padding:5px 9px;font-size:13px;font-weight:820}.questions-topic-panel{grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;padding:11px 12px;display:grid}.questions-topic-panel h2{font-size:13px}.questions-topic-panel h2>svg{width:16px;height:16px}.questions-topic-panel h2 span{padding:3px 8px;font-size:13px}.questions-topic-list{overscroll-behavior:contain;background:0 0;grid-template-rows:repeat(6,minmax(0,1fr));grid-auto-rows:auto;align-content:start;gap:8px;min-height:0;display:grid;overflow-y:auto}.questions-topic-list:has(.questions-topic-item.is-expanded){grid-template-rows:none}.questions-topic-list::-webkit-scrollbar{width:6px}.questions-topic-list::-webkit-scrollbar-track{background:#e8f1fcbd;border-radius:999px}.questions-topic-list::-webkit-scrollbar-thumb{background:#93c5fde6;border-radius:999px}.questions-topic-item{background:#fff;border:1px solid #d6e1f0f5;border-radius:14px;min-height:0;display:grid;overflow:hidden}.questions-topic-row{color:#071027;cursor:pointer;text-align:left;background:#fff;border:0;grid-template-columns:28px minmax(0,1fr) auto 14px;align-items:center;gap:8px;width:100%;min-height:64px;padding:6px 9px;transition:background-color .15s;display:grid}.questions-topic-list:not(:has(.questions-topic-item.is-expanded)) .questions-topic-row{height:100%}.questions-topic-item.is-expanded .questions-topic-row{height:64px}.questions-topic-row>svg:first-child{color:#526174;width:17px;height:17px}.questions-topic-row strong{color:#071027;gap:2px;min-width:0;font-size:13px;font-weight:830;line-height:1.2;display:grid}.questions-topic-row small{color:#607087;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.questions-topic-row em{color:#34445e;white-space:nowrap;font-size:13px;font-style:normal;font-weight:760}.questions-topic-row>svg:last-child{color:#7b8aa0}.questions-topic-row:hover,.questions-topic-row:focus-visible{background:#f7fbff;outline:none}.questions-topic-chevron{transition:transform .18s}.questions-topic-item.is-expanded .questions-topic-chevron{transform:rotate(180deg)}.questions-topic-close-inline{width:22px;height:22px;color:var(--blue-strong);border-radius:7px;place-items:center;display:grid}.questions-topic-row:hover .questions-topic-close-inline,.questions-topic-row:focus-visible .questions-topic-close-inline{background:#0077ff14}.questions-topic-detail{transform-origin:top;background:linear-gradient(#fff,#f8fbff);border-top:1px solid #d6e1f0eb;gap:7px;padding:9px;display:grid}.questions-topic-detail.is-open{animation:.2s ease-out both questions-topic-panel-open}@keyframes questions-topic-panel-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.questions-topic-search{color:#8aa0ba;background:#fff;border:1px solid #bed8f6eb;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;min-height:28px;padding:0 9px;display:grid}.questions-topic-search input{color:#071027;background:0 0;border:0;outline:none;min-width:0;font-size:10px}.questions-topic-search input::placeholder{color:#8aa0ba}.questions-topic-dropdown-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.questions-topic-dropdown{min-width:0;position:relative}.questions-topic-dropdown-trigger{cursor:pointer;text-align:left;background:#fff;border:1px solid #bed8f6eb;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:46px;padding:6px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.questions-topic-dropdown-trigger:hover,.questions-topic-dropdown-trigger:focus-visible,.questions-topic-dropdown-trigger[aria-expanded=true]{border-color:var(--blue-strong);outline:none}.questions-topic-dropdown-trigger>span{gap:1px;min-width:0;display:grid}.questions-topic-dropdown-trigger small{color:#90a0b7;font-size:11px;font-weight:700}.questions-topic-dropdown-trigger strong{color:#071027;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.questions-topic-dropdown-trigger>svg{color:var(--blue-strong);flex:none}.questions-topic-dropdown-menu{z-index:6;background:#fff;border:1px solid #bed8f6eb;border-radius:10px;gap:2px;max-height:220px;padding:6px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #12274c29}.questions-topic-dropdown-menu button{color:#26364b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:8px 10px;font-size:13px;font-weight:700;display:flex}.questions-topic-dropdown-menu button>svg{flex:none}.questions-topic-dropdown-menu button:hover,.questions-topic-dropdown-menu button:focus-visible{background:#f0f6ff;outline:none}.questions-topic-dropdown-menu button.is-active{background:var(--blue-strong);color:#fff}.questions-topic-dropdown-backdrop{z-index:240;background:0 0;position:fixed;inset:0}.questions-topic-dropdown-menu.is-portaled{z-index:241;position:fixed}.questions-topic-chip-row{flex-wrap:wrap;gap:8px;display:flex}.questions-topic-chip-row button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6eb;border-radius:8px;align-items:center;gap:4px;min-height:38px;padding:0 16px;font-size:13px;font-weight:780;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex;box-shadow:-3px -3px 7px #ffffffd1,3px 3px 8px #12274c1a}.questions-topic-chip-row button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.questions-topic-chip-row button.is-selected,.questions-topic-chip-row button.is-active{border-color:var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f);box-shadow:-3px -3px 8px #ffffffb3,4px 4px 10px #07f3}.questions-topic-chip-row button.is-selected-outline{border-color:var(--blue-strong);color:var(--blue-strong);box-shadow:none;background:#eaf4ff}.questions-topic-chip-row button:hover,.questions-topic-chip-row button:focus-visible{border-color:var(--blue-strong);color:var(--blue-strong);outline:none;transform:translateY(-1px);box-shadow:-1px -1px 5px #ffffffb8,1px 1px 6px #12274c24,inset -2px -2px 5px #fffffff0,inset 2px 2px 5px #0077ff1a}.questions-topic-chip-row button.is-selected:hover,.questions-topic-chip-row button.is-active:hover,.questions-topic-chip-row button.is-selected:focus-visible,.questions-topic-chip-row button.is-active:focus-visible{color:#fff;box-shadow:-1px -1px 5px #ffffff8f,1px 1px 6px #0077ff38,inset -2px -2px 5px #ffffff47,inset 2px 2px 5px #002a7333}.questions-topic-chip-row button.is-selected-outline:hover,.questions-topic-chip-row button.is-selected-outline:focus-visible{color:var(--blue-strong);box-shadow:none;background:#dcedff}.questions-topic-chip-row button:active{transform:translateY(0)}.questions-topic-session-list{gap:6px;display:grid}.questions-topic-session-list article{background:#fff;border:1px solid #d6e1f0eb;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;padding:6px 8px;display:grid}.questions-topic-session-list span,.questions-topic-session-list strong,.questions-topic-session-list small{min-width:0;display:block}.questions-topic-session-list strong{color:#071027;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:840;overflow:hidden}.questions-topic-session-list small{color:#607087;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:650;overflow:hidden}.questions-topic-session-list button{min-height:26px;color:var(--blue-strong);cursor:pointer;background:#fff;border:1px solid #bed8f6eb;border-radius:7px;padding:0 10px;font-size:9px;font-weight:850;transition:border-color .18s,background-color .18s}.questions-topic-session-list button:hover,.questions-topic-session-list button:focus-visible{border-color:var(--blue-strong);background:#f7fbff;outline:none}.questions-topic-suggestion{color:#526174;background:#f2f8ff;border:1px solid #d6e1f0e6;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:7px;margin:0;padding:7px 8px;font-size:12px;line-height:1.4;display:grid}.questions-topic-suggestion svg,.questions-topic-suggestion strong{color:var(--blue-strong)}.questions-topic-detail footer{gap:8px;display:flex}.questions-topic-detail footer button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #bed8f6eb;border-radius:8px;flex:1 1 0;min-height:34px;padding:0 14px;font-size:13px;font-weight:820;transition:border-color .18s,background-color .18s,filter .18s}.questions-topic-detail footer button:hover,.questions-topic-detail footer button:focus-visible{border-color:var(--blue-strong);background:#f7fbff;outline:none}.questions-topic-detail footer button:last-child{border-color:var(--blue-strong);color:#fff;background:linear-gradient(#1f91ff,#07f)}.questions-topic-detail footer button:last-child:hover,.questions-topic-detail footer button:last-child:focus-visible{filter:brightness(1.05)}.questions-topic-detail footer button:last-child:disabled{color:#93a3ba;cursor:not-allowed;filter:none;background:#e7eef7;border-color:#bed8f6eb}.questions-session-map{gap:9px;padding:12px}.questions-session-map h2{font-size:13px}.questions-session-map h2>svg{width:16px;height:16px}.questions-sm2-donuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.questions-sm2-donut{justify-items:center;gap:6px;display:grid}.questions-sm2-donut-ring{aspect-ratio:1;background:conic-gradient(var(--sm2-color,#07f) 0 var(--sm2-percent,0%), #e7eef7 var(--sm2-percent,0%) 100%);border-radius:999px;place-items:center;width:100%;line-height:1;display:grid;position:relative}.questions-sm2-donut-ring:before{border-radius:inherit;content:"";background:#fff;position:absolute;inset:14%}.questions-sm2-donut-ring em{z-index:1;color:var(--sm2-color,#07f);text-align:center;font-size:13px;font-style:normal;font-weight:850;line-height:1.15;position:relative}.questions-sm2-donut>strong{color:#071027;font-size:13px;font-weight:850}.questions-sm2-donut-ring.is-red{--sm2-color:#ef4444}.questions-sm2-donut-ring.is-orange{--sm2-color:#ff8a1f}.questions-sm2-donut-ring.is-blue{--sm2-color:#07f}.questions-sm2-donut-ring.is-green{--sm2-color:#13a36e}.questions-session-map{grid-row:2;align-self:end}.questions-performance>div{grid-template-columns:96px 1fr 1fr;align-items:center;gap:10px;display:grid}.questions-performance{grid-row:3;align-self:end}.questions-performance>div>span{color:#071027;border-left:1px solid #d6e1f0eb;justify-items:center;gap:4px;font-size:13px;display:grid}.questions-performance>div>span:first-child{border-left:0}.questions-performance strong{font-size:13px;line-height:1}.questions-performance>div>span:nth-child(2) strong{color:#0f9b63}.questions-performance>div>span:nth-child(3) strong{color:var(--red)}.questions-performance-ring{background:conic-gradient(from 180deg, var(--blue-strong) 0 var(--performance-percent,0%), #e7eef7 var(--performance-percent,0%) 100%);border-radius:999px;place-items:center;width:66px;height:66px;line-height:1;display:grid;position:relative}.questions-performance-ring:before{border-radius:inherit;content:"";background:#fff;position:absolute;inset:8px}.questions-performance-ring strong{z-index:1;font-size:13px;position:relative}@media (max-width:1280px){.questions-workspace{grid-template-columns:minmax(0,1fr) 330px;gap:18px}.questions-filter-row{grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px}.questions-filter-row span{grid-column:1/-1;justify-self:start}}@media (max-width:1040px){.questions-page{overflow:auto}.questions-workspace{grid-template-columns:1fr;height:auto}.questions-rail{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.questions-topic-panel{grid-column:1/-1}.questions-session-map,.questions-performance{grid-row:auto;align-self:stretch}}@media (max-width:760px){.questions-page{padding:16px}.questions-filter-row,.questions-rail,.questions-progress-row{grid-template-columns:1fr}.question-options button{grid-template-columns:44px minmax(0,1fr);min-height:44px;padding:8px 10px}.question-options em{grid-column:2;justify-self:start}}.main-area:has(.dashboard-v2) .topbar{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);gap:12px;padding:0 12px 0 16px;display:grid}.main-area:has(.dashboard-v2) .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics);flex:0 0 var(--easy-right-rail-width);width:var(--easy-right-rail-width);justify-content:stretch;gap:10px;display:grid}.main-area:has(.dashboard-v2) .metric-chip{gap:8px;width:100%;min-width:0;min-height:44px;padding:6px 10px}:is(.main-area:has(.dashboard-v2) .metric-chip-trend,.main-area:has(.dashboard-v2) .metric-chip-ring,.main-area:has(.dashboard-v2) .metric-chip-plain){min-width:0}.main-area:has(.dashboard-v2) .metric-icon{width:26px;height:26px}.main-area:has(.dashboard-v2) .metric-chip span:not(.metric-icon){font-size:9px}.main-area:has(.dashboard-v2) .metric-chip strong{font-size:14px}@media (min-width:1041px){.dashboard-v2{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)}.dashboard-rail-v2{grid-template-rows:minmax(0,.94fr) minmax(0,.86fr) minmax(0,1.2fr);height:100%}.dashboard-rail-v2 .rail-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.dashboard-rail-v2 .rail-link{margin-top:auto}.dashboard-rail-v2 .rail-panel:first-child,.dashboard-rail-v2 .rail-panel:nth-child(3){padding:9px 10px}.dashboard-rail-v2 .rail-panel:nth-child(3) .rail-panel-title{margin-bottom:6px}.dashboard-rail-v2 .rail-panel:nth-child(3) .rail-link{margin-top:auto}.dashboard-rail-v2 .radar-bars{gap:3px}.dashboard-rail-v2 .radar-row small{font-size:8px}.dashboard-rail-v2 .assessment-list.v2{flex:1;align-content:start;gap:4px;min-height:0;display:grid}.dashboard-rail-v2 .assessment-list.v2 .assessment-item{padding-bottom:4px}}.main-area:has(.flashcards-page){overflow:hidden}.main-area:has(.flashcards-page) .topbar{justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 44px;display:flex}.main-area:has(.flashcards-page) .topbar-greeting{display:block}.main-area:has(.flashcards-page) .topbar-actions{display:flex}.flashcards-page{height:calc(100vh - 78px);padding:18px 26px 22px 28px;overflow:hidden}.flashcards-workspace{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);grid-template-rows:minmax(0,1fr);align-items:stretch;gap:26px;height:100%;min-height:0;display:grid}.flashcards-main-column{grid-template-rows:auto minmax(0,1fr) auto;gap:8px;min-width:0;min-height:0;display:grid;overflow:hidden}.flashcards-session h2{color:#071027;letter-spacing:0;margin:0;font-size:20px;font-weight:950;line-height:1.08}.flashcards-session-subtitle{color:#536176;margin:2px 0 0;font-size:13px;font-weight:600;line-height:1.45}.flashcards-filter-row{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;margin-bottom:12px;padding:14px 0;display:flex}.flashcards-counter-bar{background:0 0;border:0;flex:auto;align-items:center;gap:12px;min-width:0;height:40px;padding:0 4px;display:flex}.flashcards-filter-row .flashcards-counter-bar>span{box-shadow:none;color:#000;white-space:nowrap;background:0 0;border:0;border-radius:0;flex:none;padding:0;font-size:13px;font-weight:700}.flashcards-filter-row .flashcards-counter-bar>span strong{color:#000;font-weight:850}.flashcards-counter-bar>i{background:#d5e2f2;border:1px solid #bed8f6e6;border-radius:999px;flex:auto;height:6px;display:block;overflow:hidden}.flashcards-counter-bar>i>b{border-radius:inherit;background:linear-gradient(#1f91ff,#07f);height:100%;transition:width .2s;display:block}.study-timer{align-items:center;gap:8px;display:inline-flex}.caderno-timer-slot{flex:auto;justify-content:center;align-items:flex-end;min-height:190px;margin-top:5px;padding-bottom:12px;display:flex}.study-timer .study-timer-pill{color:#1f2b42;font-variant-numeric:tabular-nums;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;background:#eef2f7;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:140px;height:56px;padding:0 10px;font-size:42px;font-weight:900;transition:box-shadow .15s,color .15s;display:inline-flex;box-shadow:-4px -4px 8px #ffffffe6,4px 4px 10px #a3b1c680}.study-timer-icon{color:#6b7a93;flex-shrink:0}.study-timer .study-timer-pill.is-editable{cursor:text}.study-timer .study-timer-pill.is-editable:hover{box-shadow:-3px -3px 7px #ffffffe6,3px 3px 9px #0077ff38,inset 0 0 0 1px #0077ff29}.study-timer-display-input{width:140px;color:inherit;font:inherit;text-align:center;background:0 0;border:0;outline:none}.study-timer-menu-wrap{flex-shrink:0;position:relative}.study-timer-icon-button{color:#6b7a93;cursor:pointer;background:#eef2f7;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:box-shadow .15s,color .15s;display:inline-flex;box-shadow:-3px -3px 6px #ffffffe6,3px 3px 8px #a3b1c680}.study-timer-icon-button:hover,.study-timer-icon-button.is-open{color:var(--blue-strong);box-shadow:-3px -3px 6px #ffffffe6,3px 3px 8px #0077ff38,inset 0 0 0 1px #0077ff29}.study-timer-menu{z-index:40;background:#fff;border:1px solid #82b0ff61;border-radius:10px;gap:2px;min-width:200px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 40px #0f172a29}.study-timer-menu button{color:#26364b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;padding:8px 10px;font-size:13px;font-weight:750;display:flex}.study-timer-menu button:hover,.study-timer-menu button:focus-visible{background:#eef6ff;outline:none}.study-timer-menu button.is-selected{color:var(--blue-strong);background:#eef6ff}.dashboard-create-step-presets{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.dashboard-create-step-presets button{color:#26364b;cursor:pointer;background:#fff;border:1px solid #d6e1f0f5;border-radius:9px;padding:10px 8px;font-size:13px;font-weight:750}.dashboard-create-step-presets button.is-selected{border-color:var(--blue-strong);color:var(--blue-strong);background:#eef6ff}.dashboard-create-step-goal{color:#536580;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.dashboard-create-step-goal input{color:#26364b;border:1px solid #d6e1f0f5;border-radius:9px;padding:9px 10px;font-size:14px;font-weight:750}.study-timer-menu .study-timer-menu-divider{border-top:1px solid #d6e1f0eb;height:0;min-height:0;margin:4px 2px}.study-timer-icon-battery{flex-shrink:0;align-items:center;gap:1px;display:inline-flex}.study-timer-icon-battery-track{background:#fff;border:1.6px solid #26364b;border-radius:2.5px;width:21px;height:12px;display:block;position:relative;overflow:hidden}.study-timer-icon-battery-terminal{background:#26364b;border-radius:0 1.5px 1.5px 0;width:2.5px;height:6px;display:block}.study-timer-icon-battery-track b{background:linear-gradient(90deg,#22c55e,#16a34a);border:0;min-width:2px;height:100%;transition:width .4s,background .4s;display:block}.study-timer-icon-battery.is-running .study-timer-icon-battery-track b{background:linear-gradient(90deg,#1f91ff,#07f)}.study-timer .study-timer-pill.is-running{box-shadow:-3px -3px 7px #ffffffe6,3px 3px 9px #0077ff38,inset 0 0 0 1px #0077ff29}.study-timer .study-timer-action{color:#42506b;cursor:pointer;background:#eef2f7;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:box-shadow .15s,color .15s,opacity .15s;display:inline-flex;box-shadow:-3px -3px 6px #ffffffe6,3px 3px 8px #a3b1c680}.study-timer .study-timer-action:hover:not(:disabled){color:var(--blue-strong)}.study-timer .study-timer-reset{color:#ff3b30}.study-timer .study-timer-reset:hover:not(:disabled){color:#ff3b30;box-shadow:-3px -3px 6px #ffffffe6,3px 3px 8px #ff3b304d,inset 0 0 0 1px #ff3b3047}.study-timer .study-timer-action:active:not(:disabled){box-shadow:inset -2px -2px 4px #ffffffd9,inset 2px 2px 4px #a3b1c68c}.study-timer .study-timer-action:disabled{color:var(--blue-strong);cursor:not-allowed;opacity:.45;box-shadow:inset -2px -2px 4px #ffffffd9,inset 2px 2px 4px #a3b1c68c}.flashcards-filter-row button,.flashcards-filter-row span,.flashcards-queue-panel>button,.flashcards-next-panel button,.flashcards-next-panel a{border-radius:var(--radius);min-height:42px;color:var(--blue-strong);background:#ffffffeb;border:1px solid #bed8f6eb;font-size:12px;font-weight:750;transition:border-color .16s,background .16s,box-shadow .16s,color .16s,transform .14s;box-shadow:-4px -4px 9px #ffffffe0,4px 5px 12px #12274c1f}.flashcards-filter-row button,.flashcards-filter-row span{white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.flashcards-filter-row span{color:#506079}.flashcards-filter-row span strong{color:var(--ink)}.flashcards-filter-row .is-warning{color:#ff6b00}.flashcards-filter-row .is-filter-action{border-radius:var(--radius);border:1px solid #bed8f6e6;justify-self:end;gap:9px;width:auto;min-height:40px;padding:1px 6px;font-size:14px;font-weight:750}.flashcards-filter-row .is-popover-source{z-index:90;background:linear-gradient(#fffffffc,#f0f7fffc);border-color:#0077ffa8;position:relative;box-shadow:0 16px 34px #087bff2e,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c1a}.flashcards-filter-row .is-behind-blur{visibility:hidden}.flashcards-filter-spotlight-button{z-index:221;white-space:nowrap;border-radius:var(--radius);color:var(--blue-strong);cursor:pointer;background:linear-gradient(#fffffffc,#f0f7fffc);border:1px solid #0077ffa8;justify-content:center;align-items:center;gap:7px;margin:0;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex;position:fixed;box-shadow:0 16px 34px #087bff2e,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c1a}.flashcards-filter-row button:hover,.flashcards-filter-row button:focus-visible,.flashcard-result-actions-clean button:hover,.flashcard-result-actions-clean button:focus-visible,.flashcards-queue-panel>button:hover,.flashcards-queue-panel>button:focus-visible,.flashcards-next-panel button:hover,.flashcards-next-panel button:focus-visible,.flashcards-next-panel a:hover,.flashcards-next-panel a:focus-visible{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ff94;outline:none;transform:translateY(1px);box-shadow:-1px -1px 5px #ffffffbf,1px 2px 7px #12274c29,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c24}.flashcards-progress-row{color:#33445f;grid-template-columns:150px minmax(0,1fr) 44px;align-items:center;gap:18px;margin-top:14px;font-size:14px;font-weight:790;display:grid}.flashcards-progress-row i{box-sizing:border-box;background:#e8eef7;border:1px solid #a9c9ef;border-radius:999px;height:9px;display:block;overflow:hidden}.flashcards-progress-row i b{border-radius:inherit;background:var(--blue-strong);height:100%;display:block}.flashcards-progress-row em{color:#33445f;white-space:nowrap;justify-self:end;font-size:14px;font-style:normal;font-weight:790}.flashcards-progress-row strong{color:#33445f;white-space:nowrap;font-size:14px;font-weight:790}.flashcard-study-card{place-items:center;min-height:0;display:grid;position:relative;overflow:visible}.flashcards-preview-shell{justify-items:center;width:100%;min-width:0;margin-top:30px;display:grid}.flashcards-preview-stage{isolation:isolate;perspective:1200px;width:min(560px,40vw);height:430px;margin:0 auto;position:relative;overflow:visible}.flashcards-preview-card{transform-origin:50%;backface-visibility:hidden;will-change:transform, opacity, filter;background:radial-gradient(circle at 50% 42%,#ebf5ffc2,#0000 50%),linear-gradient(145deg,#fff 0%,#f8fbff 100%);border:1px solid #588dff42;border-radius:24px;grid-template-rows:40px minmax(168px,1fr) 52px 60px;align-items:center;row-gap:12px;width:100%;height:100%;padding:32px 42px 34px;transition:transform .92s cubic-bezier(.22,1,.36,1),opacity .72s,filter .72s,box-shadow .72s;display:grid;position:absolute;inset:0;overflow:hidden;box-shadow:0 28px 70px #264ea021,inset 0 1px #fffffff2}.flashcards-preview-card-center{z-index:5;opacity:1;width:112%;height:114%;inset:50% auto auto 50%;transform:translate(-50%,calc(-50% - 22px))rotate(0);position:absolute!important}.flashcards-preview-card-left,.flashcards-preview-card-right{z-index:1;opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale(.08)saturate(.92);box-shadow:0 30px 80px #0f172a14}.flashcards-preview-card-left{transform:translate(-54%)translateY(18px)scale(.82)rotate(-8deg)}.flashcards-preview-card-right{transform:translate(54%)translateY(18px)scale(.82)rotate(8deg)}.flashcards-preview-card-left:after,.flashcards-preview-card-right:after{content:"";border-radius:inherit;pointer-events:none;background:#ffffff1f;position:absolute;inset:0}.flashcards-preview-stage.is-moving-next .flashcards-preview-card-center{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-center-from-right}.flashcards-preview-stage.is-moving-next .flashcards-preview-card-left{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-center-to-left}.flashcards-preview-stage.is-moving-next .flashcards-preview-card-right{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-next-card-settle}.flashcards-preview-stage.is-moving-previous .flashcards-preview-card-center{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-center-from-left}.flashcards-preview-stage.is-moving-previous .flashcards-preview-card-right{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-center-to-right}.flashcards-preview-stage.is-moving-previous .flashcards-preview-card-left{animation:.9s cubic-bezier(.22,1,.36,1) both flashcards-previous-card-settle}@keyframes flashcards-center-from-right{0%{opacity:.74;filter:grayscale(.08)saturate(.92);transform:translate(18%,calc(-50% - 2px))rotate(8deg)scale(.86)}to{opacity:1;filter:none;transform:translate(-50%,calc(-50% - 22px))rotate(0)scale(1)}}@keyframes flashcards-center-from-left{0%{opacity:.74;filter:grayscale(.08)saturate(.92);transform:translate(-118%,calc(-50% - 2px))rotate(-8deg)scale(.86)}to{opacity:1;filter:none;transform:translate(-50%,calc(-50% - 22px))rotate(0)scale(1)}}@keyframes flashcards-center-to-left{0%{z-index:4;opacity:1;filter:none;transform:translate(0)translateY(-4px)scale(1.1)rotate(0)}to{z-index:1;opacity:.72;filter:grayscale(.08)saturate(.92);transform:translate(-54%)translateY(18px)scale(.82)rotate(-8deg)}}@keyframes flashcards-center-to-right{0%{z-index:4;opacity:1;filter:none;transform:translate(0)translateY(-4px)scale(1.1)rotate(0)}to{z-index:1;opacity:.72;filter:grayscale(.08)saturate(.92);transform:translate(54%)translateY(18px)scale(.82)rotate(8deg)}}@keyframes flashcards-next-card-settle{0%{opacity:0;transform:translate(86%)translateY(28px)scale(.72)rotate(12deg)}to{opacity:.72;transform:translate(54%)translateY(18px)scale(.82)rotate(8deg)}}@keyframes flashcards-previous-card-settle{0%{opacity:0;transform:translate(-86%)translateY(28px)scale(.72)rotate(-12deg)}to{opacity:.72;transform:translate(-54%)translateY(18px)scale(.82)rotate(-8deg)}}.flashcard-main-card{cursor:pointer;transform-style:preserve-3d;perspective:1200px;--flashcard-flip-y:0deg;--flashcard-tilt-x:0deg;--flashcard-tilt-y:0deg;--flashcard-shadow-x:0px;--flashcard-shadow-y:28px;--flashcard-light-x:50%;--flashcard-light-y:50%;--flashcard-light-opacity:0;border:0;padding:0;display:block;position:relative;overflow:visible;box-shadow:none!important;background:0 0!important}.flashcard-main-card.is-flipped{--flashcard-flip-y:180deg}.flashcard-main-tilt{width:100%;height:100%;transform:rotateX(var(--flashcard-tilt-x)) rotateY(var(--flashcard-tilt-y)) translateZ(28px) scale(1.018);transform-style:preserve-3d;will-change:transform;border-radius:24px;transition:transform 90ms ease-out,filter .14s;position:relative;overflow:visible}.flashcard-main-card:hover .flashcard-main-tilt{filter:saturate(1.06)contrast(1.035)}.flashcard-main-card-inner{border-radius:inherit;width:100%;height:100%;transform:rotateY(var(--flashcard-flip-y));transform-style:preserve-3d;will-change:transform;transition:transform 1.1s cubic-bezier(.22,1,.36,1);position:relative;overflow:visible}.flashcard-main-face{box-shadow:var(--flashcard-shadow-x) var(--flashcard-shadow-y) 76px #183e803d, 0 10px 26px #0071f124, inset 0 1px 0 #fffffff2;backface-visibility:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;background:radial-gradient(circle at 50% 42%,#ebf5ffc2,#0000 50%),linear-gradient(145deg,#fff 0%,#f8fbff 100%);border:1px solid #588dff42;border-radius:24px;grid-template-rows:40px minmax(190px,1fr) 58px;align-items:center;row-gap:18px;padding:32px 42px 34px;display:grid;position:absolute;inset:0;overflow:hidden;transform:translateZ(0)}.flashcard-main-face-back{background:radial-gradient(circle at 50% 42%,#e8f9ffcc,#0000 52%),linear-gradient(145deg,#fff 0%,#f3f9ff 100%);transform:rotateY(180deg)translateZ(0)}.flashcard-main-light{z-index:0;border-radius:inherit;background:radial-gradient(circle at var(--flashcard-light-x) var(--flashcard-light-y), #6cd0ff38 0 7%, #ffffff2e 13%, transparent 28%), linear-gradient(112deg, transparent 24%, #08173033 34%, #ffffffc7 46%, #ffffff38 51%, #007aff33 63%, transparent 76%);opacity:calc(var(--flashcard-light-opacity) * .62);pointer-events:none;mix-blend-mode:screen;transition:opacity .18s;position:absolute;inset:0;overflow:hidden;transform:translateZ(2px)}.flashcard-main-card-header,.flashcard-main-question-area,.flashcard-main-hint{z-index:2;position:relative}.flashcard-main-card-header{justify-content:space-between;align-items:center;gap:12px;width:100%;height:40px;padding:0;display:flex}.flashcard-main-chip{color:#0071f1;white-space:nowrap;background:#ffffffbd;border:1px solid #588dff38;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:fit-content;max-width:48%;min-height:34px;padding:0 16px;font-size:12px;font-weight:900;display:inline-flex}.flashcard-main-chip i{background:currentColor;border-radius:999px;width:10px;height:10px}.flashcard-main-question-area{place-items:center;width:100%;min-height:0;display:grid;overflow:hidden}.flashcard-main-question{color:#101827;text-align:center;letter-spacing:0;overflow-wrap:anywhere;max-width:470px;margin:0 auto;font-size:clamp(27px,1.65vw,36px);font-weight:800;line-height:1.18}.flashcards-preview-card-left .flashcard-main-question,.flashcards-preview-card-right .flashcard-main-question{color:#0f172a99;max-width:360px;font-size:clamp(20px,1.45vw,27px);font-weight:800;line-height:1.18}.flashcards-preview-card-left .flashcard-main-hint,.flashcards-preview-card-right .flashcard-main-hint{color:#3f5276cc;width:min(100%,340px);font-size:11px}.flashcard-main-hint{color:#51688f;text-align:center;background:#f7fbffeb;border:1px solid #588dff33;border-radius:14px;justify-content:center;justify-self:center;align-items:center;gap:10px;width:min(100%,430px);height:50px;min-height:50px;padding:8px 16px;font-size:12px;font-weight:800;line-height:1.35;display:flex}.flashcards-preview-nav{z-index:8;justify-content:center;align-items:center;gap:16px;margin-top:44px;display:flex;position:relative}.flashcards-preview-nav button{color:#087bff;cursor:pointer;background:#fffffff0;border:1px solid #007aff38;border-radius:999px;place-items:center;width:46px;height:46px;line-height:1;transition:box-shadow .18s,transform .18s;display:grid;box-shadow:0 18px 34px #0f172a14,inset 0 1px #ffffffe6}.flashcards-preview-nav button:hover,.flashcards-preview-nav button:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 22px 42px #0f172a1a,inset 0 1px #fffffff2}.flashcard-result-actions-clean{grid-template-columns:repeat(4,minmax(136px,190px));justify-content:center;align-items:center;gap:24px;width:min(72%,820px);margin:0 auto 24px;display:grid}.flashcard-result-actions-clean button{white-space:nowrap;background:#ffffffe6;border-width:2px;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:46px;padding:0 14px;font-size:14px;font-weight:900;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 14px 30px #264ea00f}.flashcard-result-actions-clean button svg{flex-shrink:0;width:15px;height:15px}.flashcard-result-actions-clean .is-red{color:#f04438;border-color:#ff4d4f73}.flashcard-result-actions-clean .is-orange{color:#ff6b00;border-color:#ff6b0073}.flashcard-result-actions-clean .is-blue{color:var(--blue-strong);border-color:#0077ff73}.flashcard-result-actions-clean .is-green{color:#079455;border-color:#00ab6973}.flashcard-result-actions-clean .is-selected{background:#f0f7fffa;box-shadow:inset -2px -2px 5px #fffffff2,inset 2px 2px 6px #12274c21}.flashcards-rail{flex-direction:column;align-self:stretch;gap:10px;height:100%;min-height:0;display:flex;overflow:hidden auto}.flashcards-panel{background:#ffffffed;border:1px solid #bed8f6eb;border-radius:12px;flex-direction:column;min-height:0;padding:11px 13px;display:flex;overflow:visible;box-shadow:0 12px 28px #0c57b40d}.flashcards-deck-panel{flex:1 0 auto;justify-content:flex-start}.flashcards-queue-panel{flex:1.1 1 0}.flashcards-queue-head{justify-content:space-between;align-items:center;gap:12px;margin:0 0 8px;display:flex}.flashcards-queue-title{align-items:center;gap:8px;min-width:0;display:flex}.flashcards-queue-title svg{width:19px;height:19px;color:var(--blue-strong);flex-shrink:0}.flashcards-queue-title h2{white-space:nowrap;min-width:0;margin:0}.flashcards-performance-panel{flex:1 0 auto}.flashcards-next-panel{flex:1 1 0}.flashcards-composition-panel{flex:auto}.flashcards-rail .questions-session-map{flex:1 0 auto;grid-row:auto;align-self:auto;min-height:0}.flashcards-panel h2{color:var(--ink);align-items:center;gap:8px;margin:0 0 8px;font-size:16px;font-weight:900;display:flex}.flashcards-panel h2>svg{width:19px;height:19px;color:var(--blue-strong)}.flashcards-panel h2 span{color:#079455;background:#daf7e5eb;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:900}.flashcards-deck-panel dl{flex:1;align-content:center;gap:7px;margin:0;padding:2px 0 0;display:grid}.flashcards-deck-panel div{gap:2px;display:grid}.flashcards-deck-panel dt{color:#6b7a93;font-size:13px;font-weight:720;line-height:1.15}.flashcards-deck-panel dd{color:var(--ink);margin:0;font-size:15px;font-weight:860;line-height:1.2}.flashcards-queue-panel>button,.flashcards-next-panel button,.flashcards-next-panel a{flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:34px;text-decoration:none;display:inline-flex}.flashcards-queue-panel>div,.flashcards-performance-panel>div{grid-template-columns:66px 1fr;align-items:center;gap:10px;display:grid}.flashcards-ring{background:radial-gradient(circle at center, #fff 0 58%, transparent 59%), conic-gradient(from 180deg, var(--blue-strong) 0 58%, #e7eef7 58% 100%);color:#52627b;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;width:62px;height:62px;font-size:10px;font-weight:720;display:inline-flex}.flashcards-ring strong{color:var(--ink);font-size:16px;line-height:1}.flashcards-queue-panel ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.flashcards-queue-panel li{color:#344054;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:11px;font-weight:820;display:grid}.flashcards-queue-panel li span{border-radius:999px;width:11px;height:11px}.flashcards-queue-panel li.is-blue span{background:var(--blue-strong)}.flashcards-queue-panel li.is-orange span{background:#ff7a00}.flashcards-queue-panel li.is-red span{background:#f04438}.flashcards-queue-panel li em{color:#42526b;font-style:normal}.flashcards-queue-panel>button{margin-top:auto}.flashcards-queue-panel>button.is-active{color:var(--blue-strong);background:linear-gradient(#f8fbff,#edf6ff);border-color:#0077ff9e;box-shadow:inset -2px -2px 5px #ffffffeb,inset 2px 2px 5px #12274c1f,0 10px 22px #0077ff1f}.flashcards-composition-panel ul{flex:auto;gap:6px;min-height:0;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.flashcards-composition-panel li{color:#344054;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:11px;font-weight:820;display:grid}.flashcards-composition-panel li strong{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-weight:820;overflow:hidden}.flashcards-composition-panel li span{border-radius:999px;flex-shrink:0;width:11px;height:11px}.flashcards-composition-panel li em{color:#42526b;white-space:nowrap;font-style:normal}.flashcards-composition-panel p{color:#90a0b7;margin:0;font-size:11px;font-weight:700}.flashcards-recovery-indicator{color:#c45700;white-space:nowrap;background:#fff4e5eb;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;width:fit-content;margin:0 0 0 auto;padding:4px 8px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.flashcards-performance-panel>div{grid-template-columns:66px 1fr 1fr}.flashcards-performance-panel>div>span:not(.flashcards-ring){color:#52627b;border-left:1px solid #cde0f7e6;justify-items:center;font-size:11px;font-weight:720;display:grid}.flashcards-performance-panel>div>span:not(.flashcards-ring) strong{color:var(--blue-strong);font-size:16px}.flashcards-performance-panel>div>span:last-child strong{color:#f04438}.flashcards-performance-panel p,.flashcards-recommendation-card{margin:auto 0 0}.flashcards-recommendation-card{color:#53657f;text-align:left;cursor:pointer;background:#f3f7ff;border:0;border-radius:10px;width:100%;padding:7px 9px;font-size:11px;font-weight:650;line-height:1.32;transition:background .15s,color .15s;display:block}.flashcards-recommendation-card:hover,.flashcards-recommendation-card:focus-visible{color:#30486b;outline-offset:2px;background:#eaf3ff;outline:2px solid #0077ff2e}.flashcards-rail-secondary-action{border-radius:var(--radius);min-height:30px;color:var(--blue-strong);cursor:pointer;background:#ffffffeb;border:1px solid #bed8f6eb;justify-content:center;align-items:center;font-size:11px;font-weight:750;display:inline-flex;box-shadow:-3px -3px 8px #fffc,3px 4px 10px #12274c1a}.flashcards-rail-secondary-action:hover,.flashcards-rail-secondary-action:focus-visible{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ff94;outline:none}.flashcards-next-panel strong{color:var(--ink);font-size:13px;font-weight:900;display:block}.flashcards-next-panel span{color:#52627b;margin:2px 0 8px;font-size:11px;font-weight:720;display:block}.flashcards-next-panel button,.flashcards-next-panel a{margin-top:auto}.flashcards-rail-modal-overlay{z-index:94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a3d;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.flashcards-rail-modal{background:#fffffffa;border:1px solid #bed8f6f2;border-radius:14px;gap:14px;width:min(420px,100vw - 40px);padding:16px;display:grid;box-shadow:0 24px 70px #0f172a2e}.flashcards-rail-modal header{justify-content:space-between;align-items:center;gap:12px;display:flex}.flashcards-rail-modal h2{color:var(--ink);margin:0;font-size:17px;font-weight:920}.flashcards-rail-modal header button{color:#52627b;cursor:pointer;background:#fff;border:1px solid #cde0f7e6;border-radius:9px;place-items:center;width:34px;height:34px;display:inline-grid}.flashcards-rail-analysis-grid{gap:8px;display:grid}.flashcards-rail-analysis-metric,.flashcards-recommendation-detail{background:#f8fbff;border:1px solid #d8e5f6f2;border-radius:10px;gap:4px;padding:10px 11px;display:grid}.flashcards-rail-analysis-metric span,.flashcards-recommendation-detail span{color:#65758d;font-size:11px;font-weight:760}.flashcards-rail-analysis-metric strong,.flashcards-recommendation-detail strong{color:var(--ink);font-size:14px;font-weight:900}.flashcards-recommendation-detail p{color:#33445f;margin:0 0 6px;font-size:13px;font-weight:700;line-height:1.35}.flashcards-rail-modal-actions button{color:#33445f;cursor:pointer;background:#fff;border:1px solid #bed8f6f2;border-radius:9px;min-height:36px;font-size:12px;font-weight:850}.flashcards-rail-modal-actions button:last-child{color:#fff;background:linear-gradient(#168bff,#07f);border-color:#0077ff80}.flashcards-rail-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.flashcards-filter-modal-overlay{z-index:219;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a40;padding:16px;animation:.16s ease-out flashcards-filter-fade;display:block;position:fixed;inset:0;overflow:visible}.flashcards-filter-modal{top:var(--filter-popup-top,88px);left:var(--filter-popup-left,16px);z-index:220;width:min(820px,100vw - 80px);max-height:min(calc(100vh - 24px), calc(100vh - var(--filter-popup-top,88px) - 8px));background:radial-gradient(circle at 92% 0,#e6f2ffb8,#0000 34%),linear-gradient(#fffffffa,#fafdfffa);border:1px solid #5f97ff52;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;animation:.18s cubic-bezier(.22,1,.36,1) flashcards-filter-pop;display:grid;position:fixed;overflow:visible;box-shadow:0 30px 90px #0f172a33,inset 0 1px #fffffff5}.flashcards-filter-modal:before{top:-8px;left:var(--filter-caret-left,700px);content:"";z-index:0;background:#fffffffa;border-top:1px solid #5f97ff52;border-left:1px solid #5f97ff52;width:16px;height:16px;position:absolute;transform:translate(-50%)rotate(45deg)}.flashcards-filter-modal-header{grid-template-columns:38px 1fr 32px;align-items:start;gap:10px;padding:10px 18px 5px;display:grid}.flashcards-filter-modal-header h2{color:#111827;margin:0 0 3px;font-size:22px;font-weight:950;line-height:1.08}.flashcards-filter-modal-header p{color:#5a6b86;margin:1px 0 0;font-size:12.5px;font-weight:650;line-height:1.22}.flashcards-filter-modal-header>button{color:#0f172a;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.flashcards-filter-modal-body{gap:8px;min-height:0;padding:0 18px 8px;display:grid;overflow:hidden auto}.flashcards-filter-section{gap:4px;display:grid}.flashcards-filter-section h3,.flashcards-filter-section-title-row h3{color:#172033;margin:0;font-size:14.5px;font-weight:950}.flashcards-filter-limit-hint{color:#099250;margin-left:8px;font-size:12px;font-style:normal;font-weight:800}.flashcards-filter-section-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.flashcards-filter-section-title-row span{color:#099250;background:#d9f8e7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:950}.flashcards-filter-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;display:grid}.flashcards-filter-field-wrap{min-width:0;position:relative}.flashcards-filter-field{color:#52647f;text-align:left;cursor:pointer;background:#ffffffdb;border:1px solid #82b0ff61;border-radius:10px;grid-template-columns:26px 1fr 18px;align-items:center;gap:8px;width:100%;min-height:42px;padding:6px 9px;transition:box-shadow .18s,border-color .15s,background .15s,transform .15s;display:grid;box-shadow:0 8px 22px #0c57b40d}.flashcards-filter-field span{color:#63708a;gap:1px;min-width:0;font-size:12px;font-weight:800;display:grid}.flashcards-filter-topic-field{cursor:text;grid-template-columns:26px 1fr}.flashcards-filter-topic-field input{color:#111827;background:0 0;border:0;outline:0;width:100%;padding:0;font-family:inherit;font-size:14px;font-weight:950}.flashcards-filter-topic-field input::placeholder{color:#9aa7bd;font-weight:700}.flashcards-filter-field strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:950;overflow:hidden}.flashcards-filter-field>svg:last-child{color:#536783;transform:rotate(90deg)}.flashcards-filter-field:hover,.flashcards-filter-field:focus-visible,.flashcards-filter-field.is-open{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ffad;transform:translateY(-2px);box-shadow:-1px -1px 5px #ffffffbf,1px 2px 7px #12274c29,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c1a}.flashcards-filter-field:active{transform:translateY(0);box-shadow:0 4px 12px #0f172a14,inset 1px 1px 4px #12274c1f}.flashcards-filter-dropdown{z-index:6;overscroll-behavior:contain;background:#fff;border:1px solid #82b0ff75;border-radius:10px;gap:3px;max-height:220px;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0f172a24}.flashcards-filter-dropdown button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:32px;padding:0 8px;font-size:13px;font-weight:850;transition:background .15s}.flashcards-filter-dropdown button:hover,.flashcards-filter-dropdown button.is-selected{color:#087bff;background:#edf5ff}.flashcards-filter-dropdown button:disabled{color:#a9b4c4;cursor:not-allowed}.flashcards-filter-dropdown button:disabled:hover{background:0 0}.flashcards-filter-chip-row,.flashcards-filter-amount-grid{flex-wrap:wrap;gap:6px;display:flex}.flashcards-filter-type-row{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:8px;display:grid}.flashcards-filter-chip,.flashcards-filter-amount-grid button{color:#52647f;cursor:pointer;background:#ffffffe6;border:1px solid #82b0ff6b;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:0 9px;font-size:12px;font-weight:900;transition:box-shadow .18s,border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex}.flashcards-filter-type-row .flashcards-filter-chip{width:100%}.flashcards-filter-chip:hover,.flashcards-filter-chip:focus-visible,.flashcards-filter-amount-grid button:hover,.flashcards-filter-amount-grid button:focus-visible{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ff94;outline:none;transform:translateY(-2px);box-shadow:-1px -1px 5px #ffffffbf,1px 2px 7px #12274c29,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c1a}.flashcards-filter-chip.is-selected:hover,.flashcards-filter-chip.is-selected:focus-visible,.flashcards-filter-amount-grid button.is-selected:hover,.flashcards-filter-amount-grid button.is-selected:focus-visible{background:linear-gradient(#168cff 0%,#0872f1 100%);border-color:#0077ffd1;box-shadow:0 14px 28px #0077ff38,inset 0 1px #ffffff3d}.flashcards-filter-chip:active,.flashcards-filter-amount-grid button:active{transform:translateY(0);box-shadow:0 4px 12px #0f172a14}.flashcards-filter-chip:disabled{cursor:not-allowed;opacity:.45;box-shadow:none;transform:none}.flashcards-filter-chip.is-selected,.flashcards-filter-amount-grid button.is-selected{color:#fff;background:#0b7cff;border-color:#0077ffb8;box-shadow:0 12px 26px #0077ff2e}.flashcards-filter-amount-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.flashcards-filter-amount-grid button{min-height:46px;font-size:15px}.flashcards-filter-helper{color:#60718d;margin:0;font-size:12px;font-weight:650;line-height:1.22}.flashcards-filter-priority-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.flashcards-filter-priority-row .flashcards-filter-chip{width:100%;min-height:40px;font-size:13px}.flashcards-filter-preview{background:#ffffffd1;border:1px solid #cde0f7eb;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.flashcards-filter-preview-metric{color:#087bff;border-right:1px solid #cde0f7eb;grid-template-columns:28px auto 1fr;align-items:center;gap:7px;min-height:52px;padding:9px 12px;display:grid}.flashcards-filter-preview-metric:last-child{border-right:0}.flashcards-filter-preview-metric.is-red{color:#ff3b30}.flashcards-filter-preview-metric strong{color:#111827;font-size:20px;font-weight:950}.flashcards-filter-preview-metric span{color:#53647d;font-size:13px;font-weight:800;line-height:1.2}.flashcards-filter-summary-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.flashcards-filter-summary-tag{color:#0b3fd8;background:#eef4ff;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.flashcards-filter-modal-footer{border-top:1px solid #cde0f7b8;justify-content:space-between;align-items:center;gap:12px;padding:9px 18px 11px;display:flex;position:relative}.flashcards-filter-modal-footer button{border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:6px;width:auto;min-height:40px;font-size:13px;font-weight:750;transition:box-shadow .18s,border-color .15s,background .15s,transform .15s;display:inline-flex}.flashcards-filter-modal-footer .is-secondary{color:#52647f;background:#ffffffe0;border:1px solid #82b0ff75;padding-inline:18px}.flashcards-filter-modal-footer .is-primary{color:#fff;background:linear-gradient(#1088ff 0%,#0872f1 100%);border:0;padding-inline:22px;box-shadow:0 18px 36px #0071f138}.flashcards-filter-modal-footer button:hover,.flashcards-filter-modal-footer button:focus-visible{background:linear-gradient(#fffffffa,#f0f7fffa);border-color:#0077ff94;outline:none;transform:translateY(-2px);box-shadow:-1px -1px 5px #ffffffbf,1px 2px 7px #12274c29,inset -2px -2px 5px #fffffff2,inset 2px 2px 5px #12274c1a}.flashcards-filter-modal-footer .is-primary:hover,.flashcards-filter-modal-footer .is-primary:focus-visible{background:linear-gradient(#168cff 0%,#0872f1 100%);box-shadow:0 18px 36px #0071f142,inset 0 1px #ffffff3d}.flashcards-filter-modal-footer button:active{transform:translateY(0);box-shadow:0 4px 12px #0f172a14}.flashcards-filter-inline-feedback{color:#087bff;text-align:center;font-size:11px;font-weight:900;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.flashcards-filter-toast{z-index:90;color:#087bff;background:#fff;border:1px solid #82b0ff75;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;display:inline-flex;position:fixed;bottom:28px;right:28px;box-shadow:0 18px 40px #0f172a24}@keyframes flashcards-filter-fade{0%{opacity:0}}@keyframes flashcards-filter-pop{0%{opacity:0;transform:scale(.97)}}@media (max-width:1180px){.flashcards-page{height:auto;min-height:calc(100vh - 64px);overflow:visible}.flashcards-workspace{grid-template-columns:1fr}.flashcards-rail{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:761px) and (max-width:1024px){.flashcards-preview-nav{margin-top:28px;margin-bottom:12px}.flashcard-result-actions-clean{width:min(88%,820px)}}@media (max-width:760px){.flashcards-filter-row,.flashcard-result-actions-clean,.flashcards-rail{grid-template-columns:1fr}.flashcard-result-actions-clean{gap:12px;width:min(94%,420px)}.flashcards-preview-stage{width:min(100%,420px);height:auto;min-height:360px}.flashcard-main-face{grid-template-rows:auto minmax(140px,auto) auto;row-gap:12px;padding:22px 20px 24px}.flashcard-main-question-area{max-height:46vh;overflow-y:auto}.flashcard-main-question{max-width:100%;font-size:clamp(19px,6vw,26px)}.flashcard-main-hint{width:100%;height:auto;min-height:44px}.flashcards-preview-card-left,.flashcards-preview-card-right{opacity:0;visibility:hidden}.flashcards-preview-nav{margin-top:24px}}.dashboard-rail-v2,.chat-context-rail,.schedule-rail,.questions-rail,.flashcards-rail,.clinical-file-rail,.clinical-library-rail{width:var(--easy-right-rail-width);min-width:var(--easy-right-rail-width);max-width:var(--easy-right-rail-width);gap:var(--easy-right-rail-gap)}.dashboard-rail-v2>.rail-panel,.chat-context-rail>article,.schedule-rail>article,.questions-rail>article,.flashcards-rail>article,.clinical-file-rail>article,.clinical-library-rail>article{border:var(--easy-right-rail-border);border-radius:var(--easy-right-rail-radius);background:var(--easy-right-rail-background);width:100%;min-width:0;padding:var(--easy-right-rail-padding);box-shadow:0 12px 28px #0c57b40d}@media (max-width:1250px){.dashboard-rail-v2,.chat-context-rail,.schedule-rail,.questions-rail,.flashcards-rail,.clinical-file-rail,.clinical-library-rail{width:100%;min-width:0;max-width:none}}.dashboard-v2{background:radial-gradient(circle at 18% 8%,#fffffff5,#0000 34%),linear-gradient(145deg,#edf3f8,#dfe8f1)}:is(.dashboard-v2 .mission-panel,.dashboard-v2 .ai-insight-card,.dashboard-v2 .mastery-card,.dashboard-v2 .domain-tile,.dashboard-v2 .status-tile,.dashboard-v2 .mission-score-card,.dashboard-v2 .rail-panel,.main-area:has(.dashboard-v2) .metric-chip){background:linear-gradient(145deg,#f9fcff 0%,#e7eef6 72%,#dce6f0 100%);border-color:#ffffffe0;box-shadow:-10px -10px 20px #fffffffa,11px 13px 24px #4a658647,inset 2px 2px 2px #ffffffd6,inset -1px -1px 2px #6f89a61f}.dashboard-v2 .mission-panel,.dashboard-v2 .ai-insight-card,.dashboard-v2 .rail-panel{border-radius:20px}:is(.dashboard-v2 .mastery-card,.dashboard-v2 .domain-tile,.dashboard-v2 .status-tile,.dashboard-v2 .mission-score-card,.main-area:has(.dashboard-v2) .metric-chip){border-radius:16px}.dashboard-v2 button,.dashboard-v2 .outline-button,.dashboard-v2 .compact-button,.dashboard-v2 .rail-link{box-shadow:-6px -6px 12px #fffffffa,7px 8px 15px #4c698c47,inset 1px 1px 1px #ffffffc2}.dashboard-v2 .rail-link{transition:transform .15s,box-shadow .15s}.dashboard-v2 button:hover,.dashboard-v2 button:focus-visible,.dashboard-v2 .outline-button:hover,.dashboard-v2 .outline-button:focus-visible,.dashboard-v2 .compact-button:hover,.dashboard-v2 .compact-button:focus-visible,.dashboard-v2 .rail-link:hover,.dashboard-v2 .rail-link:focus-visible{transform:translateY(-2px);box-shadow:-9px -9px 17px #fff,10px 12px 21px #3d5b8057}.dashboard-v2 button:active,.dashboard-v2 .outline-button:active,.dashboard-v2 .compact-button:active,.dashboard-v2 .rail-link:active{transform:translateY(0);box-shadow:inset 6px 6px 12px #5670914d,inset -6px -6px 12px #fffffff5}.dashboard-v2 .mastery-card:hover,.dashboard-v2 .domain-tile:hover,.dashboard-v2 .status-tile:hover{transform:translateY(-3px);box-shadow:-12px -12px 22px #fff,14px 16px 28px #3d5b8057}.dashboard-v2 .analysis-chip,.dashboard-v2 .mission-tag,.dashboard-v2 .mission-alerts>*,.dashboard-v2 .depth-control,.dashboard-v2 .radar-track,.dashboard-v2 .question-summary,.dashboard-v2 .assessment-date{border-color:#ffffffd1;box-shadow:inset 3px 3px 7px #5771912b,inset -3px -3px 7px #ffffffeb}.main-area:has(.dashboard-v2) .topbar{background:linear-gradient(145deg,#f7faff,#e3ebf4);box-shadow:0 10px 24px #4b668829}.main-area>.topbar{background:linear-gradient(145deg,#f8fbff,#e2ebf4);border-bottom-color:#ffffffdb;box-shadow:0 10px 24px #4965882e,inset 0 1px #ffffffeb}@keyframes easy-page-enter{0%{opacity:.72;translate:0 2px}to{opacity:1;translate:0}}.main-area>:not(.topbar),.settings-blank-layout{will-change:opacity, translate;animation:.513s cubic-bezier(.25,.7,.35,1) both easy-page-enter}@media (prefers-reduced-motion:reduce){.main-area>:not(.topbar),.settings-blank-layout{animation:none}}.main-area .metric-chip{background:linear-gradient(145deg,#f9fcff,#e3ecf5);border:1px solid #ffffffdb;border-radius:16px;box-shadow:-7px -7px 14px #fffffffa,8px 9px 17px #48648742,inset 1px 1px 1px #ffffffc7}:is(.dashboard-v2,.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]){background:0 0}:is(.dashboard-v2,.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) article,.chat-context-rail>*,.schedule-rail>*,.questions-rail>*,.flashcards-rail>*,[data-page=casos-clinicos] [class*=panel]{background-color:#edf3f8;border-color:#ffffffe0;box-shadow:-9px -9px 18px #fffffffa,10px 12px 22px #49658842,inset 1px 1px 1px #ffffffc7}:is(.dashboard-v2,.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(button,.outline-button,.compact-button,.rail-link){border-color:#c3d8f0eb;box-shadow:-5px -5px 10px #fffffff5,6px 7px 13px #4c688b3b,inset 1px 1px 1px #ffffffb8}:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(button,.outline-button,.compact-button,.rail-link):hover,:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(button,.outline-button,.compact-button,.rail-link):focus-visible{transform:translateY(-2px);box-shadow:-8px -8px 15px #fff,9px 11px 19px #3d5b804f}:is(.dashboard-v2,.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(button,.outline-button,.compact-button,.rail-link):active{transform:translateY(0);box-shadow:inset 5px 5px 11px #536e8f4a,inset -5px -5px 11px #fffffff2}:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(input,textarea,select){background:#edf3f8;border-color:#bfd3ece0;box-shadow:inset 4px 4px 8px #506c8e29,inset -4px -4px 8px #fffffff0}.app-shell-collapsible .sidebar{background:linear-gradient(145deg,#f8fbff,#e0e9f3);border-color:#ffffffe0;box-shadow:-7px -7px 14px #fffffffa,9px 11px 21px #415e8247,inset 1px 1px 1px #ffffffc7}.app-shell-collapsible .nav-item,.app-shell-collapsible .notification-button,.app-shell-collapsible .profile-button{background:linear-gradient(145deg,#f8fbff,#e2ebf4);border:1px solid #fffc;box-shadow:-4px -4px 8px #fffffff5,5px 6px 11px #4663873d}.app-shell-collapsible .nav-item.is-active{background:linear-gradient(145deg,#18b5ff,#006de9);border-color:#1a9bffc2;box-shadow:-4px -4px 9px #ffffffe6,7px 9px 16px #0058be66,inset 2px 2px 3px #ffffff4d,inset -2px -2px 3px #0046a44d}.app-shell-collapsible .nav-group{width:52px}.app-shell-collapsible .nav-submenu-toggle,.app-shell-collapsible .nav-subitem{visibility:hidden;opacity:0;pointer-events:none}.app-shell-collapsible .nav-subitem{display:none}.app-shell-collapsible .sidebar:hover .nav-group,.app-shell-collapsible .sidebar:focus-within .nav-group{width:100%}.app-shell-collapsible .sidebar:hover .nav-submenu-toggle,.app-shell-collapsible .sidebar:focus-within .nav-submenu-toggle,.app-shell-collapsible .sidebar:hover .nav-subitem,.app-shell-collapsible .sidebar:focus-within .nav-subitem{visibility:visible;opacity:1;pointer-events:auto}.app-shell-collapsible .sidebar:hover .nav-subitem,.app-shell-collapsible .sidebar:focus-within .nav-subitem{display:flex}.app-shell-collapsible .sidebar:hover .nav-group-caderno .nav-item,.app-shell-collapsible .sidebar:focus-within .nav-group-caderno .nav-item{padding-right:48px}:root{--neo-page:#e8f0f7;--neo-surface:#eef4f9;--neo-surface-high:#f7faff;--neo-border:#9dbee2c7;--neo-border-strong:#74a9e1eb;--neo-raised:-7px -7px 15px #fffffff5, 8px 9px 18px #455e7e38;--neo-raised-soft:-4px -4px 9px #fffffff0, 5px 6px 12px #4b65852e;--neo-inset:inset 3px 3px 7px #4c678824, inset -3px -3px 7px #fffffff0}.main-area{background:radial-gradient(circle at 18% 3%,#ffffffe6,#0000 32%),linear-gradient(145deg,#edf4fa,#e2ebf3)}.main-area:has([data-page=casos-clinicos]){background:radial-gradient(circle at 16% 4%,#fffffff5,#0000 34%),radial-gradient(circle at 92% 88%,#cde0f16b,#0000 32%),linear-gradient(145deg,#eef5fb 0%,#e5eef6 52%,#dfe9f2 100%)!important;box-shadow:inset 1px 0 #ffffffd6,inset -1px 0 #85a9cf2e!important}:is(.dashboard-v2 .mission-panel,.dashboard-v2 .ai-insight-card,.dashboard-v2 .mastery-card,.dashboard-v2 .domain-tile,.dashboard-v2 .status-tile,.dashboard-v2 .mission-score-card,.dashboard-v2 .rail-panel,.chat-stage-card,.chat-rail-card,.schedule-board-card,.schedule-goals-card,.schedule-suggestion-card,.schedule-today-card,.schedule-review-card,.schedule-month-card,.question-card,.questions-panel,.flashcard-study-card,.flashcards-panel,[data-page=casos-clinicos] article,[data-page=casos-clinicos] [class*=panel]){border:1px solid var(--neo-border)!important;background:linear-gradient(145deg, var(--neo-surface-high), var(--neo-surface))!important;box-shadow:var(--neo-raised)!important;border-radius:16px!important}:is(.chat-composer,.chat-empty-canvas,.question-options,.question-explanation,.questions-topic-detail,.flashcards-preview-shell,.review-retention-panel,.schedule-calendar,[data-page=casos-clinicos] [class*=tabs],[data-page=casos-clinicos] [class*=progress]){background:var(--neo-surface)!important;box-shadow:var(--neo-inset)!important;border:1px solid #afcae7b8!important;border-radius:12px!important}.chat-stage-card .chat-empty-canvas{border:0!important}:is(.questions-filter-row,.flashcards-filter-row,.questions-topic-chip-row,.chat-history-tabs,[data-page=casos-clinicos] [class*=tabBar],[data-page=casos-clinicos] [class*=tabs]){overflow:hidden;border:1px solid var(--neo-border)!important;box-shadow:var(--neo-inset)!important;background:#edf3f8!important;border-radius:13px!important}.dashboard-v2 .dashboard-toolbar-row{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-bottom:12px!important;padding:14px 0!important;overflow:visible!important}.mapas-mentais-viewer-toolbar.mapas-mentais-viewer-toolbar{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;overflow:visible!important}:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) button{box-shadow:none}:is(.outline-button,.compact-button,.rail-link,.questions-filter-row>button,.flashcards-filter-row>button,.flashcards-rail-secondary-action,.flashcards-next-panel button,[data-page=casos-clinicos] [class*=actions]>button){transition:transform .16s,box-shadow .16s,border-color .16s;border:1px solid var(--neo-border-strong)!important;box-shadow:var(--neo-raised-soft)!important;border-radius:11px!important}:is(.outline-button,.compact-button,.rail-link,.questions-filter-row>button,.flashcards-filter-row>button,.flashcards-rail-secondary-action,.flashcards-next-panel button,[data-page=casos-clinicos] [class*=actions]>button):hover{transform:translateY(-2px);border-color:#3f91e8e6!important;box-shadow:-8px -8px 16px #fff,9px 10px 18px #2d4e7745!important}.schedule-page .schedule-review-focus{box-shadow:none!important;background:0 0!important;border:0!important;transform:none!important}:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(input,textarea,select){border:1px solid var(--neo-border)!important;box-shadow:var(--neo-inset)!important;background:#edf3f8!important;border-radius:10px!important}:is(.questions-topic-item,.question-options button,.recent-chat-row,.review-priority-card,.review-topic-chip,.flashcards-recommendation-card,.flashcard-result-actions-clean button,[data-page=casos-clinicos] [class*=stages]>[class*=stage],[data-page=casos-clinicos] [class*=option]){border:1px solid #a2c2e4d1!important;border-radius:12px!important}:is(.questions-topic-item,.question-options button,.recent-chat-row,.review-priority-card,.review-topic-chip,.flashcards-recommendation-card,.flashcard-result-actions-clean button,[data-page=casos-clinicos] [class*=stages]>[class*=stage],[data-page=casos-clinicos] [class*=option]):hover{box-shadow:var(--neo-raised-soft)!important}.question-options button.is-correct.is-correct{border-color:#13a36e99!important}.question-options button.is-wrong.is-wrong{border-color:#ef44448c!important}.main-area>.topbar,.main-area .metric-chip{border:1px solid var(--neo-border)!important;box-shadow:var(--neo-raised-soft)!important;background:linear-gradient(145deg,#f8fbff,#e6eef6)!important;border-radius:14px!important}.app-shell-collapsible .sidebar{border:1px solid var(--neo-border)!important;box-shadow:var(--neo-raised)!important;background:linear-gradient(145deg,#f8fbff,#e5edf5)!important}.app-shell-collapsible .nav-item:not(.is-active){box-shadow:none!important;background:0 0!important;border-color:#0000!important}.app-shell-collapsible .nav-item:not(.is-active):hover{border-color:var(--neo-border)!important;box-shadow:var(--neo-raised-soft)!important;background:#eef4f9!important}@media (prefers-reduced-motion:reduce){:is(.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) button{transition:none!important}}.flashcard-main-card.flashcards-preview-card-center{border:1px solid var(--neo-border-strong)!important;border-radius:24px!important;box-shadow:-9px -9px 19px #fffffffa,12px 14px 25px #37537745!important}.main-area>.topbar{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:12px!important;padding:7px 12px 7px 16px!important}.main-area>.topbar .topbar-greeting{flex-direction:column;flex:auto;justify-content:center;align-self:stretch;min-width:0;padding:8px 16px;display:flex;border:1px solid var(--neo-border)!important;box-shadow:var(--neo-raised-soft)!important;background:#fff!important;border-radius:14px!important}.main-area>.topbar .topbar-greeting p:last-child,.main-area>.topbar .topbar-greeting p:only-child{margin-bottom:0}.main-area>.topbar .topbar-actions{align-self:stretch;align-items:stretch}.main-area>.topbar .topbar-actions .metric-chip{height:100%}.main-area:has(.mapas-mentais-page){grid-template-rows:auto minmax(0,1fr);display:grid}.main-area:has(.mapas-mentais-page) .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics);flex:0 0 var(--easy-right-rail-width);width:var(--easy-right-rail-width);justify-content:stretch;gap:10px;display:grid}.main-area:has(.mapas-mentais-page) .metric-chip{width:100%;min-width:0}.mapas-mentais-page{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width);grid-template-rows:minmax(0,1fr) minmax(0,.6fr);gap:12px;min-width:0;min-height:0;padding:12px 12px 10px 16px;display:grid}.mapas-mentais-left-column{flex-direction:column;grid-area:1/1/3;min-height:0;display:flex}.mapas-mentais-panel-right-top{grid-area:1/2}.mapas-mentais-panel-right-bottom{grid-area:2/2}.mapas-mentais-panel{border:1px solid var(--neo-border);box-shadow:var(--neo-raised-soft);background:#fff;border-radius:14px;padding:16px 18px;overflow:auto}.mapas-mentais-panel h3{color:#16233a;margin:0 0 8px;font-size:14px;font-weight:800}.mapas-mentais-placeholder{color:#7b8799;margin:0;font-size:13px;line-height:1.5}.mapas-mentais-viewer{flex-direction:column;flex:auto;min-height:0;margin-bottom:18px;padding:0;display:flex;overflow:hidden}.mapas-mentais-viewer-toolbar{background:0 0;border:0;flex:none;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:14px 2px;display:flex}.mapas-mentais-create-topic-list{gap:8px;margin-top:4px;display:grid}.mapas-mentais-create-topic-row{border-radius:var(--radius);background:#fff;border:1px solid #bed8f6e6;align-items:center;gap:8px;padding:0 10px;display:flex}.mapas-mentais-create-topic-row>svg{color:var(--blue-strong);flex-shrink:0}.mapas-mentais-create-topic-row input{min-height:40px;color:var(--ink);background:0 0;border:0;outline:none;flex:auto;font-size:13px;font-weight:700}.mapas-mentais-create-topic-row button{color:#ff584d;cursor:pointer;background:#ff584d14;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.mapas-mentais-create-topic-row button:disabled{opacity:.35;cursor:not-allowed}.mapas-mentais-create-add-topic{border-radius:var(--radius);color:var(--blue-strong);cursor:pointer;background:0 0;border:1px dashed #0077ff6b;align-items:center;gap:6px;margin-top:8px;padding:7px 12px;font-size:12.5px;font-weight:750;display:inline-flex}.mapas-mentais-create-add-topic:disabled{opacity:.4;cursor:not-allowed}.mapas-mentais-progress-row,.mapas-mentais-counter-bar{flex:auto;min-width:0}.mapas-mentais-viewer-content{flex:auto;justify-content:center;align-items:stretch;min-height:0;padding:24px;display:flex;overflow:auto}.mapas-mentais-review-floating{pointer-events:none;flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.mapas-mentais-review-floating>.sm2-review-buttons{pointer-events:auto}.mapas-mentais-review-floating em{box-shadow:var(--neo-raised-soft);color:#7b8799;background:#ffffffeb;border-radius:999px;padding:3px 10px;font-size:11px;font-style:normal;font-weight:700}.mapas-mentais-engagement{color:#48566b;text-align:center;max-width:360px;margin:auto;font-size:15px;font-weight:700;line-height:1.5}.mapas-mentais-mapa{color:#16233a;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);grid-template-columns:1fr 1fr 1fr;gap:12px 28px;width:100%;min-height:0;font-size:13px;line-height:1.5;display:grid;position:relative}.mapas-mentais-mapa-quadrant{border-radius:10px;min-width:0;margin:-6px -8px;padding:6px 8px;transition:background-color .15s}.mapas-mentais-mapa-quadrant.is-active{background:#eef4ff}.mapas-mentais-mapa-node-btn{color:#2f5bff;text-align:left;cursor:pointer;background:0 0;border:0;margin:0 0 6px;padding:0;font-family:inherit;font-size:15px;font-weight:800;display:block}.mapas-mentais-mapa-node-btn:hover,.mapas-mentais-mapa-node-btn:focus-visible{text-decoration:underline}.mapas-mentais-mapa-quadrant.is-active .mapas-mentais-mapa-node-btn{color:#0b3fd8}.mapas-mentais-mapa-node-content p{margin:0 0 6px}.mapas-mentais-mapa-node-content ul{margin:0 0 6px;padding-left:18px}.mapas-mentais-mapa-q-tl{text-align:left;grid-area:1/1}.mapas-mentais-mapa-q-tr{text-align:left;grid-area:1/2}.mapas-mentais-mapa-q-tf{text-align:left;grid-area:1/3/4}.mapas-mentais-mapa-q-bl{text-align:left;grid-area:3/1}.mapas-mentais-mapa-q-br{text-align:left;grid-area:3/2}.mapas-mentais-mapa-center{flex-direction:column;grid-area:2/1/auto/3;align-items:center;gap:2px;display:flex}.mapas-mentais-mapa-center-row{align-items:center;gap:130px;display:flex}.mapas-mentais-mapa-title{color:#0b1d3a;text-align:center;flex-direction:column;align-items:center;font-family:Segoe Script,Brush Script MT,cursive;font-size:30px;font-weight:700;line-height:1.1;display:flex}.mapas-mentais-mapa-title em{font-size:18px;font-style:normal}.mapas-mentais-about-body p{color:#48566b;margin:0;font-size:13px;line-height:1.6}.mapas-mentais-topic-list{flex-direction:column;gap:2px;margin:0 0 14px;padding:0;list-style:none;display:flex}.mapas-mentais-suggestions-list{color:#16233a;flex-direction:column;gap:2px;margin:0 0 14px;padding-left:18px;font-size:12px;font-weight:700;display:flex}.mapas-mentais-suggestions-list li{padding:2px 0}.mapas-mentais-suggestions-list button{color:#2f5bff;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.mapas-mentais-suggestions-list button:hover,.mapas-mentais-suggestions-list button:focus-visible{text-decoration:underline}.mapas-mentais-suggestions-list li.is-unavailable{color:#a3aebc;align-items:center;gap:6px;display:flex}.mapas-mentais-suggestions-list li.is-unavailable em{color:#8296b0;text-transform:uppercase;background:#f1f4f9;border-radius:999px;padding:1px 6px;font-size:10px;font-style:normal;font-weight:800}.mapas-mentais-topic-list button{color:#16233a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:6px 8px;font-size:12px;font-weight:700;transition:background-color .15s,color .15s}.mapas-mentais-topic-list button:hover,.mapas-mentais-topic-list button:focus-visible{background:#f2f6fc}.mapas-mentais-topic-list button.is-active{color:#2f5bff;background:#eef4ff}.mapas-mentais-related h4{color:#7b8799;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;font-size:11px;font-weight:800}.mapas-mentais-search-row{grid-template-columns:minmax(0,1fr) 34px;gap:6px;margin:12px 0 8px;display:grid}.mapas-mentais-search-row label{color:#7b8799;border:1px solid #bfd7f2;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 8px;transition:border-color .18s,box-shadow .18s;display:flex}.mapas-mentais-search-row label:focus-within{border-color:#168cff;box-shadow:0 0 0 3px #168cff21}.mapas-mentais-search-row input{color:#172a45;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.mapas-mentais-search-row button{color:#fff;cursor:pointer;background:linear-gradient(#1999ff,#0878f5);border:0;border-radius:8px;place-items:center;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 5px 10px #0878f533}.mapas-mentais-search-row button:hover{transform:translateY(-1px);box-shadow:0 8px 15px #0878f54d}.mapas-mentais-search-results{border-bottom:1px solid var(--neo-border);margin-bottom:12px;padding-bottom:8px}.mapas-mentais-history-title{color:#7b8799;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:5px;margin:4px 0 6px;font-size:11px;font-weight:800;display:flex}.mapas-mentais-history-list button{justify-content:space-between;align-items:center;gap:8px;display:flex}.mapas-mentais-history-list time{color:#a3aebc;flex:none;font-size:11px;font-weight:600}.mapas-mentais-mapa-mosquito{color:#0b1d3a;width:30px;height:30px}.mapas-mentais-mapa-arrow{color:#2f5bff;stroke-width:2.2px;width:26px;height:26px}.flashcards-page .flashcards-preview-card{box-shadow:none!important}@media (min-width:1251px){.main-area:has([data-page=casos-clinicos])>.topbar{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;column-gap:14px!important;padding:7px 18px!important;display:grid!important}.main-area:has([data-page=casos-clinicos])>.topbar .topbar-greeting{width:100%!important;min-width:0!important}.main-area:has([data-page=casos-clinicos])>.topbar .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics)!important;width:var(--easy-right-rail-width)!important;min-width:var(--easy-right-rail-width)!important;align-self:stretch!important;align-items:stretch!important;gap:var(--easy-right-rail-gap)!important;grid-auto-rows:1fr!important;display:grid!important}.main-area:has([data-page=casos-clinicos])>.topbar .topbar-actions .metric-chip{height:100%!important;min-height:0!important}}.dashboard-v2 .mission-lower-row .mission-score-card{border:1px solid var(--neo-border)!important;box-shadow:var(--neo-raised-soft)!important;background:#fff!important;border-radius:14px!important;padding:9px 10px 8px!important;overflow:hidden!important}.dashboard-v2 .mission-lower-row .depth-control{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.dashboard-v2 .mission-lower-row .depth-control>span{margin:0;line-height:1.2;display:block}.dashboard-v2 .mission-lower-row .depth-control>div{margin-top:6px}.questions-page .questions-filter-row{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-bottom:12px!important;padding:14px 0!important;overflow:visible!important}.flashcards-page .flashcards-filter-row{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;overflow:visible!important}:is(.main-area:has([data-page=casos-clinicos])>.topbar .topbar-greeting,.main-area:has([data-page=casos-clinicos])>.topbar .metric-chip){box-shadow:none!important}@media (min-width:1251px){.main-area>.topbar .topbar-actions{align-self:stretch!important;align-items:stretch!important}.main-area>.topbar .topbar-actions .metric-chip{align-self:stretch!important;height:100%!important;min-height:0!important}.main-area:has(.questions-page)>.topbar{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)!important;column-gap:26px!important;padding:7px 26px 7px 28px!important;display:grid!important}.main-area:has(.questions-page)>.topbar .topbar-greeting{width:100%!important;min-width:0!important}.main-area:has(.questions-page)>.topbar .topbar-actions{width:var(--easy-right-rail-width)!important;min-width:var(--easy-right-rail-width)!important}}.dashboard-v2 .dashboard-rail-v2 .rail-link{width:100%!important;min-height:44px!important;color:var(--blue-strong)!important;text-align:center!important;background:#fff!important;border:1px solid #8ebeff!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:0!important;margin-top:auto!important;padding:0 16px!important;font-size:14px!important;font-weight:850!important;line-height:1!important;text-decoration:none!important;display:flex!important}.dashboard-v2 .dashboard-rail-v2 .rail-link svg{display:none!important}.dashboard-v2 .dashboard-rail-v2 .rail-panel-title h2{font-size:16px!important;line-height:1.2!important}.dashboard-v2 .dashboard-rail-v2 .rail-panel-title span{min-width:30px!important;height:26px!important;font-size:13px!important}.dashboard-v2 .dashboard-rail-v2 .radar-row-head span{font-size:12px!important;line-height:1.2!important}.dashboard-v2 .dashboard-rail-v2 .radar-row-head strong{font-size:10px!important}.dashboard-v2 .dashboard-rail-v2 .radar-row small{font-size:10px!important;line-height:1.2!important}.dashboard-v2 .dashboard-rail-v2 .question-summary p{font-size:14px!important;line-height:1.25!important}.dashboard-v2 .dashboard-rail-v2 .assessment-list.v2 .assessment-item div strong{font-size:11px!important;line-height:1.25!important}.dashboard-v2 .dashboard-rail-v2 .assessment-list.v2 .assessment-item div span{font-size:10px!important;line-height:1.2!important}.dashboard-v2 .dashboard-rail-v2 .assessment-date strong{font-size:13px!important}.dashboard-v2 .dashboard-rail-v2 .assessment-date span{font-size:8px!important}.main-area:has(.schedule-page)>.schedule-page{padding-left:16px!important;padding-right:12px!important}.schedule-calendar{grid-template-rows:76px repeat(12,minmax(32px,1fr))!important}.schedule-grid{grid-template-columns:68px repeat(7,minmax(0,1fr))!important}.schedule-grid-head{align-items:stretch;min-height:76px}.schedule-period-legend,.schedule-grid-head>button{box-sizing:border-box;min-width:0;min-height:76px;padding:8px 4px;overflow:hidden}.schedule-period-legend{align-content:center;align-self:stretch;width:100%;margin:0}.schedule-grid-head>button.is-active{border-bottom:1px solid var(--blue-strong);border-radius:10px}.schedule-grid-row>time,.schedule-slot{box-sizing:border-box}.flashcards-page .flashcard-main-card.flashcards-preview-card-center{border:0!important;outline:0!important}@media (min-width:861px){.main-area:has(.flashcards-page)>.topbar{grid-template-columns:minmax(0, 1fr) var(--easy-right-rail-width)!important;gap:18px!important;padding:7px 18px 7px 22px!important;display:grid!important}.main-area:has(.flashcards-page)>.topbar .topbar-greeting{width:100%;min-width:0}.main-area:has(.flashcards-page)>.topbar .topbar-actions{grid-template-columns:var(--easy-right-rail-metrics)!important;width:var(--easy-right-rail-width)!important;min-width:var(--easy-right-rail-width)!important;gap:var(--easy-right-rail-gap)!important;display:grid!important}}:is(.dashboard-v2 .mission-panel,.dashboard-v2 .ai-insight-card,.dashboard-v2 .mastery-card,.dashboard-v2 .domain-tile,.dashboard-v2 .status-tile,.dashboard-v2 .mission-score-card,.dashboard-v2 .rail-panel,.chat-stage-card,.chat-rail-card,.schedule-board-card,.schedule-goals-card,.schedule-suggestion-card,.schedule-today-card,.schedule-review-card,.schedule-month-card,.question-card,.questions-panel,.flashcard-study-card,.flashcards-panel,[data-page=casos-clinicos] article,[data-page=casos-clinicos] [class*=panel]),:is(.chat-composer,.chat-empty-canvas,.question-options,.question-explanation,.questions-topic-detail,.flashcards-preview-shell,.review-retention-panel,.schedule-calendar,[data-page=casos-clinicos] [class*=tabs],[data-page=casos-clinicos] [class*=progress]),.main-area .metric-chip,.app-shell-collapsible .sidebar{background:#fff!important}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting{background:#fff!important}:is(.dashboard-v2,.chat-free-page,.schedule-page,.questions-page,.flashcards-page,[data-page=casos-clinicos]) :is(input,textarea,select){background:#fff!important}.flashcards-page .flashcard-study-card,.flashcards-page .flashcards-preview-shell{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.mission-panel,.chat-stage-card,.chat-context-rail,.schedule-today-card,.schedule-review-card,.schedule-rest-card,.flashcards-recommendation-card,.ranking-card,.ranking-table-card,.condutas-panel,.caderno-browser-panel,.checklists-empty-panel,.questions-rail,.question-card,.review-priority-card,.review-retention-panel{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-panel)!important}.topbar-greeting{border-radius:var(--radius-lg)!important}.main-area:has(.dashboard-v2)>.topbar .topbar-greeting{border-radius:var(--radius-lg)!important}.app-shell-collapsible .sidebar,.app-shell-collapsible .sidebar:hover,.app-shell-collapsible .sidebar:focus-within{border-radius:var(--radius-lg)!important}
