.header{background:linear-gradient(135deg,#667eea26,#764ba226);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 0;box-shadow:0 2px 8px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-left{display:flex;flex-direction:column;gap:.25rem}.header-title{font-size:1.75rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.logo{font-size:2rem}.header-subtitle{font-size:.875rem;color:#a0a0a0;font-weight:400}.header-right{display:flex;align-items:center;gap:1rem}.version{font-size:.875rem;color:gray;font-weight:500}.user-menu{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}.user-email{font-size:.875rem;color:#e0e0e0;font-weight:500}.user-role{font-size:.75rem;padding:.25rem .5rem;text-transform:uppercase}.settings-button{padding:.375rem .625rem;background:#60a5fa33;color:#60a5fa;border:1px solid rgba(96,165,250,.3);border-radius:.375rem;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.settings-button:hover{background:#60a5fa4d;border-color:#60a5fa80;transform:scale(1.05)}.logout-button{padding:.375rem .75rem;background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.logout-button:hover{background:#ef44444d;border-color:#ef444480;color:#fef2f2}@media (max-width: 768px){.header-content{flex-direction:column;align-items:flex-start}.header-right,.user-menu{width:100%;justify-content:space-between}}.login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#020617,#030712,#000);z-index:0}.login-background:before{content:"";position:absolute;top:-10%;right:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(37,99,235,.3) 0%,rgba(29,78,216,.15) 40%,transparent 70%);filter:blur(80px);pointer-events:none}.login-background:after{content:"";position:absolute;bottom:-10%;left:-10%;width:50%;height:50%;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,rgba(96,165,250,.1) 40%,transparent 70%);filter:blur(70px);pointer-events:none}.login-container{position:relative;z-index:1;width:100%;max-width:480px}.login-content{display:flex;flex-direction:column;gap:2rem}.login-header{text-align:center}.login-logo{font-size:2.5rem;font-weight:700;letter-spacing:.02em;margin-bottom:.5rem;background:linear-gradient(135deg,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:.9375rem;color:#9ca3af;font-weight:400;margin:0}.login-card{background:#111827b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);border-radius:1rem;padding:2.5rem;box-shadow:0 4px 24px #0000004d,0 0 0 1px #3b82f61a}.login-title{font-size:1.5rem;font-weight:600;color:#f3f4f6;margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-label{font-size:.875rem;font-weight:500;color:#d1d5db}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;color:#f3f4f6;background:#1f293799;border:1px solid rgba(75,85,99,.6);border-radius:.5rem;transition:all .3s ease;outline:none}.form-input::placeholder{color:#6b7280}.form-input:focus{background:#1f2937cc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.login-button:disabled{background:linear-gradient(135deg,#1e40af,#1e3a8a);cursor:not-allowed;opacity:.7}.login-error{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#fca5a5;font-size:.875rem}.login-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem}@media (max-width: 640px){.login-card{padding:1.75rem 1.25rem}.login-logo{font-size:2rem}.login-title{font-size:1.25rem}}.onboarding-card{position:relative;background:linear-gradient(135deg,#1e1b4bf2,#141230f2);border:1px solid rgba(139,92,246,.3);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #8b5cf626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.onboarding-card:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.onboarding-dismiss{position:absolute;top:1rem;right:1rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:8px;color:#c4b5fd;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;transition:all .2s ease;z-index:10}.onboarding-dismiss:hover{background:#8b5cf633;border-color:#8b5cf680;transform:scale(1.1)}.onboarding-header{text-align:center;margin-bottom:2rem}.onboarding-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.onboarding-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.onboarding-subtitle{font-size:1rem;color:#a78bfa;margin:0}.onboarding-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.onboarding-step{display:flex;gap:1rem;padding:1.25rem;background:#8b5cf60d;border:1px solid rgba(139,92,246,.2);border-radius:12px;transition:all .3s ease}.onboarding-step:hover{background:#8b5cf61a;border-color:#8b5cf666;transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf633}.step-number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #8b5cf666}.step-content{flex:1}.step-title{font-size:1.125rem;font-weight:600;color:#e9d5ff;margin:0 0 .5rem}.step-description{font-size:.9375rem;color:#c4b5fd;line-height:1.6;margin:0}.step-description strong{color:#ddd6fe;font-weight:600}.onboarding-footer{padding-top:1.5rem;border-top:1px solid rgba(139,92,246,.2)}.onboarding-badge{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.3);border-radius:8px;color:#fde68a;font-size:.9375rem;line-height:1.6}.badge-icon{font-size:1.5rem;flex-shrink:0}.onboarding-badge strong{color:#fef3c7;font-weight:600}@media (max-width: 768px){.onboarding-card{padding:1.5rem}.onboarding-title{font-size:1.5rem}.onboarding-subtitle{font-size:.9375rem}.onboarding-steps{grid-template-columns:1fr;gap:1rem}.onboarding-step{padding:1rem}.step-number{width:36px;height:36px;font-size:1.125rem}.step-title{font-size:1rem}.step-description{font-size:.875rem}.onboarding-badge{font-size:.875rem;padding:.875rem}}@media (max-width: 480px){.onboarding-card{padding:1.25rem;border-radius:12px}.onboarding-icon{font-size:2.5rem}.onboarding-dismiss{width:28px;height:28px;font-size:1.125rem}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#020617,#000);padding:2rem 1rem;position:relative;overflow:hidden}.settings-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 50%,rgba(96,165,250,.1) 0%,transparent 50%);pointer-events:none;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.settings-container{max-width:700px;margin:0 auto;position:relative;z-index:1}.settings-header{margin-bottom:2rem;text-align:center}.back-button{position:absolute;left:0;top:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#60a5fa;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#60a5fa33;border-color:#60a5fa;transform:translate(-2px)}.settings-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.settings-subtitle{color:#fff9;font-size:1rem;margin:0}.settings-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d;margin-bottom:1.5rem}.card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h2{color:#fff;font-size:1.5rem;margin:0 0 .5rem}.card-description{color:#fff9;font-size:.9rem;margin:0}.user-info{background:#60a5fa1a;border:1px solid rgba(96,165,250,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;padding:.5rem 0}.info-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.info-label{color:#fff9;font-weight:500}.info-value{color:#60a5fa;font-weight:600}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.alert-icon{font-size:1.2rem;font-weight:700}.alert-success{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac}.alert-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#ffffffe6;font-weight:500;font-size:.95rem}.required{color:#f87171}.form-group input{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#60a5fa;background:#60a5fa1a;box-shadow:0 0 0 3px #60a5fa1a}.form-group input::placeholder{color:#fff6}.form-group input:disabled{opacity:.5;cursor:not-allowed}.form-group input.error{border-color:#f87171;background:#ef44441a}.field-error{color:#fca5a5;font-size:.85rem;margin-top:-.25rem}.field-hint{color:#ffffff80;font-size:.85rem}.form-actions{margin-top:.5rem}.btn-primary{width:100%;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border:none;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #60a5fa4d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 16px #60a5fa66;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.security-tips{background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:12px;padding:1.5rem}.security-tips h3{color:#c084fc;font-size:1.1rem;margin:0 0 1rem}.security-tips ul{margin:0;padding-left:1.5rem;color:#ffffffb3;line-height:1.8}.security-tips li{margin-bottom:.5rem}.security-tips li::marker{color:#a855f7}@media (max-width: 768px){.settings-page{padding:1rem .5rem}.settings-header h1{font-size:2rem}.settings-card{padding:1.5rem}.back-button{position:static;display:block;width:fit-content;margin-bottom:1rem}.info-row{flex-direction:column;gap:.25rem}}@media (max-width: 480px){.settings-header h1{font-size:1.75rem}.settings-card{padding:1rem}.form-group input{font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e1e2e,#2d2d44);color:#e0e0e0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#f0f0f0}.container{max-width:1200px;margin:0 auto;padding:2rem;flex:1}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{border-color:#fff3;box-shadow:0 6px 12px #0006;transition:all .3s ease}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003}button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button.secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}button.secondary:hover{background:#ffffff26}input,textarea,select{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#e0e0e0;font-size:1rem;margin-bottom:1rem;transition:all .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea33}label{display:block;margin-bottom:.5rem;font-weight:500;color:#d0d0d0}table{width:100%;border-collapse:collapse;margin-top:1rem}thead{background:#ffffff0d}th{padding:1rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid rgba(255,255,255,.2)}td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}tr:hover{background:#ffffff08}.badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;background:#667eea33;color:#a5b4fc;border:1px solid rgba(102,126,234,.3)}.badge.success{background:#22c55e33;color:#86efac;border-color:#22c55e4d}.badge.warning{background:#fbbf2433;color:#fcd34d;border-color:#fbbf244d}.badge.error{background:#ef444433;color:#fca5a5;border-color:#ef44444d}.loading{text-align:center;padding:3rem;color:#a0a0a0}.loading:after{content:"...";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:1rem;border-radius:8px;margin-bottom:1rem}a{color:#a5b4fc;text-decoration:none;transition:color .3s ease}a:hover{color:#c7d2fe;text-decoration:underline}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}
