@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
#timesheet-form{display:grid;gap:20px}#timesheet-form details{padding:14px;border:1px solid var(--line);border-radius:9px}#timesheet-form details[open]{display:grid;gap:14px}#timesheet-form summary{cursor:pointer;font-size:14px}#timesheet-form .field{font-size:14px}
@media(max-width:580px){#navigation{overflow-x:auto;justify-content:flex-start}#navigation .nav-item{flex:0 0 84px;padding:7px 4px;font-size:12px}}
.auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1100px;margin:30px auto}.auth-intro{background:#233c32;color:#fff;padding:45px 38px;border-radius:20px}.auth-intro .eyebrow{color:#c8dbac}.auth-intro h1{font-size:46px;line-height:1.2;letter-spacing:-1.6px}.auth-intro>p{font-size:16px;color:#d5dfd3;line-height:1.7;margin-top:22px}.auth-points{display:grid;gap:18px;margin:34px 0}.auth-points span{display:flex;gap:12px;align-items:center;font-size:14px}.auth-form{padding:32px!important;margin:0!important}.stack{display:grid;gap:20px;margin-top:26px}.signed-out .sidebar{display:none}.signed-out .mobile-brand{display:block}.signed-out .breadcrumb{display:none}.signed-out main{padding-top:20px}.checkbox-grid{display:flex;flex-wrap:wrap;gap:14px 20px}.field.full,.full{grid-column:1/-1}fieldset.field{border:1px solid #e2e7df;border-radius:9px;padding:16px}fieldset legend{padding:0 6px;font-size:14px}.stack .field,.auth-form .field{font-size:14px}.portfolio{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.portfolio img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.avatar{object-fit:cover}.upload-label{position:relative;cursor:pointer}.upload-label input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.upload-label:focus-within{outline:3px solid #84a940;outline-offset:3px}.account-role{font-size:13px;color:#697765}.shift-list{padding-left:20px;font-size:14px;line-height:2}.demo-bar a{text-decoration:underline}.notice .text-button{margin-top:8px}.auth-intro .button{margin-top:8px}.auth-form .subhead{font-size:14px}.field textarea{min-height:100px}.profile-hero>.avatar{width:82px;height:82px;font-size:27px;margin:8px auto 18px}[hidden]{display:none!important}@media(max-width:800px){.auth-layout{grid-template-columns:1fr;gap:20px;margin:0 auto}.auth-intro{padding:28px}.auth-intro h1{font-size:35px}.auth-points{margin:25px 0}.auth-form{padding:25px!important}.account-role{display:none}.signed-out .topbar{justify-content:space-between}}@media(max-width:580px){.auth-intro h1{font-size:34px}.auth-intro{padding:28px 24px}.signed-out footer{padding-bottom:25px}.signed-out .topbar{padding:0 17px}.topbar-actions .button{font-size:12px;padding:8px 10px}.form-actions{flex-wrap:wrap}.profile-layout{min-width:0}.field input,.field select{min-width:0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.header-identity{display:flex;align-items:center;gap:16px}.mobile-brand{display:none;font:800 19px 'Manrope',sans-serif;letter-spacing:-.8px;color:#233c32}@media(max-width:800px){.mobile-brand{display:block}.header-identity .breadcrumb{display:none}}
:root{font-family:'DM Sans',sans-serif;color:#27372f;background:#f8f9f6;font-synthesis:none;--green:#233c32;--lime:#dfff88;--ink:#24382e;--muted:#738078;--line:#e2e7df;--paper:#fff;--radius:18px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #84a940;outline-offset:3px}a{color:inherit;text-decoration:none}button{color:inherit}svg{width:20px;height:20px;flex-shrink:0;stroke-width:1.7}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:'Manrope',sans-serif}h1{font-size:34px;line-height:1.2;letter-spacing:-1.4px;font-weight:750}h2{font-size:21px;letter-spacing:-.6px}h3{font-size:18px;letter-spacing:-.4px}small{display:block;color:var(--muted);font-size:12px;margin-top:4px}button{border:0;background:none}select{cursor:pointer}.demo-bar{min-height:33px;padding:8px 25px;background:#eaf0df;text-align:center;font-size:12px;color:#465940;display:flex;align-items:center;justify-content:center;gap:12px}.demo-bar>span{font-size:10px;letter-spacing:1px;font-weight:800}.demo-bar button{font-size:12px;text-decoration:underline;padding:0 8px}.app-shell{display:flex;min-height:calc(100vh - 33px)}.sidebar{width:236px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);padding:29px 20px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:calc(100vh - 33px)}.brand{font-size:28px;font-weight:800;letter-spacing:-1.5px;color:var(--green);padding-left:13px;line-height:1.15}.brand span{font:12px 'DM Sans';vertical-align:top;display:inline-block;margin-top:10px;margin-left:5px}.workspace-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#8d978f;margin:42px 14px 15px}nav{display:grid;gap:6px}.nav-item{padding:13px 14px;display:flex;gap:13px;align-items:center;border-radius:9px;font-size:14px;color:#7b857e;font-weight:500}.nav-item.active{background:var(--green);color:#fff}.nav-item:hover:not(.active){background:#f0f4eb}.nav-count{margin-left:auto;font-size:11px;background:#ffffff25;border-radius:5px;padding:2px 6px}.sidebar-bottom{margin-top:auto;padding-top:35px}.help-card{padding:20px 15px;background:#f4f6ed;border:1px solid #e9eedc;border-radius:12px;position:relative;overflow:hidden}.tiny-label{font-size:9px;letter-spacing:1px;font-weight:800}.help-card p{font-size:13px;line-height:1.7;margin-top:9px}.coffee-symbol{display:block;font-size:28px;margin-top:13px;filter:grayscale(1)}.profile-trigger{border-top:1px solid var(--line);width:100%;margin-top:25px;padding:20px 0 0;display:flex;align-items:center;gap:9px;font-size:13px;text-align:left}.profile-trigger>span:last-child{margin-left:auto}.avatar{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#e6dccc;color:#6e5741;font-size:12px;font-weight:700;flex-shrink:0}.avatar.small{width:32px;height:32px;font-size:10px}.main-shell{min-width:0;flex:1}.topbar{height:79px;border-bottom:1px solid var(--line);padding:0 40px;display:flex;align-items:center;justify-content:space-between;background:#fff}.breadcrumb{font-size:14px;color:#6f7b72}.topbar-actions{display:flex;align-items:center;gap:22px}.mode-switch{display:flex;align-items:center;gap:8px;font-size:12px;color:#7b857d}.mode-switch select{border:1px solid var(--line);border-radius:7px;background:#fff;padding:7px 9px;color:var(--green);font-size:13px;font-weight:600}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;position:relative;border-radius:50%}.icon-button:hover{background:#f0f3ec}.notification-dot{width:7px;height:7px;background:#c98045;border-radius:50%;position:absolute;top:6px;right:7px}.notification-dot[hidden]{display:none}main{max-width:1470px;margin:auto;padding:35px 40px 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:700;color:#738078;margin-bottom:10px}.subhead{color:var(--muted);font-size:14px;line-height:1.7;margin-top:10px}.location-pill{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:30px;padding:10px 14px;font-size:12px;background:#fff;white-space:nowrap}.location-pill svg{width:16px;height:16px}.feature-banner{background:var(--green);border-radius:16px;color:#fff;display:flex;justify-content:space-between;gap:30px;padding:28px 30px;position:relative;overflow:hidden;margin-bottom:28px}.feature-copy{max-width:440px}.feature-banner .eyebrow{color:#c6d6bd;font-size:10px;margin-bottom:11px}.feature-banner h2{font-size:27px;line-height:1.3;letter-spacing:-.9px}.feature-banner p{font-size:13px;line-height:1.6;color:#c7d2c9;margin-top:9px}.banner-button{color:var(--lime);padding:0;display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;margin-top:19px}.banner-pay{align-self:center;text-align:right;border-left:1px solid #ffffff28;padding-left:35px;min-width:160px}.banner-pay strong{font:650 47px 'Manrope';letter-spacing:-2px;color:var(--lime)}.banner-pay p{margin-top:1px}.banner-days{font-size:11px;letter-spacing:1px;color:#d9e4d6;margin-top:15px}.filter-toolbar{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.search-field{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 13px;flex:1;min-width:210px}.search-field svg{color:#849085;width:18px}.search-field input{width:100%;padding:12px 0;border:0;outline:none;min-width:0;font-size:13px;background:transparent}.filter-select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 30px 10px 12px;color:#516153;font-size:13px}.results-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;gap:15px}.results-heading h2{font-size:18px}.results-heading h2 span{color:#909a90;font:400 13px 'DM Sans';margin-left:8px}.sort{display:flex;align-items:center;gap:5px;font-size:12px;color:#7b857b}.sort select{border:0;background:none;font-size:12px;color:#3d5142;max-width:125px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.job-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;transition:border-color .15s,transform .15s}.job-card:hover{border-color:#a6ba99;transform:translateY(-2px)}.card-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:17px}.business-identity{display:flex;gap:11px;align-items:center;min-width:0}.business-mark{width:41px;height:41px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eee8dd;color:#695a42;flex-shrink:0;font:bold 18px Georgia}.business-mark.dark{background:#303e32;color:#f1ebd8}.business-mark.rose{background:#f6e8e2;color:#a55b47}.business-mark.blue{background:#e6edf1;color:#547080}.business-mark.yellow{background:#f7efd7;color:#90702e}.business-name{font-size:13px;font-weight:600}.business-area{font-size:11px;color:#8b948b;margin-top:4px}.save-button{color:#9aa399;padding:6px}.save-button.saved{color:#486c38}.save-button.saved svg{fill:#dfff88}.job-card h3{margin-bottom:11px;font-size:18px}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:10px;font-weight:500;background:#f4f5f1;color:#697365;border:1px solid #eef0e9;border-radius:5px;padding:5px 8px}.tag.instant{background:#edf5e6;color:#50713c;border-color:#e3eedb}.tag.bid{background:#fbf0de;color:#956d2c;border-color:#f8e7c8}.tag.bundle{background:#ecedf8;color:#686792;border-color:#e4e5f3}.job-info{display:grid;gap:9px;margin:20px 0}.info-line{display:flex;align-items:center;gap:9px;font-size:12px;color:#6b786c}.info-line svg{width:15px;height:15px;color:#889584}.card-bottom{border-top:1px solid #edf0e9;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.rate{font:700 24px 'Manrope';letter-spacing:-.9px}.rate span{font:400 12px 'DM Sans';color:#85907f;letter-spacing:0}.total{font-size:11px;color:#7b8676;margin-top:4px}.button{border-radius:8px;background:var(--green);color:white;padding:11px 17px;font-size:13px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;gap:7px;border:1px solid var(--green)}.button:hover{background:#355744}.button.secondary{background:#fff;color:var(--green);border-color:#dce4d6}.button.secondary:hover{background:#f2f5ec}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--green)}.button.danger{color:#a64435;background:#fff;border-color:#e9c4bc}.button.wide{width:100%}.card-bottom .button{font-size:12px;padding:10px 15px}.feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 248px;gap:26px}.right-rail{display:grid;align-content:start;gap:20px}.rail-card{border:1px solid var(--line);border-radius:14px;padding:21px;background:#fff}.rail-card h3{font-size:15px;margin-bottom:17px}.rail-card p{font-size:12px;color:#7d877b;line-height:1.7}.week-strip{display:flex;justify-content:space-between;margin:18px -3px}.day{text-align:center;font-size:10px;color:#91998b;display:flex;flex-direction:column;gap:8px;padding:7px 6px;border-radius:18px}.day strong{font-size:12px;color:#53634e}.day.current{background:var(--green);color:#d9e8ce}.day.current strong{color:#fff}.rail-empty{border-top:1px solid var(--line);padding-top:16px}.text-button{padding:0;color:#406133;font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px;margin-top:15px}.rail-stat{font:650 33px 'Manrope';letter-spacing:-1px;margin-bottom:7px}.rail-stat span{font:400 12px 'DM Sans';color:var(--muted);letter-spacing:0}.profile-meter{height:5px;border-radius:3px;background:#edf0e8;margin:17px 0 10px;overflow:hidden}.profile-meter>div{height:100%;width:80%;background:#8eaa5d}.tips-card{background:#edf2e3;border-color:#e3e9d7}.rail-booking{padding:13px 0;border-top:1px solid var(--line)}.rail-booking strong{font-size:12px;display:block;margin-bottom:5px}.rail-booking span{font-size:11px;color:var(--muted)}footer{padding:24px 40px;border-top:1px solid var(--line);font-size:11px;color:#939c91;display:flex;justify-content:space-between;gap:15px}.empty-state{text-align:center;padding:55px 20px;background:#fff;border:1px dashed #cbd7c3;border-radius:14px;grid-column:1/-1}.empty-state h3{margin:10px}.empty-state p{font-size:14px;color:var(--muted);margin-bottom:20px;line-height:1.6}.empty-icon{display:inline-flex;padding:15px;border-radius:50%;background:#f0f5e7;color:#597448}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}.stat-card{border:1px solid var(--line);border-radius:13px;background:#fff;padding:22px}.stat-card>span{font-size:12px;color:var(--muted)}.stat-card strong{font:700 30px 'Manrope';display:block;margin:10px 0 4px}.stat-card p{font-size:12px;color:var(--muted)}.panel{padding:25px;background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:20px}.booking-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.booking-row:last-child{border-bottom:0}.booking-main{display:flex;align-items:center;gap:17px;flex:1}.date-tile{background:#edf2e5;min-width:58px;padding:12px;border-radius:9px;text-align:center;font-size:10px;font-weight:600;color:#7b8970}.date-tile strong{display:block;font-size:22px;color:#395331}.booking-main h3{font-size:15px}.booking-main p{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.6}.booking-actions{display:flex;gap:8px;flex-wrap:wrap}.booking-actions .button{font-size:12px}.detail-dialog{border:0;border-radius:20px;padding:0;width:min(590px,calc(100% - 28px));max-height:90vh;color:var(--ink);box-shadow:0 24px 90px #172a3440}.detail-dialog::backdrop{background:#172d2766;backdrop-filter:blur(3px)}.dialog-header{padding:25px 28px 19px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.dialog-header h2{font-size:23px;line-height:1.3;margin-top:13px}.dialog-body{padding:25px 28px}.dialog-body>p{font-size:14px;line-height:1.8;color:#687565;margin-bottom:19px}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:23px}.fact{background:#f4f6ef;border-radius:9px;padding:13px}.fact span{font-size:11px;color:var(--muted);display:block;margin-bottom:5px}.fact strong{font-size:14px}.detail-section{margin:20px 0}.detail-section h3{font-size:14px;margin-bottom:10px}.detail-section p,.detail-section li{font-size:13px;color:#6c7867;line-height:1.8}.detail-section ul{padding-left:19px;margin:0}.pay-summary{background:var(--green);color:white;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:space-between;margin:21px 0}.pay-summary span{font-size:12px;line-height:1.7;color:#cedbc3}.pay-summary strong{font:700 30px 'Manrope';color:var(--lime)}.notice{font-size:12px;line-height:1.7;padding:13px;background:#f5f5eb;border-radius:8px;margin:14px 0;color:#6d7657}.notice.error{background:#fff0e9;color:#a0523f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:grid;gap:7px;font-size:12px;font-weight:600;color:#52624a}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid #dbe3d4;border-radius:8px;padding:11px;font-size:14px;color:var(--ink);background:white}.field textarea{min-height:75px;resize:vertical}.check-field{display:flex;align-items:center;gap:8px;font-size:13px}.check-field input{accent-color:var(--green);width:17px;height:17px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.profile-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:22px}.profile-hero{text-align:center}.profile-hero .avatar{width:82px;height:82px;font-size:27px;margin:10px auto 20px}.profile-hero p{margin:12px 0;color:var(--muted);font-size:14px;line-height:1.7}.profile-hero .tags{justify-content:center}.profile-section{margin-bottom:26px}.profile-section p{font-size:14px;line-height:1.8;color:#6c7867;margin-top:12px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,15px);opacity:0;pointer-events:none;background:var(--green);color:#fff;border:1px solid #547347;padding:15px 24px;border-radius:12px;box-shadow:0 8px 30px #233c3220;z-index:10;max-width:90vw;font-size:14px;transition:.2s}.toast.visible{opacity:1;transform:translate(-50%,0)}.notification-item{border-bottom:1px solid var(--line);padding:16px 0}.notification-item:first-child{padding-top:0}.notification-item p{font-size:14px;line-height:1.7}.notification-item small{font-size:11px}.filter-chip{display:inline-flex;gap:6px;align-items:center;background:#edf2e5;padding:8px 11px;border-radius:6px;font-size:12px;margin:0 6px 15px 0}.inline-label{font-size:12px;color:var(--muted);margin-bottom:12px}.review-item{display:flex;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}.review-item h3{font-size:14px}.review-item p{font-size:13px;line-height:1.6;color:var(--muted);margin-top:7px}.star{color:#b59046}.tabs{display:flex;gap:20px;border-bottom:1px solid var(--line);margin-bottom:24px}.tab{padding:12px 2px;font-size:13px;color:var(--muted);border-bottom:2px solid transparent}.tab.active{color:var(--green);border-color:var(--green);font-weight:600}
@media(min-width:1550px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1250px){.feed-layout{grid-template-columns:minmax(0,1fr)}.right-rail{display:none}.sidebar{width:213px}.topbar{padding:0 30px}main{padding:30px}.feature-banner{padding:25px 28px}}@media(max-width:800px){.sidebar{width:76px;padding:26px 10px}.brand{font-size:0;padding:0;text-align:center}.brand:before{content:'bf';font-size:30px;letter-spacing:-2px}.brand span,.workspace-label,.nav-item>span,.sidebar-bottom{display:none}nav{margin-top:38px}.nav-item{justify-content:center;padding:14px}.topbar{padding:0 22px}.topbar-actions{gap:12px}main{padding:27px 22px}h1{font-size:29px}.page-heading{align-items:flex-start}.location-pill{font-size:11px;padding:9px}.cards{gap:13px}.job-card{padding:17px}.feature-banner h2{font-size:23px}.banner-pay strong{font-size:40px}.banner-pay{padding-left:25px;min-width:130px}footer{padding:22px}.profile-layout{grid-template-columns:1fr}.booking-row{align-items:flex-start;flex-wrap:wrap}}@media(max-width:580px){.demo-bar{font-size:10px;padding:7px 10px;gap:6px}.demo-bar>span{display:none}.demo-bar button{font-size:10px;white-space:nowrap}.app-shell{display:block}.sidebar{position:fixed;bottom:0;top:auto;left:0;width:100%;height:65px;padding:0 7px;z-index:5;border-top:1px solid var(--line);border-right:0}.brand{display:none}nav{display:flex;margin:0;justify-content:space-around;height:65px;align-items:center;gap:0}.nav-item{flex-direction:column;gap:4px;padding:7px 12px;border-radius:8px;font-size:9px}.nav-item>span:not(.nav-count){display:block}.nav-item.active{background:#edf2e3;color:var(--green)}.nav-item svg{width:19px;height:19px}.topbar{height:61px;padding:0 18px}.breadcrumb{font-weight:600;color:var(--green)}.topbar-actions{gap:8px}.topbar-actions>.avatar{display:none}.mode-switch{font-size:0;gap:0}.mode-switch select{font-size:12px}main{padding:25px 17px 30px}.page-heading{margin-bottom:22px}.page-heading h1{font-size:27px}.page-heading .location-pill{display:none}.subhead{font-size:13px;max-width:290px}.feature-banner{padding:23px 21px;gap:15px;align-items:center;margin-bottom:22px}.feature-banner h2{font-size:22px;max-width:200px}.feature-banner p{font-size:12px}.feature-banner .feature-copy>p{max-width:190px}.feature-banner .eyebrow{font-size:8px;letter-spacing:1px}.banner-pay{min-width:92px;padding-left:16px}.banner-pay strong{font-size:33px}.banner-pay p{font-size:10px}.banner-days{font-size:9px}.banner-button{font-size:12px}.cards{grid-template-columns:1fr}.job-card{padding:21px}.filter-toolbar{gap:8px}.search-field{flex-basis:100%}.filter-select{flex:1;min-width:0;font-size:12px;padding:10px 4px}.results-heading h2{font-size:16px}.results-heading h2 span{font-size:11px}.sort{font-size:10px}.sort select{font-size:11px}.card-top{margin-bottom:15px}.job-info{margin:18px 0}.job-card h3{font-size:19px}.tag{font-size:11px}.info-line{font-size:13px}.business-name{font-size:14px}.business-area{font-size:12px}.card-bottom .button{font-size:13px}.total{font-size:12px}.stats-grid{gap:8px}.stat-card{padding:15px 11px}.stat-card strong{font-size:23px}.stat-card>span,.stat-card p{font-size:10px}.panel{padding:20px}.form-grid{gap:14px}.field{font-size:12px}.dialog-header{padding:23px}.dialog-body{padding:21px}.form-actions .button{padding:11px 13px}.detail-facts{gap:9px}.fact{padding:11px}.fact strong{font-size:13px}.booking-actions{padding-left:74px}.booking-main{gap:13px}.booking-main h3{font-size:14px}footer{padding:20px 17px 85px;flex-direction:column;font-size:10px;gap:5px}.toast{bottom:80px;width:calc(100% - 34px);text-align:center}.page-heading>.button{font-size:11px;padding:10px;white-space:nowrap}.tabs{gap:15px}.tab{font-size:12px}.profile-trigger{display:none}}
