:root{--bg:#f4f7f9;--surface:#fff;--surface-alt:#eaf0f4;--surface-sunken:#e3eaf0;--text:#0f2d4a;--text-body:#34495e;--text-muted:#52667a;--text-subtle:#6e8194;--placeholder:#8497a8;--border:#e4ebf0;--border-strong:#cbd6e0;--navy:#0f2d4a;--navy-soft:#2a4d6e;--navy-deep:#0a1928;--primary:#0d9488;--primary-pressed:#0a6f66;--primary-text:#fff;--primary-strong-text:#0b7a70;--teal:#14b8a6;--teal-bright:#5eead4;--teal-soft:#d5f5f0;--teal-tint:#ccf3ee;--accent:#f5b83d;--accent-soft:#fff3d6;--accent-text:#8a5a00;--info:#1f6fb2;--info-soft:#e1f1fc;--info-tint:#eef7fe;--warning:#8a5a00;--warning-soft:#fff3d6;--danger:#d14848;--danger-soft:#ffe8e8;--success:#0b7a70;--success-soft:#d5f5f0;--focus:#1f6fb2;--code-bg:#0f2d4a;--code-keyword:#ffc857;--code-key:#5eead4;--shadow-card:0 1px 2px #0f2d4a0f, 0 6px 18px #0f2d4a0d;--shadow-bubble:0 1px 2px #0f2d4a0f, 0 4px 14px #0f2d4a0a;--shadow-primary-button:0 4px 0 #0a6f66;--shadow-navy-button:0 3px 0 #0a1928;--font:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--mono:ui-monospace, Menlo, Consolas, monospace;--line:#eaf0f4;--field:#f4f7f9;--composer:#eef3f6;--hero-box:#1a3d5e;--nav-w:248px;--rail-w:76px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--line:#1d3a56;--field:#16304a;--composer:#16304a;--hero-box:#1a3d5e}}*{box-sizing:border-box}html{font-size:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;margin:0;font-size:15px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;text-align:inherit;background:0 0;border:0;padding:0}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4{letter-spacing:-.03em;margin:0;line-height:1.3}p{margin:0}img{max-width:100%}svg{flex-shrink:0;display:block}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:6px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.num{font-variant-numeric:tabular-nums;letter-spacing:-.01em}.muted{color:var(--text-muted)}.body-c{color:var(--text-body)}.row{align-items:center;gap:10px;display:flex}.row.wrap{flex-wrap:wrap}.col{flex-direction:column;display:flex}.grow{flex:1;min-width:0}.eyebrow{color:var(--text-muted);letter-spacing:.06em;font-size:12px;font-weight:700}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.btn{background:var(--surface);height:48px;box-shadow:inset 0 0 0 1px var(--border-strong);color:var(--text);white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--field);text-decoration:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-primary-button);font-weight:700}.btn-primary:hover{background:var(--primary);filter:brightness(1.05)}.btn-primary:active{box-shadow:0 2px 0 var(--primary-pressed);transform:translateY(2px)}.btn-navy{background:var(--navy);color:#fff;box-shadow:var(--shadow-navy-button);font-weight:700}.btn-navy:hover{background:var(--navy);filter:brightness(1.15)}.btn-soft{background:var(--surface-alt);box-shadow:none}.btn-soft:hover{background:var(--surface-sunken)}.btn-ghost{box-shadow:none;background:0 0}.btn-danger{color:var(--danger)}.btn-lg{border-radius:18px;height:56px;padding:0 28px;font-size:17px}.btn-md{border-radius:16px;height:50px;font-size:15px}.btn-sm{border-radius:11px;height:38px;padding:0 14px;font-size:13px}.btn-xs{border-radius:9px;height:32px;padding:0 12px;font-size:13px}.btn-block{width:100%}.btn-pill{border-radius:999px}.link-btn{color:var(--text-body);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.link-btn:hover{color:var(--text);text-decoration:underline}.link-teal{color:var(--primary-strong-text)}.chip{background:var(--surface);white-space:nowrap;color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:inline-flex;box-shadow:inset 0 0 0 1px #d8e1e9}.chip.on{background:var(--navy);color:#fff;box-shadow:none;font-weight:600}.chip.teal-on{background:var(--teal-soft);box-shadow:inset 0 0 0 2px var(--primary);color:#0b5f57;font-weight:700}.chip-sm{padding:6px 12px;font-size:13px}.tag{white-space:nowrap;background:var(--surface-alt);color:var(--text-muted);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.tag-amber{background:var(--accent-soft);color:var(--accent-text)}.tag-teal{background:var(--teal-tint);color:var(--primary-strong-text)}.tag-mint{background:var(--teal-soft);color:var(--primary-strong-text)}.tag-blue{background:var(--info-soft);color:var(--info)}.tag-red{background:var(--danger-soft);color:var(--danger)}.tag-outline{box-shadow:inset 0 0 0 1px var(--border-strong);color:var(--text-muted);background:0 0}.demo-badge{color:var(--accent-text);background:var(--accent-soft);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.card{background:var(--surface);box-shadow:var(--shadow-card);border-radius:20px}.card-pad{padding:20px}.card-sel{box-shadow:inset 0 0 0 2px var(--primary), 0 3px 0 var(--primary)}.card-outline{background:var(--surface);border-radius:16px;box-shadow:inset 0 0 0 1px #dce4eb}.panel-soft{background:var(--field);border-radius:14px;padding:12px 14px}.info-box{background:var(--info-tint);color:#1f4e7a;border-radius:14px;gap:10px;padding:12px 14px;font-size:13px;line-height:1.55;display:flex}.note-box{background:var(--field);color:var(--text-body);border-radius:14px;gap:10px;padding:14px;font-size:13px;line-height:1.55;display:flex}.input{background:var(--surface);width:100%;height:48px;box-shadow:inset 0 0 0 1px var(--border-strong);border:0;border-radius:12px;padding:0 14px;font-size:15px}.input:focus{box-shadow:inset 0 0 0 2px var(--primary);outline:none}textarea.input{resize:vertical;height:auto;padding:12px 14px;line-height:1.6}.input-soft{background:var(--composer);box-shadow:none}.search-box{background:var(--composer);border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 12px;display:flex}.search-box input{background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:14px}.search-box input::placeholder,.input::placeholder,.composer textarea::placeholder{color:var(--placeholder)}.field-label{color:var(--text-body);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.seg{background:var(--surface-sunken);border-radius:14px;gap:4px;padding:4px;display:flex}.seg>button{text-align:center;color:var(--text-muted);border-radius:10px;flex:1;padding:12px;font-size:15px}.seg>button[aria-pressed=true],.seg>button[aria-selected=true]{background:var(--surface);color:var(--text);font-weight:700;box-shadow:0 1px 3px #0f2d4a1f}.seg.sm>button{padding:8px;font-size:14px}.toggle{background:var(--border-strong);border-radius:999px;flex-shrink:0;width:44px;height:26px;transition:background .15s;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle[aria-checked=true]{background:var(--primary)}.toggle[aria-checked=true]:after{left:21px}.shell{min-height:100dvh;display:flex}.sidenav{width:var(--nav-w);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;gap:4px;height:100dvh;padding:26px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidenav .brand{letter-spacing:-.03em;color:var(--text);align-items:center;gap:10px;padding:0 10px 28px;font-size:21px;font-weight:800;display:flex}.sidenav .brand img{height:34px}.nav-link{color:var(--text-body);border-radius:12px;align-items:center;gap:12px;padding:11px 12px;font-size:15px;font-weight:500;display:flex}.nav-link:hover{background:var(--field)}.nav-link.active{background:var(--teal-soft);color:var(--primary-strong-text);font-weight:700}.nav-count{background:var(--surface-alt);color:var(--text);border-radius:6px;margin-left:auto;padding:2px 7px;font-size:12px;font-weight:600}.nav-link.active .nav-count{background:#fff}.sub-links{flex-direction:column;gap:2px;padding:4px 0 8px 44px;font-size:13px;display:flex}.sub-links a{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:7px 10px;overflow:hidden}.sub-links a.active{background:var(--field);color:var(--text);font-weight:600}.profile-card{background:var(--field);color:var(--text);border-radius:14px;align-items:center;gap:10px;margin-top:auto;padding:12px;display:flex}.avatar{background:var(--navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.rail{width:var(--rail-w);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;align-items:center;gap:10px;height:100dvh;padding:22px 0;display:flex;position:sticky;top:0}.rail>a:first-child img{height:36px;margin-bottom:14px}.rail-link{width:48px;height:48px;color:var(--text-muted);border-radius:14px;justify-content:center;align-items:center;display:flex}.rail-link:hover{background:var(--field)}.rail-link.active{background:var(--teal-soft);color:var(--primary-strong-text)}.main{flex-direction:column;flex:1;min-width:0;display:flex}.page{padding:44px 56px}.tabbar{display:none}.banner{align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:flex}.banner-warn{background:var(--accent-soft);color:var(--accent-text)}.banner-info{background:var(--info-tint);color:#1f4e7a}.settings-nav{width:var(--nav-w);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;gap:2px;height:100dvh;padding:26px 16px;display:flex;position:sticky;top:0}.settings-nav .brand{letter-spacing:-.03em;align-items:center;gap:10px;padding:0 10px 28px;font-size:21px;font-weight:800;display:flex}.settings-nav .brand img{height:34px}.settings-nav .back{align-items:center;gap:8px;padding:8px 12px 14px;font-size:14px;font-weight:600;display:flex}.settings-nav .sect{color:var(--text-muted);letter-spacing:.04em;padding:4px 12px 8px;font-size:11px;font-weight:700}.settings-nav a.item{color:var(--text-body);border-radius:12px;padding:10px 12px;font-size:15px}.settings-nav a.item:hover{background:var(--field)}.settings-nav a.item.active{background:var(--teal-soft);color:var(--primary-strong-text);font-weight:700}.flow{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.flowbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:5;flex-shrink:0;align-items:center;gap:12px;height:68px;padding:0 40px;display:flex;position:sticky;top:0}.flowbar .brand{letter-spacing:-.03em;align-items:center;gap:12px;font-size:21px;font-weight:800;display:flex}.flowbar .brand img{height:34px}.steps{align-items:center;gap:10px;margin-left:56px;padding:0;font-size:13px;font-weight:600;list-style:none;display:flex}.steps li{color:var(--text-subtle);align-items:center;gap:10px;display:flex}.steps li .n{width:24px;height:24px;box-shadow:inset 0 0 0 2px var(--border-strong);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.steps li .lbl{align-items:center;gap:6px;display:flex}.steps li.cur,.steps li.done{color:var(--primary-strong-text)}.steps li.cur .n{background:var(--primary);color:#fff;box-shadow:none}.steps li.done .n{background:var(--teal);color:#fff;box-shadow:none}.steps .ln{background:#dce4eb;width:36px;height:2px}.steps .ln.on{background:var(--teal)}.autosave{color:var(--text-muted);align-items:center;gap:6px;margin-left:auto;font-size:13px;display:flex}.flow-grid{flex:1;grid-template-columns:minmax(0,1fr) 440px;min-height:0;display:grid}.flow-grid.w500{grid-template-columns:minmax(0,1fr) 500px}.flow-main{flex-direction:column;gap:22px;min-width:0;padding:40px 56px;display:flex}.flow-aside{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;gap:18px;height:calc(100dvh - 68px);padding:32px;display:flex;position:sticky;top:68px;overflow-y:auto}.flow-title{letter-spacing:-.035em;font-size:38px;font-weight:800}.flow-title.md{font-size:34px}.flow-sub{color:var(--text-muted);font-size:17px}.goal-input{background:var(--surface);height:62px;box-shadow:inset 0 0 0 2px var(--navy), 0 3px 0 var(--navy);border-radius:18px;align-items:center;gap:12px;padding:0 8px 0 20px;display:flex}.goal-input input{background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:17px}.goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.goal-card{background:var(--surface);box-shadow:var(--shadow-card);text-align:left;border-radius:20px;flex-direction:column;gap:12px;width:100%;padding:18px;display:flex}.goal-card[aria-pressed=true]{box-shadow:inset 0 0 0 2px var(--primary), 0 3px 0 var(--primary)}.goal-card .t{font-size:16px;font-weight:700;line-height:1.45}.goal-card .s{color:var(--text-muted);font-size:13px}.icon-tile{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.check-dot{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.chat-col{flex-direction:column;flex:1;align-self:center;gap:18px;width:100%;max-width:780px;padding:32px 56px;display:flex}.bubble-user{background:var(--primary);color:#fff;white-space:pre-wrap;border-radius:22px 6px 22px 22px;align-self:flex-end;max-width:80%;padding:14px 18px;font-size:16px;line-height:1.6}.tutor-row{align-items:flex-start;gap:12px;display:flex}.tutor-avatar{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 1px 3px #0f2d4a1f}.tutor-avatar img{height:25px}.bubble-tutor{background:var(--surface);box-shadow:var(--shadow-bubble);border-radius:6px 22px 22px;flex-direction:column;gap:10px;min-width:0;padding:16px 18px;font-size:16px;line-height:1.65;display:flex}.answer-chips{flex-wrap:wrap;gap:8px;margin-left:48px;display:flex}.answer-chips .chip{padding:10px 16px}.composer-bar{border-top:1px solid var(--border);background:var(--surface);padding:16px 56px 24px;position:sticky;bottom:0}.composer{background:var(--composer);border-radius:18px;align-items:center;gap:10px;max-width:780px;min-height:56px;margin:0 auto;padding:0 8px 0 18px;display:flex}.composer.strong{box-shadow:inset 0 0 0 2px var(--navy)}.composer textarea{resize:none;background:0 0;border:0;outline:none;flex:1;min-width:0;max-height:160px;padding:16px 0;font-size:15px;line-height:1.5}.kbd-hint{color:var(--text-muted);background:var(--surface);white-space:nowrap;border-radius:5px;padding:3px 7px;font-size:11px}.send-btn{background:var(--primary);color:#fff;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;height:40px;padding:0 16px;font-size:14px;font-weight:700;display:inline-flex}.draft-field{background:var(--field);text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;display:flex}.draft-field:hover{box-shadow:inset 0 0 0 1px var(--border-strong)}.draft-grid{grid-template-columns:72px 1fr;align-items:center;gap:10px 12px;font-size:14px;display:grid}.level-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.level-card{background:var(--surface);box-shadow:var(--shadow-card);text-align:left;border-radius:18px;flex-direction:column;gap:10px;padding:18px;display:flex}.level-card[aria-checked=true]{box-shadow:inset 0 0 0 2px var(--primary), 0 3px 0 var(--primary)}.radio{width:20px;height:20px;box-shadow:inset 0 0 0 2px var(--border-strong);border-radius:50%;flex-shrink:0}[aria-checked=true]>.radio{background:var(--primary);box-shadow:inset 0 0 0 5px #fff, 0 0 0 2px var(--primary)}.day-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.day-btn{background:var(--surface);height:46px;box-shadow:inset 0 0 0 1px var(--border-strong);border-radius:12px;justify-content:center;align-items:center;font-size:14px;display:flex}.day-btn[aria-pressed=true]{background:var(--navy);color:#fff;box-shadow:none;font-weight:600}.diag-card{background:linear-gradient(160deg,#eef7fe,#eefaf8);border-radius:22px;flex-direction:column;gap:14px;padding:22px;display:flex}.mod-row{background:var(--surface);box-shadow:var(--shadow-card);border-radius:18px;align-items:center;gap:16px;padding:16px 18px;display:flex}.mod-row.final{box-shadow:inset 0 0 0 1.5px var(--accent)}.mod-num{background:var(--surface-alt);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.kv{justify-content:space-between;gap:12px;font-size:14px;display:flex}.kv>span:first-child{color:var(--text-muted)}.kv>span:last-child{text-align:right;font-weight:700}.kv.sm{font-size:13px}.kv.sm>span:last-child{font-weight:600}.two-col{grid-template-columns:minmax(0,1fr) 340px;align-content:start;gap:36px;display:grid}.hero{background:var(--navy);color:#fff;border-radius:28px;flex-direction:column;gap:24px;padding:36px 40px;display:flex;box-shadow:0 20px 40px -18px #0f2d4a99}.hero-pill{color:var(--teal-bright);background:#14b8a633;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1.3}.hero-bar{background:var(--navy-soft);border-radius:4px;height:8px;overflow:hidden}.hero-bar>span{background:var(--primary);border-radius:4px;height:8px;display:block}.hero-box{background:var(--hero-box);border-radius:16px;gap:12px;padding:16px;display:flex}.hero-box .k{color:#a9bccf;font-size:12px}.hero-box .v{font-size:15px;line-height:1.5}.hero-cta{background:var(--primary);color:#fff;height:58px;box-shadow:var(--shadow-primary-button);border-radius:18px;align-items:center;gap:10px;padding:0 36px;font-size:18px;font-weight:700;display:inline-flex}.big-card{background:var(--surface);box-shadow:var(--shadow-card);border-radius:22px;padding:20px}.week-dots{color:var(--text-muted);text-align:center;grid-template-columns:repeat(7,1fr);gap:6px;font-size:11px;display:grid}.week-dots>div{flex-direction:column;align-items:center;gap:5px;display:flex}.wdot{width:30px;height:30px;box-shadow:inset 0 0 0 1.5px var(--border-strong);border-radius:50%;justify-content:center;align-items:center;display:flex}.wdot.done{background:var(--navy);box-shadow:none}.wdot.today{background:var(--primary);box-shadow:none}.wdot.rest{box-shadow:none;border:1.5px dashed var(--border-strong);opacity:.7}.list-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;font-size:14px;display:flex}.proj-head{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:28px 44px 0;display:flex}.proj-tabs{gap:4px;display:flex}.proj-tabs a{color:var(--text-muted);padding:12px 16px;font-size:15px}.proj-tabs a.active{color:var(--text);box-shadow:inset 0 -3px 0 var(--primary);font-weight:700}.path-grid{flex:1;grid-template-columns:250px minmax(0,1fr) 330px;align-items:start;gap:28px;padding:28px 40px;display:grid}.mod-card{background:var(--surface);text-align:left;border-radius:16px;flex-direction:column;gap:8px;width:100%;padding:14px;display:flex;box-shadow:0 1px 2px #0f2d4a0f}.mod-card[aria-current=true]{box-shadow:inset 0 0 0 2px var(--primary)}.thin-bar{background:var(--surface-alt);border-radius:3px;height:6px;overflow:hidden}.thin-bar>span{background:var(--teal);border-radius:3px;height:6px;display:block}.tl{grid-template-columns:44px 1fr;column-gap:16px;display:grid}.tl-rail{flex-direction:column;align-items:center;display:flex}.tl-line{background:var(--border-strong);flex:1;width:3px;min-height:18px}.tl-line.on{background:var(--teal)}.tl-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.tl-dot.done{background:var(--teal)}.tl-dot.cur{background:var(--primary);width:44px;height:44px;box-shadow:0 0 0 6px var(--teal-soft)}.tl-dot.next{background:var(--surface);box-shadow:inset 0 0 0 2.5px var(--navy)}.tl-dot.planned{background:var(--surface-alt);color:var(--text-subtle);border:2px dashed #a7b6c4}.cur-card{background:var(--surface);border-radius:22px;flex-direction:column;gap:16px;padding:22px;display:flex;box-shadow:0 1px 2px #0f2d4a0f,0 10px 30px #0f2d4a12}.learn{min-height:100dvh;display:flex}.learn-main{flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex;position:relative}.learn-head{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:28px;padding:18px 36px;display:flex}.cp-steps{align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.cp-steps .st{color:var(--text-subtle);align-items:center;gap:5px;display:flex}.cp-steps .st.on{color:var(--primary-strong-text)}.cp-steps .d{width:18px;height:18px;box-shadow:inset 0 0 0 2px var(--border-strong);border-radius:50%;justify-content:center;align-items:center;display:flex}.cp-steps .st.done .d{background:var(--teal);box-shadow:none}.cp-steps .st.cur .d{background:var(--primary);box-shadow:0 0 0 3px var(--teal-soft)}.cp-steps .ln{background:#dce4eb;width:28px;height:2px}.cp-steps .ln.on{background:var(--teal)}.pill-btn{background:var(--surface-alt);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.pill-btn:hover{background:var(--surface-sunken)}.msgs{flex:1;overflow-y:auto}.msgs-inner{flex-direction:column;gap:14px;width:100%;max-width:820px;margin:0 auto;padding:20px 40px;display:flex}.t-bubble{background:var(--surface);box-shadow:var(--shadow-bubble);overflow-wrap:anywhere;border-radius:4px 22px 22px;flex-direction:column;gap:12px;min-width:0;padding:18px 20px;font-size:16px;line-height:1.65;display:flex}.u-bubble{background:var(--primary);color:#fff;white-space:pre-wrap;overflow-wrap:anywhere;border-radius:22px 4px 22px 22px;align-self:flex-end;max-width:78%;padding:14px 18px;font-size:16px;line-height:1.6}.msg-actions{color:var(--text-muted);gap:16px;padding-left:4px;font-size:13px;font-weight:600;display:flex}.msg-actions button{align-items:center;gap:5px;display:inline-flex}.msg-actions button:hover{color:var(--text)}.branch-card{background:var(--info-tint);border-radius:20px;flex-direction:column;gap:10px;margin-left:48px;padding:16px 18px;display:flex;box-shadow:inset 0 0 0 1px #c4e2f8}.try-card{background:var(--surface);box-shadow:0 0 0 2px var(--navy), 0 4px 0 2px var(--navy);border-radius:4px 22px 22px;flex-direction:column;flex:1;gap:10px;min-width:0;padding:16px 20px;display:flex}.opt-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.opt{min-height:52px;box-shadow:inset 0 0 0 1.5px var(--border-strong);text-align:left;background:var(--surface);border-radius:14px;align-items:center;gap:12px;padding:10px 16px;font-size:15px;font-weight:500;display:flex}.opt .key{background:var(--surface-alt);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:600;display:flex}.opt[aria-checked=true]{box-shadow:inset 0 0 0 2px var(--primary);background:var(--teal-soft);font-weight:700}.opt[aria-checked=true] .key{background:var(--primary);color:#fff}.opt.correct{box-shadow:inset 0 0 0 2px var(--primary);background:var(--teal-soft)}.opt.wrong{box-shadow:inset 0 0 0 2px var(--danger);background:var(--danger-soft)}.learn-foot{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:14px 40px 22px}.learn-foot-inner{flex-direction:column;gap:12px;max-width:820px;margin:0 auto;display:flex}.qa-chip{box-shadow:inset 0 0 0 1px var(--border-strong);background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:8px 13px;font-size:13px;font-weight:600;display:inline-flex}.qa-chip:hover{background:var(--field)}.side-panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;width:348px;height:100dvh;display:flex;position:sticky;top:0}.side-tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;padding:14px 14px 0;display:flex}.side-tabs button.tab{color:var(--text-muted);align-items:center;gap:6px;padding:10px 12px;font-size:14px;display:flex}.side-tabs button.tab[aria-selected=true]{color:var(--text);box-shadow:inset 0 -2px 0 var(--navy);font-weight:700}.sync-pill{color:var(--primary-strong-text);background:#eefaf8;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.md{flex-direction:column;gap:10px;display:flex}.md p{margin:0}.md ul,.md ol{flex-direction:column;gap:4px;margin:0;padding-left:22px;display:flex}.md strong{font-weight:700}.md code.inline{font-family:var(--mono);background:var(--surface-alt);border-radius:5px;padding:1px 6px;font-size:.88em}.u-bubble .md code.inline{background:#fff3}.md pre{background:var(--code-bg);color:#e8eff5;font-family:var(--mono);white-space:pre;border-radius:14px;margin:0;padding:14px 18px;font-size:13px;line-height:1.75;overflow-x:auto}.md pre .kw{color:var(--code-keyword)}.md pre .key{color:var(--code-key)}.md h4{margin:0;font-size:16px;font-weight:700}.done-grid{grid-template-columns:minmax(0,1fr) 420px;align-content:start;gap:40px;min-height:100dvh;padding:48px 64px;display:grid}.done-check{background:var(--teal-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.done-check>span{background:var(--primary);width:70px;height:70px;box-shadow:0 4px 0 var(--primary-pressed);border-radius:50%;justify-content:center;align-items:center;display:flex}.num-li{align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;display:flex}.num-li .n{background:var(--surface-alt);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.reward-card{background:var(--navy);color:#fff;border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex}.page-head{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:14px;padding:36px 44px 0;display:flex}.review-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:26px;padding:26px 44px;display:grid}.rv-row{background:var(--surface);box-shadow:var(--shadow-card);border-radius:16px;align-items:center;gap:16px;padding:16px 18px;display:flex}.rv-row.soft{box-shadow:inset 0 0 0 1px var(--border-strong);background:0 0;padding:12px 18px}.stage-bar{gap:4px;display:flex}.stage-bar>span{background:var(--border);border-radius:3px;width:32px;height:5px}.stage-bar>span.on{background:var(--teal)}.stage-bar>span.hi{background:var(--primary)}.growth-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;padding:24px 44px;display:grid}.metric-card{background:var(--surface);box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;gap:12px;padding:18px 18px 20px;display:flex}.metric-card .big{font-size:28px;font-weight:800}.skill-table{border-collapse:collapse;width:100%;font-size:14px}.skill-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--line);padding:14px 20px;font-size:12px;font-weight:600}.skill-table td{border-top:1px solid var(--line);padding:14px 20px}.skill-table tr.sel td{background:#fffbef}.skill-table tr.sel td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.skill-table tr{cursor:pointer}.skill-table tr:hover td{background:var(--field)}.bars7{flex:1;align-items:flex-end;gap:8px;height:40px;display:flex}.bars7>span{background:var(--navy);border-radius:6px 6px 3px 3px;flex:1;min-height:3px}.bars7>span.today{background:var(--teal)}.bars7>span.zero{background:var(--border-strong)}.ev-row{border-top:1px solid var(--line);align-items:center;gap:12px;padding:11px 0;font-size:13px;display:flex}.ev-mark{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.notes3{grid-template-columns:380px minmax(0,1fr);min-height:100dvh;display:grid}.notes-list{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;gap:12px;height:100dvh;padding:28px 18px;display:flex;position:sticky;top:0;overflow-y:auto}.note-item{text-align:left;background:0 0;border-radius:16px;flex-direction:column;gap:6px;width:100%;padding:14px;display:flex}.note-item:hover{background:var(--surface)}.note-item[aria-current=true]{background:var(--surface);box-shadow:inset 0 0 0 2px var(--primary)}.note-detail{background:var(--surface);flex-direction:column;min-width:0;display:flex}.note-top{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:18px 32px;display:flex}.note-body{flex-direction:column;gap:18px;padding:36px 56px;display:flex}.excerpt{background:var(--field);border-radius:22px;align-items:flex-start;gap:14px;padding:20px 22px;display:flex}.note-filter a,.note-filter button{width:100%;color:var(--text-body);text-align:left;border-radius:8px;justify-content:space-between;padding:8px 10px;font-size:14px;display:flex}.note-filter .active{background:var(--field);color:var(--text);font-weight:700}.plan-grid{grid-template-columns:1.15fr 1fr 1fr;gap:16px;display:grid}.plan-card{background:var(--navy);color:#fff;border-radius:22px;flex-direction:column;gap:12px;padding:22px;display:flex}.cmp-table{border-collapse:collapse;width:100%;font-size:14px}.cmp-table th{text-align:left;background:var(--field);padding:16px 22px;font-size:13px;font-weight:600}.cmp-table td{border-top:1px solid var(--line);padding:14px 22px}.mem-row{border-top:1px solid var(--line);align-items:center;gap:14px;padding:16px 20px;display:flex}.mem-row:first-child{border-top:0}.mem-row.excluded{background:var(--field)}.mem-row.excluded .ct{color:var(--text-muted);text-decoration:line-through}.practice-wrap{flex-direction:column;gap:20px;width:100%;max-width:760px;margin:0 auto;padding:32px 24px 48px;display:flex}.seg-progress{flex:1;gap:4px;display:flex}.seg-progress>span{background:var(--border);border-radius:4px;flex:1;height:8px}.seg-progress>span.ok{background:var(--teal)}.seg-progress>span.part{background:var(--accent)}.seg-progress>span.bad{background:var(--danger)}.seg-progress>span.cur{background:var(--primary)}.fb-card{border-radius:20px;flex-direction:column;gap:12px;padding:18px;display:flex}.fb-card.part{background:var(--accent-soft)}.fb-card.ok{background:var(--teal-soft)}.fb-card.bad{background:var(--danger-soft)}.fb-card.review{background:var(--info-tint)}.state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 20px;display:flex}.state-error{color:var(--text)}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.toasts{z-index:100;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{background:var(--navy);color:#fff;border-radius:14px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex;box-shadow:0 10px 30px #0a19284d}.toast .btn{height:30px;color:var(--teal-bright);box-shadow:none;background:0 0;padding:0 6px}dialog.dialog{background:var(--surface);width:100%;max-width:min(520px,100vw - 32px);color:var(--text);border:0;border-radius:22px;padding:0;box-shadow:0 30px 70px -20px #0a192873}dialog.dialog::backdrop{background:#0a192873}.dialog-body{flex-direction:column;gap:14px;padding:26px;display:flex}.dialog-body h2{font-size:21px;font-weight:800}.ring{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.ring svg{transform:rotate(-90deg)}.ring-label{justify-content:center;align-items:center;font-weight:800;display:flex;position:absolute;inset:0}.login-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.login-card{flex-direction:column;gap:14px;width:min(100%,460px);display:flex}@media (width<=1279px){.flow-grid,.flow-grid.w500{grid-template-columns:minmax(0,1fr) 380px}.path-grid{grid-template-columns:220px minmax(0,1fr)}.path-grid>.cur-card{grid-column:1/-1}.done-grid{grid-template-columns:minmax(0,1fr) 360px;padding:40px}.notes3{grid-template-columns:320px minmax(0,1fr)}}@media (width<=1023px){.sidenav,.rail,.settings-nav{display:none}.tabbar{background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:20;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a{min-height:60px;color:var(--text-subtle);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:12px;font-weight:600;display:flex}.tabbar a.active{color:var(--primary-strong-text)}.main{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.learn .main,.learn-main{padding-bottom:0}.page{padding:28px 20px}.two-col,.review-grid,.growth-grid,.done-grid,.flow-grid,.flow-grid.w500,.path-grid{grid-template-columns:minmax(0,1fr)}.flow-aside{border-left:0;border-top:1px solid var(--border);height:auto;position:static}.flowbar{padding:0 16px}.steps{margin-left:16px}.steps .lbl-text,.autosave{display:none}.flow-main,.chat-col,.composer-bar{padding-left:20px;padding-right:20px}.level-grid,.goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-head,.page-head{padding:22px 20px 0}.path-grid,.review-grid,.growth-grid{padding:20px}.side-panel{display:none}.learn-head{flex-wrap:wrap;gap:12px;padding:14px 16px}.cp-steps{order:3;width:100%}.msgs-inner,.learn-foot{padding-left:16px;padding-right:16px}.notes3{grid-template-columns:minmax(0,1fr)}.notes-list{border-right:0;height:auto;position:static}.note-body{padding:24px 20px}.plan-grid{grid-template-columns:minmax(0,1fr)}.done-grid{min-height:0;padding:24px 20px}}@media (width<=640px){.goal-grid,.level-grid,.opt-grid{grid-template-columns:minmax(0,1fr)}.flow-title{font-size:28px}.flow-title.md{font-size:26px}.hero{border-radius:22px;padding:24px 22px}.hero-title{font-size:24px}.grid-3{grid-template-columns:minmax(0,1fr)!important}.day-grid{gap:4px}.tl{column-gap:10px}.skill-table th:nth-child(3),.skill-table td:nth-child(3),.skill-table th:nth-child(4),.skill-table td:nth-child(4){display:none}.cmp-table th,.cmp-table td{padding:12px 10px}}.settings-mobile-nav{display:none}.settings-grid{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:28px;display:grid}.msg-actions button{white-space:nowrap}@media (width<=1023px){.shell.is-focus .tabbar{display:none}.shell.is-focus .main{padding-bottom:0}.learn-head{flex-wrap:wrap;row-gap:10px}.learn-head>.col.grow{flex:1 1 0;min-width:0}.learn-head .cp-steps{order:5;justify-content:space-between;width:100%}.learn-head .demo-badge{display:none}.learn-head>.col.grow>span:first-child{font-size:17px!important}.learn-head>.col.grow>span:last-child{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.learn-head .pill-btn{padding:8px 12px;font-size:13px}.msg-actions{flex-wrap:wrap;gap:10px 14px}.settings-grid{grid-template-columns:minmax(0,1fr)}.settings-mobile-nav{gap:6px;padding:14px 20px 0;display:flex;overflow-x:auto}.settings-mobile-nav a{flex-shrink:0}}.settings-page{padding:40px 56px}@media (width<=1023px){.settings-page{padding:20px}}.gpage{flex-direction:column;gap:16px;min-width:0;padding:24px 40px 32px;display:flex}.gpill{background:var(--navy);color:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-weight:700;display:inline-flex}.gtitle{letter-spacing:-.035em;margin:0;font-size:32px;font-weight:800}.gh2{letter-spacing:0;margin:0;font-size:16px;font-weight:800}.gcards{grid-template-columns:1.35fr 1fr 1fr 1fr;gap:14px;display:grid}.gnavy{background:var(--navy);color:#fff;border-radius:22px;flex-direction:column;gap:10px;min-width:0;padding:22px;display:flex}.gstat{background:var(--surface);box-shadow:var(--shadow-card);border-radius:22px;flex-direction:column;gap:8px;min-width:0;padding:20px;display:flex}.gstat-label{color:var(--text-muted);font-size:13px}.gstat-value{font-size:36px;font-weight:800;line-height:1.15}.gsub{color:var(--text-muted);font-size:13px}.gstack{background:#2a4d6e;border-radius:5px;height:10px;display:flex;overflow:hidden}.gmid{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.gbars,.gacc{flex:1;align-items:end;gap:12px;min-height:300px;margin-top:6px;display:grid}.gacc{gap:0 16px;margin-top:10px}.gbar-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;min-width:0;height:100%;display:flex}.gbar{border-radius:6px 6px 3px 3px;flex-direction:column-reverse;width:100%;max-width:96px;display:flex;overflow:hidden}.gacc-bar{border-radius:10px 10px 4px 4px;width:100%;max-width:120px}.seg.sm>button{white-space:nowrap}.gaxis{height:100%;color:var(--placeholder);flex-direction:column;justify-content:space-between;padding-bottom:24px;font-size:11px;display:flex}.gproj{background:var(--surface);box-shadow:var(--shadow-card);text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;border:0;border-radius:18px;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.gproj:hover{transform:translateY(-1px)}.gseg{gap:3px;display:grid}.gseg>span{border-radius:2px;height:7px}.gseg.lg{gap:4px}.gseg.lg>span{border-radius:3px;height:10px}.gfoot{background:var(--surface);border-radius:18px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex;box-shadow:0 1px 2px #0f2d4a0f}.gdiv{background:var(--border);width:1px;height:20px}.gba{grid-template-columns:1fr 20px 1fr;align-items:center;gap:8px;display:grid}.gba-box{background:var(--bg);border-radius:14px;flex-direction:column;gap:4px;padding:12px;display:flex}.gba-box.now{background:#e6f8f5}.gms{grid-template-columns:repeat(5,1fr);gap:12px 8px;display:grid}.ms-badge{box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;display:flex}.heat{flex:1;grid-template-columns:repeat(84,1fr);gap:2px;min-width:200px;display:grid}.heat>span{border-radius:3px;height:16px}.crumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.crumbs a{color:var(--text-muted)}.crumbs a:hover{color:var(--text)}.btn-outline-sm{background:var(--surface);height:40px;box-shadow:inset 0 0 0 1px var(--border-strong);color:var(--text);cursor:pointer;border:0;border-radius:12px;align-items:center;gap:6px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.share-card{background:var(--navy);color:#fff;border-radius:20px;flex-direction:column;gap:8px;padding:22px;display:flex}.share-stats{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:12px;margin:6px 0;display:grid}.gpop-meta{border-top:1px solid var(--border);color:var(--primary-strong-text);align-items:center;gap:6px;padding-top:10px;font-size:13px;font-weight:600;display:flex}.gpop-tiles{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gpop-tiles>div{border-radius:14px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}@media (width<=1279px){.gcards{grid-template-columns:1fr 1fr}}@media (width<=1099px){.gmid{grid-template-columns:1fr!important}}@media (width<=767px){.gpage{padding:18px 16px 90px}.gtitle{font-size:26px}.gcards{grid-template-columns:1fr}.gstat-value{font-size:30px}.gms{grid-template-columns:repeat(3,1fr)}.gbars,.gacc{gap:6px;min-height:220px}.heat{grid-template-columns:repeat(42,1fr)}.heat>span:nth-child(-n+42){display:none}}.m-only,.sheet-backdrop,.sheet-handle{display:none}h1,h2,h3,.hero-title,.flow-title,.goal-card .t,.note-item>span,.gtitle{word-break:keep-all;overflow-wrap:anywhere}@media (width<=1023px){.d-only{display:none!important}.m-only{display:revert}.m-only.row,.m-only.col{display:flex}.tabbar{z-index:50;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);align-items:stretch;gap:0;position:fixed;bottom:0}.tabbar a{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex:1 1 0;min-width:0;min-height:58px}.tabbar a>*{pointer-events:none}a,button,[role=button],summary{touch-action:manipulation}.toasts{pointer-events:none;bottom:calc(76px + env(safe-area-inset-bottom))}.toast{pointer-events:auto}body:has(.shell.is-focus) .toasts{bottom:calc(24px + env(safe-area-inset-bottom))}.tabbar .tab-growth,.m-sheet{display:none}.m-sheet.is-open{z-index:60;overscroll-behavior:contain;background:var(--surface);border:0;border-radius:24px 24px 0 0;flex-direction:column;width:auto;height:auto;max-height:90dvh;animation:.22s ease-out sheet-up;display:flex;position:fixed;inset:auto 0 0;overflow-y:auto;box-shadow:0 -12px 40px #0a192838;padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.m-sheet.is-open .sheet-handle{display:block}.sheet-backdrop.is-open{z-index:59;background:#0a192873;border:0;width:100%;display:block;position:fixed;inset:0}.sheet-handle{touch-action:none;cursor:grab;flex-shrink:0;width:100%;height:40px;margin:-12px 0 -14px;position:relative}.sheet-handle:after{content:"";background:var(--border-strong);border-radius:3px;width:40px;height:5px;margin-left:-20px;position:absolute;top:14px;left:50%}body:has(.m-sheet.is-open){overflow:hidden}.learn{left:0;right:0;top:var(--vvt,0px);height:var(--vvh,100dvh);z-index:1;min-height:0;position:fixed}.learn-main{height:100%}.learn-foot{padding-bottom:calc(14px + env(safe-area-inset-bottom))}.learn .side-panel.m-sheet.is-open{height:auto;max-height:80dvh;position:fixed}.learn-head{padding-top:calc(12px + env(safe-area-inset-top))}.today-grid>.today-main,.today-grid>.today-side{display:contents}.today-grid{flex-direction:column;gap:16px;display:flex}.today-head{order:0}.today-stats{order:1}.today-grid .hero{order:2}.today-other{order:3}.today-rv{order:4}.today-habit{display:none!important}.today-stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.today-stats>div{background:var(--surface);box-shadow:var(--shadow-card);border-radius:18px;align-items:center;gap:10px;min-width:0;padding:12px 14px;display:flex}.icon-btn{background:var(--surface);width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--border-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-btn.navy{background:var(--navy);color:#fff;box-shadow:none;font-size:15px;font-weight:700}.proj-tabs{background:var(--surface-sunken);border-radius:14px;gap:4px;margin-bottom:14px;padding:4px}.proj-tabs a{text-align:center;border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:44px;padding:10px 8px;display:flex}.proj-tabs a.active{background:var(--surface);box-shadow:0 1px 3px #0f2d4a1f}.proj-head{background:var(--bg);border-bottom:0;gap:12px}.proj-head h1{font-size:22px!important}.flow-aside.m-sheet.is-open{border-top:0;height:auto;padding:12px 20px 20px;position:fixed;top:auto}.refine-grid{padding-bottom:var(--sheet-h,0px)}.refine-grid .composer-bar{bottom:var(--sheet-h,0px);z-index:4}.refine-sheet{z-index:60;overscroll-behavior:contain;border-radius:24px 24px 0 0;flex-direction:column;max-height:90dvh;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -12px 40px #0a192829;height:auto!important;padding:12px 20px calc(16px + env(safe-area-inset-bottom))!important;border:0!important;gap:12px!important;display:flex!important;position:fixed!important;top:auto!important}.refine-sheet .sheet-handle{display:block}.refine-sheet:not(.is-expanded) .sheet-full,.refine-sheet.is-expanded .sheet-peek{display:none!important}.refine-grid:has(textarea:focus) .refine-sheet:not(.is-expanded){display:none!important}.refine-grid:has(textarea:focus){padding-bottom:0}.refine-grid:has(textarea:focus) .composer-bar{bottom:0}.field-chips{flex-wrap:wrap;gap:6px;display:flex}.field-chips>span{background:var(--field);color:var(--text-body);border-radius:8px;padding:5px 9px;font-size:12px}.field-chips>span b{color:var(--text-muted);margin-right:4px;font-weight:500}.growth-grid>.cur-card.m-sheet.is-open{padding:12px 20px 20px}.input,.search-box input,.composer textarea,.goal-input input,select{font-size:16px}.kbd-hint{display:none}.composer textarea:placeholder-shown{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.btn-sm,.btn-xs,.btn-outline-sm{min-height:44px}.chip,.qa-chip,.chip-sm{min-height:40px}.seg>button,.seg.sm>button,.link-btn,.pill-btn{min-height:44px}.send-btn{height:44px}.tap{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.tap-row{align-items:center;min-height:44px;display:inline-flex}.crumbs a{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.settings-mobile-nav a{min-height:40px}.note-filter a,.note-filter button,.flowbar .brand{min-height:44px}.tag-tap{min-height:40px;padding:0 12px!important}.tag-input{height:40px!important;font-size:16px!important}.flowbar .brand{justify-content:center;min-width:44px}.goal-input input,.search-box input{align-self:stretch}#note-title,.msg-actions button{min-height:44px}.qa-chip{justify-content:center;min-width:44px}.inline-select{min-height:44px;font-size:16px!important}.toggle{height:44px;background:0 0!important}.toggle:before{content:"";background:var(--border-strong);border-radius:999px;width:44px;height:26px;transition:background .15s;position:absolute;top:9px;left:0}.toggle[aria-checked=true]:before{background:var(--primary)}.toggle:after{top:12px}.week-dots,.gaxis{font-size:12px}[style*="font-size: 11px"],[style*="font-size: 10px"]{font-size:12px!important}}@media (width<=767px){.flowbar .brand{min-height:44px}.flowbar .brand span{display:none}.steps{margin-left:auto}.page{padding:20px 16px}.flow-main,.chat-col,.composer-bar{padding-left:16px!important;padding-right:16px!important}.flow-main{padding-top:24px!important;padding-bottom:24px!important}.proj-head,.page-head{padding-top:16px!important;padding-left:16px!important;padding-right:16px!important}.path-grid,.review-grid,.growth-grid,.settings-page{padding:16px}.settings-mobile-nav{padding:12px 16px 0}dialog.dialog{overscroll-behavior:contain;border-radius:24px 24px 0 0;width:100vw;max-width:100vw;max-height:90dvh;margin:auto 0 0;animation:.22s ease-out sheet-up;overflow-y:auto}dialog.dialog .sheet-handle{display:block}.dialog-body{padding:12px 20px calc(20px + env(safe-area-inset-bottom))}.dialog-body .row:last-child:has(>.btn)>.btn{flex:1}.today-head h1{font-size:30px!important}.hero{gap:18px;padding:22px 20px}.hero-title{font-size:22px}.hero-cta{justify-content:center;width:100%;height:56px}.hero>.row:last-child{flex-direction:column;align-items:stretch;gap:10px!important}.hero>.row:last-child>span{justify-content:center}.hero-box{padding:12px 14px}.goal-grid{gap:8px}.goal-card{border-radius:18px;flex-direction:row;align-items:center;gap:12px;padding:14px}.goal-card>.row:first-child{flex-shrink:0}.goal-card>.row:first-child .check-dot{display:none}.goal-card .t{flex:1;min-width:0;font-size:15px}.goal-card .s,.goal-card .gpop-meta{display:none}.goal-card:after{content:"";border-right:2px solid var(--text-subtle);border-top:2px solid var(--text-subtle);flex-shrink:0;width:8px;height:8px;margin-right:4px;transform:rotate(45deg)}.goal-input{height:56px;padding-left:14px}.goal-input .btn{padding:0 14px}.goal-input .btn .btn-long{display:none}.level-card{flex-direction:row;align-items:center;gap:12px;padding:14px 16px}.level-card>*{margin:0}.learn-head{gap:10px}.learn-head .pill-btn .pill-long{display:none}.msgs-inner{padding-top:14px;padding-bottom:14px}.t-bubble,.u-bubble{font-size:15px}.u-bubble{max-width:86%}.branch-card,.answer-chips{margin-left:0}.bubble-user{max-width:88%;font-size:15px}.bubble-tutor{font-size:15px}.learn-foot{padding-top:10px}.learn-foot-inner>.row[role=group]{scrollbar-width:none;flex-wrap:nowrap;margin:0 -16px;padding:0 16px;overflow-x:auto}.learn-foot-inner>.row[role=group]>*{flex-shrink:0}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.metric-card{text-align:center;border-radius:16px;align-items:center;gap:6px;padding:12px}.metric-card .metric-label{word-break:keep-all;font-weight:700;line-height:1.3;color:var(--text)!important;font-size:13px!important}.metric-rest{color:var(--text-muted);word-break:keep-all;font-size:12px;line-height:1.35}.metric-ring .ring-label{font-size:15px}.week-act{gap:14px 24px!important}.week-act>div:first-child{flex-basis:100%}.week-act>div:last-child{flex-basis:100%;min-width:0!important}.skill-table,.skill-table tbody{display:block}.skill-table thead{display:none}.skill-table tr{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:52px;padding:12px 16px;display:grid}.skill-table tr:first-child{border-top:0}.skill-table td{border:0;padding:0;display:block;background:0 0!important}.skill-table td:nth-child(3),.skill-table td:nth-child(4){display:none}.skill-table tr.sel{box-shadow:inset 3px 0 0 var(--accent);background:#fffbef}.skill-table tr.sel td:first-child{box-shadow:none}.cmp-table,.cmp-table tbody{display:block}.cmp-table thead{display:none}.cmp-table tr{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 8px;padding:12px 16px;display:grid}.cmp-table tr:first-child{border-top:0}.cmp-table td{border:0;font-size:13px;padding:0!important}.cmp-table td:first-child{color:var(--text);grid-column:1/-1;font-size:14px;font-weight:700}.cmp-table td[data-label]:before{content:attr(data-label);color:var(--text-muted);font-size:12px;font-weight:500;display:block}.chart-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;overflow-x:auto}svg{max-width:100%}.notes-list{background:var(--bg);gap:10px;padding:20px 16px}.note-item{background:var(--surface);box-shadow:var(--shadow-card);border-radius:18px;padding:14px 16px}.note-item>span:last-child{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal!important}.note-top{background:var(--surface);z-index:3;gap:6px;padding:10px 12px;position:sticky;top:0}.note-top .btn-long{display:none}.note-body{padding:20px 16px 28px}.note-body #note-title{font-size:24px!important}.note-body .row.wrap>.btn{flex:100%}.new-memo{width:48px;padding:0;border-radius:50%!important;height:48px!important}.new-memo .btn-long{display:none}.tag-tap{min-height:40px;padding:0 12px!important}.tag-input{height:40px!important;font-size:16px!important}.refine-sheet input.input{height:44px!important}.note-chips{scrollbar-width:none;gap:6px;margin:0 -16px;padding:0 16px 2px;display:flex;overflow-x:auto}.note-chips>*{flex-shrink:0}.rv-row{flex-wrap:wrap;gap:12px;padding:14px}.practice-wrap{padding:16px 16px 32px}.done-check{width:80px;height:80px}.done-check>span{width:58px;height:58px}.toasts{bottom:calc(76px + env(safe-area-inset-bottom));width:calc(100% - 32px)}.toast{width:100%}}@media (hover:none){.gproj:hover{transform:none}}html.standalone body{overscroll-behavior-y:none}@media (display-mode:standalone){body{overscroll-behavior-y:none}}@media (width<=1023px){html.standalone .tabbar{padding-bottom:env(safe-area-inset-bottom);position:fixed;bottom:0}html.standalone .main{padding-top:env(safe-area-inset-top);padding-bottom:calc(64px + env(safe-area-inset-bottom))}html.standalone .shell.is-focus .main{padding-bottom:env(safe-area-inset-bottom)}html.standalone .flowbar{padding-top:env(safe-area-inset-top);height:calc(68px + env(safe-area-inset-top))}html.standalone .composer-bar{padding-bottom:calc(16px + env(safe-area-inset-bottom))}html.standalone .practice-wrap{padding-bottom:calc(32px + env(safe-area-inset-bottom))}html.standalone .login-wrap{padding-top:calc(24px + env(safe-area-inset-top));padding-bottom:calc(24px + env(safe-area-inset-bottom))}}@keyframes sheet-up{0%{opacity:.6;transform:translateY(24px)}to{opacity:1;transform:none}}html[lang=ja]{--font:"Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", Meiryo, "Pretendard Variable", Pretendard, sans-serif}html[lang=zh-Hans]{--font:"Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Pretendard Variable", Pretendard, sans-serif}html[lang=en],html[lang=es]{--font:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html:not([lang=ko]) :is(h1,h2,h3,.hero-title,.flow-title,.goal-card .t,.note-item>span,.gtitle,.metric-card .metric-label,.metric-rest){word-break:normal}html:not([lang=ko]) body{overflow-wrap:break-word}html[lang=en] :is(h1,h2,.hero-title,.flow-title,.gtitle),html[lang=es] :is(h1,h2,.hero-title,.flow-title,.gtitle){-webkit-hyphens:auto;hyphens:auto}.lang-select{background:var(--surface);height:40px;box-shadow:inset 0 0 0 1px var(--border-strong);color:var(--text-body);cursor:pointer;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:0 10px 0 12px;font-size:14px;font-weight:600;display:inline-flex;position:relative}.lang-select select{appearance:none;font:inherit;color:inherit;cursor:pointer;background-color:#0000;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 7px),calc(100% - 3px);background-repeat:no-repeat;background-size:4px 4px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:0;outline:none;min-height:40px;padding:0 16px 0 0}.lang-select:focus-within{box-shadow:inset 0 0 0 2px var(--primary)}.lang-select.is-compact{margin-left:8px}.flowbar .autosave+.lang-select{margin-left:12px}.login-lang{top:calc(16px + env(safe-area-inset-top));z-index:5;position:fixed;right:16px}.login-wrap{position:relative}.lang-option{text-align:left;width:100%;min-height:52px;color:var(--text);background:0 0;border-radius:14px;align-items:center;gap:12px;padding:0 16px;font-size:16px;font-weight:600;display:flex}.lang-option:hover{background:var(--surface-alt)}.lang-option.on{background:var(--teal-soft);color:var(--primary-strong-text)}.pill-btn .pill-short{display:none}.tabbar a{text-align:center;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.nav-link span,.rail-link,.chip,.qa-chip{overflow-wrap:anywhere}.proj-tabs a{text-align:center;min-width:0;line-height:1.25}.gproj-stats{flex-wrap:wrap;row-gap:4px}.gproj{min-width:0}.chip{max-width:100%}.chip>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.seg button{overflow-wrap:anywhere;min-width:0;line-height:1.25}.kv>span:last-child{text-align:right;overflow-wrap:anywhere;min-width:0}.kv>span:first-child{flex-shrink:0}@media (width<=1023px){html:not([lang=ko]) .tabbar a{padding:0 2px;font-size:11px}.flowbar .lang-select{height:36px;padding:0 8px;font-size:13px}.flowbar .lang-select>svg{display:none}}@media (width<=1099px){.gmid{grid-template-columns:minmax(0,1fr)!important}}@media (width<=767px){.learn-head .pill-btn .pill-short{display:inline}}@media (width<=640px){.login-lang{top:calc(10px + env(safe-area-inset-top));right:10px}}@media (width<=420px){.steps,.steps li{gap:6px}.steps .ln{width:14px}.flowbar .lang-select{margin-left:4px;padding:0 6px}.flowbar .lang-select select{text-overflow:ellipsis;max-width:92px}}.learn-head{flex-wrap:wrap;row-gap:10px}.learn-head>.col.grow{flex:260px}
