:root{--brand-50: #f0f8e9;--brand-100: #dcecc6;--brand-200: #c4dfa1;--brand-300: #a9d076;--brand-400: #8ec150;--brand-500: #67ae3b;--brand-600: #5a9c33;--brand-700: #4a832b;--brand-800: #3a6921;--brand-900: #284a17;--accent-50: #fff8e8;--accent-300: #f3c84a;--accent-500: #d8a724;--accent-700: #9c7818;--bg-app: linear-gradient(180deg, #f6faef 0%, #eef5e0 100%);--bg-surface: #ffffff;--bg-surface-alt: #fafdf5;--bg-elevated: linear-gradient(155deg, #ffffff 0%, #f4faea 60%, #ecf5dc 100%);--border-soft: rgba(103, 174, 59, .15);--border-strong: rgba(103, 174, 59, .35);--shadow-soft: 0 1px 2px rgba(40, 74, 23, .05), 0 8px 24px rgba(40, 74, 23, .08);--shadow-elev: 0 2px 4px rgba(40, 74, 23, .07), 0 16px 40px rgba(40, 74, 23, .12);--text-strong: #1c2a14;--text-muted: #5a6b4f;--text-subtle: #8a9a82;--text-on-brand: #ffffff;--status-success: #2f7d20;--status-warning: #b07a16;--status-danger: #b3331f;--status-info: #1f6fb3}[data-theme=dark]{--bg-app: linear-gradient(180deg, #0f1a0a 0%, #16241010 100%), #0f1a0a;--bg-surface: linear-gradient(160deg, #1a2613 0%, #131c0e 100%);--bg-surface-alt: #131c0e;--bg-elevated: linear-gradient(160deg, #213017 0%, #1a2613 100%);--border-soft: rgba(142, 193, 80, .18);--border-strong: rgba(142, 193, 80, .35);--shadow-soft: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .45);--shadow-elev: 0 2px 4px rgba(0, 0, 0, .5), 0 16px 40px rgba(0, 0, 0, .55);--text-strong: #eef5e0;--text-muted: #b1c5a3;--text-subtle: #82997a;--text-on-brand: #ffffff;--status-success: #6cc257;--status-warning: #e5b955;--status-danger: #ea7058;--status-info: #6fb1e8}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-strong);background:var(--bg-app);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--brand-700);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:14px}input,textarea,select{font-family:inherit;font-size:14px;color:var(--text-strong);background:linear-gradient(180deg,#fbfdf7,#fff);border:1px solid rgba(103,174,59,.45);border-radius:8px;padding:9px 12px;box-shadow:inset 0 1px #fff9;transition:border-color .15s ease,box-shadow .15s ease}input:hover,textarea:hover,select:hover{border-color:#67ae3b99}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px #67ae3b2e,inset 0 1px #fff9}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--bg-surface);border-color:var(--border-strong);box-shadow:none}[data-theme=dark] input:hover,[data-theme=dark] textarea:hover,[data-theme=dark] select:hover{border-color:var(--brand-500)}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{box-shadow:0 0 0 3px #67ae3b2e}label{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--text-muted)}label i-lucide{font-size:14px;color:var(--text-subtle)}.field{display:flex;flex-direction:column;margin-bottom:14px}.field .hint{margin-top:4px;font-size:12px;color:var(--text-subtle)}.btn{background:linear-gradient(180deg,var(--brand-400) 0%,var(--brand-600) 100%);color:var(--text-on-brand);border:1px solid var(--brand-700);box-shadow:0 1px #ffffff26 inset,var(--shadow-soft);border-radius:10px;padding:10px 18px;font-weight:600;cursor:pointer;transition:transform .05s ease,box-shadow .15s ease,filter .15s ease}.btn:hover:not(:disabled){filter:brightness(1.04);box-shadow:var(--shadow-elev)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{background:linear-gradient(180deg,var(--brand-200) 0%,var(--brand-300) 100%);border-color:var(--brand-300);cursor:not-allowed;opacity:.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn i-lucide,.btn lucide-icon,.btn lucide-angular{flex-shrink:0;line-height:0}.btn i-lucide svg,.btn lucide-icon svg,.btn lucide-angular svg{stroke-width:2.25}.btn.btn-secondary{background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-surface-alt) 100%);color:var(--text-strong);border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.btn.btn-danger{background:linear-gradient(180deg,#d8624c,#b3331f);border-color:#8c2515}i-lucide,lucide-icon,lucide-angular{display:inline-flex;align-items:center;line-height:0}i-lucide svg,lucide-icon svg,lucide-angular svg{display:block;width:1em;height:1em}i-lucide.spin svg,lucide-icon.spin svg,lucide-angular.spin svg{animation:icon-spin 1s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}.card{background:var(--bg-elevated);border:1px solid var(--border-soft);box-shadow:var(--shadow-soft);border-radius:14px;padding:20px}.grid{display:grid;gap:16px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.toast{position:fixed;bottom:16px;left:50%;transform:translate(-50%);padding:10px 18px;background:linear-gradient(180deg,var(--brand-600) 0%,var(--brand-800) 100%);color:var(--text-on-brand);border-radius:999px;box-shadow:var(--shadow-elev);z-index:1000;font-size:13px}.toast.toast-error{background:linear-gradient(180deg,#d8624c,#8c2515)}
