*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #111210;--color-surface: #171815;--color-surface-hover: #1c1d19;--color-border: rgba(181, 232, 83, .1);--color-border-strong: rgba(181, 232, 83, .22);--color-text: #e8ead4;--color-text-muted: #7a7a60;--color-text-dim: #3a3a2a;--color-accent: #b5e853;--color-accent-dim: rgba(181, 232, 83, .06);--color-accent-glow: rgba(181, 232, 83, .1);--color-warn: #e8a653;--font-display: "Syne", sans-serif;--font-label: "Space Grotesk", sans-serif;--cream: #f5f0e8;--dark: #1a1a14;--green-deep: #2d4a2d;--green-mid: #4a7c59;--green-light: #8ab89a;--green-pale: #c8dfc8;--ochre: #c4923a;--rust: #a05c2c;--sand: #e8d9b8}html.theme-light{--color-bg: #f6f3ec;--color-surface: #ffffff;--color-surface-hover: #fbfaf5;--color-border: rgba(45, 74, 45, .12);--color-border-strong: rgba(45, 74, 45, .28);--color-text: #1a1a14;--color-text-muted: #5a6b54;--color-text-dim: #9aa893;--color-accent: #3a6b3e;--color-accent-dim: rgba(58, 107, 62, .06);--color-accent-glow: rgba(58, 107, 62, .08);--color-warn: #a05c2c}html{background-color:var(--color-bg)}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-label);min-height:100vh;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-text-dim);border-radius:2px}@media (max-width: 760px){.header-row{flex-direction:column!important;align-items:flex-start!important;gap:24px!important;width:100%}.header-actions{width:100%!important;align-items:flex-start!important}.responsive-grid{grid-template-columns:1fr!important}.responsive-list-row{grid-template-columns:1fr!important;gap:12px!important}.hide-mobile{display:none!important}.form-row-2{grid-template-columns:1fr!important}.photo-row{flex-direction:column!important;align-items:flex-start!important}.footer-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-label);font-size:11px;letter-spacing:.1em;cursor:pointer;border-radius:2px;transition:opacity .2s ease,background .2s ease}.btn:hover{opacity:.88}.btn-primary{padding:11px 20px;border:none;background:var(--color-accent);color:var(--color-bg);font-weight:600}.btn-ghost{padding:11px 14px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted)}.btn-danger{padding:11px 14px;border:1px solid var(--color-border);background:transparent;color:var(--color-warn)}
