@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--bg:#f9f6f0;--bg-secondary:#eee9dd;--surface:#ffffffb3;--surface-hover:#ffffffe6;--surface-border:#00000014;--primary:#c29b76;--primary-light:#d6b89c;--primary-invert:#fff;--text:#2a2522;--text-muted:#6b6058;--danger:#e27d72;--success:#65b891;--warning:#eab269;--shadow-sm:0 4px 15px #00000008;--shadow-md:0 8px 25px #0000000d;--shadow-lg:0 15px 35px #00000014;--sidebar-bg:#ffffff80;--sidebar-border:#ffffffb3;--sidebar-text:#665d56;--sidebar-active:#c29b7640}[data-theme=dark]{--bg:#221f1d;--bg-secondary:#2f2b28;--surface:#2b2724d9;--surface-hover:#36312df2;--surface-border:#ffffff1f;--primary:#d6b89c;--primary-light:#e6cdb8;--primary-invert:#221f1d;--text:#f9f6f0;--text-muted:#aba29a;--shadow-sm:0 4px 15px #0000004d;--shadow-md:0 8px 25px #0006;--sidebar-bg:#191715cc;--sidebar-border:#ffffff1a;--sidebar-text:#e0d7cf;--sidebar-active:#d6b89c40}[data-theme=seafoam]{--bg:#f0f9f6;--bg-secondary:#e1eee9;--surface:#ffffffbf;--surface-hover:#fffffff2;--surface-border:#00000014;--primary:#5b9e8c;--primary-light:#82c4b3;--primary-invert:#fff;--text:#1f2b27;--text-muted:#576d64;--sidebar-bg:#fff9;--sidebar-border:#00000014;--sidebar-text:#364741;--sidebar-active:#5b9e8c40}[data-theme=seafoam-dark]{--bg:#151e1b;--bg-secondary:#202d29;--surface:#1c2623d9;--surface-hover:#26332ff2;--surface-border:#ffffff1f;--primary:#82c4b3;--primary-light:#a3d9cb;--primary-invert:#151e1b;--text:#e8f4f0;--text-muted:#9bb1a8;--sidebar-bg:#141c19cc;--sidebar-border:#ffffff1a;--sidebar-text:#bdcec8;--sidebar-active:#82c4b340}[data-theme=rose]{--bg:#fdf5f7;--bg-secondary:#f6e8ea;--surface:#ffffffbf;--surface-hover:#fffffff2;--surface-border:#00000014;--primary:#c97a8e;--primary-light:#e69ab0;--primary-invert:#fff;--text:#361f25;--text-muted:#825e68;--sidebar-bg:#fff9;--sidebar-border:#00000014;--sidebar-text:#54333c;--sidebar-active:#c97a8e40}[data-theme=rose-dark]{--bg:#211317;--bg-secondary:#2e1b21;--surface:#291a1ed9;--surface-hover:#38252af2;--surface-border:#ffffff1f;--primary:#e69ab0;--primary-light:#f3bace;--primary-invert:#211317;--text:#faebef;--text-muted:#bf9ca7;--sidebar-bg:#1e1216cc;--sidebar-border:#ffffff1a;--sidebar-text:#d6b8c1;--sidebar-active:#e69ab040}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;transition:background-color .3s,color .3s}.card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(20px);border-radius:12px;transition:all .2s}.card:hover{box-shadow:var(--shadow-md)}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-outline{border-color:var(--surface-border);color:var(--text);background:0 0}.btn-outline:hover{background:var(--bg-secondary)}.btn-danger{color:var(--danger);background:#ef44441a}.btn-danger:hover{background:var(--danger);color:#fff}input,select,textarea{background:var(--surface);border:1.5px solid var(--surface-border);width:100%;color:var(--text);box-sizing:border-box;-webkit-appearance:none;border-radius:8px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #06b6d426}input::placeholder,textarea::placeholder{color:var(--text-muted);opacity:.9}.table-container{border:1px solid var(--surface-border);background:var(--surface);border-radius:12px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--surface-border);padding:1rem;font-size:.875rem}th{color:var(--text-muted);background:var(--bg-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}tr:last-child td{border-bottom:none}.badge{border-radius:9999px;justify-content:center;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:var(--success);background:#10b9811a}.badge-warning{color:var(--warning);background:#f59e0b1a}.badge-danger{color:var(--danger);background:#ef44441a}.badge-info{color:var(--primary);background:#06b6d41a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.animate-fade{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
