:root{--background:#f7efe2;--background-strong:#e8d9c3;--surface:rgba(255,251,241,0.92);--surface-strong:#fff8ea;--surface-tint:#f3e2c3;--surface-card:linear-gradient(180deg,rgba(255,252,245,0.98),rgba(247,239,226,0.94)),rgba(255,251,241,0.92);--surface-card-emphasis:linear-gradient(145deg,rgba(255,251,241,0.98),rgba(240,227,202,0.94)),rgba(255,251,241,0.94);--surface-card-subtle:rgba(255,251,241,0.78);--text-strong:#17211d;--text-muted:#6f6252;--border-subtle:rgba(84,58,35,0.18);--border-strong:rgba(14,95,85,0.2);--brand-strong:#0e5f55;--brand-deep:#073d38;--accent-warm:#f2a13a;--accent-coral:#d9543f;--accent-success:#16724f;--accent-danger:#b7362c;--shadow-soft:0 18px 48px rgba(68,41,18,0.13);--shadow-lifted:0 26px 70px rgba(43,29,15,0.18);--shadow-panel:0 18px 42px rgba(68,41,18,0.1);--radius-card:1.55rem;--radius-panel:1.2rem}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:var(--font-plex-sans),"IBM Plex Sans",sans-serif;background:radial-gradient(circle at 12% 10%,rgba(242,161,58,.28),transparent 26rem),radial-gradient(circle at 86% 4%,rgba(14,95,85,.18),transparent 24rem),linear-gradient(135deg,rgba(255,248,234,.86),rgba(232,217,195,.9)),var(--background);color:var(--text-strong);overflow-x:hidden;-webkit-tap-highlight-color:rgba(14,95,85,.18);text-rendering:optimizeLegibility}button,input{font:inherit}button{cursor:pointer;touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(242,161,58,.72);outline-offset:3px}a{color:inherit}.appShell{min-height:100vh;display:flex;flex-direction:column;position:relative}.appShell:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(23,33,29,.035) 1px,transparent 0),linear-gradient(90deg,rgba(23,33,29,.03) 1px,transparent 0);background-size:44px 44px;mask-image:linear-gradient(180deg,black,transparent 80%)}.pageContent{flex:1}