@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:2rem}.auth-card{background:var(--bg-card);padding:3rem;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-primary:hover{background-color:var(--color-forest-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary:active{transform:translateY(0)}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:280px;background-color:var(--color-forest);color:white;padding:2rem 1.5rem;display:flex;flex-direction:column}.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:3rem 4rem;max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.header-title{font-size:2rem;font-weight:700;color:var(--color-forest)}.user-profile{gap:1rem}.user-avatar,.user-profile{display:flex;align-items:center}.user-avatar{width:40px;height:40px;border-radius:var(--radius-full);background-color:var(--color-sage);color:white;justify-content:center;font-weight:600}.card{background:var(--bg-card);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.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}@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"}