@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--color-cream:#FDFBF7;--color-cream-dark:#F3EFE9;--color-sage:#B4C4B5;--color-sage-light:#CFDCD0;--color-sage-dark:#819883;--color-forest:#2C3E32;--color-forest-dark:#1F2C23;--text-main:#333333;--text-muted:#666666;--bg-main:var(--color-cream);--bg-card:#FFFFFF;--border-color:rgba(44,62,50,0.1);--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.05),0 4px 6px -2px rgba(0,0,0,0.025);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.05),0 10px 10px -5px rgba(0,0,0,0.02);--shadow-hover:0 25px 30px -5px rgba(0,0,0,0.08),0 15px 15px -5px rgba(0,0,0,0.04);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--transition-fast:0.15s ease-out;--transition-normal:0.3s cubic-bezier(0.4,0,0.2,1);--transition-slow:0.5s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--color-forest);line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-cream) 0,var(--color-sage-light) 100%);padding:1.5rem}.auth-card{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:440px;animation:slideUp .6s var(--transition-normal)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.75rem;margin-bottom:.5rem;color:var(--color-forest)}.auth-subtitle{color:var(--text-muted);font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-forest)}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-main);transition:all var(--transition-fast)}.form-input:focus{outline:none;border-color:var(--color-sage);box-shadow:0 0 0 3px rgba(180,196,181,.3)}.form-error{color:#E53E3E;font-size:.875rem;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-normal)}.btn-primary{background-color:var(--color-forest);color:white;width:100%}.btn-secondary{background-color:var(--color-sage-light);color:var(--color-forest)}.btn-primary:hover{background-color:var(--color-forest-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary:hover{background-color:var(--color-sage);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.dashboard-layout{min-height:100vh}.dashboard-layout,.sidebar{display:flex;flex-direction:column}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background-color:var(--color-forest);color:white;padding:2rem 1.5rem;z-index:1001;transition:transform var(--transition-normal)}.sidebar.mobile-open{transform:translateX(280px)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000}.sidebar-overlay.active{display:block}.sidebar-logo{font-size:1.5rem;font-weight:700;color:var(--color-sage-light);margin-bottom:3rem;letter-spacing:-.5px}.nav-link{display:flex;align-items:center;padding:.875rem 1rem;border-radius:var(--radius-sm);color:rgba(255,255,255,.8);margin-bottom:.5rem;transition:all var(--transition-fast);font-weight:500}.nav-link.active,.nav-link:hover{background-color:rgba(255,255,255,.1);color:white;transform:translateX(4px)}.main-content{flex-grow:1;padding:1.5rem;max-width:100%;margin:0;width:100%}.dashboard-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.header-title-container{display:flex;align-items:center;gap:1rem}.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-forest)}.header-title{font-size:1.5rem;font-weight:700;color:var(--color-forest)}.header-actions{justify-content:flex-end;gap:1rem}.header-actions,.user-profile{display:flex;align-items:center}.user-profile{gap:.75rem}@media (min-width:1024px){.dashboard-layout{flex-direction:row}.sidebar{position:sticky;top:0;left:0;transform:none;height:100vh}.sidebar-overlay{display:none!important}.menu-toggle{display:none}.main-content{padding:3rem 4rem;max-width:1200px}.page-container{padding:0}.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}.header-title{font-size:2rem}.auth-card{padding:3rem}}.user-avatar{width:40px;height:40px;border-radius:var(--radius-full);background-color:var(--color-sage);color:white;display:flex;align-items:center;justify-content:center;font-weight:600}.card{background:var(--bg-card);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all var(--transition-normal)}.grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{padding:2rem}}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(44,62,50,.1);border-top:3px solid var(--color-forest);animation:spin 1s ease-in-out infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(1turn)}}.loader-container{display:flex;align-items:center;justify-content:center;min-height:100vh}.flex-col-mobile{display:flex;flex-direction:column}.table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem;border-radius:var(--radius-sm);border:1px solid var(--border-color)}table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:600px}td,th{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color)}th{background-color:var(--bg-main);font-weight:600;color:var(--color-forest)}.hidden-mobile{display:none!important}@media (min-width:768px){.flex-col-mobile{flex-direction:row}.hidden-mobile{display:block!important}.hidden-desktop{display:none!important}}.notifications-dropdown{position:absolute;top:100%;right:0;width:280px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:1000;margin-top:10px;border:1px solid var(--border-color);overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-header{padding:1rem;border-bottom:1px solid var(--border-color);font-weight:600;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;background-color:var(--bg-card)}.notifications-list{max-height:350px;overflow-y:auto}.notification-item{display:block;padding:1rem;border-bottom:1px solid var(--border-color);text-decoration:none;color:inherit;transition:background-color .2s ease}.notification-item:hover{background-color:rgba(180,196,181,.05)}.notification-item.unread{background-color:rgba(180,196,181,.08)}.notification-title{font-weight:600;font-size:.85rem;margin-bottom:.25rem;color:var(--color-forest);line-height:1.4}.notification-date{font-size:.7rem;color:var(--text-muted)}@media (max-width:768px){.notifications-dropdown{position:fixed;top:70px;right:15px;width:calc(100% - 30px);max-width:320px;z-index:1100}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}