:root{--rume-bg: #EEF6F8;--rume-text: #4C4D52;--rume-heading: #003D41;--rume-primary: #17A7AA;--rume-bright: #16DBB6;--rume-deep: #0C80B9;--rume-gradient: linear-gradient(135deg, #16DBB6, #17A7AA, #0C80B9);--rume-focus-ring: rgba(22, 219, 182, .24);--rume-surface-soft: #f9fcfd;--rume-border: #d9e5e8;--rume-field-border: #c7c7c7;--rume-field-label: #4C4D52;--rume-field-placeholder: #9b9b9b;--rume-field-error: #e02020;color:var(--rume-text);background:var(--rume-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--rume-bg);color:var(--rume-text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:272px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:20px;background:#fff;border-right:1px solid var(--rume-border)}.brand{display:flex;gap:12px;margin-bottom:26px}.brand strong,.topbar h1,.section-title h2,.panel h2,.metric strong,.service-table strong{color:var(--rume-heading)}.brand small,.eyebrow,small{color:#667085}.nav-list{display:grid;gap:4px}.nav-link{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border-radius:8px;color:#4c4d52;transition:background-color .16s ease,color .16s ease}.nav-link.router-link-active,.nav-link:hover{background:#16dbb614;color:var(--rume-heading)}.main{min-width:0;padding:96px 28px}.topbar{position:fixed;top:0;left:300px;right:28px;z-index:90;display:flex;align-items:center;justify-content:space-between;margin:0;padding-block:6px;background:var(--rume-bg)}.topbar h1{margin:2px 0 0;font-size:28px;line-height:1.15;letter-spacing:0}.mobile-menu-button,.mobile-provider-title{display:none}.eyebrow{margin:0;font-size:13px}.icon-button{position:relative;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--rume-border);border-radius:8px;background:#fff;color:var(--rume-heading)}.icon-button:hover{border-color:#17a7aa73;box-shadow:0 0 0 3px var(--rume-focus-ring)}.dot{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;display:grid;place-items:center}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.panel,.list-card,.service-card,.table-shell{background:#fff;border:1px solid var(--rume-border);border-radius:12px;box-shadow:0 12px 32px #003d410d}.panel{padding:18px}.metric{display:grid;gap:8px}.metric strong{font-size:30px}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}.section-title h2,.panel h2{margin:0;font-size:19px;letter-spacing:0}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap{gap:10px;flex-wrap:wrap}.list-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:16px}.list-card>*{min-width:0}.list-card p,.service-card p,.panel p{color:#475467}.list-card p,.panel p{overflow-wrap:anywhere}.amount{font-weight:800;white-space:nowrap}.badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700}.badge-blue{background:#0c80b91f;color:#0c80b9}.badge-green{background:#16dbb61f;color:#007f72}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fef2f2;color:#dc2626}.badge-gray{background:#f3f4f6;color:#4c4d52}.badge-purple{background:#17a7aa1a;color:var(--rume-heading)}.filters{display:grid;grid-template-columns:1fr 190px 230px;gap:10px;margin-bottom:16px}.input,textarea{width:100%;min-height:56px;padding:15px 18px;border:1.5px solid var(--rume-field-border);border-radius:5px;background:#fff;color:#25272b;font-size:18px;line-height:1.25;outline:none;box-shadow:none;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.input::placeholder,textarea::placeholder{color:var(--rume-field-placeholder);opacity:1}.input:focus,textarea:focus{border-color:var(--rume-primary);border-width:2px;padding:14.5px 17.5px;box-shadow:none}.input:disabled,textarea:disabled{background:#fff;color:#9b9b9b;cursor:not-allowed}.input:disabled::placeholder,textarea:disabled::placeholder{color:#b9b9b9}.input[aria-invalid=true],textarea[aria-invalid=true],.input.is-error,textarea.is-error{border-color:var(--rume-field-error);color:#25272b}textarea{min-height:124px;resize:vertical}.text-field{--text-field-label-bg: #fff;position:relative;display:grid;gap:6px;padding-top:10px}.text-field__label{position:absolute;top:0;left:14px;z-index:1;max-width:calc(100% - 28px);padding:0 6px;background:var(--text-field-label-bg);color:var(--rume-field-label);font-size:14px;font-weight:650;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-field:focus-within .text-field__label{color:var(--rume-primary)}.text-field:has(.input[aria-invalid=true]) .text-field__label,.text-field:has(textarea[aria-invalid=true]) .text-field__label,.text-field.is-error .text-field__label{color:var(--rume-field-error)}.text-field:has(.input:disabled) .text-field__label,.text-field:has(textarea:disabled) .text-field__label{color:#8f9195}.text-field__help,.text-field__error{padding:0 18px;font-size:14px;line-height:1.25}.text-field__help{color:#9b9b9b}.text-field__error{color:var(--rume-field-error)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;border:0;border-radius:8px;background:var(--rume-gradient);color:#fff;font-weight:750;cursor:pointer;box-shadow:0 10px 22px #17a7aa2e;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #17a7aa3d}.button.secondary{border:1px solid var(--rume-border);background:#fff;color:var(--rume-heading);box-shadow:none}.button.secondary:hover:not(:disabled){border-color:#17a7aa73;background:#f9fcfd;box-shadow:0 0 0 3px var(--rume-focus-ring)}.button.danger{background:#ef4444;box-shadow:0 10px 22px #ef444429}.button.danger.secondary{border-color:#fecaca;background:#fff;color:#dc2626;box-shadow:none}.button.danger:hover:not(:disabled){box-shadow:0 12px 26px #ef444438}.button:disabled{opacity:.55;cursor:not-allowed}.service-card{display:grid;grid-template-columns:132px 1fr;gap:14px;padding:12px}.service-image{min-height:120px;border-radius:8px;background-size:cover;background-position:center;background-color:#edf2f4}.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tag{padding:5px 8px;border-radius:999px;background:#f3f4f6;color:#4c4d52;font-size:12px}.state-block{display:grid;place-items:center;gap:12px;min-height:180px;padding:24px;color:#667085;text-align:center}.state-error{color:#dc2626}.scanner{min-height:320px;display:grid;place-items:center;align-content:center;text-align:center;border-style:dashed}.code-input{font-size:28px;letter-spacing:4px;text-align:center;margin:14px 0}.success-box{display:grid;gap:4px;margin-top:14px;padding:12px;border-radius:8px;background:#16dbb61a;color:#007f72}.error-text{color:#dc2626}.timeline{display:grid;gap:12px;padding-left:0;list-style:none}.timeline li{padding-left:18px;border-left:2px solid var(--rume-border)}.table-shell{overflow:hidden}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid var(--rume-border);background:#fff}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.table-scroll{overflow-x:auto}.service-table{width:100%;min-width:960px;border-collapse:collapse}.service-table th,.service-table td{padding:13px 14px;border-bottom:1px solid #edf2f4;text-align:left;vertical-align:middle}.service-table th{background:#16dbb60f;color:var(--rume-heading);font-size:12px;font-weight:800;text-transform:uppercase}.service-table tbody tr{transition:background-color .16s ease}.service-table tbody tr:hover{background:#eef6f8b8}.service-table tbody tr.is-selected{background:#16dbb612}.sortable{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;padding:0;font-weight:inherit;cursor:pointer}.sort-indicator{color:var(--rume-primary);font-size:11px;min-width:10px}.checkbox{width:18px;height:18px;accent-color:var(--rume-primary);cursor:pointer}.row-actions{display:flex;justify-content:flex-end;gap:8px}.icon-action{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--rume-border);border-radius:8px;background:#fff;color:var(--rume-heading);cursor:pointer}.icon-action:hover{border-color:#17a7aa73;color:var(--rume-primary);box-shadow:0 0 0 3px var(--rume-focus-ring)}.icon-action.danger{border-color:#fecaca;color:#dc2626}.icon-action.danger:hover{background:#fef2f2;box-shadow:none}.table-empty{padding:34px 16px;color:#667085;text-align:center;background:#f9fcfd}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px;border-top:1px solid var(--rume-border);background:#fff}.page-button{min-width:38px;min-height:38px;border:1px solid var(--rume-border);border-radius:8px;background:#fff;color:var(--rume-heading);cursor:pointer}.page-button.active{border-color:transparent;background:var(--rume-gradient);color:#fff}.page-button:disabled{opacity:.5;cursor:not-allowed}.mobile-nav,.mobile-menu-backdrop{display:none}.partner-home,.bookings-home{display:grid;gap:22px;max-width:920px;margin:0 auto}.bookings-home>h2{margin:0;color:var(--rume-heading);font-size:34px;line-height:1.1;letter-spacing:0}.booking-list{display:grid;gap:18px}.booking-card{align-items:stretch;min-height:168px;padding:24px 30px;border-radius:26px}.booking-card-body{display:grid;gap:14px;min-width:0}.booking-card-head{display:flex;align-items:center;gap:14px;min-width:0}.booking-card-head strong{min-width:0;color:#2f3338;font-size:25px;line-height:1.15;letter-spacing:0;overflow-wrap:anywhere}.booking-card .badge{min-height:32px;padding:5px 13px;font-size:12px;box-shadow:0 8px 18px #003d410f}.booking-card p{margin:0;color:#34363b;font-size:24px;line-height:1.25;overflow-wrap:anywhere}.booking-card small{color:#60636a;font-size:19px;line-height:1.25}.booking-card .amount{margin-top:4px;color:#2f3338;font-size:27px;line-height:1}.home-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-section-title h2,.home-notifications-title{margin:0;color:var(--rume-heading);font-size:34px;line-height:1.1;letter-spacing:0}.home-add-link{display:inline-flex;align-items:center;gap:8px;color:var(--rume-primary);font-size:20px;font-weight:600}.home-services,.home-notifications{display:grid;gap:18px}.home-service-card,.home-notification-card,.home-empty-card{background:#fff;border:1px solid rgba(217,229,232,.62);border-radius:26px;box-shadow:0 10px 26px #003d4109}.home-service-card{position:relative;padding:24px 30px 20px}.home-service-head{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:12px;padding-right:56px}.home-service-head h3{min-width:0;margin:0;color:var(--rume-heading);font-size:25px;line-height:1.15;letter-spacing:0;overflow-wrap:anywhere}.home-service-title-action{position:absolute;top:24px;right:30px;flex:0 0 auto;width:40px;height:40px;padding:0;justify-content:center}.home-service-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-bottom:14px}.home-service-action,.home-pause-button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:5px 12px;border:0;border-radius:999px;background:var(--rume-surface-soft);color:var(--rume-primary);font-weight:600;white-space:nowrap}.home-service-action:hover{color:var(--rume-heading)}.home-pause-button:disabled{opacity:1;cursor:not-allowed}.home-service-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-service-stats>*{display:grid;gap:6px;min-width:0;padding:16px 12px;border:1px solid rgba(217,229,232,.62);border-radius:20px;background:var(--rume-surface-soft);color:inherit;text-align:center;text-decoration:none;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.home-service-stats>*:hover,.home-service-stats>*:focus-visible{border-color:#17a7aa52;background:#fff;transform:translateY(-1px);outline:none}.home-service-stats span{color:#b4b6b9;font-size:20px;line-height:1.1;overflow-wrap:anywhere}.home-service-stats strong{color:var(--rume-heading);font-size:31px;line-height:1}.home-availability-card{display:grid;gap:18px;margin:16px 0;padding:22px 24px 20px;border:1px solid rgba(23,167,170,.16);border-radius:24px;background:linear-gradient(135deg,#16dbb614,#f3faf7f5);color:inherit;text-decoration:none;box-shadow:inset 0 0 0 1px #ffffff9e;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.home-availability-card:hover,.home-availability-card:focus-visible{border-color:#17a7aa47;background:linear-gradient(135deg,#16dbb61a,#fffffffa);transform:translateY(-1px);outline:none}.home-availability-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.home-availability-head span{display:block;color:var(--rume-heading);font-size:24px;font-weight:700;line-height:1.15}.home-availability-head strong{display:block;margin-top:8px;color:#667085;font-size:18px;font-weight:600;line-height:1.2}.home-availability-action{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(23,167,170,.18);border-radius:999px;background:#ffffffbd;color:var(--rume-heading);font-size:18px;font-weight:700;white-space:nowrap}.home-availability-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-availability-metrics div{display:grid;gap:6px;min-width:0}.home-availability-metrics span{color:#82848b;font-size:20px;line-height:1.1}.home-availability-metrics strong{color:var(--rume-heading);font-size:34px;line-height:1}.home-availability-progress{display:grid;gap:10px}.home-availability-track{height:18px;border-radius:999px;background:#e5ecf0f2;overflow:hidden}.home-availability-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1fb6bd,#18b7c2)}.home-availability-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#8a8f96;font-size:18px;line-height:1.2}.home-service-today{display:grid;gap:6px;margin-top:14px;padding:18px 20px;border:1px solid rgba(23,167,170,.14);border-radius:22px;background:linear-gradient(135deg,#16dbb614,#f3faf7f5)}.home-service-today span{color:#667085;font-size:18px;line-height:1.1}.home-service-today strong{color:var(--rume-heading);font-size:36px;line-height:1}.home-service-today small{color:#8a8f96;font-size:16px;line-height:1.2}.home-notifications-title{margin-top:8px}.home-notification-card{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:164px;padding:20px 24px}.home-notification-card strong{color:var(--rume-heading)}.home-notification-card p{margin:6px 0 0;color:#667085;overflow-wrap:anywhere}.home-notification-card.is-placeholder{min-height:164px;padding:0}.home-empty-card{padding:24px;color:#667085;text-align:center}.topbar-spacer{display:none}.partner-profile{display:grid;gap:18px;max-width:920px;margin:0 auto}.profile-card{background:#fff;border:1px solid rgba(217,229,232,.62);border-radius:26px;box-shadow:0 10px 26px #003d4109}.profile-data-card,.profile-finance-card,.profile-service-card,.profile-empty-card{padding:28px 36px}.profile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.profile-card h2,.profile-section-title{margin:0;color:var(--rume-heading);font-size:34px;line-height:1.1;letter-spacing:0}.profile-service-card h3{min-width:0;max-width:calc(100% - 54px);margin:0 0 28px;color:var(--rume-heading);font-size:34px;line-height:1.16;letter-spacing:0;overflow-wrap:anywhere}.profile-edit-link{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;color:var(--rume-primary)}.profile-edit-link:hover{color:var(--rume-heading)}.profile-facts{display:grid;gap:11px;margin:24px 0 0}.profile-facts div{display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:start;min-width:0}.profile-facts dt,.profile-facts dd{min-width:0;margin:0;color:#4c4d52;font-size:22px;line-height:1.22;letter-spacing:0;overflow-wrap:anywhere}.profile-facts dd{font-weight:800}.profile-facts .is-description{grid-template-columns:1fr;gap:12px}.profile-facts .is-description dd{color:var(--rume-heading);font-size:25px;line-height:1.14}.profile-finance-card{display:grid;gap:24px}.profile-finance-row{display:flex;align-items:end;justify-content:space-between;gap:22px}.profile-finance-row div{display:grid;gap:14px}.profile-finance-row strong{color:var(--rume-heading);font-size:26px;line-height:1.1}.profile-finance-row span{color:#4c4d52;font-size:20px;line-height:1.1}.profile-finance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-finance-grid div{display:grid;gap:8px;padding:14px;border:1px solid #e6edf0;border-radius:8px}.profile-finance-grid strong{color:var(--rume-muted);font-size:14px}.profile-finance-grid span{color:var(--rume-heading);font-size:22px;font-weight:750}.profile-payout-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:12px}.profile-payout-form label{display:grid;gap:8px;color:var(--rume-muted);font-size:13px}.profile-withdraw-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;max-width:100%;padding:10px 18px;border:0;border-radius:8px;background:#eef7f9;color:var(--rume-primary);font-size:16px;font-weight:750;cursor:pointer}.profile-withdraw-button:disabled{opacity:.55;cursor:not-allowed}.profile-finance-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-finance-lists h3{margin:0 0 10px;font-size:16px;color:var(--rume-heading)}.profile-finance-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.profile-finance-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:10px 0;border-top:1px solid #eef2f4}.profile-finance-list span{color:var(--rume-heading);font-weight:650}.profile-finance-list strong{color:#4c4d52}.profile-finance-list small{grid-column:1 / -1;color:var(--rume-muted)}.profile-muted{margin:0;color:var(--rume-muted)}.profile-section-title{padding-top:16px}.profile-services{display:grid;gap:18px}.profile-empty-card{color:#667085;text-align:center}@media(max-width:980px){.shell{grid-template-columns:1fr;min-height:100dvh}.sidebar{display:none}.main{padding:calc(130px + env(safe-area-inset-top)) 0 calc(118px + env(safe-area-inset-bottom))}.topbar{position:fixed;inset:0 0 auto;z-index:90;min-height:calc(96px + env(safe-area-inset-top));align-items:center;gap:16px;margin:0;padding:calc(18px + env(safe-area-inset-top)) 28px 22px;border-radius:0 0 44px 44px;background:#fff;box-shadow:0 12px 28px #003d4109}.mobile-menu-button{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:0;background:transparent;color:#8f9195;cursor:pointer}.topbar-copy{min-width:0;flex:1}.eyebrow,.topbar h1{display:none}.mobile-provider-title{display:block;color:var(--rume-text);font-size:25px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .icon-button{width:46px;height:46px;border:0;background:transparent;color:#4c4d52;box-shadow:none}.topbar-spacer{display:block;flex:0 0 38px;width:38px;height:38px}.topbar.is-profile-topbar .topbar-copy{text-align:center}.topbar.is-profile-topbar .mobile-provider-title{color:#4c4d52;font-size:39px;font-weight:400}.topbar.is-profile-topbar .mobile-menu-button{color:#4c4d52}.topbar .dot{top:0;right:-12px;min-width:38px;height:28px;padding:0 8px;border:2px solid #fff;background:#ff4d24;font-size:17px;font-weight:800}.topbar .dot:empty{display:none}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:block;background:#003d4142}.mobile-menu-panel{display:grid;gap:4px;width:min(310px,calc(100vw - 34px));max-height:calc(100dvh - 38px);overflow-y:auto;margin:calc(18px + env(safe-area-inset-top)) 17px 17px;padding:14px;border-radius:24px;background:#fff;box-shadow:0 22px 52px #003d412e}.mobile-menu-link{display:flex;align-items:center;gap:12px;min-height:48px;padding:10px 12px;border-radius:12px;color:var(--rume-text);font-weight:650}.mobile-menu-link.router-link-active{background:#16dbb61a;color:var(--rume-heading)}.partner-home{max-width:none;margin:0;padding:0 0 8px;gap:22px}.bookings-home{max-width:none;margin:0;padding:0 0 8px;gap:16px}.bookings-home>h2{padding:0 16px;font-size:21px}.booking-filter-panel{grid-template-columns:1fr;gap:12px;margin:0 16px 4px}.booking-filter-panel .input{min-height:60px;padding:12px;border-color:#d9e5e8d9;border-radius:12px;color:#34363b;font-size:21px}.booking-filter-panel .input::placeholder{color:#686a70;opacity:1}.booking-list{gap:8px}.booking-card{border-inline:0;box-shadow:none}.home-section-title,.home-notifications-title{padding:0 28px}.home-services,.home-notifications{gap:18px}.home-service-card,.home-notification-card,.home-empty-card{border-inline:0}.home-service-card{padding:24px 28px 20px}.home-notification-card,.home-empty-card{min-height:164px}.partner-profile{max-width:none;margin:0;padding:0 0 8px;gap:18px}.profile-card{border-inline:0;border-radius:26px;box-shadow:none}.profile-data-card,.profile-finance-card,.profile-service-card,.profile-empty-card{padding:28px 36px}.profile-finance-grid,.profile-finance-lists,.profile-payout-form{grid-template-columns:1fr}.profile-card h2,.profile-section-title{font-size:43px}.profile-section-title{padding:16px 28px 10px}.profile-service-card h3{font-size:39px}.profile-facts div{grid-template-columns:200px 1fr;gap:20px}.profile-facts dt,.profile-facts dd{font-size:26px}.profile-facts .is-description dd{font-size:28px}.grid.two,.grid.three,.grid.four,.filters{grid-template-columns:1fr}.service-card{grid-template-columns:92px 1fr}.table-toolbar,.pagination{align-items:stretch;flex-direction:column}.mobile-nav{position:fixed;inset-inline:0;inset-block-end:0;z-index:100;isolation:isolate;display:grid;grid-template-columns:1fr 112px 1fr;align-items:center;width:100%;max-width:100vw;min-height:calc(50px + env(safe-area-inset-bottom));background:transparent;border-radius:28px 28px 0 0;padding:8px max(22px,env(safe-area-inset-left)) max(10px,env(safe-area-inset-bottom))}.mobile-nav:before{--mobile-nav-bg-height: calc(100vw * 50 / 410);content:"";position:absolute;top:0;right:0;bottom:0;left:50%;z-index:0;width:100vw;transform:translate(-50%);pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='412' height='50' viewBox='0 0 412 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0.5H149.931C159.059 0.5 166.385 7.91541 170.919 16.1045C177.651 28.2651 190.614 36.5 205.5 36.5C220.386 36.5 233.349 28.2651 240.081 16.1045C244.615 7.91541 251.941 0.5 261.069 0.5H394C403.665 0.5 411.5 8.33502 411.5 18V49.5H0.5V18C0.5 8.33502 8.33502 0.5 18 0.5Z' fill='white' stroke='%23EEF6F8'/%3E%3C/svg%3E") top center / 100vw var(--mobile-nav-bg-height) no-repeat,linear-gradient(#fff,#fff) bottom center / 100vw calc(100% - var(--mobile-nav-bg-height) + 1px) no-repeat;filter:drop-shadow(0 -12px 28px rgba(0,61,65,.08))}.mobile-nav::-webkit-scrollbar{display:none}.mobile-nav a{position:relative;z-index:1;display:grid;place-items:center;color:#4c4d52;font-size:0;white-space:nowrap}.mobile-nav a span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.mobile-nav a.router-link-active{color:var(--rume-primary)}.mobile-nav a:not(.is-accent) svg{width:28px;height:28px;stroke-width:1.55}.mobile-nav a:not(.is-accent).router-link-active{position:relative}.mobile-nav a:not(.is-accent).router-link-active:before{content:"";position:absolute;width:36px;height:36px;border-radius:50%;background:#16dbb61f}.mobile-nav a:not(.is-accent) svg{position:relative;z-index:1}.mobile-nav a.is-accent{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;place-self:center;width:76px;height:76px;margin-top:-42px;padding:0;border-radius:50%;background:var(--rume-gradient);color:#fff;line-height:0}.mobile-nav a.is-accent svg{display:block;flex:0 0 auto;width:28px;height:28px;margin:0;stroke-width:1.8}}@media(max-width:560px){.topbar h1{font-size:24px}.main{padding:calc(128px + env(safe-area-inset-top)) 0 calc(116px + env(safe-area-inset-bottom))}.topbar{gap:14px;padding-inline:28px;border-radius:0 0 42px 42px}.mobile-provider-title{font-size:21px}.mobile-nav{height:50px}.mobile-nav a.is-accent{width:55px;height:55px;margin-top:-55px;border-radius:50%}.mobile-nav a.is-accent svg{width:28px;height:28px;stroke-width:1.8}.panel{padding:14px;border-radius:10px}.metric{gap:4px}.metric strong{font-size:26px}.section-title{align-items:flex-start}.row{align-items:stretch}.row.between,.row.gap{flex-direction:column}.row.gap>.button,.row.gap>.input,.row.gap>select,.row.gap>input{width:100%}.button{width:100%;min-height:46px}.icon-button,.page-button,.icon-action{width:44px;min-width:44px}.list-card{align-items:stretch;flex-direction:column;gap:10px}.amount{white-space:normal}.scanner{min-height:220px}.code-input{font-size:24px;letter-spacing:3px}.state-block{min-height:140px;padding:18px}.tag-row .button{width:auto;max-width:100%}.home-section-title h2,.home-notifications-title{font-size:34px}.home-add-link{font-size:20px}.home-service-card{padding:22px 18px 18px}.home-service-head{align-items:center;gap:12px;margin-bottom:12px}.home-service-head h3{font-size:16px}.home-service-title-action{top:22px;right:4px;width:34px;height:34px}.home-service-actions{max-width:none;margin-bottom:12px}.home-service-action,.home-pause-button{max-width:100%;padding-inline:9px;font-size:12px}.home-service-action span,.home-pause-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-service-stats{gap:10px}.home-service-stats>*{padding:12px 10px;border-radius:16px}.home-service-stats span{font-size:14px}.home-service-stats strong{font-size:21px}.home-availability-card{gap:14px;margin-top:14px;padding:18px 18px 16px;border-radius:20px}.home-availability-head{gap:10px}.home-availability-head span{font-size:15px}.home-availability-head strong{margin-top:6px;font-size:13px}.home-availability-action{min-height:34px;padding-inline:12px;font-size:12px}.home-availability-metrics{gap:10px}.home-availability-metrics span{font-size:13px}.home-availability-metrics strong{font-size:20px}.home-availability-track{height:12px}.home-availability-foot{font-size:12px}.home-service-today{margin-top:12px;padding:14px 16px;border-radius:18px}.home-service-today span{font-size:14px}.home-service-today strong{font-size:25px}.home-service-today small{font-size:12px}.home-notification-card,.home-notification-card.is-placeholder{min-height:164px}.topbar.is-profile-topbar .mobile-provider-title{font-size:39px}.profile-card h2,.profile-section-title{font-size:21px}.profile-data-card,.profile-finance-card,.profile-service-card,.profile-empty-card{padding:28px 36px}.profile-card-head{gap:12px}.profile-edit-link{width:40px;height:40px}.profile-service-card h3{max-width:calc(100% - 48px);margin-bottom:26px;font-size:21px}.profile-facts{gap:10px;margin-top:22px}.profile-facts div{gap:6px;display:inline}.profile-facts dt,.profile-facts dd{display:inline;font-size:14px}.profile-facts .is-description{gap:10px}.profile-facts .is-description dd{font-size:14px;display:grid}.profile-facts dd:before{content:" "}.profile-finance-card{gap:24px}.profile-finance-row{align-items:end;flex-direction:row}.profile-finance-row strong{font-size:16px}.profile-withdraw-button{min-height:46px;padding-inline:18px;font-size:12px;white-space:nowrap}.bookings-home>h2{font-size:21px}.booking-filter-panel{margin-inline:16px}.booking-filter-panel .input{min-height:20px;font-size:16px}.booking-card{min-height:168px;padding:16px}.booking-card-body{gap:14px}.booking-card-head{align-items:center;gap:12px}.booking-card-head strong{font-size:21px}.booking-card .badge{min-height:28px;max-width:50%;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-card p{font-size:18px}.booking-card small{font-size:16px}.booking-card .amount{font-size:21px}}
