*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#dfeee3;font-family:Sora,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:none}}.pc{--bg: #f1faf2;--panel: #e2f3e6;--surface: #f7fbf8;--ink: #0e2a32;--sub: #64837b;--line: rgba(14, 42, 50, .08);--accent: #4fc3f7;--accentSoft: #e3f4fc;--accentInk: #0b5a7a;--good: #2fbf71;--bad: #e04940;--warn: #e8a020;--shadow: 0 1px 3px rgba(14, 42, 50, .06);--slot: #c4e8f5}.pc.dark{--bg: #0c1613;--panel: #122019;--surface: #1a2b24;--ink: #eaf6f0;--sub: #8ba79c;--line: rgba(234, 246, 240, .08);--accentSoft: #0f2c3a;--accentInk: #8fdcff;--shadow: 0 1px 4px rgba(0, 0, 0, .2);--slot: #155a78}.pc-root{min-height:100%;display:flex;align-items:stretch;justify-content:center;background:#dfeee3}.pc.dark~.pc-root,.pc-root.dark{background:#08110e}.pc-app{width:100%;max-width:460px;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);position:relative;overflow:hidden}@media (min-width: 480px){.pc-root{align-items:center;padding:24px 16px}.pc-app{min-height:0;height:900px;max-height:calc(100vh - 48px);border-radius:24px;box-shadow:0 16px 48px #0e2a322e}}.pc-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}a{color:var(--accentInk);text-decoration:none}.btn{border:none;border-radius:12px;font-weight:600;font-size:14px;padding:12px 20px;transition:transform .1s ease,opacity .1s ease}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#06323f}.btn-ghost{background:transparent;color:var(--sub)}.card-img{width:100%;height:100%;object-fit:cover;display:block}
