:root{--primary: #FF8A65;--primary-glow: #FFAB85;--primary-deep: #E05E3E;--primary-shadow: #B5532D;--moss: #6B8A5A;--moss-dark: #4D6541;--moss-light: #93B380;--yellow: #F5C56B;--yellow-dark: #DBA549;--bg-page: #FFF1E0;--bg: #FFF1E0;--bg-deep: #F7E0C4;--paper: #FFFFFF;--paper-elev: #FFFFFF;--ink: #2A1E18;--muted: #826E5F;--border: #FBE0C5;--success: #6B8A5A;--success-bg: #E8F0DC;--error: #C44A2A;--error-bg: #FFE0D4;--red: var(--error);--red-bg: var(--error-bg);--warning: #D89640;--warning-bg: #FFEED1;--serif: "Fraunces", Georgia, serif;--sans: "Manrope", system-ui, sans-serif;--btn-gradient: linear-gradient(135deg, #FFAB85 0%, #FF8A65 40%, #E76A48 100%);--btn-glow: 0 6px 18px rgba(255,138,101,.45), 0 2px 4px rgba(0,0,0,.06);--pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g opacity='0.07'><rect x='16' y='17.5' width='28' height='2.6' rx='1' fill='%23E05E3E'/><rect x='18' y='20.5' width='24' height='3.4' rx='1' fill='%23FF8A65'/><rect x='20' y='24' width='2.4' height='13' fill='%23E05E3E'/><rect x='25' y='24' width='2.4' height='13' fill='%23E05E3E'/><rect x='30' y='24' width='2.4' height='13' fill='%23E05E3E'/><rect x='35' y='24' width='2.4' height='13' fill='%23E05E3E'/><rect x='18' y='37' width='24' height='2.6' rx='1' fill='%23FF8A65'/></g><g opacity='0.05'><circle cx='90' cy='80' r='2.4' fill='%23F5C56B'/><circle cx='95' cy='86' r='2' fill='%23F5C56B'/><circle cx='86' cy='86' r='2' fill='%23F5C56B'/><circle cx='90' cy='92' r='1.6' fill='%23F5C56B'/></g></svg>")}[data-theme=dark]{--primary: #FF8A65;--primary-glow: #FFAB85;--primary-deep: #FFB590;--primary-shadow: #C44A2A;--moss: #93B380;--moss-dark: #6B8A5A;--moss-light: #B5D194;--yellow: #F5C56B;--yellow-dark: #DBA549;--bg-page: #1F1410;--bg: #1F1410;--bg-deep: #2A1E18;--paper: #322620;--paper-elev: #3D2D24;--ink: #FFF1E0;--muted: #A88C7A;--border: #4A382C;--success: #93B380;--success-bg: #2A3826;--error: #FF8A65;--error-bg: #3A2018;--red: var(--error);--red-bg: var(--error-bg);--warning: #F5C56B;--warning-bg: #3A2C18;--btn-glow: 0 6px 24px rgba(255,138,101,.5), 0 2px 4px rgba(0,0,0,.45);--pattern: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g opacity='0.10'><rect x='16' y='17.5' width='28' height='2.6' rx='1' fill='%23FF8A65'/><rect x='18' y='20.5' width='24' height='3.4' rx='1' fill='%23FFAB85'/><rect x='20' y='24' width='2.4' height='13' fill='%23FF8A65'/><rect x='25' y='24' width='2.4' height='13' fill='%23FF8A65'/><rect x='30' y='24' width='2.4' height='13' fill='%23FF8A65'/><rect x='35' y='24' width='2.4' height='13' fill='%23FF8A65'/><rect x='18' y='37' width='24' height='2.6' rx='1' fill='%23FFAB85'/></g><g opacity='0.08'><circle cx='90' cy='80' r='2.4' fill='%23F5C56B'/><circle cx='95' cy='86' r='2' fill='%23F5C56B'/><circle cx='86' cy='86' r='2' fill='%23F5C56B'/><circle cx='90' cy='92' r='1.6' fill='%23F5C56B'/></g></svg>")}html[data-theme=light] body{background-color:#fff1e0;background-image:var(--pattern);background-size:140px 140px;background-attachment:fixed;color:#2a1e18;font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}html[data-theme=dark] body{background-color:#1f1410;background-image:var(--pattern);background-size:140px 140px;background-attachment:fixed;color:#fff1e0;font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}html[data-theme=light]{background-color:#fff1e0;min-height:100vh;transition:background-color .3s ease}html[data-theme=dark]{background-color:#1f1410;min-height:100vh;transition:background-color .3s ease}body{overflow-x:hidden;overflow-wrap:break-word;word-break:break-word}#root{min-height:100vh;overflow-wrap:break-word;word-break:break-word}.theme-toggle-btn{display:inline-flex;align-items:center;gap:5px;background:var(--btn-gradient);color:#fff;border:none;padding:7px 14px;border-radius:999px;font-family:var(--sans);font-weight:700;font-size:12px;cursor:pointer;box-shadow:var(--btn-glow);transition:transform .15s ease,box-shadow .15s ease}.theme-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px #ff8a658c,0 3px 6px #00000014}.theme-toggle-btn:active{transform:translateY(0)}
