*{margin:0;padding:0;box-sizing:border-box}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:#09ffff;display:flex;align-items:center;justify-content:center;min-height:100vh}#root{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:48px 24px;box-sizing:border-box}.login-content{width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px}.login-illustration{width:100%;max-width:220px;height:auto;object-fit:contain}.login-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#000;margin:0}.login-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#4a4a4a;margin:0;max-width:260px}.login-button{width:180px;padding:14px 24px;border-radius:999px;background-color:#09ffff;color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:12px}.login-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0000003d}.login-button:focus-visible{outline:2px solid #09FFFF;outline-offset:4px}.get-started-container{min-height:100vh;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:0 16px 24px;box-sizing:border-box}.get-started-content{display:flex;flex-direction:column;width:100%;max-width:360px;min-height:100%;background-color:#fff}.header-section{padding:16px 0 8px}.back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:flex-start}.top-section{padding:0 8px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.phone-icon-container{display:flex;align-items:center;gap:12px}.phone-icon{width:32px;height:32px;object-fit:contain}.stars-container{display:flex;gap:4px;align-items:center}.star-icon{color:#f5c84c;font-size:16px;line-height:1}.heading-with-stars{display:flex;align-items:center;gap:12px}.get-started-heading{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;color:#000;margin:0;letter-spacing:.5px}.description-section{text-align:left;width:100%}.description-text{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#2f2f2f;margin:0 0 6px;line-height:1.5}.form-section{padding:0 8px;display:flex;flex-direction:column;align-items:center;gap:24px}.status-check-banner{width:100%;background-color:#f3f7fb;border:1px solid #d6e3f1;border-radius:12px;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px;color:#1f4c65;text-align:center}.phone-input-wrapper{width:100%}.phone-input-container{width:100%;display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:12px;background-color:#fff;overflow:hidden;transition:border-color .2s ease}.phone-input-container:focus-within{border:1px solid #09FFFF}.phone-input-container.error{border:1px solid #ff4444}.phone-input-container.error:focus-within{border:1px solid #ff4444}.error-message{font-family:Inter,sans-serif;font-size:12px;color:#f44;margin:6px 0 0;padding:0 4px}.country-code-selector{display:flex;align-items:center;gap:6px;padding:16px 14px;background-color:#f8f8f8;border-right:1px solid #e0e0e0;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#1a1a1a;cursor:pointer}.country-code-selector svg{margin-left:4px}.phone-input{flex:1;border:none;outline:none;padding:16px;font-family:Inter,sans-serif;font-size:16px;color:#000;background-color:#fff}.phone-input::placeholder{color:#b0b0b0}.continue-button{width:100%;padding:16px 32px;border-radius:999px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;background-color:#e3e3e3;color:#8f8f8f;box-shadow:none}.continue-button:not(.disabled){background-color:#09ffff;color:#fff;box-shadow:0 6px 12px #2b648333}.continue-button:not(.disabled):hover{background-color:#234f68}.continue-button.disabled{cursor:not-allowed}.terms-text{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:#8c8c8c;text-align:center;margin:0;line-height:1.4}.illustration-bottom{margin-top:24px;display:flex;justify-content:center;align-items:flex-end}.get-started-illustration{width:100%;max-width:280px;height:auto;object-fit:contain}.status-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.status-modal{width:100%;max-width:360px;background:#fff;border-radius:24px;padding:32px 24px;text-align:center;box-shadow:0 24px 64px #00000014}.status-modal-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#111;margin:0 0 12px}.status-modal-message,.status-modal-subtext{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;color:#444;margin:0 0 20px}.status-modal-subtext{font-size:13px;color:#6b6b6b;margin-top:-12px}.status-modal-button{width:100%;padding:14px 24px;border-radius:999px;border:none;background:#09ffff;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.status-modal-button:hover{background:#234f68}.otp-container{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.otp-content{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;position:relative;overflow:hidden}.otp-header-section{padding:16px 20px;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;gap:12px}.otp-back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:flex-start;width:fit-content}.otp-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;color:#000;margin:0;letter-spacing:.5px}.otp-body{flex:1;padding:32px 24px;display:flex;flex-direction:column;align-items:center}.otp-instruction{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;text-align:center;margin:0 0 32px;line-height:1.5}.otp-inputs-container{display:flex;gap:6px;justify-content:center;margin-bottom:32px;width:100%;max-width:320px}.otp-input{width:48px;height:48px;border:1px solid #e0e0e0;border-radius:8px;text-align:center;font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:600;color:#000;background-color:#fff;transition:border-color .2s ease}.otp-input:focus{outline:none;border-color:#09ffff}.otp-input.active{border-color:#333}.otp-verify-button{width:100%;max-width:320px;padding:16px 32px;background-color:#09ffff;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-bottom:24px}.otp-verify-button:hover:not(.disabled){background-color:#d44a0e}.otp-verify-button.disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed;opacity:.6}.otp-resend-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;text-align:center;margin:0}.otp-resend-link{color:#06c;cursor:pointer;font-weight:500}.otp-resend-link:hover{text-decoration:underline}.otp-error-text{margin:12px 0 0;color:#d32f2f;font-size:14px;text-align:center}.otp-status-text{margin:12px 0 0;color:#2e7d32;font-size:14px;text-align:center}.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}.verify-header{display:flex;align-items:center;justify-content:space-between;padding-top:1px}.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-color:#09ffff;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-color:#09ffff}.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;flex-wrap:wrap;word-break:break-word}.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,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}.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}.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:linear-gradient(135deg,#09ffff,#09ffff);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 20px 30px}.doc-list{grid-template-columns:repeat(2,1fr);gap:10px}.doc-card{padding:12px 10px}.brand-mark{height:36px;max-width:100px}}.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:hidden}.services-content{display:flex;flex-direction:column;width:100%;max-width:360px;height:100%;background-color:#fff;overflow:hidden}.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:#09ffff}.service-card.selected{border-color:#09ffff;box-shadow:0 14px 28px #255e792e;background:linear-gradient(135deg,#2b648314,#2b648305)}.service-card.expanded{border-color:#09ffff}.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:#09ffff;border-color:#09ffff;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{display:grid;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:#09ffff;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:#09ffff;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:#09ffff}.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:#09ffff;border-color:#09ffff}.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}.service-home-container{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.service-home-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.service-home-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.provider-map-wrapper{padding:0 20px 20px}.provider-map{width:100%;height:220px;border-radius:16px;overflow:hidden;background:#f4f6fb;position:relative}.map-loading-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:system-ui,-apple-system,sans-serif;color:#666;font-size:14px}.notification-popup{position:fixed;bottom:100px;right:16px;z-index:300}.notification-card{background:#fff;border-radius:16px;box-shadow:0 12px 32px #0000002e;padding:16px;width:280px;border:1px solid #f1f1f1}.notification-label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#ff6b2b;margin:0 0 4px}.notification-customer{margin:0;font-size:18px;font-weight:700}.notification-service,.notification-address{margin:4px 0;font-size:13px;color:#444}.notification-actions{display:flex;gap:8px;margin-top:12px}.notification-secondary,.notification-primary{flex:1;border:none;border-radius:999px;padding:10px 12px;cursor:pointer;font-weight:600}.notification-secondary{background:#f0f0f0;color:#333}.notification-primary{background:#ff6b2b;color:#fff}.tracking-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:400;padding:20px}.tracking-card{background:#fff;border-radius:20px;padding:16px;width:min(480px,100%);max-height:90vh;display:flex;flex-direction:column;gap:12px}.tracking-card-header{display:flex;justify-content:space-between;align-items:center}.tracking-close{background:transparent;border:none;font-size:24px;cursor:pointer;line-height:1}.tracking-info{margin:0;color:#555;font-size:14px}.tracking-map{width:100%;height:320px;border-radius:16px;background:#f4f6fb}.service-home-logo-section{display:flex;align-items:center}.service-logo-icon{height:42px;width:auto;object-fit:contain}.service-home-toggle-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.service-home-toggle-button:hover{transform:scale(1.05)}.service-home-toggle-button:active{transform:scale(.95)}.service-home-greeting{padding:10px 20px;border-bottom:1px solid #e0e0e0}.greeting-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;margin:0 0 4px}.user-name{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}.service-home-stats{display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid #e0e0e0}.stat-card{flex:1;padding:10px 8px;border-radius:8px;text-align:center;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.service-home-nav{display:flex;align-items:center;background-color:#09ffff;border-top:1px solid #e0e0e0;position:fixed;bottom:0;width:100%}.stat-card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}.stat-card:active{transform:translateY(0)}.stat-card-left{background-color:#b3e4ff}.stat-card-right{background-color:#f5f5f5}.stat-label{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#666;margin:0;line-height:1.3}.stat-value{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:4px 0 0;line-height:1.2}.service-home-promo{padding:12px 20px;border-bottom:1px solid #e0e0e0}.service-home-image{width:100%;max-height:150px;height:auto;border-radius:8px;object-fit:cover}.service-home-tables{flex:1;overflow-y:auto;padding:16px 20px;scrollbar-width:none;-ms-overflow-style:none}.service-home-tables::-webkit-scrollbar{display:none}.table-section{margin-bottom:24px}.table-section:last-child{margin-bottom:0}.table-heading{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0 0 12px}.table-container{overflow-x:auto;overflow-y:auto;max-height:300px;border-radius:8px;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;font-family:system-ui,-apple-system,sans-serif;font-size:12px}.data-table thead{background-color:#09ffff;color:#fff}.data-table th{padding:10px 8px;text-align:left;font-weight:600;font-size:12px}.data-table tbody tr{border-bottom:1px solid #e0e0e0}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:10px 8px;color:#000}.data-table tbody tr.highlighted-row{background-color:#fff9e6}.order-management-container{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.order-management-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.order-management-content-with-nav{display:flex;flex-direction:column;height:100%}.order-management-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;gap:16px}.order-management-back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-management-logo-section{display:flex;align-items:center;gap:8px}.order-management-logo-icon{height:40px;width:auto;object-fit:contain}.order-management-profile-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-management-title-section{padding:20px 20px 16px;border-bottom:1px solid #e0e0e0}.order-management-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0;text-align:center}.order-management-tabs{display:flex;justify-content:space-between;gap:10px;padding:16px 20px 12px;border-bottom:1px solid #e0dfdc}.order-tab{flex:1;padding:10px 18px;border-radius:999px;border:none;background-color:#e9e4e1;color:#3f3f46;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;box-shadow:inset 0 -2px #0000000d}.order-tab.active{background-color:#09ffff;color:#fff;box-shadow:0 4px 12px #ff6b2b59}.order-tab:hover:not(.active){background-color:#ded9d6;transform:translateY(-1px)}.order-management-body{flex:1;padding:20px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.order-management-body::-webkit-scrollbar{display:none}.customers-heading{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0 0 16px}.customers-list{display:flex;flex-direction:column;gap:12px}.customer-card{display:flex;align-items:center;padding:10px 12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 4px #0000000d;gap:12px;flex-wrap:wrap}.customer-card.current-order{background-color:#e3f2fd}.customer-profile{position:relative;flex-shrink:0}.customer-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.customer-avatar-placeholder{width:50px;height:50px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.customer-info{flex:1;display:flex;flex-direction:column;gap:4px}.customer-name{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#000;margin:0}.customer-name.current-name{color:#ffc107}.customer-name.previous-green{color:#4caf50}.customer-name.previous-red{color:#f44336}.customer-service{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;margin:0}.customer-amount{display:flex;align-items:center;margin-right:8px}.amount-value{display:flex;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#000;gap:4px}.payment-status{font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:999px;width:fit-content}.payment-status.done{background:#2ecc7126;color:#1e8449}.payment-status.pending,.payment-status.pending_link_sent{background:#ffc1072e;color:#b37500}.customer-dropdown{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-detail-card{margin-top:8px;padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;gap:12px;width:100%}.detail-profile-section{display:flex;align-items:center;gap:12px}.detail-profile-picture{position:relative;flex-shrink:0}.detail-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:#f0f0f0}.detail-avatar-placeholder{width:40px;height:40px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.detail-customer-name{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#ffc107;margin:0}.detail-info-section{display:flex;flex-direction:column;gap:8px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-label{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#000}.detail-value{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#000}.detail-actions{display:flex;justify-content:center;gap:18px;margin-top:16px}.accept-button,.reject-button{flex:1;padding:10px 16px;border:none;border-radius:999px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.accept-button{background-color:#22c55e;color:#fff}.accept-button:hover{background-color:#16a34a;transform:translateY(-1px)}.accept-button:active{transform:translateY(0)}.close-button,.mark-complete-button,.delete-button,.view-tracking-button{flex:1;padding:12px 32px;border:none;border-radius:999px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex-basis:150px}.close-button{background-color:#ef4444;color:#fff}.delete-button{background-color:#111827;color:#fff}.delete-button:hover{box-shadow:0 10px 18px #11182747;transform:translateY(-1px)}.delete-button:active{transform:translateY(0)}.close-button:hover{box-shadow:0 10px 18px #ef444440;transform:translateY(-1px)}.close-button:active{transform:translateY(0)}.send-payment-button{margin-top:8px;width:100%;padding:10px;border:none;border-radius:10px;background:#4285f4;color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.send-payment-button:hover{background:#3367d6}.mark-complete-button{background-color:#ffc107;color:#111}.mark-complete-button:hover{box-shadow:0 10px 18px #ffc10740;transform:translateY(-1px)}.mark-complete-button:active{transform:translateY(0)}.view-tracking-button{background-color:#007bff;color:#fff}.view-tracking-button:hover{box-shadow:0 10px 18px #007bff40;transform:translateY(-1px)}.view-tracking-button:active{transform:translateY(0)}.reject-button{background-color:#f44336;color:#fff}.reject-button:hover{background-color:#da190b;transform:translateY(-1px)}.reject-button:active{transform:translateY(0)}.bottom-navigation{position:absolute;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{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.account-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden;padding-bottom:88px}.account-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f2f2f2}.account-brand{display:flex;align-items:center;gap:8px}.account-brand-text{font-family:Gilroy,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#ff6b2b}.account-logo-icon{height:40px;width:auto;object-fit:contain}.account-edit-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.account-profile-section{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f2f2f2;gap:16px}.account-profile-left{display:flex;align-items:center;gap:16px}.account-profile-picture{width:68px;height:68px;border-radius:50%;background-color:#e3f2fd;display:flex;align-items:center;justify-content:center}.profile-placeholder-text{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#4a90e2}.account-user-info{display:flex;flex-direction:column;gap:4px}.account-user-name{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0}.account-phone{font-family:Inter,sans-serif;font-size:12px;color:#666;margin:0}.account-enquiries-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;min-width:80px;border:1px solid #e0e0e0;border-radius:12px;background-color:#fff;box-shadow:0 4px 12px #0000000f}.enquiries-icon{width:36px;height:36px;border-radius:10px;background-color:#ff6b2b1f;display:flex;align-items:center;justify-content:center}.enquiries-text{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#000;margin:0}.account-menu-section{flex:1;padding:16px 20px 0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;gap:12px}.account-menu-section::-webkit-scrollbar{display:none}.account-menu-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:14px;background-color:#fff;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.account-menu-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.menu-item-left{display:flex;align-items:center;gap:14px}.menu-item-text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#000}.account-logout-button{width:calc(100% - 40px);margin:auto 20px 20px;padding:12px 20px;background-color:#fff;border:2px solid #f44336;border-radius:14px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#f44336;cursor:pointer;transition:all .2s ease}.account-logout-button:hover{background-color:#f44336;color:#fff}.account-logout-button:active{transform:scale(.98)}.account-details-section{padding:20px;border-bottom:1px solid #f2f2f2}.account-details-heading{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0 0 16px}.account-details-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}.account-detail-item{display:flex;flex-direction:column;gap:4px;padding:12px;background-color:#f9f9f9;border-radius:8px}.detail-label{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#666}.detail-value{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#000}.edit-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.edit-modal-content{background-color:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003}.edit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f2f2f2}.edit-modal-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#000;margin:0}.edit-modal-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.edit-modal-close:hover{background-color:#f5f5f5}.edit-modal-close:disabled{opacity:.5;cursor:not-allowed}.edit-modal-body{flex:1;overflow-y:auto;padding:20px;scrollbar-width:thin}.edit-modal-body::-webkit-scrollbar{width:6px}.edit-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.edit-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.edit-form-group{margin-bottom:16px}.edit-form-label{display:block;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#000;margin-bottom:6px}.edit-form-input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;color:#000;background-color:#fff;box-sizing:border-box}.edit-form-input:focus{outline:none;border-color:#ff6b2b}.edit-form-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.edit-form-hint{display:block;font-family:Inter,sans-serif;font-size:12px;color:#999;margin-top:4px}.edit-section-heading{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#000;margin:24px 0 16px;padding-top:16px;border-top:1px solid #f2f2f2}.edit-modal-footer{display:flex;gap:12px;padding:20px;border-top:1px solid #f2f2f2}.edit-modal-cancel,.edit-modal-save{flex:1;padding:12px 20px;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.edit-modal-cancel{background-color:#f5f5f5;color:#666}.edit-modal-cancel:hover:not(:disabled){background-color:#e0e0e0}.edit-modal-save{background-color:#ff6b2b;color:#fff}.edit-modal-save:hover:not(:disabled){background-color:#e55a1f}.edit-modal-cancel:disabled,.edit-modal-save:disabled{opacity:.5;cursor:not-allowed}.settings-container{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.settings-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff}.settings-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #f2f2f2}.settings-back-button{background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer}.settings-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#1f1f1f;margin:0}.settings-body{flex:1;padding:16px 20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.settings-body::-webkit-scrollbar{display:none}.settings-heading{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1f1f1f;margin:0}.settings-list{display:flex;flex-direction:column;border:1px solid #f1f1f1;border-radius:16px;overflow:hidden}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background-color:#fff;border-bottom:1px solid #f1f1f1}.settings-row:last-child{border-bottom:none}.settings-row-left{display:flex;align-items:center;gap:12px}.settings-icon{display:flex;align-items:center;justify-content:center;color:#1f1f1f}.settings-row-label{font-family:Inter,sans-serif;font-size:14px;color:#1f1f1f}.settings-toggle{position:relative;width:42px;height:22px;display:inline-block}.settings-toggle input{opacity:0;width:0;height:0}.settings-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e0d6d6;border-radius:999px;transition:.3s}.settings-toggle-slider:before{position:absolute;content:"";width:18px;height:18px;left:2px;top:2px;border-radius:50%;background-color:#fff;transition:.3s;box-shadow:0 1px 3px #00000026}.settings-toggle input:checked+.settings-toggle-slider{background-color:#ff6b2b}.settings-toggle input:checked+.settings-toggle-slider:before{transform:translate(20px)}.settings-divider{height:1px;background-color:#f1f1f1;margin:4px 0}.settings-link-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:none;background-color:transparent;cursor:pointer;border-radius:12px}.settings-link-row:hover{background-color:#f9f9f9}.withdrawal-container{height:100%;width:100%;background-color:#09ffff;display:flex;justify-content:center;align-items:center}.withdrawal-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;position:relative;overflow:hidden}.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;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:linear-gradient(135deg,#0ea5e9,#0284c7);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-color:#09ffff;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:#09ffff;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}.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}.account-verification-container{height:100%;width:100%;background-color:#09ffff;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:#09ffff;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:#09ffff}.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}.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}}
