:root{color-scheme:light;color:#242321;background:#f4f1ea;font-family:Arial Rounded MT Bold,Nunito,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f1ea;--surface: #fbfaf6;--surface-strong: #ffffff;--ink: #242321;--muted: #6c6963;--line: #242321;--accent: #2f2e2b;--accent-hover: #47443e;--accent-ink: #fffdf8;--accent-dark: #242321;--champagne: #e8e4da;--sage: #5d5a53;--coral: #2f2e2b;--shadow: none;--body-bg: #f4f1ea;--panel-bg: rgba(255, 255, 255, .78);--panel-soft: rgba(255, 255, 255, .72);--panel-softer: rgba(255, 255, 255, .62);--header-bg: rgba(251, 250, 246, .88);--input-bg: #fffdf8;--mark-bg: #fffdf8;--done-bg: #e2dfd6;--focus-ring: rgba(36, 35, 33, .14);--paper-line: #ddd8ce;--progress-rest: #e8e4da;--radius-lg: 34px;--radius-md: 20px;--radius-sm: 12px}:root[data-theme=dark]{color-scheme:dark;color:#f4f1ea;background:#171614;--bg: #171614;--surface: #242321;--surface-strong: #f7f3eb;--ink: #f4f1ea;--muted: #b8b2a8;--line: #0b0a09;--accent: #f1ede4;--accent-hover: #ffffff;--accent-ink: #242321;--accent-dark: #f4f1ea;--champagne: #3a3834;--sage: #d8d3c8;--coral: #f1ede4;--shadow: none;--body-bg: #171614;--panel-bg: rgba(36, 35, 33, .86);--panel-soft: rgba(244, 241, 234, .11);--panel-softer: rgba(244, 241, 234, .08);--header-bg: rgba(23, 22, 20, .9);--input-bg: #22211f;--mark-bg: #f7f3eb;--done-bg: #3c3933;--focus-ring: rgba(244, 241, 234, .16);--paper-line: rgba(244, 241, 234, .1);--progress-rest: #34322e}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--body-bg)}button,input,textarea{font:inherit}button{cursor:pointer}.login-shell{display:grid;min-height:100vh;padding:24px;place-items:center}.login-panel{position:relative;width:min(100%,520px);overflow:hidden;padding:44px;background:var(--panel-bg);border:3px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);animation:enterUp .54s ease both}.login-panel.is-loading{display:grid;gap:18px;justify-items:center;text-align:center}.login-art{position:absolute;inset:0 0 auto auto;width:210px;height:220px;pointer-events:none;opacity:.8}.paper-stack{position:absolute;top:28px;right:28px;width:132px;height:156px}.paper-stack span{position:absolute;inset:0;border:2px solid var(--line);border-radius:12px;background:linear-gradient(90deg,transparent 20%,rgba(36,35,33,.08) 20% 21%,transparent 21%),repeating-linear-gradient(var(--surface) 0 17px,var(--paper-line) 18px 19px);transform:rotate(var(--rotate))}.paper-stack span:nth-child(1){--rotate: -7deg}.paper-stack span:nth-child(2){--rotate: 4deg;translate:-18px 15px}.paper-stack span:nth-child(3){--rotate: -1deg;translate:-36px 30px}.brand-mark{display:inline-grid;width:44px;height:44px;place-items:center;border:3px solid var(--line);border-radius:14px;color:#2f2e2b;font-family:inherit;font-weight:950;font-size:15px;letter-spacing:0;background:var(--mark-bg)}.eyebrow{margin:0 0 10px;color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.login-panel h1,.overview-band h1,.day-detail h1{margin:0;font-family:inherit;font-weight:950;letter-spacing:0}.login-panel h1{position:relative;margin-top:26px;font-size:clamp(44px,8vw,76px);line-height:.94}.login-copy{position:relative;max-width:320px;margin:16px 0 30px;color:var(--muted);line-height:1.6}.login-form{position:relative;display:grid;gap:16px}.login-form label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:700}input,textarea{width:100%;border:3px solid var(--line);border-radius:var(--radius-sm);background:var(--input-bg);color:var(--ink);outline:none;transition:border-color .18s ease,box-shadow .18s ease}input{height:46px;padding:0 14px}textarea{min-height:360px;resize:vertical;padding:16px;line-height:1.6}input:focus,textarea:focus{border-color:var(--accent-dark);box-shadow:0 0 0 4px var(--focus-ring)}.primary-button,.secondary-button,.done-button,.back-button,.icon-button,.brand-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0}.primary-button{min-height:48px;padding:0 20px;background:var(--accent);border:3px solid var(--line);border-radius:var(--radius-sm);box-shadow:4px 5px #2423213d;color:var(--accent-ink);font-weight:950;transition:background .18s ease,transform .18s ease}.primary-button:hover{background:var(--accent-hover);transform:translateY(-2px)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.7}.form-error{margin:0;color:var(--ink);font-size:14px;font-weight:800}.app-shell{position:relative;isolation:isolate;min-height:100vh;padding:18px clamp(16px,3vw,42px) 56px}.panda-road-scene{position:fixed;inset:0;z-index:-2;opacity:.28;pointer-events:none}.panda-road-scene canvas{display:block;width:100%;height:100%}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;margin:0 calc(clamp(16px,3vw,42px)*-1);padding:14px clamp(16px,3vw,42px);border-bottom:3px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button{padding:0;background:transparent;color:var(--ink);text-align:left}.app-name,.app-subtitle{display:block}.app-name{font-family:inherit;font-size:22px;font-weight:950}.app-subtitle{color:var(--muted);font-size:12px}.icon-button{width:42px;height:42px;border:3px solid var(--line);border-radius:14px;background:var(--panel-soft);color:var(--ink);transition:border-color .18s ease,color .18s ease}.header-actions,.floating-theme{display:flex;align-items:center;gap:10px}.floating-theme{position:fixed;top:18px;right:18px;z-index:10}.theme-button{display:inline-flex;min-height:42px;align-items:center;gap:9px;border:3px solid var(--line);border-radius:16px;background:var(--panel-soft);color:var(--ink);padding:0 12px;font-size:13px;font-weight:800;transition:border-color .18s ease,color .18s ease,background .18s ease}.theme-button:hover{border-color:var(--accent-dark);color:var(--accent-dark)}.theme-track{display:inline-flex;width:38px;height:20px;align-items:center;justify-content:flex-start;border:2px solid var(--line);border-radius:999px;background:var(--surface);padding:2px}:root[data-theme=dark] .theme-track{justify-content:flex-end}.theme-thumb{display:grid;width:14px;height:14px;place-items:center;color:var(--accent-dark);transition:transform .18s ease}.icon-button:hover{border-color:var(--accent-dark);color:var(--accent-dark)}.dashboard,.day-detail{max-width:1280px;margin:34px auto 0}.overview-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding:clamp(26px,5vw,58px) 0 34px;border-bottom:3px solid var(--line)}.overview-band h1{max-width:760px;font-size:clamp(44px,7vw,96px);line-height:.95}.progress-cluster{display:flex;align-items:center;gap:18px}.playful-panel{position:relative;padding:18px;border:3px solid var(--line);border-radius:36px;background:var(--panel-bg);box-shadow:var(--shadow)}.buddy-status{display:grid;gap:8px}.stat-pill{display:inline-flex;min-height:34px;align-items:center;gap:8px;padding:0 12px;border:3px solid var(--line);border-radius:999px;background:var(--mark-bg);color:#2f2e2b;font-size:13px;font-weight:950}.progress-ring{--progress: 0%;display:grid;width:104px;height:104px;place-items:center;background:radial-gradient(circle,var(--bg) 58%,transparent 59%),conic-gradient(var(--accent-dark) var(--progress),var(--progress-rest) 0);border:3px solid var(--line);border-radius:50%;color:var(--accent-dark);font-family:inherit;font-weight:950;font-size:24px}.pillar-archipelago{margin:34px 0 18px;padding:26px 0 22px;border-bottom:3px solid var(--line)}.pillar-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.pillar-heading h2{margin:0;color:var(--ink);font-size:clamp(28px,4vw,46px);line-height:1}.island-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.island-legend span{display:inline-flex;min-height:32px;align-items:center;gap:7px;padding:0 10px;border:3px solid var(--line);border-radius:999px;background:var(--panel-soft);color:var(--ink);font-size:12px;font-weight:950}.island-sea{position:relative;display:grid;grid-template-columns:repeat(6,minmax(148px,1fr));gap:16px;overflow:hidden;padding:28px 18px 24px;border:3px solid var(--line);border-radius:36px;background:repeating-linear-gradient(0deg,rgba(36,35,33,.045) 0 2px,transparent 2px 34px),linear-gradient(180deg,#ffffffb3,#e8e4dabd);box-shadow:7px 8px #24232129}:root[data-theme=dark] .island-sea{background:repeating-linear-gradient(0deg,rgba(248,243,236,.08) 0 2px,transparent 2px 34px),linear-gradient(180deg,#2d2b27f0,#191816f0)}.sea-lane{position:absolute;left:-12%;width:124%;height:28px;border-top:3px dashed rgba(36,35,33,.18);opacity:.7;pointer-events:none;animation:seaLaneDrift 9s linear infinite}.lane-one{top:28%}.lane-two{top:68%;animation-duration:12s;animation-direction:reverse}.quest-boat{position:absolute;left:3%;top:10px;z-index:2;width:62px;height:42px;pointer-events:none;animation:boatDrift 15.5s linear infinite}.quest-boat:before{content:"";position:absolute;left:8px;bottom:5px;width:46px;height:18px;border:3px solid var(--line);border-radius:4px 4px 20px 20px;background:var(--champagne)}.quest-boat span{position:absolute;left:27px;top:0;width:0;height:0;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:24px solid var(--mark-bg);filter:drop-shadow(2px 0 0 var(--line)) drop-shadow(0 2px 0 var(--line))}.pillar-island{--island-main: #d8d3c8;--island-soft: #f1eee6;--island-accent: #e8e4da;position:relative;z-index:1;display:grid;min-height:354px;grid-template-rows:1fr auto;border:3px solid var(--line);border-radius:30px;background:#fffdf8c7;box-shadow:5px 6px #24232124;color:#2f2e2b;animation:islandFloat 3.6s ease-in-out infinite;animation-delay:calc(var(--island-index) * -.42s);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.pillar-island.is-active{background:#fffdf8f0;box-shadow:5px 6px #2423212e,0 0 0 6px #24232114;transform:translateY(-4px)}.pillar-island.is-cleared .island-flag{background:var(--accent-dark)}.pillar-product{--island-main: #d8d3c8;--island-soft: #f1eee6;--island-accent: #e8e4da}.pillar-metrics{--island-main: #d3cec2;--island-soft: #efebe2;--island-accent: #e5e0d6}.pillar-technical{--island-main: #cbc5b8;--island-soft: #ece8df;--island-accent: #ded8ce}.pillar-strategy{--island-main: #c5bfb3;--island-soft: #ebe6dc;--island-accent: #d9d3c8}.pillar-behavioral{--island-main: #d6d0c5;--island-soft: #f0ece4;--island-accent: #e2ddd3}.pillar-communication{--island-main: #cfc9bd;--island-soft: #eee9df;--island-accent: #e0dbd1}.island-button{position:relative;display:grid;overflow:hidden;min-height:286px;border:0;border-radius:26px 26px 0 0;background:linear-gradient(180deg,#ffffff9e,#ffffff2e),var(--island-soft);color:#2f2e2b;padding:0;text-align:left}.island-button:hover,.island-button:focus-visible{outline:none}.island-button:hover .island-art,.island-button:focus-visible .island-art{transform:translateY(-5px) scale(1.03)}.island-sky{position:absolute;inset:0;pointer-events:none}.island-sparkle{position:absolute;width:12px;height:12px;border:3px solid var(--line);border-radius:50%;background:var(--island-accent);animation:sparklePop 1.8s ease-in-out infinite}.sparkle-one{top:18px;left:18px}.sparkle-two{top:42px;right:24px;animation-delay:-.6s}.sparkle-three{top:86px;left:38%;width:9px;height:9px;animation-delay:-1.1s}.island-art{position:absolute;top:56px;left:50%;width:138px;height:112px;transform:translate(-50%);transition:transform .18s ease}.island-land{position:absolute;left:5px;right:5px;bottom:2px;height:62px;border:3px solid var(--line);border-radius:48% 48% 38% 38%;background:linear-gradient(180deg,var(--island-main) 0 58%,#bcb5a8 59% 100%);box-shadow:4px 5px #24232124}.island-hill{position:absolute;bottom:38px;border:3px solid var(--line);background:color-mix(in srgb,var(--island-main) 72%,#ffffff 28%)}.hill-one{left:22px;width:58px;height:46px;border-radius:40px 40px 10px 10px}.hill-two{right:18px;width:54px;height:57px;border-radius:42px 42px 12px 12px}.island-tree{position:absolute;bottom:60px;width:10px;height:34px;border:3px solid var(--line);border-radius:999px;background:#4a4741}.island-tree:before{content:"";position:absolute;left:50%;top:-24px;width:34px;height:34px;border:3px solid var(--line);border-radius:50%;background:var(--island-accent);transform:translate(-50%)}.tree-one{left:23px}.tree-two{right:24px;scale:.82}.island-flag{position:absolute;left:66px;bottom:70px;width:26px;height:18px;border:3px solid var(--line);border-left-width:6px;border-radius:5px 999px 999px 5px;background:var(--accent-dark);transform-origin:0 50%;animation:flagWave 1.4s ease-in-out infinite}.island-content{position:relative;z-index:1;display:grid;align-content:end;gap:5px;min-height:286px;padding:172px 14px 14px}.island-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.island-icon,.island-progress{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:3px solid var(--line);background:var(--mark-bg);box-shadow:3px 4px #2423211f}.island-icon{width:38px;border-radius:13px;color:var(--accent-dark)}.island-progress{padding:0 9px;border-radius:999px;font-size:12px;font-weight:950}.island-content strong{font-size:22px;font-weight:950;line-height:.96}.island-content>span:not(.island-topline){color:#5f5b53;font-size:12px;font-weight:950;text-transform:uppercase}.island-content small{color:#2f2e2b;font-size:12px;font-weight:800;line-height:1.3}.island-footer{display:grid;gap:9px;padding:12px;border-top:3px solid var(--line);background:#fffdf8db;border-radius:0 0 26px 26px}.island-meter{height:16px;overflow:hidden;border:3px solid var(--line);border-radius:999px;background:#ebe7de}.island-meter span{display:block;height:100%;border-right:3px solid var(--line);border-radius:999px;background:var(--island-main);transition:width .26s ease}.quest-button{min-height:36px;border:3px solid var(--line);border-radius:14px;background:var(--island-accent);box-shadow:3px 4px #24232124;color:#2f2e2b;font-size:12px;font-weight:950;transition:transform .18s ease,background .18s ease}.quest-button:hover{transform:translateY(-2px);background:#f7f3eb}.pillar-focus{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;margin-top:16px;padding:18px;border:3px solid var(--line);border-radius:28px;background:linear-gradient(90deg,#fffdf8e0,#fffdf8ad),var(--island-main);box-shadow:5px 6px #24232124}.pillar-focus h3{margin:0;color:#2f2e2b;font-size:26px;font-weight:950;line-height:1}.pillar-focus p{max-width:620px;margin:7px 0 0;color:#2f2e2b;font-size:14px;font-weight:800;line-height:1.45}.focus-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.focus-stats span{display:grid;min-width:86px;gap:3px;padding:9px 10px;border:3px solid var(--line);border-radius:16px;background:var(--mark-bg);color:#5f5b53;font-size:11px;font-weight:950;text-transform:uppercase}.focus-stats strong{color:#2f2e2b;font-size:15px;line-height:1;text-transform:none}@keyframes islandFloat{0%,to{translate:0 0}50%{translate:0 -8px}}@keyframes sparklePop{0%,to{opacity:.45;scale:.78}50%{opacity:1;scale:1.08}}@keyframes flagWave{0%,to{transform:skewY(-7deg)}50%{transform:skewY(8deg) translate(2px)}}@keyframes seaLaneDrift{0%{transform:translate(0)}to{transform:translate(96px)}}@keyframes boatDrift{0%{transform:translate(-90px,2px) rotate(-3deg)}50%{transform:translate(calc(50vw - 20px),20px) rotate(4deg)}to{transform:translate(calc(100vw + 90px)) rotate(-3deg)}}.study-buddy{position:relative;width:150px;height:178px;flex:0 0 auto;filter:drop-shadow(0 8px 0 rgba(36,35,33,.18))}.study-buddy.is-compact{position:absolute;top:26px;right:28px;width:112px;height:132px;opacity:.95}.buddy-ear{position:absolute;top:36px;z-index:1;width:42px;height:48px;border:3px solid var(--line);border-radius:50%;background:#242321}.buddy-ear.left{left:18px;transform:rotate(-24deg)}.buddy-ear.right{right:18px;transform:rotate(24deg)}.buddy-head{position:absolute;top:42px;left:20px;z-index:2;width:110px;height:94px;border:3px solid var(--line);border-radius:52% 52% 46% 46%;background:#fffdf8}.buddy-eye{position:absolute;top:28px;width:30px;height:36px;border:3px solid var(--line);border-radius:50%;background:#242321}.buddy-eye.left{left:19px;transform:rotate(14deg)}.buddy-eye.right{right:19px;transform:rotate(-14deg)}.buddy-eye span{position:absolute;top:8px;left:11px;width:8px;height:8px;border-radius:50%;background:#fffdf8;box-shadow:7px 10px 0 -4px #fffdf8}.buddy-nose{position:absolute;top:58px;left:50%;width:16px;height:11px;border-radius:50%;background:#242321;transform:translate(-50%)}.buddy-mouth{position:absolute;top:72px;left:50%;width:22px;height:16px;border:3px solid #242321;border-top:0;border-radius:0 0 18px 18px;background:#242321;transform:translate(-50%)}.buddy-body{position:absolute;top:116px;left:36px;z-index:1;width:78px;height:58px;border:3px solid var(--line);border-radius:34px 34px 24px 24px;background:#242321}.buddy-belly{position:absolute;left:13px;bottom:8px;width:52px;height:34px;border-radius:50%;background:#fffdf8}.buddy-paw{position:absolute;bottom:-8px;width:30px;height:28px;border:3px solid var(--line);border-radius:50%;background:#fffdf8}.buddy-paw.left{left:-17px;transform:rotate(-28deg)}.buddy-paw.right{right:-17px;transform:rotate(28deg)}.buddy-wave{position:absolute;top:98px;right:22px;z-index:3;width:26px;height:44px;border:3px solid var(--line);border-radius:18px;background:#242321;transform-origin:50% 100%;animation:wavePaw 1.8s ease-in-out infinite}.buddy-wave:before,.buddy-wave:after{content:"";position:absolute;top:9px;width:5px;height:5px;border-radius:50%;background:#fffdf8}.buddy-wave:before{left:7px}.buddy-wave:after{right:7px}@keyframes wavePaw{0%,to{transform:rotate(8deg)}50%{transform:rotate(22deg) translateY(-2px)}}.today-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;border-bottom:3px solid var(--line);padding:14px 0}.today-strip div{display:flex;min-height:70px;align-items:center;gap:10px;padding:14px 16px;border:3px solid var(--line);border-radius:18px;background:var(--panel-soft);color:var(--ink);font-size:14px;font-weight:800}.today-strip svg{color:currentColor;flex:0 0 auto}.world-map{margin-top:42px}.plan-column{display:grid;gap:28px}.month-section{display:grid;gap:42px;margin-bottom:80px}.section-heading,.week-heading,.detail-head,.notes-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading{margin-bottom:26px}.section-heading h2,.notes-heading h2,.task-section h2{margin:0;color:var(--ink);font-size:22px;letter-spacing:0;font-weight:950}.section-heading span{color:var(--muted);font-size:14px}.week-section{--world-base: #ede9df;--world-soft: rgba(36, 35, 33, .06);--world-road: #d1cabd;--world-landmark: #fffdf8;--checkpoint-bg: #fffdf8;--checkpoint-title: #2f2e2b;--checkpoint-muted: #605c54;position:relative;overflow:hidden;margin-top:30px;min-height:calc(100svh - 94px);display:flex;flex-direction:column;justify-content:space-between;padding:clamp(22px,4vw,44px);border:3px solid var(--line);border-radius:42px;background:radial-gradient(ellipse at 50% 86%,rgba(255,253,248,.58) 0 32%,transparent 33%),radial-gradient(circle at 18% 16%,var(--world-soft),transparent 26%),linear-gradient(180deg,var(--world-base),color-mix(in srgb,var(--world-base) 82%,#ffffff 18%));box-shadow:7px 8px #24232129}.world-bamboo{--world-base: #eeeae1;--world-road: #d1cabd;--world-landmark: #fffdf8}.world-lagoon{--world-base: #e9e5dc;--world-road: #c9c2b5;--world-landmark: #fbfaf6}.world-meadow{--world-base: #f0ece4;--world-road: #d5cec1;--world-landmark: #fffdf8}.world-coral{--world-base: #e7e2d8;--world-road: #c7c0b2;--world-landmark: #f8f5ee}.world-arcade{--world-base: #eee9df;--world-road: #d2cbbf;--world-landmark: #fffdf8}.world-forest{--world-base: #e5e0d5;--world-road: #c5bdaf;--world-landmark: #f7f3eb}.world-ridge{--world-base: #ebe6dc;--world-road: #ccc5b9;--world-landmark: #fbfaf6}.world-sky{--world-base: #f1ede4;--world-road: #d9d2c6;--world-landmark: #fffdf8}.world-summit{--world-base: #e2ddd2;--world-road: #c4bcaf;--world-landmark: #f5f1e8}.world-story{--world-base: #ece8df;--world-road: #d0c9bd;--world-landmark: #fbfaf6}.world-mountain{--world-base: #ded8cc;--world-road: #beb6a9;--world-landmark: #f4f1ea}.world-palace{--world-base: #f0ece3;--world-road: #d8d1c4;--world-landmark: #fffdf8}:root[data-theme=dark] .week-section{--world-base: #2a2825;--world-soft: rgba(244, 241, 234, .08);--world-road: #656057;--world-landmark: #1f1e1c;--checkpoint-bg: #f7f3eb;--checkpoint-title: #242321;--checkpoint-muted: #625e56;background:radial-gradient(ellipse at 50% 86%,rgba(244,241,234,.08) 0 32%,transparent 33%),radial-gradient(circle at 18% 16%,rgba(244,241,234,.08),transparent 28%),linear-gradient(180deg,#2a2825,#1b1a18)}.world-header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:10px}.world-chip{display:inline-flex;min-height:32px;align-items:center;padding:0 12px;border:3px solid var(--line);border-radius:999px;background:var(--mark-bg);color:#2f2e2b;font-size:12px;font-weight:950;text-transform:uppercase}.world-header h3{margin:12px 0 6px;color:var(--ink);font-size:clamp(28px,4vw,46px);font-weight:950;line-height:.95}.world-header p{max-width:470px;margin:0;display:inline-block;padding:8px 10px;border:3px solid var(--line);border-radius:14px;background:#fffdf8d6;color:#2f2e2b;font-size:14px;font-weight:800;line-height:1.45}.world-progress{display:grid;min-width:148px;gap:6px;padding:12px;border:3px solid var(--line);border-radius:22px;background:#fffdf8e6;box-shadow:4px 5px #24232124;color:#2f2e2b}.world-progress strong{font-size:24px;line-height:1}.world-progress span{color:#605c54;font-size:12px;font-weight:900;line-height:1.25}.journey-road{position:relative;display:block;flex:1;min-height:0;height:clamp(560px,64svh,690px);padding:34px 0 28px;overflow:visible}.road-line{position:absolute;inset:18px 0 18px 50%;width:min(44%,260px);height:calc(100% - 36px);overflow:visible;transform:translate(-50%)}.road-shadow,.road-main,.road-dash{fill:none;vector-effect:non-scaling-stroke}.road-shadow{stroke:#24232157;stroke-linecap:round;stroke-width:26;transform:translate(4px,5px)}.road-main{stroke:var(--world-road);stroke-linecap:round;stroke-width:24}.road-dash{stroke:#fffdf8bd;stroke-dasharray:16 18;stroke-linecap:round;stroke-width:4;animation:roadDash 2.8s linear infinite}.journey-checkpoint{position:absolute;z-index:1;display:block;width:0;height:0;border:0;background:transparent;color:var(--ink);text-align:left}.journey-checkpoint:nth-of-type(1){left:50%;top:1%}.journey-checkpoint:nth-of-type(2){left:58%;top:14%}.journey-checkpoint:nth-of-type(3){left:44%;top:29%}.journey-checkpoint:nth-of-type(4){left:55%;top:44%}.journey-checkpoint:nth-of-type(5){left:45%;top:59%}.journey-checkpoint:nth-of-type(6){left:57%;top:74%}.journey-checkpoint:nth-of-type(7){left:50%;top:88%}.checkpoint-pin{position:absolute;left:0;top:0;display:grid;width:58px;height:58px;place-items:center;border:3px solid var(--line);border-radius:50%;background:var(--surface-strong);box-shadow:4px 5px #2423212e;color:#2f2e2b;transform:translate(-50%,-50%);transition:background .18s ease,transform .18s ease}.traveler-avatar{position:absolute;z-index:3;display:block;width:48px;height:68px;left:0;top:-62px;transform:translate(-50%);animation:travelerBounce 1.8s ease-in-out infinite;pointer-events:none}.traveler-hair,.traveler-face,.traveler-body,.traveler-pack{position:absolute;border:3px solid var(--line)}.traveler-hair{top:0;left:8px;width:32px;height:33px;border-radius:50% 50% 45% 45%;background:#2f2e2b}.traveler-face{top:7px;left:12px;width:25px;height:25px;border-radius:50%;background:#f7f3eb}.traveler-face:before,.traveler-face:after{content:"";position:absolute;top:8px;width:4px;height:4px;border-radius:50%;background:var(--line)}.traveler-face:before{left:6px}.traveler-face:after{right:6px}.traveler-body{left:11px;bottom:0;width:28px;height:36px;border-radius:14px 14px 10px 10px;background:#2f2e2b}.traveler-body:before,.traveler-body:after{content:"";position:absolute;bottom:-13px;width:9px;height:18px;border:3px solid var(--line);border-top:0;border-radius:0 0 999px 999px;background:#2f2e2b}.traveler-body:before{left:3px}.traveler-body:after{right:3px}.traveler-pack{right:1px;bottom:13px;width:17px;height:25px;border-radius:8px;background:#f7f3eb}.node-label{position:absolute;top:38px;left:50%;display:grid;width:120px;justify-items:center;gap:2px;color:#2f2e2b;text-align:center;transform:translate(-50%);transition:color .18s ease,transform .18s ease}.node-day{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:3px solid var(--line);border-radius:999px;background:#fffdf8;box-shadow:3px 4px #24232124;font-size:11px;font-weight:950;text-transform:uppercase}.node-name{max-width:130px;padding:4px 6px;border-radius:10px;background:#fffdf8db;font-size:12px;font-weight:950;line-height:1.15}.node-state{min-height:14px;color:#4f4c46;font-size:10px;font-weight:950;text-transform:uppercase}.journey-checkpoint:hover .checkpoint-pin,.journey-checkpoint:focus-visible .checkpoint-pin{background:var(--champagne);transform:translate(-50%,-50%) scale(1.08)}.journey-checkpoint.is-done .checkpoint-pin{background:var(--done-bg)}.journey-checkpoint.is-current .checkpoint-pin{background:var(--accent-dark);color:var(--accent-ink);animation:checkpointPulse 1.3s ease-in-out infinite,checkpointFloat 2.6s ease-in-out infinite}.journey-checkpoint:hover .node-label,.journey-checkpoint:focus-visible .node-label{transform:translate(-50%) translateY(3px)}@keyframes checkpointPulse{0%,to{box-shadow:4px 5px #2423212e,0 0 #2423212e}50%{box-shadow:4px 5px #2423212e,0 0 0 12px #24232100}}@keyframes checkpointFloat{0%,to{translate:0 0}50%{translate:0 -6px}}@keyframes travelerBounce{0%,to{translate:0 0}50%{translate:0 -7px}}@keyframes roadDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-68}}.back-button{margin-bottom:24px;padding:0;background:transparent;color:var(--accent-dark);font-weight:800}.detail-head{align-items:center;padding-bottom:32px;border-bottom:3px solid var(--line)}.detail-head h1{font-size:clamp(42px,7vw,82px);line-height:.98}.detail-head p:last-child{margin:14px 0 0;color:var(--muted)}.done-button{min-height:48px;padding:0 18px;border:3px solid var(--line);border-radius:16px;background:var(--surface-strong);color:#2f2e2b;white-space:nowrap;transition:background .18s ease,border-color .18s ease}.done-button.is-done{border-color:var(--line);background:var(--done-bg);color:var(--accent-dark)}.detail-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(320px,.72fr);gap:clamp(28px,5vw,64px);margin-top:34px}.task-panel,.notes-panel{background:var(--panel-softer);border:3px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:5px 6px #24232124}.task-section{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:24px;border-bottom:3px solid var(--line)}.task-section:last-child,.resource-section:last-child,.article-section:last-child{border-bottom:0}.task-icon{display:grid;width:42px;height:42px;place-items:center;border:3px solid var(--line);border-radius:14px;color:#2f2e2b;background:var(--mark-bg)}.task-section p{margin:10px 0 0;color:var(--muted);line-height:1.7}.resource-section{padding:24px;border-bottom:3px solid var(--line)}.resource-heading{display:grid;grid-template-columns:42px 1fr;gap:18px}.resource-heading h2{margin:0;font-size:22px}.resource-heading p{margin:10px 0 0;color:var(--muted);line-height:1.6}.resource-list{display:grid;gap:10px;margin-top:18px}.resource-list a,.resource-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:3px solid var(--line);color:var(--ink);text-decoration:none;transition:color .18s ease,padding-left .18s ease}.resource-list a:hover{color:var(--ink);padding-left:8px}.resource-list span{display:grid;gap:4px}.resource-list small{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.article-section{padding:28px 24px 32px;border-bottom:3px solid var(--line);background:repeating-linear-gradient(0deg,transparent 0 31px,var(--paper-line) 31px 32px),linear-gradient(180deg,#fffdf8c7,#fffdf885)}:root[data-theme=dark] .article-section{background:repeating-linear-gradient(0deg,transparent 0 31px,rgba(248,243,236,.08) 31px 32px),linear-gradient(180deg,#22211feb,#22211fbd)}.article-heading{margin-bottom:22px}.article-heading h2{margin:4px 0 0;font-size:clamp(26px,4vw,40px)}.article-body{max-width:76ch}.article-body h2,.article-body h3,.article-body h4{color:var(--ink);line-height:1.15}.article-body h2{margin:34px 0 16px;font-size:clamp(30px,4vw,46px)}.article-body h3{margin:32px 0 12px;font-size:clamp(23px,3vw,32px)}.article-body h4{margin:26px 0 10px;font-size:20px}.article-body h2:first-child,.article-body h3:first-child,.article-body h4:first-child{margin-top:0}.article-body p,.article-body li{color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;line-height:1.82}.article-body p{margin:0 0 16px}.article-body ul,.article-body ol{margin:0 0 20px;padding-left:28px}.article-body li+li{margin-top:8px}.article-body strong{color:var(--ink)}.article-body a{color:var(--ink);text-decoration-thickness:2px;text-underline-offset:4px}.article-body pre{overflow-x:auto;margin:20px 0;padding:18px;border:3px solid var(--line);border-radius:18px;background:var(--input-bg);color:var(--ink);box-shadow:4px 5px #24232124}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.65;white-space:pre}.notes-panel{padding:24px}.secondary-button{min-height:40px;padding:0 14px;border:3px solid var(--line);border-radius:14px;background:var(--mark-bg);color:var(--ink)}.notes-panel textarea{margin-top:22px}.saved-line,.status-line{color:var(--muted);font-size:13px}.saved-line{margin:12px 0 0}.status-line{max-width:1280px;margin:28px auto 0}.status-line.is-error{color:var(--ink);font-weight:800}.enter-up{animation:enterUp .44s ease both}@keyframes enterUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.login-panel,.task-panel,.notes-panel{box-shadow:none}.login-art{display:none}.login-panel{border-width:1px;border-radius:22px;background:var(--panel-bg)}.primary-button,.secondary-button,.done-button,.icon-button,.theme-button,.theme-track,input,textarea{border-width:1px;box-shadow:none}.primary-button{border-color:var(--accent)}.app-header{border-bottom-width:1px}.simple-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,6vw,72px);align-items:center;padding:clamp(30px,6vw,72px) 0 28px;border-bottom:1px solid var(--line)}.overview-copy{max-width:720px}.simple-overview h1{margin:0;font-size:clamp(38px,7vw,84px);line-height:.98}.simple-progress{width:min(100%,520px);height:8px;overflow:hidden;margin-top:22px;border-radius:999px;background:var(--progress-rest)}.simple-progress span{display:block;height:100%;border-radius:inherit;background:var(--accent-dark);transition:width .26s ease}.panda-summary{display:grid;justify-items:center;gap:18px}.today-strip{gap:0;border-bottom:1px solid var(--line);padding:18px 0}.today-strip div{min-height:0;border:0;border-radius:0;background:transparent;padding:8px 14px 8px 0;font-size:13px}.plain-plan{display:grid;gap:42px;margin-top:42px}.month-section{gap:22px;margin-bottom:36px}.section-heading{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid var(--line)}.section-heading h2{font-size:clamp(24px,4vw,36px)}.week-list{display:grid;gap:12px;padding:18px 0 6px}.week-list+.week-list{border-top:1px solid var(--paper-line)}.week-list-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.week-list-head h3{margin:0;font-size:19px;line-height:1.2}.week-list-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.week-list-head>span{color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}.day-list{display:grid;border-top:1px solid var(--paper-line)}.day-accordion{border-bottom:1px solid var(--paper-line)}.day-accordion.is-expanded{border-bottom-color:var(--line)}.day-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:58px;padding:10px 0;border:0;background:transparent;color:var(--ink);text-align:left}.day-row:hover,.day-row:focus-visible{outline:none;color:var(--accent-dark)}.day-row.is-current{font-weight:950}.day-row.is-done{color:var(--muted)}.day-row-status{display:grid;place-items:center;color:currentColor}.day-row-copy{display:grid;gap:3px}.day-row strong{font-size:12px;text-transform:uppercase}.day-row-copy span{line-height:1.35}.day-row-toggle{color:var(--muted);font-size:12px;font-weight:800}.day-accordion-panel{max-width:none;margin:0;padding:8px 0 26px 44px}.day-accordion-panel .detail-head{padding-bottom:18px}.day-accordion-panel .detail-head h2{margin:0;font-size:clamp(24px,4vw,36px);line-height:1.06}.day-accordion-panel .detail-grid{gap:clamp(22px,4vw,48px);margin-top:22px}.day-accordion-panel textarea{min-height:220px}.detail-head,.task-section,.resource-section,.article-section{border-bottom-width:1px}.task-panel,.notes-panel{border:0;border-radius:0;background:transparent}.task-section,.resource-section,.article-section,.notes-panel{padding-inline:0}.article-section,:root[data-theme=dark] .article-section{background:transparent}.task-icon{border-width:1px;box-shadow:none}@media(max-width:1040px){.detail-grid{grid-template-columns:1fr}.island-sea{grid-template-columns:repeat(3,minmax(170px,1fr))}.pillar-focus{grid-template-columns:1fr}.focus-stats{justify-content:flex-start}.today-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.login-panel{padding:30px 22px}.simple-overview{grid-template-columns:1fr;gap:22px;align-items:start}.panda-summary{justify-items:start}.simple-overview .study-buddy{width:118px;height:140px}.day-accordion-panel{padding-left:0}.week-list-head,.section-heading{align-items:flex-start}.login-art{opacity:.34}.overview-band,.detail-head{grid-template-columns:1fr}.overview-band,.detail-head,.progress-cluster,.notes-heading{align-items:stretch}.progress-cluster,.section-heading,.detail-head,.notes-heading{flex-direction:column}.progress-cluster{width:100%}.progress-ring{width:92px;height:92px}.pillar-heading{align-items:stretch;flex-direction:column}.island-legend{justify-content:flex-start}.island-sea{grid-template-columns:1fr;padding:18px 12px;border-radius:26px}.pillar-island{min-height:286px}.island-button{min-height:224px}.island-content{min-height:224px;padding-top:132px}.island-art{top:34px;scale:.82}.quest-boat{display:none}.pillar-focus{border-radius:22px}.focus-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.today-strip{grid-template-columns:1fr}.week-section{min-height:calc(100svh - 78px);padding:18px 14px 12px;border-radius:26px}.world-header{flex-direction:column}.world-progress{width:100%}.journey-road{display:grid;grid-template-columns:58px minmax(0,1fr);gap:0 14px;height:auto;min-height:0;padding:18px 0 10px}.road-line{left:29px;width:42px}.journey-checkpoint{position:relative;left:auto;top:auto;display:grid;grid-template-columns:58px minmax(0,1fr);width:auto;height:auto;min-height:82px}.journey-checkpoint.is-left .checkpoint-pin,.journey-checkpoint.is-right .checkpoint-pin{grid-column:1}.journey-checkpoint.is-left .node-label,.journey-checkpoint.is-right .node-label{grid-column:2}.checkpoint-pin{position:static;width:50px;height:50px;justify-self:center;transform:none}.journey-checkpoint:hover .checkpoint-pin,.journey-checkpoint:focus-visible .checkpoint-pin{transform:scale(1.08)}.traveler-avatar{position:relative;grid-column:1;width:42px;height:62px;left:auto;top:auto;justify-self:center;margin-top:-48px;transform:none}.node-label{position:relative;top:auto;left:auto;right:auto;width:auto;justify-items:start;text-align:left;transform:none}.task-section,.resource-heading{grid-template-columns:1fr}textarea{min-height:280px}}@media(max-width:440px){.app-shell{padding-inline:14px}.brand-mark{width:40px;height:40px}.focus-stats{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.pillar-island,.island-sparkle,.island-flag,.sea-lane,.quest-boat{animation:none}}
