:root{--background: #ffffff;--foreground: #14181c;--card: #ffffff;--popover: #ffffff;--ground: #eef1f3;--primary: #14181c;--primary-foreground: #ffffff;--secondary: #e7edf0;--secondary-foreground: #2f6b6a;--muted: #e7edf0;--muted-foreground: #5b6770;--border: #dfe3e6;--input: #dfe3e6;--border-quiet: #eaeef0;--ring: #a8b4bc;--accent: #f4f7f8;--accent-foreground: #3d474f;--teal: #2f6b6a;--teal-hover: #245453;--font-sans: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--shadow-sm: 0 1px 2px rgb(20 24 28 / .06);--backdrop: rgb(0 0 0 / .5)}*{box-sizing:border-box}html,body{margin:0}body{background:var(--ground);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-hover)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.t-title{font-size:30px;font-weight:600;letter-spacing:-.025em;line-height:1.1}@media(max-width:640px){.t-title{font-size:23px;letter-spacing:-.015em;line-height:1.15}}.t-section{font-family:var(--font-mono);font-size:10px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-foreground)}.t-finding{font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:1.4}.t-body{font-size:13.5px;font-weight:400;line-height:1.6;color:var(--accent-foreground)}.t-row{font-size:15.5px;font-weight:400}.t-meta{font-family:var(--font-mono);font-size:11.5px;font-weight:400;color:var(--muted-foreground)}.t-num{font-family:var(--font-mono);font-size:24px;font-weight:400;letter-spacing:-.01em}.ui-button:hover{opacity:.9}.ui-button:disabled{opacity:.5;cursor:default}.ui-navitem:hover,.ui-row:hover{background:var(--accent)}.frame{min-height:100vh;background:var(--ground)}.main{background:var(--background);min-height:100vh;display:flex;flex-direction:column}.plan-header{padding:18px 18px 12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:12px;background:var(--background)}.plan-body{flex:1;min-height:0;padding:0 18px 90px;display:flex;flex-direction:column;gap:22px}.plan-rail{display:flex;flex-direction:column;padding-top:8px}.header-right-desktop{display:none}.header-right-mobile{display:block}@media(min-width:900px){.frame{padding:36px;display:flex;justify-content:center}.main{width:100%;max-width:1440px;min-height:900px;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.plan-header{padding:32px 36px 20px;gap:10px}.plan-body{flex-direction:row;align-items:flex-start;gap:24px;padding:28px 36px 36px}.plan-rail{width:360px;flex:none;padding-top:0}.header-right-desktop{display:block;margin-left:auto}.header-right-mobile{display:none}}.sheet-backdrop{position:fixed;inset:0;z-index:10;background:var(--backdrop);display:flex;flex-direction:column;justify-content:flex-end;animation:sheet-fade .16s ease-out}.sheet{background:var(--background);border-top:1px solid var(--border);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:14px 18px 20px;display:flex;flex-direction:column;gap:12px;width:100%;max-width:1440px;margin:0 auto;animation:sheet-rise .18s ease-out}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-rise{0%{transform:translateY(8px)}to{transform:none}}.load-state{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
