@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green: rgba(0, 22, 57, 1);--secondary-green: #000f27;--accent-green: #eef3fa;--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, rgba(0, 22, 57, 1) 0%, #337637 100%);--premium-surface: linear-gradient(135deg, #eef3fa 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: #347539;--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, #347539 0%, #2e6632 100%)}#root{width:100%;min-height:100vh}.premium-splash-screen{position:fixed;inset:0;background:radial-gradient(circle at 50% 50%,#f0f4fd,#f8fafc);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeOut .5s ease-in-out 2.1s forwards}@keyframes splashFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05);pointer-events:none}}.splash-content-wrapper{display:flex;flex-direction:column;align-items:center;animation:floatUp .8s cubic-bezier(.34,1.56,.64,1) both}@keyframes floatUp{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.logo-container{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.premium-splash-logo{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,22,57,.12));z-index:2;animation:pulseLogo 2s infinite ease-in-out}@keyframes pulseLogo{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#00163914;border-radius:50%;z-index:1;animation:ripple 2s infinite cubic-bezier(.25,.8,.25,1)}@keyframes ripple{0%{width:100px;height:100px;opacity:1}to{width:250px;height:250px;opacity:0}}.splash-brand-title{color:#0f172a;font-family:Outfit,Inter,sans-serif;font-size:32px;font-weight:800;letter-spacing:1px;margin:0 0 8px}.splash-tagline{color:#475569;font-size:15px;font-weight:500;margin:0 0 40px;letter-spacing:.5px}.loading-bar-container{width:200px;height:4px;background:#e2e8f0;border-radius:4px;overflow:hidden}.loading-bar{height:100%;background:#001639;border-radius:4px;transition:width .1s linear;box-shadow:0 0 10px #0016394d}.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:#2d3250;width:32px}.onboarding-footer{padding:32px 0 48px;display:flex;justify-content:center}.onboarding-next-btn{width:56px;height:56px;border-radius:16px;background:#2d3250;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #2d325059;transition:transform .18s,box-shadow .18s}.onboarding-next-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2d325073}.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:#fff;display:flex;align-items:flex-start;justify-content:center;font-family:Outfit,Inter,sans-serif;position:relative;overflow:hidden}.gs-content{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:48px 28px 56px;background:#fff;position:relative;z-index:1}@keyframes gsSlideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.gs-back-button{align-self:flex-start;background:#f1f5f9;border:none;padding:8px;margin-bottom:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background .2s;color:#2d3250}.gs-back-button:hover{background:#e2e8f0}.gs-logo-circle{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#eef0f8,#d8ddf0);display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 8px 24px #2d325026;animation:gsPop .5s cubic-bezier(.34,1.56,.64,1) .1s both}@keyframes gsPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.gs-logo-img{width:64px;height:64px;object-fit:contain}.gs-brand-name{font-size:18px;font-weight:800;color:#2d3250;margin:0 0 6px;letter-spacing:-.3px;text-align:center}.gs-brand-sub{font-size:12px;font-weight:500;color:#8491b0;margin:0 0 28px;text-align:center}.gs-phone-wrapper{width:100%;margin-bottom:10px}.gs-phone-label{font-size:11px;font-weight:600;color:#475569;margin-bottom:6px;display:block;text-transform:uppercase;letter-spacing:.05em}.gs-phone-box{display:flex;align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:11px 14px;transition:border-color .2s,box-shadow .2s,background .2s}.gs-phone-box:focus-within{border-color:#2d3250;box-shadow:0 0 0 3px #2d32501f;background:#fff}.gs-phone-box.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.gs-country-code{font-size:14px;font-weight:700;color:#2d3250;flex-shrink:0;padding-right:10px}.gs-divider{width:1px;height:18px;background:#e2e8f0;margin-right:10px;flex-shrink:0}.gs-phone-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-weight:500;color:#0f172a;font-family:inherit}.gs-phone-input::placeholder{color:#b0b8d8;font-weight:400}.gs-phone-error{font-size:11px;color:#ef4444;margin:5px 0 0 4px;font-weight:500}.gs-otp-notice{font-size:11px;color:#94a3b8;text-align:left;line-height:1.6;margin-bottom:24px;width:100%}.gs-status{font-size:12px;margin:0 0 8px;text-align:center;width:100%;font-weight:500}.gs-status.error{color:#ef4444}.gs-login-btn{width:100%;padding:14px;border-radius:12px;border:none;font-size:14px;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:linear-gradient(135deg,#2d3250,#515a8a);box-shadow:0 6px 20px #2d325059}.gs-login-btn.active:hover{transform:translateY(-2px);box-shadow:0 10px 28px #2d325073}.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;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.status-modal{background:#fff;padding:32px;border-radius:24px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px #0003}.status-modal-title{font-size:18px;font-weight:800;color:#2d3250;margin-bottom:10px}.status-modal-message{font-size:13px;color:#64748b;margin-bottom:24px;line-height:1.6}.status-modal-button{width:100%;padding:12px;background:linear-gradient(135deg,#2d3250,#515a8a);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;font-family:inherit}.status-modal-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2d325059}@media(max-width:480px){.gs-content{padding:32px 20px 40px;border-radius:24px;margin:16px}}.otp-container{min-height:100vh;width:100%;background:#fff;display:flex;justify-content:center;align-items:flex-start;font-family:Outfit,Inter,sans-serif;position:relative;overflow:hidden}.otp-container:before{content:"";position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:#ffffff0a;border-radius:50%}.otp-container:after{content:"";position:absolute;bottom:-100px;left:-60px;width:320px;height:320px;background:#ffffff0a;border-radius:50%}.otp-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:100vh;padding:48px 28px 40px;background:#fff}@keyframes otpSlideUp{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.otp-back-button{background:#f1f5f9;border:none;padding:7px;margin-bottom:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background .2s;color:#2d3250}.otp-back-button:hover{background:#e2e8f0}.otp-top-section{text-align:left;margin-bottom:20px;width:100%}.otp-heading{font-size:18px;font-weight:800;color:#2d3250;margin-bottom:5px;letter-spacing:-.3px;text-transform:uppercase;background:linear-gradient(135deg,#2d3250,#515a8a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.otp-description{font-size:11px;font-weight:500;color:#64748b;line-height:1.5;margin:0}.otp-inputs-container{display:flex;gap:7px;justify-content:center;margin-bottom:16px;width:100%}.otp-input{width:36px;height:40px;flex-shrink:0;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;text-align:center;font-size:15px;font-weight:800;color:#2d3250;font-family:inherit;transition:all .2s}.otp-input:focus{outline:none;border-color:#2d3250;background:#fff;box-shadow:0 0 0 3px #2d32501f}.otp-verify-button{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background:linear-gradient(135deg,#2d3250,#515a8a);color:#fff;border:none;border-radius:11px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #2d32504d;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease}.otp-verify-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 8px 24px #2d325066}.otp-verify-button:active:not(.disabled){transform:translateY(0)}.otp-verify-button.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none}.status-message{font-size:11px;font-weight:500;margin:10px 0 0;width:100%;text-align:center}.status-message.error{color:#ef4444}.status-message.success{color:#22c55e}.otp-code-display{text-align:center;font-size:12px;color:#047857;font-weight:800;margin-top:10px;margin-bottom:10px;background:#ecfdf5;padding:8px 12px;border-radius:10px;border:1px solid #a7f3d0;width:100%;box-sizing:border-box}.otp-code-number{font-size:16px;letter-spacing:3px;color:#065f46}.resend-text{font-size:12px;color:#94a3b8;text-align:left;margin-top:16px;width:100%}.resend-link{color:#2d3250;font-weight:700;cursor:pointer;margin-left:4px}.resend-link:hover{text-decoration:underline}.resend-link.disabled{color:#94a3b8;cursor:not-allowed}@media(max-width:480px){.otp-content{padding:32px 24px;border-radius:28px;margin:16px}.otp-input{height:56px;font-size:20px;border-radius:12px}}.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}.back-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.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:#e8f5e9;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}}.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 #347539}.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}}.service-home-container{--sp-bg: #F8F9FA;--sp-surface: #ffffff;--sp-primary: #2D3250;--sp-primary-mid: #424769;--sp-primary-deep: #1A1A2E;--sp-accent: #E6A23C;--sp-accent-soft: #FDF6EC;--sp-copper: #D9A05B;--sp-copper-soft: #FDF6EE;--sp-text: #111827;--sp-text-muted: #6B7280;--sp-text-subtle: #9CA3AF;--sp-border: #E5E7EB;--sp-shadow-sm: 0 4px 12px rgba(0, 0, 0, .04);--sp-shadow-md: 0 8px 24px rgba(0, 0, 0, .06);--sp-shadow-lg: 0 16px 40px rgba(45, 50, 80, .1);--sp-header-gradient: linear-gradient(145deg, #2D3250 0%, #3D446A 40%, #515A8A 100%);--sp-radius-lg: 20px;--sp-radius-md: 16px;--sp-radius-sm: 12px;min-height:100vh;background-color:var(--sp-bg);padding-bottom:90px;font-family:Outfit,Inter,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.service-home-content{max-width:500px;margin:0 auto;display:flex;flex-direction:column}.service-home-header{position:relative;background:var(--sp-header-gradient);padding:32px 24px 52px;display:flex;justify-content:space-between;align-items:center;overflow:visible}.service-home-header:before{content:"";position:absolute;top:-40%;right:-10%;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 68%);border-radius:50%;pointer-events:none}.service-home-header:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:36px;background:var(--sp-bg);border-radius:36px 36px 0 0}.header-left{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.header-right{position:absolute;top:12px;right:16px;z-index:2}.header-profile-img-wrap{position:relative;flex-shrink:0;width:52px;height:52px;border-radius:50%;overflow:hidden}.header-profile-img-wrap:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#fff9,#ffffff26);z-index:0;box-shadow:0 4px 16px #00000040}.header-profile-img{position:relative;width:100%;height:100%;border-radius:50%;border:2.5px solid rgba(255,255,255,.5);object-fit:cover;object-position:center 20%;transform:scale(1.35);z-index:1;box-shadow:0 4px 16px #0003}.header-brand-info{display:flex;flex-direction:column;gap:5px}.header-brand-name{color:#fff;font-size:17px;font-weight:800;line-height:1.1;letter-spacing:-.025em;display:flex;align-items:center;gap:6px}.header-brand-sub{color:#ffffffa6;font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.notification-bell-btn{background:#ffffff24;border:1px solid rgba(255,255,255,.22);width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 16px #0000002e,inset 0 1px #ffffff26;cursor:pointer;transition:background .2s}.notification-bell-btn:hover{background:#ffffff38}.bell-dot{position:absolute;top:9px;right:9px;width:8px;height:8px;background:#ff4d6a;border:2px solid rgba(60,70,105,.8);border-radius:50%;box-shadow:0 0 0 1px #ff4d6a66}.greeting-section{padding:0 16px;margin-top:-18px;margin-bottom:14px;position:relative;z-index:2}.greeting-card{background:var(--sp-surface);padding:22px 20px;border-radius:var(--sp-radius-lg);box-shadow:var(--sp-shadow-lg);border:1px solid rgba(255,255,255,.8)}.greeting-title{font-size:18px;font-weight:800;color:var(--sp-text);margin:0;display:flex;align-items:center;gap:8px;letter-spacing:-.02em}.greeting-subtitle{font-size:11.5px;color:var(--sp-text-muted);margin-top:5px;font-weight:500;line-height:1.45}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 20px;margin-bottom:22px}.stat-card-premium{background:var(--sp-surface);border-radius:var(--sp-radius-md);padding:14px 12px 14px 14px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--sp-shadow-sm);border:1px solid var(--sp-border);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.stat-card-premium:hover{transform:translateY(-2px);box-shadow:var(--sp-shadow-md)}.stat-card-premium:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0}.stat-card-upcoming:before{background:#4a5568}.stat-card-completed:before{background:var(--sp-accent)}.stat-card-total:before{background:var(--sp-copper)}.stat-icon-wrap{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center}.upcoming-icon{background:#f0eeec;color:#4a5568}.completed-icon{background:#f8ecef;color:var(--sp-accent)}.total-icon{background:var(--sp-copper-soft);color:var(--sp-copper)}.stat-info{display:flex;flex-direction:column}.stat-label-text{font-size:10px;font-weight:700;color:var(--sp-text-subtle);text-transform:uppercase;letter-spacing:.06em}.stat-value-text{font-size:17px;font-weight:800;color:var(--sp-text);margin:3px 0 0;letter-spacing:-.03em}.stat-view-all{font-size:10px;font-weight:700;color:var(--sp-accent);display:flex;align-items:center;gap:3px;margin-top:6px;cursor:pointer;transition:color .15s ease}.stat-view-all:hover{color:var(--sp-primary)}.trend-section{background:var(--sp-surface);margin:0 20px 22px;border-radius:var(--sp-radius-lg);padding:20px;box-shadow:var(--sp-shadow-sm);border:1px solid var(--sp-border)}.trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.trend-title{font-size:13.5px;font-weight:800;color:var(--sp-text);margin:0;letter-spacing:-.02em}.trend-dropdown{background:var(--sp-bg);border:1px solid var(--sp-border);border-radius:8px;padding:5px 9px;font-size:10px;font-weight:600;color:var(--sp-text-muted);font-family:inherit;cursor:pointer;outline:none}.trend-dropdown:focus{border-color:var(--sp-accent)}.chart-bars-wrap{display:flex;justify-content:space-between;align-items:flex-end;height:120px;margin-bottom:20px;padding:0 6px}.bar-column{display:flex;flex-direction:column;align-items:center;gap:8px}.bar-pill{width:12px;border-radius:6px;transition:height .6s cubic-bezier(.4,0,.2,1)}.bar-blue{background:linear-gradient(180deg,var(--sp-accent-soft) 0%,var(--sp-accent) 100%)}.bar-orange{background:linear-gradient(180deg,#d4956a 0%,var(--sp-copper) 100%)}.bar-month{font-size:10px;font-weight:600;color:var(--sp-text-subtle)}.chart-summary-box{background:linear-gradient(135deg,#f8ecef,#f5ebe0);border-radius:var(--sp-radius-sm);padding:14px;display:flex;align-items:center;gap:12px;border:1px solid rgba(139,58,74,.1)}.summary-icon-wrap{width:28px;height:28px;border-radius:50%;background:var(--sp-primary);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.summary-text{font-size:12px;font-weight:600;color:var(--sp-primary);line-height:1.4}.quick-actions-section{padding:0 20px;margin-bottom:22px}.section-label{font-size:13.5px;font-weight:800;color:var(--sp-text);margin:0 0 12px;letter-spacing:-.02em}.actions-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.action-card{background:var(--sp-surface);border-radius:var(--sp-radius-md);padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--sp-shadow-sm);border:1px solid var(--sp-border);transition:transform .2s ease,box-shadow .2s ease}.action-card:hover{transform:translateY(-1px);box-shadow:var(--sp-shadow-md)}.action-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.action-blue{background:#f0eeec;color:#4a5568}.action-green{background:#f8ecef;color:var(--sp-accent)}.action-purple{background:var(--sp-copper-soft);color:var(--sp-copper)}.action-orange{background:#fdf4ec;color:#c4783a}.action-label{font-size:10.5px;font-weight:700;color:#3d383c;line-height:1.35}.action-arrow{margin-top:auto;align-self:flex-end;color:#c8c2be}.today-appointments-section{padding:0 20px;margin-bottom:24px}.today-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.view-all-link{font-size:12px;font-weight:700;color:var(--sp-accent);cursor:pointer;transition:color .15s ease}.view-all-link:hover{color:var(--sp-primary)}.appointment-list{display:flex;flex-direction:column;gap:10px}.appointment-item-card{background:var(--sp-surface);border-radius:var(--sp-radius-md);padding:14px;display:flex;align-items:center;gap:12px;box-shadow:var(--sp-shadow-sm);border:1px solid var(--sp-border);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.appointment-item-card:hover{transform:translateY(-1px);box-shadow:var(--sp-shadow-md);border-color:#d9d3cf}.patient-avatar{width:44px;height:44px;border-radius:var(--sp-radius-sm);background:linear-gradient(135deg,#f0eeec,#e8e4e1);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:var(--sp-primary)}.appointment-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.patient-name{font-size:13px;font-weight:700;color:var(--sp-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.appointment-meta{font-size:10.5px;color:var(--sp-text-subtle);font-weight:500}.status-badge-mini{background:#f8ecef;color:var(--sp-accent);padding:4px 10px;border-radius:8px;font-size:10px;font-weight:700;flex-shrink:0}.chevron-right{color:#c8c2be;flex-shrink:0}.no-appointments-placeholder{background:var(--sp-surface);border:1px dashed var(--sp-border);border-radius:var(--sp-radius-md);padding:22px 18px;text-align:center;font-size:11.5px;font-weight:500;color:var(--sp-text-subtle)}.service-home-footer-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000}.service-home-footer-nav .bottom-navigation{border-top:none;position:relative}.notification-popup{position:fixed;inset:0;background:#1a121673;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:20px;z-index:2000}.notification-card{background:var(--sp-surface);border-radius:var(--sp-radius-lg);padding:24px;width:100%;max-width:400px;box-shadow:var(--sp-shadow-lg)}.notification-label{font-size:9.5px;font-weight:700;color:var(--sp-accent);text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px}.notification-customer{font-size:15px;font-weight:800;color:var(--sp-text);margin:0 0 5px}.notification-service,.notification-address{font-size:11.5px;color:var(--sp-text-muted);margin:0 0 3px}.notification-actions{display:flex;gap:10px;margin-top:20px}.notification-secondary{flex:1;padding:10px;border-radius:var(--sp-radius-sm);border:1px solid var(--sp-border);background:var(--sp-bg);font-weight:600;font-size:12.5px;color:var(--sp-text-muted);cursor:pointer;font-family:inherit}.notification-primary{flex:1;padding:10px;border-radius:var(--sp-radius-sm);border:none;background:var(--sp-primary);font-weight:700;font-size:12.5px;color:#fff;cursor:pointer;font-family:inherit}.notification-primary:hover{background:var(--sp-primary-mid)}.dashboard-footer{margin:0 16px 100px;border-radius:14px;background:linear-gradient(145deg,#2d3250,#3d446a 40%,#515a8a);border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 20px #2d325033;overflow:hidden;position:relative}.dashboard-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent)}.footer-inner{padding:14px 16px 10px}.footer-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.footer-brand-name{font-size:11px;font-weight:800;color:#fffffff2;letter-spacing:-.01em}.footer-brand-tag{font-size:8px;font-weight:600;color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.footer-social-row{display:flex;gap:6px}.footer-social-btn{width:26px;height:26px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:background .2s,color .2s,transform .15s;text-decoration:none}.footer-social-btn:hover{background:#fff3;color:#fff;transform:translateY(-1px)}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);margin:0 0 9px}.footer-links-row{display:flex;flex-wrap:wrap;gap:3px 14px;margin-bottom:9px}.footer-link{font-size:9px;font-weight:600;color:#ffffff8c;cursor:pointer;transition:color .15s;text-decoration:none;letter-spacing:.01em}.footer-link:hover{color:#ffffffe6}.footer-copy-row{display:flex;align-items:center;justify-content:space-between}.footer-copy-text{font-size:8.5px;color:#ffffff40;font-weight:500}.footer-version{font-size:8px;color:#ffffff4d;font-weight:600;letter-spacing:.06em}:root{--primary-blue: #373b5e;--bg-light: #f5f6f8;--text-main: #1a1c1e;--text-sub: #6b7280;--border-color: #d1d5db;--shiny-gradient: linear-gradient(145deg, #2D3250 0%, #3D446A 40%, #515A8A 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-dark{position:relative;background:var(--shiny-gradient);padding:12px 20px;z-index:10;box-shadow:0 4px 24px #0000001f;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.header-content-top{display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:2;gap:16px}.order-management-back-btn-dark{width:36px;height:36px;background:#ffffff14;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s cubic-bezier(.4,0,.2,1);color:#fff}.order-management-back-btn-dark:hover{background:#ffffff26;transform:scale(1.05)}.order-management-logo-section{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.order-management-logo-icon-dark{height:24px;width:auto;object-fit:contain;background:#fff;border-radius:100px;padding:4px 12px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease}.order-management-logo-icon-dark:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.order-management-desktop-nav{display:none}.order-management-title-section{padding:20px 20px 8px}.order-management-title{font-size:18px;font-weight:700;color:var(--text-main);margin:0;letter-spacing:-.3px}.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:8px 14px;border-radius:24px;border:1px solid transparent;background:#f1f5f9;color:#64748b;font-size:12px;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:12px;font-weight:700;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin:16px 0 12px}.empty-state-card{background:#fff;border-radius:20px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px #00000008;margin-top:10px}.empty-state-icon{margin-bottom:16px}.empty-state-icon svg{width:110px;height:auto}.empty-state-card h3{font-size:16px;font-weight:700;color:var(--text-main);margin:0 0 8px}.empty-state-card p{font-size:13px;color:var(--text-sub);margin:0 0 16px;line-height:1.5}.empty-state-btn{background:var(--primary-blue);color:#fff;border:none;border-radius:10px;padding:8px 18px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;min-width:130px}.empty-state-btn:hover{opacity:.9}.customers-list{display:flex;flex-direction:column;gap:12px}.customer-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000a;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}.customer-main-row{display:flex;align-items:center;gap:12px}.customer-avatar-placeholder{width:56px;height:56px;background:#eef2ff;color:#2d3250;border-radius:16px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px;flex-shrink:0;position:relative}.avatar-calendar-badge{position:absolute;bottom:-6px;right:-6px;background:#fff;border-radius:50%;padding:4px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#2d3250;box-shadow:0 2px 4px #0000000d}.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:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:32px;height:32px;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:#f1f5f9;border-color:#64748b}.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:4px 8px;border-radius:8px;text-transform:uppercase;display:flex;align-items:center;gap:4px}.rescheduled-tag{background:#dcfce7;color:#059669}.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-label{font-size:11px;color:#64748b;font-weight:500}.amount-value{font-size:14px;font-weight:800;color:var(--text-main)}.payment-badge{font-size:10px;font-weight:700;padding:4px 8px;border-radius:8px;text-transform:uppercase;display:flex;align-items:center;gap:4px}.payment-badge.done{background:#ecfdf5;color:#059669}.payment-badge.pending{background:#fffbeb;color:#f59e0b}.customer-detail-card{background:#fff;border-radius:10px;padding:10px 8px;margin-top:10px}.detail-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:0}.detail-icon-wrap{width:32px;height:32px;background:#eef2ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#2d3250;flex-shrink:0}.detail-text-col{display:flex;flex-direction:column;gap:2px;flex:1}.detail-label{font-size:11px;color:#64748b;font-weight:500}.detail-value-wrap{display:flex;flex-direction:column;gap:2px}.detail-value-main{font-size:13px;font-weight:700;color:#0f172a}.detail-value-sub{font-size:10px;color:#64748b}.detail-divider{height:1px;background:#f1f5f9;margin:10px 0;width:100%}.detail-actions{display:flex;gap:6px;margin-top:12px}.action-btn-p{flex:1;padding:6px 4px;border-radius:8px;border:none;font-size:10px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:4px;text-align:center;line-height:1.15}.action-btn-icon{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-btn-p.primary{background:#2d3250;color:#fff}.action-btn-p.outline{background:#fff;color:#2d3250;border:1px solid #e2e8f0}.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:68px;background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.07);box-shadow:0 -4px 24px #0000000f;display:flex;align-items:center;justify-content:space-around;padding:0 8px;box-sizing:border-box;z-index:1000}.nav-item{flex:1;height:100%;border:none;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#9ca3af;font-family:Outfit,Inter,-apple-system,sans-serif;font-size:10.5px;font-weight:500;cursor:pointer;border-radius:0;transition:color .2s ease;padding:0;position:relative}.nav-item .nav-icon{display:flex;align-items:center;justify-content:center;width:44px;height:32px;border-radius:12px;transition:background .22s ease,transform .18s ease}.nav-item .nav-label{line-height:1;letter-spacing:.01em;transition:color .2s ease,font-weight .2s ease}.nav-item.active{color:#3d446a}.nav-item.active .nav-icon{background:#2d32501a;transform:translateY(-1px)}.nav-item.active .nav-label{font-weight:700;color:#3d446a}.nav-item:not(.active):hover .nav-icon{background:#0000000a}.nav-item:not(.active):hover{color:#6b7280}.nav-item:focus-visible{outline:2px solid rgba(61,68,106,.5);outline-offset:2px;border-radius:12px}.account-container{min-height:100vh;background-color:#f8f9fb;padding-bottom:80px;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}.account-content{display:flex;flex-direction:column;height:100%;width:100%;position:relative;overflow-x:hidden;padding-bottom:24px}.account-header-premium{position:relative;background:linear-gradient(145deg,#2d3250,#3d446a 40%,#515a8a);padding:24px 20px 70px;display:flex;align-items:center;justify-content:space-between;z-index:10}.account-header-premium:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:48px;background:#f8f9fb;border-radius:36px 36px 0 0}.account-header-premium:before{content:"";position:absolute;top:-20%;right:-10%;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 68%);border-radius:50%;pointer-events:none}.account-header-premium .bg-decoration-2{content:"";position:absolute;bottom:-10%;left:-10%;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 68%);border-radius:50%;pointer-events:none}.account-brand{display:flex;align-items:center;gap:12px;z-index:1}.account-logo-wrap{width:44px;height:44px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.account-brand-text{display:flex;flex-direction:column}.account-brand-title{font-size:17px;font-weight:700;color:#fff;line-height:1.2}.account-brand-subtitle{font-size:12px;font-weight:500;color:#fffc}.account-edit-button{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:12px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s;z-index:1;flex-shrink:0}.account-edit-button:active{transform:scale(.95);background:#ffffff40}.account-body{padding:0 16px;position:relative;z-index:11;margin-top:-36px;display:flex;flex-direction:column;gap:16px}.account-profile-section{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:10px;box-shadow:0 4px 12px #0000000a;display:flex;align-items:center;gap:10px}.account-profile-picture{width:56px;height:56px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid #cbd5e1;flex-shrink:0}.account-profile-picture img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.profile-placeholder-text{font-size:24px;font-weight:700;color:#2d3250}.status-indicator-dot{position:absolute;bottom:0;right:2px;width:14px;height:14px;background:#10b981;border:2px solid #ffffff;border-radius:50%}.account-user-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.account-user-name-row{display:flex;align-items:center;gap:4px}.account-user-name{font-size:15px;font-weight:700;color:#1e293b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.verified-icon{color:#2d3250;flex-shrink:0}.verified-doctor-tag{background:#dcfce7;color:#15803d;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;width:fit-content;display:flex;align-items:center;gap:4px;margin:2px 0 4px}.info-item{display:flex;align-items:center;gap:6px;color:#475569;font-size:11px;font-weight:500;margin-top:1px}.info-item svg{color:#2d3250;flex-shrink:0;width:12px;height:12px}.online-toggle-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #00000005;margin-bottom:8px}.online-toggle-left{display:flex;align-items:center;gap:12px}.online-toggle-icon{width:36px;height:36px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;position:relative}.online-toggle-icon:before{content:"";width:14px;height:14px;background:#10b981;border-radius:50%}.online-toggle-icon:after{content:"";position:absolute;width:24px;height:24px;border:2px solid #10b981;border-radius:50%;opacity:.3}.online-toggle-icon.offline{background:#f1f5f9}.online-toggle-icon.offline:before{background:#94a3b8}.online-toggle-icon.offline:after{border-color:#94a3b8}.online-toggle-text{display:flex;flex-direction:column}.online-toggle-title{font-size:15px;font-weight:700;color:#0f172a}.online-toggle-desc{font-size:12px;color:#64748b;margin-top:2px}.modern-toggle-switch{position:relative;display:inline-block;width:48px;height:24px}.modern-toggle-switch input{opacity:0;width:0;height:0}.modern-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.modern-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.modern-toggle-slider{background-color:#2d3250}input:checked+.modern-toggle-slider:before{transform:translate(24px)}.account-menu-section{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #00000005;border:1px solid #e2e8f0}.account-menu-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.account-menu-item:last-child{border-bottom:none}.account-menu-item:active{background-color:#f8fafc}.menu-item-left{display:flex;align-items:center;gap:16px}.menu-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.menu-icon-wrap svg{width:18px;height:18px}.menu-item-text{font-size:15px;font-weight:700;color:#0f172a}.menu-item-subtext{font-size:12px;color:#64748b;margin-top:2px}.menu-item-chevron{color:#cbd5e1;width:20px;height:20px;background:#f8fafc;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center}.menu-item-chevron svg{width:12px;height:12px}.account-logout-card{background:#fff5f5;border:1px solid #ffe3e3;border-radius:20px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;margin-bottom:24px}.account-logout-card:active{transform:scale(.98);background:#fee2e2}.logout-content{display:flex;align-items:center;gap:16px}.logout-icon-wrap{width:36px;height:36px;border-radius:10px;background:#fee2e2;display:flex;align-items:center;justify-content:center;color:#ef4444}.logout-icon-wrap svg{width:18px;height:18px}.logout-text-wrap{display:flex;flex-direction:column}.logout-text{font-size:15px;font-weight:700;color:#ef4444}.logout-subtext{font-size:12px;color:#7f1d1d;margin-top:2px;opacity:.7}.logout-chevron{color:#ef4444;width:20px;height:20px;background:#fee2e2;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center}.logout-chevron svg{width:12px;height:12px}.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:#0f172a99;display:flex;align-items:flex-end;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.edit-modal-content{background:#fff;width:100%;max-height:90vh;border-top-left-radius:28px;border-top-right-radius:28px;display:flex;flex-direction:column}.edit-modal-header{padding:24px 20px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.edit-modal-title{font-size:18px;font-weight:700;color:#0f172a;margin:0}.edit-modal-close{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#64748b;cursor:pointer;transition:background .2s}.edit-modal-close:hover{background:#e2e8f0}.edit-modal-body{padding:24px 20px;overflow-y:auto;flex:1}.edit-form-group{margin-bottom:12px}.profile-upload-group{margin-bottom:16px}.profile-upload-container{display:flex;align-items:center;gap:16px;background:#f8fafc;padding:12px;border-radius:16px;border:1px dashed #cbd5e1;transition:all .2s}.profile-upload-container:hover{border-color:#2d3250;background:#f1f5f9}.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:#2d3250}.profile-upload-actions{display:flex;flex-direction:column;gap:8px}.file-input-label{display:inline-block;padding:10px 16px;background:#2d3250;color:#fff;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.file-input-label:active{transform:scale(.96);background:#1e223b}.file-input-label input{display:none}.file-hint{font-size:11px;color:#64748b;margin:0}.edit-form-label{display:block;font-size:11px;font-weight:700;color:#334155;margin-bottom:4px}.edit-form-input{width:100%;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:12px;font-weight:500;color:#0f172a;transition:all .2s}.edit-form-input:focus{border-color:#2d3250;outline:none;background:#fff;box-shadow:0 0 0 3px #2d32501a}.edit-section-heading{font-size:16px;font-weight:700;color:#0f172a;margin:32px 0 20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.edit-modal-footer{padding:20px;display:flex;gap:12px;border-top:1px solid #f1f5f9;background:#fff}.edit-modal-cancel{flex:1;padding:14px;border-radius:12px;border:1.5px solid #e2e8f0;background:#fff;font-weight:700;color:#475569;font-size:15px}.edit-modal-save{flex:2;padding:14px;border-radius:12px;border:none;background:#2d3250;color:#fff;font-weight:700;font-size:15px;cursor:pointer}.edit-modal-save:disabled{background:#94a3b8;cursor:not-allowed}.edit-modal-save:active:not(:disabled){transform:scale(.98);background:#1e223b}.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:#f8f9fb;display:flex;justify-content:center;align-items:flex-start;position:relative}.withdrawal-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:#f8f9fb;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.withdrawal-desktop-nav{display:none}.withdrawal-footer-nav{display:block}.withdrawal-header-premium{position:relative;background:linear-gradient(145deg,#2d3250,#3d446a 40%,#515a8a);padding:24px 20px 48px;display:flex;align-items:center;justify-content:space-between;z-index:10}.withdrawal-header-premium:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:36px;background:#f8f9fb;border-radius:36px 36px 0 0}.withdrawal-header-premium:before{content:"";position:absolute;top:-40%;right:-10%;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 68%);border-radius:50%;pointer-events:none}.header-left-group{display:flex;align-items:center;gap:12px;z-index:1}.withdrawal-back-btn-premium{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:12px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s;flex-shrink:0}.withdrawal-title-premium{font-size:19px;font-weight:700;color:#fff;margin:0}.header-right-icon{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:12px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;z-index:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.withdrawal-body{flex:1;padding:0 20px 120px;overflow-y:visible;position:relative;z-index:11;margin-top:-12px}.withdrawal-body::-webkit-scrollbar{display:none}.premium-alert{background-color:#fff5f5;border:1px solid #ffe3e3;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:12px;margin-top:-12px;margin-bottom:24px;box-shadow:0 4px 16px #dc262614;position:relative;z-index:12}.premium-alert-icon{flex-shrink:0;color:#e53e3e;margin-top:2px}.premium-alert-content{flex:1}.premium-alert-title{color:#e53e3e;font-weight:700;font-size:14px;margin:0 0 4px}.premium-alert-desc{color:#4a5568;font-size:12px;margin:0}.premium-alert-close{background:none;border:none;color:#fc8181;cursor:pointer;padding:0}.wallet-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.wallet-card-modern{background:#fff;border-radius:12px;padding:14px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column}.wallet-card-modern:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0}.wallet-card-blue:before{background:#2d3250}.wallet-card-orange:before{background:#dd6b20}.wallet-card-header{font-size:11px;font-weight:700;margin:0 0 6px}.wallet-card-blue .wallet-card-header{color:#2d3250}.wallet-card-orange .wallet-card-header{color:#c05621}.wallet-card-content{display:flex;justify-content:space-between;align-items:center;flex:1}.wallet-card-left{display:flex;flex-direction:column;gap:4px}.wallet-card-value{font-size:18px;font-weight:800;color:#1a202c;margin:0}.wallet-card-helper{font-size:10px;color:#718096;margin:0}.wallet-card-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.wallet-card-icon svg{width:16px;height:16px}.wallet-card-blue .wallet-card-icon{background:#f0f2f5;color:#2d3250}.wallet-card-orange .wallet-card-icon{background:#fffaf0;color:#dd6b20}.withdrawal-form-modern{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 4px 15px #00000008;margin-bottom:20px}.form-title{font-size:13px;font-weight:700;color:#1a202c;margin:0 0 10px}.input-with-addon-modern{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:8px;background-color:#fff;transition:all .2s}.input-with-addon-modern:focus-within{border-color:#2d3250;box-shadow:0 0 0 3px #2d32501a}.input-with-addon-modern span{padding:0 0 0 12px;color:#2d3250;font-weight:700;font-size:16px}.input-with-addon-modern input{flex:1;border:none;padding:10px 12px;font-size:14px;font-weight:600;color:#1a202c;border-radius:8px;background:transparent}.input-with-addon-modern input::placeholder{color:#a0aec0;font-weight:500}.input-with-addon-modern input:focus{outline:none}.withdrawal-submit-btn-modern{margin-top:14px;width:100%;background:#2d3250;color:#fff;border:none;padding:12px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.withdrawal-submit-btn-modern:disabled{opacity:.6;cursor:not-allowed}.form-footer-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;color:#718096;font-size:10px}.form-footer-note svg{color:#2d3250}.transactions-section{width:100%;margin-bottom:28px}.transactions-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.transactions-heading{font-size:16px;font-weight:700;color:#0f172a;margin:0}.refresh-button-modern{background:#f0f2f5;color:#2d3250;border:none;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}.empty-state-modern{background:#fff;border:1.5px dashed #94a3b8;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-state-icon-modern{position:relative;width:48px;height:48px;background:#f0f2f5;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#2d3250;margin-bottom:12px}.empty-state-icon-modern svg{width:20px;height:20px}.empty-state-sparkles{position:absolute;inset:-15px;background-image:radial-gradient(circle,#8c96b5 1.5px,transparent 1.5px),radial-gradient(circle,#8c96b5 1.5px,transparent 1.5px),radial-gradient(circle,#8c96b5 2px,transparent 2px),radial-gradient(circle,#8c96b5 2px,transparent 2px);background-size:8px 8px,12px 12px,20px 20px,16px 16px;background-position:10% 10%,80% 20%,30% 80%,70% 80%;background-repeat:no-repeat;opacity:.6}.empty-state-modern h3{font-size:13px;font-weight:700;color:#0f172a;margin:0 0 4px}.empty-state-modern p{font-size:11px;color:#64748b;margin:0}.transaction-list{display:flex;flex-direction:column;gap:10px}.transaction-list-item{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px}.transaction-list-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.transaction-list-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transaction-list-icon.credit{background:#dcfce7;color:#16a34a}.transaction-list-icon.debit,.transaction-list-icon.withdrawal{background:#fee2e2;color:#dc2626}.transaction-list-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.transaction-list-desc{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transaction-list-date{font-size:11px;color:#64748b}.transaction-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.transaction-list-amount{font-size:14px;font-weight:800}.transaction-list-amount.credit{color:#16a34a}.transaction-list-amount.debit{color:#0f172a}.transaction-list-type{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;text-transform:capitalize;font-weight:700}.status-pending{background:#ffedd5;color:#c2410c}.status-completed{background:#dcfce7;color:#15803d}.status-rejected{background:#fee2e2;color:#b91c1c}.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)}:root{--reg-primary: #001639;--reg-secondary: #F55810;--reg-dark: #000c20;--reg-accent-light: #eef3fa;--reg-surface-white: #ffffff;--reg-text-main: #1E293B;--reg-text-muted: #64748B;--reg-border: #CBD5E1;--reg-border-focus: #F55810;--reg-error: #EF4444;--reg-success: #10B981}.auth-register-page{font-family:var(--font-main),"Inter",sans-serif;min-height:100vh;width:100%;max-width:500px;margin:0 auto;display:flex;flex-direction:column;background:#f8fafc;position:relative;box-shadow:0 0 40px #0000000d}.auth-register-hero{position:relative;padding:32px 20px 48px;background:linear-gradient(135deg,var(--reg-primary) 0%,#002B70 100%);overflow:hidden;z-index:1;flex-shrink:0;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.auth-hero-decor{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(245,88,16,.1) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.05) 0%,transparent 60%);pointer-events:none}.auth-register-header-content{position:relative;z-index:2;display:flex;align-items:center;gap:16px;margin-bottom:24px}.auth-register-back-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.auth-register-back-btn:hover{background:#fff3;transform:translate(-2px)}.auth-register-header-text{flex:1}.header-flow-title{font-size:20px;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em}.header-flow-subtitle{font-size:13px;color:#ffffffb3;margin:2px 0 0}.auth-step-track-wrapper{position:relative;z-index:2;margin-top:8px}.auth-register-step-track{display:flex;align-items:center;justify-content:space-between;width:100%}.auth-step-track-item{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.auth-step-track-dot{width:28px;height:28px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff9;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;transition:all .3s ease}.auth-step-track-label{font-size:9px;font-weight:600;color:#ffffff80;text-align:center;white-space:nowrap;opacity:0;transform:translateY(4px);transition:all .3s ease;position:absolute;top:32px}.auth-step-track-item.active .auth-step-track-dot{background:var(--reg-secondary);border-color:var(--reg-secondary);color:#fff;box-shadow:0 0 12px #f5581066;transform:scale(1.15)}.auth-step-track-item.active .auth-step-track-label{opacity:1;transform:translateY(0);color:#fff;font-weight:700}.auth-step-track-item.completed .auth-step-track-dot{background:var(--reg-success);border-color:var(--reg-success);color:#fff}.auth-step-track-line{height:2px;background:#ffffff1a;flex:1;margin-top:-14px;transition:all .3s ease}.auth-step-track-line.completed{background:var(--reg-success)}.auth-register-body{flex:1;padding:0 16px 100px;margin-top:-24px;z-index:2}.auth-register-panel-card{background:var(--reg-surface-white);border-radius:20px;padding:24px;box-shadow:0 10px 25px #0000000d;border:1px solid rgba(226,232,240,.8)}.panel-card-intro{margin-bottom:24px;text-align:left}.panel-card-title{font-size:20px;font-weight:800;color:var(--reg-primary);margin:0;letter-spacing:-.01em}.panel-card-subtitle{font-size:13px;color:var(--reg-text-muted);margin:4px 0 0}.form-fields-stack{display:flex;flex-direction:column;gap:20px}.auth-register-field{display:flex;flex-direction:column;gap:8px;text-align:left}.auth-register-label{font-size:13px;font-weight:600;color:var(--reg-primary);display:flex;align-items:center}.required-star{color:var(--reg-secondary);margin-left:3px}.auth-register-input-wrap{position:relative;display:flex;align-items:center;border:1px solid var(--reg-border);border-radius:10px;background:#fff;transition:all .25s ease}.auth-register-input-wrap:focus-within{border-color:var(--reg-border-focus);box-shadow:0 0 0 3px #f5581026}.auth-register-input-wrap.error{border-color:var(--reg-error)}.auth-register-input-wrap.disabled{background:#f1f5f9;cursor:not-allowed}.auth-register-input-icon{position:absolute;left:14px;color:var(--reg-text-muted);pointer-events:none}.auth-register-input{width:100%;padding:12px 14px;border:none;background:transparent;outline:none;font-size:14px;color:var(--reg-text-main);border-radius:10px}.auth-register-input.with-icon{padding-left:40px}.auth-register-input:disabled{color:#64748b;cursor:not-allowed}.auth-register-textarea{width:100%;padding:12px 14px;border:1px solid var(--reg-border);border-radius:10px;background:#fff;outline:none;font-size:14px;color:var(--reg-text-main);resize:vertical;transition:all .25s ease}.auth-register-textarea:focus{border-color:var(--reg-border-focus);box-shadow:0 0 0 3px #f5581026}.auth-register-textarea.error{border-color:var(--reg-error)}.auth-register-select-box{position:relative;display:flex;align-items:center}.auth-register-select{width:100%;padding:12px 14px;border:1px solid var(--reg-border);border-radius:10px;background:#fff;outline:none;font-size:14px;color:var(--reg-text-main);cursor:pointer;appearance:none;transition:all .25s ease}.auth-register-select:focus{border-color:var(--reg-border-focus);box-shadow:0 0 0 3px #f5581026}.auth-register-select-box:after{content:"▼";font-size:10px;color:var(--reg-text-muted);position:absolute;right:14px;pointer-events:none}.gender-options-row{display:flex;gap:12px}.gender-selection-btn{flex:1;padding:12px;border:1px solid var(--reg-border);border-radius:10px;background:#fff;color:var(--reg-text-main);font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease}.gender-selection-btn:hover{background:#f8fafc;border-color:var(--reg-primary)}.gender-selection-btn.active{background:var(--reg-secondary);border-color:var(--reg-secondary);color:#fff;box-shadow:0 4px 10px #f5581033}.auth-register-file-box{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px dashed var(--reg-border);border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .25s ease}.auth-register-file-box:hover{border-color:var(--reg-secondary);background:#fff}.auth-register-file-box.error{border-color:var(--reg-error);background:#fff5f5}.upload-icon{color:var(--reg-secondary)}.file-name-span{font-size:13px;font-weight:500;color:var(--reg-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-fetch-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid var(--reg-secondary);border-radius:10px;background:#f558100d;color:var(--reg-secondary);font-size:14px;font-weight:700;cursor:pointer;width:100%;transition:all .25s ease}.location-fetch-btn:hover:not(:disabled){background:var(--reg-secondary);color:#fff;box-shadow:0 4px 12px #f5581033}.location-fetch-btn:disabled{opacity:.6;cursor:not-allowed}.location-success-hint{font-size:12px;color:var(--reg-success);font-weight:600;margin:0}.spin-animation{animation:spinLoader 1.5s linear infinite}@keyframes spinLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-register-checkbox-wrap{display:flex;align-items:center;text-align:left}.checkbox-flex-container{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:var(--reg-text-main);font-weight:500}.checkbox-flex-container input{width:16px;height:16px;accent-color:var(--reg-secondary)}.auth-register-field-error{font-size:11px;color:var(--reg-error);font-weight:600;margin:0}.auth-register-error-banner{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;background:#fff5f5;border:1px solid #FED7D7;color:var(--reg-error);font-size:13px;font-weight:600;margin-bottom:20px}.auth-register-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;padding:16px 20px;background:#fff;border-top:1px solid #E2E8F0;z-index:100;display:flex;gap:16px;box-shadow:0 -4px 15px #00000008}.auth-register-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:none;border-radius:12px;background:var(--reg-secondary);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #f5581059}.auth-register-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f5581073}.auth-register-action-btn:active{transform:scale(.98)}.spinner-loader{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spinLoader .8s linear infinite}.success-modal-overlay{position:fixed;inset:0;background:#000c2099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.success-modal-card{background:#fff;border-radius:24px;padding:32px 24px;width:100%;max-width:400px;text-align:center;box-shadow:0 20px 50px #00000026;border:1px solid rgba(0,22,57,.1);animation:modalScaleUp .35s cubic-bezier(.16,1,.3,1) both}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.9) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.success-icon-badge{width:64px;height:64px;border-radius:50%;background:#10b9811a;color:var(--reg-success);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.success-modal-title{font-size:20px;font-weight:800;color:var(--reg-primary);margin:0 0 12px;letter-spacing:-.01em}.success-modal-desc{font-size:14px;color:var(--reg-text-muted);line-height:1.5;margin:0 0 24px}.success-modal-btn{width:100%;padding:12px;border:none;border-radius:12px;background:var(--reg-primary);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .25s ease}.success-modal-btn:hover{background:#002b70;box-shadow:0 4px 12px #00163933}.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,#34753926,#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}.hd-prescriptions-container{min-height:100vh;background:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;flex-direction:column;padding-bottom:80px}.hd-header{background:#001639;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:40}.hd-brand{display:flex;align-items:center;gap:.75rem}.hd-logo{height:2.5rem;width:2.5rem;object-fit:contain;background:#fff;border-radius:.5rem;padding:.25rem}.hd-title{font-weight:700;font-size:1.125rem;display:block}.hd-subtitle{font-size:.75rem;color:#94a3b8;display:block}.hd-user-menu{display:flex;align-items:center;gap:1.5rem}.hd-doctor-name{font-weight:500;font-size:.95rem}.hd-logout-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .2s}.hd-logout-btn:hover{background:#fff3;border-color:#fff}.hd-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1.5rem}.hd-intro{margin-bottom:2rem}.hd-intro h2{font-size:1.875rem;font-weight:700;color:#0f172a}.hd-intro p{color:#64748b;margin-top:.25rem}.hd-loader{text-align:center;padding:4rem;color:#64748b;font-size:1.125rem}.hd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:1rem;padding:4rem 2rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.hd-empty p{color:#64748b;margin:1rem 0 1.5rem}.hd-refresh-btn{background:#001639;color:#fff;padding:.625rem 1.25rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:opacity .2s}.hd-refresh-btn:hover{opacity:.9}.hd-alert{padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-weight:500}.hd-alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.hd-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.hd-list{display:flex;flex-direction:column;gap:1rem}.hd-card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.hd-card.expanded{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#cbd5e1}.hd-card-header{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.hd-card-header:hover{background:#f8fafc}.hd-card-header-left{display:flex;align-items:center;gap:1rem}.hd-avatar{background:#e2e8f0;color:#475569;font-weight:700;font-size:.875rem;height:2.75rem;width:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.hd-card-header-left h3{font-size:1.125rem;font-weight:700;color:#0f172a}.hd-meta{font-size:.85rem;color:#64748b;margin-top:.125rem}.hd-card-header-right{display:flex;align-items:center;gap:1rem}.hd-badge{background:#fef3c7;color:#92400e;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.hd-chevron{color:#94a3b8;transition:transform .3s}.hd-chevron.down{transform:rotate(90deg)}.hd-card-body{border-top:1px solid #f1f5f9;padding:1.5rem;background:#f8fafc}.hd-grid{display:grid;grid-template-cols:1fr;gap:1.5rem}@media(min-width:768px){.hd-grid{grid-template-cols:1fr 1.25fr}}.hd-col{display:flex;flex-direction:column}.hd-section-title{font-size:.95rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.hd-prescription-preview-box{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.hd-prescription-img{max-width:100%;max-height:280px;object-fit:contain;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.hd-view-btn{background:#fff;color:#001639;border:1px solid #001639;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;font-size:.875rem;transition:all .2s}.hd-view-btn:hover{background:#001639;color:#fff}.hd-no-doc{background:#fff;border:1px dashed #cbd5e1;color:#94a3b8;padding:3rem;text-align:center;border-radius:.75rem}.hd-search-container{position:relative;margin-bottom:1rem}.hd-search-input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.75rem;font-size:.95rem;outline:none;background:#fff;transition:border-color .2s}.hd-search-input:focus{border-color:#001639;box-shadow:0 0 0 3px #0016391a}.hd-search-spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.hd-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;margin-top:.25rem;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 10px 15px -3px #0000001a}.hd-suggestion-item{padding:.75rem 1rem;display:flex;justify-content:space-between;cursor:pointer;transition:background .15s;border-bottom:1px solid #f1f5f9}.hd-suggestion-item:last-child{border-bottom:none}.hd-suggestion-item:hover{background:#f1f5f9}.hd-suggestion-name{font-weight:500}.hd-suggestion-price{color:#059669;font-weight:600}.hd-cart{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem}.hd-cart h5{font-size:.875rem;font-weight:700;color:#475569;text-transform:uppercase;margin-bottom:.75rem}.hd-cart-empty{color:#94a3b8;font-size:.875rem;text-align:center;padding:1rem 0}.hd-cart-items{display:flex;flex-direction:column;gap:.75rem}.hd-cart-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.hd-cart-item:last-child{border-bottom:none}.hd-item-info{display:flex;flex-direction:column}.hd-item-name{font-weight:600;color:#0f172a}.hd-item-price{font-size:.75rem;color:#64748b}.hd-item-controls{display:flex;align-items:center;gap:1rem}.hd-qty-btns{display:flex;align-items:center;background:#f1f5f9;border-radius:.5rem;overflow:hidden}.hd-qty-btns button{background:transparent;border:none;width:2rem;height:2rem;font-weight:700;cursor:pointer;color:#475569;transition:background .15s}.hd-qty-btns button:hover{background:#cbd5e1}.hd-qty-btns span{padding:0 .5rem;font-weight:600;min-width:1rem;text-align:center}.hd-item-subtotal{font-weight:700;color:#0f172a;min-width:3.5rem;text-align:right}.hd-item-remove{background:transparent;border:none;color:#ef4444;font-size:1rem;cursor:pointer;padding:.25rem}.hd-cart-total{border-top:2px solid #e2e8f0;padding-top:.75rem;display:flex;justify-content:space-between;font-weight:800;font-size:1.125rem;color:#0f172a}.hd-notes-container{margin-bottom:1.25rem}.hd-notes-container label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.375rem}.hd-notes-input{width:100%;box-sizing:border-box;padding:.75rem;border:1px solid #cbd5e1;border-radius:.75rem;font-size:.9rem;outline:none;resize:vertical;background:#fff}.hd-notes-input:focus{border-color:#001639}.hd-submit-btn{background:#10b981;color:#fff;width:100%;padding:.875rem;border:none;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;box-shadow:0 4px 6px -1px #10b98133}.hd-submit-btn:hover{background:#059669}.hd-submit-btn:disabled{background:#a7f3d0;cursor:not-allowed}.hd-modal-backdrop{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem}.hd-modal-content{background:#fff;border-radius:1.5rem;max-width:900px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden}.hd-modal-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.hd-modal-header span{font-weight:700;font-size:1.125rem;color:#0f172a}.hd-modal-header button{background:transparent;border:none;color:#ef4444;font-weight:700;cursor:pointer}.hd-modal-body{padding:1.5rem;overflow-y:auto;display:flex;justify-content:center;background:#f8fafc}.hd-modal-body img{max-width:100%;height:auto;object-fit:contain;border-radius:.5rem}.hd-welcome-card{background:linear-gradient(135deg,#001639,#002e73);color:#fff;padding:1.75rem 2rem;border-radius:1.25rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;box-shadow:0 10px 25px -5px #00163940,0 8px 10px -6px #00163940;border:1px solid rgba(255,255,255,.08)}.hd-welcome-left{display:flex;align-items:center;gap:1.25rem}.hd-doc-avatar-large{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:1.5rem;font-weight:800;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #10b9814d;border:2px solid rgba(255,255,255,.2)}.hd-welcome-text h2{font-size:1.5rem;font-weight:800;margin:0;color:#fff!important}.hd-doc-specialization{font-size:.875rem;color:#94a3b8!important;margin:.25rem 0 0}.hd-logout-action-btn{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3);padding:.625rem 1.25rem;border-radius:.75rem;cursor:pointer;font-weight:700;font-size:.9rem;display:flex;align-items:center;transition:all .2s ease-in-out}.hd-logout-action-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef444459}@media(max-width:640px){.hd-welcome-card{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}.hd-logout-action-btn{width:100%;justify-content:center}}@media(max-width:580px){.hd-main{padding:1rem .5rem}.hd-welcome-card{padding:1.25rem 1rem;margin-bottom:1.25rem;border-radius:.875rem;gap:1rem}.hd-welcome-left{gap:.75rem}.hd-doc-avatar-large{width:3rem;height:3rem;font-size:1.125rem;flex-shrink:0}.hd-welcome-text h2{font-size:1.125rem;line-height:1.3}.hd-doc-specialization{font-size:.75rem}.hd-intro h2{font-size:1.35rem}.hd-intro p{font-size:.85rem}.hd-card-header{padding:1rem .75rem;gap:.5rem}.hd-card-header-left{gap:.5rem;overflow:hidden}.hd-card-header-left h3{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hd-meta{font-size:.75rem}.hd-avatar{height:2.25rem;width:2.25rem;font-size:.75rem;flex-shrink:0}.hd-badge{font-size:.65rem;padding:.2rem .5rem}.hd-card-body{padding:1rem .5rem}.hd-cart{padding:.75rem .5rem;border-radius:.5rem}.hd-cart h5{font-size:.75rem;margin-bottom:.5rem}.hd-cart-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:.75rem}.hd-item-info{width:100%}.hd-item-name{font-size:.875rem;word-break:break-word}.hd-item-controls{width:100%;justify-content:space-between;gap:.5rem}.hd-qty-btns button{width:1.75rem;height:1.75rem}.hd-qty-btns span{font-size:.875rem}.hd-item-subtotal{font-size:.875rem;min-width:unset}.hd-cart-total{font-size:.95rem}.hd-search-input{padding:.625rem .75rem;font-size:.875rem}.hd-notes-container label{font-size:.8rem}.hd-notes-input{padding:.625rem;font-size:.85rem}.hd-submit-btn{padding:.75rem;font-size:.875rem;border-radius:.5rem}.hd-modal-content{border-radius:1rem}.hd-modal-header{padding:.75rem 1rem}.hd-modal-header span{font-size:.95rem}.hd-modal-body{padding:.75rem}.hd-stats-grid{grid-template-cols:repeat(2,1fr);gap:.5rem}.hd-stat-card{padding:.75rem}.hd-stat-value{font-size:1.25rem}.hd-welcome-banner{padding:1rem;gap:.75rem;flex-direction:row;align-items:center}.hd-footer-nav{height:56px}.hd-nav-item{font-size:.65rem;padding:4px 6px}}.hd-footer-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -4px 20px #0000000a;z-index:100;padding:0 .5rem}.hd-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-decoration:none;background:none;border:none;padding:6px 12px;cursor:pointer;font-size:.75rem;font-weight:600;gap:4px;transition:all .2s cubic-bezier(.4,0,.2,1);flex:1}.hd-nav-item svg{stroke:#64748b;transition:all .25s ease}.hd-nav-item:hover{color:#0f172a}.hd-nav-item:hover svg{stroke:#0f172a}.hd-nav-item.active{color:#001639;font-weight:700}.hd-nav-item.active svg{stroke:#001639;transform:scale(1.08) translateY(-1px)}.hd-home-view{animation:hdFadeIn .3s ease}.hd-welcome-banner{background:linear-gradient(135deg,#001639,#002e73);color:#fff;padding:1.5rem 1.75rem;border-radius:1rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem;box-shadow:0 10px 25px -5px #00163926;border:1px solid rgba(255,255,255,.06)}.hd-stats-grid{display:grid;grid-template-cols:repeat(4,1fr);gap:.875rem;margin-bottom:2rem}.hd-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;padding:1.25rem 1rem;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:.35rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.hd-stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d;border-color:#cbd5e1}.hd-stat-label{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.075em}.hd-stat-value{font-size:1.625rem;font-weight:800;color:#0f172a}.hd-recent-section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #00000005}.hd-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.hd-section-header h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0}.hd-text-btn{background:none;border:none;color:#001639;font-weight:700;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:background-color .2s}.hd-text-btn:hover{background-color:#f1f5f9}.hd-recent-list{display:flex;flex-direction:column;gap:.75rem}.hd-recent-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.hd-recent-item:hover{background:#f1f5f9;border-color:#cbd5e1}.hd-recent-left{display:flex;align-items:center;gap:.75rem}.hd-recent-avatar{background:#e2e8f0;color:#475569;font-weight:700;font-size:.75rem;height:2.25rem;width:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.hd-recent-info h4{font-size:.9rem;font-weight:700;color:#0f172a;margin:0}.hd-recent-info p{font-size:.75rem;color:#64748b;margin:.125rem 0 0}.hd-status-badge{font-size:.7rem;font-weight:700;padding:.25rem .625rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.hd-bookings-view{animation:hdFadeIn .3s ease}.hd-booking-tabs-header{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;gap:.5rem;overflow-x:auto}.hd-booking-tab-btn{background:none;border:none;padding:.75rem .875rem;cursor:pointer;font-size:.9rem;font-weight:700;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.hd-booking-tab-btn:hover{color:#0f172a}.hd-booking-tab-btn.active{color:#001639;border-bottom-color:#001639}.hd-tab-badge{background:#e2e8f0;color:#475569;font-size:.7rem;padding:1px 6px;border-radius:9999px;font-weight:700}.hd-booking-tab-btn.active .hd-tab-badge{background:#001639;color:#fff}.hd-badge-new{background:#fef3c7;color:#b45309}.hd-badge-ongoing{background:#dbeafe;color:#1d4ed8}.hd-badge-completed{background:#d1fae5;color:#047857}.hd-cart-items.read-only .hd-cart-item{border-bottom:1px solid #f8fafc;padding-bottom:.5rem}.hd-read-notes{margin-top:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem}.hd-read-notes h5{font-size:.8rem;font-weight:700;color:#475569;text-transform:uppercase;margin:0 0 .5rem}.hd-read-notes p{font-size:.875rem;color:#334155;line-height:1.4;margin:0}.hd-booking-status-footer-msg{margin-top:1rem}.hd-info-banner{display:flex;align-items:center;font-size:.85rem;font-weight:600;padding:.75rem 1rem;border-radius:.75rem;border:1px solid transparent}.hd-info-banner.warning{background-color:#fffbeb;color:#b45309;border-color:#fde68a}.hd-info-banner.success{background-color:#f0fdf4;color:#15803d;border-color:#bbf7d0}.hd-account-view{animation:hdFadeIn .3s ease}.hd-profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;box-shadow:0 1px 3px #00000005;padding:1.5rem;margin-bottom:1.5rem}.hd-profile-header{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #f1f5f9;padding-bottom:1.25rem;margin-bottom:1.25rem}.hd-profile-avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#001639,#002e73);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;border:2px solid rgba(255,255,255,.2)}.hd-profile-meta h3{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0}.hd-profile-subtext{font-size:.75rem;color:#64748b;margin:.25rem 0 0}.hd-profile-details{display:flex;flex-direction:column;gap:.875rem}.hd-detail-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #e2e8f0;padding-bottom:.75rem}.hd-detail-row:last-child{border-bottom:none;padding-bottom:0}.hd-detail-label{font-size:.85rem;color:#64748b;font-weight:600}.hd-detail-value{font-size:.85rem;color:#0f172a;font-weight:700;text-align:right;max-width:60%;word-break:break-word}.hd-logout-container{margin-top:1.5rem;margin-bottom:1.5rem}.hd-profile-logout-btn{width:100%;padding:.875rem;background:#fff5f5;color:#ef4444;border:1px solid #fee2e2;border-radius:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.hd-profile-logout-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef444426}@keyframes hdFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
