@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";#root{width:100%;min-height:100vh;margin:0;padding:0}:root{--primary: #0f172a;--primary-light: #1e293b;--accent: #2563eb;--accent-hover: #1d4ed8;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--bg: #f8fafc;--glass: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--primary);line-height:1.5;-webkit-font-smoothing:antialiased}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-subtle{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}.glass-panel{background:var(--glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--shadow);border-radius:24px}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(at 0% 0%,rgba(37,99,235,.05) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(16,185,129,.05) 0px,transparent 50%)}.auth-card{width:100%;max-width:440px;padding:3rem 2.5rem}.logo-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem}.logo-auth{max-width:220px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}.welcome-title{font-size:1.25rem;font-weight:600;color:var(--primary);line-height:1.4;max-width:320px;margin:0 auto}.input-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--primary)}.input-primitive{width:100%;height:3.5rem;padding:0 1.25rem;border-radius:14px;border:1px solid #e2e8f0;background:#fff;font-size:1rem;color:var(--primary);transition:all .2s cubic-bezier(.4,0,.2,1)}.input-primitive:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #2563eb14;transform:translateY(-1px)}.btn-premium{width:100%;height:3.5rem;border-radius:14px;border:none;background:var(--primary);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-premium:hover{background:#000;box-shadow:0 10px 20px -5px #0003;transform:translateY(-2px)}.btn-premium:active{transform:translateY(0)}.header-premium{height:80px;background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);position:sticky;top:0;z-index:100;width:100%}.header-content{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.logo-header{height:32px;width:auto}.tracking-board{max-width:1200px;margin:3rem auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.stepper-container{padding:3rem 0;margin-bottom:2.5rem;width:100%}.stepper-scroll-area{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem 0 3rem}.horizontal-stepper{display:flex;justify-content:space-between;min-width:1300px;position:relative;padding:0 60px;margin:0 auto}@media(max-width:768px){.auth-card{padding:2.5rem 1.5rem}.header-premium{height:auto;padding:1rem 0}.header-content{flex-direction:column;gap:1rem}.header-user-info{padding-right:0!important;border-right:none!important;text-align:center!important}.tracking-board{margin:1.5rem auto}.stepper-container{padding:2rem 1rem}.horizontal-stepper{min-width:1100px}.step-node{width:80px}.step-indicator{width:36px;height:36px;border-radius:12px}.step-name{font-size:.65rem}.stepper-line{top:18px;left:50px;right:50px}.card-title{font-size:1rem}.info-grid{grid-template-columns:1fr}.status-badge{font-size:.65rem;padding:.25rem .6rem;display:inline-block;max-width:90%;line-height:1.4}.stepper-title{font-size:1.25rem!important;margin-top:.75rem!important}.stepper-container{padding:1.5rem .5rem!important}}.stepper-line{position:absolute;top:24px;left:80px;right:80px;height:1px;background:#f1f5f9;z-index:0}@keyframes shimmer-line{0%{background-position:-200% 0}to{background-position:200% 0}}.stepper-line-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#22c55e,#4ade80,#22c55e);background-size:200% 100%;animation:shimmer-line 3s infinite linear;transition:width .8s cubic-bezier(.16,1,.3,1)}.step-node{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;width:100px}.step-indicator{width:48px;height:48px;border-radius:16px;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .4s cubic-bezier(.16,1,.3,1);color:#94a3b8}@keyframes pulse-accent{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 12px #2563eb00}to{box-shadow:0 0 #2563eb00}}.step-node.active .step-indicator{border-color:var(--accent);background:var(--accent);color:#fff;transform:scale(1.1);animation:pulse-accent 2s infinite}.step-node.completed .step-indicator{border-color:var(--success);background:var(--success);color:#fff}.step-node.locked .step-indicator{background:#f8fafc;border:2px solid #e2e8f0;color:#cbd5e1;filter:grayscale(1);opacity:.5}.step-node.locked .step-name{color:#94a3b8}.step-lock-msg{font-size:.65rem;font-weight:500;color:#94a3b8;margin-top:.5rem;font-style:italic;line-height:1.2;max-width:140px}.step-name{font-size:.8125rem;font-weight:600;color:#64748b;white-space:normal;text-align:center;max-width:120px;line-height:1.3;transition:color .3s}.step-node.active .step-name{color:var(--primary);font-size:.8125rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card-title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.status-badge{padding:.375rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.status-active{background:#2563eb1a;color:var(--accent)}
