:root{--primary: #4f46e5;--primary-hover: #4338ca;--bg-app: #f9fafb;--bg-card: #ffffff;--text-main: #111827;--text-muted: #6b7280;--border: #e5e7eb;--error: #ef4444;--success: #10b981;--radius: 12px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.admin-shell{max-width:1280px;margin:0 auto;padding:2rem 1.25rem 2.5rem}.admin-header{background:linear-gradient(180deg,#fffffff5,#ffffffe6);border:1px solid rgba(229,231,235,.9);border-radius:20px;box-shadow:var(--shadow-lg);padding:1.25rem 1.5rem;display:flex;gap:1.25rem;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.25rem}.admin-title{font-size:1.85rem;line-height:1.1;margin-bottom:.35rem}.admin-header-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.admin-tab{border:1px solid #d7dbe4;background:#fff;border-radius:12px;padding:.75rem 1rem;cursor:pointer;font-size:.95rem;font-weight:600;color:#334155;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.admin-tab:hover{border-color:#b9c1d1;background:#f8fafc;transform:translateY(-1px)}.admin-tab.active{border-color:#c7d2fe;background:#eef2ff;color:#3730a3;font-weight:600}.admin-content{min-height:calc(100vh - 180px)}.admin-panel,.requests-sidebar,.requests-main{background:#fffffff5;border:1px solid rgba(229,231,235,.9);border-radius:20px;box-shadow:var(--shadow-lg);padding:1.25rem}.admin-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.admin-panel-copy h2{font-size:2rem;line-height:1.05;margin-bottom:.45rem}.admin-panel-subtitle{max-width:60ch}.admin-eyebrow{color:#4f46e5;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.requests-layout{display:grid;grid-template-columns:320px 1fr;gap:1rem;align-items:start}.requests-toolbar{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.request-list{display:flex;flex-direction:column;gap:.5rem;max-height:70vh;overflow:auto}.request-item{border:1px solid var(--border);background:#fff;border-radius:14px;text-align:left;padding:.8rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.request-item:hover{border-color:#cbd5e1;transform:translateY(-1px)}.request-item.active{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.request-item-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;text-transform:capitalize}.badge-pending{background:#fef3c7;color:#92400e}.badge-approved{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.request-detail-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.request-actions{display:flex;gap:.5rem;flex-wrap:wrap}.request-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.status-message{border-radius:8px;padding:.6rem .8rem;margin-bottom:.75rem;font-size:.9rem}.status-message.success{background:#d1fae5;color:#065f46}.status-message.error{background:#fee2e2;color:#991b1b}.biz-user-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.biz-user-card{border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafceb);padding:1rem;display:grid;gap:1rem;min-height:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.biz-user-card:hover{transform:translateY(-2px);border-color:#d6dbe6;box-shadow:0 14px 30px -20px #0f172a52}.biz-user-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.biz-user-top h3{font-size:1.15rem;line-height:1.2}.biz-user-title-block{min-width:0}.biz-user-slug{color:#64748b;font-size:.95rem;margin-top:.2rem;word-break:break-word}.biz-badges{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.biz-user-body{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.biz-user-meta{display:flex;flex-direction:column;gap:.18rem;padding:.8rem .9rem;border-radius:14px;background:#f8fafc;border:1px solid #edf2f7;min-width:0}.biz-user-label{color:#64748b;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.biz-user-value{color:#0f172a;font-size:.98rem;font-weight:600;word-break:break-word}.biz-user-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.admin-users-panel{padding:1.3rem 1.3rem 1.45rem}.admin-users-search{margin-bottom:1rem}.admin-search-input{min-height:52px;border-radius:14px;background:#fbfcfe}.admin-users-refresh{min-width:110px}@media(max-width:900px){.requests-layout,.request-form-grid,.biz-user-body,.biz-user-actions{grid-template-columns:1fr}}@media(max-width:720px){.admin-shell{padding:1rem .85rem 2rem}.admin-header,.admin-panel,.requests-sidebar,.requests-main{border-radius:16px;padding:1rem}.admin-title,.admin-panel-copy h2{font-size:1.55rem}.admin-header-actions,.admin-tab,.btn{width:100%}.biz-user-grid{grid-template-columns:1fr}.biz-user-top{flex-direction:column}.biz-badges{justify-content:flex-start}}.container{max-width:800px;margin:0 auto;padding:1.5rem .5rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media(min-width:640px){.container{padding:2rem 1rem}}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.25rem;position:relative}@media(min-width:640px){.card{padding:2.5rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.h-full{height:100%}.min-w-0{min-width:0}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden{display:none}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.text-error{color:var(--error)}.italic{font-style:italic}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-8{margin-top:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.pt-6{padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.1rem;border-radius:12px;font-weight:600;transition:all .2s;border:1px solid transparent;cursor:pointer;font-size:.95rem;gap:.5rem;min-height:46px;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 10px 20px -12px #4f46e58c}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background-color:#fff;border-color:var(--border);color:var(--text-main)}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.btn-compact{width:100%;min-height:44px;padding:.75rem .95rem}.btn-danger{background-color:#fee2e2;color:#ef4444}.btn-danger:hover{background-color:#fecaca}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.label{font-size:.9rem;font-weight:500;color:var(--text-main)}.input,.textarea,.select{padding:.875rem 1rem;border:1px solid var(--border);border-radius:8px;transition:all .2s;width:100%;background:#fff;font-size:1rem}.textarea{min-height:100px;resize:vertical}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #4f46e51a}.input-field-error{border-color:var(--error)!important;background:#fef2f2}.input-field-error:focus{box-shadow:0 0 0 4px #ef44441a!important}.field-error-msg{font-size:.8rem;color:var(--error);margin-top:.2rem;display:flex;align-items:center;gap:.25rem}.field-error-msg:before{content:"!";font-size:.75rem}.field-hint-msg{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.step-header{margin-bottom:2rem;text-align:center}.step-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.step-desc{color:var(--text-muted);font-size:1rem}.stepper-container{margin-bottom:3rem;position:relative;padding:0 1rem}.progress-track{position:absolute;left:0;top:15px;width:100%;height:2px;background:var(--border);z-index:0}.progress-fill{position:absolute;left:0;top:15px;height:2px;background:var(--primary);z-index:0;transition:width .4s ease}.step-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;background:transparent}.step-circle{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:var(--text-muted);transition:all .3s ease}.step-circle.active{border-color:var(--primary);color:var(--primary)}.step-circle.completed{background:var(--primary);border-color:var(--primary);color:#fff}.step-label{font-size:.75rem;font-weight:500;color:var(--text-muted);position:absolute;top:40px;width:100px;text-align:center}.step-label.active{color:var(--primary)}@media(max-width:640px){.step-label:not(.active){display:none}.step-label.active{width:auto;white-space:nowrap;left:50%;transform:translate(-50%)}.step-circle{width:24px;height:24px;font-size:.7rem}.progress-track,.progress-fill{top:12px}.stepper-container{padding:0;margin-bottom:2.5rem}}.fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.upload-area{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:#f9fafb}.upload-area:hover{border-color:var(--primary);background:#f3f4f6}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1.5rem;max-width:500px}.image-grid .image-preview{max-width:120px;max-height:120px}.overflow-x-auto img{max-width:96px;max-height:96px;width:96px;height:96px}.image-preview{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:4px;right:4px;background:#00000080;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.service-item{border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start;background:#fff}.border{border:1px solid var(--border)}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-full{border-radius:9999px}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-red-50{background-color:#fef2f2}.text-red-600{color:#dc2626}.shadow-none{box-shadow:none}.top-2{top:.5rem}.right-2{right:.5rem}.opacity-0{opacity:0}.opacity-100{opacity:100}.transition-opacity{transition:opacity .2s}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s}.group:hover .group-hover\:opacity-100{opacity:1}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:text-error:hover{color:var(--error)}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:border-primary:hover{border-color:var(--primary)}.last\:border-0:last-child{border:0}.min-h-\[400px\]{min-height:400px}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s}input:checked+.slider{background-color:var(--primary)}input:focus+.slider{box-shadow:0 0 1px var(--primary)}input:checked+.slider:before{transform:translate(20px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%;box-shadow:0 1px 2px #0003}@media(min-width:640px){.sm\:flex-row{flex-direction:row}}@media(min-width:640px){.sm\:items-center{align-items:center}}@media(min-width:640px){.sm\:w-1\/3{width:33.333333%}}@media(min-width:640px){.sm\:w-2\/3{width:66.666667%}}@media(min-width:640px){.sm\:mb-0{margin-bottom:0}}@media(min-width:640px){.sm\:flex-1{flex:1 1 0%}}@media(min-width:640px){.sm\:pl-0{padding-left:0}}@media(min-width:640px){.sm\:text-right{text-align:right}}.pl-11{padding-left:2.75rem}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bg-app: #eef2f6;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border: #dbe3ee;--error: #dc2626;--success: #059669;--radius: 8px;--shadow: 0 1px 2px rgb(15 23 42 / .06);--shadow-lg: 0 18px 46px -34px rgb(15 23 42 / .55)}body{background:linear-gradient(180deg,#f8fafc,#eef2f6 38%,#e7edf5)}button,input,select,textarea{font:inherit}.admin-shell{max-width:1360px;padding:1rem 1rem 2rem}.admin-header{position:sticky;top:.75rem;z-index:20;border-radius:8px;padding:.85rem;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 16px 40px -34px #0f172a99}.admin-brand{display:flex;align-items:center;gap:.8rem;min-width:220px}.admin-brand-mark{width:44px;height:44px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#0f766e,#2563eb);box-shadow:0 12px 28px -18px #0f766e}.admin-title{font-size:1.35rem;margin-bottom:.12rem}.admin-header-actions{align-items:center}.admin-tab{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;border-radius:8px;padding:.65rem .9rem;color:#334155}.admin-tab.active{border-color:#93c5fd;background:#dbeafe;color:#1e3a8a}.admin-logout{min-height:44px}.admin-mobile-nav,.admin-mobile-logout{display:none}.admin-content{min-height:calc(100vh - 140px)}.container{max-width:1120px;min-height:auto;justify-content:flex-start;padding:0}.card,.admin-panel,.requests-sidebar,.requests-main{border-radius:8px;border:1px solid rgb(203 213 225 / .9);box-shadow:var(--shadow-lg)}.container>.card{padding:0;overflow:hidden}.stepper-container{margin:0;padding:1.15rem 1.25rem 2.8rem;border-bottom:1px solid var(--border);background:#fbfdff}.min-h-\[400px\]{min-height:360px;padding:1.35rem 1.35rem .4rem}.step-header{text-align:left;margin-bottom:1.25rem}.step-title{font-size:1.45rem;line-height:1.15}.step-desc{max-width:58ch}.input-group{margin-bottom:1rem}.label,.form-label,.biz-user-label{font-weight:700}.input,.textarea,.select,.form-input{border-radius:8px;border-color:#cbd5e1;min-height:48px;background:#fff}.textarea{min-height:118px}.btn{border-radius:8px;min-height:46px;box-shadow:none}.btn-primary{background:#2563eb}.btn-danger{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.btn-ghost{border:0;background:transparent;cursor:pointer}.bg-red-50{border-radius:8px;margin:0 1.35rem 1rem}.container>.card>.flex.justify-between{position:sticky;bottom:0;z-index:10;margin-top:1rem;padding:.85rem 1.25rem;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top-color:#dbe3ee}.location-card,.service-item,.card.bg-gray-50{border-radius:8px!important;box-shadow:none!important}.service-item{align-items:center;gap:1rem;margin-bottom:0}.requests-layout{grid-template-columns:minmax(290px,360px) 1fr}.requests-sidebar,.requests-main,.admin-panel{padding:1rem}.requests-toolbar,.admin-users-header{align-items:center}.requests-toolbar{flex-direction:row;justify-content:space-between}.filter-select{display:flex;align-items:center;gap:.4rem;color:#64748b;min-width:136px}.filter-select .select{min-height:40px;padding:.5rem .7rem}.request-counts,.admin-stat-grid{display:grid;gap:.55rem;margin-bottom:1rem}.request-counts{grid-template-columns:repeat(3,1fr)}.request-counts span,.admin-stat{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:.65rem;color:#64748b;font-size:.82rem}.request-counts strong,.admin-stat strong{display:block;color:#0f172a;font-size:1.15rem;line-height:1.1}.request-list{max-height:calc(100vh - 265px)}.request-item{border-radius:8px;padding:.9rem}.request-item-header strong,.biz-user-top h3{word-break:break-word}.badge{border-radius:999px;font-weight:800;letter-spacing:0;white-space:nowrap}.request-detail-header{position:sticky;top:92px;z-index:8;margin:-1rem -1rem 1rem;padding:1rem;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.request-detail-header h3{font-size:1.45rem;line-height:1.15}.request-actions{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr))}.request-form-grid{gap:.8rem}.request-form-grid .input-group{margin-bottom:0}.status-message{border-radius:8px;white-space:pre-line}.wizard-handoff{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:1rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}.wizard-handoff-title{font-weight:800;color:#1e3a8a}.admin-stat-grid{grid-template-columns:repeat(4,1fr)}.admin-users-search{position:relative;display:flex;align-items:center;margin-bottom:1rem}.admin-users-search svg{position:absolute;left:.9rem;color:#64748b;pointer-events:none}.admin-search-input{padding-left:2.5rem}.biz-user-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.biz-user-card{border-radius:8px;background:#fff;box-shadow:none}.biz-user-card:hover{transform:none;box-shadow:0 16px 34px -30px #0f172a8c}.biz-user-meta{border-radius:8px}.biz-user-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.login-container{background:linear-gradient(180deg,#f8fafce6,#e2e8f0f2),radial-gradient(circle at top left,#ccfbf1 0,transparent 32%),radial-gradient(circle at bottom right,#dbeafe 0,transparent 36%);padding:1rem}.login-card{border-radius:8px;box-shadow:0 24px 58px -38px #0f172ab8}.submit-button{border-radius:8px;background:#2563eb}@media(max-width:980px){.admin-header{position:static}.admin-mobile-logout{display:inline-flex;width:44px;min-width:44px;padding:0;margin-left:auto}.admin-header-actions{display:none}.admin-mobile-nav{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:50;display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;padding:.35rem;border:1px solid rgb(203 213 225 / .92);border-radius:8px;background:#fffffff2;box-shadow:0 16px 44px -24px #0f172aa6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-mobile-tab{min-height:52px;border:0;border-radius:8px;background:transparent;color:#64748b;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;font-size:.76rem;font-weight:800}.admin-mobile-tab.active{background:#dbeafe;color:#1d4ed8}.admin-shell{padding-bottom:5.8rem}.requests-layout{grid-template-columns:1fr}.request-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,78%);overflow-x:auto;max-height:none;padding-bottom:.2rem}.request-detail-header{top:0}}@media(max-width:720px){.admin-shell{padding:.75rem .75rem 5.8rem}.admin-brand{align-items:flex-start;min-width:0;flex:1}.admin-brand-mark{width:40px;height:40px}.admin-title{font-size:1.18rem}.admin-brand .text-muted{font-size:.88rem}.admin-header{flex-wrap:nowrap;align-items:center;gap:.75rem}.min-h-\[400px\]{padding:1rem 1rem .15rem}.stepper-container{overflow-x:auto;padding:.9rem .9rem 2.45rem;scrollbar-width:none}.stepper-container::-webkit-scrollbar{display:none}.stepper-container>.flex{min-width:500px}.step-title,.request-detail-header h3,.admin-panel-copy h2{font-size:1.25rem}.container>.card>.flex.justify-between{padding:.75rem}.container>.card>.flex.justify-between .btn{width:auto;min-width:0;flex:1}.request-actions,.biz-user-actions{grid-template-columns:1fr;width:100%}.request-actions .btn,.biz-user-actions .btn{width:100%}.request-detail-header{align-items:stretch}.request-form-grid,.biz-user-body,.admin-stat-grid{grid-template-columns:1fr}.request-counts{grid-template-columns:repeat(3,minmax(0,1fr))}.request-counts span{padding:.55rem .45rem;font-size:.75rem}.wizard-handoff,.biz-user-top,.admin-users-header{align-items:stretch;flex-direction:column}.biz-user-grid{grid-template-columns:1fr}.service-item{align-items:stretch;flex-direction:column}.login-card{padding:1.25rem}}@media(max-width:390px){.admin-mobile-tab span{font-size:.7rem}.admin-brand .text-muted{display:none}.request-counts{grid-template-columns:1fr}}:root{--primary: #007aff;--primary-hover: #0066d6;--bg-app: #f5f7fb;--bg-card: rgb(255 255 255 / .78);--text-main: #101828;--text-muted: #667085;--border: rgb(16 24 40 / .1);--error: #ff3b30;--success: #0a7f55;--radius: 18px;--shadow: 0 1px 1px rgb(16 24 40 / .04), 0 16px 44px -30px rgb(16 24 40 / .5);--shadow-lg: 0 1px 0 rgb(255 255 255 / .8) inset, 0 24px 70px -44px rgb(16 24 40 / .62)}html{background:#f5f7fb}body{background:radial-gradient(circle at 12% -8%,rgb(196 223 255 / .72),transparent 30rem),radial-gradient(circle at 90% 0%,rgb(232 238 255 / .85),transparent 32rem),linear-gradient(180deg,#fbfcff,#f3f6fb 48%,#ecf1f8);letter-spacing:0}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .42) 1px,transparent 1px);background-size:100% 72px;-webkit-mask-image:linear-gradient(180deg,black,transparent 70%);mask-image:linear-gradient(180deg,black,transparent 70%)}.admin-shell{max-width:1328px;padding:1rem 1.25rem 3rem}.admin-header,.admin-panel,.requests-sidebar,.requests-main,.container>.card{background:linear-gradient(180deg,#ffffffdb,#ffffffb8);border:1px solid rgb(255 255 255 / .72);border-radius:18px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(24px) saturate(1.25);backdrop-filter:blur(24px) saturate(1.25)}.admin-header{top:1rem;padding:.85rem;margin-bottom:1.4rem}.admin-brand-mark{width:44px;height:44px;border-radius:13px;background:linear-gradient(180deg,rgb(255 255 255 / .22),transparent),linear-gradient(135deg,#00a6ff,#06f 62%,#4f46e5);box-shadow:0 14px 24px -18px #005bd3,0 1px #ffffff59 inset}.admin-title{font-size:1.28rem;font-weight:800;letter-spacing:-.01em}.admin-brand .text-muted{font-size:.95rem}.admin-header-actions{padding:.25rem;border:1px solid rgb(16 24 40 / .06);border-radius:16px;background:#ffffff80;box-shadow:0 1px #fffc inset}.admin-tab,.btn,.submit-button{border-radius:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.admin-tab{border-color:transparent;background:transparent;min-height:42px;padding:.62rem .9rem;color:#344054}.admin-tab:hover,.btn-secondary:hover:not(:disabled){transform:translateY(-1px);background:#fffc;box-shadow:0 10px 28px -22px #1018288c}.admin-tab.active{border-color:#007aff38;background:linear-gradient(180deg,#fff9,#dbedffe0);color:#004b9f;box-shadow:0 12px 30px -24px #0054b4cc,0 1px #ffffffe6 inset}.btn{min-height:48px;font-weight:700}.btn-primary{background:linear-gradient(180deg,#2f8cff,#007aff);border-color:#005fc81a;color:#fff;box-shadow:0 16px 34px -24px #0054b4e0,0 1px #ffffff40 inset}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,#1e84ff,#006ee6)}.btn-secondary{background:#ffffffa3;border-color:#1018281a}.btn-danger{background:#ff3b301a;border-color:#ff3b302e;color:#b42318}.btn-danger:hover:not(:disabled){background:#ff3b3024}.admin-panel,.requests-sidebar,.requests-main{padding:1.05rem}.admin-panel-copy h2,.requests-toolbar h2,.step-title,.request-detail-header h3{letter-spacing:-.03em}.admin-eyebrow{color:#007aff;letter-spacing:.12em;font-size:.72rem}.admin-stat-grid{gap:.7rem}.admin-stat,.request-counts span,.biz-user-meta{border:1px solid rgb(16 24 40 / .07);background:linear-gradient(180deg,#ffffffe6,#f8fafcbf);border-radius:16px;box-shadow:0 1px #ffffffd9 inset,0 14px 34px -32px #10182899}.admin-stat{padding:.85rem .9rem}.admin-stat span,.request-counts span{color:#667085}.admin-stat strong,.request-counts strong{font-size:1.3rem;letter-spacing:-.03em}.admin-users-search{margin:1rem 0 1.05rem}.input,.textarea,.select,.form-input,.admin-search-input{border:1px solid rgb(16 24 40 / .12);border-radius:16px;background:#ffffffd6;min-height:54px;color:#101828;box-shadow:0 1px #ffffffd9 inset,0 12px 28px -28px #10182866;transition:border-color .17s ease,box-shadow .17s ease,background-color .17s ease,transform .17s ease}.textarea{min-height:126px}.input:hover,.textarea:hover,.select:hover,.form-input:hover{border-color:#007aff4d}.input:focus,.textarea:focus,.select:focus,.form-input:focus{border-color:#007aff94;background:#fff;box-shadow:0 0 0 4px #007aff24,0 16px 34px -28px #0054b4b3;transform:translateY(-1px)}input[type=file].input{padding:.42rem;color:#667085}input[type=file].input::file-selector-button{min-height:40px;margin-right:.8rem;border:0;border-radius:12px;padding:0 .9rem;background:#eef6ff;color:#0057b8;font-weight:800;cursor:pointer}.input-field-error{border-color:#ff3b3080!important;background:#ffffffe6;box-shadow:0 0 0 4px #ff3b301a!important}.field-error-msg{color:#d92d20;font-weight:600}.field-error-msg:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.bg-red-50{background:#ff3b3012;color:#d92d20;border:1px solid rgb(255 59 48 / .12)}.container{max-width:1120px}.container>.card{border-radius:22px}.stepper-container{background:linear-gradient(180deg,#ffffffc7,#f8fbff94);border-bottom-color:#10182814;padding:1.25rem 1.25rem 2.85rem}.progress-track{height:3px;border-radius:999px;background:#dce6f2}.progress-fill{height:3px;border-radius:999px;background:linear-gradient(90deg,#007aff,#5ac8fa)}.step-circle{border:1px solid rgb(16 24 40 / .14);background:#ffffffe0;box-shadow:0 10px 22px -18px #101828a6}.step-circle.active,.step-circle.completed{border-color:#007aff}.step-circle.completed{background:#007aff}.step-label{font-weight:700}.location-card,.service-item,.card.bg-gray-50{background:#ffffffa3!important;border-color:#10182814!important;border-radius:18px!important}.request-item,.biz-user-card{border:1px solid rgb(16 24 40 / .08);border-radius:18px;background:linear-gradient(180deg,#fffffff0,#fafcffdb);box-shadow:0 1px #ffffffd9 inset,0 18px 45px -38px #1018289e}.request-item:hover,.biz-user-card:hover{transform:translateY(-2px);border-color:#007aff38;box-shadow:0 1px #ffffffe6 inset,0 24px 52px -36px #1018289e}.request-item.active{border-color:#007aff8c;box-shadow:0 0 0 4px #007aff1f,0 24px 52px -38px #0054b4b8}.badge{padding:.25rem .55rem;font-size:.68rem;font-weight:850}.badge-approved{background:#34c75929;color:#05603a}.badge-pending{background:#fc03;color:#7a4c00}.badge-rejected{background:#ff3b3024;color:#b42318}.biz-user-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:.9rem}.biz-user-card{padding:1.05rem;gap:.85rem}.biz-user-top h3{font-size:1.2rem;letter-spacing:-.02em}.biz-user-slug{color:#007aff;font-weight:700}.biz-user-body{gap:.55rem}.biz-user-meta{padding:.8rem}.biz-user-label{font-size:.68rem;letter-spacing:.08em}.biz-user-value{font-weight:760}.biz-user-actions{gap:.5rem}.biz-user-actions .btn{min-height:50px;padding-inline:.65rem}.request-detail-header{background:linear-gradient(180deg,#ffffffe6,#ffffffbd);border-bottom-color:#10182814}.status-message{border-radius:16px;padding:.85rem 1rem;font-weight:650}.status-message.success{background:#34c7591f;color:#05603a;border:1px solid rgb(52 199 89 / .18)}.status-message.error{background:#ff3b301a;color:#b42318;border:1px solid rgb(255 59 48 / .14)}.wizard-handoff{border-radius:18px;border-color:#007aff29;background:linear-gradient(180deg,#eff6ffd1,#ffffffb8)}.container>.card>.flex.justify-between{background:#ffffffc7;border-top-color:#10182814}.login-card{border-radius:24px}@media(max-width:980px){.admin-mobile-nav{border-radius:24px;padding:.45rem;border-color:#ffffffb8;background:#ffffffd1;box-shadow:0 1px #ffffffd9 inset,0 24px 58px -30px #101828b8}.admin-mobile-tab{border-radius:18px;transition:transform .17s ease,background-color .17s ease,color .17s ease}.admin-mobile-tab.active{background:linear-gradient(180deg,#ffffff9e,#dbedfff2);color:#0057b8;box-shadow:0 12px 28px -24px #0054b4cc}}@media(max-width:720px){.admin-shell{padding:.75rem .7rem 6rem}.admin-header,.admin-panel,.requests-sidebar,.requests-main,.container>.card{border-radius:22px}.admin-panel,.requests-sidebar,.requests-main{padding:.9rem}.admin-brand-mark{border-radius:14px}.admin-title{font-size:1.12rem}.admin-brand .text-muted{font-size:.82rem}.admin-mobile-logout{border-radius:16px}.request-list{grid-auto-columns:minmax(255px,88%);scrollbar-width:none}.request-list::-webkit-scrollbar,.stepper-container::-webkit-scrollbar{display:none}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.biz-user-grid{grid-template-columns:1fr}.biz-user-card{border-radius:22px}.biz-user-body{grid-template-columns:1fr}.biz-user-actions,.request-actions{gap:.55rem}.input,.textarea,.select,.form-input{min-height:52px}.stepper-container>.flex{min-width:470px}}@media(max-width:390px){.admin-stat-grid,.request-counts{grid-template-columns:1fr}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;padding:40px;width:100%;max-width:400px}.login-title{text-align:center;margin:0 0 30px;color:#333;font-size:28px;font-weight:600}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#555;font-weight:500;font-size:14px}.form-input{padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:6px;font-size:14px;border-left:4px solid #c33}.submit-button{padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}
