@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:104.76%}.geist_2ae47f08-module__h69qWW__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_2ae47f08-module__h69qWW__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:134.59%}.geist_mono_eb58308d-module__w_p2Lq__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_eb58308d-module__w_p2Lq__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f6fa;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.auth-container{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:40px;animation:.3s ease-out slideIn;box-shadow:0 10px 40px #0003}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}h1{text-align:center;color:#333;margin-bottom:30px;font-size:32px;font-weight:700}form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}label{color:#555;font-size:14px;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel]{color:#333;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#aaa}.helper-text{color:#666;margin-top:4px;font-size:12px}button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea66}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}button[type=submit]:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.alert{border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.alert-error{color:#c33;background-color:#fee;border:1px solid #fcc}.alert-success{color:#363;background-color:#efe;border:1px solid #cfc}.auth-footer{text-align:center;color:#666;border-top:1px solid #eee;margin-top:24px;padding-top:20px;font-size:14px}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{color:#764ba2;text-decoration:underline}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{background:#f5f5f5;min-height:100vh}.dashboard-header{background:#fff;padding:20px;box-shadow:0 2px 8px #0000001a}.dashboard-header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.dashboard-title{color:#333;font-size:24px;font-weight:700}.btn-logout{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .2s}.btn-logout:hover{background:#c82333}.dashboard-content{max-width:1200px;margin:40px auto;padding:0 20px}.card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014}.card-title{color:#333;margin-bottom:20px;font-size:20px;font-weight:600}.info-row{border-bottom:1px solid #f0f0f0;padding:12px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#555;min-width:140px;font-weight:600}.info-value{color:#333;word-break:break-all}.success-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;margin-top:24px;padding:16px;font-size:14px}@media (max-width:480px){.auth-container{padding:30px 20px}h1{font-size:28px}}.register-page{max-width:1100px;margin:0 auto;padding:32px 16px}.register-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.register-title{color:#111827;margin:0;font-size:40px;font-weight:800}.register-subtitle{color:#6b7280;margin:6px 0 0}.btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:inline-flex}.btn-primary{color:#fff;background:#111827;border-color:#111827}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:16px;padding:18px}.grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:760px){.grid-2{grid-template-columns:1fr}}.field label{color:#374151;margin-bottom:6px;font-weight:600;display:block}.field input,.field select,.field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px}.actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.auth-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.dash{width:100%;min-height:100vh;display:flex}.dash-sidebar{color:#fff;background:#111827;width:260px;padding:20px}.dash-logo{margin-bottom:18px;font-size:20px;font-weight:800}.dash-nav{flex-direction:column;gap:10px;display:flex}.dash-link{color:#fff;background:#ffffff14;border-radius:10px;padding:12px;text-decoration:none}.dash-link:hover{background:#ffffff2e}.dash-main{background:#f5f6fa;flex:1;padding:24px}
@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}.auth-container{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:40px;animation:.3s ease-out slideIn;box-shadow:0 10px 40px #0003}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}h1{text-align:center;color:#333;margin-bottom:30px;font-size:32px;font-weight:700}form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}label{color:#555;font-size:14px;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel]{color:#333;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}input::placeholder{color:#aaa}.helper-text{color:#666;margin-top:4px;font-size:12px}button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea66}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}button[type=submit]:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.alert{border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.alert-error{color:#c33;background-color:#fee;border:1px solid #fcc}.alert-success{color:#363;background-color:#efe;border:1px solid #cfc}.auth-footer{text-align:center;color:#666;border-top:1px solid #eee;margin-top:24px;padding-top:20px;font-size:14px}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{color:#764ba2;text-decoration:underline}.spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{background:#f5f5f5;min-height:100vh}.dashboard-header{background:#fff;padding:20px;box-shadow:0 2px 8px #0000001a}.dashboard-header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.dashboard-title{color:#333;font-size:24px;font-weight:700}.btn-logout{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .2s}.btn-logout:hover{background:#c82333}.dashboard-content{max-width:1200px;margin:40px auto;padding:0 20px}.card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #00000014}.card-title{color:#333;margin-bottom:20px;font-size:20px;font-weight:600}.info-row{border-bottom:1px solid #f0f0f0;padding:12px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#555;min-width:140px;font-weight:600}.info-value{color:#333;word-break:break-all}.success-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;margin-top:24px;padding:16px;font-size:14px}@media (max-width:480px){.auth-container{padding:30px 20px}h1{font-size:28px}}
