:root{--bg:#f5f0e8;--bg-surface:#fff;--bg-card:#e4ddd0;--accent:#c8893a;--accent-hover:#8a5a1a;--accent-light:#f0d9b5;--lavande:#7b6fa0;--lavande-light:#eae7f3;--text:#2c2416;--text-muted:#7a6b55;--text-heading:#2c2416;--border:#2c24161f;--radius:10px;--shadow:0 4px 20px #2c24161a;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font:16px/1.5 system-ui,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);min-height:100vh;margin:0}body{background:var(--bg);min-height:100vh}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3{color:var(--text-heading);font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.1rem}p{color:var(--text)}button{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text);padding:10px 20px;font-size:.95rem;font-weight:500;transition:background .2s,opacity .2s}button:hover:not(:disabled){background:var(--accent-light)}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border:none}.btn-primary:hover:not(:disabled){background:var(--accent-hover);color:#fff}.btn-secondary{background:var(--lavande-light);color:var(--lavande);border:1px solid var(--lavande)}.btn-secondary:hover:not(:disabled){background:var(--lavande);color:#fff}input,textarea{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);outline:none;width:100%;padding:10px 14px;font-size:.95rem;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.page{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:24px}.error{color:var(--accent);font-size:.875rem}input[type=checkbox],input[type=radio]{background:0 0!important;border:none!important;border-radius:0!important;width:auto!important;padding:0!important}
