.signin-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.signin-card{background:white;padding:3rem;border-radius:12px;box-shadow:0 10px 40px #0003;text-align:center;max-width:400px;width:90%}.signin-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.5rem}.signin-logo{width:64px;height:64px;border-radius:14px}.signin-card h1{font-size:1.75rem;margin:0;color:#333}.signin-card p{color:#666;margin-bottom:2rem}.auth-error{background:#fee;color:#c33;padding:1rem;border-radius:6px;border-left:4px solid #c33;margin:1rem 0;font-size:.95rem;text-align:left}.signin-button{display:flex;justify-content:center;margin-top:2rem}.google-signin-btn{display:flex;align-items:center;gap:12px;padding:12px 24px;background:white;border:1px solid #dadce0;border-radius:8px;font-size:1rem;font-weight:500;color:#3c4043;cursor:pointer;transition:box-shadow .2s,background .2s}.google-signin-btn:hover:not(:disabled){box-shadow:0 1px 6px #00000026;background:#f8f9fa}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{flex-shrink:0}.phone-device{display:flex;justify-content:center}.phone-frame{width:180px;background:linear-gradient(145deg,#2d2d2d,#1a1a1a);border-radius:24px;padding:8px;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff1a;position:relative}.phone-speaker{width:40px;height:4px;background:#111;border-radius:2px;margin:6px auto 4px}.phone-camera{width:8px;height:8px;background:#111;border-radius:50%;position:absolute;top:10px;right:30px;box-shadow:inset 0 0 2px #6464ff80}.phone-screen{background:linear-gradient(180deg,#1e1e2e,#0f0f1a);border-radius:16px;min-height:260px;display:flex;flex-direction:column;overflow:hidden}.screen-header{display:flex;align-items:center;gap:6px;padding:10px 12px;background:rgba(0,0,0,.3)}.status-indicator{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.status-connected{background:#22c55e;box-shadow:0 0 8px #22c55e}.status-indicator.status-disconnected{background:#6b7280;animation:none}.status-indicator.status-busy{background:#f59e0b;box-shadow:0 0 8px #f59e0b}.status-indicator.status-scraping{background:#8b5cf6;box-shadow:0 0 8px #8b5cf6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-text.status-connected{color:#22c55e}.status-text.status-disconnected{color:#6b7280}.status-text.status-busy{color:#f59e0b}.status-text.status-scraping{color:#8b5cf6}.device-country-flag{margin-left:auto;font-size:1rem}.device-name{font-size:.85rem;font-weight:700;color:#e2e8f0;text-align:center;letter-spacing:.5px}.ip-address{font-family:SF Mono,Monaco,Courier New,monospace;font-size:.65rem;color:#94a3b8}.screen-content{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px}.device-id-row{display:flex;align-items:center;gap:6px}.device-id-display{flex:1;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.8rem;font-weight:700;color:#fff;background:rgba(99,102,241,.2);padding:8px;border-radius:8px;text-align:center;border:1px solid rgba(99,102,241,.3);word-break:break-all}.copy-btn{width:28px;height:28px;border:none;background:rgba(255,255,255,.1);border-radius:6px;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.copy-btn:hover{background:rgba(255,255,255,.2)}.copy-btn.copied{background:rgba(34,197,94,.3);color:#22c55e}.status-message{font-size:.7rem;color:#a1a1aa;line-height:1.4;text-align:center}.device-detail{display:flex;align-items:center;gap:6px;font-size:.7rem;color:#d1d5db;background:rgba(255,255,255,.05);padding:6px 8px;border-radius:6px}.detail-icon{font-size:.8rem}.app-name{color:#a78bfa;font-weight:500}.scraping-btn{margin-top:4px;padding:6px 10px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;border-radius:8px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.scraping-btn:hover{background:linear-gradient(135deg,#7c3aed,#5b21b6);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.screen-footer{padding:8px 12px;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:6px}.updated-label{font-size:.6rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.update-time{font-size:.7rem;color:#d1d5db;font-weight:500}.phone-home-button{width:36px;height:36px;background:linear-gradient(145deg,#333,#222);border-radius:50%;margin:8px auto 4px;border:2px solid #444}.phone-device.status-connected .phone-frame{box-shadow:0 10px 30px #0000004d,0 0 20px #22c55e26,inset 0 1px #ffffff1a}.phone-device.status-busy .phone-frame{box-shadow:0 10px 30px #0000004d,0 0 20px #f59e0b26,inset 0 1px #ffffff1a}.phone-device.status-scraping .phone-frame{box-shadow:0 10px 30px #0000004d,0 0 20px #8b5cf633,inset 0 1px #ffffff1a}.phone-device.status-disconnected .phone-frame{opacity:.7}.scraping-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.scraping-dialog{background:white;border-radius:16px;padding:24px;width:380px;max-width:90vw;box-shadow:0 20px 60px #0000004d}.dialog-header{margin-bottom:20px}.dialog-header h3{margin:0 0 4px;font-size:1.1rem;color:#1e293b}.dialog-device-id{font-family:SF Mono,Monaco,monospace;font-size:.75rem;color:#7c3aed;background:rgba(124,58,237,.1);padding:2px 8px;border-radius:4px}.dialog-field{margin-bottom:16px}.dialog-field label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:6px}.dialog-field select,.dialog-field input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.dialog-field select:focus,.dialog-field input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.dialog-error{padding:8px 12px;background:#fef2f2;color:#dc2626;border-radius:6px;font-size:.8rem;margin-bottom:16px;border-left:3px solid #dc2626}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.dialog-cancel{padding:10px 20px;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.dialog-cancel:hover{background:#e2e8f0}.dialog-submit{padding:10px 20px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.dialog-submit:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#5b21b6)}.dialog-submit:disabled{opacity:.5;cursor:not-allowed}.operations-chat{width:340px;background:white;border-radius:12px;box-shadow:0 2px 12px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 180px);max-height:700px;position:sticky;top:1rem}.chat-header{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}.env-badge-row{display:flex;align-items:center}.env-badge{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.env-badge.dev{background:rgba(245,158,11,.1);color:#d97706}.env-badge.production{background:rgba(239,68,68,.1);color:#dc2626}.ws-badge{display:flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:.7rem;font-weight:600;margin-left:auto}.ws-badge.connected{background:rgba(34,197,94,.1);color:#16a34a}.ws-badge.disconnected{background:rgba(156,163,175,.1);color:#9ca3af}.ws-dot{width:6px;height:6px;border-radius:50%}.ws-badge.connected .ws-dot{background:#22c55e;box-shadow:0 0 4px #22c55e}.ws-badge.disconnected .ws-dot{background:#9ca3af}.chat-title{padding:10px 12px;font-weight:600;font-size:.9rem;color:#374151;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f3f4f6}.env-indicator{width:8px;height:8px;border-radius:50%}.env-indicator.production{background:#ef4444;box-shadow:0 0 6px #ef444480}.env-indicator.dev{background:#f59e0b;box-shadow:0 0 6px #f59e0b80}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.events-loading,.events-empty,.events-error{display:flex;align-items:center;justify-content:center;padding:24px;font-size:.85rem;color:#9ca3af}.events-error{color:#dc2626}.date-divider{display:flex;align-items:center;gap:8px;margin:8px 0 4px}.date-divider:before,.date-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.date-divider span{font-size:.7rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.chat-message{padding:10px 12px;border-radius:8px;font-size:.85rem}.chat-message.event-item{background:#f9fafb;border-left:3px solid #d1d5db}.chat-message.event-failed{background:#fef2f2;border-left-color:#ef4444}.chat-message.event-attempt{background:#f0f9ff;border-left-color:#3b82f6}.chat-message.event-success{background:#f0fdf4;border-left-color:#22c55e}.chat-message.event-otp{background:#fffbeb;border-left-color:#f59e0b}.event-top-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.activity-icon{font-size:.85rem;flex-shrink:0}.event-title{font-weight:600;font-size:.8rem;color:#1e293b}.event-details{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.event-platform{font-size:.75rem;font-weight:600;color:#7c3aed;background:rgba(124,58,237,.1);padding:2px 8px;border-radius:4px}.event-phone{font-family:SF Mono,Monaco,monospace;font-size:.75rem;font-weight:600;color:#0369a1;background:rgba(3,105,161,.08);padding:2px 8px;border-radius:4px;cursor:pointer;transition:all .2s;user-select:none}.event-phone:hover{background:rgba(3,105,161,.15);color:#0c4a6e}.event-phone.copied{background:rgba(34,197,94,.15);color:#16a34a}.event-otp-code{font-family:SF Mono,Monaco,monospace;font-size:.8rem;font-weight:700;color:#b45309;background:rgba(245,158,11,.15);padding:3px 10px;border-radius:4px;cursor:pointer;transition:all .2s;user-select:none;letter-spacing:1px}.event-otp-code:hover{background:rgba(245,158,11,.25);color:#92400e}.event-otp-code.copied{background:rgba(34,197,94,.15);color:#16a34a}.event-error-text{font-size:.75rem;color:#dc2626;background:rgba(220,38,38,.06);padding:4px 8px;border-radius:4px;margin:4px 0;line-height:1.4}.event-actor{font-size:.7rem;color:#6b7280;margin-top:2px}.event-timestamp{font-size:.65rem;color:#9ca3af;margin-top:4px}.activity-device{font-family:SF Mono,Monaco,monospace;font-size:.7rem;color:#7c3aed;font-weight:600;background:rgba(124,58,237,.1);padding:2px 6px;border-radius:4px}.message-time{font-size:.7rem;color:#9ca3af;margin-left:auto}.chat-input{padding:10px 12px;border-bottom:1px solid #e5e7eb;display:flex;gap:8px}.chat-input input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.8rem;outline:none;transition:border-color .2s;min-width:0}.chat-input input:focus{border-color:#6366f1}.chat-input input:disabled{background:#f9fafb}.chat-input button{padding:8px 14px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .2s;flex-shrink:0}.chat-input button:hover:not(:disabled){background:#4f46e5}.chat-input button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.operations-chat{width:100%;max-height:400px;position:static}}.device-farm-layout{display:flex;gap:1.5rem;height:100%}.device-farm-main{flex:1;min-width:0}.device-farm-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.header-left{display:flex;flex-direction:column;gap:.5rem}.device-farm-header h2{margin:0;color:#333;font-size:1.5rem}.status-summary{display:flex;gap:1rem}.summary-item{font-size:.875rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.summary-item.connected{background:#dcfce7;color:#166534}.summary-item.busy{background:#fef3c7;color:#92400e}.summary-item.scraping{background:#f3e8ff;color:#6d28d9}.summary-item.disconnected{background:#f3f4f6;color:#6b7280}.reset-all-button{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.reset-all-button:hover:not(:disabled){background:#dc2626}.reset-all-button:disabled{background:#fca5a5;cursor:not-allowed}.error-message{margin-bottom:1.5rem;padding:1rem 1.5rem;background:#fff3cd;color:#856404;border-radius:6px;border-left:4px solid #ffc107}.device-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;justify-items:center}.loading,.no-devices{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:1.25rem;color:#666}@media (max-width: 1024px){.device-farm-layout{flex-direction:column}}@media (max-width: 768px){.device-farm-header{flex-direction:column;align-items:flex-start}.device-list{grid-template-columns:1fr}.status-summary{flex-wrap:wrap}}.countries-container{width:100%}.countries-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.countries-header h2{margin:0;color:#333}.countries-list{display:flex;flex-direction:column;gap:1.5rem}.country-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.country-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #eee;margin-bottom:1rem}.country-info{display:flex;align-items:center;gap:1rem}.country-flag{font-size:3rem}.country-details h3{margin:0;font-size:1.25rem;color:#333}.country-code{color:#666;font-size:.875rem}.country-toggle{display:flex;align-items:center;gap:.75rem}.toggle-label{font-weight:500;font-size:.875rem}.toggle-label.enabled{color:#10b981}.toggle-label.disabled{color:#6b7280}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch.small{width:40px;height:22px}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch.small .toggle-slider:before{height:16px;width:16px}.toggle-switch input:checked+.toggle-slider{background-color:#7c3aed}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.toggle-switch.small input:checked+.toggle-slider:before{transform:translate(18px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.country-settings{display:flex;flex-direction:column;gap:1.5rem}.max-users-setting{display:flex;align-items:center;gap:.75rem}.max-users-setting label{font-weight:500;color:#333}.max-users-setting input{width:100px;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.max-users-setting input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed33}.points-section h4,.apps-section h4{margin:0 0 .75rem;color:#333;font-size:1rem}.points-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.points-field{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f9fafb;border-radius:6px}.points-field label{font-size:.8rem;color:#6b7280;font-weight:500}.points-field input{width:100%;padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box}.points-field input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed33}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.app-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f9fafb;border-radius:6px}.app-label{font-size:.875rem;color:#333}.text-fields-section{display:flex;flex-direction:column;gap:1rem}.text-field{display:flex;flex-direction:column;gap:.5rem}.text-field label{font-weight:600;color:#333;font-size:.95rem}.text-field textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-family:inherit;line-height:1.5;resize:vertical;box-sizing:border-box;min-height:100px}.text-field textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed33}.text-field textarea:disabled{background:#f3f4f6;cursor:not-allowed}.no-countries{display:flex;justify-content:center;align-items:center;min-height:200px;color:#666;font-size:1.125rem}@media (max-width: 768px){.country-header{flex-direction:column;align-items:flex-start;gap:1rem}.apps-grid{grid-template-columns:repeat(2,1fr)}}.settings-container{max-width:600px;margin:0 auto;padding:20px}.settings-card{background:white;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px}.settings-card h2{font-size:1.3rem;color:#1e293b;margin:0 0 24px}.settings-section{margin-bottom:28px}.settings-section:last-child{margin-bottom:0}.settings-section h3{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.setting-info{display:flex;flex-direction:column;gap:4px}.setting-label{font-size:.9rem;font-weight:600;color:#1e293b}.setting-description{font-size:.78rem;color:#94a3b8}.permission-warning{font-size:.78rem;color:#dc2626;background:rgba(220,38,38,.06);padding:8px 12px;border-radius:8px;margin-top:8px}.sound-options{display:flex;flex-direction:column;gap:10px}.sound-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s}.sound-option:hover{border-color:#c7d2fe;background:#fafafa}.sound-option.selected{border-color:#6366f1;background:rgba(99,102,241,.04)}.sound-option input[type=radio]{accent-color:#6366f1;width:16px;height:16px;flex-shrink:0}.sound-option-content{display:flex;flex-direction:column;gap:2px}.sound-option-label{font-size:.88rem;font-weight:600;color:#1e293b}.sound-option-description{font-size:.75rem;color:#94a3b8}.chaos-option.selected{border-color:#ef4444;background:rgba(239,68,68,.04);animation:chaos-pulse 1.5s ease-in-out infinite}.chaos-option.selected .sound-option-label{color:#dc2626}.chaos-option.selected input[type=radio]{accent-color:#ef4444}@keyframes chaos-pulse{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 12px 2px #ef444433}}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#6366f1}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.help-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.help-dialog{background:white;border-radius:16px;width:580px;max-width:92vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.help-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.help-header h2{margin:0;font-size:1.15rem;color:#1e293b}.help-close{width:32px;height:32px;border:none;background:#f1f5f9;border-radius:8px;font-size:1.3rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.help-close:hover{background:#e2e8f0;color:#1e293b}.help-content{padding:20px 24px;overflow-y:auto}.help-steps{margin:0;padding:0;list-style:none;counter-reset:step}.help-steps>li{counter-increment:step;position:relative;padding:12px 0 12px 40px;border-bottom:1px solid #f3f4f6}.help-steps>li:last-child{border-bottom:none}.help-steps>li:before{content:counter(step);position:absolute;left:0;top:12px;width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.step-title{font-weight:600;color:#1e293b;font-size:.9rem;margin-bottom:4px}.step-desc{font-size:.85rem;color:#64748b;line-height:1.5}.step-desc code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.8rem;color:#7c3aed;font-family:SF Mono,Monaco,monospace}.step-desc strong{color:#7c3aed}.step-substeps{padding-bottom:16px!important}.substep{display:flex;align-items:flex-start;gap:10px;margin-top:8px;font-size:.85rem;color:#64748b;line-height:1.5}.substep-app{flex-shrink:0;font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:4px;margin-top:1px}.substep-app.indrive{background:rgba(34,197,94,.1);color:#16a34a}.substep-app.ninenine{background:rgba(245,158,11,.1);color:#d97706}.anydesk-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;margin-top:8px;display:flex;flex-direction:column;gap:6px}.detail-row{display:flex;align-items:center;gap:8px;font-size:.82rem}.detail-label{color:#64748b;font-weight:500;min-width:80px}.detail-value{color:#1e293b;font-weight:600}.detail-value.mono{font-family:SF Mono,Monaco,monospace;letter-spacing:.5px}.step-desc a{color:#6366f1;text-decoration:none;font-weight:500}.step-desc a:hover{text-decoration:underline}.dashboard-container{min-height:100vh;background:#f5f7fa;display:flex;flex-direction:column}.dashboard-header{background:white;box-shadow:0 2px 4px #0000001a;padding:1.5rem 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{width:36px;height:36px;border-radius:8px}.dashboard-header h1{margin:0;color:#333;font-size:1.75rem}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%}.user-name{color:#555;font-weight:500}.help-button{width:32px;height:32px;border:2px solid #667eea;background:transparent;border-radius:50%;color:#667eea;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.help-button:hover{background:#667eea;color:#fff}.logout-button{padding:.5rem 1.25rem;border:none;border-radius:6px;background:#667eea;color:#fff;font-weight:500;cursor:pointer;transition:background .2s}.logout-button:hover{background:#5568d3}.dashboard-nav{background:white;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 2px #0000000d}.nav-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;gap:.5rem}.nav-tab{padding:1rem 1.5rem;border:none;background:transparent;color:#666;font-size:.95rem;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s;position:relative}.nav-tab:hover{color:#333;background:#f8f9fa}.nav-tab.active{color:#667eea;border-bottom-color:#667eea}.dashboard-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;align-items:flex-start}.user-info{width:100%;justify-content:space-between}.nav-content{padding:0 1rem}.dashboard-main{padding:1rem}}*{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}
