*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #007AFF;--secondary-blue: #0056B3;--accent-blue: #E5F1FF;--surface-white: #FFFFFF;--surface-light: #F8FAFC;--text-primary: #1E293B;--text-secondary: #64748B;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .4);--glass-shadow: 0 12px 40px 0 rgba(0, 0, 0, .08);--shiny-gradient: linear-gradient(135deg, #007AFF 0%, #0056B3 100%);--premium-surface: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%);--font-main: "Outfit", "Inter", -apple-system, sans-serif}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;display:flex;align-items:flex-start;justify-content:flex-start;min-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh;display:flex;align-items:stretch;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-blue: #007AFF;--text-primary: #1D1D1F;--text-secondary: #86868B;--premium-surface: #F5F5F7;--surface-white: #FFFFFF;--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, .3);--glass-shadow: 0 12px 40px rgba(0, 0, 0, .08);--shiny-gradient: linear-gradient(135deg, #007AFF 0%, #0056B3 100%)}#root{width:100%;min-height:100vh}.splash-screen{position:fixed;inset:0;background:#2b3ec7;display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeOut .5s ease-in-out 3.1s forwards}@keyframes splashFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.03);pointer-events:none}}.splash-content{display:flex;flex-direction:column;align-items:center;gap:16px;animation:splashPop .6s cubic-bezier(.34,1.56,.64,1) .2s both}@keyframes splashPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.splash-logo-icon{width:200px;height:200px;object-fit:contain}.splash-brand-name{color:#fff;font-family:Outfit,Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.3px;margin:0}.onboarding-screen{min-height:100vh;width:100%;background:#fff;display:flex;flex-direction:column;align-items:center;font-family:Outfit,Inter,sans-serif;position:relative;overflow:hidden}.onboarding-header{width:100%;display:flex;justify-content:flex-end;padding:20px 24px 0}.skip-btn{background:#f0f4ff;border:none;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;color:#555;cursor:pointer;transition:background .2s}.skip-btn:hover{background:#e0e8ff}.onboarding-image-wrap{margin-top:36px;display:flex;justify-content:center}.onboarding-image-circle{width:260px;height:260px;border-radius:50%;background:#eef2ff;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #2b3ec71a}.onboarding-image{width:100%;height:100%;object-fit:cover;animation:imgFadeIn .45s ease both}@keyframes imgFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.onboarding-body{margin-top:40px;padding:0 32px;text-align:center;flex:1}.onboarding-title{font-size:22px;font-weight:700;color:#1a1a2e;line-height:1.45;animation:titleSlideUp .4s ease both}.onboarding-subtitle{font-size:14px;color:#666;margin-top:8px;font-weight:500}@keyframes titleSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.onboarding-dots{display:flex;gap:8px;margin-top:28px;justify-content:center}.onboarding-dot{width:24px;height:5px;border-radius:3px;background:#d4d9e8;cursor:pointer;transition:background .3s,width .3s}.onboarding-dot.active{background:#2b3ec7;width:32px}.onboarding-footer{padding:32px 0 48px;display:flex;justify-content:center}.onboarding-next-btn{width:56px;height:56px;border-radius:16px;background:#2b3ec7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #2b3ec759;transition:transform .18s,box-shadow .18s}.onboarding-next-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2b3ec773}.onboarding-next-btn:active{transform:translateY(0)}@media(max-width:480px){.onboarding-image-circle{width:220px;height:220px}.onboarding-title{font-size:20px}}.gs-container{min-height:100vh;width:100%;background:#f4f6ff;display:flex;align-items:center;justify-content:center;font-family:Outfit,Inter,sans-serif}.gs-content{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;padding:48px 32px 56px}.gs-back-button{align-self:flex-start;background:transparent;border:none;padding:0;margin-bottom:32px;cursor:pointer;display:flex;align-items:center}.gs-logo-circle{width:200px;height:200px;border-radius:50%;background:#e8edff;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 24px #2b3ec71a;animation:gsPop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes gsPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gs-logo-img{width:160px;height:160px;object-fit:contain}.gs-brand-name{font-size:20px;font-weight:700;color:#2b3ec7;margin:0 0 36px;letter-spacing:.2px;text-align:center}.gs-phone-wrapper{width:100%;margin-bottom:12px}.gs-phone-box{display:flex;align-items:center;background:#fff;border:1.5px solid #dde2f5;border-radius:12px;padding:14px 18px;transition:border-color .2s,box-shadow .2s}.gs-phone-box:focus-within{border-color:#2b3ec7;box-shadow:0 0 0 3px #2b3ec71f}.gs-phone-box.error{border-color:#e53e3e}.gs-country-code{font-size:16px;font-weight:600;color:#1a1a2e;flex-shrink:0;padding-right:12px}.gs-divider{width:1px;height:22px;background:#dde2f5;margin-right:12px;flex-shrink:0}.gs-phone-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;color:#1a1a2e;font-family:inherit}.gs-phone-input::placeholder{color:#b0b8d8}.gs-phone-error{font-size:12px;color:#e53e3e;margin:6px 0 0 4px}.gs-otp-notice{font-size:12px;color:#8491b0;text-align:left;line-height:1.55;margin-bottom:28px;width:100%}.gs-status{font-size:12px;margin:0 0 8px;text-align:center;width:100%}.gs-status.error{color:#e53e3e}.gs-login-btn{width:100%;padding:17px;border-radius:12px;border:none;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#c9cfe8;color:#fff;letter-spacing:.3px}.gs-login-btn.active{background:#2b3ec7;box-shadow:0 6px 20px #2b3ec759}.gs-login-btn.active:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2b3ec773}.gs-login-btn:disabled{opacity:.7;cursor:not-allowed}.status-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.status-modal{background:#fff;padding:32px;border-radius:20px;max-width:400px;width:100%;text-align:center}.status-modal-title{font-size:20px;font-weight:700;margin-bottom:12px}.status-modal-message{font-size:16px;color:#666;margin-bottom:24px;line-height:1.5}.status-modal-button{width:100%;padding:14px;background:#2b3ec7;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer}@media(max-width:480px){.gs-content{padding:40px 24px 48px;min-height:100vh;justify-content:center}}.otp-container{height:100vh;width:100%;background:var(--premium-surface);display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.otp-container:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(0,122,255,.08) 0%,transparent 70%);top:-100px;right:-100px;z-index:0}.otp-container:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(0,122,255,.05) 0%,transparent 70%);bottom:-200px;left:-200px;z-index:0}.otp-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;max-width:340px;padding:24px 20px;background:var(--surface-white);border-radius:24px;text-align:left;animation:modalEnter .7s cubic-bezier(.16,1,.3,1)}@keyframes modalEnter{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.otp-back-button{background:transparent;border:none;padding:0;margin-bottom:24px;cursor:pointer;display:flex;align-items:center}.otp-top-section{text-align:left;margin-bottom:24px;width:100%}.otp-heading{font-size:24px;font-weight:900;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.5px;text-transform:uppercase;background:linear-gradient(135deg,var(--text-primary) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.otp-description{font-size:14px;font-weight:500;color:#000;line-height:1.4;margin:0}.otp-inputs-container{display:flex;gap:8px;justify-content:center;margin-bottom:32px;width:100%}.otp-input{width:40px;height:50px;background:var(--surface-white);border:1.5px solid #E2E8F0;border-radius:10px;text-align:center;font-size:18px;font-weight:800;color:var(--primary-blue);transition:all .3s}.otp-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px #007aff1a}.otp-verify-button{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;background:var(--shiny-gradient);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #007aff40;text-align:center;line-height:1;appearance:none;-webkit-appearance:none;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.otp-verify-button:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 6px 24px #007aff4d}.otp-verify-button:active:not(.disabled){transform:translateY(0)}.otp-verify-button.disabled{background:#e2e8f0;color:#999;cursor:not-allowed;opacity:.6;box-shadow:none}.status-message{font-size:12px;margin:12px 0 0;width:100%;text-align:center}.status-message.error{color:#f44}.status-message.success{color:#22c55e}.resend-text{font-size:14px;color:var(--text-secondary);text-align:left;margin-top:24px;width:100%}.resend-link{color:var(--primary-blue);font-weight:700;cursor:pointer;margin-left:6px}.resend-link.disabled{color:#999;cursor:not-allowed}@media(max-width:480px){.otp-content{padding:32px 24px;width:100%;height:100%;border-radius:0;justify-content:center}.otp-inputs-container{gap:8px;justify-content:space-between;width:100%}.otp-input{width:40px;height:50px;font-size:18px}}.doc-placeholder-text{font-family:Inter,sans-serif;color:#6b7280}.verify-page{width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;box-sizing:border-box;padding:1px 16px 20px}.verify-card{width:100%;max-width:420px;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.documents-form-card{border:1px solid #e4e9f4;border-radius:22px;padding:16px;background:#f8fbff}.documents-form-header h2{margin:0;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;color:#111}.documents-form-header p{margin:6px 0 14px;font-family:Inter,sans-serif;font-size:12px;color:#6b7280}.verify-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding-top:1px}.verification-back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#000;transition:transform .2s ease}.verification-back-button:hover{transform:translate(-2px)}.brand-block{display:flex;align-items:center;gap:10px}.brand-mark{height:40px;width:auto;max-width:120px;object-fit:contain;object-position:left center}.brand-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#131313}.icon-button{width:40px;height:40px;border-radius:12px;border:none;background-color:#f0f2f7;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer}.icon-button span{display:block;width:18px;height:2px;background-color:#111;border-radius:999px}.verify-intro h1{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:26px;font-weight:700;color:#111;margin:0 0 6px}.verify-intro p{font-family:Inter,sans-serif;font-size:13px;color:#6b7280;line-height:1.4;margin:0}.verify-form{display:flex;flex-direction:column;gap:12px}.form-label{display:inline-flex;align-items:center;gap:6px;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#111}.input-pill{display:flex;align-items:center;gap:12px;border:1.5px solid #d7dce5;border-radius:999px;padding:12px 16px;background-color:#fff;transition:border-color .2s ease}.input-pill.has-error{border-color:#f87171}.input-pill input{border:none;outline:none;background:transparent;font-family:Inter,sans-serif;font-size:14px;color:#111;width:100%}.input-pill input::placeholder{color:#9aa0ad}.pill-icon{display:flex;align-items:center;justify-content:center}.pill-error{font-family:Inter,sans-serif;font-size:11px;color:#4488ef;margin:-4px 0 0 8px}.gender-wrap{position:relative}.gender-pill{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:none;border-radius:999px;padding:12px 18px;background:var(--shiny-gradient);color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.gender-pill.selected{background:var(--shiny-gradient)}.gender-pill.has-error{box-shadow:0 0 0 2px #0067a347}.gender-pill:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1797ff47}.gender-icon{display:inline-flex;align-items:center;justify-content:center}.gender-popover{position:absolute;top:calc(100% + 6px);left:0;right:0;background-color:#fff;border-radius:16px;box-shadow:0 20px 40px #1123402e;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:10}.gender-popover button{border:none;background:transparent;border-radius:12px;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;text-align:left;color:#111;cursor:pointer;transition:background-color .2s ease}.gender-popover button:hover{background-color:#f3f4f6}.profile-section{display:flex;flex-direction:column;gap:10px}.profile-card{display:flex;align-items:center;gap:16px;border-radius:20px;background:linear-gradient(130deg,#4baeff3d,#1970b866);padding:18px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px #ff6b2b33}.profile-card.has-error{box-shadow:0 0 0 2px #ef44444d}.profile-image-icon{width:58px;height:58px;border-radius:18px;background-color:#ffffff4d;display:flex;align-items:center;justify-content:center}.profile-text h3{margin:0;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#111}.profile-text p{margin:4px 0 0;font-family:Inter,sans-serif;font-size:12px;color:#374151}.visually-hidden{display:none}.profile-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:12px;background-color:#f3f4f6;font-family:Inter,sans-serif;font-size:12px;color:#111827;overflow:hidden}.profile-status span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.profile-status button{border:none;background:none;color:#000;font-weight:600;cursor:pointer}.documents-section h2{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#111;margin:0 0 12px}.doc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-bottom:6px}.doc-card{width:100%;background-color:#f0f4fb;border-radius:18px;padding:16px 14px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,border-color .2s ease;border:1px solid transparent;box-sizing:border-box}.doc-card.has-error{border-color:#f87171;box-shadow:0 0 0 1px #f871713d}.doc-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer}.doc-icon{width:60px;height:60px;border-radius:20px;background-color:#265dff1f;display:flex;align-items:center;justify-content:center}.doc-label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-align:center;color:#111}.doc-status-button{margin-top:auto;align-self:stretch;min-height:40px;background-color:#fff;border:1.5px dashed #d4d8e3;border-radius:12px;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;color:#111;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,border-color .2s ease;overflow:hidden;max-width:100%}.doc-status-button.empty{color:#6b7280}.doc-status-button:hover{background-color:#f2f4f7cc;border-color:#ff6b2b;transform:translateY(-1px)}.doc-status-button .doc-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.doc-status-button.w-100{width:100%}.doc-status-button button{border:none;background:none;color:#ff6b2b;font-weight:600;cursor:pointer;font-size:11px}.doc-note{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;display:inline-flex;align-items:center;gap:6px;margin:8px 0 0}.primary-cta{width:100%;border:none;border-radius:18px;padding:16px;background:var(--shiny-gradient);color:#fff;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.primary-cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px #087bff4d}.verify-menu-overlay{position:fixed;inset:0;background:#11182759;display:flex;justify-content:flex-end;padding:60px 18px 18px;box-sizing:border-box;z-index:40}.verify-menu{width:230px;background-color:#fff;border-radius:20px;padding:20px 16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 30px 60px #1123403d}.verify-menu-header{display:flex;align-items:center;justify-content:space-between}.verify-menu-header h3{margin:0;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;color:#111}.verify-menu-header button{border:none;background:none;padding:4px;border-radius:10px;cursor:pointer}.verify-menu-header button:hover{background-color:#ff6b2b1f}.verify-menu-list{display:flex;flex-direction:column;gap:10px}.verify-menu-list button{border:none;background:none;text-align:left;padding:10px 12px;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#111;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.verify-menu-list button:hover{background-color:#ff6b2b1a;transform:translate(2px)}.verify-menu-list .logout{color:#ef4444}@media(max-width:520px){.verify-card{padding:24px 10px 30px}.doc-list{grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}.doc-card{padding:12px 10px}.brand-mark{height:36px;max-width:100px}}@media(min-width:768px){.verify-page{background:#f2f6ff;padding:24px}.verify-card{max-width:980px;background:#fff;border:1px solid #e5ebf7;border-radius:28px;padding:28px;box-shadow:0 18px 40px #1f34541a}.verify-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-label{grid-column:1 / -1}.documents-form-card{padding:22px;border-radius:24px}.doc-list{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-cta{max-width:320px;margin-left:auto}}@media(min-width:1024px){.verify-card{max-width:1120px;padding:32px}.doc-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.services-container{position:fixed;inset:0;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:flex-start;padding:16px 16px 20px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.services-content{display:flex;flex-direction:column;width:100%;max-width:360px;height:100%;background-color:#fff;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.services-header{display:flex;align-items:center;gap:12px;padding:8px 4px 16px}.services-brand{display:flex;align-items:center;gap:8px}.logo-icon{height:24px;width:104px;object-fit:contain}.services-brand-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#000}.services-body{flex:1;overflow-y:auto;padding:0 4px 20px;display:flex;flex-direction:column;gap:16px}.services-body::-webkit-scrollbar{display:none}.services-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1a1a1a;margin:0}.services-list{display:flex;flex-direction:column;gap:12px;flex:1;padding-bottom:8px}.service-card{display:flex;flex-direction:column;gap:12px;padding:14px 14px 16px;background-color:#fff;border-radius:18px;border:1px solid #e6e6e6;box-shadow:0 10px 20px #255e7914;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.service-card:hover{transform:translateY(-1px);box-shadow:0 12px 24px #255e791f;border-color:#000}.service-card.selected{border-color:#000;box-shadow:0 14px 28px #255e792e;background:linear-gradient(135deg,#2b648314,#2b648305)}.service-card.expanded{border-color:#000}.service-card-header{display:flex;align-items:center;gap:14px;cursor:pointer}.service-checkbox{width:22px;height:22px;border:2px solid #d0d7dd;border-radius:6px;display:flex;align-items:center;justify-content:center;background-color:#fff;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease}.service-checkbox.checked{background-color:#000;border-color:#000;box-shadow:0 4px 12px #2b648359}.service-image-wrapper{width:60px;height:60px;border-radius:16px;overflow:hidden;flex-shrink:0}.service-image{width:100%;height:100%;object-fit:cover}.service-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.service-name{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#111;margin:0}.service-join{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#000;margin:0}.service-toggle-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:10px;border:1px solid #e0e0e0;background-color:#f6f7f9;padding:0;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.service-toggle-icon:hover{background-color:#e2edf3;border-color:#b9d2df}.service-toggle-icon.open{transform:rotate(180deg)}.service-subcategory-list{grid-template-columns:1fr;gap:10px;padding:12px;border-radius:16px;background-color:#f4f7fb;border:1px solid #e2ecf2}.subcategory-pill{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:999px;border:none;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#1a1a1a;background:#fff;box-shadow:0 8px 16px #255e7914;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.subcategory-pill:hover{transform:translateY(-1px);box-shadow:0 12px 24px #255e7924}.subcategory-pill.selected{background:#000;color:#fff;box-shadow:0 14px 28px #255e7933}.subcategory-checkbox{width:20px;height:20px;border-radius:6px;border:2px solid rgba(37,94,121,.35);display:flex;align-items:center;justify-content:center;background:transparent;transition:background-color .2s ease,border-color .2s ease}.subcategory-pill.selected .subcategory-checkbox{background:#ffffff1f;border-color:#fff9}.subcategory-label{flex:1;text-align:left}.services-error-text{font-family:Inter,sans-serif;font-size:12px;color:#de3e3e;margin:0;padding:4px 0 0}.services-footer{margin-top:auto;padding:12px 4px 0;background:linear-gradient(180deg,#fff0,#fff 55%);position:sticky;bottom:0;left:0;right:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.services-next-button{width:100%;padding:16px;border-radius:999px;border:none;background-color:#000;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.services-next-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #255e7933}.services-next-button.disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.service-item{padding:12px;background-color:#f9fafb;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.service-item:hover{background-color:#f3f4f6;border-color:#e5e7eb}.service-item.selected{background-color:#eff6ff;border-color:#000}.service-item-content{display:flex;align-items:center;gap:12px}.service-item-image-wrapper{width:60px;height:60px;flex-shrink:0;border-radius:10px;overflow:hidden;background-color:#e5e7eb}.service-item-image{width:100%;height:100%;object-fit:cover}.service-item-image-placeholder{width:100%;height:100%;background-color:#d1d5db;display:flex;align-items:center;justify-content:center;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#6b7280}.service-item-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.service-item-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-item-description{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.service-item-price{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#000;margin:2px 0 0}.service-item-checkbox{width:24px;height:24px;flex-shrink:0;border-radius:6px;border:2px solid #d1d5db;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.service-item-checkbox.checked{background-color:#000;border-color:#000}.no-services-text{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;text-align:center;padding:16px;margin:0}.service-image-placeholder{width:100%;height:100%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#6b7280;border-radius:12px}@media(min-width:768px){.services-container{padding:20px 24px 24px}.services-content{max-width:100%}.services-header{padding:12px 8px 20px}.logo-icon{height:32px;width:140px}.services-brand-text{font-size:18px}.services-body{padding:0 8px 24px}.services-title{font-size:26px}}@media(min-width:1024px){.services-container{padding:24px 32px 28px}.services-header{padding:16px 12px 24px}.logo-icon{height:36px;width:160px}.services-brand-text{font-size:20px}.services-body{padding:0 12px 28px}.services-title{font-size:30px}}.service-home-container{min-height:100vh;background-color:#f8faff;padding-bottom:90px;font-family:Inter,-apple-system,sans-serif}.service-home-content{max-width:500px;margin:0 auto;display:flex;flex-direction:column}.service-home-header{background:#2563eb;padding:20px 20px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.header-left{display:flex;align-items:center;gap:12px}.header-profile-img{width:44px;height:44px;border-radius:22px;border:2px solid rgba(255,255,255,.4);object-fit:cover}.header-brand-info{display:flex;flex-direction:column}.header-brand-name{color:#fff;font-size:18px;font-weight:800;line-height:1}.header-brand-sub{color:#fffc;font-size:11px;font-weight:600}.notification-bell-btn{background:#fff3;border:none;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.bell-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;background:#ef4444;border:2px solid #2563eb;border-radius:50%}.greeting-section{padding:0 20px;margin-top:-16px;margin-bottom:24px}.greeting-card{background:#fff;padding:20px;border-radius:20px;box-shadow:0 10px 25px #2563eb14}.greeting-title{font-size:20px;font-weight:800;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.greeting-subtitle{font-size:13px;color:#64748b;margin-top:4px;font-weight:500}.stats-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:0 20px;margin-bottom:24px}.stat-card-premium{background:#fff;border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 15px #00000008;position:relative;overflow:hidden}.stat-card-premium:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:0 4px 4px 0}.stat-card-upcoming:before{background:#3b82f6}.stat-card-completed:before{background:#10b981}.stat-card-total:before{background:#8b5cf6}.stat-icon-wrap{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center}.upcoming-icon{background:#eff6ff;color:#3b82f6}.completed-icon{background:#ecfdf5;color:#10b981}.total-icon{background:#f5f3ff;color:#8b5cf6}.stat-info{display:flex;flex-direction:column}.stat-label-text{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stat-value-text{font-size:18px;font-weight:800;color:#1e293b;margin:2px 0}.stat-view-all{font-size:10px;font-weight:700;color:#3b82f6;display:flex;align-items:center;gap:4px;margin-top:4px}.trend-section{background:#fff;margin:0 20px 24px;border-radius:20px;padding:20px;box-shadow:0 4px 15px #00000008}.trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.trend-title{font-size:16px;font-weight:800;color:#1e293b;margin:0}.trend-dropdown{background:#f8faff;border:1px solid #e2e8f0;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:600;color:#64748b}.chart-bars-wrap{display:flex;justify-content:space-between;align-items:flex-end;height:120px;margin-bottom:20px;padding:0 10px}.bar-column{display:flex;flex-direction:column;align-items:center;gap:8px}.bar-pill{width:14px;border-radius:7px;transition:height .6s ease}.bar-blue{background:#3b82f6}.bar-orange{background:#f97316}.bar-month{font-size:10px;font-weight:600;color:#94a3b8}.chart-summary-box{background:#f0f7ff;border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px}.summary-icon-wrap{width:24px;height:24px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center;color:#fff}.summary-text{font-size:11px;font-weight:600;color:#1e3a8a;line-height:1.4}.quick-actions-section{padding:0 20px;margin-bottom:24px}.section-label{font-size:16px;font-weight:800;color:#1e293b;margin:0 0 16px}.actions-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px}.action-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 15px #00000005;border:1px solid #f1f5f9}.action-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.action-blue{background:#eff6ff;color:#3b82f6}.action-green{background:#ecfdf5;color:#10b981}.action-purple{background:#f5f3ff;color:#8b5cf6}.action-orange{background:#fff7ed;color:#f97316}.action-label{font-size:12px;font-weight:700;color:#334155;line-height:1.3}.action-arrow{margin-top:auto;align-self:flex-end;color:#cbd5e1}.today-appointments-section{padding:0 20px;margin-bottom:24px}.today-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.view-all-link{font-size:12px;font-weight:700;color:#3b82f6}.appointment-list{display:flex;flex-direction:column;gap:12px}.appointment-item-card{background:#fff;border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 15px #00000005;border:1px solid #f1f5f9}.patient-avatar{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#475569}.appointment-info{flex:1;display:flex;flex-direction:column;gap:2px}.patient-name{font-size:15px;font-weight:700;color:#1e293b;margin:0}.appointment-meta{font-size:12px;color:#94a3b8;font-weight:500}.status-badge-mini{background:#eff6ff;color:#3b82f6;padding:4px 10px;border-radius:8px;font-size:10px;font-weight:700}.chevron-right{color:#cbd5e1}.service-home-footer-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -4px 15px #00000008;padding:10px 0}:root{--primary-blue: #2563eb;--bg-light: #f8faff;--text-main: #1a1c1e;--text-sub: #6b7280;--border-color: #f0f0f5;--shiny-gradient: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%)}.order-management-container{height:100%;width:100%;background-color:var(--bg-light);display:flex;justify-content:center;align-items:flex-start}.order-management-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:var(--bg-light);position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.order-management-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;box-shadow:0 2px 10px #0000000d;z-index:10;position:sticky;top:0}.order-management-back-button{width:36px;height:36px;background:#f2f2f7;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1c1c1e;transition:all .2s ease}.order-management-logo-section{flex:1;display:flex;justify-content:center;align-items:center}.order-management-logo-icon{height:32px;width:auto;object-fit:contain}.order-management-desktop-nav{display:none}.order-management-title-section{padding:24px 20px 8px}.order-management-title{font-size:22px;font-weight:800;color:var(--text-main);margin:0;letter-spacing:-.5px}.order-management-tabs{display:flex;padding:12px 20px;gap:10px;background:var(--bg-light);overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.order-management-tabs::-webkit-scrollbar{display:none}.order-tab{padding:10px 7px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;flex-shrink:0}.order-tab.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);box-shadow:0 4px 12px #2563eb33}.order-management-body{flex:1;padding:0 20px 100px}.customers-heading{font-size:14px;font-weight:700;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin:16px 0 12px}.customers-list{display:flex;flex-direction:column;gap:12px}.customer-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}.customer-main-row{display:flex;align-items:center;gap:12px}.customer-avatar-placeholder{width:48px;height:48px;background:linear-gradient(135deg,#e0e7ff,#eef2ff);color:#4f46e5;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.customer-info{flex:1;min-width:0}.customer-name{font-size:16px;font-weight:700;color:var(--text-main);margin:0}.customer-service{font-size:13px;color:var(--text-sub);margin:2px 0 0;overflow:hidden;text-overflow:ellipsis}.customer-address{font-size:12px;color:#9ca3af;margin:4px 0 0;display:flex;align-items:center;gap:4px}.customer-dropdown{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#1e293b;cursor:pointer;padding:0;flex-shrink:0;transition:all .2s ease}.customer-dropdown:hover{background:#e2e8f0;border-color:#cbd5e1}.customer-dropdown:active{transform:scale(.95)!important}.tag-column{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.status-tag{font-size:10px;font-weight:700;padding:2px 8px;border-radius:6px;text-transform:uppercase}.rescheduled-tag{background:#dcfce7;color:#15803d}.cancelled-tag{background:#fee2e2;color:#b91c1c}.customer-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f3f4f6}.amount-value{font-size:16px;font-weight:800;color:var(--text-main)}.payment-badge{font-size:10px;font-weight:700;padding:4px 10px;border-radius:8px;text-transform:uppercase}.payment-badge.done{background:#ecfdf5;color:#059669}.payment-badge.pending{background:#fffbeb;color:#d97706}.customer-detail-card{background:#f9fafb;border-radius:12px;padding:16px;margin-top:8px;border:1px solid #f3f4f6}.detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.detail-label{font-size:12px;color:var(--text-sub)}.detail-value{font-size:12px;font-weight:600;color:var(--text-main)}.detail-actions{display:flex;gap:10px;margin-top:16px}.action-btn-p{flex:1;padding:12px;border-radius:12px;border:none;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.action-btn-p.primary{background:var(--primary-blue);color:#fff}.action-btn-p.outline{background:#fff;color:var(--text-main);border:1px solid #e5e7eb}.action-btn-p.danger{background:#fee2e2;color:#b91c1c}.tracking-modal{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tracking-card{width:100%;max-width:500px;background:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 40px #0003}.tracking-card-header{display:flex;justify-content:space-between;align-items:center}.tracking-close{background:#f2f2f7;border:none;width:32px;height:32px;border-radius:50%;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.tracking-map{width:100%;height:300px;background-color:#f0f0f0;border-radius:16px;overflow:hidden}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;height:72px;background-color:#fff;border-top:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-around;padding:0 12px;box-sizing:border-box;z-index:5}.nav-item{flex:1;height:48px;border:none;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#666;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;cursor:pointer;border-radius:12px;transition:background-color .2s ease,color .2s ease}.nav-item.active{color:#016d88;background-color:#ff6b2b14}.nav-item:focus-visible{outline:2px solid #FF6B2B;outline-offset:2px}.nav-icon{display:flex;align-items:center;justify-content:center}.nav-label{line-height:1}.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:10000;display:flex;align-items:center;justify-content:space-between;gap:12px;animation:slideInRight .3s ease-out;font-family:Inter,sans-serif}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.toast-error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.toast-warning{background-color:#f59e0b;color:#fff;border-left:4px solid #d97706}.toast-info{background-color:#3b82f6;color:#fff;border-left:4px solid #2563eb}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{flex-shrink:0;width:20px;height:20px}.toast-message{font-size:14px;font-weight:500;line-height:1.5;flex:1}.toast-close{background:none;border:none;color:currentColor;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:1}.toast-close:active{transform:scale(.95)}@media(max-width:640px){.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.account-container{min-height:100vh;background-color:#f8faff;padding-bottom:80px;font-family:Inter,-apple-system,sans-serif}.account-content{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding:16px}.account-header{display:flex;justify-content:space-between;align-items:center;padding:8px 4px}.account-brand{display:flex;align-items:center;gap:8px}.account-logo-wrap{width:36px;height:36px;background:#eff6ff;border-radius:10px;display:flex;align-items:center;justify-content:center}.account-logo-icon{height:32px;width:auto}.account-edit-button{background:#f0f4ff;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;transition:all .2s}.account-edit-button:active{transform:scale(.95);background:#e0e8ff}.account-profile-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 12px #00000008;display:flex;align-items:center;gap:20px}.account-profile-picture{width:80px;height:80px;border-radius:40px;background:#e6f0ff;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid #fff;box-shadow:0 2px 8px #0000000d}.account-profile-picture img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-placeholder-text{font-size:32px;font-weight:700;color:#2563eb}.verified-badge-mini{position:absolute;bottom:0;right:0;background:#2563eb;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:2px solid white}.account-user-info{display:flex;flex-direction:column;gap:4px}.account-user-name{font-size:20px;font-weight:700;color:#1e293b;margin:0}.verified-doctor-tag{background:#eff6ff;color:#2563eb;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;width:fit-content;display:flex;align-items:center;gap:4px;margin-bottom:4px}.info-item{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;margin-top:2px}.info-item svg{color:#94a3b8}.online-toggle-section{background:#f1f5f9;border-radius:16px;padding:14px 20px;display:flex;justify-content:space-between;align-items:center}.online-toggle-label{display:flex;align-items:center;gap:12px}.status-indicator{width:10px;height:10px;border-radius:50%}.status-indicator.online{background:#10b981;box-shadow:0 0 8px #10b98166}.status-indicator.offline{background:#94a3b8}.status-text{font-size:14px;font-weight:600;color:#334155}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#2563eb}input:checked+.toggle-slider:before{transform:translate(20px)}.account-menu-section{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #00000005}.account-menu-item{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s}.account-menu-item:last-child{border-bottom:none}.account-menu-item:active{background-color:#f8faff}.menu-item-left{display:flex;align-items:center;gap:16px}.menu-icon-wrap{width:36px;height:36px;border-radius:10px;background:#f8faff;display:flex;align-items:center;justify-content:center;color:#2563eb}.menu-item-text{font-size:15px;font-weight:600;color:#334155}.menu-item-chevron{color:#cbd5e1}.logout-section{margin-top:8px}.account-logout-card{background:#fff;border-radius:16px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;box-shadow:0 4px 12px #00000005;transition:all .2s}.account-logout-card:active{transform:scale(.98);background:snow}.logout-content{display:flex;align-items:center;gap:16px}.logout-icon-wrap{width:36px;height:36px;border-radius:10px;background:#fef2f2;display:flex;align-items:center;justify-content:center;color:#ef4444}.logout-text{font-size:15px;font-weight:600;color:#ef4444}.account-desktop-nav{display:none}.account-footer-nav{position:fixed;bottom:0;left:0;right:0;z-index:100}.edit-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;z-index:1000}.edit-modal-content{background:#fff;width:100%;max-height:90vh;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;flex-direction:column}.edit-modal-header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.edit-modal-title{font-size:18px;font-weight:700;margin:0}.edit-modal-close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer}.edit-modal-body{padding:20px;overflow-y:auto;flex:1}.edit-form-group{margin-bottom:16px}.profile-upload-group{margin-bottom:24px}.profile-upload-container{display:flex;align-items:center;gap:20px;background:#f8faff;padding:16px;border-radius:16px;border:1px dashed #cbd5e1;transition:all .2s}.profile-upload-container:hover{border-color:#2563eb;background:#f0f7ff}.profile-upload-preview{width:80px;height:80px;border-radius:50%;background:#fff;border:2px solid #fff;box-shadow:0 4px 12px #00000014;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-upload-preview img{width:100%;height:100%;object-fit:cover}.preview-placeholder{font-size:28px;font-weight:700;color:#2563eb}.profile-upload-actions{display:flex;flex-direction:column;gap:6px}.file-input-label{display:inline-block;padding:8px 16px;background:#2563eb;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.file-input-label:active{transform:scale(.96);background:#1d4ed8}.file-input-label input{display:none}.file-hint{font-size:11px;color:#64748b;margin:0}.edit-form-label{display:block;font-size:13px;font-weight:600;color:#64748b;margin-bottom:6px}.edit-form-input{width:100%;padding:12px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:14px;transition:all .2s}.edit-form-input:focus{border-color:#2563eb;outline:none;background:#f8faff}.edit-modal-footer{padding:20px;display:flex;gap:12px;border-top:1px solid #f1f5f9}.edit-modal-cancel{flex:1;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-weight:600;color:#64748b}.edit-modal-save{flex:2;padding:12px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.edit-modal-save:disabled{background:#94a3b8;cursor:not-allowed}.edit-modal-save:active:not(:disabled){transform:scale(.98);background:#1d4ed8}.edit-modal-cancel:disabled{opacity:.5;cursor:not-allowed}.privacy-policy-container{position:fixed;inset:0;background-color:#fff;z-index:1100;display:flex;flex-direction:column;height:100vh;overflow:hidden}.privacy-header{display:flex;align-items:center;padding:16px 20px;background-color:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.privacy-back-button{background:none;border:none;padding:8px;margin-right:12px;cursor:pointer;color:#1a1a1a;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.privacy-back-button:hover{background-color:#f5f5f5}.privacy-title{font-size:1.25rem;font-weight:600;margin:0;color:#1a1a1a}.privacy-content{flex:1;overflow-y:auto;padding:24px 20px 80px;line-height:1.6;color:#333}.last-updated{font-size:.875rem;color:#666;margin-bottom:24px;font-style:italic}.privacy-section{margin-bottom:32px}.privacy-section h2{font-size:1.125rem;font-weight:700;margin-bottom:16px;color:#000;border-left:4px solid #FF6B2B;padding-left:12px}.privacy-section p{margin-bottom:12px;font-size:.95rem}.subsection{margin-top:20px}.subsection h3{font-size:1rem;font-weight:600;margin-bottom:8px;color:#1a1a1a}.privacy-section ul{padding-left:20px;margin-bottom:16px}.privacy-section li{margin-bottom:8px;font-size:.95rem}.privacy-section li strong{color:#000}.privacy-section a{color:#ff6b2b;text-decoration:none;font-weight:500}.privacy-section a:hover{text-decoration:underline}.privacy-content::-webkit-scrollbar{width:6px}.privacy-content::-webkit-scrollbar-track{background:#f1f1f1}.privacy-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.privacy-content::-webkit-scrollbar-thumb:hover{background:#bbb}@media(max-width:600px){.privacy-content{padding:20px 16px 60px}.privacy-section h2{font-size:1.05rem}}.withdrawal-container{min-height:100vh;width:100%;background:var(--premium-surface);display:flex;justify-content:center;align-items:flex-start;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.withdrawal-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.withdrawal-desktop-nav{display:none}.withdrawal-footer-nav{display:block}.withdrawal-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #e0e0e0;gap:16px}.withdrawal-back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.withdrawal-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}.withdrawal-body{flex:1;padding:20px 16px 120px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.withdrawal-body::-webkit-scrollbar{display:none}.withdrawal-alert{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:13px}.wallet-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.wallet-card{background:linear-gradient(135deg,#f0f7ff,#fff);border:1px solid #dbeafe;border-radius:14px;padding:16px}.wallet-card-label{font-size:12px;color:#6b7280;margin:0}.wallet-card-value{font-size:22px;font-weight:700;margin:6px 0;color:#111827}.wallet-card-helper{font-size:12px;color:#9ca3af;margin:0}.withdrawal-form{background:#f9fafb;border-radius:14px;padding:16px;border:1px solid #e5e7eb;margin-bottom:24px}.form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.input-with-addon{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background-color:#fff}.input-with-addon span{padding:0 12px;color:#6b7280;font-weight:600;font-size:16px}.input-with-addon input{flex:1;border:none;padding:12px;font-size:16px;border-radius:10px}.input-with-addon input:focus{outline:none}.withdrawal-submit-btn{margin-top:12px;width:100%;background:var(--shiny-gradient);color:#fff;border:none;padding:12px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.withdrawal-submit-btn:disabled{opacity:.6;cursor:not-allowed}.transactions-section{width:100%;margin-bottom:24px}.transactions-heading{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0 0 16px}.transactions-table-container{width:100%;overflow-x:auto;border-radius:12px;border:1px solid #e0e0e0}.transactions-table{width:100%;border-collapse:collapse;background-color:#fff}.transactions-table thead{background:var(--shiny-gradient);color:#fff}.transactions-table th{padding:12px 8px;text-align:left;font-family:system-ui,-apple-system,sans-serif;font-weight:600;font-size:12px;color:#fff}.transactions-table tbody tr{border-bottom:1px solid #e0e0e0}.transactions-table tbody tr:last-child{border-bottom:none}.transactions-table tbody tr.highlighted-row{background-color:#fff9e6}.transactions-table td{padding:12px 8px;color:#000;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400}.transactions-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.refresh-button{background:#f3f4f6;border:none;padding:6px 12px;border-radius:999px;font-size:12px;color:#111827}.empty-state{background:#f8fafc;border:1px dashed #d0d7e3;border-radius:12px;padding:16px;font-size:13px;color:#6b7280}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;text-transform:capitalize}.status-pending{background:#fff7ed;color:#c2410c}.status-completed{background:#ecfdf5;color:#15803d}.status-rejected{background:#fef2f2;color:#b91c1c}.text-success{color:#15803d;font-weight:600}.text-danger{color:#b91c1c;font-weight:600}.payment-confirmation-container{width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:24px 16px;box-sizing:border-box}.payment-confirmation-card{width:100%;max-width:360px;background-color:#fff;border-radius:24px;box-shadow:0 28px 48px #1126402e;padding:32px 26px 36px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.payment-confirmation-icon{width:64px;height:64px;border-radius:50%;background:#ecfdf1;display:flex;align-items:center;justify-content:center;align-self:center}.payment-confirmation-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#111;margin:0;text-align:center}.payment-confirmation-fields{display:flex;flex-direction:column;gap:14px}.payment-field{display:flex;flex-direction:column;gap:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#495057}.payment-field input{width:100%;margin-top:4px;border-radius:14px;border:1.5px solid #d8dde8;padding:12px 14px;background-color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1f2937;box-sizing:border-box}.payment-confirmation-button{margin-top:8px;border:none;border-radius:16px;padding:14px 22px;background-color:#ff6b2b;color:#fff;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.payment-confirmation-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #ff6b2b52}.payment-confirmation-button:active{transform:translateY(0)}.user-info-container{height:100%;width:100%;background-color:#000;display:flex;justify-content:center;align-items:center}.user-info-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.user-info-header-section{padding:16px 20px;display:flex;align-items:center}.user-info-back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:flex-start;width:fit-content}.user-info-body{flex:1;padding:24px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.user-info-body::-webkit-scrollbar{display:none}.user-info-heading{font-family:system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;color:#000;margin:0 0 32px;line-height:1.3}.user-info-heading-orange{color:#f55810}.user-info-form{display:flex;flex-direction:column;gap:24px;flex:1}.user-info-field{display:flex;flex-direction:column;gap:8px}.user-info-label{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#000}.required-star{color:#f55810;margin-left:2px}.user-info-input,.user-info-select{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;color:#000;background-color:#fff;transition:border-color .2s ease}.user-info-input:focus,.user-info-select:focus{outline:none;border-color:#f55810}.user-info-input.readonly{background-color:#f7f7f7;color:#666;cursor:not-allowed}.user-info-input.readonly:focus{border-color:#e0e0e0}.user-info-input.error,.user-info-select.error{border-color:#f44}.user-info-input::placeholder{color:#999}textarea.user-info-input{min-height:96px;resize:vertical;line-height:1.4}.user-info-select-wrapper{position:relative;width:100%}.user-info-select{appearance:none;padding-right:40px;cursor:pointer}.user-info-select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.user-info-error{font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#f44;margin:0;padding:0 4px}.enable-location-button{width:100%;padding:12px 16px;border:1px solid #f55810;border-radius:10px;background:#fff4ee;color:#d24a0e;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.enable-location-button:disabled{opacity:.7;cursor:not-allowed}.user-info-location-hint{margin:4px 0 0;font-size:12px;color:#2e7d32;font-family:system-ui,-apple-system,sans-serif}.form-error{font-size:14px;text-align:center;margin-top:-8px}.user-info-next-button{width:100%;padding:16px 32px;background-color:#f55810;color:#fff;border:none;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:auto}.user-info-next-button:hover:not(.disabled){background-color:#d44a0e}.user-info-next-button.disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed;opacity:.6}@media(min-width:768px){.user-info-container{min-height:100vh;background:#f2f6ff;padding:24px;box-sizing:border-box}.user-info-content{max-width:960px;height:auto;min-height:640px;border-radius:24px;border:1px solid #e4eaf6;box-shadow:0 20px 45px #1f34541f}.user-info-body{padding:28px 32px}.user-info-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.user-info-heading,.user-info-next-button,.form-error{grid-column:1 / -1}}.gender-selection{display:flex;gap:12px}.gender-button{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.gender-button.active{border-color:#f55810;background:#fff4ee;color:#f55810;font-weight:600}.account-verification-container{height:100%;width:100%;background-color:#000;display:flex;justify-content:center;align-items:center}.account-verification-content{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;position:relative;overflow:hidden}.account-verification-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.account-verification-logo{display:flex;align-items:center}.logo-icon{height:42px;width:auto;object-fit:contain}.account-verification-body{flex:.8;overflow-y:auto;padding:24px 20px;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column}.account-verification-body::-webkit-scrollbar{display:none}.account-verification-title{font-family:system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;color:#000;margin:0 0 32px;text-align:center}.account-verification-form{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;flex:1}.account-input{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;color:#000;background-color:#fff;transition:border-color .2s ease;box-sizing:border-box}.account-input:focus{outline:none;border-color:#ff6b2b}.account-input::placeholder{color:#999}.account-input.error{border-color:#f44}.account-error{font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#f44;margin:4px 0 0;padding:0 4px}.account-error.form-error{font-size:14px;text-align:center;margin-top:-8px;margin-bottom:8px}.save-continue-button.disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed;opacity:.6}.save-continue-button{width:100%;padding:16px 32px;background-color:#000;color:#fff;border:none;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:auto}.save-continue-button:hover{background-color:#000}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background-color:#fff;border-radius:12px;padding:24px;max-width:320px;width:90%;box-shadow:0 4px 20px #00000026}.popup-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;text-align:center;margin:0 0 16px}.popup-message{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;text-align:left;margin:0 0 16px;line-height:1.5}.popup-divider{height:1px;background-color:#e0e0e0;margin:0 0 16px}.popup-ok-button{width:100%;padding:12px 24px;background-color:transparent;color:#06c;border:none;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;cursor:pointer;text-align:center;transition:background-color .2s ease}.popup-ok-button:hover{background-color:#f5f5f5}@media(min-width:768px){.account-verification-container{min-height:100vh;background:#f2f6ff;padding:24px;box-sizing:border-box}.account-verification-content{max-width:900px;height:auto;min-height:580px;border-radius:24px;border:1px solid #e4eaf6;box-shadow:0 18px 42px #1f34541f}.account-verification-body{padding:32px}.account-verification-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.save-continue-button{max-width:320px;margin-left:auto}}.coming-soon-container{width:100%;height:100vh;background:linear-gradient(135deg,#fff,#f8f9fa);display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.coming-soon-content{text-align:center;max-width:500px;width:100%;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.coming-soon-logo{margin-bottom:32px;display:flex;justify-content:center}.coming-soon-logo img{height:60px;width:auto}.coming-soon-icon{display:flex;justify-content:center;margin-bottom:32px;animation:bounceIn 1s ease-out}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.coming-soon-title{font-family:system-ui,-apple-system,sans-serif;font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}.coming-soon-message{font-family:system-ui,-apple-system,sans-serif;font-size:18px;color:#666;margin:0 0 40px;line-height:1.6}.coming-soon-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.feature-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;color:#333;transition:all .3s ease}.feature-item:hover{background:#e6f2f7;transform:translate(4px)}.feature-item svg{flex-shrink:0}.coming-soon-footer{padding-top:24px;border-top:1px solid #E5E5E5}.coming-soon-footer p{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#999;margin:0}@media(max-width:480px){.coming-soon-title{font-size:24px}.coming-soon-message{font-size:16px}.coming-soon-icon svg{width:100px;height:100px}.feature-item{font-size:14px;padding:12px}}.desktop-layout-container{display:flex;width:100%;min-height:100vh;background:#f8fafc;overflow:hidden}.mobile-view-column{width:370px;min-width:370px;height:100vh;background:#fff;box-shadow:10px 0 30px #0000000d;position:relative;z-index:10;overflow:hidden;transform:translateZ(0)}.mobile-view-content{width:100%;height:100%;position:relative;overflow-y:auto;overflow-x:hidden}.hero-image-column{flex:1;position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f7ff}.hero-img{width:100%;height:100%;object-fit:cover;opacity:1}.hero-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#007aff26,#00000040);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;text-align:center;color:#fff}.hero-image-overlay h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 15px rgba(0,0,0,.4);max-width:80%}.hero-image-overlay p{font-size:1.25rem;opacity:.9;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:767px){.hero-image-column{display:none}.mobile-view-column{width:100%;min-width:100%;box-shadow:none}}.mobile-view-column::-webkit-scrollbar{width:4px}.mobile-view-column::-webkit-scrollbar-track{background:#f1f1f1}.mobile-view-column::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.mobile-view-column::-webkit-scrollbar-thumb:hover{background:#aaa}
