@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&family=Poppins:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--font-primary:"Inter","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Inter","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#e9ecef;--bg-gradient-start:#f8f9fa;--bg-gradient-mid:#e9ecef;--bg-gradient-end:#dee2e6;--text-primary:#1a1f3a;--text-secondary:#495057;--text-tertiary:#6c757d;--card-bg:#ffffffe6;--card-border:#0000001a;--input-bg:#ffffffe6;--input-border:#00000026;--shadow-color:#0000001a;--scrollbar-track:#0000000d;--scrollbar-thumb:#2563eb4d;--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--primary-blue-light:#3b82f6;--primary-blue-lighter:#60a5fa;--primary-blue-lightest:#93c5fd;--success-color:#10b981;--success-dark:#059669;--error-color:#ef4444;--error-light:#fca5a5;--warning-color:#f59e0b;--header-bg:#fffc;--header-border:#0000001a;--button-bg-secondary:#2563eb1a;--button-text-secondary:#2563eb;--tag-bg:#0000000d;--tag-text:#495057;--badge-bg:#2563eb1a;--badge-text:#2563eb}[data-theme=dark]{--bg-primary:#0a0e27;--bg-secondary:#1a1f3a;--bg-tertiary:#0f172a;--bg-gradient-start:#0a0e27;--bg-gradient-mid:#1a1f3a;--bg-gradient-end:#0f172a;--text-primary:#fff;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--card-bg:#1a1f3ab3;--card-border:#2d37484d;--input-bg:#1a1f3a99;--input-border:#2d374880;--shadow-color:#0000004d;--scrollbar-track:#1a1f3a80;--scrollbar-thumb:#2563eb99;--header-bg:#0a0e27cc;--header-border:#2d37484d;--button-bg-secondary:#2563eb1a;--button-text-secondary:#60a5fa;--tag-bg:#2d374880;--tag-text:#a0aec0;--badge-bg:#2d374880;--badge-text:#a0aec0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#dee2e6);background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);background-attachment:fixed;color:#1a1f3a;color:var(--text-primary);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-primary);font-weight:400;letter-spacing:-.01em;margin:0;overflow-x:hidden;touch-action:pan-y;transition:background .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-heading);font-weight:600}@media (max-width:480px){body{font-size:15px}}@media (max-width:360px){body{font-size:14px}}#root{-webkit-overflow-scrolling:touch;box-sizing:border-box;min-height:100vh}#root,body,html{overflow-x:hidden;width:100%}body,html{max-width:100vw}.container,[class*=-container]{box-sizing:border-box;max-width:100%;overflow-x:hidden;width:100%}div,h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(37,99,235,.2);touch-action:manipulation}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000000d;background:var(--scrollbar-track);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2563eb,#1d4ed8);border:2px solid #0000000d;border:2px solid var(--scrollbar-track);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3b82f6,#2563eb)}.bottom-nav{bottom:0;left:0;padding:0 12px calc(12px + env(safe-area-inset-bottom, 0px));position:fixed;right:0;z-index:1000}.bottom-nav-inner{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:20px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:400px;padding:0 8px}[data-theme=dark] .bottom-nav-inner{background:#1e293b;border-color:#ffffff14;box-shadow:0 4px 20px #0000004d,0 2px 8px #0003}.nav-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:14px;color:#9ca3af;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:6px;height:52px;justify-content:center;max-width:72px;outline:none;padding:4px 0;transition:all .2s ease}[data-theme=dark] .nav-btn{color:#6b7280}.nav-btn:hover{background:#3b82f60f}[data-theme=dark] .nav-btn:hover{background:#3b82f61a}.nav-btn:active{transform:scale(.92)}.nav-btn.active{background:#3b82f61a;color:#3b82f6}[data-theme=dark] .nav-btn.active{background:#3b82f626}.nav-icon-box{height:28px;position:relative;width:28px}.nav-badge,.nav-icon-box{align-items:center;display:flex;justify-content:center}.nav-badge{background:#ef4444;border:2px solid #fff;border-radius:9px;box-shadow:0 2px 4px #0003;color:#fff;font-size:10px;font-weight:700;height:18px;line-height:1;min-width:18px;padding:0 4px;position:absolute;right:-6px;top:-4px}[data-theme=dark] .nav-badge{border-color:#1e293b}.nav-icon-box svg{height:24px;transition:transform .2s ease;width:24px}.nav-btn.active .nav-icon-box svg{transform:scale(1.08)}.nav-dot{display:none}.nav-text{font-size:11px;font-weight:500;letter-spacing:.2px;line-height:1;transition:all .2s ease}.nav-btn.active .nav-text{color:#3b82f6;font-weight:600}@media (max-width:400px){.bottom-nav{padding:0 8px calc(8px + env(safe-area-inset-bottom, 0px))}.bottom-nav-inner{border-radius:16px;height:60px;padding:0 4px}.nav-btn{border-radius:12px;gap:4px;height:48px}.nav-icon-box svg{height:22px;width:22px}.nav-text{font-size:10px}}@media (max-width:340px){.bottom-nav-inner{height:56px}.nav-btn{height:44px;max-width:64px}.nav-icon-box svg{height:20px;width:20px}.nav-text{font-size:9px}}@media (prefers-reduced-motion:reduce){.nav-btn,.nav-icon-box svg,.nav-text{transition:none}.nav-btn:active{transform:none}}.login-page{align-items:center;background:linear-gradient(145deg,#f0f4f8,#e2e8f0);display:flex;justify-content:center;min-height:100dvh;padding:20px}[data-theme=dark] .login-page{background:linear-gradient(145deg,#0f172a,#1e293b)}.login-content{display:flex;flex-direction:column;gap:24px;max-width:380px;width:100%}.login-header{text-align:center}.logo-container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;height:80px;justify-content:center;margin:0 auto 16px;overflow:hidden;padding:14px;width:80px}[data-theme=dark] .logo-container{background:#1e293b;box-shadow:0 4px 12px #0000004d}.logo-img{display:block;height:100%;object-fit:contain;width:100%}.brand-title{color:#1e293b;font-size:24px;font-weight:700;margin:0 0 4px}[data-theme=dark] .brand-title{color:#f1f5f9}.brand-subtitle{color:#64748b;font-size:14px;font-weight:500;margin:0}[data-theme=dark] .brand-subtitle{color:#94a3b8}.login-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f;padding:28px 24px}[data-theme=dark] .login-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}.card-header{margin-bottom:24px;text-align:center}.card-header h2{color:#1e293b;font-size:20px;font-weight:600;margin:0 0 4px}[data-theme=dark] .card-header h2{color:#f1f5f9}.card-header p{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .card-header p{color:#94a3b8}.alert{margin-bottom:20px}.login-form{display:flex;flex-direction:column;gap:18px}.form-field input{height:48px;padding:0 16px}.password-input input{padding-right:48px}.toggle-password{height:40px;transition:background .2s,color .2s;width:40px}.toggle-password:hover{color:#374151}[data-theme=dark] .toggle-password:hover{color:#e2e8f0}.form-options{display:flex;justify-content:flex-end}.forgot-link{color:#3b82f6;font-size:14px;font-weight:500;text-decoration:none}.forgot-link:hover{text-decoration:underline}.btn-submit:active:not(:disabled){transform:translateY(0)}.card-footer{margin-top:20px;padding-top:20px}.login-footer{text-align:center}.login-footer p{color:#94a3b8;font-size:12px;margin:0}@media (max-width:400px){.login-content{gap:20px}.logo-container{height:64px;width:64px}.brand-title{font-size:22px}.login-card{border-radius:16px;padding:24px 20px}.card-header h2{font-size:18px}.btn-submit,.form-field input{height:46px}}.signup-page{align-items:center;background:linear-gradient(145deg,#f0f4f8,#e2e8f0);display:flex;justify-content:center;min-height:100dvh;padding:24px 20px}[data-theme=dark] .signup-page{background:linear-gradient(145deg,#0f172a,#1e293b)}.signup-content{display:flex;flex-direction:column;gap:20px;max-width:400px;width:100%}.signup-header{text-align:center}.signup-header .logo-container{align-items:center;background:#fff;border-radius:14px;box-shadow:0 4px 12px #00000014;display:flex;height:64px;justify-content:center;margin:0 auto 12px;overflow:hidden;padding:10px;width:64px}[data-theme=dark] .signup-header .logo-container{background:#1e293b;box-shadow:0 4px 12px #0000004d}.signup-header .logo-img{height:100%;object-fit:contain;width:100%}.signup-header .brand-title{color:#1e293b;font-size:22px;font-weight:700;margin:0 0 4px}[data-theme=dark] .signup-header .brand-title{color:#f1f5f9}.signup-header .brand-subtitle{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .signup-header .brand-subtitle{color:#94a3b8}.signup-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f;padding:24px}[data-theme=dark] .signup-card{background:#1e293b;box-shadow:0 4px 20px #0000004d}.auth-tabs{background:#f1f5f9;border-radius:10px;display:flex;margin-bottom:20px;padding:4px}[data-theme=dark] .auth-tabs{background:#0f172a}.auth-tab{border-radius:8px;color:#64748b;flex:1 1;font-size:14px;font-weight:500;padding:10px;text-align:center;text-decoration:none;transition:all .2s}.auth-tab.active{background:#3b82f6;color:#fff}[data-theme=dark] .auth-tab{color:#94a3b8}.alert{border-radius:10px;margin-bottom:16px;padding:12px 14px}[data-theme=dark] .alert-error{background:#dc262626;color:#fca5a5}.alert-icon{height:18px;width:18px}.signup-form{display:flex;flex-direction:column;gap:16px}.photo-upload{justify-content:center;margin-bottom:8px}.photo-label,.photo-upload{align-items:center;display:flex}.photo-label{cursor:pointer;flex-direction:column;gap:8px;width:-webkit-fit-content;width:fit-content}.photo-circle{align-items:center;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;display:flex;flex-shrink:0;height:80px!important;justify-content:center;max-height:80px;max-width:80px;min-height:80px;min-width:80px;overflow:hidden;position:relative;transition:all .2s;width:80px!important}[data-theme=dark] .photo-circle{background:#0f172a;border-color:#475569}.photo-circle:hover{background:#eff6ff;border-color:#3b82f6}[data-theme=dark] .photo-circle:hover{background:#3b82f61a}.photo-circle svg{color:#94a3b8;height:32px;width:32px}.photo-preview{border-radius:50%;display:block;object-position:center top}.photo-edit{align-items:center;background:#3b82f6;border:2px solid #fff;border-radius:50%;bottom:-2px;display:flex;height:26px;justify-content:center;position:absolute;right:-2px;width:26px}[data-theme=dark] .photo-edit{border-color:#1e293b}.photo-edit svg{color:#fff;height:14px;width:14px}.photo-text{color:#64748b;font-size:13px;font-weight:500}[data-theme=dark] .photo-text{color:#94a3b8}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{color:#374151;font-size:14px;font-weight:500}[data-theme=dark] .form-field label{color:#e2e8f0}.form-field input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#1e293b;font-size:15px;height:46px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s;width:100%}[data-theme=dark] .form-field input{background:#0f172a;border-color:#334155;color:#f1f5f9}.form-field input::placeholder{color:#94a3b8}.form-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.field-hint{color:#94a3b8;font-size:12px}.phone-group{display:flex;gap:10px}.country-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#1e293b;cursor:pointer;font-size:14px;height:46px;outline:none;padding:0 10px;transition:border-color .2s;width:100px}[data-theme=dark] .country-select{background:#0f172a;border-color:#334155;color:#f1f5f9}.country-select:focus{border-color:#3b82f6}.phone-group input{flex:1 1}.password-input{position:relative}.password-input input{padding-right:46px}.toggle-password{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:background .2s;width:38px}.toggle-password:hover{background:#f1f5f9}[data-theme=dark] .toggle-password:hover{background:#334155}.toggle-password svg{height:20px;width:20px}.checkbox-field{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:12px}[data-theme=dark] .checkbox-field{background:#0f172a;border-color:#334155}.checkbox-field input{display:none}.checkmark{align-items:center;border:2px solid #cbd5e1;border-radius:5px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;transition:all .2s;width:20px}[data-theme=dark] .checkmark{border-color:#475569}.checkbox-field input:checked+.checkmark{background:#3b82f6;border-color:#3b82f6}.checkbox-field input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;margin-bottom:2px;transform:rotate(45deg);width:5px}.checkbox-text{color:#64748b;font-size:13px;line-height:1.5}[data-theme=dark] .checkbox-text{color:#94a3b8}.checkbox-text a{color:#3b82f6;text-decoration:none}.checkbox-text a:hover{text-decoration:underline}.btn-submit{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;margin-top:4px;transition:transform .2s,box-shadow .2s;width:100%}.btn-submit:hover:not(:disabled){box-shadow:0 6px 16px #2563eb66;transform:translateY(-1px)}.btn-submit:disabled{cursor:not-allowed;opacity:.7}.loading-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:20px;width:20px}.card-footer{border-top:1px solid #e2e8f0;margin-top:16px;padding-top:16px;text-align:center}[data-theme=dark] .card-footer{border-color:#334155}.card-footer p{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .card-footer p{color:#94a3b8}.card-footer a{color:#3b82f6;font-weight:600;text-decoration:none}.card-footer a:hover{text-decoration:underline}.signup-footer{text-align:center}.signup-footer p{color:#94a3b8;font-size:12px;margin:0}@media (max-width:400px){.signup-content{gap:16px}.signup-header .logo-container{height:56px;width:56px}.signup-header .brand-title{font-size:20px}.signup-card{border-radius:16px;padding:20px 16px}.photo-circle{height:72px!important;max-height:72px;max-width:72px;min-height:72px;min-width:72px;width:72px!important}.btn-submit,.country-select,.form-field input{height:44px}.phone-group{flex-direction:column;gap:8px}.country-select{width:100%}}.cropper-modal{align-items:center;animation:fadeIn .2s ease;background:#000000d9;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.cropper-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;max-width:360px;overflow:hidden;width:100%}[data-theme=dark] .cropper-content{background:#1e293b}.cropper-header{border-bottom:1px solid #e2e8f0;padding:20px 20px 16px;text-align:center}[data-theme=dark] .cropper-header{border-color:#334155}.cropper-header h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 4px}[data-theme=dark] .cropper-header h3{color:#f1f5f9}.cropper-header p{color:#64748b;font-size:13px;margin:0}[data-theme=dark] .cropper-header p{color:#94a3b8}.cropper-container{background:#0f172a;height:300px;position:relative}.cropper-controls{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:16px 20px}[data-theme=dark] .cropper-controls{background:#0f172a;border-color:#334155}.zoom-label{align-items:center;display:flex;flex-shrink:0;justify-content:center}.zoom-label svg{color:#64748b;height:20px;width:20px}[data-theme=dark] .zoom-label svg{color:#94a3b8}.zoom-slider{-webkit-appearance:none;appearance:none;background:#e2e8f0;border-radius:2px;cursor:pointer;flex:1 1;height:4px;outline:none}[data-theme=dark] .zoom-slider{background:#334155}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border-radius:50%;box-shadow:0 2px 6px #3b82f666;cursor:pointer;height:18px;-webkit-transition:transform .15s ease;transition:transform .15s ease;width:18px}.zoom-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.zoom-slider::-moz-range-thumb{background:#3b82f6;border:none;border-radius:50%;box-shadow:0 2px 6px #3b82f666;cursor:pointer;height:18px;width:18px}.cropper-actions{display:flex;gap:12px;padding:16px 20px 20px}.cropper-actions button{border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;height:44px;transition:all .2s ease}.btn-cancel{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}[data-theme=dark] .btn-cancel{background:#334155;border-color:#475569;color:#94a3b8}.btn-cancel:hover{background:#e2e8f0;color:#475569}[data-theme=dark] .btn-cancel:hover{background:#475569;color:#e2e8f0}.btn-confirm{background:#3b82f6;border:none;color:#fff}.btn-confirm:hover{background:#2563eb}.btn-confirm:active{transform:scale(.98)}.forgot-password-screen{align-items:center;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);background-attachment:fixed;display:flex;justify-content:center;min-height:100vh;padding:20px;transition:background .3s ease}.forgot-password-container{margin:0 auto;max-width:428px;position:relative;width:100%;z-index:1}@media (max-width:480px){.forgot-password-container{padding:0 16px}.forgot-password-title,.success-title{font-size:24px}}@media (max-width:360px){.forgot-password-container{padding:0 12px}.forgot-password-title,.success-title{font-size:22px}}.forgot-password-content{margin-top:40px;text-align:center}.forgot-password-icon{display:flex;justify-content:center;margin-bottom:24px}.forgot-password-title{color:#fff;font-size:28px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.forgot-password-subtitle{color:#94a3b8;font-size:16px;line-height:1.6;margin-bottom:32px}.forgot-password-form{text-align:left}.back-to-login{margin-top:24px;text-align:center}.back-link{align-items:center;color:#60a5fa;display:inline-flex;font-size:14px;font-weight:600;gap:8px;text-decoration:none;transition:all .3s ease}.back-link:hover{color:#93c5fd;transform:translateX(-4px)}.success-content{padding:40px 20px;text-align:center}.success-icon{display:flex;justify-content:center;margin-bottom:24px}.success-title{color:#fff;font-size:28px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.success-message{color:#e2e8f0;font-size:16px;line-height:1.6;margin-bottom:12px}.success-message strong{color:#60a5fa;font-weight:600}.success-submessage{color:#94a3b8;font-size:14px;line-height:1.6;margin-bottom:32px}.approval-screen{align-items:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;justify-content:center;min-height:100dvh;padding:20px}[data-theme=dark] .approval-screen{background:linear-gradient(180deg,#0f172a,#1e293b)}.approval-wrapper{align-items:center;display:flex;flex-direction:column;max-width:400px;width:100%}.approval-header{align-items:center;display:flex;gap:12px;margin-bottom:48px}.header-logo{height:44px;object-fit:contain;width:44px}.header-brand{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:-.3px}[data-theme=dark] .header-brand{color:#f8fafc}.approval-content{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.status-visual{height:88px;margin-bottom:24px;position:relative;width:88px}.status-ring{border:3px solid #e2e8f0;border-radius:50%;inset:0;overflow:hidden;position:absolute}[data-theme=dark] .status-ring{border-color:#334155}.status-ring-inner{animation:rotate 1.5s linear infinite;border:3px solid #0000;border-radius:50%;border-top-color:#3b82f6;bottom:-3px;left:-3px;position:absolute;right:-3px;top:-3px}.status-icon-box{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000000f;display:flex;inset:8px;justify-content:center;position:absolute}[data-theme=dark] .status-icon-box{background:#1e293b;box-shadow:0 2px 8px #0003}.status-icon{color:#3b82f6;height:32px;width:32px}.review-badge{align-items:center;background:#fef3c7;border-radius:24px;color:#b45309;display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 16px}[data-theme=dark] .review-badge{background:#451a03;color:#fcd34d}.badge-dot{animation:blink 1.5s ease-in-out infinite;background:#f59e0b;border-radius:50%;height:8px;width:8px}[data-theme=dark] .badge-dot{background:#fbbf24}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.approval-title{color:#0f172a;font-size:26px;font-weight:700;letter-spacing:-.5px;margin:0 0 12px}[data-theme=dark] .approval-title{color:#f8fafc}.approval-subtitle{color:#64748b;font-size:15px;line-height:1.6;margin:0 0 32px;max-width:320px}[data-theme=dark] .approval-subtitle{color:#94a3b8}.timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:24px;text-align:center;width:100%}[data-theme=dark] .timeline-card{background:#1e293b;border-color:#334155}.timeline-header{align-items:center;color:#64748b;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;margin-bottom:8px}[data-theme=dark] .timeline-header{color:#94a3b8}.timeline-header svg{height:18px;width:18px}.timeline-value{color:#0f172a;font-size:28px;font-weight:700;margin-bottom:8px}[data-theme=dark] .timeline-value{color:#f8fafc}.timeline-note{color:#94a3b8;font-size:13px;line-height:1.5;margin:0}.status-btn{align-items:center;background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:16px 24px;transition:all .2s ease;width:100%}.status-btn:hover:not(:disabled){background:#2563eb}.status-btn:disabled{cursor:not-allowed;opacity:.7}.btn-loader,.status-btn svg{height:18px;width:18px}.btn-loader{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff}.status-alert{animation:fade-in .3s ease;background:#f1f5f9;border-radius:10px;color:#475569;font-size:14px;font-weight:500;margin-top:16px;padding:12px 20px}.status-alert.success{background:#dcfce7;color:#166534}[data-theme=dark] .status-alert{background:#334155;color:#cbd5e1}[data-theme=dark] .status-alert.success{background:#14532d;color:#86efac}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.approval-footer{margin-top:48px;text-align:center}.footer-actions{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:16px}.footer-link{background:none;border:none;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:4px;text-decoration:none;transition:color .2s}.footer-link:hover{color:#3b82f6}[data-theme=dark] .footer-link{color:#94a3b8}[data-theme=dark] .footer-link:hover{color:#60a5fa}.footer-divider{color:#cbd5e1}[data-theme=dark] .footer-divider{color:#475569}.footer-copyright{color:#94a3b8;font-size:12px;margin:0}[data-theme=dark] .footer-copyright{color:#64748b}@media (max-width:380px){.approval-screen{padding:16px}.approval-title,.timeline-value{font-size:24px}.timeline-card{padding:20px}}.access-denied-screen{align-items:center;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);bottom:0;display:flex;flex-direction:column;left:0;min-height:100dvh;overflow:hidden;padding:24px;position:fixed;right:0;top:0;z-index:9999}.top-brand{align-items:center;display:flex;justify-content:center;padding-top:16px}.brand-logo{height:52px;object-fit:contain;width:auto}.access-denied-container{margin:auto;max-width:360px;text-align:center;width:100%}.bottom-footer{padding-bottom:16px}.bottom-footer p{color:var(--text-tertiary);font-size:12px;margin:0}.error-icon{align-items:center;background:#ef44441a;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.error-icon svg{color:#ef4444;height:40px;width:40px}.error-title{color:var(--text-primary);font-size:24px;font-weight:700;margin:0 0 12px}.error-message{color:var(--text-secondary);font-size:15px;line-height:1.5;margin:0 0 32px}.sign-out-btn{background:#ef4444;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:background .2s;width:100%}.sign-out-btn:hover:not(:disabled){background:#dc2626}.sign-out-btn:disabled{cursor:not-allowed;opacity:.6}.support-text{color:var(--text-tertiary);cursor:pointer;font-size:14px;margin:24px 0 0}.support-link{color:#2563eb;font-weight:500}.contact-info{gap:8px;margin-top:500px}.contact-link{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;color:var(--text-primary);display:block;font-size:14px;padding:12px 16px;text-decoration:none;transition:background .2s}.contact-link:active{background:var(--bg-secondary)}.dashboard-screen{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px))}.inactive-banner{align-items:center;background:#fef3c7;border:1px solid #f59e0b;border-radius:10px;display:flex;gap:10px;margin-bottom:16px;padding:10px 14px}.inactive-banner-icon{flex-shrink:0;font-size:16px}.inactive-banner-message{color:#92400e;font-size:13px;font-weight:500}[data-theme=dark] .inactive-banner{background:#451a03;border-color:#b45309}[data-theme=dark] .inactive-banner-message{color:#fcd34d}.dashboard-container{box-sizing:border-box;margin:0 auto;max-width:428px;padding:0 20px;width:100%}.dashboard-header{justify-content:space-between;padding:20px 0}.dashboard-header,.header-left{align-items:center;display:flex}.header-left{gap:14px}.app-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;height:44px;justify-content:center;padding:6px;width:44px}.app-icon img{height:100%;object-fit:contain;width:100%}.app-name{color:#1a1a1a;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.02em}.help-btn{background:#fff;border:1px solid #e5e5e5;border-radius:10px;color:#1a1a1a;cursor:pointer;font-size:15px;font-weight:500;padding:10px 16px;transition:all .2s ease}.help-btn:hover{background:#f9f9f9}.user-info-section{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-between;margin:24px 0;padding:20px}.user-profile{align-items:center;display:flex;flex:1 1;gap:14px;min-width:0;transition:opacity .2s ease}.user-profile:hover{opacity:.8}.user-profile:active{opacity:.6}.profile-image-wrapper{flex-shrink:0;position:relative}.profile-image{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:2px solid #e5e7eb;border-radius:50%;box-shadow:0 2px 4px #00000014;display:flex;height:48px;justify-content:center;overflow:hidden;transition:width .3s ease,height .3s ease;width:48px}.profile-image img{height:100%;object-fit:cover;width:100%}.profile-placeholder{align-items:center;color:#fff;display:flex;justify-content:center}.profile-placeholder svg{height:24px;width:24px}.online-indicator{background:#10b981;border:2.5px solid #fff;border-radius:50%;bottom:1px;box-shadow:0 2px 4px #10b98166;height:16px;position:absolute;right:1px;width:16px}.user-details{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:0}.user-greeting{color:#1a1a1a;font-size:24px;font-weight:700;line-height:1.2;margin:0;word-break:break-word}.user-status-row{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.user-role-badge{background:#dbeafe;border-radius:12px;color:#2563eb;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.user-id{color:#374151;font-size:13px;font-weight:600;white-space:nowrap}.online-toggle{align-items:center;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;gap:6px;min-width:70px;padding-left:16px}.toggle-switch{background-color:#e5e5e5;border-radius:16px;cursor:pointer;height:32px;position:relative;transition:all .3s ease;width:56px}.toggle-switch.active{background:#10b981}.toggle-switch.inactive{background:#f59e0b}.toggle-slider{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:26px;left:3px;position:absolute;top:3px;transition:transform .3s ease;width:26px}.toggle-switch.active .toggle-slider{transform:translateX(24px)}.toggle-switch.inactive .toggle-slider{transform:translateX(0)}.online-text{color:#10b981;font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:2px;text-transform:uppercase}.online-text.inactive{color:#f59e0b}.stats-section{display:flex;gap:12px;margin-bottom:24px}.stat-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;flex:1 1;padding:20px 16px;text-align:center}.stat-label{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.stat-label,.stat-value{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stat-value{color:#1a1a1a;font-size:28px;font-weight:800;letter-spacing:-.03em}.order-filters{background:#e0e7ff;border-radius:12px;display:flex;gap:0;margin-bottom:24px;padding:4px;position:relative}.filter-btn{background:#0000;border:none;border-radius:8px;cursor:pointer;flex:1 1;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;letter-spacing:.5px;padding:12px 16px;position:relative;text-transform:uppercase;transition:all .3s ease;z-index:1}.filter-btn,.filter-btn:hover{color:#6b7280}.filter-btn.active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#3b82f6}.pickups-section{margin-bottom:24px}.section-header{align-items:center;margin-bottom:16px}.section-title{color:#1a1a1a;font-size:20px;font-weight:600}.section-date,.section-title{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.section-date{align-items:center;color:#6b7280;display:flex;font-size:14px;font-weight:500;gap:6px;letter-spacing:.5px;text-transform:uppercase}.calendar-icon{font-size:16px}.sort-buttons{background:#e0e7ff;border-radius:12px;display:flex;gap:0;margin-bottom:16px;padding:4px}.sort-btn{background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;padding:10px 16px;transition:all .3s ease}.sort-btn:hover{color:#3b82f6}.sort-btn.active{background:#3b82f6;box-shadow:0 2px 4px #0000001a;color:#fff}.pickup-cards{display:flex;flex-direction:column;gap:16px}.pickup-card{border:2px solid #0000;border-radius:20px;box-shadow:0 2px 8px #00000014;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.pickup-card:hover{box-shadow:0 4px 12px #0000001f}.pickup-card.active{background:#fff;border-left:4px solid #3b82f6;box-shadow:0 4px 12px #3b82f633}.pickup-status-indicator{align-items:center;background:#10b981;border-bottom-right-radius:20px;border-top-right-radius:20px;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:6px;z-index:1}.pickup-status-indicator svg{background:#10b981;border-radius:50%;box-sizing:initial;height:14px;padding:2px;position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:14px}.pickup-card-header-new{border-bottom:2px solid #e5e5e5;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.order-number-display-new,.pickup-card-header-new{align-items:center;display:flex}.order-number-new{color:#1a1a1a;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,monospace;font-size:24px;font-weight:800;letter-spacing:-.5px}.order-number-new.active{color:#3b82f6}.pickup-type{color:#6b7280;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;margin-bottom:16px}.next-badge-new{background:#3b82f6;color:#fff;font-weight:700}.next-badge-new,.scheduled-badge-new{border-radius:12px;font-size:11px;letter-spacing:.8px;padding:6px 14px;text-transform:uppercase}.scheduled-badge-new{background:#f3f4f6;color:#6b7280;font-weight:600}.paid-badge-new{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 6px #10b9814d}.completed-badge-new,.paid-badge-new{border-radius:12px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px;padding:6px 14px;text-transform:uppercase}.completed-badge-new{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 2px 6px #6366f14d}.pickup-details{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.detail-item{align-items:flex-start;display:flex;gap:14px}.detail-icon{align-items:center;background:#f3f4f6;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.detail-content{flex:1 1;min-width:0}.detail-text{color:#1a1a1a;font-size:15px;font-weight:600;margin-bottom:6px}.detail-subtext,.detail-text{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.detail-subtext{color:#6b7280;font-size:13px;font-weight:500}.detail-subtext-uppercase{letter-spacing:.3px;text-transform:uppercase}.special-instructions{align-items:flex-start;display:flex;gap:12px;margin-top:8px}.instructions-box{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:10px;color:#1a1a1a;flex:1 1;font-size:13px;line-height:1.6;padding:14px 16px}.pickup-actions{align-items:center;border-top:1px solid #e5e5e5;display:flex;gap:12px;padding-top:20px}.btn-start-pickup{align-items:center;background:#3b82f6;border:none;border-radius:14px;box-shadow:0 2px 8px #3b82f64d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:700;gap:10px;justify-content:center;padding:14px 18px;transition:all .3s ease}.btn-start-pickup:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.btn-start-pickup-scheduled{background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 4px #0000000d;color:#3b82f6}.btn-start-pickup-scheduled:hover{background:#f9f9f9;border-color:#3b82f6}.btn-icon{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:14px;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.btn-icon:hover{background:#f9f9f9;transform:translateY(-2px)}.btn-icon-scheduled{background:#fff;border:1px solid #e5e5e5}.btn-view-summary{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:14px;box-shadow:0 2px 8px #10b9814d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:700;gap:10px;justify-content:center;padding:14px 18px;transition:all .3s ease}.btn-view-summary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;transform:translateY(-2px)}.btn-view-details{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;box-shadow:0 2px 8px #2563eb4d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:700;gap:10px;justify-content:center;padding:14px 18px;transition:all .3s ease}.btn-view-details:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb66;transform:translateY(-2px)}.pickup-view-details{border-top:1px solid #e5e5e5;padding-top:20px;text-align:right}.view-details-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none}.view-details-link:hover{text-decoration:underline}.dashboard-error{background:#fee;border-radius:4px;color:#c33;font-size:12px;margin-top:8px;padding:8px;text-align:center}.stats-loading{display:flex;gap:12px;margin-bottom:24px}@media (max-width:480px){.dashboard-container{padding:0 16px}.stats-section{gap:10px}.stat-card{padding:16px 12px}.stat-value{font-size:24px}.user-info-section{margin:20px 0;padding:18px 20px}.user-role-badge{font-size:9px;padding:3px 8px}.user-id{font-size:12px}.profile-image,.profile-placeholder{height:clamp(48px,17.3vw,83px);width:clamp(48px,17.3vw,83px)}.profile-placeholder svg{height:clamp(24px,8.65vw,41px);width:clamp(24px,8.65vw,41px)}.online-indicator{height:clamp(14px,5vw,20px);width:clamp(14px,5vw,20px)}.user-greeting{font-size:22px}.pickup-card{padding:20px}.order-number-new{font-size:20px}}[data-theme=dark] .dashboard-screen{background:#0a0e27}[data-theme=dark] .app-icon{background:#1a1f3a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .app-name{color:#fff}[data-theme=dark] .help-btn{background:#1a1f3a;border-color:#2d3748;color:#fff}[data-theme=dark] .help-btn:hover{background:#2d3748}[data-theme=dark] .user-info-section{background:#1a1f3a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .user-greeting{color:#fff}[data-theme=dark] .user-role-badge{background:#1e3a8a;color:#93c5fd}[data-theme=dark] .user-id{color:#d1d5db}[data-theme=dark] .online-toggle{border-left-color:#374151}[data-theme=dark] .online-text.inactive{color:#fbbf24}[data-theme=dark] .stat-card{background:#1a1f3a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .stat-value{color:#fff}[data-theme=dark] .order-filters{background:#1a1f3a}[data-theme=dark] .filter-btn{color:#94a3b8}[data-theme=dark] .filter-btn:hover{color:#60a5fa}[data-theme=dark] .filter-btn.active{background:#3b82f6;color:#fff}[data-theme=dark] .section-date{color:#94a3b8}[data-theme=dark] .sort-buttons{background:#1a1f3a}[data-theme=dark] .sort-btn{color:#94a3b8}[data-theme=dark] .sort-btn:hover{color:#60a5fa}[data-theme=dark] .sort-btn.active{background:#3b82f6;color:#fff}[data-theme=dark] .pickup-card{background:#1a1f3a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .pickup-card:hover{box-shadow:0 4px 12px #0006}[data-theme=dark] .pickup-card.active{background:#1a1f3a;border-left:4px solid #3b82f6;box-shadow:0 4px 12px #3b82f64d}[data-theme=dark] .pickup-status-indicator,[data-theme=dark] .pickup-status-indicator svg{background:#10b981}[data-theme=dark] .pickup-card-header-new{border-bottom-color:#2d3748}[data-theme=dark] .order-number-new{color:#94a3b8}[data-theme=dark] .order-number-new.active{color:#60a5fa}[data-theme=dark] .pickup-type{color:#94a3b8}[data-theme=dark] .scheduled-badge-new{background:#2d3748;color:#94a3b8}[data-theme=dark] .completed-badge-new{background:linear-gradient(135deg,#4338ca,#312e81);color:#e0e7ff}[data-theme=dark] .detail-icon{background:#2d3748}[data-theme=dark] .detail-text{color:#fff}[data-theme=dark] .detail-subtext{color:#94a3b8}[data-theme=dark] .instructions-box{background:#2d3748;border-left-color:#f59e0b;color:#fff}[data-theme=dark] .pickup-actions{border-top-color:#2d3748}[data-theme=dark] .btn-start-pickup-scheduled{background:#1a1f3a;border-color:#2d3748;color:#60a5fa}[data-theme=dark] .btn-start-pickup-scheduled:hover{background:#2d3748;border-color:#3b82f6}[data-theme=dark] .btn-icon{background:#1a1f3a;border-color:#2d3748}[data-theme=dark] .btn-icon:hover{background:#2d3748}[data-theme=dark] .btn-icon-scheduled{background:#1a1f3a;border-color:#2d3748}[data-theme=dark] .pickup-view-details{border-top-color:#2d3748}[data-theme=dark] .view-details-link{color:#60a5fa}[data-theme=dark] .dashboard-error{background:#7f1d1d;color:#fca5a5}.order-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.order-modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;width:100%}.order-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.order-modal-title{color:#1a1a1a;font-size:20px;font-weight:700;margin:0}.order-modal-close{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.order-modal-close:hover{background:#e5e7eb;color:#1a1a1a}.order-modal-body{flex:1 1;overflow-y:auto;padding:0}.order-modal-error,.order-modal-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.loading-spinner{border:3px solid #e5e7eb}.order-modal-error p,.order-modal-loading p{color:#6b7280;font-size:14px;margin:0}.btn-retry{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.btn-retry:hover{background:#2563eb}.order-details-content{padding:0}.order-status-banner{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;justify-content:space-between;margin:0;padding:16px 24px}.order-status-banner.paid{background:linear-gradient(135deg,#10b981,#059669)}.order-status-banner.completed{background:linear-gradient(135deg,#6366f1,#4f46e5)}.order-status-banner.pending,.order-status-banner.picker\ assigned{background:linear-gradient(135deg,#f59e0b,#d97706)}.order-status-banner.cancelled{background:linear-gradient(135deg,#ef4444,#dc2626)}.order-status-banner .status-label{color:#fffc;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.order-status-banner .status-value{color:#fff;font-size:16px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.detail-section{border-bottom:1px solid #e5e7eb;padding:20px 24px}.detail-section:last-child{border-bottom:none}.section-heading{color:#1a1a1a;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.detail-grid{display:flex;flex-direction:column;gap:12px}.detail-row{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.detail-row.full-width{flex-direction:column;gap:4px}.detail-label{color:#6b7280;flex-shrink:0;font-size:13px;font-weight:500}.detail-value{color:#1a1a1a;font-size:14px;font-weight:600;text-align:right}.detail-row.full-width .detail-value{text-align:left}.status-badge{border-radius:8px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.status-badge.paid{background:#d1fae5;color:#059669}.status-badge.completed{background:#e0e7ff;color:#4f46e5}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.cancelled{background:#fee2e2;color:#dc2626}.status-badge.active{background:#d1fae5;color:#059669}.summary-content{background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:10px;color:#1a1a1a;font-size:14px;font-weight:500;line-height:1.6;padding:14px 16px}.products-list{display:flex;flex-direction:column;gap:12px}.product-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.product-image{background:#e5e7eb;border-radius:8px;height:120px;margin-bottom:12px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;width:100%}.order-image-container{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;margin:0 auto;max-width:280px;min-height:150px;overflow:hidden;padding:12px;width:100%}.order-image{border-radius:8px;display:block;height:auto;max-height:220px;max-width:100%;object-fit:contain;width:auto}.product-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.product-name{color:#1a1a1a;font-size:14px;font-weight:600}.product-category{background:#e5e7eb;border-radius:6px;color:#6b7280;font-size:11px;padding:3px 8px;text-transform:uppercase}.product-details{display:flex;flex-wrap:wrap;gap:16px}.product-price,.product-qty,.product-total{align-items:center;display:flex;gap:4px}.price-label,.qty-label,.total-label{color:#6b7280;font-size:12px}.price-value,.qty-value{color:#1a1a1a;font-size:13px;font-weight:500}.total-value{color:#10b981;font-size:14px;font-weight:700}.payment-section{background:#f9fafb}.payment-grid{display:flex;flex-direction:column;gap:10px}.payment-row{align-items:center;display:flex;justify-content:space-between}.payment-label{color:#6b7280;font-size:13px;font-weight:500}.payment-value{color:#1a1a1a;font-size:14px;font-weight:600}.payment-row.discount .payment-value{color:#10b981}.payment-row.total{border-top:2px dashed #e5e7eb;margin-top:8px;padding-top:12px}.payment-row.total .payment-label{color:#1a1a1a;font-size:14px;font-weight:700}.payment-row.total .payment-value{color:#3b82f6;font-size:18px;font-weight:800}.instructions-content,.notes-content{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:10px;color:#1a1a1a;font-size:14px;line-height:1.6;padding:14px 16px}.notes-content{background:#f3f4f6;border-left-color:#6b7280}.order-modal-footer{border-top:1px solid #e5e7eb;flex-shrink:0;padding:16px 24px}.btn-close-modal{background:#1a1a1a;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 24px;transition:all .2s ease;width:100%}.btn-close-modal:hover{background:#374151}[data-theme=dark] .order-modal-content{background:#1a1f3a}[data-theme=dark] .order-modal-header{border-bottom-color:#2d3748}[data-theme=dark] .order-modal-title{color:#fff}[data-theme=dark] .order-modal-close{background:#2d3748;color:#94a3b8}[data-theme=dark] .order-modal-close:hover{background:#374151;color:#fff}[data-theme=dark] .order-modal-error p,[data-theme=dark] .order-modal-loading p{color:#94a3b8}[data-theme=dark] .loading-spinner{border-color:#60a5fa #2d3748 #2d3748}[data-theme=dark] .detail-section{border-bottom-color:#2d3748}[data-theme=dark] .section-heading{color:#fff}[data-theme=dark] .detail-label{color:#94a3b8}[data-theme=dark] .detail-value{color:#fff}[data-theme=dark] .product-item{background:#2d3748;border-color:#374151}[data-theme=dark] .product-name{color:#fff}[data-theme=dark] .product-category{background:#374151;color:#94a3b8}[data-theme=dark] .price-label,[data-theme=dark] .qty-label,[data-theme=dark] .total-label{color:#94a3b8}[data-theme=dark] .price-value,[data-theme=dark] .qty-value{color:#fff}[data-theme=dark] .payment-section{background:#0a0e27}[data-theme=dark] .payment-label{color:#94a3b8}[data-theme=dark] .payment-value{color:#fff}[data-theme=dark] .payment-row.total{border-top-color:#374151}[data-theme=dark] .payment-row.total .payment-label{color:#fff}[data-theme=dark] .payment-row.total .payment-value{color:#60a5fa}[data-theme=dark] .instructions-content{background:#2d3748;color:#fff}[data-theme=dark] .notes-content{background:#2d3748;border-left-color:#94a3b8;color:#fff}[data-theme=dark] .order-modal-footer{border-top-color:#2d3748}[data-theme=dark] .btn-close-modal{background:#3b82f6}[data-theme=dark] .btn-close-modal:hover{background:#2563eb}[data-theme=dark] .status-badge.paid{background:#064e3b;color:#34d399}[data-theme=dark] .status-badge.completed{background:#312e81;color:#a5b4fc}[data-theme=dark] .status-badge.pending{background:#78350f;color:#fcd34d}[data-theme=dark] .status-badge.cancelled{background:#7f1d1d;color:#fca5a5}[data-theme=dark] .status-badge.active{background:#064e3b;color:#34d399}[data-theme=dark] .summary-content{background:#1e3a5f;border-left-color:#60a5fa;color:#fff}[data-theme=dark] .product-image{background:#374151}.history-screen{background:#f8fafc;min-height:100dvh;padding-bottom:calc(90px + env(safe-area-inset-bottom, 0px))}[data-theme=dark] .history-screen{background:#0f172a}.history-wrapper{margin:0 auto;max-width:440px;padding:0 20px}.history-header{align-items:center;background:#f8fafc;display:flex;justify-content:space-between;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-theme=dark] .history-header{background:#0f172a}.back-btn{border:none;box-shadow:0 1px 3px #00000014}[data-theme=dark] .back-btn{box-shadow:0 1px 3px #0003}.page-title{color:#0f172a;font-size:18px;font-weight:600;margin:0}[data-theme=dark] .page-title{color:#f8fafc}.stats-row{align-items:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;display:flex;justify-content:center;margin:8px 0 20px;padding:20px 24px}[data-theme=dark] .stats-row{background:#1e293b;box-shadow:0 1px 3px #0003}.stat-box{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px}.stat-number{color:#0f172a;font-size:28px;font-weight:700;letter-spacing:-.5px}[data-theme=dark] .stat-number{color:#f8fafc}.stat-number small{color:#64748b;font-size:16px;font-weight:500;margin-left:2px}[data-theme=dark] .stat-number small{color:#94a3b8}.stat-label{color:#64748b;font-size:13px;font-weight:500}[data-theme=dark] .stat-label{color:#94a3b8}.stat-divider{background:#e2e8f0;height:40px;margin:0 24px;width:1px}[data-theme=dark] .stat-divider{background:#334155}.filter-tabs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.filter-tab{background:#fff;border:none;border-radius:12px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:12px 8px;text-align:center;transition:all .2s;white-space:nowrap}[data-theme=dark] .filter-tab{background:#1e293b;color:#94a3b8}.filter-tab:active{transform:scale(.97)}.filter-tab.active{background:#3b82f6;color:#fff}.pickup-list{display:flex;flex-direction:column;gap:12px}.pickup-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;padding:16px;transition:all .2s}[data-theme=dark] .pickup-card{background:#1e293b;box-shadow:0 1px 3px #0003}.card-top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:14px}.order-info{display:flex;flex-direction:column;gap:4px}.order-id{color:#0f172a;font-size:16px;font-weight:600}[data-theme=dark] .order-id{color:#f8fafc}.order-date{color:#64748b;font-size:13px}[data-theme=dark] .order-date{color:#94a3b8}.status-pill{align-items:center;background:#dcfce7;border-radius:20px;color:#166534;display:flex;font-size:12px;font-weight:600;gap:4px;padding:6px 12px}[data-theme=dark] .status-pill{background:#14532d;color:#86efac}.status-pill.paid{background:#dbeafe;color:#1e40af}[data-theme=dark] .status-pill.paid{background:#1e3a8a;color:#93c5fd}.status-check{height:14px;width:14px}.card-content{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.location-row{align-items:flex-start;display:flex;gap:10px}.row-icon{color:#3b82f6;flex-shrink:0;height:18px;margin-top:2px;width:18px}.location-text{color:#334155;flex:1 1;font-size:14px;line-height:1.4}[data-theme=dark] .location-text{color:#cbd5e1}.details-row{display:flex;gap:16px;padding-left:28px}.history-screen .detail-item{align-items:center;color:#64748b;display:flex;font-size:13px;gap:6px}[data-theme=dark] .history-screen .detail-item{color:#94a3b8}.history-screen .detail-item svg{height:16px;width:16px}.view-details-btn{background:#f1f5f9;border:none;border-radius:10px;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .2s;width:100%}[data-theme=dark] .view-details-btn{background:#334155;color:#60a5fa}.view-details-btn:hover{background:#e2e8f0}[data-theme=dark] .view-details-btn:hover{background:#475569}.view-details-btn:active{transform:scale(.98)}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center}.empty-icon{border-radius:16px;height:64px;margin-bottom:16px;width:64px}.empty-icon svg{color:#94a3b8;height:32px;width:32px}.empty-title{color:#0f172a;font-size:18px;font-weight:600;margin:0 0 8px}[data-theme=dark] .empty-title{color:#f8fafc}.empty-text{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .empty-text{color:#94a3b8}@media (max-width:380px){.history-wrapper{padding:0 16px}.stats-row{padding:16px 20px}.stat-number{font-size:24px}.stat-divider{margin:0 16px}.filter-tab{font-size:12px;padding:10px 6px}.pickup-card{padding:14px}.order-id{font-size:15px}.location-text{font-size:13px}}.loading-state{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.loading-state .loading-spinner{animation:spin .8s linear infinite;border:3px solid #3b82f633;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.loading-state p{color:#64748b;font-size:14px}[data-theme=dark] .loading-state p{color:#94a3b8}.error-state{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:60px 20px;text-align:center}.error-icon{color:#ef4444;height:48px;width:48px}.error-icon svg{height:100%;width:100%}.error-text{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .error-text{color:#94a3b8}.retry-btn{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:10px 24px;transition:all .2s}.retry-btn:hover{background:#2563eb}.customer-row{align-items:center;display:flex;gap:10px;margin-bottom:8px}.customer-name{color:#1e293b;font-size:14px;font-weight:500}[data-theme=dark] .customer-name{color:#e2e8f0}.address-content{background:#f8fafc;border-radius:10px;color:#475569;font-size:14px;line-height:1.5;padding:14px}[data-theme=dark] .address-content{background:#0f172a;color:#94a3b8}.address-content p{margin:0 0 4px}.address-content p:last-child{margin-bottom:0}.address-content .landmark{color:#64748b;font-size:13px}[data-theme=dark] .address-content .landmark{color:#64748b}.product-rate{color:#64748b;font-size:12px}[data-theme=dark] .product-rate{color:#94a3b8}.alerts-page{background:#f8fafc;min-height:100dvh;padding-bottom:calc(90px + env(safe-area-inset-bottom, 0px))}[data-theme=dark] .alerts-page{background:#0f172a}.alerts-content{margin:0 auto;max-width:428px;padding:0 16px}.alerts-header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:16px 0}.back-btn{color:#374151;transition:all .2s}[data-theme=dark] .back-btn{color:#e2e8f0}.back-btn:active{transform:scale(.95)}.alerts-header h1{color:#1e293b;flex:1 1;font-size:18px;font-weight:600;margin:0;text-align:center}[data-theme=dark] .alerts-header h1{color:#f1f5f9}.mark-all-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:13px;font-weight:600;min-width:80px;padding:8px 0;text-align:right}.mark-all-btn:active{opacity:.7}.unread-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;gap:8px;margin-bottom:20px;padding:14px 16px}.badge-count,.unread-badge{align-items:center;display:flex}.badge-count{background:#fff3;border-radius:8px;font-weight:700;height:28px;justify-content:center;width:28px}.badge-count,.badge-text{color:#fff;font-size:14px}.badge-text{font-weight:500}.alerts-list{display:flex;flex-direction:column;gap:10px}.notification-group{margin-bottom:24px}.group-header{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;padding:0 4px;text-transform:uppercase}[data-theme=dark] .group-header{color:#94a3b8}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 16px;width:40px}[data-theme=dark] .loading-spinner{border-color:#3b82f6 #334155 #334155}.alert-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;display:flex;gap:14px;padding:14px;transition:all .2s}[data-theme=dark] .alert-item{background:#1e293b;border-color:#334155}.alert-item:active{transform:scale(.98)}.alert-item.unread{background:#eff6ff;border-color:#bfdbfe}[data-theme=dark] .alert-item.unread{background:#3b82f61a;border-color:#3b82f64d}.alert-icon{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;width:44px}[data-theme=dark] .alert-icon{background:#0f172a}.alert-item.unread .alert-icon{background:#dbeafe}[data-theme=dark] .alert-item.unread .alert-icon{background:#3b82f633}.alert-body{flex:1 1;min-width:0}.alert-top{align-items:center;display:flex;gap:8px;margin-bottom:4px}.alert-top h4{color:#1e293b;font-size:15px;font-weight:600;margin:0}[data-theme=dark] .alert-top h4{color:#f1f5f9}.unread-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:8px;width:8px}.alert-msg{color:#64748b;font-size:13px;line-height:1.4;margin:0 0 6px}.alert-time,[data-theme=dark] .alert-msg{color:#94a3b8}.alert-time{font-size:12px}[data-theme=dark] .alert-time{color:#64748b}.mark-btn{align-items:center;align-self:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;color:#10b981;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s;width:36px}[data-theme=dark] .mark-btn{background:#10b98126;border-color:#10b9814d}.mark-btn:active{transform:scale(.9)}.mark-btn svg{height:18px;width:18px}.arrow-icon{align-items:center;align-self:center;color:#cbd5e1;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}[data-theme=dark] .arrow-icon{color:#475569}.arrow-icon svg{height:20px;width:20px}.empty-state{padding:60px 20px}.empty-icon{align-items:center;background:#f1f5f9;border-radius:50%;color:#94a3b8;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}[data-theme=dark] .empty-icon{background:#1e293b;color:#64748b}.empty-icon svg{height:36px;width:36px}.empty-state h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}[data-theme=dark] .empty-state h3{color:#f1f5f9}.empty-state p{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .empty-state p{color:#94a3b8}@media (max-width:380px){.alerts-content{padding:0 12px}.alert-item{gap:12px;padding:12px}.alert-icon{font-size:18px;height:40px;width:40px}.alert-top h4{font-size:14px}.alert-msg{font-size:12px}.arrow-icon,.mark-btn{height:32px;width:32px}}.pd-screen{background:#f8fafc;min-height:100dvh}[data-theme=dark] .pd-screen{background:#0f172a}.pd-loading{align-items:center;display:flex;justify-content:center;min-height:100dvh}.pd-spinner{animation:spin .7s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:32px;width:32px}.pd-header{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-theme=dark] .pd-header{background:#1e293b;border-color:#334155}.pd-back{align-items:center;background:none;border:none;border-radius:12px;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s;width:40px}.pd-back:hover{background:#f1f5f9}.pd-back:active{transform:scale(.95)}[data-theme=dark] .pd-back:hover{background:#334155}.pd-back svg{color:#334155;height:22px;width:22px}[data-theme=dark] .pd-back svg{color:#e2e8f0}.pd-title{color:#0f172a;flex:1 1;font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0;text-align:center}[data-theme=dark] .pd-title{color:#f8fafc}.pd-badge{background:#e0f2fe;border-radius:6px;color:#0369a1;font-size:10px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.pd-badge.picker-assigned{background:#dbeafe;color:#1d4ed8}.pd-badge.pending{background:#fef3c7;color:#b45309}.pd-badge.completed,.pd-badge.paid{background:#dcfce7;color:#15803d}[data-theme=dark] .pd-badge{background:#3b82f633;color:#60a5fa}[data-theme=dark] .pd-badge.pending{background:#f59e0b33;color:#fbbf24}[data-theme=dark] .pd-badge.completed,[data-theme=dark] .pd-badge.paid{background:#22c55e33;color:#4ade80}.pd-body{display:flex;flex-direction:column;margin:0 auto;max-width:480px;min-height:calc(100vh - 65px);min-height:calc(100dvh - 65px);padding:16px 16px 90px}.pd-map{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;margin-bottom:16px;overflow:hidden;padding:24px 20px 16px;position:relative}.pd-map:before{background:#ffffff1a;height:180px;right:-20%;top:-40%;width:180px}.pd-map:after,.pd-map:before{border-radius:50%;content:"";position:absolute}.pd-map:after{background:#ffffff0d;bottom:-30%;height:120px;left:-10%;width:120px}.pd-map-bg{flex-direction:column;gap:10px;z-index:1}.pd-map-bg,.pd-pin-wrap{align-items:center;display:flex;position:relative}.pd-pin-wrap{justify-content:center}.pd-pulse{animation:pulse 2s ease-out infinite;background:#ffffff40;border-radius:50%;height:56px;position:absolute;width:56px}.pd-pin{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;height:44px;justify-content:center;width:44px}.pd-pin svg{color:#ef4444;height:24px;width:24px}.pd-city{color:#fff;font-size:17px;font-weight:600}.pd-section{background:#fff;border:1px solid #f1f5f9;border-radius:14px;margin-bottom:12px;padding:16px}[data-theme=dark] .pd-section{background:#1e293b;border-color:#334155}.pd-label{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}[data-theme=dark] .pd-label{color:#94a3b8}.pd-dot{border-radius:50%;height:8px;width:8px}.pd-dot.red{background:#ef4444}.pd-dot.blue{background:#3b82f6}.pd-dot.purple{background:#8b5cf6}.pd-dot.yellow{background:#f59e0b}.pd-text{color:#1e293b;font-size:15px;line-height:1.5;margin:0}[data-theme=dark] .pd-text{color:#e2e8f0}.pd-sub{color:#64748b;font-size:13px;margin:6px 0 0}[data-theme=dark] .pd-sub{color:#94a3b8}.pd-customer{gap:12px}.pd-avatar,.pd-customer{align-items:center;display:flex}.pd-avatar{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;color:#fff;flex-shrink:0;font-size:18px;font-weight:700;height:44px;justify-content:center;width:44px}.pd-info{flex:1 1;min-width:0}.pd-name{color:#1e293b;display:block;font-size:15px;font-weight:600}[data-theme=dark] .pd-name{color:#f1f5f9}.pd-phone{color:#3b82f6;display:block;font-size:14px;margin-top:2px}.pd-call{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:transform .15s,opacity .15s;width:44px}.pd-call:active:not(:disabled){transform:scale(.95)}.pd-call:disabled{background:#cbd5e1;cursor:not-allowed}[data-theme=dark] .pd-call:disabled{background:#475569}.pd-call svg{color:#fff;height:20px;width:20px}.pd-schedule{display:flex;flex-direction:column;gap:12px}.pd-schedule-item{align-items:center;background:#f8fafc;border-radius:10px;color:#334155;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 14px}[data-theme=dark] .pd-schedule-item{background:#0f172a;color:#e2e8f0}.pd-schedule-item svg{color:#8b5cf6;flex-shrink:0;height:18px;width:18px}.pd-note{background:#fefce8;border-left:3px solid #eab308;border-radius:10px;color:#713f12;font-size:14px;line-height:1.5;padding:12px 14px}[data-theme=dark] .pd-note{background:#eab3081a;border-left-color:#facc15;color:#fef08a}.pd-actions{margin-top:auto;padding-top:20px}.pd-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:14px;box-shadow:0 4px 14px #3b82f659;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:52px;transition:transform .15s,box-shadow .15s;width:100%}.pd-primary:active{transform:scale(.98)}.pd-row{display:flex;gap:10px;margin-top:10px}.pd-secondary{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px;height:46px;justify-content:center;transition:all .15s}[data-theme=dark] .pd-secondary{background:#1e293b;border-color:#334155;color:#94a3b8}.pd-secondary:active:not(:disabled){background:#f8fafc;transform:scale(.97)}[data-theme=dark] .pd-secondary:active:not(:disabled){background:#334155}.pd-secondary:disabled{cursor:not-allowed;opacity:.5}.pd-secondary svg{height:18px;width:18px}.pd-secondary.green{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.pd-secondary.green svg{color:#16a34a}[data-theme=dark] .pd-secondary.green{background:#22c55e1a;border-color:#22c55e4d;color:#4ade80}[data-theme=dark] .pd-secondary.green svg{color:#4ade80}.pd-done{align-items:center;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:14px;color:#15803d;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:16px}[data-theme=dark] .pd-done{background:#22c55e26;color:#4ade80}.pd-done svg{height:22px;width:22px}@media (max-width:360px){.pd-body{padding:12px 12px 80px}.pd-map{padding:20px 16px 14px}.pd-section{padding:14px}.pd-primary{font-size:15px;height:48px}.pd-secondary{font-size:13px;height:42px}}.pickup-process-screen{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8fafc,#f1f5f9);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}.pickup-process-container{box-sizing:border-box;margin:0 auto;max-width:428px;padding:0 20px;width:100%}.process-header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:16px 20px;position:relative}.header-back-btn{height:40px;padding:0;transition:all .2s ease;width:40px}.header-back-btn:hover{opacity:.7;transform:translateX(-2px)}.header-back-btn:active{transform:translateX(-4px)}.header-title-wrapper{gap:6px}.header-title{color:#1e40af;letter-spacing:.5px;line-height:1.2;text-transform:uppercase;white-space:nowrap}.header-order-number{color:#64748b;font-size:15px;font-weight:600;letter-spacing:-.2px;margin:0;text-align:center;white-space:nowrap}[data-theme=dark] .header-order-number{color:#94a3b8}.progress-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:24px;box-shadow:0 4px 16px #0000000f,0 1px 4px #0000000a;margin-bottom:28px;padding:28px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-label{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.progress-percentage{color:#3b82f6;font-size:20px;font-weight:700}.progress-bar-container{background:#e2e8f0;border-radius:12px;box-shadow:inset 0 2px 4px #0000000f;height:10px;margin-bottom:20px;overflow:hidden;width:100%}.progress-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb 50%,#1d4ed8);border-radius:12px;box-shadow:0 2px 8px #3b82f666;height:100%;overflow:hidden;position:relative;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-stats{display:flex;gap:24px}.progress-stat{align-items:center;color:#6b7280;display:flex;font-size:14px;font-weight:500;gap:8px}.notification-message{animation:slideDown .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid #dc2626;border-radius:16px;box-shadow:0 4px 12px #dc262626;font-size:14px;font-weight:600;margin-bottom:24px;padding:16px 20px}.notification-message,.notification-message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.notification-message.error{border-left-color:#dc2626}.notification-message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left-color:#10b981;box-shadow:0 4px 12px #10b98126;color:#065f46}.items-section{margin-bottom:32px}.section-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.section-header-content{flex:1 1}.section-title{color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.01em;margin:0 0 6px}.section-subtitle{color:#64748b;font-size:14px;font-weight:600;margin:0}.add-item-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:14px;box-shadow:0 4px 16px #3b82f659,0 2px 6px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:10px;padding:14px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.add-item-btn:hover{box-shadow:0 6px 20px #3b82f666,0 4px 10px #3b82f640;transform:translateY(-3px)}.add-item-btn:active{box-shadow:0 2px 8px #3b82f64d;transform:translateY(-1px)}.empty-state{background:linear-gradient(135deg,#fff,#fafbfc);border:2px dashed #cbd5e1;border-radius:24px;overflow:hidden;padding:64px 24px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.empty-state:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#3b82f608 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#94a3b8;box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.empty-icon-wrapper{background:#f3f4f6;border-radius:50%;display:inline-flex;margin-bottom:20px;padding:20px}.empty-text{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 8px}.empty-subtext{color:#6b7280;font-size:14px;margin:0}.items-list{display:flex;flex-direction:column;gap:16px}.item-card{background:linear-gradient(135deg,#fff,#fafbfc);border:1px solid #e2e8f0cc;border-radius:24px;box-shadow:0 4px 16px #0000000f,0 1px 4px #0000000a;overflow:hidden;padding:20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.item-card:before{background:linear-gradient(90deg,#3b82f6,#2563eb);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.item-card:hover{border-color:#3b82f64d;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000f;transform:translateY(-4px)}.item-card:hover:before{opacity:1}.item-card.existing-item{border-left:5px solid #3b82f6;padding-left:24px}.item-card.existing-item.completed{background:linear-gradient(135deg,#10b9810a,#10b98105);border-color:#10b98133}.item-card.existing-item.confirmed{background:linear-gradient(135deg,#10b9810f,#10b98108);border-color:#10b9814d;box-shadow:0 4px 16px #10b98126,0 1px 4px #10b9811a}.item-card.existing-item.confirmed:before{background:linear-gradient(90deg,#10b981,#059669);opacity:1}.item-content{display:flex;flex-direction:column;gap:8px;width:100%}.item-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;min-height:80px}.item-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.item-category{word-wrap:break-word;color:#0f172a;font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:8px}.product-id{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.01em;line-height:1.4;margin-top:4px}.product-price{color:#10b981;font-weight:700}.product-price,.user-quantity{align-items:center;display:inline-flex;font-size:15px;gap:4px;line-height:1.4;margin-top:4px}.user-quantity{color:#3b82f6;font-weight:600}.item-weight{color:#6b7280;font-size:16px;font-weight:600;margin-top:4px}.completed-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 4px 12px #10b98166,0 2px 4px #10b98133;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.item-price{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border:1px solid #3b82f633;border-radius:10px;color:#3b82f6;display:inline-block;font-size:16px;font-weight:700;margin-top:12px;padding:8px 12px}.confirmed-indicator{align-items:center;animation:slideIn .3s ease;background:linear-gradient(135deg,#10b9811a,#10b9810d);border:1px solid #10b98133;border-radius:12px;color:#10b981;display:flex;font-size:14px;font-weight:700;gap:10px;margin-top:12px;padding:10px 14px}.edit-item-btn-small{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;cursor:pointer;display:flex;height:24px;justify-content:center;margin-left:auto;padding:0;transition:all .2s ease;width:24px}.edit-item-btn-small:hover{background:#3b82f633;border-color:#3b82f680;transform:scale(1.1)}.edit-item-btn-small:active{transform:scale(.95)}.quantity-section{border-top:1px solid #e2e8f099;margin-top:16px;padding-top:16px}.quantity-label{color:#64748b;display:block;font-size:12px;font-weight:700;letter-spacing:.8px;margin-bottom:12px;text-transform:uppercase}.quantity-controls{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:0;width:100%}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.confirm-item-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:14px;box-shadow:0 4px 12px #10b98159,0 2px 4px #10b98133;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.confirm-item-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.confirm-item-btn:hover:not(:disabled){box-shadow:0 6px 20px #10b98173,0 2px 8px #10b9814d;transform:scale(1.1)}.confirm-item-btn:hover:not(:disabled):before{height:300px;width:300px}.confirm-item-btn:active:not(:disabled){box-shadow:0 2px 8px #10b9814d;transform:scale(.96)}.confirm-item-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-btn{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 4px #0000000a;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);width:48px}.quantity-btn:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;box-shadow:0 4px 8px #00000014;transform:scale(1.08)}.quantity-btn:active{box-shadow:0 1px 2px #0000000f;transform:scale(.96)}.quantity-input{background:linear-gradient(135deg,#fff,#fafbfc);border:2px solid #e2e8f0;border-radius:16px;box-shadow:inset 0 2px 4px #0000000a;box-sizing:border-box;color:#0f172a;flex:1 1;font-size:20px;font-weight:800;max-width:none;min-width:0;padding:14px 20px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.quantity-input:focus{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626,inset 0 2px 4px #0000000a;outline:none;transform:scale(1.02)}.quantity-input.filled{background:linear-gradient(135deg,#10b98114,#10b9810a);border-color:#10b981;box-shadow:0 0 0 3px #10b9811a,inset 0 2px 4px #0000000a}.quantity-input.filled:focus{border-color:#059669;box-shadow:0 0 0 4px #10b98126,inset 0 2px 4px #0000000a;transform:scale(1.02)}.quantity-input::placeholder{color:#9ca3af;font-weight:400}.item-description{word-wrap:break-word;border-top:1px solid #e2e8f080;color:#475569;font-size:14px;font-weight:500;line-height:1.6;margin:12px 0 0;padding:12px 0}.item-photo-preview{border:3px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #00000014;flex-shrink:0;height:90px;overflow:hidden;transition:all .3s ease;width:90px}.item-photo-preview:hover{border-color:#cbd5e1;box-shadow:0 6px 16px #0000001f;transform:scale(1.05)}.item-photo-preview img{height:100%;object-fit:cover;width:100%}.confirm-section{border-top:2px solid #e5e5e5;margin-top:24px;padding-top:24px}.confirm-items-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:18px;box-shadow:0 6px 20px #3b82f659,0 2px 8px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:17px;font-weight:800;gap:12px;justify-content:space-between;overflow:hidden;padding:18px 28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.confirm-items-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.confirm-items-btn:hover:not(:disabled):before{left:100%}.confirm-items-btn:disabled{cursor:not-allowed;opacity:.6}.confirm-items-btn:hover:not(:disabled){box-shadow:0 8px 24px #3b82f666,0 4px 12px #3b82f640;transform:translateY(-3px)}.confirm-items-btn:active:not(:disabled){transform:translateY(-1px)}.confirm-items-btn.ready{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 20px #10b98159,0 2px 8px #10b98133}.confirm-items-btn.ready:hover:not(:disabled){box-shadow:0 8px 24px #10b98166,0 4px 12px #10b98140}.confirm-items-btn .button-text-multiline{flex:1 1;line-height:1.4;text-align:left}.btn-icon-right{flex-shrink:0;margin-left:auto}.action-section{margin-bottom:24px;margin-top:32px}.view-summary-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:14px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.view-summary-btn:hover{box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}@media (max-width:480px){.pickup-process-container{padding:0 16px}.item-card{gap:12px;padding:16px}.progress-section{padding:20px}.quantity-controls{gap:8px}.quantity-btn{height:40px;width:40px}.quantity-input{font-size:16px;padding:10px 12px}.item-photo-preview{height:64px;width:64px}}@media (max-width:360px){.pickup-process-container{padding:0 12px}.item-card{gap:10px;padding:14px}}[data-theme=dark] .pickup-process-screen{background:linear-gradient(180deg,#0f172a,#1e293b)}[data-theme=dark] .header-back-btn{background:#1a1f3a;border-color:#2d3748}[data-theme=dark] .header-subtitle{color:#94a3b8}[data-theme=dark] .progress-section{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#334155cc;box-shadow:0 4px 16px #0006,0 1px 4px #0003}[data-theme=dark] .progress-label,[data-theme=dark] .progress-stat{color:#94a3b8}[data-theme=dark] .section-title{color:#fff}[data-theme=dark] .section-subtitle{color:#94a3b8}[data-theme=dark] .empty-state{background:#1a1f3a;border-color:#2d3748}[data-theme=dark] .empty-state:hover{background:#252b3f;border-color:#475569}[data-theme=dark] .empty-icon-wrapper{background:#2d3748}[data-theme=dark] .empty-text{color:#fff}[data-theme=dark] .empty-subtext{color:#94a3b8}[data-theme=dark] .item-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#33415599;box-shadow:0 4px 16px #0006,0 1px 4px #0003}[data-theme=dark] .item-card.existing-item.completed{background:linear-gradient(135deg,#10b9811f,#10b9810f);border-color:#10b9814d}[data-theme=dark] .item-card.existing-item.confirmed{background:linear-gradient(135deg,#10b98126,#10b98114);border-color:#10b98166;box-shadow:0 4px 16px #10b98140,0 1px 4px #10b98126}[data-theme=dark] .item-category{color:#fff}[data-theme=dark] .item-weight{color:#94a3b8}[data-theme=dark] .quantity-btn{background:#2d3748;border-color:#475569}[data-theme=dark] .quantity-btn:hover{background:#475569;border-color:#64748b}[data-theme=dark] .quantity-input{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#475569;box-shadow:inset 0 2px 4px #0000004d;color:#fff}[data-theme=dark] .quantity-input:focus{background:linear-gradient(135deg,#1e3a5fcc,#0f172ae6);border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633,inset 0 2px 4px #0000004d}[data-theme=dark] .quantity-input.filled{background:linear-gradient(135deg,#10b98126,#10b98114);border-color:#10b981;box-shadow:0 0 0 3px #10b98126,inset 0 2px 4px #0000004d}[data-theme=dark] .item-description{border-top-color:#33415580;color:#94a3b8}[data-theme=dark] .item-photo-preview{border-color:#475569}[data-theme=dark] .confirm-section{border-top-color:#2d3748}.log-item-screen{background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);background-attachment:fixed;min-height:100vh;padding:20px 0 calc(80px + env(safe-area-inset-bottom, 0px));transition:background .3s ease}.log-item-container{box-sizing:border-box;margin:0 auto;max-width:428px;overflow-x:hidden;padding:0 20px;width:100%}.header{margin-bottom:8px;padding:16px 0 20px}.header-back-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;box-shadow:0 2px 8px #00000014;flex-shrink:0;height:44px;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.header-back-btn:hover{background:#fffffff2;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.header-back-btn:active{transform:translateY(0)}.header-title-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.header-title{font-size:22px;letter-spacing:-.5px;margin:0}.header-order-id{color:var(--text-tertiary);font-size:12px;font-weight:500;margin-top:4px;white-space:nowrap}.header-cancel-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;box-shadow:0 2px 8px #00000014;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-cancel-btn:hover{background:#fffffff2;box-shadow:0 4px 12px #0000001f;color:#374151;transform:translateY(-2px)}.progress-indicator{margin:24px 0 32px}.progress-steps{align-items:center;display:flex;justify-content:space-between;padding:0 8px;position:relative}.progress-steps:before{background:var(--bg-tertiary);content:"";height:2px;left:8px;position:absolute;right:8px;top:20px;z-index:0}.progress-step{flex:1 1;flex-direction:column;gap:8px;z-index:1}.progress-step,.progress-step-dot{align-items:center;display:flex;position:relative}.progress-step-dot{background:var(--bg-tertiary);border-radius:50%;box-shadow:0 2px 8px #0000001a;height:40px;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:40px}.progress-step.active .progress-step-dot{background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-blue-dark) 100%);box-shadow:0 4px 16px #2563eb66;transform:scale(1.1)}.progress-step.completed .progress-step-dot{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b9814d}.step-number{color:var(--text-primary);font-size:14px;font-weight:700}.progress-step.active .step-number,.progress-step.completed .step-number{color:#fff}.step-label{color:var(--text-tertiary);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:color .3s ease}.progress-step.active .step-label{color:var(--primary-blue);font-weight:700}.progress-step.completed .step-label{color:#10b981}.log-item-form{display:flex;flex-direction:column;gap:28px}.form-group{gap:10px}.form-label{color:var(--text-primary);display:flex;flex-direction:column;font-size:15px;gap:4px}.label-hint{color:var(--text-tertiary);font-size:12px;font-weight:400;margin-top:2px}.label-with-link{align-items:flex-start;display:flex;justify-content:space-between}.guide-link{align-items:center;border-radius:8px;color:var(--primary-blue);display:flex;font-size:13px;font-weight:600;gap:4px;padding:6px 12px;text-decoration:none;transition:all .2s ease}.guide-link:hover{background:#2563eb1a;transform:translateY(-1px)}.weight-input-wrapper{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:2px solid var(--card-border);border-radius:20px;box-shadow:0 4px 16px #00000014,inset 0 1px 0 #ffffff1a;box-sizing:border-box;display:flex;gap:12px;padding:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.weight-input-wrapper.filled{border-color:#10b98166;box-shadow:0 4px 16px #10b98126,inset 0 1px 0 #ffffff1a}.weight-input-wrapper:focus-within{border-color:#2563eb99;box-shadow:0 0 0 4px #2563eb26,0 8px 24px #2563eb33;transform:translateY(-2px)}.weight-input-wrapper.error{border-color:#ef444499;box-shadow:0 0 0 4px #ef444426}.weight-btn{align-items:center;background:var(--bg-tertiary);border:none;border-radius:12px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.weight-btn:hover:not(:disabled){background:var(--primary-blue);box-shadow:0 4px 12px #2563eb4d;transform:scale(1.05)}.weight-btn:active:not(:disabled){transform:scale(.95)}.weight-btn:disabled{cursor:not-allowed;opacity:.4}.weight-input-inner{align-items:center;display:flex;flex:1 1;gap:8px;justify-content:center}.weight-icon{color:var(--text-tertiary);flex-shrink:0;font-size:24px}.weight-input{background:none;border:none;box-sizing:border-box;color:var(--text-primary);flex:1 1;font-size:36px;font-weight:700;letter-spacing:-1px;min-width:0;outline:none;text-align:center;width:100%}.weight-input::placeholder{color:var(--text-tertiary);font-weight:400;opacity:.5}.weight-unit{color:var(--text-tertiary);flex-shrink:0;font-size:16px;font-weight:600}.plastic-type-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.plastic-type-grid.error{animation:shake .5s ease}.plastic-type-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:2px solid var(--card-border);border-radius:18px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:20px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.plastic-type-btn:before{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.plastic-type-btn:hover:before{left:100%}.plastic-type-btn:hover{border-color:#2563eb66;box-shadow:0 6px 16px #2563eb33;transform:translateY(-3px)}.plastic-type-btn.selected{background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-blue-dark) 100%);border-color:var(--primary-blue);box-shadow:0 6px 20px #2563eb66;transform:translateY(-3px) scale(1.02)}.selected-indicator{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border-radius:50%;box-shadow:0 2px 8px #0003;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}.type-icon{font-size:36px;line-height:1;transition:transform .3s ease}.plastic-type-btn:hover .type-icon{transform:scale(1.1)}.type-label{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px}.plastic-type-btn:not(.selected) .type-label{color:var(--text-primary)}.type-sublabel{color:var(--text-tertiary);font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.plastic-type-btn.selected .type-sublabel{color:#ffffffd9}.photo-upload-area{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--card-bg);border:2px dashed var(--card-border);border-radius:20px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;min-height:240px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.photo-upload-area.has-photo{border-color:#10b98166;border-style:solid;padding:0}.photo-upload-area.error{animation:shake .5s ease;border-color:#ef444499}.photo-upload-area:before{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.photo-upload-area:hover:before{left:100%}.photo-upload-area:hover{border-color:#2563eb99;box-shadow:0 6px 20px #2563eb33;transform:translateY(-2px)}.photo-upload-placeholder{flex-direction:column;gap:12px;padding:20px}.camera-icon-wrapper,.photo-upload-placeholder{align-items:center;display:flex;justify-content:center}.camera-icon-wrapper{background:#2563eb1a;border-radius:50%;height:80px;transition:all .3s ease;width:80px}.photo-upload-area:hover .camera-icon-wrapper{background:#2563eb33;transform:scale(1.1)}.photo-text{color:var(--text-primary);font-size:15px;font-weight:600}.photo-hint{color:var(--text-tertiary);font-size:12px;font-weight:400}.photo-preview-wrapper{position:relative}.photo-preview,.photo-preview-wrapper{height:100%;min-height:240px;width:100%}.photo-preview{border-radius:18px;object-fit:cover}.remove-photo-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ef4444e6;border:none;border-radius:50%;box-shadow:0 4px 12px #0000004d;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .3s ease;width:36px;z-index:2}.remove-photo-btn:hover{background:#ef4444;box-shadow:0 6px 16px #ef444466;transform:scale(1.1)}.photo-overlay{align-items:center;background:linear-gradient(0deg,#000000b3,#0000);bottom:0;color:#fff;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;left:0;opacity:0;padding:16px;position:absolute;right:0;transition:opacity .3s ease;z-index:1}.photo-preview-wrapper:hover .photo-overlay{opacity:1}.error-message{align-items:center;animation:slideDown .3s ease;display:flex;font-size:12px;font-weight:500;gap:4px;margin-top:4px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.confirm-btn{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:12px}.confirm-btn svg{flex-shrink:0}.form-summary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:12px;margin-top:8px;padding:16px 20px}.summary-item{align-items:center;display:flex;justify-content:space-between}.summary-label{color:var(--text-tertiary);font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.summary-value{color:var(--text-primary);font-size:14px;font-weight:700}@media (max-width:480px){.log-item-container{padding:0 16px}.header{padding:12px 0 16px}.header-title{font-size:20px}.progress-steps{padding:0 4px}.progress-step-dot{height:36px;width:36px}.step-label{font-size:10px}.plastic-type-grid{gap:10px}.plastic-type-btn{padding:16px 10px}.type-icon{font-size:32px}.weight-input-wrapper{padding:14px 12px}.weight-input{font-size:32px}.weight-btn{height:40px;width:40px}.photo-preview,.photo-upload-area{min-height:200px}}@media (max-width:360px){.log-item-container{padding:0 12px}.plastic-type-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.plastic-type-btn{padding:14px 8px}.type-icon{font-size:28px}.progress-step-dot{height:32px;width:32px}.step-number{font-size:12px}.step-label{font-size:9px}}.loading-products,.no-products{color:var(--text-tertiary);font-size:14px;font-weight:500;grid-column:1/-1;padding:40px 20px;text-align:center}.spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.upload-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:18px;bottom:0;color:#fff;display:flex;flex-direction:column;font-size:14px;font-weight:600;gap:12px;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.photo-upload-area.uploading{opacity:.8;pointer-events:none}.general-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;font-size:13px;font-weight:500;margin-top:8px;padding:12px 16px}.confirm-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.confirm-btn:disabled:hover{box-shadow:0 4px 14px 0 #2563eb4d,0 2px 4px 0 #0003;transform:none}.confirm-btn .spinner-small{flex-shrink:0}[data-theme=dark] .header-back-btn,[data-theme=dark] .header-cancel-btn{background:#1e293bcc;border-color:#ffffff1a}[data-theme=dark] .header-back-btn:hover,[data-theme=dark] .header-cancel-btn:hover{background:#1e293bf2}[data-theme=dark] .weight-btn{background:#1e293b99}[data-theme=dark] .photo-upload-area.has-photo{border-color:#10b9814d}[data-theme=dark] .general-error{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.pickup-summary-screen{background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);background-attachment:fixed;min-height:100vh;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px));transition:background .3s ease}.pickup-summary-container{box-sizing:border-box;margin:0 auto;max-width:428px;overflow-x:hidden;padding:0 20px;width:100%}.header{margin-bottom:24px;padding:20px 0}.header-back{background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 4px #0000000d;color:#1a1a1a;height:44px;width:44px}.header-back:hover{background:#f9f9f9;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.header-title{font-size:24px}.paid-header-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 2px 6px #10b9814d;color:#fff;font-size:11px;font-weight:700;letter-spacing:.8px;padding:6px 14px;text-transform:uppercase}@media (max-width:480px){.pickup-summary-container{padding:0 16px}.total-payable-card{padding:28px 20px}.total-amount{font-size:48px}.breakdown-item{padding:18px}}@media (max-width:360px){.pickup-summary-container{padding:0 12px}.total-payable-card{padding:24px 16px}.total-amount{font-size:42px}.customer-card{padding:20px}.breakdown-item{gap:14px;padding:16px}.item-icon-circle{height:48px;width:48px}}.customer-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;box-shadow:0 4px 16px 0 var(--shadow-color);box-sizing:border-box;display:flex;gap:18px;margin:28px 0;overflow:hidden;padding:24px;transition:all .3s ease;width:100%}.customer-card:hover{border-color:var(--card-border);box-shadow:0 8px 24px 0 var(--shadow-color);transform:translateY(-2px)}.customer-avatar-large{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:3px solid #2563eb4d;border-radius:50%;box-shadow:0 4px 12px 0 #2563eb4d;color:#fff;display:flex;flex-shrink:0;font-size:26px;font-weight:700;height:68px;justify-content:center;overflow:hidden;position:relative;width:68px}.customer-avatar-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.customer-info-large{flex:1 1}.customer-name-large{word-wrap:break-word;color:var(--text-primary);font-size:20px;font-weight:600;margin-bottom:6px}.customer-phone{word-wrap:break-word;color:var(--text-secondary);font-size:15px;font-weight:500}.customer-id{word-wrap:break-word;align-items:center;color:var(--text-tertiary);display:flex;font-size:14px;gap:6px}.verified-icon{color:#2563eb;font-weight:700}.total-payable-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--primary-blue);border:1px solid var(--primary-blue-dark);border-radius:24px;box-shadow:0 8px 24px 0 #2563eb4d;box-sizing:border-box;margin-bottom:28px;overflow:hidden;padding:32px 24px;position:relative;text-align:center;width:100%}.total-payable-card:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#2563eb,#1d4ed8 50%,#2563eb);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.total-label{color:#ffffffe6;font-size:12px;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.total-amount{color:#fff;font-size:56px;font-weight:900;letter-spacing:-.04em}.rate-info{align-items:center;color:#fffc;display:flex;font-size:12px;gap:6px;justify-content:center}.rate-icon{font-size:14px}.breakdown-section{margin-bottom:24px}.breakdown-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.breakdown-title{color:var(--text-primary);font-size:20px;font-weight:600}.items-badge{background-color:#2563eb;border-radius:12px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px}.items-group{margin-bottom:24px}.items-group:last-child{margin-bottom:0}.group-title{color:var(--text-secondary);font-size:16px;font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.breakdown-list{display:flex;flex-direction:column;gap:12px}.breakdown-item{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 2px 8px 0 var(--shadow-color);box-sizing:border-box;display:flex;gap:18px;overflow:hidden;padding:20px;transition:all .3s ease;width:100%}.breakdown-item:hover{border-color:var(--card-border);box-shadow:0 4px 12px 0 var(--shadow-color);transform:translateY(-2px)}.item-icon-circle,.item-image-circle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-tertiary);border:2px solid var(--card-border);border-radius:50%;box-shadow:0 2px 8px 0 var(--shadow-color);display:flex;flex-shrink:0;font-size:26px;height:56px;justify-content:center;overflow:hidden;transition:all .3s ease;width:56px}.item-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.item-icon{align-items:center;display:flex;justify-content:center}.breakdown-item:hover .item-icon-circle,.breakdown-item:hover .item-image-circle{box-shadow:0 4px 12px 0 var(--shadow-color);transform:scale(1.1) rotate(5deg)}.item-info{flex:1 1}.item-name{word-wrap:break-word;color:var(--text-primary);font-size:16px;font-weight:600;margin-bottom:4px}.item-details{word-wrap:break-word;color:var(--text-tertiary);font-size:13px}.quantity-row{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.user-qty{color:#60a5fa;font-size:12px;font-weight:500}.actual-qty{color:var(--text-primary);font-size:13px;font-weight:600}.actual-qty.pending{color:var(--text-tertiary);font-style:italic;font-weight:500}.rate-info-small{margin-top:2px}.base-price-info,.rate-info-small{color:var(--text-tertiary);font-size:12px}.base-price-info{font-weight:500;margin-top:4px}.breakdown-item.order-item{border-left:3px solid #10b981}.breakdown-item.order-item:hover{border-left-color:#059669}.item-total{color:var(--primary-blue);flex-shrink:0;font-size:18px;font-weight:600}.action-buttons{display:flex;gap:12px;margin-top:32px}.decline-btn{flex:1 1}.agree-btn{flex:2 1}.modal-overlay{background-color:#000000b3;bottom:0;left:0;overflow:hidden;overscroll-behavior:contain;padding:16px;right:0;top:0}@media (max-width:768px){.modal-overlay{padding:14px}}@media (max-width:480px){.modal-overlay{align-items:center;padding:12px}}@media (max-width:360px){.modal-overlay{padding:8px}}.modal-content{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:400px;padding:24px}.modal-title{color:var(--text-primary);font-size:20px;font-weight:600;margin:0}.code-modal-header .modal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-blue) 0,#2563eb 100%);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:0}.decline-reason-input{background-color:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;box-sizing:border-box;color:var(--text-primary);font-family:inherit;font-size:14px;margin-bottom:20px;min-height:120px;padding:16px;resize:vertical;width:100%}.decline-reason-input:focus{border-color:var(--primary-blue);outline:none}.decline-reason-input::placeholder{color:var(--text-tertiary)}.modal-actions{display:flex;gap:12px}.modal-actions .btn-danger,.modal-actions .btn-secondary{flex:1 1}.code-modal{animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1);background:var(--card-bg);border-radius:24px;box-shadow:0 24px 80px #0006,0 8px 24px #0003;display:flex;flex-direction:column;max-height:calc(100vh - 32px);max-width:440px;overflow:hidden;padding:0;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.code-modal{max-width:90%}}@media (max-width:480px){.code-modal{border-radius:20px;margin:10px;max-height:calc(100vh - 20px);max-width:100%}}@media (max-width:360px){.code-modal{border-radius:16px;margin:8px;max-height:calc(100vh - 16px)}}.code-modal-header{align-items:center;background:linear-gradient(180deg,#3b82f605,#0000);border-bottom:1px solid #0000000f;display:flex;flex-shrink:0;justify-content:space-between;margin:0;padding:24px 28px 20px}[data-theme=dark] .code-modal-header{background:linear-gradient(180deg,#3b82f60d,#0000);border-bottom-color:#ffffff1a}@media (max-width:768px){.code-modal-header{padding:20px 24px 18px}}@media (max-width:480px){.code-modal-header{padding:18px 20px 16px}.code-modal-header .modal-title{font-size:20px}}@media (max-width:360px){.code-modal-header{padding:16px 18px 14px}.code-modal-header .modal-title{font-size:18px}.code-modal-close{font-size:22px;height:32px;width:32px}}.code-modal-close{align-items:center;background:#0000000a;border:none;border-radius:10px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:24px;font-weight:300;height:36px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:36px}.code-modal-close:hover:not(:disabled){background:#ef44441a;color:#dc2626;transform:rotate(90deg)}.code-modal-close:active:not(:disabled){transform:rotate(90deg) scale(.95)}.code-modal-close:disabled{cursor:not-allowed;opacity:.4}[data-theme=dark] .code-modal-close{background:#ffffff14}.code-modal-body{align-items:center;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:32px 28px 28px;position:relative}@media (max-width:768px){.code-modal-body{padding:28px 24px 24px}}@media (max-width:480px){.code-modal-body{padding:24px 20px 20px}}@media (max-width:360px){.code-modal-body{padding:20px 16px 16px}}.code-icon-wrapper{margin-bottom:24px}.code-icon,.code-icon-wrapper{display:flex;flex-shrink:0;justify-content:center;position:relative}.code-icon{align-items:center;animation:pulse 2.5s ease-in-out infinite;background:linear-gradient(135deg,#3b82f626,#2563eb40);border-radius:50%;box-shadow:0 8px 24px #3b82f633,inset 0 2px 8px #ffffff4d;font-size:44px;height:88px;width:88px}@media (max-width:768px){.code-icon{font-size:40px;height:80px;width:80px}}@media (max-width:480px){.code-icon{font-size:36px;height:72px;width:72px}.code-icon-wrapper{margin-bottom:20px}}@media (max-width:360px){.code-icon{font-size:32px;height:64px;width:64px}.code-icon-wrapper{margin-bottom:16px}}.code-icon:before{animation:ripple 2.5s ease-in-out infinite;background:linear-gradient(135deg,#3b82f64d,#2563eb1a);border-radius:50%;content:"";inset:-4px;opacity:0;position:absolute;z-index:-1}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.08)}}@keyframes ripple{0%,to{opacity:0;transform:scale(.95)}50%{opacity:.6;transform:scale(1.1)}}.code-instruction{color:var(--text-secondary);flex-shrink:0;font-size:15px;font-weight:500;letter-spacing:-.2px;line-height:1.6;margin-bottom:28px;max-width:320px;text-align:center}@media (max-width:768px){.code-instruction{font-size:14px;margin-bottom:24px;max-width:100%}}@media (max-width:480px){.code-instruction{font-size:13px;margin-bottom:20px;padding:0 8px}}@media (max-width:360px){.code-instruction{font-size:12px;line-height:1.5;margin-bottom:18px}}.otp-error-message{align-items:center;animation:shake .5s cubic-bezier(.36,.07,.19,.97);background:linear-gradient(135deg,#ef44441f,#dc262614);border:1.5px solid #ef444466;border-radius:14px;box-shadow:0 4px 12px #ef444426;box-sizing:border-box;color:#dc2626;display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:10px;margin-bottom:20px;max-width:360px;padding:12px 16px;width:100%;word-break:break-word}@media (max-width:768px){.otp-error-message{font-size:12px;max-width:100%;padding:10px 14px}}@media (max-width:480px){.otp-error-message{font-size:12px;gap:8px;margin-bottom:16px;padding:10px 12px}.otp-error-icon{font-size:16px}}@media (max-width:360px){.otp-error-message{font-size:11px;margin-bottom:14px;padding:8px 10px}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}.otp-error-icon{flex-shrink:0;font-size:18px}.code-input-container{display:flex;flex-shrink:0;gap:14px;justify-content:center;margin-bottom:24px;padding:8px 0}.code-input{background:var(--input-bg);border:2.5px solid var(--input-border);border-radius:16px;box-shadow:0 2px 8px #0000000a;box-sizing:border-box;color:var(--text-primary);flex-shrink:0;font-size:28px;font-weight:700;height:64px;letter-spacing:.5px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:64px}.code-input:hover:not(:disabled):not(:focus){border-color:#3b82f666;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}@media (max-width:768px){.code-input{font-size:27px;height:60px;width:60px}.code-input-container{gap:13px}}@media (max-width:480px){.code-input{font-size:26px;height:56px;width:56px}.code-input-container{gap:12px;margin-bottom:20px}}@media (max-width:360px){.code-input{border-radius:12px;font-size:24px;height:50px;width:50px}.code-input-container{gap:10px;margin-bottom:18px;padding:4px 0}}.code-input:focus{background:#3b82f608;border-color:var(--primary-blue);box-shadow:0 0 0 4px #3b82f633,0 8px 24px #3b82f640;outline:none;transform:scale(1.08) translateY(-2px)}.code-input:disabled{cursor:not-allowed;opacity:.6;transform:none}.code-input-error{animation:errorShake .4s ease;border-color:#dc2626}.code-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc262626}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.code-hint{align-items:center;background:linear-gradient(135deg,#3b82f614,#2563eb0d);border:1px solid #3b82f626;border-radius:14px;box-shadow:0 2px 8px #3b82f614;box-sizing:border-box;color:var(--text-secondary);display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:10px;justify-content:center;margin-bottom:0;max-width:100%;padding:12px 18px;text-align:center;width:100%}.code-hint span:last-child{flex:1 1;line-height:1.5;min-width:0;overflow-wrap:break-word;white-space:normal;word-break:keep-all}@media (max-width:768px){.code-hint{font-size:12px;padding:11px 16px}}@media (max-width:480px){.code-hint{flex-wrap:wrap;font-size:12px;gap:8px;padding:10px 14px}.code-hint span:last-child{text-align:center;white-space:normal;word-break:break-word}.code-hint-icon{font-size:14px}}@media (max-width:360px){.code-hint{font-size:11px;gap:6px;padding:8px 12px}.code-hint-icon{font-size:13px}}.code-hint-icon{flex-shrink:0;font-size:16px}.code-modal .modal-actions{background:#00000003;border-top:1px solid #0000000f;display:flex;flex-shrink:0;gap:14px;margin-top:0;padding:24px 28px}[data-theme=dark] .code-modal .modal-actions{background:#ffffff05;border-top-color:#ffffff1a}.code-modal .modal-actions .btn-primary,.code-modal .modal-actions .btn-secondary{border-radius:12px;font-size:15px;font-weight:600;padding:14px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.code-modal .modal-actions{gap:12px;padding:20px 24px}.code-modal .modal-actions .btn-primary,.code-modal .modal-actions .btn-secondary{font-size:14px;padding:13px 20px}}@media (max-width:480px){.code-modal .modal-actions{flex-direction:column;gap:10px;padding:18px 20px}.code-modal .modal-actions .btn-primary,.code-modal .modal-actions .btn-secondary{flex:1 1;font-size:14px;padding:12px 18px;width:100%}}@media (max-width:360px){.code-modal .modal-actions{gap:8px;padding:16px 18px}.code-modal .modal-actions .btn-primary,.code-modal .modal-actions .btn-secondary{border-radius:10px;font-size:13px;padding:11px 16px}}.code-modal .modal-actions .btn-primary{box-shadow:0 4px 16px #2563eb4d;flex:1.5 1}.code-modal .modal-actions .btn-primary:hover:not(:disabled){box-shadow:0 6px 24px #2563eb66;transform:translateY(-2px)}.code-modal .modal-actions .btn-secondary{box-shadow:0 2px 8px #00000014;flex:1 1}.code-modal .modal-actions .btn-secondary:hover:not(:disabled){box-shadow:0 4px 12px #2563eb26;transform:translateY(-1px)}.code-modal .modal-actions button:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-spinner{animation:spin .6s linear infinite;display:inline-block;height:14px;margin-right:8px;vertical-align:middle;width:14px}.success-toast-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.success-toast{animation:slideUp .4s ease;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;box-shadow:0 20px 60px #0000004d;box-sizing:border-box;max-width:400px;padding:32px;text-align:center;width:100%}.success-toast-icon{align-items:center;animation:scaleIn .4s ease .2s both;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 8px 24px #10b9814d;color:#fff;display:flex;font-size:48px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.success-toast-content{text-align:center}.success-toast-title{color:var(--text-primary);font-size:24px;font-weight:700;margin:0 0 12px}.success-toast-message{color:var(--text-secondary);font-size:16px;line-height:1.5;margin:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.paid-view-footer{background:var(--card-bg);border:2px solid #10b981;border-radius:16px;margin-top:32px;padding:20px;text-align:center}.paid-footer-message{align-items:center;color:#10b981;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center}.paid-footer-icon{font-size:20px;font-weight:700}[data-theme=dark] .paid-view-footer{border-color:#059669}[data-theme=dark] .paid-footer-message{color:#34d399}@media (max-width:480px){.pickup-summary-container{padding:0 12px}.action-buttons{flex-direction:column}.agree-btn,.decline-btn{flex:1 1}.code-input{font-size:20px;height:50px;width:50px}.code-input-container{gap:8px}.success-toast{padding:24px}.success-toast-icon{font-size:36px;height:64px;width:64px}.success-toast-title{font-size:20px}.success-toast-message{font-size:14px}}.account-screen{background:#f9fafb;min-height:100vh;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}[data-theme=dark] .account-screen{background:#0a0e27}.account-container{margin:0 auto;max-width:428px;padding:0 20px}.account-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;padding:18px 0}.profile-section-new{align-items:center;display:flex;flex-direction:column;margin:32px 0 40px}.profile-image-wrapper-new{margin-bottom:16px;position:relative}.profile-image-display{display:block}.profile-image-new{border:3px solid #e5e7eb;border-radius:50%;height:100px;object-fit:cover;width:100px}[data-theme=dark] .profile-image-new{border-color:#374151}.profile-placeholder-new{align-items:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:3px solid #e5e7eb;border-radius:50%;display:flex;font-size:40px;height:100px;justify-content:center;width:100px}[data-theme=dark] .profile-placeholder-new{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#374151}.edit-image-overlay-new{align-items:center;background:#3b82f6;border:3px solid #fff;border-radius:50%;bottom:0;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:0;transition:transform .2s ease;width:36px}[data-theme=dark] .edit-image-overlay-new{border-color:#0a0e27}.edit-image-overlay-new:hover{transform:scale(1.1)}.profile-name{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 12px;text-align:center}[data-theme=dark] .profile-name{color:#fff}.certified-badge{background:#dbeafe;border-radius:20px;color:#1e40af;font-size:12px;font-weight:700;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase}[data-theme=dark] .certified-badge{background:#1e3a8a;color:#93c5fd}.account-sections{gap:24px;margin-bottom:32px}.account-sections,.section-group{display:flex;flex-direction:column}.section-group{gap:12px}.section-label{color:#6b7280;padding:0 4px}[data-theme=dark] .section-label{color:#9ca3af}.info-card-new{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:0}[data-theme=dark] .info-card-new{background:#1f2937;box-shadow:0 1px 3px #0000004d}.info-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background .2s ease}[data-theme=dark] .info-item{border-bottom-color:#374151}.info-item:last-child{border-bottom:none}.info-item:hover{background:#f9fafb}[data-theme=dark] .info-item:hover{background:#374151}.info-item-left{align-items:center;display:flex;flex:1 1;gap:16px;min-width:0}.info-icon-wrapper{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.info-icon-wrapper.email,.info-icon-wrapper.phone{background:#3b82f6}.info-icon-wrapper.security{background:#4b5563}[data-theme=dark] .info-icon-wrapper.security{background:#6b7280}.info-icon-wrapper.appearance{background:linear-gradient(135deg,#f59e0b,#f97316)}[data-theme=dark] .info-icon-wrapper.appearance{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.theme-toggle-switch{align-items:center;display:flex}.toggle-track{background:#e5e7eb;border-radius:14px;cursor:pointer;height:28px;position:relative;transition:background .3s ease;width:52px}.toggle-track.dark{background:#3b82f6}.toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:24px;left:2px;position:absolute;top:2px;transition:transform .3s ease;width:24px}.toggle-track.dark .toggle-thumb{transform:translateX(24px)}.info-item-content{flex:1 1;min-width:0}.info-item-label{color:#1a1a1a;font-size:15px;font-weight:500;margin-bottom:4px}[data-theme=dark] .info-item-label{color:#fff}.info-item-value{color:#6b7280;font-size:14px;font-weight:400}[data-theme=dark] .info-item-value{color:#9ca3af}.logout-section{margin:32px 0 24px}.logout-btn{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;gap:12px;justify-content:center;padding:16px 20px;transition:background .2s ease;width:100%}[data-theme=dark] .logout-btn{background:#1f2937;box-shadow:0 1px 3px #0000004d}.logout-btn:hover{background:#f9fafb}[data-theme=dark] .logout-btn:hover{background:#374151}.logout-btn span{color:#ef4444;font-size:16px;font-weight:500}@media (max-width:480px){.account-container{padding:0 16px}.profile-image-new,.profile-placeholder-new{height:90px;width:90px}.profile-placeholder-new{font-size:36px}.profile-name{font-size:22px}}.change-password-screen{background:#f9fafb;min-height:100vh;padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}[data-theme=dark] .change-password-screen{background:#0a0e27}.change-password-container{margin:0 auto;max-width:428px;padding:0 20px}.change-password-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;padding:18px 0}.header-back-btn{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .2s ease}.header-back-btn:hover{background:#0000000d}[data-theme=dark] .header-back-btn:hover{background:#ffffff1a}.header-title{color:#1a1a1a}[data-theme=dark] .header-title{color:#fff}.change-password-content{margin-top:32px}.password-icon-wrapper{display:flex;justify-content:center;margin-bottom:40px}.password-form{gap:24px}.form-group,.password-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-label{color:#374151;font-size:14px;font-weight:600}[data-theme=dark] .form-label{color:#d1d5db}.form-input{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box;color:#1a1a1a;font-family:inherit;font-size:16px;padding:14px 16px;transition:all .3s ease;width:100%}[data-theme=dark] .form-input{background:#1f2937;border-color:#374151;color:#fff}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input::placeholder{color:#9ca3af}.error-message{background-color:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444}.error-message,.success-message{font-size:14px;padding:12px 16px}.success-message{background-color:#22c55e1a;border:1px solid #22c55e;border-radius:8px;color:#22c55e}.submit-btn{background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:16px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:480px){.change-password-container{padding:0 16px}}.edit-profile-screen{background:linear-gradient(180deg,#f0f4ff,#f8fafc);min-height:100dvh;overflow-x:hidden;padding-bottom:calc(100px + env(safe-area-inset-bottom, 0px))}.edit-profile-screen::-webkit-scrollbar,.photo-card::-webkit-scrollbar,.photo-container::-webkit-scrollbar{display:none}.edit-profile-screen,.photo-card,.photo-container{-ms-overflow-style:none;scrollbar-width:none}[data-theme=dark] .edit-profile-screen{background:linear-gradient(180deg,#0f172a,#1e293b)}.edit-profile-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100dvh}.edit-profile-loading .loading-spinner{animation:spin .8s linear infinite;border:3px solid #3b82f633;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.edit-profile-loading p{color:#64748b;font-size:14px}[data-theme=dark] .edit-profile-loading p{color:#94a3b8}.edit-header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #0000000d;display:flex;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}[data-theme=dark] .edit-header{background:#0f172ae6;border-color:#ffffff0d}.back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}[data-theme=dark] .back-btn{background:#1e293b;border-color:#334155}.back-btn:hover{background:#f1f5f9;transform:translateX(-2px)}[data-theme=dark] .back-btn:hover{background:#334155}.back-btn svg{color:#1e293b;height:20px;width:20px}[data-theme=dark] .back-btn svg{color:#f1f5f9}.edit-header h1{color:#1e293b;font-size:18px;font-weight:600;margin:0}[data-theme=dark] .edit-header h1{color:#f1f5f9}.header-spacer{width:40px}.edit-content{margin:0 auto;max-width:440px;padding:24px 20px}.photo-card{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 20px #0000000a;margin-bottom:20px;overflow:hidden;padding:32px 24px}[data-theme=dark] .photo-card{background:#1e293b;border-color:#ffffff0d;box-shadow:0 4px 20px #0003}.photo-wrapper{-webkit-tap-highlight-color:transparent;align-items:center;cursor:pointer;display:flex;flex-direction:column;outline:none}.photo-container{background:#e2e8f0;border:4px solid #e2e8f0;border-radius:50%;flex-shrink:0;height:120px;overflow:hidden;position:relative;width:120px}[data-theme=dark] .photo-container{background:#475569;border-color:#475569}.photo-wrapper:hover .photo-container{border-color:#3b82f6}.photo-img{display:block;height:100%;object-fit:cover;width:100%}.photo-placeholder{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;height:100%;justify-content:center;width:100%}[data-theme=dark] .photo-placeholder{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.photo-placeholder svg{color:#3b82f6;height:48px;width:48px}[data-theme=dark] .photo-placeholder svg{color:#60a5fa}.photo-loading{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;height:100%;justify-content:center;width:100%}[data-theme=dark] .photo-loading{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.photo-spinner{animation:spin .8s linear infinite;border:3px solid #3b82f64d;border-radius:50%;border-top-color:#3b82f6;height:32px;width:32px}.photo-edit-btn{align-items:center;background:#3b82f6;border:3px solid #fff;border-radius:50%;bottom:4px;box-shadow:0 4px 12px #3b82f666;display:flex;height:36px;justify-content:center;position:absolute;right:4px;transition:all .2s ease;width:36px}[data-theme=dark] .photo-edit-btn{border-color:#1e293b}.photo-wrapper:hover .photo-edit-btn{background:#2563eb;transform:scale(1.1)}.photo-edit-btn svg{color:#fff;height:16px;width:16px}.photo-hint{color:#64748b;font-size:13px;font-weight:500;margin-top:16px}[data-theme=dark] .photo-hint{color:#94a3b8}.form-card{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 20px #0000000a;padding:24px}[data-theme=dark] .form-card{background:#1e293b;border-color:#ffffff0d;box-shadow:0 4px 20px #0003}.form-card form{gap:20px}.form-card form,.input-group{display:flex;flex-direction:column}.input-group{gap:8px}.input-group label{color:#475569;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}[data-theme=dark] .input-group label{color:#94a3b8}.input-wrapper{position:relative}.input-icon,.input-wrapper{align-items:center;display:flex}.input-icon{justify-content:center;left:14px;pointer-events:none;position:absolute}.input-icon svg{color:#94a3b8;height:18px;transition:color .2s ease;width:18px}[data-theme=dark] .input-icon svg{color:#64748b}.input-wrapper input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;color:#1e293b;font-size:15px;height:52px;padding:0 16px 0 46px;transition:all .2s ease;width:100%}[data-theme=dark] .input-wrapper input{background:#0f172a;border-color:#334155;color:#f1f5f9}.input-wrapper input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}[data-theme=dark] .input-wrapper input:focus{background:#1e293b;box-shadow:0 0 0 4px #3b82f633}.input-wrapper:focus-within .input-icon svg{color:#3b82f6}.input-wrapper input::placeholder{color:#94a3b8}[data-theme=dark] .input-wrapper input::placeholder{color:#64748b}.alert{align-items:center;animation:slideIn .3s ease;border-radius:12px;display:flex;font-size:14px;font-weight:500;gap:10px;padding:14px 16px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert svg{flex-shrink:0;height:18px;width:18px}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}[data-theme=dark] .alert-error{background:#dc26261a;border-color:#dc26264d;color:#f87171}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}[data-theme=dark] .alert-success{background:#16a34a1a;border-color:#16a34a4d;color:#4ade80}.save-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;height:52px;justify-content:center;margin-top:4px;transition:all .2s ease;width:100%}.save-btn:hover:not(:disabled){box-shadow:0 8px 24px #3b82f666;transform:translateY(-2px)}.save-btn:active:not(:disabled){transform:translateY(0)}.save-btn:disabled{cursor:not-allowed;opacity:.7}.btn-spinner,.save-btn svg{height:18px;width:18px}.btn-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff}.cancel-btn{background:#0000;border:none;border-radius:14px;color:#64748b;cursor:pointer;font-size:15px;font-weight:500;height:48px;margin-top:12px;transition:all .2s ease;width:100%}.cancel-btn:hover{background:#0000000a;color:#475569}[data-theme=dark] .cancel-btn{color:#94a3b8}[data-theme=dark] .cancel-btn:hover{background:#ffffff0d;color:#cbd5e1}.modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:modalSlide .3s ease;background:#fff;border-radius:24px;max-width:340px;overflow:hidden;width:100%}@keyframes modalSlide{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}[data-theme=dark] .modal-content{background:#1e293b}.modal-header{align-items:center;display:flex;justify-content:space-between;padding:20px 20px 0}.modal-header h3{color:#1e293b;font-size:18px;font-weight:600;margin:0}[data-theme=dark] .modal-header h3{color:#f1f5f9}.modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}[data-theme=dark] .modal-close{background:#334155}.modal-close:hover{background:#e2e8f0}[data-theme=dark] .modal-close:hover{background:#475569}.modal-close svg{color:#64748b;height:16px;width:16px}[data-theme=dark] .modal-close svg{color:#94a3b8}.modal-body{padding:24px;text-align:center}.modal-preview{border:4px solid #e2e8f0;border-radius:50%;box-shadow:0 8px 24px #0000001a;height:140px;margin:0 auto 16px;overflow:hidden;width:140px}[data-theme=dark] .modal-preview{border-color:#475569}.modal-preview img{height:100%;object-fit:cover;width:100%}.modal-text{color:#64748b;font-size:14px;margin:0}[data-theme=dark] .modal-text{color:#94a3b8}.modal-footer{display:flex;gap:12px;padding:0 20px 20px}.modal-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;height:48px;justify-content:center;transition:all .2s ease}.modal-btn.secondary{background:#f1f5f9;color:#64748b}[data-theme=dark] .modal-btn.secondary{background:#334155;color:#94a3b8}.modal-btn.secondary:hover{background:#e2e8f0}[data-theme=dark] .modal-btn.secondary:hover{background:#475569}.modal-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.modal-btn.primary:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.modal-btn.primary svg{height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:480px){.edit-content{padding:20px 16px}.photo-card{border-radius:16px;padding:24px 20px}.form-card{border-radius:16px;padding:20px}.photo-container{height:100px;width:100px}.photo-edit-btn{height:32px;width:32px}.input-wrapper input{font-size:16px;height:48px}.save-btn{height:48px}.modal-content{border-radius:20px;max-width:300px}.modal-preview{height:120px;width:120px}}.help-screen{background:#f8fafc;min-height:100dvh;padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px))}[data-theme=dark] .help-screen{background:#0f172a}.help-wrapper{margin:0 auto;max-width:440px;padding:0 20px}.help-header{align-items:center;background:#f8fafc;display:flex;justify-content:space-between;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-theme=dark] .help-header{background:#0f172a}.help-screen .back-btn{align-items:center;background:#fff;border:none;border-radius:12px;box-shadow:0 1px 3px #00000014;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}[data-theme=dark] .help-screen .back-btn{background:#1e293b;box-shadow:0 1px 3px #0003}.help-screen .back-btn:active{transform:scale(.95)}.help-title{color:#0f172a;font-size:18px;font-weight:600;margin:0}[data-theme=dark] .help-title{color:#f8fafc}.help-screen .header-spacer{width:40px}.help-hero{padding:24px 0 32px;text-align:center}.hero-icon{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px;display:flex;height:72px;justify-content:center;margin:0 auto 20px;width:72px}[data-theme=dark] .hero-icon{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.hero-icon svg{color:#3b82f6;height:36px;width:36px}[data-theme=dark] .hero-icon svg{color:#60a5fa}.hero-title{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 8px}[data-theme=dark] .hero-title{color:#f8fafc}.hero-subtitle{color:#64748b;font-size:15px;margin:0}[data-theme=dark] .hero-subtitle{color:#94a3b8}.section-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}[data-theme=dark] .section-label{color:#94a3b8}.contact-section{margin-bottom:32px}.contact-cards{display:flex;flex-direction:column;gap:12px}.contact-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;display:flex;gap:14px;padding:16px;text-decoration:none;transition:all .2s}[data-theme=dark] .contact-card{background:#1e293b;box-shadow:0 1px 3px #0003}.contact-card:active{transform:scale(.98)}.contact-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.contact-icon svg{color:#fff;height:22px;width:22px}.contact-icon.phone{background:linear-gradient(135deg,#10b981,#059669)}.contact-icon.email{background:linear-gradient(135deg,#3b82f6,#2563eb)}.contact-info{align-self:center;display:flex;flex:1 1;flex-direction:column;gap:2px;justify-content:center;margin-top:0}.contact-type{color:#0f172a;font-size:15px;font-weight:600;line-height:1.2}[data-theme=dark] .contact-type{color:#f8fafc}.contact-detail{color:#64748b;font-size:13px;line-height:1.2}[data-theme=dark] .contact-detail{color:#94a3b8}.contact-arrow{color:#cbd5e1;height:20px;width:20px}[data-theme=dark] .contact-arrow{color:#475569}.faq-section{margin-bottom:32px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f;cursor:pointer;overflow:hidden;transition:all .2s}[data-theme=dark] .faq-item{background:#1e293b;box-shadow:0 1px 3px #0003}.faq-item:active{transform:scale(.99)}.faq-header{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:16px}.faq-question{color:#0f172a;flex:1 1;font-size:14px;font-weight:600;line-height:1.4}[data-theme=dark] .faq-question{color:#f8fafc}.faq-chevron{color:#94a3b8;flex-shrink:0;height:20px;transition:transform .2s;width:20px}.faq-item.expanded .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.expanded .faq-answer{max-height:200px}.faq-answer p{color:#64748b;font-size:14px;line-height:1.6;margin:0;padding:0 16px 16px}[data-theme=dark] .faq-answer p{color:#94a3b8}.help-footer{padding:24px 0;text-align:center}.help-footer p{color:#94a3b8;font-size:13px;margin:0}@media (max-width:380px){.help-wrapper{padding:0 16px}.hero-title{font-size:22px}.hero-icon{height:64px;width:64px}.hero-icon svg{height:32px;width:32px}.contact-icon{height:44px;width:44px}.faq-question{font-size:13px}}.App{background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-mid) 50%,var(--bg-gradient-end) 100%);background-attachment:fixed;color:var(--text-primary);min-height:100vh;overflow-x:hidden;transition:background .3s ease,color .3s ease}.App,.btn-primary{position:relative;width:100%}.btn-primary{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;box-shadow:0 4px 14px 0 #2563eb4d,0 2px 4px 0 #0003;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;max-width:400px;overflow:hidden;padding:16px 28px;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 20px 0 #2563eb66,0 4px 6px 0 #0000004d;transform:translateY(-2px)}.btn-primary:active{box-shadow:0 2px 8px 0 #2563eb4d;transform:translateY(0)}.btn-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2563eb1a;border:1.5px solid #2563eb4d;border-radius:14px;box-shadow:0 2px 8px 0 #0000001a;color:#60a5fa;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;max-width:400px;padding:16px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.btn-secondary:hover{background:#2563eb33;border-color:#2563eb80;box-shadow:0 4px 12px 0 #2563eb33;color:#93c5fd;transform:translateY(-1px)}.btn-danger{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ef44441a;border:1.5px solid #ef44444d;border-radius:14px;box-shadow:0 2px 8px 0 #0000001a;color:#f87171;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:16px 28px;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-danger:hover{background:#ef444433;border-color:#ef444480;box-shadow:0 4px 12px 0 #ef444433;color:#fca5a5;transform:translateY(-1px)}.input-field{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--input-bg);border:1px solid var(--input-border);border-radius:14px;box-shadow:0 2px 4px 0 var(--shadow-color);color:var(--text-primary);font-size:16px;font-weight:400;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.input-field:focus{background:var(--input-bg);border-color:#2563eb99;box-shadow:0 0 0 4px #2563eb26,0 4px 12px 0 #2563eb33;outline:none;transform:translateY(-1px)}.input-field::placeholder{color:var(--text-tertiary);font-weight:400}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;box-shadow:0 4px 16px 0 var(--shadow-color),0 2px 4px 0 var(--shadow-color);margin-bottom:20px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:var(--card-border);box-shadow:0 8px 24px 0 var(--shadow-color),0 4px 8px 0 var(--shadow-color);transform:translateY(-2px)}.container{margin:0 auto;max-width:428px;padding:0 20px;width:100%}@media (max-width:480px){.container{padding:0 16px}}@media (max-width:360px){.container{padding:0 12px}}.header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border-bottom:1px solid var(--card-border);box-shadow:0 2px 8px 0 var(--shadow-color);display:flex;justify-content:space-between;padding:18px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-title{flex:1 1;font-weight:700;letter-spacing:-.02em;text-align:center}.header-back,.header-title{color:var(--text-primary);font-size:20px}.header-back{align-items:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:10px;transition:all .2s ease;width:40px}.header-back:hover{background:var(--bg-secondary);transform:scale(1.05)}.header-action{background:none;border:none;border-radius:8px;color:#60a5fa;cursor:pointer;font-size:16px;font-weight:600;padding:8px 12px;transition:all .2s ease}.header-action:hover{background:#2563eb1a;color:#93c5fd}@media (max-width:480px){.container{padding:0 12px}.header{padding:12px}}
/*# sourceMappingURL=main.23a6edab.css.map*/