*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#0f172a;background-color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.dash-shell{display:flex;height:100vh;overflow:hidden;background:#f1f5f9}.dash-sidebar{width:240px;min-height:100vh;background:#0f172a;display:flex;flex-direction:column;flex-shrink:0;transition:transform .25s ease;z-index:100}.dash-sidebar-logo{padding:22px 20px 18px;border-bottom:1px solid rgba(255,255,255,.07)}.dash-sidebar-logo-text{font-size:20px;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.dash-sidebar-logo-sub{font-size:11px;color:#ffffff59;margin-top:2px;letter-spacing:.4px}.dash-nav{flex:1;padding:14px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.dash-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#fff9;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.dash-nav-item:hover{background:#ffffff12;color:#ffffffe6}.dash-nav-item.active{background:#2563eb40;color:#93c5fd;font-weight:600}.dash-nav-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.dash-sidebar-footer{padding:14px 10px;border-top:1px solid rgba(255,255,255,.07);font-size:12px;color:#ffffff40;text-align:center}.dash-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:99}.dash-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.dash-topbar{height:62px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0;box-shadow:0 1px 3px #0000000a}.dash-topbar-left{display:flex;align-items:center;gap:14px}.dash-hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px;color:#64748b;font-size:20px;line-height:1;border-radius:6px}.dash-hamburger:hover{background:#f1f5f9;color:#0f172a}.dash-topbar-title{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.dash-topbar-right{display:flex;align-items:center;gap:12px}.dash-topbar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;flex-shrink:0}.dash-logout-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:13px;font-weight:500;transition:background .15s}.dash-logout-btn:hover{background:#fee2e2}.dash-content{flex:1;overflow-y:auto;padding:28px 32px}.page-header{margin-bottom:24px}.page-title{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.4px}.page-subtitle{font-size:14px;color:#64748b;margin-top:4px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px}.stat-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #00000012}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.stat-icon.blue{background:#eff6ff}.stat-icon.purple{background:#f5f3ff}.stat-icon.green{background:#f0fdf4}.stat-icon.amber{background:#fffbeb}.stat-value{font-size:26px;font-weight:800;color:#0f172a;line-height:1}.stat-label{font-size:13px;color:#64748b;margin-top:3px}.action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:28px}.action-card{background:#fff;border-radius:14px;padding:24px;border:1px solid #e2e8f0;cursor:pointer;transition:box-shadow .2s,transform .15s;text-align:left}.action-card:hover{box-shadow:0 8px 24px #00000017;transform:translateY(-2px)}.action-card-icon{font-size:32px;margin-bottom:14px}.action-card-title{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}.action-card-desc{font-size:13px;color:#64748b;line-height:1.5}.action-card-arrow{margin-top:16px;font-size:13px;color:#2563eb;font-weight:600}.card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .form-field-full{grid-column:1 / -1}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:#374151}.form-input,.form-select{padding:10px 13px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:14px;color:#0f172a;background:#fafafa;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.form-input::placeholder{color:#b0b7c3}.form-input:focus,.form-select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:10px;font-size:14.5px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 3px 10px #2563eb4d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 16px #2563eb66}.btn-primary:active:not(:disabled){transform:none;box-shadow:0 2px 6px #2563eb40}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background:#fff;color:#374151;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-success{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#16a34a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.btn-success:hover{background:#15803d}.btn-danger{display:inline-flex;align-items:center;padding:8px 14px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}.btn-danger:hover{background:#fee2e2}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:11px 14px;border-radius:9px;font-size:13.5px;display:flex;align-items:center;gap:8px;margin-bottom:16px}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:11px 14px;border-radius:9px;font-size:13.5px;display:flex;align-items:center;gap:8px;margin-top:12px}.spinner{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.spinner-dark{border-color:#2563eb4d;border-top-color:#2563eb}.result-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-top:28px}.result-box-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}.result-box-title{font-size:16px;font-weight:700;color:#0f172a}.result-box-actions{display:flex;gap:8px;flex-wrap:wrap}.result-text{white-space:pre-wrap;line-height:1.75;font-size:14px;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;font-family:Georgia,Times New Roman,serif}.history-list{display:flex;flex-direction:column;gap:16px}.history-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.history-card-header{padding:18px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;transition:background .15s}.history-card-header:hover{background:#f8fafc}.history-card-topic{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px}.history-card-meta{font-size:13px;color:#64748b;display:flex;flex-wrap:wrap;gap:8px}.history-meta-chip{background:#f1f5f9;padding:2px 9px;border-radius:20px;font-size:12px;color:#475569}.history-card-date{font-size:12px;color:#94a3b8;white-space:nowrap}.history-card-body{border-top:1px solid #f1f5f9;padding:16px 22px}.section-labels{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.section-add-btn{padding:7px 16px;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;color:#2563eb;cursor:pointer;transition:all .15s}.section-add-btn:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.section-add-btn:disabled{opacity:.4;cursor:not-allowed}.section-row{display:grid;grid-template-columns:40px 1fr 80px 80px auto;gap:8px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;margin-bottom:8px}.section-badge{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.section-remove{width:30px;height:30px;border-radius:6px;background:#fee2e2;color:#dc2626;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-remove:hover{background:#fecaca}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:800;margin-bottom:16px}.profile-row{padding:12px 0;border-bottom:1px solid #f1f5f9}.profile-row:last-of-type{border-bottom:none}.profile-row-label{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.profile-row-value{font-size:15px;color:#0f172a;font-weight:500}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.badge-blue{background:#eff6ff;color:#2563eb}.badge-green{background:#f0fdf4;color:#16a34a}.badge-purple{background:#f5f3ff;color:#7c3aed}.section-divider-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin:20px 0 10px}@media(max-width:900px){.form-grid{grid-template-columns:1fr}.form-grid .form-field-full{grid-column:1}}@media(max-width:768px){.dash-sidebar{position:fixed;left:0;top:0;height:100%;transform:translate(-100%)}.dash-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0003}.dash-overlay.open{display:block}.dash-hamburger{display:flex}.dash-content{padding:20px 16px}.dash-topbar{padding:0 16px}.section-row{grid-template-columns:32px 1fr 70px 70px auto;font-size:13px}.stat-grid{grid-template-columns:1fr 1fr}.action-grid{grid-template-columns:1fr}.result-box-header{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.stat-grid{grid-template-columns:1fr}.section-row{grid-template-columns:32px 1fr auto;flex-wrap:wrap}}.splash{position:fixed;inset:0;z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#0f172a,#1e1b4b 45%,#4c1d95);animation:splashFadeIn .35s ease forwards;overflow:hidden}.splash.exit{animation:splashFadeOut .5s ease forwards}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes splashFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}.splash-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.25;pointer-events:none}.splash-orb-1{width:340px;height:340px;background:#6d28d9;top:-80px;right:-60px;animation:orbFloat1 6s ease-in-out infinite}.splash-orb-2{width:260px;height:260px;background:#2563eb;bottom:-60px;left:-40px;animation:orbFloat2 7s ease-in-out infinite}.splash-orb-3{width:180px;height:180px;background:#ec4899;top:40%;left:10%;animation:orbFloat3 5s ease-in-out infinite}@keyframes orbFloat1{0%,to{transform:translate(0)}50%{transform:translate(-30px,30px)}}@keyframes orbFloat2{0%,to{transform:translate(0)}50%{transform:translate(20px,-25px)}}@keyframes orbFloat3{0%,to{transform:translate(0)}50%{transform:translate(15px,20px)}}.splash-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.splash-logo{font-size:72px;margin-bottom:20px;animation:logoBounceIn .7s cubic-bezier(.34,1.56,.64,1) forwards;display:inline-block;filter:drop-shadow(0 0 24px rgba(139,92,246,.6))}@keyframes logoBounceIn{0%{opacity:0;transform:scale(.3) rotate(-10deg)}60%{opacity:1;transform:scale(1.1) rotate(3deg)}to{opacity:1;transform:scale(1) rotate(0)}}.splash-title{font-size:38px;font-weight:900;color:#fff;letter-spacing:-1px;margin:0 0 8px;animation:slideUpFade .5s .3s ease both;text-shadow:0 2px 20px rgba(139,92,246,.5)}.splash-tagline{font-size:15px;color:#ffffff9e;margin:0 0 44px;animation:slideUpFade .5s .5s ease both;letter-spacing:.3px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.splash-progress-wrap{width:220px;height:4px;background:#ffffff1f;border-radius:99px;overflow:hidden;margin-bottom:20px;animation:slideUpFade .5s .6s ease both}.splash-progress-bar{height:100%;border-radius:99px;background:linear-gradient(90deg,#818cf8,#a78bfa,#ec4899);width:0%;animation:fillBar 4.5s .3s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 0 10px #a78bfab3}@keyframes fillBar{0%{width:0%}15%{width:18%}40%{width:45%}70%{width:72%}90%{width:88%}to{width:100%}}.splash-tip{font-size:13px;color:#ffffff80;height:20px;animation:slideUpFade .5s .7s ease both;letter-spacing:.2px}.splash-tip span{display:inline-block;animation:tipFade .4s ease}@keyframes tipFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.splash-dots{display:flex;gap:7px;margin-top:32px;animation:slideUpFade .5s .8s ease both}.splash-dot{width:7px;height:7px;border-radius:50%;background:#ffffff4d}.splash-dot:nth-child(1){animation:dotPulse 1.2s 0s ease-in-out infinite}.splash-dot:nth-child(2){animation:dotPulse 1.2s .2s ease-in-out infinite}.splash-dot:nth-child(3){animation:dotPulse 1.2s .4s ease-in-out infinite}@keyframes dotPulse{0%,to{background:#ffffff40;transform:scale(1)}50%{background:#a78bfa;transform:scale(1.4)}}.splash-brand{position:absolute;bottom:28px;left:0;right:0;text-align:center;font-size:11.5px;color:#ffffff47;letter-spacing:.5px;animation:slideUpFade .5s 1s ease both}*,*:before,*:after{box-sizing:border-box}.auth-page{min-height:100vh;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8faff}.auth-brand{flex:1.1;background:linear-gradient(145deg,#1e3a8a,#3730a3 45%,#6d28d9);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 52px;position:relative;overflow:hidden;color:#fff}.auth-brand:before{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#ffffff0f}.auth-brand:after{content:"";position:absolute;bottom:-100px;left:-60px;width:360px;height:360px;border-radius:50%;background:#ffffff0d}.auth-brand-logo{font-size:52px;margin-bottom:16px;position:relative;z-index:1}.auth-brand-title{font-size:36px;font-weight:800;letter-spacing:-.5px;margin:0 0 10px;position:relative;z-index:1}.auth-brand-sub{font-size:17px;color:#ffffffc7;margin:0 0 44px;line-height:1.5;position:relative;z-index:1}.auth-features{display:flex;flex-direction:column;gap:18px;position:relative;z-index:1}.auth-feature-item{display:flex;align-items:center;gap:14px;font-size:15px;color:#ffffffe0}.auth-feature-icon{width:40px;height:40px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.auth-form-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 32px;background:#fff;overflow-y:auto}.auth-card{width:100%;max-width:420px}.auth-card-heading{font-size:26px;font-weight:800;color:#111827;margin:0 0 6px;letter-spacing:-.3px}.auth-card-desc{font-size:14px;color:#6b7280;margin:0 0 28px}.auth-tabs{display:flex;background:#f1f5f9;border-radius:10px;padding:4px;margin-bottom:28px;gap:4px}.auth-tab{flex:1;padding:9px 12px;border:none;background:transparent;border-radius:7px;font-size:13.5px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.auth-tab:hover:not(:disabled){color:#374151;background:#fff9}.auth-tab.active{background:#fff;color:#1e3a8a;font-weight:600;box-shadow:0 1px 4px #0000001a}.auth-tab:disabled{opacity:.45;cursor:not-allowed}.auth-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px}.auth-step-item{display:flex;align-items:center;gap:0}.auth-step-dot{width:28px;height:28px;border-radius:50%;border:2px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#9ca3af;transition:all .25s ease}.auth-step-dot.done{background:#2563eb;border-color:#2563eb;color:#fff}.auth-step-dot.current{background:#fff;border-color:#2563eb;color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-step-label{font-size:11px;margin-top:4px;color:#9ca3af;font-weight:500;transition:color .2s}.auth-step-label.current{color:#2563eb}.auth-step-label.done{color:#374151}.auth-step-line{width:40px;height:2px;background:#e5e7eb;margin:0 4px 14px;transition:background .25s}.auth-step-line.done{background:#2563eb}.auth-step-wrap{display:flex;flex-direction:column;align-items:center}.auth-field{margin-bottom:16px}.auth-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.auth-input{width:100%;padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14.5px;color:#111827;background:#fafafa;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.auth-input::placeholder{color:#b0b7c3}.auth-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.auth-pass-wrap{position:relative}.auth-pass-wrap .auth-input{padding-right:44px}.auth-eye{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;color:#9ca3af;font-size:16px;background:none;border:none;padding:0;line-height:1;transition:color .15s}.auth-eye:hover{color:#374151}.auth-btn{width:100%;padding:13px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #2563eb59;letter-spacing:.2px;margin-top:4px}.auth-btn:hover:not(:disabled){box-shadow:0 6px 20px #2563eb73;transform:translateY(-1px)}.auth-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb4d}.auth-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:11px 14px;border-radius:9px;font-size:13.5px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.auth-footer{text-align:center;margin-top:22px;font-size:13.5px;color:#6b7280}.auth-link{color:#2563eb;font-weight:600;cursor:pointer;text-decoration:none;background:none;border:none;padding:0;font-size:inherit}.auth-link:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#d1d5db;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}@keyframes spin{to{transform:rotate(360deg)}}.auth-spinner{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin-right:8px;vertical-align:middle}@media(max-width:900px){.auth-brand{padding:44px 36px}.auth-brand-title{font-size:30px}}@media(max-width:700px){.auth-page{flex-direction:column}.auth-brand{flex:none;padding:32px 24px 36px;align-items:center;text-align:center}.auth-brand-logo{font-size:40px;margin-bottom:10px}.auth-brand-title{font-size:26px;margin-bottom:6px}.auth-brand-sub{font-size:14px;margin-bottom:0}.auth-features{display:none}.auth-form-panel{padding:32px 20px 40px;justify-content:flex-start}.auth-card{max-width:100%}.auth-card-heading{font-size:22px}}@media(max-width:380px){.auth-step-line{width:24px}.auth-tab{font-size:12.5px;padding:8px}}.tour-backdrop{position:fixed;inset:0;background:#0a1432a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;animation:tourFadeIn .3s ease}@keyframes tourFadeIn{0%{opacity:0}to{opacity:1}}.tour-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:36px 32px 24px;position:relative;box-shadow:0 24px 64px #00000038;animation:tourSlideUp .35s cubic-bezier(.34,1.56,.64,1)}@keyframes tourSlideUp{0%{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.tour-close{position:absolute;top:14px;right:18px;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.tour-close:hover{background:#e2e8f0;color:#1e293b}.tour-slide{min-height:220px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .22s ease,transform .22s ease}.tour-slide-exit{opacity:0;transform:translate(-16px)}.tour-slide-enter{opacity:1;transform:translate(0)}.tour-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.tour-title{font-size:22px;font-weight:800;margin:0 0 10px;letter-spacing:-.3px}.tour-desc{font-size:14.5px;color:#475569;line-height:1.6;margin:0 0 18px}.tour-highlights{display:flex;flex-direction:column;gap:7px;width:100%;text-align:left}.tour-highlight-item{font-size:13.5px;color:#334155;background:#f8fafc;border-radius:8px;padding:8px 14px;font-weight:500}.tour-dots{display:flex;justify-content:center;gap:7px;margin:22px 0 18px}.tour-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;transition:all .2s;padding:0}.tour-dot.active{width:22px;border-radius:4px}.tour-nav{display:flex;gap:10px;justify-content:center}.tour-btn-ghost{padding:10px 22px;border:1.5px solid #e2e8f0;border-radius:10px;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.tour-btn-ghost:hover:not(:disabled){background:#f1f5f9;color:#1e293b}.tour-btn-ghost:disabled{opacity:.35;cursor:default}.tour-btn-primary{padding:10px 28px;border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .15s,transform .15s;box-shadow:0 4px 14px #0000002e}.tour-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.tour-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid #f1f5f9}.tour-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-skip{background:none;border:none;color:#94a3b8;font-size:13px;cursor:pointer;padding:0;transition:color .15s}.tour-skip:hover{color:#475569}@media(max-width:520px){.tour-modal{padding:28px 20px 20px;border-radius:16px}.tour-title{font-size:19px}.tour-desc{font-size:13.5px}}.auth-legal-link{font-size:12px;font-weight:600;text-decoration:none;padding:5px 10px;border-radius:20px;transition:all .22s ease;display:inline-block}.auth-legal-link.privacy{color:#2563eb;background:#2563eb17;border:1px solid rgba(37,99,235,.2)}.auth-legal-link.privacy:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb59}.auth-legal-link.terms{color:#7c3aed;background:#7c3aed17;border:1px solid rgba(124,58,237,.2)}.auth-legal-link.terms:hover{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed59}.google-signin-wrap{margin-bottom:4px;display:flex;flex-direction:column;align-items:stretch}.google-signin-wrap>div{width:100%!important}.google-signin-loading{display:flex;align-items:center;gap:10px;justify-content:center;padding:10px;color:#64748b;font-size:14px}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0 12px;color:#94a3b8;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-divider span{white-space:nowrap}
