@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap");:root{--font-display:"Fraunces",serif;--font-sans:"Space Grotesk",sans-serif;--bg:#efe6d4;--paper:rgba(255,250,240,0.78);--ink:#1f1b18;--muted:#65584b;--line:rgba(44,39,35,0.12);--amber:#d67a31;--teal:#0d7a74;--brick:#9f3a2d;--slate:#36454f;--shadow:0 24px 60px rgba(66,42,19,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:radial-gradient(circle at top left,rgba(214,122,49,.3),transparent 28%),radial-gradient(circle at top right,rgba(13,122,116,.18),transparent 24%),linear-gradient(180deg,#f4ead8,#e8dcc8)}button,input,select,textarea{font:inherit}.page-shell{width:100%;min-width:0;margin:0;padding:32px 0 60px}.modal-overlay{position:fixed;inset:0;background:rgba(16,14,12,.5);display:grid;place-items:center;z-index:1000;padding:18px}.modal-card{width:min(520px,100%);background:rgba(255,250,240,.98);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px}.modal-actions{display:flex;gap:10px;flex-wrap:wrap}.app-layout{width:min(1360px,calc(100vw - 32px));margin:0 auto;display:grid;grid-template-columns:minmax(220px,250px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:flex-start}.app-drawer{position:-webkit-sticky;position:sticky;top:12px;height:calc(100vh - 24px);padding:18px;display:grid;align-content:start;grid-gap:12px;gap:12px;width:100%;max-width:100%;min-width:0;overflow-y:auto;overflow-x:hidden;background:rgba(255,250,240,.9);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.app-drawer.compact{gap:10px}.app-drawer::-webkit-scrollbar{width:8px}.app-drawer::-webkit-scrollbar-thumb{background:rgba(44,39,35,.24);border-radius:999px}.app-drawer::-webkit-scrollbar-track{background:transparent}.drawer-user{display:flex;align-items:center;gap:10px;min-width:0}.drawer-avatar{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;font-family:var(--font-display);color:#fff7ef;background:linear-gradient(160deg,#0d7a74,#084641);flex-shrink:0}.drawer-avatar-image{width:44px;height:44px;border-radius:999px;object-fit:cover;border:1px solid rgba(31,27,24,.12);flex-shrink:0}.drawer-user-details{display:grid;grid-gap:2px;gap:2px;min-width:0}.drawer-user-details .muted-line,.drawer-user-details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-premium-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:600;color:#fff7ef;background:linear-gradient(120deg,var(--amber),#b85f1f)}.drawer-group{margin-top:8px}.drawer-accordion,.drawer-group{display:grid;grid-gap:8px;gap:8px}.drawer-accordion-trigger{width:100%;border-radius:14px;border:1px solid rgba(31,27,24,.1);background:rgba(255,255,255,.76);color:var(--ink);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.drawer-accordion-trigger:disabled{opacity:.72;cursor:default}.drawer-accordion-content{margin-top:0}.drawer-panel-nav{display:grid;grid-gap:6px;gap:6px}.drawer-panel-link{width:100%;text-align:left;padding:10px 12px;border-radius:14px;border:1px solid rgba(31,27,24,.08);background:rgba(255,255,255,.68);color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.drawer-help-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.help-page-shell{width:min(980px,calc(100vw - 32px));margin:0 auto;padding:32px 0 56px;display:grid;grid-gap:20px;gap:20px}.help-page-card{background:radial-gradient(circle at top right,rgba(13,122,116,.14),transparent 30%),radial-gradient(circle at bottom left,rgba(214,122,49,.12),transparent 34%),rgba(255,250,240,.86);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:28px;display:grid;grid-gap:22px;gap:22px}.help-page-header{display:grid;grid-gap:8px;gap:8px}.help-page-header .eyebrow{color:var(--teal);font-weight:700;letter-spacing:.12em}.help-page-header h1{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1;max-width:14ch}.help-page-header .muted-line{font-size:1rem}.help-toc{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid rgba(13,122,116,.18);border-radius:18px;background:rgba(255,255,255,.64)}.help-toc a{color:var(--teal);text-decoration:none;font-weight:600}.help-toc a:hover{color:#0b5f5a}.help-section{display:grid;grid-gap:10px;gap:10px;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.62);box-shadow:0 14px 28px rgba(66,42,19,.08)}.help-section h2{font-size:1.55rem;line-height:1.1}.help-section li,.help-section p{color:var(--muted);line-height:1.55}.help-section ol,.help-section ul{margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.help-grid article{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,250,240,.7));padding:14px;display:grid;grid-gap:6px;gap:6px}.terms-page-shell{width:min(1180px,calc(100vw - 32px));padding-top:28px;padding-bottom:56px}.terms-hero-card{gap:26px;border-radius:16px;padding:30px;background:radial-gradient(circle at top right,rgba(32,99,147,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(164,211,147,.12),transparent 38%),var(--st-surface,#ffffff);box-shadow:0 18px 34px rgba(15,28,44,.08)}.terms-hero-copy{display:grid;grid-gap:12px;gap:12px}.mentor-stitch-page{min-height:100dvh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);padding:0 0 24px;background:#f7fafc;color:#181c1e;overflow:hidden}.mentor-stitch-page.mentor-stitch-page-gate{place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(32,99,147,.08),transparent 22%),radial-gradient(circle at bottom right,rgba(164,211,147,.14),transparent 26%),#f7fafc}.mentor-stitch-gate-card{width:min(720px,calc(100vw - 40px));display:grid;grid-gap:18px;gap:18px;padding:28px 30px;border:1px solid rgba(198,197,212,.34);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(241,244,246,.92)),#ffffff;box-shadow:0 22px 48px rgba(14,28,43,.08)}.mentor-stitch-gate-badge{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#0e1c2b;color:#ffffff}.mentor-stitch-gate-badge svg{width:22px;height:22px}.mentor-stitch-gate-copy{display:grid;grid-gap:10px;gap:10px}.mentor-stitch-gate-eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#206393}.mentor-stitch-gate-copy h1{margin:0;font-family:Manrope,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);line-height:.98;letter-spacing:-.06em;color:#0e1c2b}.mentor-stitch-gate-copy p{margin:0;max-width:54ch;font-size:.98rem;line-height:1.65;color:#454652}.mentor-stitch-gate-status{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:10px 14px;border-radius:999px;background:rgba(164,211,147,.2);color:#022100}.mentor-stitch-gate-status strong{font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.mentor-stitch-gate-actions{display:flex;flex-wrap:wrap;gap:10px;width:100%}.mentor-stitch-gate-action{display:inline-flex;align-items:center;justify-content:center;min-width:168px;text-align:center}.mentor-stitch-gate-actions .mentor-stitch-secondary-action{width:auto;color:#0e1c2b;background:rgba(139,153,172,.14);border:1px solid rgba(139,153,172,.28)}@media (max-width:640px){.mentor-stitch-gate-actions{grid-template-columns:1fr;display:grid}.mentor-stitch-gate-action,.mentor-stitch-gate-actions .mentor-stitch-secondary-action{width:100%}}.mentor-stitch-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;background:rgba(247,250,252,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(198,197,212,.34)}.mentor-stitch-topbar-left,.mentor-stitch-topbar-right{display:flex;align-items:center;gap:24px}.mentor-stitch-brand{font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:-.04em;color:#0f1c2c}.mentor-stitch-nav{display:flex;align-items:center;gap:18px}.mentor-stitch-nav a,.mentor-stitch-nav button{border:0;padding:0;background:transparent;font-family:Manrope,sans-serif;font-size:.86rem;font-weight:700;letter-spacing:-.02em;color:#767683;text-decoration:none;cursor:pointer;transition:color .16s ease}.mentor-stitch-nav a:hover,.mentor-stitch-nav a[aria-current=page],.mentor-stitch-nav button:hover{color:#0e1c2b}.mentor-stitch-goal{display:grid;grid-gap:6px;gap:6px;min-width:122px}.mentor-stitch-goal span{font-size:.56rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#767683}.mentor-stitch-goal strong{display:block;font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;letter-spacing:-.05em;color:#0e1c2b}.mentor-stitch-goal-track,.mentor-stitch-progress-track{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#ebeef0}.mentor-stitch-goal-fill,.mentor-stitch-progress-fill{height:100%;border-radius:inherit;background:#022100}.mentor-stitch-history-button,.mentor-stitch-inline-action,.mentor-stitch-primary-action,.mentor-stitch-secondary-action,.mentor-stitch-send{border:0;border-radius:8px;cursor:pointer;text-decoration:none;transition:opacity .16s ease,transform .16s ease,background .16s ease}.mentor-stitch-inline-action,.mentor-stitch-primary-action,.mentor-stitch-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;background:linear-gradient(135deg,#0e1c2b,#233141);color:#ffffff;font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mentor-stitch-history-button:hover,.mentor-stitch-inline-action:hover,.mentor-stitch-primary-action:hover,.mentor-stitch-secondary-action:hover,.mentor-stitch-send:hover{opacity:.92}.mentor-stitch-inline-action:active,.mentor-stitch-primary-action:active,.mentor-stitch-send:active{transform:scale(.98)}.mentor-stitch-history-button,.mentor-stitch-secondary-action{width:100%;padding:11px 14px;background:rgba(139,153,172,.12);color:#eef1f3;border:1px solid rgba(139,153,172,.16);font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.mentor-stitch-user-box{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid rgba(198,197,212,.35)}.mentor-stitch-user-box p,.mentor-stitch-user-box span{margin:0}.mentor-stitch-user-box p{font-size:.85rem;font-weight:800;color:#0e1c2b}.mentor-stitch-user-box span{font-size:.56rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#767683}.mentor-stitch-avatar{width:34px;height:34px;border-radius:999px;object-fit:cover}.mentor-stitch-avatar-fallback{display:grid;place-items:center;background:#0e1c2b;color:#ffffff;font-size:.9rem;font-weight:800}.mentor-stitch-page .mentor-stitch-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:32px;gap:32px;width:min(1440px,calc(100vw - 48px));margin:0 auto;padding:28px 0 0;min-height:0;height:100%;align-self:stretch;overflow:hidden}.mentor-stitch-page .mentor-stitch-chat-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0;height:100%;overflow:hidden;border-radius:14px;background:#f1f4f6}.mentor-stitch-chat-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;background:#ffffff;border-bottom:1px solid rgba(198,197,212,.2)}.mentor-stitch-chat-title-wrap{display:flex;align-items:center;gap:14px}.mentor-stitch-card h2,.mentor-stitch-card h3,.mentor-stitch-chat-title-wrap h1{margin:0;font-family:Manrope,sans-serif;color:#0e1c2b}.mentor-stitch-chat-title-wrap h1{font-size:1rem;font-weight:800}.mentor-stitch-chat-icon,.mentor-stitch-message-avatar{display:grid;place-items:center;flex-shrink:0;border-radius:10px}.mentor-stitch-chat-icon{width:40px;height:40px;background:#0e1c2b;color:#ffffff}.mentor-stitch-mode-row{display:flex;align-items:center;gap:8px;margin-top:4px}.mentor-stitch-mode-row span:last-child{font-size:.58rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#022100}.mentor-stitch-mode-dot{width:7px;height:7px;border-radius:999px;background:#a4d393}.mentor-stitch-delete-button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#767683;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.mentor-stitch-page .mentor-stitch-thread{min-height:0;overflow-y:auto;padding:26px 28px;display:grid;align-content:start;grid-gap:28px;gap:28px}.mentor-stitch-thread::-webkit-scrollbar{width:4px}.mentor-stitch-thread::-webkit-scrollbar-thumb{background:#e0e3e5;border-radius:999px}.mentor-stitch-date-chip,.mentor-stitch-history-row{display:flex;justify-content:center}.mentor-stitch-date-chip{font-size:.7rem;font-weight:700;text-transform:capitalize;color:#767683}.mentor-stitch-message-row{display:flex;gap:14px;max-width:85%}.mentor-stitch-message-row-user{margin-left:auto;flex-direction:row-reverse}.mentor-stitch-message-avatar{width:32px;height:32px;margin-top:4px}.mentor-stitch-message-avatar-assistant{background:#206393;color:#ffffff}.mentor-stitch-message-avatar-user{background:#233141;color:#ffffff}.mentor-stitch-message-avatar-pending{background:#e0e3e5;color:#206393}.mentor-stitch-message-stack{display:grid;grid-gap:8px;gap:8px}.mentor-stitch-message-row-user .mentor-stitch-message-stack{justify-items:end}.mentor-stitch-bubble{padding:18px 20px;border-radius:14px;box-shadow:0 4px 12px rgba(15,28,44,.03)}.mentor-stitch-bubble-assistant{background:#ffffff;border-top-left-radius:0;border:1px solid rgba(198,197,212,.2)}.mentor-stitch-bubble-user{background:#0e1c2b;color:#ffffff;border-top-right-radius:0}.mentor-stitch-meta{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#767683}.mentor-stitch-pending{display:inline-flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:rgba(255,255,255,.82);color:#454652}.mentor-stitch-pending-dots{display:inline-flex;align-items:center;gap:5px}.mentor-stitch-pending-dots span{width:6px;height:6px;border-radius:999px;background:#206393;animation:mentor-stitch-pulse 1.1s ease-in-out infinite}.mentor-stitch-pending-dots span:nth-child(2){animation-delay:.15s}.mentor-stitch-pending-dots span:nth-child(3){animation-delay:.3s}.mentor-stitch-page .mentor-stitch-composer-dock{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;min-height:154px;padding:18px 24px 20px;background:#ffffff;border-top:1px solid rgba(198,197,212,.2)}.mentor-stitch-completion-card,.mentor-stitch-page .mentor-stitch-composer{display:grid;grid-gap:14px;gap:14px}.mentor-stitch-completion-card{padding:16px;border-radius:14px;background:#f1f4f6;border:1px solid rgba(198,197,212,.32)}.mentor-stitch-completion-card h3,.mentor-stitch-completion-card p,.mentor-stitch-completion-card small{margin:0}.mentor-stitch-completion-copy{display:grid;grid-gap:4px;gap:4px}.mentor-stitch-action-card{display:grid;grid-gap:12px;gap:12px;padding:14px 16px;border-radius:14px;background:#f1f4f6;border:1px solid rgba(198,197,212,.32)}.mentor-stitch-action-card-copy,.mentor-stitch-action-card-items{display:grid;grid-gap:4px;gap:4px;margin:0}.mentor-stitch-action-card-copy h4,.mentor-stitch-action-card-copy p,.mentor-stitch-action-card-eyebrow{margin:0}.mentor-stitch-action-card-eyebrow{font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#206393}.mentor-stitch-action-card-copy h4{font-size:.96rem;color:#0e1c2b}.mentor-stitch-action-card-copy p,.mentor-stitch-action-card-items{font-size:.82rem;color:#454652}.mentor-stitch-action-card-metrics{display:flex;flex-wrap:wrap;gap:8px}.mentor-stitch-action-card-metrics span{padding:6px 10px;border-radius:999px;background:rgba(14,28,43,.06);font-size:.72rem;font-weight:700;color:#233141}.mentor-stitch-action-card-items{padding-left:18px}.mentor-stitch-action-card-link{justify-self:start}.mentor-stitch-completion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.mentor-stitch-completion-grid label,.mentor-stitch-timer-input{display:grid;grid-gap:6px;gap:6px;font-size:.72rem;font-weight:700;color:#454652}.mentor-stitch-completion-grid input,.mentor-stitch-composer-shell textarea,.mentor-stitch-timer-input input{width:100%;border:0;border-radius:12px;background:#f1f4f6;color:#181c1e}.mentor-stitch-completion-grid input,.mentor-stitch-timer-input input{padding:11px 13px}.mentor-stitch-page .mentor-stitch-composer-shell{display:block;position:relative;min-height:88px;padding:6px;border-radius:18px;background:#eef3f5;border:1px solid rgba(198,197,212,.32)}.mentor-stitch-page .mentor-stitch-composer-shell textarea{display:block;width:100%;max-width:100%;box-sizing:border-box;min-height:78px;padding:18px 138px 18px 18px;background:transparent;resize:vertical;transition:background .16s ease,box-shadow .16s ease}.mentor-stitch-page .mentor-stitch-composer-shell:focus-within{box-shadow:0 0 0 1px #0e1c2b}.mentor-stitch-completion-grid input:focus,.mentor-stitch-composer-shell textarea:focus,.mentor-stitch-timer-input input:focus{outline:none;background:#ffffff;box-shadow:0 0 0 1px #0e1c2b}.mentor-stitch-page .mentor-stitch-composer-shell textarea:focus{background:transparent;box-shadow:none}.mentor-stitch-icon-action{display:inline-grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#767683;cursor:pointer}.mentor-stitch-send{position:absolute;right:12px;bottom:12px;padding-inline:14px}.mentor-stitch-composer-actions{gap:18px}.mentor-stitch-composer-actions button{border:0;padding:0;background:transparent;color:#767683;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.mentor-stitch-page .mentor-stitch-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100%;min-height:0;display:flex;flex-direction:column;gap:22px;overflow-y:auto;padding:8px 6px 8px 8px;background:#f1f4f6;border-radius:22px}.mentor-stitch-page .mentor-stitch-sidebar>.mentor-stitch-card{min-height:166px}.mentor-stitch-page .mentor-stitch-sidebar>.mentor-stitch-card.mentor-stitch-card-timer{min-height:334px}.mentor-stitch-card{padding:22px;border-radius:14px;background:#ffffff;box-shadow:0 4px 20px rgba(0,0,0,.02)}.mentor-stitch-card h2,.mentor-stitch-card h3{font-size:.68rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.mentor-stitch-card-timer{display:grid;justify-items:center;text-align:center}.mentor-stitch-timer-ring-wrap{position:relative;width:160px;height:160px;margin:18px 0 22px}.mentor-stitch-timer-ring{position:absolute;inset:0;width:160px;height:160px;border-radius:50%;transition:background 1s linear}.mentor-stitch-timer-ring-core{position:absolute;inset:4px;border-radius:50%;background:#ffffff;box-shadow:inset 0 0 0 1px rgba(198,197,212,.18)}.mentor-stitch-timer-center{position:absolute;inset:0;display:grid;place-items:center;align-content:center;width:100%;border:0;padding:0;background:transparent;cursor:pointer}.mentor-stitch-timer-center strong{font-family:Manrope,sans-serif;font-size:2.1rem;font-weight:800;letter-spacing:-.06em;color:#0e1c2b}.mentor-stitch-timer-center span{font-size:.56rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#206393}.mentor-stitch-timer-center:disabled{cursor:default}.mentor-stitch-page .mentor-stitch-timer-center-input{width:88px;border:0;border-radius:12px;padding:10px 12px;background:#ffffff;color:#0e1c2b;text-align:center;font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:800;letter-spacing:-.04em;box-shadow:0 0 0 1px #0e1c2b}.mentor-stitch-page .mentor-stitch-timer-center-input:focus{outline:none}.mentor-stitch-page .mentor-stitch-icon-action,.mentor-stitch-page .mentor-stitch-primary-action,.mentor-stitch-page .mentor-stitch-secondary-action,.mentor-stitch-page .mentor-stitch-send{min-height:44px}.mentor-stitch-timer-controls{display:flex;width:100%;gap:8px;margin-bottom:12px}.mentor-stitch-inline-action{width:100%}.mentor-stitch-icon-action{width:42px;background:#ebeef0;color:#0e1c2b}.mentor-stitch-error-copy{color:#ba1a1a}.mentor-stitch-metric-head,.mentor-stitch-progress-head,.mentor-stitch-weekly-block{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mentor-stitch-page .mentor-stitch-progress-head{align-items:center;margin-top:18px}.mentor-stitch-page .mentor-stitch-progress-copy{display:grid;grid-gap:6px;gap:6px;min-width:0;flex:1 1}.mentor-stitch-progress-head strong,.mentor-stitch-weekly-block strong{display:block;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.06em;color:#0e1c2b}.mentor-stitch-metric-head span,.mentor-stitch-progress-head span,.mentor-stitch-weekly-block span{display:block;font-size:.58rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#767683}.mentor-stitch-progress-head svg{color:#4f7942;opacity:.54}.mentor-stitch-page .mentor-stitch-progress-icon{flex-shrink:0;width:24px;height:24px;margin-top:2px}.mentor-stitch-page .mentor-stitch-progress-track{margin-top:16px}.mentor-stitch-card-dark{background:#0e1c2b;color:#ffffff}.mentor-stitch-card-dark h3,.mentor-stitch-card-dark strong{color:#ffffff}.mentor-stitch-card-dark .mentor-stitch-metric-head span,.mentor-stitch-card-dark .mentor-stitch-weekly-block span{color:#8b99ac}.mentor-stitch-summary-list{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.mentor-stitch-summary-item{display:grid;grid-gap:4px;gap:4px;padding-bottom:12px;border-bottom:1px solid rgba(139,153,172,.2)}.mentor-stitch-summary-item:last-child{padding-bottom:0;border-bottom:0}.mentor-stitch-status-block span,.mentor-stitch-summary-item span{display:block;font-size:.58rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#8b99ac}.mentor-stitch-summary-item strong{display:block;font-family:Manrope,sans-serif;font-size:1.55rem;font-weight:800;letter-spacing:-.05em}.mentor-stitch-status-block p,.mentor-stitch-summary-item p{margin:0;font-size:.8rem;line-height:1.5;color:rgba(255,255,255,.78)}.mentor-stitch-status-block{display:grid;grid-gap:8px;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(139,153,172,.2)}.mentor-stitch-metric-block{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.mentor-stitch-bars{display:flex;align-items:flex-end;gap:6px;height:56px}.mentor-stitch-bars span{flex:1 1;border-radius:4px 4px 0 0;background:rgba(139,153,172,.22)}.mentor-stitch-bars span:nth-child(3){background:#c0f0ad}.mentor-stitch-weekly-block{margin-top:18px;padding-top:18px;border-top:1px solid rgba(139,153,172,.2)}.mentor-stitch-trend-chip{max-width:112px;padding:6px 8px;border-radius:8px;background:rgba(16,56,8,.34);color:#c0f0ad;font-size:.56rem;font-weight:700;line-height:1.4;text-transform:uppercase}.mentor-stitch-mobile-nav{display:none}@keyframes mentor-stitch-pulse{0%,80%,to{opacity:.3;transform:scale(.9)}40%{opacity:1;transform:scale(1)}}@media (max-width:1120px){.mentor-stitch-page .mentor-stitch-shell{grid-template-columns:minmax(0,1fr);overflow-y:auto}.mentor-stitch-page .mentor-stitch-sidebar{position:static;height:auto;overflow:visible;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:transparent;border-radius:0}}@media (max-width:860px){.mentor-stitch-page{height:auto;min-height:100dvh;grid-template-rows:auto auto;overflow:visible;padding-bottom:116px}.mentor-stitch-topbar{padding:16px}.mentor-stitch-goal,.mentor-stitch-nav,.mentor-stitch-primary-action,.mentor-stitch-user-box span{display:none}.mentor-stitch-page .mentor-stitch-shell{width:min(100vw,calc(100vw - 24px));padding-top:16px;gap:18px;height:auto;overflow:visible}.mentor-stitch-page .mentor-stitch-chat-panel{height:auto;min-height:auto}.mentor-stitch-card,.mentor-stitch-chat-header,.mentor-stitch-page .mentor-stitch-composer-dock,.mentor-stitch-page .mentor-stitch-thread{padding-inline:16px}.mentor-stitch-chat-header{align-items:start}.mentor-stitch-delete-button span{display:none}.mentor-stitch-message-row{max-width:100%}.mentor-stitch-completion-grid,.mentor-stitch-page .mentor-stitch-sidebar{grid-template-columns:minmax(0,1fr)}.mentor-stitch-send{padding-inline:12px}.mentor-stitch-send span{display:none}.mentor-stitch-mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:45;display:flex;justify-content:space-around;align-items:center;padding:14px 12px calc(14px + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -10px 30px rgba(0,0,0,.03)}.mentor-stitch-mobile-nav a{text-decoration:none;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#767683}.mentor-stitch-mobile-nav a[aria-current=page]{color:#0e1c2b}}.terms-hero-copy h1{max-width:13ch;font-size:clamp(2.5rem,5vw,4.4rem);line-height:.98;letter-spacing:-.04em}.terms-hero-meta{display:flex;flex-wrap:wrap;gap:10px}.terms-hero-meta span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--st-line,#c6c5d4);background:var(--st-surface-low,#f1f4f6);color:var(--st-secondary,#206393);font-size:.84rem;font-weight:700;letter-spacing:.04em}.terms-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.terms-highlight-card{min-height:100%;padding:18px;border-radius:12px;border:1px solid var(--st-line,#c6c5d4);background:radial-gradient(circle at top right,rgba(32,99,147,.08),transparent 34%),radial-gradient(circle at bottom left,rgba(164,211,147,.1),transparent 38%),var(--st-surface,#ffffff);box-shadow:0 14px 28px rgba(15,28,44,.07);display:grid;grid-gap:10px;gap:10px}.terms-highlight-card h2{margin:0;font-size:1.15rem;line-height:1.2}.terms-highlight-card p{margin:0;color:var(--muted);line-height:1.6}.terms-content-card{grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:start;gap:22px;border-radius:16px;padding:24px;background:var(--st-surface,#ffffff)}.terms-sidebar{position:-webkit-sticky;position:sticky;top:24px}.terms-toc{gap:12px;border-radius:12px;padding:16px;background:var(--st-surface,#ffffff)}.terms-toc-title{color:var(--ink);font-family:Manrope,sans-serif;font-size:.92rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.terms-main{display:grid;grid-gap:18px;gap:18px}.terms-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.terms-actions{padding-top:4px}.contact-form-section{gap:18px}.contact-section-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.contact-priority-chip{min-width:220px;padding:14px 16px;border-radius:12px;border:1px solid var(--st-line,#c6c5d4);background:var(--st-surface-low,#f1f4f6);display:grid;grid-gap:6px;gap:6px}.contact-priority-chip strong{font-size:.96rem}.contact-priority-chip span{color:var(--st-muted,#454652);line-height:1.5;font-size:.92rem}.contact-priority-chip.plan-free{border-color:#c6c5d4}.contact-priority-chip.plan-pro{border-color:rgba(32,99,147,.3);background:color-mix(in srgb,var(--st-secondary,#206393) 8%,white)}.contact-priority-chip.plan-premium{border-color:rgba(40,80,30,.32);background:color-mix(in srgb,var(--st-success-soft,#c0f0ad) 28%,white)}.contact-form-grid{display:grid;grid-gap:16px;gap:16px}.contact-form-grid label{display:grid;grid-gap:8px;gap:8px;font-weight:600;color:var(--st-text,#181c1e)}.contact-form-message{grid-column:1/-1}.contact-message-textarea{width:100%;min-height:190px;resize:vertical;border-radius:12px;border:1px solid var(--st-line,#c6c5d4);background:#fff;padding:14px 16px;color:var(--st-text,#181c1e);line-height:1.6}.contact-auth-panel{padding:16px;border-radius:12px;border:1px dashed var(--st-line,#c6c5d4);background:var(--st-surface-low,#f1f4f6);display:grid;grid-gap:6px;gap:6px}.contact-auth-panel p{margin:0;color:var(--st-muted,#454652);line-height:1.55}.contact-status-line{margin:0}.contact-chat-page{width:min(1440px,calc(100vw - 28px))}.contact-sidebar{gap:14px}.contact-info-card{gap:12px}.contact-info-icon,.contact-specialist-avatar{background:linear-gradient(135deg,var(--st-primary,#0e1c2b),var(--st-primary-soft,#233141));color:#ffffff}.contact-navbar-brand small{color:var(--st-secondary,#206393)}.contact-chat-page .mentor-topbar-specialist{flex:1 1 auto;min-width:0}.contact-chat-page .mentor-topbar-actions{flex:0 0 auto;flex-wrap:nowrap}.contact-chat-page .contact-navbar-brand{min-width:0}.contact-navbar-brand h1{white-space:nowrap;overflow:visible;text-overflow:clip}.contact-priority-pill.plan-free{background:var(--st-surface-low,#f1f4f6)}.contact-priority-pill.plan-pro{background:color-mix(in srgb,var(--st-secondary,#206393) 12%,white)}.contact-priority-pill.plan-premium{background:color-mix(in srgb,var(--st-success-soft,#c0f0ad) 30%,white)}.contact-priority-summary{display:grid;grid-gap:4px;gap:4px}.contact-priority-summary strong,.stitch-modern-surface .contact-priority-summary strong{color:#f5fbff}.contact-priority-summary span{color:rgba(219,233,245,.82);font-size:.88rem}.contact-checklist{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;line-height:1.5}.contact-checklist,.contact-checklist li{color:rgba(235,244,251,.9)}.contact-conversation-card{min-height:calc(100dvh - 170px)}.contact-ai-avatar{font-size:.62rem;letter-spacing:.04em}.contact-bubble-content{gap:6px}.contact-chat-composer{gap:12px}.admin-chat-page{width:min(1440px,calc(100vw - 28px))}.admin-ai-avatar,.admin-specialist-avatar{background:linear-gradient(135deg,var(--st-primary,#0e1c2b),var(--st-primary-soft,#233141));color:#ffffff}.admin-threads-sidebar{gap:12px}.admin-threads-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.admin-threads-header span{color:var(--st-muted,#454652);font-size:.88rem}.admin-thread-list{display:grid;grid-gap:10px;gap:10px;overflow-y:auto}.admin-thread-card{width:100%;text-align:left;padding:14px;border-radius:12px;border:1px solid var(--st-line,#c6c5d4);background:var(--st-surface,#ffffff);display:grid;grid-gap:8px;gap:8px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.admin-thread-card.is-active,.admin-thread-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--st-secondary,#206393) 44%,var(--st-line,#c6c5d4));background:color-mix(in srgb,var(--st-secondary,#206393) 7%,white)}.admin-thread-card.is-pending{border-left:3px solid var(--st-success,#28501e)}.admin-thread-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.admin-thread-card-head strong{font-size:.94rem;line-height:1.3}.admin-thread-card-head span{color:var(--st-secondary,#206393);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.admin-empty-thread p,.admin-thread-card p,.admin-thread-card small,.admin-thread-card time{margin:0;color:var(--st-muted,#454652)}.admin-thread-card p{font-weight:600;color:var(--st-text,#181c1e)}.admin-thread-card small{line-height:1.5}.admin-thread-card-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:.78rem}.admin-conversation-card{min-height:calc(100dvh - 170px)}.admin-user-badge{background:linear-gradient(135deg,#5a6b7d,#334155)}.stitch-modern-surface.terms-page-shell .help-page-card{border-color:var(--st-line,#c6c5d4)}.stitch-modern-surface.terms-page-shell .help-page-header .eyebrow,.stitch-modern-surface.terms-page-shell .terms-hero-copy .eyebrow{color:var(--st-secondary,#206393);letter-spacing:.12em}.stitch-modern-surface.terms-page-shell .help-section{border-radius:12px;padding:20px;background:var(--st-surface,#ffffff);box-shadow:0 12px 24px rgba(15,28,44,.05)}.stitch-modern-surface.terms-page-shell .help-section h2{font-size:1.45rem;line-height:1.15;letter-spacing:-.02em}.stitch-modern-surface.terms-page-shell .help-section li,.stitch-modern-surface.terms-page-shell .help-section p,.stitch-modern-surface.terms-page-shell .terms-highlight-card p{color:var(--st-muted,#454652);line-height:1.65}.stitch-modern-surface.terms-page-shell .help-grid article{border-radius:12px;padding:16px;background:var(--st-surface-low,#f1f4f6);box-shadow:none}.stitch-modern-surface.terms-page-shell .help-toc a{display:block;padding:9px 10px;border-radius:10px;color:var(--st-text,#181c1e);font-weight:600;transition:background .16s ease,color .16s ease}.stitch-modern-surface.terms-page-shell .help-toc a:hover{background:var(--st-surface-low,#f1f4f6);color:var(--st-secondary,#206393)}@media (max-width:980px){.terms-content-card,.terms-highlight-grid{grid-template-columns:1fr}.terms-sidebar{position:static}.contact-section-header{flex-direction:column}.contact-priority-chip{min-width:0;width:100%}}@media (max-width:720px){.terms-detail-grid{grid-template-columns:1fr}.terms-hero-meta{flex-direction:column;align-items:flex-start}}.help-grid h3,.help-grid p{margin:0}.help-actions{display:flex;justify-content:flex-end}.help-actions .primary-button{box-shadow:0 12px 26px rgba(13,122,116,.22)}.landing-shell{width:min(1220px,calc(100vw - 32px));margin:0 auto;padding:28px 0 64px;display:grid;grid-gap:22px;gap:22px}.landing-final-cta,.landing-hero,.landing-section{background:rgba(255,250,240,.84);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-hero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:24px;gap:24px;padding:34px;background:radial-gradient(circle at top right,rgba(13,122,116,.18),transparent 28%),radial-gradient(circle at bottom left,rgba(214,122,49,.16),transparent 30%),rgba(255,250,240,.88)}.landing-final-cta span,.landing-kicker,.landing-plan-name,.landing-section-heading span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);font-weight:700}.landing-benefit-card,.landing-dashboard-card,.landing-hero-copy,.landing-info-card,.landing-plan-card,.landing-science-card,.landing-section-heading,.landing-seo-box,.landing-testimonial-card,.landing-visual-grid article{display:grid;grid-gap:10px;gap:10px}.landing-final-cta h2,.landing-hero-copy h1,.landing-plan-card h3,.landing-section-heading h2{margin:0;font-family:var(--font-display);line-height:1.05}.landing-hero-copy h1{font-size:clamp(2.8rem,6vw,5rem);max-width:12ch}.landing-benefit-card p,.landing-dashboard-card li,.landing-data-strip span,.landing-final-cta p,.landing-hero-copy p,.landing-info-card p,.landing-metrics-row span,.landing-plan-card p,.landing-science-card p,.landing-section-heading p,.landing-seo-box p,.landing-solution-panel p,.landing-steps p,.landing-table-wrap,.landing-testimonial-card p,.landing-visual-grid p,.landing-visual-note p{color:var(--muted);line-height:1.6}.landing-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.landing-primary-cta,.landing-secondary-cta{border-radius:999px;padding:14px 20px;text-decoration:none;transition:transform .16s ease,opacity .16s ease,background .16s ease}.landing-primary-cta{background:linear-gradient(120deg,var(--teal),#064845);color:#fff7ef}.landing-secondary-cta{border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.7);color:var(--ink)}.landing-secondary-cta--solid{display:inline-flex;justify-content:center}.landing-primary-cta:hover,.landing-secondary-cta:hover{transform:translateY(-1px)}.landing-data-strip,.landing-metrics-row,.landing-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.landing-data-strip span,.landing-metrics-row div,.landing-proof-strip span{border:1px solid rgba(31,27,24,.08);border-radius:16px;background:rgba(255,255,255,.62);padding:12px 14px}.landing-hero-visual{display:grid;align-content:center;grid-gap:14px;gap:14px}.landing-dashboard-card{padding:18px;border-radius:24px;border:1px solid rgba(31,27,24,.08)}.landing-dashboard-card--main{background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(245,255,252,.76))}.landing-dashboard-card--accent{background:linear-gradient(180deg,rgba(255,246,238,.86),rgba(255,255,255,.72))}.landing-dashboard-card p,.landing-dashboard-card ul{margin:0}.landing-dashboard-card strong{font-size:1.1rem}.landing-dashboard-card ul{padding-left:18px;display:grid;grid-gap:6px;gap:6px}.landing-section{padding:30px;display:grid;grid-gap:18px;gap:18px}.landing-section--split{grid-template-columns:1fr 1fr;align-items:start}.landing-card-grid,.landing-plan-grid,.landing-science-grid,.landing-steps,.landing-visual-grid{display:grid;grid-gap:14px;gap:14px}.landing-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-card-grid--3,.landing-plan-grid,.landing-science-grid,.landing-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-benefit-card,.landing-info-card,.landing-plan-card,.landing-science-card,.landing-seo-box,.landing-solution-panel,.landing-testimonial-card,.landing-visual-grid article,.landing-visual-note{border:1px solid rgba(31,27,24,.08);border-radius:20px;background:rgba(255,255,255,.66);padding:18px}.landing-solution-panel{display:grid;grid-gap:14px;gap:14px}.landing-steps{grid-template-columns:repeat(5,minmax(0,1fr))}.landing-steps article{border-radius:20px;padding:18px;background:rgba(255,255,255,.66);border:1px solid rgba(31,27,24,.08);display:grid;grid-gap:10px;gap:10px}.landing-steps span{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(120deg,var(--amber),#b85f1f);color:#fff7ef;font-weight:700}.landing-bullets-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:14px;gap:14px}.landing-bullets-grid ul{margin:0;padding-left:22px;display:grid;grid-gap:10px;gap:10px}.landing-metrics-row div{display:grid;grid-gap:8px;gap:8px}.landing-metrics-row strong{font-size:clamp(1.8rem,4vw,2.6rem);font-family:var(--font-display)}.landing-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.landing-table-wrap{overflow-x:auto}.landing-compare-table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.68);border-radius:20px;overflow:hidden}.landing-compare-table td,.landing-compare-table th{text-align:left;padding:16px;border-bottom:1px solid rgba(31,27,24,.08)}.landing-compare-table th{background:rgba(13,122,116,.08)}.landing-plan-card.featured{border-color:rgba(13,122,116,.3);background:linear-gradient(180deg,rgba(240,255,252,.9),rgba(255,255,255,.78));transform:translateY(-4px)}.landing-plan-card ul{margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px}.landing-final-cta{padding:30px;display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;align-items:center;background:radial-gradient(circle at top left,rgba(214,122,49,.18),transparent 26%),radial-gradient(circle at bottom right,rgba(13,122,116,.18),transparent 26%),rgba(255,250,240,.9)}.landing-section--seo{margin-bottom:12px}.sf-page{width:min(1280px,calc(100vw - 32px));margin:0 auto;padding:20px 0 56px;display:grid;grid-gap:22px;gap:22px}.sf-final-cta,.sf-footer,.sf-hero,.sf-section{border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow)}.sf-hero{min-height:calc(100vh - 40px);display:grid;grid-template-columns:1.1fr .9fr;grid-gap:30px;gap:30px;align-items:center;padding:36px;overflow:hidden;position:relative;background:radial-gradient(circle at top right,rgba(13,122,116,.08),transparent 25%),radial-gradient(circle at bottom left,rgba(214,122,49,.14),transparent 25%),#f9f7f2}.sf-hero:after,.sf-hero:before{content:"";position:absolute;border-radius:999px;filter:blur(48px);pointer-events:none}.sf-hero:before{top:-80px;right:-80px;width:320px;height:320px;background:rgba(13,122,116,.08)}.sf-hero:after{left:-60px;bottom:-40px;width:260px;height:260px;background:rgba(214,122,49,.12)}.sf-benefit-card,.sf-chat-card,.sf-comparison-card,.sf-copy-block,.sf-feature-card,.sf-hero-copy,.sf-hero-note,.sf-price-card,.sf-retention-card,.sf-section-header,.sf-solution-side article,.sf-testimonial-card{display:grid;grid-gap:10px;gap:10px}.sf-hero-copy{position:relative;z-index:1}.sf-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:8px 14px;border-radius:999px;border:1px solid rgba(31,27,24,.08);background:rgba(242,232,223,.9);color:var(--brick);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.sf-copy-block h2,.sf-final-cta h2,.sf-hero-copy h1,.sf-price-card h3,.sf-section-header h2{margin:0;font-family:var(--font-display);line-height:1.08}.sf-hero-copy h1{font-size:clamp(3rem,6vw,6rem)}.sf-text-teal{color:var(--teal)}.sf-text-brick{color:var(--brick)}.sf-benefit-card p,.sf-chat-message p,.sf-comparison-card li,.sf-copy-block p,.sf-feature-card p,.sf-final-cta p,.sf-footer a,.sf-hero-copy p,.sf-hero-note,.sf-next-activity small,.sf-next-activity strong,.sf-person span,.sf-price-card p,.sf-retention-card p,.sf-science-list p,.sf-section-header p,.sf-solution-side article p,.sf-step-card p,.sf-testimonial-card p{color:var(--muted);line-height:1.6}.sf-highlight{color:var(--brick);font-style:italic;font-weight:600}.sf-actions{display:flex;gap:12px;flex-wrap:wrap}.sf-primary-button,.sf-secondary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:14px 22px;text-decoration:none;font-weight:700;transition:transform .16s ease,background .16s ease,opacity .16s ease}.sf-primary-button{background:linear-gradient(120deg,var(--teal),#3d9a9f);color:#fff;box-shadow:0 16px 30px rgba(13,122,116,.22)}.sf-primary-button-large{padding:18px 28px;font-size:1.05rem}.sf-secondary-button{background:rgba(255,255,255,.76);border:1px solid rgba(31,27,24,.08);color:var(--ink)}.sf-secondary-button-solid{background:rgba(255,255,255,.2);color:inherit}.sf-primary-button:hover,.sf-secondary-button:hover{transform:translateY(-1px)}.sf-hero-visual{position:relative;z-index:1;display:grid;grid-gap:16px;gap:16px}.sf-benefit-card,.sf-chat-card,.sf-comparison-card,.sf-dashboard-frame,.sf-feature-card,.sf-hero-note,.sf-price-card,.sf-retention-card,.sf-solution-board,.sf-step-card,.sf-testimonial-card{background:rgba(255,255,255,.82);border:1px solid rgba(31,27,24,.08)}.sf-dashboard-frame{border-radius:28px;overflow:hidden;padding:24px;box-shadow:0 24px 44px rgba(45,36,30,.12)}.sf-dashboard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sf-dashboard-logo{width:128px;height:28px;background:rgba(242,232,223,1);border-radius:8px}.sf-dashboard-avatar{width:40px;height:40px;background:var(--teal);border-radius:999px}.sf-dashboard-lines{display:grid;grid-gap:10px;gap:10px;margin-bottom:24px}.sf-dashboard-lines div{height:16px;border-radius:999px;background:rgba(71,85,105,.12)}.sf-dashboard-lines div:last-child{width:72%}.sf-dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.sf-dashboard-metrics div{min-height:110px;border-radius:16px;border:2px solid transparent;display:grid;place-items:center;text-align:center;padding:12px}.sf-dashboard-metrics strong{font-size:1.8rem}.sf-dashboard-metrics span{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.sf-dashboard-metrics .teal{background:rgba(13,122,116,.1);border-color:rgba(13,122,116,.2);color:var(--teal)}.sf-dashboard-metrics .amber{background:rgba(214,122,49,.1);border-color:rgba(214,122,49,.2);color:var(--amber)}.sf-dashboard-metrics .brick{background:rgba(159,58,45,.08);border-color:rgba(159,58,45,.18);color:var(--brick)}.sf-hero-note{border-radius:22px;padding:18px}.sf-chat-badge,.sf-hero-note span,.sf-next-activity strong,.sf-person strong,.sf-price-value,.sf-retention-card h3,.sf-section-header.center p strong,.sf-stars{color:var(--ink)}.sf-section{padding:32px;background:rgba(249,247,242,.88)}.sf-section-soft{background:rgba(242,232,223,.32)}.sf-section-alt{background:rgba(242,232,223,.72)}.sf-section-pricing{background:rgba(249,247,242,.94)}.sf-section-header.center{text-align:center;max-width:760px;margin:0 auto 18px}.sf-premium-grid,.sf-science-layout,.sf-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;align-items:center}.sf-problem-art{width:min(320px,100%);margin:0 auto;display:grid;grid-gap:10px;gap:10px;transform:rotate(-10deg)}.sf-problem-art div{height:48px;border-radius:14px;border:1px solid rgba(31,27,24,.15);background:rgba(71,85,105,.15)}.sf-problem-art div:nth-child(2){width:110%;margin-left:12px;background:rgba(45,36,30,.08)}.sf-problem-art div:nth-child(3){width:85%;margin-left:-8px}.sf-problem-art div:nth-child(4){width:105%;margin-left:22px;background:rgba(159,58,45,.08)}.sf-solution-board{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:18px;gap:18px;padding:18px;border-radius:34px;background:rgba(255,255,255,.9)}.sf-solution-side{display:grid;grid-gap:16px;gap:16px;align-content:center}.sf-solution-side article{padding:20px;border-radius:22px}.sf-solution-side article:first-child{background:rgba(13,122,116,.06);border-left:4px solid var(--teal)}.sf-solution-side article:last-child{background:rgba(214,122,49,.06);border-left:4px solid var(--amber)}.sf-solution-screen{background:#2d241e;border-radius:24px;padding:18px;color:#fff}.sf-terminal-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:rgba(255,255,255,.5);font-size:.75rem;letter-spacing:.08em}.sf-terminal-bar div{display:flex;gap:6px}.sf-terminal-bar i{width:8px;height:8px;border-radius:999px;display:block;background:#f87171}.sf-terminal-bar i:nth-child(2){background:#facc15}.sf-terminal-bar i:nth-child(3){background:#4ade80}.sf-screen-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.sf-bars-card,.sf-radar-card{min-height:160px;border-radius:18px;background:rgba(255,255,255,.05);padding:16px}.sf-bars-card{display:flex;align-items:end;gap:8px}.sf-bars-card span{flex:1 1;display:block;border-radius:6px 6px 0 0;background:var(--teal)}.sf-bars-card span.amber{background:var(--amber)}.sf-radar-card{display:grid;place-items:center}.sf-radar-shell{width:120px;height:120px;border-radius:999px;border:2px solid rgba(255,255,255,.12);position:relative}.sf-radar-shell.inner{position:absolute;inset:18px;border-color:rgba(214,122,49,.25)}.sf-radar-shell.core{position:absolute;inset:34px;background:rgba(13,122,116,.24);border-color:rgba(13,122,116,.35)}.sf-next-activity{margin-top:14px;border-radius:16px;padding:14px;background:rgba(13,122,116,.2);border:1px solid rgba(13,122,116,.38);display:grid;grid-gap:6px;gap:6px}.sf-next-activity small{text-transform:uppercase;font-weight:700;letter-spacing:.08em;color:#7ee4db}.sf-next-activity strong{color:#fff}.sf-section-steps{overflow:hidden}.sf-benefits-grid,.sf-feature-grid,.sf-pricing-grid,.sf-steps-grid,.sf-testimonials-grid{display:grid;grid-gap:16px;gap:16px}.sf-steps-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.sf-step-card{padding:22px 18px;border-radius:26px;text-align:center}.sf-step-number{width:64px;height:64px;margin:0 auto 16px;border-radius:20px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:1.4rem;background:linear-gradient(120deg,var(--brick),#7f261d)}.sf-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-feature-card{padding:26px;border-radius:34px}.sf-feature-card-wide{grid-column:span 2}.sf-benefit-icon,.sf-feature-icon{width:48px;height:48px;border-radius:14px;background:rgba(13,122,116,.1)}.sf-science-section{background:#2d241e;color:#fff}.sf-copy-block.light h2,.sf-copy-block.light-teal h2,.sf-final-cta h2,.sf-footer-brand span,.sf-price-card.dark h3,.sf-retention-card h3,.sf-science-list h3{color:#fff}.sf-copy-block.light p,.sf-copy-block.light-teal p,.sf-footer,.sf-footer a,.sf-price-card.dark li,.sf-price-card.dark p,.sf-science-list p{color:rgba(255,255,255,.74)}.sf-science-list{display:grid;grid-gap:18px;gap:18px}.sf-science-list article{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px}.sf-science-list article>div:first-child{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:var(--teal);font-weight:700}.sf-retention-card{padding:24px;border-radius:28px;background:rgba(255,255,255,.06)}.sf-retention-card h3{text-align:center}.sf-retention-chart{margin-top:20px;height:220px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.06) 1px,transparent 0);background-size:100% 25%;position:relative;overflow:hidden}.sf-retention-system,.sf-retention-traditional{position:absolute;inset:20px 18px 20px 18px}.sf-retention-system:after,.sf-retention-traditional:after{content:"";position:absolute;inset:0}.sf-retention-traditional:after{background:linear-gradient(135deg,transparent 18%,rgba(159,58,45,.8) 19%,rgba(159,58,45,.8) 20%,transparent 21%);transform:skewY(18deg)}.sf-retention-system:after{background:linear-gradient(135deg,transparent 22%,rgba(13,122,116,.85) 23%,rgba(13,122,116,.85) 24%,transparent 25%);transform:translateY(-24px) skewY(-14deg)}.sf-retention-legend{margin-top:16px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.sf-retention-legend span{display:inline-flex;align-items:center;gap:8px}.sf-retention-legend i{width:12px;height:12px;border-radius:4px;display:inline-block}.sf-retention-legend i.teal{background:var(--teal)}.sf-retention-legend i.brick{background:var(--brick)}.sf-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sf-benefit-card{padding:20px;border-radius:28px;text-align:center}.sf-benefit-icon{margin:0 auto 14px;width:80px;height:80px;border-radius:999px;background:rgba(242,232,223,1)}.sf-testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-testimonial-card{padding:28px;border-radius:28px}.sf-stars{color:var(--amber);letter-spacing:.08em}.sf-person{display:flex;align-items:center;gap:12px}.sf-avatar{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;font-weight:700;color:#fff;background:var(--teal)}.sf-person div:last-child{display:grid}.sf-comparison-grid{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:34px}.sf-comparison-card{padding:34px}.sf-comparison-card.traditional{background:var(--slate);color:rgba(255,255,255,.88)}.sf-comparison-card.smart h3,.sf-comparison-card.smart li,.sf-comparison-card.smart small,.sf-comparison-card.traditional h3{color:#fff}.sf-comparison-card.traditional li{color:rgba(255,255,255,.82)}.sf-comparison-card.smart{background:var(--teal);color:#fff;position:relative}.sf-comparison-card.smart small{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.14);letter-spacing:.06em;text-transform:uppercase}.sf-comparison-card ul,.sf-price-card ul{margin:0;padding-left:18px;display:grid;grid-gap:12px;gap:12px}.sf-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sf-price-card{padding:30px;border-radius:38px;display:grid;grid-gap:18px;gap:18px}.sf-price-card.light{background:rgba(255,255,255,.94)}.sf-price-card.featured{background:rgba(255,255,255,.98);border:2px solid var(--teal);transform:scale(1.03);position:relative}.sf-price-card.dark{background:#2d241e}.sf-price-value{font-size:2.5rem;font-weight:800}.sf-price-card.featured .sf-price-value,.sf-price-value{color:var(--ink)}.sf-price-card.dark .sf-price-value{color:#fff}.sf-section-premium{background:var(--teal)}.sf-chat-card{padding:24px;border-radius:32px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}.sf-chat-message{display:flex;gap:12px;align-items:flex-start}.sf-chat-message+.sf-chat-message{margin-top:16px;justify-content:flex-end}.sf-chat-message p{max-width:420px;padding:16px;border-radius:22px;background:rgba(255,255,255,.2);color:#fff}.sf-chat-badge{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#0b6661;color:#fff;font-size:.75rem;font-style:italic;flex-shrink:0}.sf-chat-badge.user{background:var(--amber);font-style:normal}.sf-copy-block.light-teal p{color:rgba(255,255,255,.86);font-size:1.05rem}.sf-final-cta{padding:68px 24px;text-align:center;background:radial-gradient(circle at center,rgba(13,122,116,.2),transparent 45%),#2d241e}.sf-final-cta p{max-width:720px;margin:16px auto 28px;color:rgba(255,255,255,.74)}.sf-footer{justify-content:space-between;gap:18px;padding:20px 24px;background:#2d241e}.sf-footer,.sf-footer-brand{display:flex;align-items:center}.sf-footer-brand{gap:10px}.sf-footer-logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--teal);color:#fff;font-family:var(--font-display);font-weight:700}.sf-footer nav{display:flex;gap:18px;flex-wrap:wrap}.sf-footer a{text-decoration:none}.sf-footer a:hover{color:#7ee4db}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top right,rgba(13,122,116,.12),transparent 28%),radial-gradient(circle at bottom left,rgba(214,122,49,.15),transparent 30%),#f9f7f2}.login-main{width:min(520px,100%)}.login-card{border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);background:rgba(255,250,240,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:28px}.login-brand{width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;border:1px solid rgba(31,27,24,.1);background:rgba(255,255,255,.75);color:var(--teal);font-weight:700;letter-spacing:.04em}.login-loading{text-align:center;justify-items:center}.login-stitch-shell{min-height:100vh;background:#f7fafc}.login-stitch-main{min-height:100vh;display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%)}.login-stitch-left{background:#f7fafc;padding:32px 40px;display:grid;grid-template-rows:auto 1fr auto;grid-gap:28px;gap:28px;position:relative;z-index:1}.login-stitch-brand{font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:#0e1c2b}.login-stitch-content{width:min(460px,100%);margin:0 auto;align-self:center;display:grid;grid-gap:20px;gap:20px}.login-stitch-header h1{margin:0;font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.3rem);line-height:1.02;color:#0e1c2b}.login-stitch-header .muted-line{margin:8px 0 0}.login-stitch-form{gap:14px}.login-stitch-field{display:grid;grid-gap:8px;gap:8px}.login-stitch-field-header>span,.login-stitch-field>span{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4b5a68}.login-stitch-field-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.login-stitch-field input{border:1px solid #dce3ea;background:#ffffff;border-radius:10px;padding:12px 14px}.primary-button.login-stitch-submit{min-height:52px;font-family:Manrope,sans-serif;font-size:1rem;color:#ffffff;background:#000000;border:1px solid #000000;box-shadow:0 10px 22px rgba(0,0,0,.22)}.primary-button.login-stitch-submit:hover:not(:disabled){background:#121212;border-color:#121212}.login-stitch-divider{position:relative;display:flex;justify-content:center;align-items:center;padding:6px 0}.login-stitch-divider:before{content:"";position:absolute;inset:50% 0 auto;border-top:1px solid #dce3ea}.login-stitch-divider span{position:relative;z-index:1;background:#f7fafc;color:#7d8c9a;padding:0 10px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.login-stitch-google{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.login-stitch-google img{width:18px;height:18px}.login-stitch-google-icon{width:18px;height:18px;flex-shrink:0}.login-stitch-create{min-height:48px;color:#18344d;background:#e8eef5;border-color:#c4d4e3;font-weight:700}.login-stitch-create:hover{background:#dfe8f1;border-color:#9fb8cf}.primary-button.login-signup-submit,.primary-button.login-signup-submit:hover:not(:disabled){color:#000000}.login-stitch-footer-line{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.login-stitch-link{border:0;background:transparent;color:#206393;font-size:.82rem;font-weight:700;cursor:pointer;padding:0}.login-stitch-link:hover{text-decoration:underline}.login-stitch-meta{color:#6f8193;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase}.login-stitch-visual{position:relative;background:linear-gradient(180deg,rgba(14,28,43,.25),rgba(14,28,43,.85)),url(https://lh3.googleusercontent.com/aida-public/AB6AXuD9iOMz0RXfEUyhFoexsXfDqCaxWvN85JHpCVhVS_pR3t99Zxs8OgbuA8oZOq4kpXqHecQ-4z6LEy4vokSXPfRtYPVsG9elms7wbk1Fgg6d6PYY_MvOwlthXazbgKC0WSwBgIHD0cmZUWojUiB1cJ59kIT6BTSCNT3COJ5gCeAX4WAPpCHnSO80vsh9e8WcTZaehTcOaMQQq2I7_FppjSvqBF6TUD4AmZeb3yXfokh-1btjLFYevm_Cy7vmrTq5pN1dMWV4-Hoh3CU) 50%/cover no-repeat;overflow:hidden}.login-stitch-visual-overlay{position:absolute;inset:0;display:grid;align-content:end;grid-gap:16px;gap:16px;padding:56px;background:linear-gradient(180deg,transparent 36%,rgba(7,14,22,.84))}.login-stitch-quote-mark{width:46px;height:4px;background:#c0f0ad;border-radius:999px}.login-stitch-visual-overlay blockquote{margin:0;max-width:24ch;font-family:Manrope,sans-serif;font-size:clamp(1.4rem,2.1vw,2rem);line-height:1.2;color:#eef4fa}.login-stitch-visual-overlay p{margin:0;color:#baccdf;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.login-loading-state .login-stitch-main{grid-template-columns:minmax(0,1fr)}.login-loading-state .login-stitch-left{justify-items:center;text-align:center}@media (max-width:1080px){.landing-bullets-grid,.landing-final-cta,.landing-hero,.landing-section--split{grid-template-columns:1fr}.landing-card-grid--3,.landing-card-grid--4,.landing-data-strip,.landing-metrics-row,.landing-plan-grid,.landing-proof-strip,.landing-science-grid,.landing-steps,.landing-testimonials,.landing-visual-grid{grid-template-columns:1fr 1fr}.sf-benefits-grid,.sf-comparison-grid,.sf-feature-grid,.sf-hero,.sf-premium-grid,.sf-pricing-grid,.sf-science-layout,.sf-solution-board,.sf-split,.sf-steps-grid,.sf-testimonials-grid{grid-template-columns:1fr}.sf-feature-card-wide{grid-column:auto}.login-stitch-main{grid-template-columns:minmax(0,1fr)}.login-stitch-visual{display:none}.login-stitch-left{padding:24px}}@media (max-width:640px){.landing-shell{width:min(100vw - 20px,100%);padding:18px 0 40px}.landing-final-cta,.landing-hero,.landing-section{padding:20px;border-radius:22px}.landing-card-grid--3,.landing-card-grid--4,.landing-data-strip,.landing-metrics-row,.landing-plan-grid,.landing-proof-strip,.landing-science-grid,.landing-steps,.landing-testimonials,.landing-visual-grid{grid-template-columns:1fr}.landing-hero-copy h1{font-size:2.6rem}.sf-page{width:min(100vw - 20px,100%);padding:12px 0 32px}.sf-final-cta,.sf-footer,.sf-hero,.sf-section{border-radius:22px}.sf-final-cta,.sf-hero,.sf-section{padding:20px}.sf-hero{min-height:auto}.sf-hero-copy h1{font-size:2.7rem}.sf-actions,.sf-dashboard-metrics,.sf-footer,.sf-screen-grid{grid-template-columns:1fr}.sf-actions,.sf-footer{display:grid}.sf-footer nav{justify-content:flex-start}.login-shell{padding:12px}.login-card{border-radius:22px;padding:20px}.login-stitch-left{padding:18px 14px;gap:18px}.login-stitch-content{gap:16px}.login-stitch-google,.login-stitch-submit{min-height:46px}}.drawer-panel-link:hover{transform:translateY(-1px);background:rgba(13,122,116,.08);border-color:rgba(13,122,116,.18)}.drawer-panel-link.active{background:linear-gradient(120deg,rgba(13,122,116,.16),rgba(13,122,116,.08));border-color:rgba(13,122,116,.35);color:var(--teal)}.drawer-panel-link.collapsed{opacity:.72}.drawer-panel-link-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-panel-link-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:.72rem;border:1px solid rgba(159,58,45,.2);background:rgba(159,58,45,.08);color:var(--brick);white-space:nowrap;flex-shrink:0}.drawer-settings-panel{border:1px solid rgba(31,27,24,.1);border-radius:16px;background:rgba(255,255,255,.72);padding:10px;display:grid;grid-gap:10px;gap:10px;min-width:0}.drawer-settings-grid{display:grid;grid-gap:8px;gap:8px}.drawer-settings-grid label{display:grid;grid-gap:6px;gap:6px}.drawer-settings-grid input{width:100%;min-width:0}.drawer-settings-actions{display:grid;grid-gap:8px;gap:8px}.drawer-settings-actions .primary-button,.drawer-settings-actions .text-button{width:100%}.insights-advanced-grid,.study-insights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:22px}.insight-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.insight-card{border:1px solid var(--line);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.62);display:grid;grid-gap:4px;gap:4px}.insight-card small{font-size:.7rem;opacity:.7}.insight-card--success{border-color:#22c55e;background:rgba(34,197,94,.08)}.insight-card--warning{border-color:#f59e0b;background:rgba(245,158,11,.08)}.insight-card--danger{border-color:#ef4444;background:rgba(239,68,68,.08)}.insight-card--neutral{border-color:#60a5fa;background:rgba(96,165,250,.08)}.level-bars{display:grid;grid-gap:8px;gap:8px}.bar-row{display:grid;grid-template-columns:110px minmax(0,1fr) 28px;align-items:center;grid-gap:8px;gap:8px}.bar-track{width:100%;height:10px;border-radius:999px;background:rgba(31,27,24,.1);overflow:hidden}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,var(--teal),#0b5f5a)}.hours-line-chart{display:grid;grid-gap:10px;gap:10px}.hours-line-chart svg{width:100%;height:220px;display:block}.hours-line-grid{stroke:rgba(31,27,24,.14);stroke-width:1}.hours-line-realized,.hours-line-target{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.hours-line-target{stroke:rgba(23,33,43,.42);stroke-dasharray:7 5}.hours-line-realized{stroke:var(--teal)}.hours-point-realized,.hours-point-target{stroke-width:2}.hours-point-target{fill:#f9f6f0;stroke:rgba(23,33,43,.4)}.hours-point-realized{fill:#fff;stroke:var(--teal)}.hours-line-label{fill:var(--muted);font-size:.73rem;font-weight:600}.hours-line-legend{display:flex;align-items:center;justify-content:flex-end;gap:14px;color:var(--muted);font-size:.77rem;font-weight:600}.hours-line-legend span{display:inline-flex;align-items:center;gap:6px}.hours-line-legend i{display:inline-block;width:18px;height:0;border-top:3px solid transparent}.hours-line-legend .legend-target{border-top-color:rgba(23,33,43,.42);border-top-style:dashed}.hours-line-legend .legend-realized{border-top-color:var(--teal)}.evolution-line-chart{display:grid;grid-gap:10px;gap:10px}.evolution-line-chart svg{width:100%;height:220px;display:block}.evolution-legend{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.77rem;font-weight:600}.evolution-legend span{display:inline-flex;align-items:center;gap:6px}.evolution-legend i{width:12px;height:12px;border-radius:999px;display:inline-block}.evolution-metric-selector{margin-top:6px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.evolution-metric{min-height:40px;border-radius:12px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.72);color:#334b5f;font-size:.8rem;font-weight:700;cursor:pointer}.evolution-metric.is-active{border-color:rgba(13,122,116,.5);background:rgba(13,122,116,.14);color:#0b4e49}.hours-heatmap-block{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.hours-heatmap-header h4{margin:0;font-size:.98rem;color:#1c3348}.hours-heatmap-header .muted-line{margin:4px 0 0}.hours-heatmap-grid{display:grid;grid-template-columns:76px repeat(7,minmax(0,1fr));grid-gap:6px;gap:6px;align-items:stretch}.hours-heatmap-axis,.hours-heatmap-day{display:grid;place-items:center;border-radius:10px;border:1px solid rgba(31,27,24,.1);background:rgba(255,255,255,.78);color:#5b6977;font-size:.72rem;font-weight:700;min-height:34px}.hours-heatmap-axis{font-size:.68rem}.hours-heatmap-axis--head{color:#34485c}.hours-heatmap-cell{min-height:34px;border-radius:10px;border:1px solid rgba(31,27,24,.08);display:grid;place-items:center;color:#10253a;font-size:.72rem;font-weight:700}.hours-heatmap-cell span{mix-blend-mode:multiply}.hours-heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:#617486;font-size:.72rem;font-weight:600}.hours-heatmap-legend-bar{width:120px;height:10px;border-radius:999px;border:1px solid rgba(31,27,24,.08);background:linear-gradient(90deg,rgba(148,163,184,.2),rgba(13,122,116,.9))}.empty-content-panel{margin-bottom:22px}.goal-editor-block{border:1px solid var(--line);border-radius:18px;padding:14px;background:rgba(255,255,255,.58);display:grid;grid-gap:10px;gap:10px}.goal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.content-grid,.form-grid,.hero-stats,.panel-grid{display:grid;grid-gap:18px;gap:18px}.hero-panel,.panel{background:var(--paper);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-panel{grid-template-columns:1.3fr .9fr;padding:36px;margin-bottom:22px;overflow:hidden;position:relative;background:radial-gradient(circle at top right,rgba(13,122,116,.12),transparent 34%),radial-gradient(circle at bottom left,rgba(214,122,49,.12),transparent 38%),var(--paper)}.hero-panel:after{content:"";position:absolute;inset:auto -5% -30% auto;width:320px;height:320px;background:radial-gradient(circle,rgba(159,58,45,.18),transparent 70%);pointer-events:none}.panel{padding:26px;position:relative}.content-grid{align-items:flex-start}.content-grid,.dashboard-reflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:22px}.dashboard-reflow-grid{display:grid;grid-gap:18px;gap:18px;align-items:stretch}.dashboard-reflow-panel{min-height:540px;height:100%}.dashboard-reflow-panel.is-help-open{z-index:90}.dashboard-reflow-panel .goal-editor-block,.dashboard-reflow-panel.goal-panel{height:100%}.dashboard-reflow-panel .goal-editor-block{align-content:start}.content-drawer-backdrop{position:fixed;inset:0;background:rgba(31,27,24,.28);z-index:32}.content-drawer{position:fixed;top:0;right:0;height:100vh;width:min(70vw,980px);transform:translateX(102%);transition:transform .26s ease;z-index:33;pointer-events:none;display:grid;padding:0}.content-drawer.is-open{transform:translateX(0);pointer-events:auto}.content-drawer-panel{height:100vh;overflow-y:auto;margin:0;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at 8% 6%,color-mix(in srgb,var(--st-secondary,#206393) 8%,transparent),transparent 34%),radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--st-primary,#0e1c2b) 8%,transparent),transparent 38%),var(--st-bg,#f7fafc);border-left:1px solid var(--st-line,#dce3ea);box-shadow:-18px 0 42px rgba(12,26,40,.16);font-family:var(--font-body)}.edital-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--st-line,#dce3ea);background:linear-gradient(135deg,color-mix(in srgb,var(--st-secondary,#206393) 10%,white),transparent 55%),var(--st-surface,#ffffff)}.edital-drawer-title{margin:0;font-family:var(--font-display);font-size:1.28rem;line-height:1.1;letter-spacing:.02em;color:var(--st-primary,#0e1c2b)}.edital-drawer-header-actions{display:inline-flex;align-items:center;gap:10px}.edital-drawer-close{width:36px;height:36px;border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 75%,var(--st-secondary,#206393));border-radius:999px;background:color-mix(in srgb,var(--st-surface,#ffffff) 88%,var(--st-surface-low,#f1f4f6));color:var(--st-muted,#4b5a68);font-size:1.2rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease,color .15s ease}.edital-drawer-close:hover{border-color:var(--st-secondary,#206393);color:var(--st-secondary,#206393);transform:translateY(-1px)}.edital-drawer-body{overflow-y:auto;padding:22px 24px 24px;display:grid;grid-gap:20px;gap:20px;background:var(--st-bg,#f7fafc)}.content-entry-intro{display:grid;grid-gap:14px;gap:14px}.content-entry-copy{display:grid;grid-gap:6px;gap:6px}.content-entry-eyebrow{margin:0;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:var(--st-secondary,#206393)}.content-entry-copy h3{margin:0;font-family:var(--font-display);font-size:1.24rem;line-height:1.1;color:var(--st-primary,#0e1c2b)}.content-entry-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.content-entry-mode-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 70%,var(--st-secondary,#206393));border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--st-secondary,#206393) 5%,white),transparent 55%),var(--st-surface,#ffffff);box-shadow:0 10px 22px rgba(14,28,43,.06);padding:18px;display:grid;grid-gap:10px;gap:10px;text-align:left;color:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.content-entry-mode-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(14,28,43,.09)}.content-entry-mode-card.is-active{border-color:color-mix(in srgb,var(--st-secondary,#206393) 72%,var(--st-line,#dce3ea));box-shadow:0 16px 30px rgba(32,99,147,.14)}.content-entry-mode-icon{width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--st-secondary,#206393) 12%,white);color:var(--st-secondary,#206393);font-size:1.1rem}.content-entry-mode-card strong{font-family:var(--font-display);font-size:1.04rem;line-height:1.15;color:var(--st-primary,#0e1c2b)}.content-entry-mode-card p{margin:0;color:var(--st-muted,#4b5a68);font-size:.94rem;line-height:1.45}.edital-input-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.edital-input-head h3,.subjects-header h3{margin:0;font-size:1.14rem;font-family:var(--font-display);color:var(--st-primary,#0e1c2b)}.edital-input-head span{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--st-muted,#4b5a68)}.edital-input-card{background:linear-gradient(140deg,color-mix(in srgb,var(--st-secondary,#206393) 5%,white),transparent 50%),var(--st-surface,#ffffff);border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 72%,var(--st-secondary,#206393));border-radius:12px;padding:18px;display:grid;grid-gap:13px;gap:13px;box-shadow:0 8px 18px rgba(14,28,43,.06)}.edital-input-card label{display:grid;grid-gap:6px;gap:6px;font-size:1rem;text-transform:none;letter-spacing:normal;color:var(--st-muted,#4b5a68);font-weight:500}.edital-input-card input,.edital-input-card select,.edital-input-card textarea,.item-main-edit input[type=text],.subject-meta-inputs input,.subject-name-input{border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 78%,var(--st-secondary,#206393));border-radius:10px;background:var(--st-surface,#ffffff);color:var(--st-text,#181c1e);font-size:1rem}.edital-input-card textarea{resize:none;min-height:120px;padding:10px}.edital-input-card input,.edital-input-card select{min-height:38px;padding:8px 10px}.edital-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.edital-input-actions{display:flex;justify-content:flex-end}.content-processing-banner{margin:14px 0 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px) auto;align-items:center;grid-gap:16px;gap:16px}.content-processing-banner-copy{display:grid;grid-gap:4px;gap:4px}.content-processing-banner-copy strong{color:var(--st-primary,#0e1c2b)}.content-processing-banner-copy p{margin:0;color:var(--st-muted,#4b5a68)}.content-processing-banner-meter{display:grid;grid-gap:8px;gap:8px}.content-processing-banner-meter span{font-size:.78rem;font-weight:700;color:var(--st-secondary,#206393);justify-self:end}.content-processing-card{display:grid;grid-gap:10px;gap:10px;margin-bottom:2px;padding:14px 16px;border-radius:14px;border:1px solid color-mix(in srgb,var(--st-secondary,#206393) 28%,var(--st-line,#dce3ea));background:linear-gradient(145deg,color-mix(in srgb,var(--st-secondary,#206393) 8%,white),var(--st-surface,#ffffff))}.content-processing-card.is-long{padding:18px;border-radius:18px;box-shadow:0 14px 30px rgba(32,99,147,.12)}.content-processing-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.content-processing-card-head strong{font-family:var(--font-display);color:var(--st-primary,#0e1c2b)}.content-processing-card-head span{font-size:.78rem;font-weight:700;color:var(--st-secondary,#206393)}.content-processing-card p{margin:0;color:var(--st-muted,#4b5a68);line-height:1.45}.content-processing-progress-track{position:relative;width:100%;height:10px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--st-line,#dce3ea) 70%,white)}.content-processing-card.is-long .content-processing-progress-track{height:14px}.content-processing-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--st-secondary,#206393),var(--st-primary,#0e1c2b));box-shadow:0 0 18px rgba(32,99,147,.22);transition:width .9s ease}.edital-read-button{border:1px solid color-mix(in srgb,var(--st-secondary,#206393) 60%,white);border-radius:8px;background:linear-gradient(125deg,var(--st-secondary,#206393),var(--st-primary,#0e1c2b));color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:800;font-family:var(--font-body);display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 16px}.edital-read-button:disabled{opacity:.6}.edital-summary-band{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:16px;background:linear-gradient(145deg,color-mix(in srgb,var(--st-primary,#0e1c2b) 5%,white),transparent 55%),var(--st-surface,#ffffff);border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 68%,var(--st-secondary,#206393));color:var(--st-text,#181c1e);padding:15px 18px;box-shadow:0 8px 18px rgba(14,28,43,.06)}.edital-summary-main{display:inline-flex;align-items:center;gap:18px}.edital-summary-actions{margin-left:auto;display:inline-flex;align-items:center;gap:10px}.edital-summary-band p{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--st-muted,#4b5a68)}.edital-summary-band strong{display:block;margin-top:3px;font-size:1.55rem;line-height:1;font-family:var(--font-display);color:var(--st-primary,#0e1c2b)}.edital-summary-band .band-divider{width:1px;height:34px;background:var(--st-line,#dce3ea)}.summary-status{font-size:.74rem;border-radius:999px;padding:7px 11px;background:color-mix(in srgb,var(--st-success,#2f5a24) 16%,white);color:var(--st-success,#2f5a24);font-weight:700;border:1px solid color-mix(in srgb,var(--st-success,#2f5a24) 32%,transparent)}.summary-add-subject-button{border-radius:999px;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700;min-height:34px;padding:6px 12px;border:1px solid color-mix(in srgb,var(--st-secondary,#206393) 45%,var(--st-line,#dce3ea));color:var(--st-secondary,#206393);background:color-mix(in srgb,var(--st-secondary,#206393) 8%,white)}.summary-add-subject-button:hover{border-color:var(--st-secondary,#206393);background:color-mix(in srgb,var(--st-secondary,#206393) 14%,white)}.subjects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.edital-subjects-section .ghost-button{border-radius:6px;font-size:.82rem;padding:8px 10px}.add-subject-pane{display:grid;grid-gap:12px;gap:12px}.add-subject-card{max-width:none}.subject-catalog-combobox{position:relative}.subject-catalog-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:12;display:grid;grid-gap:8px;gap:8px;padding:10px;border-radius:12px;border:1px solid color-mix(in srgb,var(--st-line,#c6c5d4) 78%,var(--st-secondary,#206393));background:color-mix(in srgb,var(--st-surface,#ffffff) 96%,var(--st-surface-low,#f1f4f6));box-shadow:0 16px 30px rgba(14,28,43,.12);max-height:280px;overflow-y:auto}.subject-catalog-option{width:100%;border:1px solid color-mix(in srgb,var(--st-line,#c6c5d4) 82%,transparent);border-radius:10px;background:var(--st-surface,#ffffff);padding:12px 14px;display:grid;grid-gap:4px;gap:4px;text-align:left;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.subject-catalog-option strong{color:var(--st-primary,#0e1c2b);font-size:.95rem}.subject-catalog-option span{color:var(--st-muted,#454652);font-size:.82rem}.subject-catalog-option.is-active,.subject-catalog-option:hover{border-color:color-mix(in srgb,var(--st-secondary,#206393) 42%,var(--st-line,#c6c5d4));background:color-mix(in srgb,var(--st-secondary,#206393) 10%,white);transform:translateY(-1px)}.subject-catalog-empty{padding:10px 12px;border-radius:10px;background:color-mix(in srgb,var(--st-surface-low,#f1f4f6) 74%,white);color:var(--st-muted,#454652);font-size:.86rem}.subject-catalog-helper{display:block;margin-top:8px;color:var(--st-muted,#454652);font-size:.82rem;line-height:1.45}.add-subject-level-row{display:inline-flex;align-items:center;gap:10px}.add-subject-level-row input[type=range]{width:180px}.edital-subject-card{background:linear-gradient(145deg,color-mix(in srgb,var(--st-secondary,#206393) 8%,white),transparent 40%),var(--st-surface,#ffffff);border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 70%,var(--st-secondary,#206393));border-radius:12px;padding:18px;display:grid;grid-gap:16px;gap:16px;margin-bottom:12px;box-shadow:0 10px 24px rgba(14,28,43,.08)}.edital-subject-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.subject-title-block{display:grid;grid-gap:8px;gap:8px;min-width:0}.subject-badges-row{gap:8px}.subject-badges-row,.subject-chip{display:inline-flex;align-items:center}.subject-chip{border-radius:999px;border:1px solid color-mix(in srgb,var(--st-secondary,#206393) 28%,transparent);background:color-mix(in srgb,var(--st-secondary,#206393) 10%,white);color:var(--st-secondary,#206393);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700;padding:4px 8px}.subject-chip.muted{border-color:var(--st-line,#dce3ea);background:color-mix(in srgb,var(--st-line,#dce3ea) 44%,white);color:var(--st-muted,#4b5a68)}.subject-remove-button{white-space:nowrap}.subject-name-input{font-family:var(--font-display);font-weight:700;font-size:1.1rem;padding:11px 12px;min-width:280px}.subject-meta-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,180px));grid-gap:12px;gap:12px}.subject-level-control{display:grid;grid-template-columns:auto minmax(140px,220px) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 75%,transparent);border-radius:12px;background:color-mix(in srgb,var(--st-surface-low,#f1f4f6) 65%,white)}.subject-level-control span{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--st-muted,#4b5a68)}.subject-level-control input[type=range]{width:100%}.subject-level-control strong{color:var(--st-secondary,#206393)}.subject-level-control small{grid-column:1/-1;color:var(--st-muted,#4b5a68)}.subject-meta-field{display:grid;grid-gap:6px;gap:6px}.subject-meta-field span{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--st-muted,#4b5a68)}.subject-meta-inputs input{width:100%;text-align:left;padding:9px 10px;font-weight:700}.edital-item-list{border-top:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 84%,transparent);padding-top:12px;display:grid;grid-gap:10px;gap:10px}.edital-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 82%,transparent);border-radius:10px;background:color-mix(in srgb,var(--st-surface,#ffffff) 82%,var(--st-surface-low,#f1f4f6));padding:11px 12px}.item-main-edit{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0}.item-main-edit input[type=checkbox]{width:18px;height:18px;margin:0}.item-main-edit input[type=text]{width:100%;padding:9px 10px}.item-level-edit{display:inline-flex;align-items:center;gap:8px;min-width:260px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--st-line,#dce3ea) 75%,transparent);border-radius:12px;background:color-mix(in srgb,var(--st-surface-low,#f1f4f6) 65%,white)}.item-level-edit span{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--st-muted,#4b5a68)}.item-level-edit input[type=range]{width:120px}.item-level-edit b{font-size:.82rem;color:var(--st-secondary,#206393)}.subject-actions-row{display:flex;justify-content:flex-end}.item-remove-button{white-space:nowrap}.edital-drawer-footer{background:linear-gradient(180deg,color-mix(in srgb,var(--st-surface-low,#f1f4f6) 70%,white),var(--st-surface,#ffffff));border-top:1px solid var(--st-line,#dce3ea);padding:14px 24px;display:flex;justify-content:flex-end;align-items:center;gap:12px}.edital-save-button{border:1px solid color-mix(in srgb,var(--st-primary,#0e1c2b) 62%,white);border-radius:8px;background:linear-gradient(130deg,var(--st-primary,#0e1c2b),var(--st-primary-soft,#233141));color:#fff;text-transform:uppercase;letter-spacing:.1em;font-family:var(--font-display);font-weight:800;font-size:.82rem;min-height:38px;padding:10px 18px;box-shadow:0 8px 16px rgba(14,28,43,.2)}.edital-save-button:disabled{opacity:.55;box-shadow:none}.insertion-level-field{min-width:170px}.insertion-switch-field{min-width:100px;justify-content:flex-start}@media (max-width:1080px){.content-processing-banner{grid-template-columns:1fr;align-items:stretch}.content-processing-banner-meter span{justify-self:start}.content-entry-mode-grid,.edital-inline-fields{grid-template-columns:1fr}.edital-summary-band{flex-wrap:wrap;row-gap:10px}.edital-summary-main{width:100%;justify-content:space-between}.edital-summary-actions{width:100%;justify-content:flex-end}.edital-subject-head{flex-direction:column;align-items:stretch}.edital-item-row{grid-template-columns:1fr}.subject-name-input{min-width:0;width:100%}.subject-level-control,.subject-meta-inputs{grid-template-columns:1fr}.item-level-edit{min-width:0;width:100%}}.half-panel-row{margin-bottom:22px}.timer-panel{background:radial-gradient(circle at top right,rgba(214,122,49,.16),transparent 28%),linear-gradient(180deg,rgba(255,250,240,.9),rgba(255,250,240,.74))}.timer-panel-alert{border-color:rgba(214,122,49,.45);box-shadow:0 24px 60px rgba(214,122,49,.2);animation:timer-alert-pulse 1.2s ease-in-out 3}.timer-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);grid-gap:18px;gap:18px;align-items:stretch}.timer-context-card,.timer-controls-block,.timer-main-block{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.62)}.timer-main-block{padding:22px;display:grid;grid-gap:16px;gap:16px;align-content:start}.timer-display{font-family:var(--font-display);font-size:clamp(3.6rem,10vw,7rem);line-height:.92;letter-spacing:.04em;color:var(--teal)}.timer-status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:rgba(13,122,116,.08);border:1px solid rgba(13,122,116,.22);color:var(--teal);white-space:nowrap}.timer-alert-banner{padding:12px 16px;border-radius:16px;border:1px solid rgba(214,122,49,.36);background:rgba(214,122,49,.12);color:#8b4b18;font-weight:600}.timer-context-card{padding:16px;display:grid;grid-gap:6px;gap:6px}.timer-controls-block{padding:22px;display:grid;grid-gap:14px;gap:14px;align-content:start}.timer-controls-row{display:flex;gap:10px;flex-wrap:wrap}@keyframes timer-alert-pulse{0%{transform:translateY(0);box-shadow:0 24px 60px rgba(214,122,49,.2)}50%{transform:translateY(-2px);box-shadow:0 28px 68px rgba(214,122,49,.3)}to{transform:translateY(0);box-shadow:0 24px 60px rgba(214,122,49,.2)}}.bottom-grid{margin-bottom:0}.stack-gap{display:grid;grid-gap:18px;gap:18px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.metric-chip,.schedule-card,.stat-card,.subject-card,.suggestion-card,.topic-card{border-radius:22px;border:1px solid var(--line)}.stat-card{padding:20px;color:#fff7ef;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.tone-amber{background:linear-gradient(160deg,#d67a31,#9c4b16)}.tone-teal{background:linear-gradient(160deg,#0d7a74,#084641)}.tone-brick{background:linear-gradient(160deg,#9f3a2d,#64201a)}.tone-slate{background:linear-gradient(160deg,#36454f,#171f25)}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.18em;font-size:.73rem;color:var(--muted)}h1,h2,h3,h4,strong{font-family:var(--font-display);margin:0}h1{font-size:clamp(2.7rem,5vw,5rem);line-height:.95;max-width:10ch}h2{font-size:1.9rem}h3{font-size:1.35rem}.assessment-row span,.hero-copy,.metric-chip small,.muted-line,.schedule-card p,.subject-card span{color:var(--muted)}.status-chip{display:inline-flex;align-items:center;min-height:46px;margin-top:20px;padding:10px 16px;border-radius:999px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.55)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.section-header.compact{align-items:flex-start}label{display:grid;grid-gap:8px;gap:8px;color:var(--muted);min-width:0}input,select,textarea{width:100%;min-width:0;max-width:100%;border:1px solid rgba(42,32,25,.12);background:rgba(255,255,255,.7);color:var(--ink);border-radius:16px;padding:12px 14px;outline:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}input:focus,select:focus,textarea:focus{border-color:rgba(13,122,116,.45);box-shadow:0 0 0 4px rgba(13,122,116,.12);transform:translateY(-1px)}textarea{max-width:100%;resize:vertical}.ghost-button,.primary-button,.text-button{border-radius:999px;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.ghost-button,.primary-button{padding:12px 18px;border:0}.primary-button{background:linear-gradient(120deg,var(--teal),#064845);color:#fef7f1}.ghost-button{background:rgba(255,255,255,.75);border:1px solid rgba(31,27,24,.08)}.text-button{background:transparent;border:0;color:var(--brick);padding:0}.panel-toggle-button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.78);color:var(--muted);display:inline-grid;place-items:center;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}.panel-toggle-button:hover{transform:translateY(-1px);background:rgba(13,122,116,.08);color:var(--teal)}.panel-help-button{width:42px;height:42px;border-radius:8px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.82);color:var(--teal);display:inline-grid;place-items:center;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease,border-color .16s ease}.panel-help-button:hover{transform:translateY(-1px);background:rgba(13,122,116,.08);box-shadow:0 10px 18px rgba(13,122,116,.14)}.hero-toggle-button{position:absolute;top:18px;right:18px}.ghost-button:hover,.primary-button:hover,.text-button:hover{transform:translateY(-1px)}.ghost-button:disabled,.primary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.hero-panel .eyebrow{color:var(--teal);font-weight:700;letter-spacing:.12em}.hero-panel h1{line-height:1;max-width:11ch}.hero-panel .hero-copy{color:#5f5448;font-size:1.02rem}.hero-panel .status-chip{color:var(--teal);font-weight:600;border-color:rgba(13,122,116,.24);background:rgba(255,255,255,.78)}.app-layout .primary-button{background:linear-gradient(120deg,#0d7a74,#074b47);box-shadow:0 12px 26px rgba(13,122,116,.24)}.app-layout .ghost-button{background:rgba(255,255,255,.82);border:1px solid rgba(31,27,24,.12)}.app-layout .ghost-button:hover,.app-layout .primary-button:hover{box-shadow:0 10px 20px rgba(66,42,19,.14)}.panel .panel-toggle-button{border-color:rgba(31,27,24,.16);background:rgba(255,255,255,.84)}.assessment-list,.metric-board,.schedule-list,.subject-list{display:grid;grid-gap:14px;gap:14px}.item-editor-list,.schedule-guidance,.subject-editor-grid{display:grid;grid-gap:12px;gap:12px}.subject-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.item-editor-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:46px;flex-wrap:wrap}.pagination-pages{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin}.page-pill{min-width:40px;padding:10px 12px;border:1px solid rgba(31,27,24,.12);border-radius:999px;background:rgba(255,255,255,.75);cursor:pointer}.page-pill.active{background:linear-gradient(120deg,var(--teal),#064845);color:#fef7f1;border-color:transparent}.schedule-guidance{margin-top:10px;padding:12px;border-radius:16px;background:rgba(13,122,116,.08);display:grid;grid-gap:8px;gap:8px}.schedule-guidance p{margin:0;line-height:1.4}.schedule-panel .schedule-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.schedule-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.schedule-help-wrap{position:relative;z-index:80}.schedule-help-popover{position:absolute;top:calc(100% + 12px);right:0;width:min(560px,calc(100vw - 48px));max-height:min(72vh,760px);overflow-y:auto;padding:16px;border-radius:10px;border:1px solid var(--st-line,rgba(31,27,24,.1));background:radial-gradient(circle at top right,color-mix(in srgb,var(--st-secondary,#206393) 12%,transparent),transparent 34%),radial-gradient(circle at bottom left,color-mix(in srgb,var(--st-success,#2f5a24) 10%,transparent),transparent 38%),var(--st-surface,#ffffff);box-shadow:0 20px 40px rgba(15,28,44,.12);z-index:120}.schedule-help-header{display:grid;grid-gap:8px;gap:8px;padding:4px 4px 14px}.schedule-help-eyebrow{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--st-secondary,#206393) 10%,white);color:var(--st-secondary,#206393);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.schedule-help-title{margin:0;color:var(--st-text,var(--ink));font-size:1.2rem;line-height:1.2}.schedule-help-intro{margin:0;color:var(--st-muted,var(--muted));line-height:1.6;font-size:.94rem}.schedule-help-content{display:grid;grid-gap:12px;gap:12px}.schedule-help-section{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:10px;border:1px solid var(--st-line,rgba(31,27,24,.08));background:color-mix(in srgb,var(--st-surface,#fff) 82%,var(--st-bg,#f7fafc));box-shadow:0 8px 18px rgba(15,28,44,.04)}.schedule-help-section h3{margin:0;color:var(--st-text,var(--ink));font-size:.98rem;line-height:1.3}.schedule-help-section li,.schedule-help-section p{margin:0;color:var(--st-muted,var(--muted));line-height:1.58;font-size:.92rem}.schedule-help-section ul{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.stitch-dashboard .panel-help-button{border-color:var(--st-line);background:var(--st-surface);color:var(--st-secondary);box-shadow:0 6px 16px rgba(15,28,44,.06)}.stitch-dashboard .panel-help-button:hover{background:color-mix(in srgb,var(--st-secondary) 7%,white);border-color:color-mix(in srgb,var(--st-secondary) 24%,var(--st-line));box-shadow:0 10px 18px rgba(15,28,44,.1)}.stitch-dashboard.theme-dark .panel-help-button{background:var(--st-surface);border-color:var(--st-line);color:var(--st-secondary);box-shadow:0 8px 18px rgba(0,0,0,.24)}.stitch-dashboard.theme-dark .panel-help-button:hover{background:color-mix(in srgb,var(--st-secondary) 12%,var(--st-surface))}.stitch-dashboard.theme-dark .schedule-help-popover{background:radial-gradient(circle at top right,color-mix(in srgb,var(--st-secondary) 18%,transparent),transparent 34%),radial-gradient(circle at bottom left,color-mix(in srgb,var(--st-success) 18%,transparent),transparent 40%),var(--st-surface);border-color:var(--st-line);box-shadow:0 24px 44px rgba(0,0,0,.34)}.stitch-dashboard.theme-dark .schedule-help-section{background:color-mix(in srgb,var(--st-surface) 88%,var(--st-bg));border-color:var(--st-line);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.stitch-dashboard.theme-dark .schedule-help-eyebrow{background:color-mix(in srgb,var(--st-secondary) 16%,var(--st-surface))}.schedule-progress-chip{display:grid;grid-gap:8px;gap:8px}.schedule-progress-track{width:100%;height:8px;border-radius:999px;background:rgba(31,27,24,.12);overflow:hidden}.schedule-progress-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,var(--teal),#0b5f5a);transition:width .22s ease}.schedule-session-header{gap:10px}.schedule-session-meta{display:grid;justify-items:end;grid-gap:6px;gap:6px}.schedule-item-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.schedule-item{border-radius:14px;padding:10px;transition:background .16s ease,border-color .16s ease;border:1px solid transparent;margin:0;display:grid;grid-gap:10px;gap:10px}.schedule-item.completed{background:rgba(13,122,116,.12);border-color:rgba(13,122,116,.3)}.schedule-use-btn{margin-top:8px;display:inline-flex;align-items:center;padding:4px 14px;border-radius:999px;border:1px solid rgba(13,122,116,.35);background:rgba(13,122,116,.07);color:var(--teal);font-size:.8rem;cursor:pointer;transition:background .14s ease}.schedule-use-btn:hover{background:rgba(13,122,116,.16)}.schedule-actions-row,.schedule-item-meta-row{display:flex;gap:8px;flex-wrap:wrap}.schedule-item-meta-row{align-items:center;width:100%}.schedule-item-detail{font-size:.83rem;color:var(--muted);border:1px solid rgba(31,27,24,.12);padding:4px 10px;background:rgba(255,255,255,.72)}.schedule-item-activity,.schedule-item-detail{display:inline-flex;align-items:center;border-radius:999px;white-space:nowrap}.schedule-item-activity{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;padding:5px 12px;border:1px solid rgba(13,122,116,.36);background:rgba(13,122,116,.12);color:var(--teal);font-weight:600}.schedule-item-activity-teoria{border-color:rgba(73,60,45,.35);background:rgba(239,230,212,.72);color:var(--ink)}.schedule-item-activity-revisao{border-color:rgba(13,122,116,.36);background:rgba(13,122,116,.14);color:var(--teal)}.schedule-item-activity-exercicios{border-color:rgba(159,58,45,.36);background:rgba(159,58,45,.14);color:var(--brick)}.schedule-congrats{margin-top:2px;padding:10px 12px;border-radius:12px;border:1px solid rgba(76,175,80,.45);background:linear-gradient(120deg,rgba(76,175,80,.18),rgba(46,125,50,.14));color:#1f5f27;font-weight:600}.item-selection-block{display:grid;grid-gap:8px;gap:8px}.item-chip-list{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid rgba(42,32,25,.12);border-radius:14px;background:rgba(255,255,255,.62);min-height:44px;align-items:flex-start;align-content:flex-start}.item-chip{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:5px 14px;border-radius:999px;border:1px solid rgba(13,122,116,.28);background:rgba(255,255,255,.85);color:var(--foreground);font-size:.82rem;line-height:1.25;text-align:center;cursor:pointer;transition:background .13s ease,border-color .13s ease,color .13s ease;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.item-chip:hover{background:rgba(13,122,116,.08);border-color:rgba(13,122,116,.45)}.item-chip.selected{background:rgba(13,122,116,.18);border-color:rgba(13,122,116,.55);color:var(--teal);font-weight:600}.history-list{display:grid;grid-gap:12px;gap:12px}.history-card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.58));padding:12px;display:grid;grid-gap:8px;gap:8px;box-shadow:0 10px 22px rgba(66,42,19,.07)}.history-card ul{margin:0;padding-left:0}.history-list-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.history-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:8px;gap:8px}.history-card-head>div{min-width:0}.history-card-head .muted-line,.history-card-head strong{display:block;margin:0}.history-card-head .muted-line{font-size:.82rem;line-height:1.35}.history-duration{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;border:1px solid rgba(13,122,116,.28);background:rgba(13,122,116,.08);color:var(--teal);font-size:.76rem;white-space:nowrap}.history-kpis{display:flex;flex-wrap:wrap;gap:6px}.history-item-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px}.history-item-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:6px 8px;border-radius:10px;background:rgba(239,230,212,.52);color:var(--ink)}.history-item-list li span{min-width:0;font-size:.9rem;line-height:1.3}.history-item-list li small{color:var(--muted);white-space:nowrap;font-size:.76rem}.warning-box{padding:14px 16px;border-radius:12px;border:1px solid color-mix(in srgb,#ba1a1a 28%,var(--st-line,#c6c5d4));background:color-mix(in srgb,#ffdad6 72%,white);color:#93000a}.metric-chip,.parsed-block,.schedule-card,.subject-card,.suggestion-card{padding:16px;background:rgba(255,255,255,.58)}.topic-card{margin-top:12px;padding:12px;background:rgba(239,230,212,.5)}.schedule-card ul,.topic-card ul{margin:10px 0 0;padding-left:18px}.schedule-card ul{display:grid;grid-gap:10px;gap:10px;padding-left:0;list-style:none}.assessment-row{display:grid;grid-template-columns:minmax(0,1fr) 180px 110px;grid-gap:16px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(31,27,24,.08)}.assessment-row:last-child{border-bottom:0}.compact-field{gap:4px}.switch-row{display:inline-flex;align-items:center;gap:8px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-register-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-board{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-chip{display:grid;grid-gap:6px;gap:6px}@media (max-width:1080px){.app-layout{width:min(100%,calc(100vw - 32px));grid-template-columns:1fr}.app-drawer{position:static;height:auto;max-height:none;overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr))}.drawer-group,.drawer-user{grid-column:1/-1}.assessment-row,.content-grid,.dashboard-reflow-grid,.form-grid,.goal-grid,.hero-panel,.insights-advanced-grid,.metric-board,.schedule-overview,.study-insights-grid,.subject-editor-grid,.timer-grid{grid-template-columns:1fr}.content-drawer{width:min(100vw,760px);padding:12px}.content-drawer-panel{height:calc(100vh - 24px)}.section-actions{width:100%;justify-content:flex-start}.panel .section-header{padding-right:46px}.panel .panel-toggle-button{position:absolute;top:14px;right:14px;z-index:1}.history-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-help-popover{right:-8px;width:min(520px,calc(100vw - 32px))}.help-grid{grid-template-columns:1fr}}@media (max-width:900px){.history-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.page-shell{width:100%;padding-top:18px}.app-drawer{grid-template-columns:1fr}.hero-panel,.panel{padding:20px;border-radius:22px}.hero-stats,.metric-board,.schedule-panel .schedule-list{grid-template-columns:1fr}.schedule-item-top{flex-direction:column;gap:4px}.schedule-help-popover{position:fixed;top:88px;right:16px;left:16px;width:auto;max-height:calc(100vh - 112px)}.history-list-grid{grid-template-columns:1fr}.history-card-head,.history-item-list li{grid-template-columns:1fr;align-items:flex-start}.item-chip{width:100%;justify-content:flex-start;border-radius:16px;padding:8px 12px;text-align:left}.timer-controls-row{flex-direction:column}.timer-controls-row .ghost-button,.timer-controls-row .primary-button{width:100%}}@media (max-width:1320px){.form-grid.activity-register-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.form-grid.activity-register-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.form-grid.activity-register-grid{grid-template-columns:1fr}}.action-row{display:flex;gap:12px;flex-wrap:wrap}.full-section{padding:28px 32px;margin-top:0;margin-bottom:22px}.panel.full-section,.performance-teaser-content{position:relative}.performance-teaser-content.is-blurred{filter:blur(6px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.performance-teaser-overlay{position:absolute;inset:84px 20px 20px;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.35);background:linear-gradient(180deg,rgba(10,20,42,.62),rgba(10,20,42,.74));color:#f7fbff}.performance-teaser-overlay p{margin:0;color:rgba(247,251,255,.9)}.perf-summary-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:8px}.perf-group-toggle{display:flex;gap:10px;margin-bottom:4px}.perf-group-list{display:grid;grid-gap:14px;gap:14px}.perf-group-card{border-radius:22px;border:1px solid var(--line);overflow:hidden;background:rgba(255,255,255,.55)}.perf-group-header-row{display:flex;align-items:center;gap:8px;border-bottom:1px solid transparent}.perf-group-header-row:has([aria-expanded=true]){border-bottom-color:var(--line)}.perf-group-header{display:flex;align-items:center;justify-content:space-between;flex:1 1;padding:16px 20px;background:transparent;border:0;cursor:pointer;text-align:left;gap:12px;transition:background .16s ease}.perf-group-header:hover{background:rgba(13,122,116,.06)}.perf-group-delete-btn{padding:0 16px 0 4px;white-space:nowrap;font-size:.82rem}.perf-group-delete-confirm{display:flex;align-items:center;gap:10px;padding:0 16px;white-space:nowrap;font-size:.82rem;color:var(--muted)}.perf-group-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.perf-group-metrics{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.88rem;white-space:nowrap}.perf-tag{font-size:.78rem;padding:3px 10px;border-radius:999px;border:1px solid rgba(44,39,35,.14);color:var(--muted);background:rgba(255,255,255,.65)}.perf-chevron{font-size:.8rem;color:var(--muted)}.perf-item-table-wrap{overflow-x:auto;border-top:1px solid var(--line)}.perf-item-table{width:100%;border-collapse:collapse;font-size:.9rem}.perf-item-table th{text-align:left;font-family:var(--font-display);font-size:.8rem;color:var(--muted);background:rgba(239,230,212,.55);white-space:nowrap}.perf-item-table td,.perf-item-table th{padding:10px 14px;border-bottom:1px solid var(--line)}.perf-item-table td{vertical-align:middle}.perf-item-row:last-child td{border-bottom:0}.perf-item-row.editing td{background:rgba(13,122,116,.05)}.perf-actions{display:flex;gap:10px;white-space:nowrap}.text-button.danger{color:var(--brick)}.perf-edit-row td{background:rgba(13,122,116,.04);padding:16px 20px}.perf-edit-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:14px;gap:14px;align-items:end}.level-badge{display:inline-block;min-width:36px;text-align:center;padding:3px 8px;border-radius:999px;font-size:.82rem;font-family:var(--font-display);border:1px solid transparent}.level-badge.level-1,.level-badge.level-2,.level-badge.level-3{background:rgba(159,58,45,.14);border-color:rgba(159,58,45,.25);color:var(--brick)}.level-badge.level-4,.level-badge.level-5,.level-badge.level-6{background:rgba(214,122,49,.13);border-color:rgba(214,122,49,.28);color:#944e12}.level-badge.level-7,.level-badge.level-8{background:rgba(13,122,116,.11);border-color:rgba(13,122,116,.25);color:var(--teal)}.level-badge.level-10,.level-badge.level-9{background:rgba(13,122,116,.22);border-color:rgba(13,122,116,.4);color:var(--teal)}@media (max-width:900px){.perf-summary-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.full-section{padding:18px 16px}.perf-summary-bar{grid-template-columns:1fr 1fr}.perf-edit-form{grid-template-columns:1fr}}.mentor-page-shell{width:min(1380px,calc(100vw - 32px));margin:0 auto;padding:32px 0 60px;display:grid;grid-gap:20px;gap:20px}.mentor-chat-card,.mentor-hero-card,.mentor-side-card{background:radial-gradient(circle at top right,rgba(13,122,116,.14),transparent 30%),radial-gradient(circle at bottom left,rgba(214,122,49,.12),transparent 34%),rgba(255,250,240,.86);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mentor-hero-card{padding:28px;display:grid;grid-gap:16px;gap:16px}.mentor-empty-state{min-height:320px;align-content:center}.mentor-chat-card h2,.mentor-hero-card h1,.mentor-side-card h2{margin:0;font-family:var(--font-display)}.mentor-hero-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;color:var(--muted)}.mentor-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.mentor-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);grid-gap:20px;gap:20px;align-items:start}.mentor-chat-card{padding:22px;display:grid;grid-gap:16px;gap:16px;min-height:760px}.mentor-chat-header,.mentor-side-card-header{display:flex;justify-content:space-between;gap:16px;align-items:start}.mentor-status-chip{display:inline-flex;align-items:center;height:-moz-fit-content;height:fit-content;padding:8px 12px;border-radius:999px;background:rgba(13,122,116,.12);border:1px solid rgba(13,122,116,.18);color:var(--teal);font-weight:700}.mentor-status-chip.alert{background:rgba(214,122,49,.14);border-color:rgba(214,122,49,.24);color:var(--amber)}.mentor-agent-row,.mentor-inline-controls,.mentor-inline-stats,.mentor-suggestion-row{display:flex;gap:10px;flex-wrap:wrap}.mentor-message-list{display:grid;grid-gap:14px;gap:14px;min-height:420px;max-height:62vh;overflow-y:auto;padding-right:6px}.mentor-message{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(31,27,24,.08)}.mentor-message.user{background:linear-gradient(120deg,rgba(13,122,116,.12),rgba(13,122,116,.04))}.mentor-message.assistant{background:rgba(255,255,255,.8)}.mentor-data-card h3,.mentor-highlight-line,.mentor-message header strong,.mentor-quick-button strong{font-family:var(--font-display)}.mentor-data-card p,.mentor-message p,.mentor-side-card p{margin:0;color:var(--muted);line-height:1.6}.mentor-agent-chip{padding:6px 10px;border-radius:999px;background:rgba(159,58,45,.1);border:1px solid rgba(159,58,45,.14);color:var(--brick);font-size:.82rem;font-weight:700}.mentor-data-card{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(31,27,24,.08)}.mentor-highlight-line{color:var(--ink);font-size:1.02rem}.mentor-inline-stats span{padding:5px 10px;border-radius:999px;background:rgba(13,122,116,.1);color:var(--teal);font-weight:700;text-transform:capitalize}.mentor-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.mentor-metric-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.mentor-metric-grid div{display:grid;grid-gap:4px;gap:4px;padding:12px;border-radius:16px;background:rgba(239,230,212,.56)}.mentor-metric-grid span{color:var(--muted);font-size:.85rem}.mentor-metric-grid strong{color:var(--ink);font-size:1rem;word-break:break-word}.mentor-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:end;min-height:160px}.mentor-chart-bar-wrap{display:grid;grid-gap:8px;gap:8px;justify-items:center;align-items:end}.mentor-chart-bar{width:100%;max-width:34px;border-radius:999px 999px 10px 10px;background:linear-gradient(180deg,var(--amber),var(--brick));min-height:8px}.mentor-chart-bar-wrap span{font-size:.8rem;color:var(--muted)}.mentor-composer{display:grid;grid-gap:12px;gap:12px;padding-top:8px;border-top:1px solid rgba(31,27,24,.08)}.mentor-composer textarea,.mentor-inline-controls input{width:100%;border-radius:20px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.84);color:var(--ink)}.mentor-composer textarea{min-height:112px;resize:vertical;padding:16px}.mentor-composer-actions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.mentor-side-column{display:grid;grid-gap:20px;gap:20px}.mentor-side-card{padding:20px;display:grid;grid-gap:14px;gap:14px}.mentor-field-label{font-size:.92rem;color:var(--muted)}.mentor-inline-controls input{padding:12px 14px}.mentor-timer-display{display:grid;place-items:center;min-height:140px;border-radius:24px;background:linear-gradient(140deg,rgba(13,122,116,.14),rgba(159,58,45,.08));font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.3rem);color:var(--ink)}.mentor-chip-button,.mentor-quick-button,.mentor-timer-actions .ghost-button,.mentor-timer-actions .primary-button{width:100%}.mentor-quick-grid{display:grid;grid-gap:10px;gap:10px}.mentor-quick-button{display:grid;grid-gap:6px;gap:6px;text-align:left;border-radius:18px;padding:14px 16px}.mentor-quick-button span{color:var(--muted);white-space:normal}@media (max-width:1080px){.mentor-layout{grid-template-columns:1fr}.mentor-chat-card{min-height:640px}}@media (max-width:720px){.mentor-page-shell{width:min(100vw - 20px,100%);padding:20px 0 44px}.mentor-chat-card,.mentor-hero-card,.mentor-side-card{border-radius:24px}.mentor-chart,.mentor-metric-grid,.mentor-metric-grid.compact{grid-template-columns:1fr}.mentor-chart-bar{max-width:none;width:100%}.mentor-composer-actions{flex-direction:column}}.snackbar{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:40;border-radius:12px;padding:10px 16px;font-size:.9rem;border:1px solid transparent;box-shadow:0 10px 24px rgba(31,27,24,.22);animation:snackbar-in .2s ease}.snackbar-success{background:rgba(13,122,116,.95);border-color:rgba(13,122,116,1);color:#f4fffe}.snackbar-info{background:rgba(44,39,35,.94);border-color:rgba(44,39,35,1);color:#f9f4ec}@keyframes snackbar-in{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.loading-book{position:fixed;right:22px;bottom:18px;z-index:45;display:inline-flex;align-items:center;gap:12px;padding:9px 13px;border-radius:999px;border:1px solid rgba(42,32,25,.16);background:rgba(255,250,240,.93);box-shadow:0 10px 28px rgba(42,32,25,.16);color:var(--muted);font-size:.85rem}.book-icon{position:relative;width:30px;height:22px;transform-style:preserve-3d;perspective:500px;animation:book-wobble 1.2s ease-in-out infinite}.book-shadow{position:absolute;left:3px;right:1px;bottom:0;height:5px;border-radius:999px;background:rgba(31,27,24,.18);filter:blur(1px);z-index:0}.book-spine{position:absolute;left:5px;top:3px;bottom:4px;width:3px;border-radius:2px;background:linear-gradient(180deg,rgba(7,67,62,.95),rgba(5,47,43,.95));z-index:2}.book-cover{position:absolute;inset:2px 2px 3px;border-radius:3px;background:linear-gradient(160deg,rgba(13,122,116,.85),rgba(8,70,65,.9));border:1px solid rgba(8,70,65,.9)}.book-cover.back{z-index:1;opacity:.75}.book-cover.front{z-index:5;-webkit-clip-path:polygon(14% 0,100% 0,100% 100%,14% 100%);clip-path:polygon(14% 0,100% 0,100% 100%,14% 100%);box-shadow:inset 1px 0 0 rgba(255,255,255,.18)}.mentor-chat-shell{width:min(1440px,calc(100vw - 32px));margin:0 auto;padding:28px 0 44px;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:20px;gap:20px;min-height:100dvh;box-sizing:border-box}.mentor-access-card,.mentor-conversation-card,.mentor-orchestration-card,.mentor-topbar{background:radial-gradient(circle at top right,rgba(13,122,116,.1),transparent 28%),radial-gradient(circle at bottom left,rgba(214,122,49,.08),transparent 34%),rgba(255,250,240,.88);border:1px solid rgba(31,27,24,.1);border-radius:28px;box-shadow:0 22px 54px rgba(66,42,19,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mentor-access-card,.mentor-topbar{padding:24px 26px}.mentor-topbar{display:flex;justify-content:space-between;gap:18px;align-items:center}.mentor-navbar{position:-webkit-sticky;position:sticky;top:10px;z-index:20}.mentor-navbar-brand{display:flex;align-items:center;gap:10px}.mentor-panel-header,.mentor-topbar-copy{display:grid;grid-gap:8px;gap:8px}.mentor-access-card h1,.mentor-conversation-header h2,.mentor-panel-header h2,.mentor-topbar-copy h1{margin:0;font-family:var(--font-display);line-height:1.02}.mentor-topbar-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.mentor-user-avatar{width:24px;height:24px;border-radius:999px;object-fit:cover;border:1px solid rgba(31,27,24,.14)}.mentor-user-avatar-fallback{display:inline-grid;place-items:center;background:linear-gradient(135deg,#233141,#0e1c2b);color:#ffffff;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.04em}.mentor-user-avatar.small{width:20px;height:20px}.mentor-identity-chip,.mentor-runtime-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid rgba(31,27,24,.1);background:rgba(255,255,255,.78);color:var(--muted);font-size:.88rem;font-weight:700}.mentor-runtime-chip.pending{color:var(--teal);border-color:rgba(13,122,116,.22);background:rgba(13,122,116,.08)}.mentor-chat-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:20px;gap:20px;align-items:stretch;min-height:0}.mentor-orchestration-panel{display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:12px}.mentor-conversation-card,.mentor-orchestration-card{padding:22px}.mentor-agent-blueprint-list,.mentor-orchestration-stack{display:grid;grid-gap:12px;gap:12px}.mentor-agent-blueprint,.mentor-orchestration-stack article{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:18px;border:1px solid rgba(31,27,24,.08);background:rgba(255,255,255,.76)}.mentor-orchestration-stack article{grid-template-columns:auto 1fr;gap:12px}.mentor-orchestration-stack article span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(13,122,116,.14),rgba(13,122,116,.24));color:var(--teal);font-weight:700}.mentor-agent-blueprint strong,.mentor-bubble-meta span,.mentor-empty-thread strong,.mentor-orchestration-stack strong{font-family:var(--font-display)}.mentor-access-card p,.mentor-agent-blueprint p,.mentor-agent-blueprint small,.mentor-conversation-header p,.mentor-empty-thread p,.mentor-orchestration-stack p,.mentor-runtime-status,.mentor-topbar-copy p{margin:0;color:var(--muted);line-height:1.6}.mentor-agent-blueprint small{font-size:.84rem}.mentor-runtime-status{font-size:.95rem}.mentor-conversation-card{height:calc(100dvh - 140px);max-height:calc(100dvh - 140px);min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:18px;gap:18px;width:100%;max-width:1080px;margin:0 auto;overflow:hidden;background:radial-gradient(circle at top right,rgba(13,122,116,.12),transparent 22%),radial-gradient(circle at bottom left,rgba(214,122,49,.1),transparent 28%),rgba(255,250,240,.92)}.mentor-conversation-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:6px;border-bottom:1px solid rgba(31,27,24,.06)}.mentor-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.mentor-thread{min-height:0;max-height:100%;overflow-y:auto;display:grid;grid-gap:18px;gap:18px;padding:6px 8px 6px 0;overscroll-behavior:contain;-webkit-mask-image:linear-gradient(180deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);mask-image:linear-gradient(180deg,transparent,#000 18px,#000 calc(100% - 18px),transparent)}.mentor-history-load-row{display:flex;justify-content:center}.mentor-history-load-button{min-width:240px}.mentor-thread::-webkit-scrollbar{width:8px}.mentor-thread::-webkit-scrollbar-thumb{background:rgba(44,39,35,.22);border-radius:999px}.mentor-empty-thread{padding:24px;border-radius:26px;border:1px dashed rgba(31,27,24,.16);background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,255,255,.54))}.mentor-bubble-row{display:grid;grid-gap:10px;gap:10px}.mentor-bubble-row.assistant{justify-items:start}.mentor-bubble-row.user{justify-items:end}.mentor-bubble-meta{display:flex;align-items:center;gap:10px;font-size:.84rem;color:var(--muted)}.mentor-ai-avatar{width:24px;height:24px;border-radius:999px;display:inline-grid;place-items:center;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#fff7ef;background:linear-gradient(135deg,rgba(159,58,45,.95),rgba(105,37,29,.95));box-shadow:0 8px 18px rgba(105,37,29,.18)}.mentor-message-time{margin-left:2px;font-size:.75rem;color:rgba(101,88,75,.78)}.mentor-bubble{width:min(82%,860px);padding:18px 20px;border-radius:24px;border:1px solid rgba(31,27,24,.08);box-shadow:0 16px 36px rgba(66,42,19,.08)}.mentor-bubble.assistant{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,252,247,.92));border-top-left-radius:10px}.mentor-bubble.user{background:linear-gradient(135deg,rgba(13,122,116,.92),rgba(7,74,69,.92));color:#f7fffd;border-top-right-radius:10px}.mentor-bubble.pending{border-style:dashed;position:relative;overflow:hidden}.mentor-bubble.pending:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-100%);animation:mentorPendingSweep 1.6s ease-in-out infinite}.mentor-thinking-inline{gap:4px}.mentor-thinking-dots,.mentor-thinking-inline{display:inline-flex;align-items:center}.mentor-thinking-dots span{display:inline-block;min-width:.3em;animation:mentorThinkingDot 1.2s ease-in-out infinite}.mentor-thinking-dots span:nth-child(2){animation-delay:.16s}.mentor-thinking-dots span:nth-child(3){animation-delay:.32s}.mentor-bubble-content{display:grid;grid-gap:8px;gap:8px}.mentor-rich-heading,.mentor-rich-line{margin:0;line-height:1.7;white-space:pre-wrap}.mentor-rich-heading{font-family:var(--font-display);font-weight:700;letter-spacing:.01em}.mentor-rich-heading-1{font-size:1.2rem;line-height:1.3}.mentor-rich-heading-2{font-size:1.08rem;line-height:1.35}.mentor-rich-heading-3{font-size:1rem;line-height:1.4}.mentor-rich-spacer{height:4px}.mentor-bubble-content strong{font-weight:700}.mentor-bubble-content em{font-style:italic}.mentor-bubble.user .mentor-rich-heading,.mentor-bubble.user .mentor-rich-line{color:inherit}.mentor-bubble-footer{margin-top:14px;padding-top:12px;border-top:1px solid rgba(31,27,24,.08);display:grid;grid-gap:8px;gap:8px}.mentor-bubble-footer span{font-size:.82rem;color:var(--muted)}.mentor-bubble-agent-list{display:flex;gap:8px;flex-wrap:wrap}.mentor-bubble-agent-list span{padding:5px 9px;border-radius:999px;background:rgba(159,58,45,.08);border:1px solid rgba(159,58,45,.14);color:var(--brick)}.mentor-composer-clean{display:grid;grid-gap:12px;gap:12px;border-top:1px solid rgba(31,27,24,.08);background:rgba(255,255,255,.3);border-radius:24px;padding:16px}.mentor-completion-form-card{display:grid;grid-gap:8px;gap:8px;padding:10px 12px;border-radius:14px;border:1px solid rgba(13,122,116,.16);background:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.mentor-completion-form-card h3,.mentor-completion-form-card p{margin:0}.mentor-completion-form-copy{display:grid;grid-gap:2px;gap:2px}.mentor-completion-form-copy h3{font-size:.96rem}.mentor-completion-form-card p,.mentor-completion-form-card small{color:var(--muted);font-size:.84rem}.mentor-completion-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:8px;gap:8px}.mentor-completion-form-grid label{display:grid;grid-gap:4px;gap:4px;font-size:.82rem;color:var(--ink)}.mentor-completion-form-grid input{width:100%;border:1px solid rgba(31,27,24,.12);border-radius:10px;padding:8px 10px;background:rgba(255,255,255,.92)}.mentor-completion-form-actions{display:flex;justify-content:flex-end}.mentor-composer-clean textarea{width:100%;min-height:92px;max-height:92px;resize:none;padding:14px 16px;border-radius:22px;border:1px solid rgba(31,27,24,.12);background:rgba(255,255,255,.88);color:var(--ink);outline:none;transition:border-color .14s ease,box-shadow .14s ease}.mentor-composer-clean textarea:focus{border-color:rgba(13,122,116,.42);box-shadow:0 0 0 3px rgba(13,122,116,.12)}.weekly-goal-strip{margin-top:16px;padding:12px 14px;border-radius:14px;border:1px solid var(--sd-line);background:rgba(245,248,251,.92);display:grid;grid-gap:8px;gap:8px}.weekly-goal-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.weekly-goal-header span{color:var(--sd-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.weekly-goal-header strong{color:var(--sd-success);font-size:1rem}.weekly-goal-track{height:8px;border-radius:999px;background:rgba(23,33,43,.12);overflow:hidden}.weekly-goal-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,var(--sd-success),#2f5a24)}.weekly-goal-strip small{color:var(--sd-muted)}.dashboard-focus-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:18px;gap:18px;margin-bottom:22px}.priority-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.priority-list li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--sd-line);background:rgba(255,255,255,.9)}.priority-check{width:20px;height:20px;border-radius:6px;border:1px solid rgba(79,121,66,.35);background:rgba(207,231,198,.45);color:#2f5a24;display:inline-grid;place-items:center;font-size:.76rem;font-weight:700}.next-activities-list{display:grid;grid-gap:10px;gap:10px}.next-activity-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid var(--sd-line);background:rgba(255,255,255,.9)}.next-activity-item strong{display:block;color:var(--sd-ink)}.next-activity-item small{color:var(--sd-muted)}.next-activity-item span{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:rgba(32,99,147,.1);color:var(--sd-steel);font-size:.78rem;font-weight:700}.next-activity-item.done{border-color:rgba(79,121,66,.35);background:rgba(207,231,198,.32)}.mentor-composer-clean-footer{display:flex;justify-content:space-between;gap:14px;align-items:center}.mentor-composer-clean-footer p{margin:0;color:var(--muted);font-size:.9rem;max-width:56ch}@keyframes mentorPendingSweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:1100px){.dashboard-focus-grid,.mentor-chat-layout{grid-template-columns:1fr}.mentor-orchestration-panel{position:static}.mentor-conversation-card{height:calc(100dvh - 132px)}}@media (max-width:760px){.mentor-chat-shell{width:min(100vw - 20px,100%);padding:20px 0 34px}.mentor-access-card,.mentor-conversation-card,.mentor-orchestration-card,.mentor-topbar{border-radius:22px}.mentor-conversation-header{flex-direction:column;align-items:stretch}.mentor-header-actions{justify-content:stretch}.mentor-composer-clean-footer,.mentor-topbar,.mentor-topbar-actions{flex-direction:column;align-items:stretch}.mentor-completion-form-grid{grid-template-columns:1fr}.mentor-bubble{width:100%}}.book-page{position:absolute;left:8px;right:4px;top:4px;bottom:5px;border-radius:2px;background:linear-gradient(180deg,rgba(255,253,248,.95),rgba(239,230,212,.95));border:1px solid rgba(44,39,35,.14);transform-origin:left center;z-index:3}.book-page.page-one{animation:flip-page-one 1.2s cubic-bezier(.22,.61,.36,1) infinite}.book-page.page-two{animation:flip-page-two 1.2s cubic-bezier(.22,.61,.36,1) infinite;animation-delay:.14s}.book-page.page-three{animation:flip-page-three 1.2s cubic-bezier(.22,.61,.36,1) infinite;animation-delay:.28s}@keyframes flip-page-one{0%,to{transform:rotateY(0deg) translateX(0);opacity:.9}30%{transform:rotateY(-36deg) translateX(1px);opacity:.96}55%{transform:rotateY(-165deg) translateX(0);opacity:.8}75%{transform:rotateY(-12deg);opacity:.88}}@keyframes flip-page-two{0%,to{transform:rotateY(0deg) translateX(0);opacity:.86}32%{transform:rotateY(-28deg) translateX(1px)}58%{transform:rotateY(-156deg);opacity:.74}76%{transform:rotateY(-8deg);opacity:.84}}@keyframes flip-page-three{0%,to{transform:rotateY(0deg);opacity:.8}34%{transform:rotateY(-22deg)}62%{transform:rotateY(-145deg);opacity:.66}80%{transform:rotateY(-6deg);opacity:.78}}.stitch-dashboard{--st-primary:#0e1c2b;--st-primary-soft:#233141;--st-secondary:#206393;--st-bg:#f7fafc;--st-surface:#ffffff;--st-surface-low:#f1f4f6;--st-line:#c6c5d4;--st-text:#181c1e;--st-muted:#454652;--st-success:#28501e;--st-success-soft:#c0f0ad;font-family:Inter,sans-serif;width:min(1600px,calc(100vw - 28px));gap:18px;background:radial-gradient(circle at top left,rgba(32,99,147,.08),transparent 22%),radial-gradient(circle at bottom right,rgba(164,211,147,.14),transparent 28%),var(--st-bg)}body:has(.stitch-dashboard){background:#f7fafc}.stitch-dashboard.theme-dark{--st-primary:#9fb6cf;--st-primary-soft:#6f8aa9;--st-secondary:#7fb6e6;--st-bg:#0c141e;--st-surface:#111d2a;--st-surface-low:#0d1722;--st-line:#223446;--st-text:#eaf2fb;--st-muted:#9db2c7;--st-success:#6ab081;--st-success-soft:#1f4533;--sd-navy:#9fb6cf;--sd-navy-soft:#6f8aa9;--sd-steel:#7fb6e6;--sd-surface:#111d2a;--sd-surface-2:#0d1722;--sd-ink:#eaf2fb;--sd-muted:#9db2c7;--sd-line:rgba(157,178,199,0.24);--sd-success:#6ab081;--sd-success-soft:#1f4533}body:has(.stitch-dashboard.theme-dark){background:#0c141e}.stitch-dashboard.theme-dark .stitch-topbar{background:rgba(12,20,30,.92);border-bottom-color:var(--st-line)}.stitch-dashboard.theme-dark .stitch-rail-item:hover{background:#152434}.stitch-dashboard.theme-dark .stitch-rail-item.active{background:#182b3f;border-color:#284563}.stitch-dashboard.theme-dark .stitch-settings-panel{background:var(--st-surface-low)}.stitch-dashboard.theme-dark .app-layout .primary-button,.stitch-dashboard.theme-dark .primary-button{color:#0b1621;border-color:#88a7c6}.stitch-dashboard.theme-dark .app-layout .ghost-button,.stitch-dashboard.theme-dark .ghost-button,.stitch-dashboard.theme-dark .page-pill,.stitch-dashboard.theme-dark .panel-toggle-button,.stitch-dashboard.theme-dark .schedule-use-btn,.stitch-dashboard.theme-dark .text-button{color:#d8e6f5;background:#142131;border-color:#2a4158}.stitch-dashboard.theme-dark .ghost-button:hover,.stitch-dashboard.theme-dark .page-pill:hover,.stitch-dashboard.theme-dark .panel-toggle-button:hover,.stitch-dashboard.theme-dark .schedule-use-btn:hover,.stitch-dashboard.theme-dark .text-button:hover{background:#1a2c40;border-color:#395c7d}.stitch-dashboard.theme-dark .metric-chip,.stitch-dashboard.theme-dark .page-pill.active,.stitch-dashboard.theme-dark .schedule-item-activity,.stitch-dashboard.theme-dark .status-chip,.stitch-dashboard.theme-dark .timer-status-badge{color:#e8f2fb}.stitch-dashboard.theme-dark .mentor-completion-form-grid input,.stitch-dashboard.theme-dark .mentor-composer-clean textarea,.stitch-dashboard.theme-dark .perfil-input,.stitch-dashboard.theme-dark input,.stitch-dashboard.theme-dark select,.stitch-dashboard.theme-dark textarea{color:#e9f2fb;background:#162437;border-color:#2f4b66}.stitch-dashboard.theme-dark input::placeholder,.stitch-dashboard.theme-dark textarea::placeholder{color:#9db2c7}.stitch-dashboard.theme-dark input:focus,.stitch-dashboard.theme-dark select:focus,.stitch-dashboard.theme-dark textarea:focus{border-color:#79aee0;box-shadow:0 0 0 3px rgba(121,174,224,.18)}.stitch-dashboard.theme-dark .assessment-row,.stitch-dashboard.theme-dark .goal-editor-block,.stitch-dashboard.theme-dark .history-card,.stitch-dashboard.theme-dark .item-chip,.stitch-dashboard.theme-dark .next-activity-item,.stitch-dashboard.theme-dark .priority-list li,.stitch-dashboard.theme-dark .schedule-card,.stitch-dashboard.theme-dark .subject-card,.stitch-dashboard.theme-dark .switch-row{color:#d7e6f6;background:#132131;border-color:#2a4158}.stitch-dashboard.theme-dark .muted-line,.stitch-dashboard.theme-dark .stitch-settings-panel .switch-row,.stitch-dashboard.theme-dark small{color:#a9bfd5}.stitch-dashboard h1,.stitch-dashboard h2,.stitch-dashboard h3,.stitch-dashboard h4,.stitch-dashboard strong{font-family:Manrope,sans-serif;color:var(--st-text)}.stitch-dashboard .app-drawer.stitch-rail-wrap{grid-template-rows:auto minmax(0,1fr) auto auto;justify-items:center;width:84px;min-width:84px;max-width:84px;padding:18px 12px;border-radius:12px;border:1px solid var(--st-line);background:var(--st-surface);box-shadow:0 14px 32px rgba(15,28,44,.08);overflow:hidden;position:-webkit-sticky;position:sticky;top:12px;height:calc(100vh - 24px);transition:width .18s ease,min-width .18s ease,max-width .18s ease}.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded{width:236px;min-width:236px;max-width:236px;justify-items:stretch}.stitch-rail-user{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px}.stitch-rail-user-avatar{width:42px;height:42px;border-radius:999px;border:1px solid var(--st-line);object-fit:cover;flex-shrink:0}.stitch-rail-user-avatar.fallback{display:grid;place-items:center;background:linear-gradient(135deg,var(--st-primary),var(--st-primary-soft));color:#fff;font-family:Manrope,sans-serif;font-weight:800}.stitch-rail-user-name{display:none;font-size:.86rem;font-weight:600;color:var(--st-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stitch-rail-bottom,.stitch-rail-nav{display:grid;grid-gap:8px;gap:8px;justify-items:center}.stitch-rail-nav{align-content:start}.stitch-rail-bottom{align-content:end}.stitch-rail-item{width:100%;max-width:42px;height:42px;border-radius:10px;border:1px solid transparent;background:transparent;color:#7f8ea0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;cursor:pointer;transition:all .16s ease;padding:0 10px}.stitch-rail-item:hover{background:#eff4f8;color:var(--st-secondary)}.stitch-rail-item.active{background:#e9f2f8;border-color:#bfd7e7;color:var(--st-primary);box-shadow:inset 2px 0 0 var(--st-primary)}.stitch-rail-icon{width:18px;height:18px;flex-shrink:0}.stitch-rail-label{display:none;font-size:.86rem;white-space:nowrap}.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded .stitch-rail-item{max-width:none;justify-content:flex-start}.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded .stitch-rail-user{justify-content:flex-start}.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded .stitch-rail-label,.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded .stitch-rail-user-name{display:inline}.stitch-rail-item.is-hidden{opacity:.48;filter:grayscale(1)}.stitch-rail-item.is-hidden.active{opacity:.62}.stitch-rail-toggle{margin-bottom:6px}.stitch-settings-panel{width:100%;display:grid;grid-gap:6px;gap:6px;padding:8px;border-radius:10px;border:1px solid var(--st-line);background:#fbfdff;margin-top:6px}.stitch-settings-panel .switch-row{font-size:.72rem;color:var(--st-muted)}.stitch-main-canvas{padding:0;background:transparent}.stitch-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;background:rgba(247,250,252,.9);border-bottom:1px solid #e3e9ef;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stitch-topbar-right{display:flex;align-items:center;gap:12px}.stitch-topbar-copy h1{margin:0;font-size:1.85rem;line-height:1.1}.stitch-topbar-copy p{margin:4px 0 0;color:var(--st-muted)}.stitch-topbar-goal{min-width:210px;display:grid;grid-gap:6px;gap:6px;padding:10px 12px;border-radius:8px;border:1px solid var(--st-line);background:var(--st-surface)}.stitch-topbar-goal span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--st-muted);font-weight:700}.stitch-topbar-goal strong{font-size:1rem;color:var(--st-success)}.stitch-topbar-goal-track{height:7px;border-radius:999px;background:#e6edf3;overflow:hidden}.stitch-topbar-goal-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,#7bb56b,var(--st-success))}.stitch-topbar-actions{display:flex;align-items:center;gap:8px}.stitch-topbar-actions .ghost-button,.stitch-topbar-actions .primary-button{padding:10px 12px;font-size:.8rem;font-weight:700}.stitch-topbar-actions .ghost-button{display:inline-flex;align-items:center;gap:6px}.panel-eyebrow-with-icon,.panel-title-with-icon{display:inline-flex;align-items:center;gap:8px}.panel-eyebrow-with-icon .eyebrow{margin:0}.panel-title-with-icon svg{width:17px;height:17px;color:var(--st-secondary);flex-shrink:0}.panel-eyebrow-with-icon svg{width:16px;height:16px;color:var(--st-secondary);flex-shrink:0}.stitch-modern-surface{--st-primary:#0e1c2b;--st-primary-soft:#233141;--st-secondary:#206393;--st-bg:#f7fafc;--st-surface:#ffffff;--st-surface-low:#f1f4f6;--st-line:#c6c5d4;--st-text:#181c1e;--st-muted:#454652;--st-success:#28501e;--st-success-soft:#c0f0ad;width:min(1440px,calc(100vw - 28px));background:radial-gradient(circle at top left,rgba(32,99,147,.08),transparent 22%),radial-gradient(circle at bottom right,rgba(164,211,147,.14),transparent 28%),var(--st-bg);font-family:Inter,sans-serif}body:has(.stitch-modern-surface){background:#f7fafc}.stitch-modern-surface h1,.stitch-modern-surface h2,.stitch-modern-surface h3,.stitch-modern-surface h4,.stitch-modern-surface strong{font-family:Manrope,sans-serif;color:var(--st-text)}.stitch-modern-surface .muted-line{color:var(--st-muted)}.stitch-modern-card,.stitch-modern-surface .mentor-access-card,.stitch-modern-surface .mentor-conversation-card,.stitch-modern-surface .mentor-topbar{border-radius:12px;border:1px solid var(--st-line);background:radial-gradient(circle at top right,rgba(32,99,147,.1),transparent 32%),radial-gradient(circle at bottom left,rgba(47,90,36,.08),transparent 36%),var(--st-surface);box-shadow:0 14px 32px rgba(15,28,44,.08)}.stitch-modern-surface .primary-button{background:linear-gradient(125deg,var(--st-primary),var(--st-primary-soft));color:#fff}.stitch-modern-surface .ghost-button{background:#fff;border:1px solid var(--st-line);color:var(--st-text)}.stitch-modern-surface .help-grid article,.stitch-modern-surface .help-section,.stitch-modern-surface .help-toc{border-color:var(--st-line);background:var(--st-surface)}.stitch-modern-surface .help-page-header .eyebrow,.stitch-modern-surface .help-toc a,.stitch-modern-surface .perfil-header .eyebrow{color:var(--st-secondary)}.stitch-modern-surface .mentor-completion-form-grid input,.stitch-modern-surface .mentor-composer-clean textarea,.stitch-modern-surface .perfil-input{border-color:var(--st-line);background:#fff}.stitch-modern-surface .mentor-navbar-brand{display:grid;grid-gap:2px;gap:2px}.stitch-modern-surface .mentor-navbar-brand h1{margin:0;font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.15}.panel-title-with-icon.large svg{width:20px;height:20px}.panel-title-with-icon h1,.panel-title-with-icon h2,.panel-title-with-icon h3{margin:0}.stitch-dashboard .goal-editor-block,.stitch-dashboard .hero-panel,.stitch-dashboard .history-card,.stitch-dashboard .insight-card,.stitch-dashboard .metric-chip,.stitch-dashboard .panel,.stitch-dashboard .schedule-card,.stitch-dashboard .stat-card,.stitch-dashboard .timer-context-card,.stitch-dashboard .timer-controls-block,.stitch-dashboard .timer-main-block{border-radius:10px;border:1px solid var(--st-line);background:var(--st-surface);box-shadow:0 8px 20px rgba(15,28,44,.05)}.stitch-dashboard .hero-panel{margin:18px 24px;padding:24px;grid-template-columns:1.2fr .8fr;background:var(--st-surface)}.stitch-dashboard .hero-panel h1{font-size:2rem;line-height:1.05;max-width:16ch}.stitch-dashboard .status-chip{border-radius:999px;border:1px solid #dae6ef;background:#f6fbff;color:var(--st-secondary)}.stitch-dashboard .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stitch-dashboard .stat-card{min-height:118px;padding:16px;color:var(--st-text);background:var(--st-surface);border-left:3px solid var(--st-primary)}.stitch-dashboard .stat-card span{color:var(--st-muted);font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.stitch-dashboard .stat-card strong{font-size:2rem;line-height:1}.stitch-dashboard .tone-amber{border-left-color:var(--st-primary)}.stitch-dashboard .tone-teal{border-left-color:var(--st-success)}.stitch-dashboard .tone-brick{border-left-color:var(--st-secondary)}.stitch-dashboard .tone-slate{border-left-color:#7b8da0}.stitch-dashboard .content-grid,.stitch-dashboard .dashboard-focus-grid,.stitch-dashboard .dashboard-reflow-grid,.stitch-dashboard .full-section,.stitch-dashboard .insights-advanced-grid,.stitch-dashboard .study-insights-grid{margin:0 24px 18px}.stitch-dashboard .content-drawer-panel{background:radial-gradient(circle at 8% 6%,color-mix(in srgb,var(--st-secondary,#206393) 8%,transparent),transparent 34%),radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--st-primary,#0e1c2b) 8%,transparent),transparent 38%),var(--st-bg,#f7fafc);border-color:var(--st-line)}.stitch-dashboard .dashboard-reflow-grid,.stitch-dashboard .insights-advanced-grid,.stitch-dashboard .study-insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-dashboard .dashboard-reflow-panel{min-height:540px}.stitch-dashboard .insight-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.stitch-dashboard .insight-card{padding:12px}.stitch-dashboard .insight-card span{color:var(--st-muted);font-size:.78rem}.stitch-dashboard .insight-card strong{font-size:1.5rem}.stitch-dashboard .app-layout .primary-button,.stitch-dashboard .primary-button{background:linear-gradient(125deg,var(--st-primary),var(--st-primary-soft));color:#fff}.stitch-dashboard .bar-fill,.stitch-dashboard .schedule-progress-fill,.stitch-dashboard .timer-status-badge{background:linear-gradient(120deg,#7cbf69,var(--st-success));color:#f6fff2}.stitch-dashboard .hours-line-target{stroke:rgba(38,49,61,.42)}.stitch-dashboard .hours-line-realized{stroke:#5a9f45}.stitch-dashboard .hours-line-legend .legend-realized,.stitch-dashboard .hours-point-realized{stroke:#5a9f45;border-top-color:#5a9f45}.stitch-dashboard .app-layout .ghost-button,.stitch-dashboard .ghost-button{background:#fff;border:1px solid var(--st-line);color:var(--st-text)}.stitch-dashboard .assessment-row,.stitch-dashboard .ghost-button,.stitch-dashboard .next-activity-item,.stitch-dashboard .page-pill,.stitch-dashboard .panel-toggle-button,.stitch-dashboard .perf-group-card,.stitch-dashboard .primary-button,.stitch-dashboard .priority-list li,.stitch-dashboard .schedule-item,.stitch-dashboard .schedule-use-btn{border-radius:6px}.stitch-dashboard .perf-group-card,.stitch-dashboard .perf-item-table,.stitch-dashboard .perf-item-table td,.stitch-dashboard .perf-item-table th{border-color:var(--st-line)}.stitch-dashboard .perf-item-table th{background:#f6f9fc}.stitch-dashboard .history-card,.stitch-dashboard .schedule-card,.stitch-dashboard .subject-card{background:var(--st-surface)}.stitch-dashboard .loading-book{right:26px;bottom:26px}@media (max-width:1200px){.stitch-dashboard .dashboard-reflow-grid,.stitch-dashboard .hero-panel,.stitch-dashboard .insights-advanced-grid,.stitch-dashboard .study-insights-grid{grid-template-columns:1fr}}@media (max-width:980px){.stitch-dashboard{width:min(100%,calc(100vw - 18px));grid-template-columns:1fr}.stitch-dashboard .app-drawer.stitch-rail-wrap{height:auto;position:static;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;padding:12px;gap:10px;overflow:visible}.stitch-dashboard .app-drawer.stitch-rail-wrap,.stitch-dashboard .app-drawer.stitch-rail-wrap.expanded{width:100%;min-width:0;max-width:none;justify-items:stretch}.stitch-rail-user{justify-content:flex-start;min-height:40px}.stitch-rail-bottom,.stitch-rail-nav{grid-auto-flow:column;grid-auto-columns:max-content;align-content:center;justify-content:flex-start;justify-items:stretch;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.stitch-rail-item{max-width:none;min-width:46px;white-space:nowrap}.stitch-rail-label{display:inline}.stitch-dashboard .stitch-main-canvas{padding-bottom:14px}.stitch-dashboard .content-grid,.stitch-dashboard .dashboard-focus-grid,.stitch-dashboard .dashboard-reflow-grid,.stitch-dashboard .full-section,.stitch-dashboard .hero-panel,.stitch-dashboard .insights-advanced-grid,.stitch-dashboard .stitch-topbar,.stitch-dashboard .study-insights-grid{margin-left:0;margin-right:0}.stitch-dashboard .stitch-topbar,.stitch-topbar-right{flex-direction:column;align-items:stretch}.stitch-topbar-actions{flex-wrap:wrap}}@media (max-width:760px){.stitch-dashboard .app-drawer.stitch-rail-wrap{padding:10px;gap:8px}.stitch-rail-label,.stitch-rail-user-name{display:none!important}.stitch-rail-item{width:42px;min-width:42px;height:42px;padding:0;justify-content:center}.stitch-rail-toggle{display:none}.stitch-settings-panel{margin-top:0}}.app-layout,.mentor-chat-shell{--sd-navy:#0e1c2b;--sd-navy-soft:#233141;--sd-steel:#206393;--sd-surface:#f4f7f9;--sd-surface-2:#ebeff3;--sd-ink:#17212b;--sd-muted:#4c5a67;--sd-line:rgba(23,33,43,0.12);--sd-success:#4f7942;--sd-success-soft:#cfe7c6}.app-layout{width:min(1400px,calc(100vw - 32px));gap:22px}.app-drawer{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(245,248,251,.92));border:1px solid var(--sd-line);border-radius:22px;box-shadow:0 22px 48px rgba(14,28,43,.1)}.drawer-avatar{background:linear-gradient(160deg,var(--sd-navy) 0,#15293d 100%)}.drawer-premium-badge{background:linear-gradient(120deg,var(--sd-steel),#1a4d73)}.drawer-accordion-trigger,.drawer-panel-link,.drawer-settings-panel{border-color:var(--sd-line);background:rgba(255,255,255,.86)}.drawer-panel-link:hover{border-color:rgba(32,99,147,.35);background:rgba(230,240,247,.7)}.hero-panel,.login-card,.modal-card,.panel{border-color:var(--sd-line);background:radial-gradient(circle at top right,rgba(32,99,147,.08),transparent 32%),radial-gradient(circle at bottom left,rgba(79,121,66,.07),transparent 34%),rgba(255,255,255,.94);box-shadow:0 20px 46px rgba(14,28,43,.09)}.hero-panel{grid-template-columns:1.15fr .85fr;padding:34px}.hero-panel:after{background:radial-gradient(circle,rgba(32,99,147,.18),transparent 72%)}.eyebrow{color:var(--sd-steel);font-weight:700}.hero-panel .hero-copy,.metric-chip small,.muted-line,.schedule-card p{color:var(--sd-muted)}.assessment-row,.goal-editor-block,.insight-card,.metric-chip,.schedule-card,.status-chip,.subject-card,.timer-context-card,.timer-controls-block,.timer-main-block{border-color:var(--sd-line);background:rgba(255,255,255,.92)}.insight-card--success{border-color:rgba(79,121,66,.42);background:rgba(207,231,198,.35)}.insight-card--warning{border-color:rgba(32,99,147,.35);background:rgba(32,99,147,.1)}.insight-card--danger{border-color:rgba(152,34,34,.38);background:rgba(152,34,34,.1)}.insight-card--neutral{border-color:rgba(23,33,43,.2);background:rgba(23,33,43,.06)}.reports-panel{border:1px solid rgba(14,28,43,.14)}.reports-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.reports-section{display:grid;grid-gap:10px;gap:10px}.reports-section h3{margin:0;color:#1a3750;font-size:1rem}.reports-floating-list{display:grid;grid-gap:10px;gap:10px}.report-select-item{border:1px solid rgba(14,28,43,.14);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:0 8px 20px rgba(14,28,43,.08);padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.report-select-dropdown{position:relative}.report-select-trigger{width:100%;border:0;background:transparent;padding:0;text-align:left;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;cursor:pointer}.report-select-caret{color:#405a70;font-size:.92rem}.report-select-menu{position:absolute;bottom:calc(100% + 8px);left:0;right:0;z-index:8;display:grid;grid-gap:6px;gap:6px;border:1px solid rgba(14,28,43,.14);border-radius:12px;background:#ffffff;box-shadow:0 16px 30px rgba(14,28,43,.14);padding:8px}.report-select-option{border:1px solid transparent;border-radius:10px;background:#f7fafc;padding:8px 10px;text-align:left;display:grid;grid-gap:4px;gap:4px;cursor:pointer}.report-select-option strong{font-size:.84rem;color:#16324a}.report-select-option span{font-size:.76rem;color:#516679;line-height:1.35}.report-select-option.is-active,.report-select-option:hover{border-color:rgba(32,99,147,.32);background:#edf4fa}.report-list-meta h4{margin:0;font-size:.94rem;color:#13293c}.report-list-meta p{margin:4px 0 0;color:#526578;font-size:.84rem;line-height:1.42}.report-list-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.report-file-button{min-height:36px;min-width:72px;padding:8px 12px;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700}.reports-premium-dialog{width:min(620px,100%);border-radius:18px;border:1px solid rgba(14,28,43,.16);display:grid;grid-gap:12px;gap:12px;background:radial-gradient(circle at top right,rgba(32,99,147,.12),transparent 40%),radial-gradient(circle at bottom left,rgba(79,121,66,.12),transparent 40%),#ffffff}.reports-premium-dialog-head h3{margin:4px 0 0;color:#10293d;font-size:1.18rem;line-height:1.25}.reports-premium-dialog-copy{margin:0;color:#41586b;font-size:.92rem;line-height:1.55}.reports-premium-benefits{margin:0;padding-left:20px;display:grid;grid-gap:7px;gap:7px;color:#1d405f;font-size:.9rem}.reports-premium-dialog-actions{justify-content:flex-end}@media (max-width:1080px){.reports-grid{grid-template-columns:1fr 1fr}.report-select-item{grid-template-columns:1fr;align-items:start}.report-list-actions{justify-content:flex-start}}@media (max-width:760px){.reports-grid{grid-template-columns:1fr}.report-file-button{min-width:64px}}.bar-fill,.schedule-progress-fill,.timer-status-badge{background:linear-gradient(120deg,var(--sd-success),#365c2c);color:#f7fff5}.hours-line-realized{stroke:var(--sd-success)}.app-layout .primary-button,.mentor-chat-shell .primary-button,.primary-button{background:linear-gradient(120deg,var(--sd-navy),var(--sd-navy-soft));color:#f4f8fb;box-shadow:0 14px 30px rgba(14,28,43,.22)}.app-layout .ghost-button,.ghost-button,.mentor-chat-shell .ghost-button{background:rgba(255,255,255,.86);border:1px solid var(--sd-line);color:var(--sd-ink)}.panel-toggle-button{border-color:var(--sd-line);color:var(--sd-muted)}.ghost-button:hover,.panel-toggle-button:hover,.primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(14,28,43,.12)}.mentor-chat-shell{width:min(1480px,calc(100vw - 32px));background:radial-gradient(circle at top left,rgba(32,99,147,.14),transparent 28%),radial-gradient(circle at bottom right,rgba(79,121,66,.12),transparent 34%),linear-gradient(180deg,rgba(248,251,253,.82),rgba(245,249,252,.82))}.mentor-access-card,.mentor-conversation-card,.mentor-focus-card,.mentor-topbar{border:1px solid rgba(196,209,221,.9);background:radial-gradient(circle at top right,rgba(32,99,147,.09),transparent 34%),radial-gradient(circle at bottom left,rgba(79,121,66,.06),transparent 36%),rgba(255,255,255,.96);box-shadow:0 18px 38px rgba(14,28,43,.1),inset 0 1px 0 rgba(255,255,255,.72)}.mentor-topbar{border-radius:22px}.mentor-conversation-card{max-width:none;border-radius:24px;border-color:rgba(188,203,216,.92)}.mentor-chat-layout{grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:start}.mentor-topbar-specialist{display:inline-flex;align-items:center;gap:10px}.mentor-specialist-avatar{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;font-family:Manrope,sans-serif;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--sd-navy),#1c354f)}.mentor-specialist-copy{display:grid;grid-gap:1px;gap:1px}.mentor-specialist-copy h2{margin:0;font-size:1rem;line-height:1.1;color:var(--sd-ink)}.mentor-specialist-copy small{font-size:.68rem;color:var(--sd-success);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.mentor-conversations-sidebar{display:grid;align-content:start;grid-gap:10px;gap:10px;border:1px solid rgba(196,209,221,.92);border-radius:22px;padding:14px;background:radial-gradient(circle at top left,rgba(255,255,255,.68),transparent 46%),rgba(241,246,250,.94);box-shadow:0 16px 34px rgba(14,28,43,.08),inset 0 1px 0 rgba(255,255,255,.58);min-height:0}.mentor-stopwatch-card{display:grid;grid-gap:14px;gap:14px;padding:14px;border:1px solid rgba(188,202,215,.9);border-radius:16px;background:linear-gradient(145deg,rgba(16,39,58,.96),rgba(30,63,94,.92)),rgba(19,44,66,.9);color:#f1f7fd;box-shadow:0 14px 28px rgba(14,28,43,.16)}.mentor-stopwatch-header{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.mentor-stopwatch-header strong{display:block;font-size:.9rem;color:#f5fbff}.mentor-stopwatch-header p{margin:2px 0 0;font-size:.75rem;color:rgba(219,233,245,.78)}.mentor-stopwatch-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.12);color:#cfe4f6}.mentor-stopwatch-time{font-family:Manrope,sans-serif;font-size:clamp(1.8rem,3vw,2.3rem);font-weight:800;letter-spacing:.08em;color:#ffffff}.mentor-stopwatch-input-group{display:grid;grid-gap:6px;gap:6px}.mentor-stopwatch-input-group span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(219,233,245,.78)}.mentor-stopwatch-input-group input{width:100%;border:1px solid rgba(209,226,240,.18);border-radius:12px;background:rgba(255,255,255,.12);color:#f7fbff;padding:10px 12px;outline:none;font-size:.95rem;letter-spacing:.08em}.mentor-stopwatch-input-group input::placeholder{color:rgba(219,233,245,.5)}.mentor-stopwatch-input-group input:disabled{opacity:.7}.mentor-stopwatch-actions{display:flex;gap:10px}.mentor-stopwatch-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid rgba(209,226,240,.18);border-radius:12px;background:rgba(255,255,255,.1);color:#f7fbff;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.mentor-stopwatch-button:hover:not(:disabled){transform:translateY(-1px);background:rgba(255,255,255,.18);border-color:rgba(209,226,240,.32)}.mentor-stopwatch-button:disabled{opacity:.42;cursor:not-allowed}.mentor-stopwatch-error{color:#ffd3d3;font-size:.74rem;line-height:1.4}.mentor-focus-sidebar{display:grid;grid-gap:14px;gap:14px;position:-webkit-sticky;position:sticky;top:88px}.mentor-focus-card{border-radius:20px;padding:16px;display:grid;grid-gap:10px;gap:10px}.mentor-focus-card h3{font-size:1.18rem;line-height:1.2;color:var(--sd-ink)}.mentor-focus-chip-row{display:flex;gap:8px;flex-wrap:wrap}.mentor-focus-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--sd-line);background:rgba(245,248,251,.95);color:var(--sd-muted);font-size:.8rem;font-weight:700}.mentor-focus-chip.success{border-color:rgba(79,121,66,.35);background:var(--sd-success-soft);color:#2d4b26}.mentor-goal-progress-list{display:grid;grid-gap:10px;gap:10px}.mentor-goal-progress-list div{display:grid;grid-gap:6px;gap:6px}.mentor-goal-progress-list span{color:var(--sd-muted);font-size:.9rem}.mentor-goal-track{width:100%;height:10px;border-radius:999px;background:rgba(23,33,43,.1);overflow:hidden}.mentor-goal-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,var(--sd-success),#365c2c)}.mentor-checklist{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;color:var(--sd-muted)}.mentor-focus-card-accent{background:radial-gradient(circle at top left,rgba(32,99,147,.12),transparent 42%),rgba(255,255,255,.95)}.mentor-focus-actions{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.mentor-identity-chip,.mentor-runtime-chip{border-color:rgba(189,203,216,.9);background:rgba(255,255,255,.92);color:var(--sd-muted)}.mentor-runtime-chip.pending{color:var(--sd-success);border-color:rgba(79,121,66,.28);background:rgba(207,231,198,.5)}.mentor-thread{gap:14px}.stitch-modern-surface .mentor-bubble-row{gap:8px}.stitch-modern-surface .mentor-bubble-meta{gap:8px;color:#767683}.stitch-modern-surface .mentor-bubble-meta span,.stitch-modern-surface .mentor-message-time{font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.stitch-modern-surface .mentor-message-time{color:#8b99ac}.stitch-modern-surface .mentor-ai-avatar{width:32px;height:32px;border-radius:8px;font-family:Manrope,sans-serif;font-size:.7rem;letter-spacing:.05em;color:#ffffff;background:linear-gradient(135deg,var(--st-primary),var(--st-primary-soft));box-shadow:0 10px 22px rgba(14,28,43,.18)}.stitch-modern-surface .mentor-bubble-row .mentor-user-avatar.small{width:32px;height:32px;border-radius:10px;border:1px solid rgba(198,197,212,.52)}.stitch-modern-surface .mentor-bubble{width:min(78%,760px);padding:18px 20px;border-radius:12px;border:1px solid rgba(198,197,212,.52);box-shadow:0 10px 24px rgba(15,28,44,.06)}.stitch-modern-surface .mentor-bubble.assistant{background:linear-gradient(180deg,#f1f4f6,#ffffff);color:#454652;border-color:rgba(198,197,212,.62);border-left:2px solid var(--st-primary);border-top-left-radius:4px}.stitch-modern-surface .mentor-bubble.user{background:linear-gradient(135deg,var(--st-primary),var(--st-primary-soft));color:#ffffff;border-color:rgba(14,28,43,.28);border-top-right-radius:4px;box-shadow:0 14px 28px rgba(14,28,43,.14)}.stitch-modern-surface .mentor-bubble-content{gap:6px}.stitch-modern-surface .mentor-rich-heading,.stitch-modern-surface .mentor-rich-line{line-height:1.6}.stitch-modern-surface .mentor-rich-line{font-size:.95rem}.mentor-completion-form-card,.mentor-composer-clean,.mentor-composer-clean textarea{border-color:rgba(189,203,216,.9);background:rgba(255,255,255,.92)}.mentor-composer-clean{box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.mentor-completion-form-card{box-shadow:0 8px 22px rgba(14,28,43,.06)}@media (max-width:1100px){.mentor-chat-layout{grid-template-columns:1fr}.mentor-conversations-sidebar{position:static}}@media (max-width:760px){.app-layout{width:min(100%,calc(100vw - 20px))}.mentor-chat-shell{width:min(100%,calc(100vw - 16px));padding:10px 0 18px;gap:10px;min-height:100dvh;overflow-x:clip}.hero-panel,.mentor-conversation-card,.mentor-focus-card,.mentor-topbar,.panel{border-radius:18px}.mentor-topbar{padding:12px 14px;gap:12px;align-items:stretch;position:static}.mentor-topbar>*{min-width:0}.mentor-topbar-specialist{gap:8px}.mentor-specialist-avatar{width:34px;height:34px;border-radius:8px;font-size:.82rem}.mentor-specialist-copy h2{font-size:.94rem}.mentor-specialist-copy small{font-size:.62rem;letter-spacing:.05em}.mentor-topbar-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;min-width:0}.mentor-identity-chip{min-width:0;max-width:100%;justify-content:flex-start}.mentor-identity-chip span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mentor-chat-layout{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;min-width:0}.mentor-conversations-sidebar{order:2;padding:0;border:0;background:transparent;box-shadow:none}.mentor-stopwatch-card{gap:10px;padding:12px;border-radius:14px;box-shadow:0 10px 22px rgba(14,28,43,.12)}.mentor-stopwatch-header{gap:8px}.mentor-stopwatch-header p{font-size:.7rem}.mentor-stopwatch-icon{width:32px;height:32px;border-radius:10px}.mentor-stopwatch-time{font-size:1.5rem;letter-spacing:.05em}.mentor-stopwatch-input-group input{padding:9px 10px;font-size:.88rem}.mentor-stopwatch-button{width:38px;height:38px;border-radius:10px}.mentor-conversation-card{order:1;height:calc(100dvh - 110px);min-height:calc(100dvh - 110px);gap:10px;padding:14px;min-width:0}.mentor-conversation-header{gap:10px;padding-bottom:0;border-bottom:0;min-width:0}.mentor-conversation-header>div{min-width:0}.mentor-conversation-header h2{font-size:1rem}.mentor-conversation-header .muted-line{font-size:.82rem}.mentor-header-actions{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:2px;justify-content:flex-start;min-width:0;max-width:100%}.mentor-header-actions .ghost-button,.mentor-runtime-chip{flex:0 0 auto;white-space:nowrap;min-height:34px;padding:7px 10px;font-size:.72rem;max-width:calc(100vw - 48px);box-sizing:border-box}.mentor-thread{gap:12px;padding-right:2px;-webkit-mask-image:none;mask-image:none;min-width:0;overflow-x:hidden}.mentor-bubble-meta{gap:6px;min-width:0;width:100%}.mentor-bubble-meta span{max-width:40vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mentor-bubble{width:100%;max-width:100%;padding:14px 15px;box-sizing:border-box}.mentor-composer-clean{gap:10px;padding:10px;border-radius:16px;min-width:0}.mentor-composer-clean textarea{width:100%;min-height:72px;max-height:72px;padding:11px 12px;border-radius:14px;box-sizing:border-box}.mentor-composer-clean-footer{gap:8px}.mentor-composer-clean-footer p{font-size:.76rem;max-width:none}.mentor-composer-clean-footer .primary-button{width:100%}.mentor-completion-form-card{gap:6px;padding:10px;border-radius:12px;min-width:0}}@keyframes book-wobble{0%,to{transform:rotate(-1deg) translateY(0)}50%{transform:rotate(1deg) translateY(-1px)}}@media (max-width:640px){.loading-book{right:12px;bottom:12px;padding:7px 10px;font-size:.78rem}.snackbar{width:calc(100vw - 24px);left:12px;transform:none;text-align:center}}.mentor-stitch-shell{width:min(1480px,calc(100vw - 24px));gap:0;background:linear-gradient(90deg,#f1f4f6 0,#f1f4f6 300px,#f7fafc 300px),var(--st-bg)}.mentor-academic-page,.mentor-stitch-shell{min-height:100dvh;padding:0;overflow:hidden}.mentor-academic-page{width:min(1600px,100vw);background:#f7fafc}.mentor-academic-topbar{position:fixed;inset:0 0 auto 0;z-index:50;height:64px;padding:0 28px;border-bottom:1px solid rgba(198,197,212,.2);background:rgba(247,250,252,.84);box-shadow:0 1px 0 rgba(255,255,255,.9)}.mentor-academic-brand-block{display:flex;align-items:center;gap:36px;min-width:0}.mentor-academic-brand{color:#0e1c2b;font-family:Manrope,sans-serif;font-size:2rem;font-weight:900;letter-spacing:-.06em;white-space:nowrap}.mentor-academic-goal{width:240px;display:grid;grid-gap:8px;gap:8px}.mentor-academic-goal-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.mentor-academic-goal-head span,.mentor-academic-goal-head strong{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.mentor-academic-goal-head span{color:#181c1e}.mentor-academic-goal-head strong{color:#206393}.mentor-academic-goal-track{width:100%;height:8px;border-radius:999px;background:#e0e3e5;overflow:hidden}.mentor-academic-goal-fill{height:100%;background:linear-gradient(90deg,#022100,#28501e);border-radius:inherit}.mentor-academic-topbar-actions{display:flex;align-items:center;gap:14px}.mentor-academic-icon-button,.mentor-academic-user-button{width:40px;height:40px;display:inline-grid;place-items:center;border:0;border-radius:12px;background:transparent;color:#0e1c2b}.mentor-academic-icon-button svg{width:20px;height:20px}.mentor-academic-user-button{background:rgba(255,255,255,.92);box-shadow:0 0 0 1px rgba(198,197,212,.25);overflow:hidden}.mentor-academic-user-button .mentor-user-avatar{width:100%;height:100%;border-radius:0}.mentor-academic-main{grid-template-columns:minmax(0,1fr) 368px;margin-top:64px}.mentor-academic-canvas,.mentor-academic-main{height:calc(100dvh - 64px);min-height:calc(100dvh - 64px);display:grid}.mentor-academic-canvas{grid-template-rows:auto minmax(0,1fr) auto;padding:52px 80px 34px;overflow:hidden}.mentor-academic-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;width:100%;margin:0 0 42px}.mentor-academic-header>div:first-child{min-width:0;flex:1 1 auto}.mentor-academic-header h1{margin:0;color:#0e1c2b;font-family:Manrope,sans-serif;font-size:clamp(2.6rem,4vw,4.25rem);line-height:.98;letter-spacing:-.06em;font-weight:900;white-space:nowrap}.mentor-academic-header p{margin:10px 0 0;color:#454652;font-size:1.05rem}.mentor-academic-delete-button{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border:0;border-radius:12px;background:rgba(255,255,255,.68);color:#ba1a1a;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.mentor-academic-delete-button:disabled{opacity:.55}.mentor-academic-thread{width:100%;margin:0;min-height:0;padding-bottom:24px;overflow:auto;display:grid;grid-gap:34px;gap:34px}.mentor-academic-history-row{justify-content:center}.mentor-academic-date-chip{justify-self:center;padding:6px 12px;border-radius:999px;background:#edf1f4;color:#8b99ac;font-size:.62rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.mentor-academic-row{display:flex;gap:28px;max-width:100%}.mentor-academic-row-user{flex-direction:row-reverse}.mentor-academic-avatar{width:50px;height:50px;margin-top:4px;flex:0 0 auto;border-radius:14px;display:inline-grid;place-items:center}.mentor-academic-avatar svg{width:22px;height:22px}.mentor-academic-avatar-assistant{background:#0e1c2b;color:#fff}.mentor-academic-avatar-user{background:#206393;color:#fff}.mentor-academic-avatar-pending{background:#e0e3e5;color:#454652}.mentor-academic-message-stack{display:grid;grid-gap:12px;gap:12px;min-width:0}.mentor-academic-row-user .mentor-academic-message-stack{justify-items:end;text-align:right}.mentor-academic-bubble{max-width:min(880px,100%);padding:28px 30px;border-radius:16px;font-size:1rem;line-height:1.72}.mentor-academic-bubble-assistant{background:#eef2f4;color:#181c1e;border-top-left-radius:0}.mentor-academic-bubble-user{background:#0e1c2b;color:#fff;border-top-right-radius:0;box-shadow:0 14px 28px rgba(14,28,43,.12)}.mentor-academic-bubble .mentor-bubble-content{gap:8px}.mentor-academic-meta{color:#454652;font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.mentor-academic-pending{display:inline-flex;align-items:center;gap:14px;min-height:56px;padding:0 24px;border-radius:16px;background:#eef2f4;color:#2d3133;font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.mentor-academic-pending-dots{display:inline-flex;gap:7px}.mentor-academic-pending-dots span{width:8px;height:8px;border-radius:999px;background:rgba(14,28,43,.28)}.mentor-academic-composer-dock{position:relative;margin-top:16px}.mentor-academic-composer{width:100%;margin:0;padding:0;border:0;background:transparent;box-shadow:none}.mentor-academic-completion-card{margin-bottom:16px}.mentor-academic-composer-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:12px 12px 12px 18px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(198,197,212,.18);box-shadow:0 20px 40px rgba(15,28,44,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mentor-academic-attach,.mentor-academic-send{width:54px;height:54px;border:0;border-radius:12px;display:inline-grid;place-items:center}.mentor-academic-attach{background:transparent;color:#2d3133}.mentor-academic-send{background:#0e1c2b;color:#fff}.mentor-academic-composer textarea{min-height:60px;max-height:140px;padding:10px 0;border:0;border-radius:0;background:transparent;color:#181c1e;font-size:1rem;box-shadow:none;resize:none}.mentor-academic-composer textarea::placeholder{color:rgba(69,70,82,.55)}.mentor-academic-composer textarea:focus{box-shadow:none}.mentor-academic-sidebar{display:flex;flex-direction:column;gap:26px;padding:44px 40px 28px;background:#f1f4f6;border-left:1px solid rgba(198,197,212,.18)}.mentor-academic-side-header{display:flex;align-items:center;gap:12px}.mentor-academic-side-header svg{width:20px;height:20px;color:#206393}.mentor-academic-side-header h2,.mentor-academic-stats h3{margin:0;color:#181c1e;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.mentor-academic-timer-card{padding:44px 28px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,250,252,.82));text-align:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6),0 20px 40px rgba(15,28,44,.04)}.mentor-academic-timer-display{color:#0e1c2b;font-family:Manrope,sans-serif;font-size:clamp(3.6rem,5vw,4.8rem);font-weight:900;line-height:.9;letter-spacing:-.08em}.mentor-academic-timer-card p{margin:16px auto 0;width:-moz-fit-content;width:fit-content;padding:6px 10px;border-radius:6px;background:#c0f0ad;color:#28501e;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mentor-academic-timer-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.mentor-academic-timer-actions .ghost-button,.mentor-academic-timer-actions .primary-button{min-height:50px;justify-content:center;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase}.mentor-academic-timer-actions .primary-button{box-shadow:none}.mentor-academic-timer-error{margin-top:-14px}.mentor-academic-stats{display:grid;grid-gap:14px;gap:14px}.mentor-academic-stat-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-radius:18px;background:#fff}.mentor-academic-stat-card>div{display:flex;align-items:center;gap:14px;min-width:0}.mentor-academic-stat-card svg{width:22px;height:22px}.mentor-academic-stat-card span,.mentor-academic-stat-card strong{color:#181c1e;font-size:.9rem;font-weight:700}@media (max-width:1280px){.mentor-academic-main{grid-template-columns:1fr}.mentor-academic-sidebar{border-left:0;border-top:1px solid rgba(198,197,212,.18)}}@media (max-width:900px){.mentor-academic-topbar{padding:0 16px}.mentor-academic-goal{display:none}.mentor-academic-canvas{height:auto;min-height:calc(100dvh - 64px);grid-template-rows:auto minmax(0,1fr) auto;padding:32px 16px 24px;overflow:visible}.mentor-academic-header{align-items:flex-start;flex-direction:column}.mentor-academic-thread{min-height:420px}.mentor-academic-composer-dock{margin-top:20px}.mentor-academic-sidebar{padding:24px 16px}}.mentor-stitch-layout{min-height:calc(100dvh - 88px);display:grid;grid-template-columns:300px minmax(0,1fr)}.mentor-stitch-sidebar{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:28px 18px 24px;background:#f1f4f6;border-right:1px solid rgba(198,197,212,.35);overflow:auto}.mentor-stitch-sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mentor-stitch-sidebar-head strong{display:block;margin:0;font-size:1rem}.mentor-stitch-sidebar-head p{margin:6px 0 0;color:var(--st-muted);font-size:.82rem;line-height:1.5}.mentor-stitch-status-dot{width:10px;height:10px;margin-top:6px;border-radius:999px;background:#022100;box-shadow:0 0 0 4px rgba(164,211,147,.28);flex-shrink:0}.mentor-stitch-search{position:relative;display:flex;align-items:center}.mentor-stitch-search svg{position:absolute;left:14px;color:#8b99ac;width:15px;height:15px}.mentor-stitch-search input{width:100%;border:0;outline:none;border-radius:10px;background:rgba(224,227,229,.72);color:#181c1e;padding:12px 14px 12px 40px;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.mentor-stitch-search input::placeholder{color:#8b99ac}.mentor-stitch-archive{display:grid;grid-gap:8px;gap:8px}.mentor-stitch-thread-card,.mentor-stitch-thread-empty{width:100%;border:0;text-align:left;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;padding:14px;border-radius:14px;background:transparent;transition:background .14s ease,transform .14s ease,box-shadow .14s ease}.mentor-stitch-thread-card:hover{background:rgba(255,255,255,.74);transform:translateY(-1px)}.mentor-stitch-thread-card.is-active{background:linear-gradient(135deg,#0e1c2b,#233141);color:#fff;box-shadow:0 18px 34px rgba(14,28,43,.16)}.mentor-stitch-thread-card strong,.mentor-stitch-thread-empty strong{display:block;font-size:.88rem;line-height:1.25}.mentor-stitch-thread-card p,.mentor-stitch-thread-empty p{margin:5px 0 0;color:inherit;opacity:.72;font-size:.74rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mentor-stitch-thread-empty{grid-template-columns:1fr;background:rgba(255,255,255,.65);color:#454652}.mentor-stitch-thread-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#0e1c2b;color:#fff;font-family:Manrope,sans-serif;font-weight:800;font-size:.78rem}.mentor-stitch-thread-card.is-active .mentor-stitch-thread-icon{background:rgba(255,255,255,.14)}.mentor-stitch-thread-icon.muted{background:#d6e4f9;color:#3a4859}.mentor-stitch-timer{margin-top:8px;border:0;border-radius:16px;box-shadow:none}.mentor-stitch-sidebar-actions{display:grid;grid-gap:8px;gap:8px}.mentor-stitch-sidebar-actions .ghost-button{justify-content:center}.mentor-stitch-conversation{display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:0;gap:0;min-height:calc(100dvh - 88px);border:0;border-radius:0;background:#f7fafc;box-shadow:none}.mentor-stitch-conversation-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 32px 18px}.mentor-stitch-specialist{display:flex;align-items:center;gap:14px}.mentor-stitch-specialist-avatar{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#233141;color:#fff;font-family:Manrope,sans-serif;font-weight:800}.mentor-stitch-specialist h2{margin:0;font-size:1.08rem}.mentor-stitch-specialist p{margin:4px 0 0;color:var(--st-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.1em}.mentor-stitch-conversation-tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.mentor-stitch-user-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 8px 6px 6px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(198,197,212,.45);font-size:.75rem;font-weight:700}.mentor-stitch-user-chip .mentor-user-avatar{width:30px;height:30px}.mentor-stitch-thread{padding:8px 32px 24px;overflow:auto}.mentor-stitch-date-row{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:12px 0 24px}.mentor-stitch-date-row span{padding:6px 12px;border-radius:999px;background:#edf1f4;color:#8b99ac;font-size:.62rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.mentor-stitch-date-row p{margin:0;color:#a0aab5;font-size:.74rem;font-style:italic}.mentor-stitch-shell .mentor-bubble-row.assistant{align-items:flex-start}.mentor-stitch-shell .mentor-bubble-row.user{align-items:flex-end}.mentor-stitch-shell .mentor-bubble{max-width:min(72%,760px);border:0;box-shadow:none}.mentor-stitch-shell .mentor-bubble.assistant{background:#eef2f4;color:#454652;border-radius:14px 14px 14px 4px}.mentor-stitch-shell .mentor-bubble.user{background:#0e1c2b;color:#fff;border-radius:14px 14px 4px 14px}.mentor-stitch-shell .mentor-bubble.pending{background:#eef2f4}.mentor-stitch-shell .mentor-bubble-meta{margin-bottom:4px}.mentor-stitch-composer{padding:18px 32px 28px;background:transparent;border:0;box-shadow:none}.mentor-stitch-composer-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:8px;border-radius:14px;border:1px solid rgba(198,197,212,.4);background:rgba(255,255,255,.92);box-shadow:0 18px 34px rgba(15,28,44,.05)}.mentor-stitch-composer textarea{min-height:54px;max-height:140px;border:0;border-radius:0;padding:10px 6px;background:transparent;box-shadow:none;resize:none}.mentor-stitch-composer textarea:focus{box-shadow:none}.mentor-stitch-composer-actions{display:flex;align-items:center;gap:6px}.mentor-stitch-icon-button,.mentor-stitch-send-button{width:42px;height:42px;border:0;border-radius:10px;display:inline-grid;place-items:center;transition:transform .14s ease,background .14s ease}.mentor-stitch-icon-button{background:transparent;color:#8b99ac}.mentor-stitch-send-button{background:#0e1c2b;color:#fff}.mentor-stitch-icon-button:hover,.mentor-stitch-send-button:hover:not(:disabled){transform:translateY(-1px)}.mentor-stitch-send-button:disabled{opacity:.4}.mentor-stitch-footer-note{color:#8b99ac;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}@media (max-width:1100px){.mentor-stitch-layout{grid-template-columns:1fr}.mentor-stitch-sidebar{border-right:0;border-bottom:1px solid rgba(198,197,212,.35)}.mentor-stitch-conversation{min-height:auto}}@media (max-width:760px){.mentor-stitch-shell{width:min(100%,calc(100vw - 12px));background:#f7fafc}.mentor-stitch-layout{min-height:auto}.mentor-stitch-composer,.mentor-stitch-conversation-head,.mentor-stitch-sidebar,.mentor-stitch-thread{padding-left:16px;padding-right:16px}.mentor-stitch-conversation-head{align-items:flex-start}.mentor-stitch-shell .mentor-bubble{max-width:100%}.mentor-stitch-composer-shell{grid-template-columns:1fr}.mentor-stitch-composer-actions{justify-content:flex-end}.mentor-stitch-footer-note{letter-spacing:.08em}}@keyframes mentorThinkingDot{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}.perfil-page-shell{width:min(520px,calc(100vw - 32px));margin:0 auto;padding:40px 0 64px;display:grid;grid-gap:20px;gap:20px}.perfil-card{background:radial-gradient(circle at top right,rgba(13,122,116,.12),transparent 30%),rgba(255,250,240,.86);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:32px 28px 28px;display:grid;grid-gap:24px;gap:24px}.perfil-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.perfil-header .eyebrow{color:var(--teal);font-weight:700;letter-spacing:.12em;font-size:.72rem;text-transform:uppercase}.perfil-header h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1;margin:0}.perfil-feedback{padding:10px 16px;border-radius:10px;font-size:.9rem;font-weight:600}.perfil-feedback--ok{background:rgba(13,122,116,.12);color:var(--teal);border:1px solid rgba(13,122,116,.22)}.perfil-feedback--error{background:rgba(159,58,45,.1);color:var(--brick);border:1px solid rgba(159,58,45,.2)}.perfil-form{display:grid;grid-gap:14px;gap:14px}.perfil-section-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-top:4px}.perfil-section-title--readonly{color:var(--muted);margin-top:12px;padding-top:16px;border-top:1px solid var(--line)}.perfil-field{display:grid;grid-gap:5px;gap:5px}.perfil-field-label{font-size:.8rem;font-weight:600;color:var(--muted)}.perfil-input{padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-family:var(--font-sans);font-size:.95rem;background:rgba(255,255,255,.72);color:var(--ink);outline:none;transition:border-color .15s}.perfil-input:focus{border-color:var(--teal)}.perfil-input--readonly{background:rgba(0,0,0,.04);color:var(--muted);cursor:default}.perfil-save-btn{justify-self:start}.perfil-stitch-page{--perfil-bg:#f7fafc;--perfil-surface:#ffffff;--perfil-surface-soft:#f1f4f6;--perfil-ink:#181c1e;--perfil-muted:#4f5864;--perfil-border:#d4dbe3;--perfil-primary:#0e1c2b;--perfil-secondary:#206393;--perfil-accent:#90c9ff;font-family:"Inter",var(--font-sans);min-height:100vh;background:radial-gradient(circle at 12% 8%,rgba(186,200,220,.34),transparent 46%),linear-gradient(180deg,#f8fbfd,#eff3f7);color:var(--perfil-ink);padding-bottom:40px}.perfil-stitch-loading{width:min(960px,calc(100vw - 32px));margin:0 auto;padding-top:56px;color:var(--perfil-muted)}.perfil-stitch-auth-card{width:min(560px,calc(100vw - 32px));margin:56px auto;border:1px solid var(--perfil-border);border-radius:16px;background:var(--perfil-surface);padding:28px;display:grid;grid-gap:16px;gap:16px}.perfil-stitch-topbar{width:min(1240px,calc(100vw - 32px));margin:0 auto;padding:18px 8px;display:flex;justify-content:space-between;align-items:center;gap:18px}.perfil-stitch-brand{font-family:"Manrope",var(--font-serif);font-size:1.15rem;font-weight:800;letter-spacing:-.01em;color:var(--perfil-primary)}.perfil-stitch-topnav{display:flex;align-items:center;gap:18px}.perfil-stitch-topnav a{text-decoration:none;color:#65707f;font-size:.79rem;font-weight:600}.perfil-stitch-topnav a:hover{color:var(--perfil-primary)}.perfil-stitch-top-actions{display:flex;align-items:center;gap:10px}.perfil-stitch-user-chip{display:inline-flex;align-items:center;gap:10px;border:1px solid #d4dbe3;background:#ffffff;border-radius:999px;padding:6px 10px 6px 6px}.perfil-stitch-user-photo{width:34px;height:34px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#0e1c2b;color:#fff;font-size:.78rem;font-weight:700}.perfil-stitch-user-photo img{width:100%;height:100%;object-fit:cover}.perfil-stitch-user-meta{display:grid;line-height:1.1}.perfil-stitch-user-meta strong{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem;color:#182c3f}.perfil-stitch-user-meta span{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:#66788b}.perfil-stitch-top-link{display:inline-flex;align-items:center;gap:8px;color:#5a6470;font-weight:600;font-size:.82rem;text-decoration:none}.perfil-stitch-top-link:hover{color:var(--perfil-primary)}.perfil-stitch-shell{width:min(1240px,calc(100vw - 32px));margin:0 auto;display:grid;grid-template-columns:260px 1fr;grid-gap:20px;gap:20px}.perfil-stitch-shell--single{grid-template-columns:minmax(0,1fr)}.perfil-stitch-sidebar{align-self:start;position:-webkit-sticky;position:sticky;top:84px;border:1px solid var(--perfil-border);border-radius:14px;background:#f8fbff;padding:18px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.perfil-stitch-side-profile{display:flex;align-items:center;gap:12px}.perfil-stitch-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--perfil-primary);color:#fff}.perfil-stitch-side-profile h2{margin:0;font-size:.95rem}.perfil-stitch-side-profile p{margin:2px 0 0;font-size:.74rem;color:var(--perfil-muted)}.perfil-stitch-nav{display:grid;grid-gap:6px;gap:6px}.perfil-stitch-nav a{text-decoration:none;color:var(--perfil-muted);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;padding:11px 12px;border-radius:10px}.perfil-stitch-nav a.is-active,.perfil-stitch-nav a:hover{color:var(--perfil-primary);background:rgba(144,201,255,.34)}.perfil-stitch-side-upgrade{border-radius:12px;background:#e8eff8;padding:14px;display:grid;grid-gap:10px;gap:10px}.perfil-stitch-side-upgrade p{margin:0;font-size:.76rem;line-height:1.45;color:#233447}.perfil-stitch-side-upgrade button{border:1px solid #152d46;border-radius:10px;padding:10px 12px;font-weight:700;font-size:.75rem;letter-spacing:.07em;text-transform:uppercase;color:#fff;background:var(--perfil-primary);cursor:pointer;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.perfil-stitch-side-upgrade button:hover{background:#132a43;box-shadow:0 8px 20px rgba(13,33,55,.2);transform:translateY(-1px)}.perfil-stitch-content{display:grid;grid-gap:18px;gap:18px}.perfil-stitch-card{border:1px solid var(--perfil-border);background:var(--perfil-surface);border-radius:14px;padding:24px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.perfil-stitch-heading{margin-bottom:18px}.perfil-stitch-eyebrow{margin:0;font-size:.68rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--perfil-secondary)}.perfil-stitch-heading h1,.perfil-stitch-heading h2{font-family:"Manrope",var(--font-serif);margin:6px 0 0;color:var(--perfil-primary);line-height:1.1}.perfil-stitch-heading h1{font-size:clamp(1.9rem,3.2vw,2.35rem)}.perfil-stitch-heading h2{font-size:clamp(1.5rem,2.4vw,1.85rem)}.perfil-stitch-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.perfil-field-full{grid-column:span 2}.perfil-stitch-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.perfil-stitch-actions .primary-button{border:1px solid #112c46;border-radius:9px;background:var(--perfil-primary);color:#fff;font-size:.79rem;letter-spacing:.06em;text-transform:uppercase;font-weight:800;padding:11px 18px}.perfil-stitch-actions .primary-button:hover:not(:disabled){background:#132a43}.perfil-stitch-actions .primary-button:disabled{opacity:.6}.perfil-danger-button,.perfil-delete-confirm{border-radius:10px;border:1px solid #b63f46;padding:10px 14px;font-weight:700;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase}.perfil-danger-button{background:#fff3f2;color:#9f242c}.perfil-danger-button:hover:not(:disabled){background:#ffe6e3}.perfil-danger-button:disabled,.perfil-delete-confirm:disabled{opacity:.6;cursor:default}.perfil-stitch-plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.perfil-stitch-plan-card{border-radius:12px;border:1px solid var(--perfil-border);background:#f4f7fa;padding:16px;display:grid;grid-gap:12px;gap:12px}.perfil-stitch-plan-card.is-highlight{background:var(--perfil-primary);color:#fff;border-color:#1b334d}.perfil-stitch-plan-card.is-current{box-shadow:inset 0 0 0 2px rgba(32,99,147,.55)}.perfil-stitch-plan-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.perfil-stitch-plan-head h3{margin:0;font-family:"Manrope",var(--font-serif);font-size:1.02rem}.perfil-stitch-badge{display:inline-block;border-radius:999px;background:#c0f0ad;color:#14320d;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px}.perfil-stitch-price-row{display:flex;align-items:baseline;gap:6px}.perfil-stitch-price-row strong{font-size:1.5rem}.perfil-stitch-price-row span{font-size:.8rem;color:inherit;opacity:.75}.perfil-stitch-plan-card ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.perfil-stitch-plan-feature{display:flex;align-items:flex-start;gap:8px;font-size:.84rem;color:#314152}.perfil-stitch-plan-feature svg{margin-top:1px;flex-shrink:0;color:#4f79a0}.perfil-stitch-plan-card.is-highlight .perfil-stitch-plan-feature{color:rgba(255,255,255,.92)}.perfil-stitch-plan-card.is-highlight .perfil-stitch-plan-feature svg{color:#b9e8a9}.perfil-stitch-plan-cta{border-radius:10px;border:1px solid #afbdce;padding:11px 10px;background:#fdfefe;color:#173954;font-weight:700;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.perfil-stitch-plan-card.is-highlight .perfil-stitch-plan-cta{border:0;background:var(--perfil-accent);color:#0d2840}.perfil-stitch-plan-cta:hover:not(:disabled){background:#eaf2f9;border-color:#93aecd}.perfil-stitch-plan-cta:disabled{opacity:.6;cursor:default}.perfil-premium-dialog{border-radius:16px;padding:22px;display:grid;grid-gap:12px;gap:12px;border-color:#cfd9e3}.perfil-premium-dialog h3{margin:0;font-family:"Manrope",var(--font-serif);font-size:1.1rem;color:#0f2f4a}.perfil-premium-dialog-text{margin:0;color:#365066;font-size:.92rem;line-height:1.55}.perfil-premium-dialog-list{margin:0;padding-left:18px;color:#1f425f;display:grid;grid-gap:6px;gap:6px;font-size:.88rem}.perfil-premium-dialog-actions{justify-content:flex-end}.perfil-delete-dialog{max-width:520px}.perfil-delete-benefits{margin-top:-2px}.perfil-delete-dialog-warning{border-radius:12px;padding:12px 14px;background:#fff3f0;border:1px solid #f1c4bd;color:#7c2528;font-size:.9rem;line-height:1.5}.perfil-premium-cancel,.perfil-premium-confirm{border-radius:10px;border:1px solid #acc0d4;padding:10px 14px;font-weight:700;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase}.perfil-premium-cancel{background:#f3f7fb;color:#274661}.perfil-premium-confirm{background:#0f3958;border-color:#0f3958;color:#fff}.perfil-premium-confirm:hover:not(:disabled){background:#15466a}.perfil-delete-confirm{background:#a92f37;border-color:#a92f37;color:#fff}.perfil-delete-confirm:hover:not(:disabled){background:#92262d}.perfil-stitch-security-row{border-radius:12px;background:#f1f4f7;border:1px solid #e1e6ec;padding:14px;display:flex;gap:10px;align-items:flex-start;color:#223547}.perfil-stitch-security-row p{margin:0;font-size:.9rem;line-height:1.5}.perfil-stitch-links-grid{display:grid;grid-gap:10px;gap:10px}.perfil-docs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.perfil-doc-panel{border:1px solid #d9e1ea;border-radius:12px;background:#f8fafd;padding:14px;display:grid;grid-gap:10px;gap:10px}.perfil-doc-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.perfil-doc-panel-head h3{margin:0;color:#163650;font-size:.95rem}.perfil-doc-panel-head a{text-decoration:none;color:#2a5f87;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.perfil-doc-content{position:relative;color:#304457;font-size:.87rem;line-height:1.55;display:grid;grid-gap:8px;gap:8px}.perfil-doc-content p{margin:0}.perfil-doc-content.is-collapsed{max-height:86px;overflow:hidden}.perfil-doc-content.is-collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(180deg,rgba(248,250,253,0),#f8fafd 85%)}.perfil-doc-toggle{justify-self:start;border:0;background:transparent;padding:0;color:#16496f;font-size:.8rem;font-weight:700;letter-spacing:.02em;cursor:pointer}.perfil-doc-toggle:hover{color:#0d2f49;text-decoration:underline}.perfil-stitch-link-field{border:1px solid var(--perfil-border);background:#f8fafc;border-radius:10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;transition:border-color .16s ease,background-color .16s ease}.perfil-stitch-link-field span{color:#334255;font-size:.9rem;font-weight:600}.perfil-stitch-link-field strong{color:var(--perfil-secondary);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.perfil-stitch-link-field:hover{border-color:#a8bbd3;background:#eef4fb}@media (max-width:1080px){.perfil-stitch-topnav{display:none}.perfil-stitch-shell{grid-template-columns:1fr}.perfil-stitch-sidebar{position:static}.perfil-docs-grid,.perfil-stitch-plans-grid{grid-template-columns:1fr}}@media (max-width:760px){.perfil-stitch-auth-card,.perfil-stitch-loading,.perfil-stitch-shell,.perfil-stitch-topbar{width:calc(100vw - 24px)}.perfil-stitch-user-chip{max-width:52vw}.perfil-stitch-top-link{font-size:.74rem}.perfil-stitch-card{padding:18px}.perfil-stitch-form-grid{grid-template-columns:1fr}.perfil-field-full{grid-column:auto}}