@import url("https://fonts.googleapis.com/css2?family=Cormorant_Garamond:wght@600&family=Inter:wght@400;500&family=JetBrains_Mono:wght@500&display=swap");*{margin:0;padding:0;box-sizing:border-box;border-radius:0}:root{--color-white:#fff;--color-black:#111;--color-secondary:#333;--color-orange:#e8642c;--color-border:#e5e5e5;--color-success:#22c55e;--color-error:#ef4444;--color-warning:#eab308;--color-inactive:#9ca3af;--font-heading:"Cormorant Garamond",serif;--font-body:"Inter",sans-serif;--font-mono:"JetBrains Mono",monospace;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem}html{font-size:16px}body{background-color:var(--color-white);color:var(--color-black);font-family:var(--font-body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;margin:var(--spacing-lg) 0 var(--spacing-md) 0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-md)}a{color:var(--color-orange);text-decoration:none;transition:color .2s ease}a:hover{color:#d4571f}code{font-family:var(--font-mono);font-weight:500;background-color:#f5f5f5;padding:.125rem .375rem;border-radius:0}nav{justify-content:space-between;padding:var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--color-border);background-color:var(--color-white);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand,nav{display:flex;align-items:center}.nav-brand{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;gap:var(--spacing-md)}.nav-brand,.nav-brand a{color:var(--color-black)}.nav-brand a{text-decoration:none}.nav-brand a:hover,.nav-brand:before{color:var(--color-orange)}.nav-brand:before{content:"⊟";font-size:1.25rem}.nav-links{display:flex;gap:var(--spacing-2xl);align-items:center}.nav-links a{font-weight:500;color:var(--color-secondary);transition:color .2s ease}.nav-links a:hover{color:var(--color-orange)}.nav-auth,.nav-user{display:flex;gap:var(--spacing-lg);align-items:center}.nav-user{font-size:.95rem}.nav-user-name{color:var(--color-secondary)}input,select,textarea{font-family:var(--font-body);font-size:1rem;padding:var(--spacing-md);border:1px solid var(--color-border);background-color:var(--color-white);color:var(--color-black);transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px rgba(232,100,44,.1)}label{display:block;margin-bottom:var(--spacing-sm);font-weight:500;color:var(--color-black)}.form-group{margin-bottom:var(--spacing-lg)}textarea{font-family:var(--font-body);resize:vertical;min-height:120px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=time]{width:100%}.btn,button{font-family:var(--font-body);font-weight:500;padding:var(--spacing-md) var(--spacing-lg);border:none;border-radius:0;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm)}.btn:disabled,button:disabled{opacity:.5;cursor:not-allowed}.btn-primary,button[type=submit]{background-color:var(--color-orange);color:var(--color-white)}.btn-primary:hover:not(:disabled),button[type=submit]:hover:not(:disabled){background-color:#d4571f}.btn-secondary{background-color:var(--color-black);color:var(--color-white)}.btn-secondary:hover:not(:disabled){background-color:#333}.btn-outline{background-color:transparent;color:var(--color-orange);border:1px solid var(--color-orange)}.btn-outline:hover:not(:disabled){background-color:rgba(232,100,44,.1)}.btn-small{padding:var(--spacing-sm) var(--spacing-md);font-size:.875rem}.badge{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:.375rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.badge-active{background-color:#f0fdf4;color:var(--color-success);border:1px solid var(--color-success)}.badge-inactive{background-color:#f3f4f6;color:var(--color-inactive);border:1px solid var(--color-inactive)}.badge-pending{background-color:#fffbeb;color:var(--color-orange);border:1px solid var(--color-orange)}.badge-secondary{background-color:#f5f5f5;color:var(--color-secondary)}.badge-secondary,.card{border:1px solid var(--color-border)}.card{background-color:var(--color-white);padding:var(--spacing-lg);transition:all .2s ease}.card:hover{border-color:var(--color-orange);box-shadow:0 4px 12px rgba(232,100,44,.15)}.card-header{margin-bottom:var(--spacing-lg)}.card-title{font-size:1.25rem;margin:0 0 var(--spacing-sm) 0}.card-subtitle{color:var(--color-secondary);font-size:.95rem;margin:0}.card-footer{margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.alert{padding:var(--spacing-lg);border-left:4px solid;margin-bottom:var(--spacing-lg);border-radius:0}.alert-success{background-color:#f0fdf4;border-left-color:var(--color-success);color:#166534}.alert-error{background-color:#fef2f2;border-left-color:var(--color-error);color:#991b1b}.alert-warning{background-color:#fffbeb;border-left-color:var(--color-warning);color:#92400e}.alert-info{background-color:#f0f9ff;border-left-color:#3b82f6;color:#0c2340}.toast{position:fixed;bottom:var(--spacing-xl);right:var(--spacing-xl);max-width:400px;padding:var(--spacing-lg);border-radius:0;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1000}.toast-success{background-color:var(--color-success);color:var(--color-white)}.toast-error{background-color:var(--color-error);color:var(--color-white)}.grid{display:grid;grid-gap:var(--spacing-xl);gap:var(--spacing-xl)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.nav-links{gap:var(--spacing-lg)}h1{font-size:2rem}h2{font-size:1.5rem}}.container{max-width:1200px}.container,.container-sm{margin:0 auto;padding:0 var(--spacing-lg)}.container-sm{max-width:600px}.text-center{text-align:center}.text-secondary{color:var(--color-secondary)}.text-muted{color:var(--color-inactive)}.text-orange{color:var(--color-orange)}.font-mono{font-family:var(--font-mono);font-weight:500}.mt-xs{margin-top:var(--spacing-xs)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mb-xs{margin-bottom:var(--spacing-xs)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}main{background-color:var(--color-white);min-height:calc(100vh - 80px)}footer{border-top:1px solid var(--color-border);padding:var(--spacing-2xl) var(--spacing-xl);background-color:#fafafa;text-align:center;color:var(--color-secondary);font-size:.9rem}footer a{color:var(--color-orange)}footer a:hover{color:#d4571f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-down{animation:slideDown .3s ease}@font-face{font-family:__Cormorant_Garamond_682e08;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a2d129db5d59da79-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_682e08;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8f733f73cb036450-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_682e08;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/25daf57490523afa-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_682e08;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8198f5f88e082d16-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_682e08;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/58e15ce3f60c02ac-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_682e08;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_682e08{font-family:__Cormorant_Garamond_682e08,__Cormorant_Garamond_Fallback_682e08;font-weight:600;font-style:normal}.__variable_682e08{--font-cormorant:"__Cormorant_Garamond_682e08","__Cormorant_Garamond_Fallback_682e08"}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_3eb911;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_3eb911{font-family:__Inter_3eb911,__Inter_Fallback_3eb911;font-style:normal}.__variable_3eb911{--font-inter:"__Inter_3eb911","__Inter_Fallback_3eb911"}