.tier-selected-card{display:flex;align-items:center;gap:14px;background:var(--best-gray);border:1px solid var(--gray2);box-shadow:none!important;border-radius:22px;padding:8px;margin-bottom:14px}.tier-selected-card-image{width:64px;height:48px;border-radius:14px;overflow:hidden;flex-shrink:0;background:var(--gray1);display:flex;align-items:center;justify-content:center}.tier-selected-card-image img{width:100%;height:100%;object-fit:cover}.tier-selected-card-content{flex:1 1;min-width:0}.tier-selected-card-name{font-family:var(--font-arial-rounded-mt);font-size:20px;font-weight:700;color:var(--text);line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tier-selected-card-description{font-family:var(--font-arial-rounded-mt);font-size:13px;color:var(--sub-text);line-height:18px;margin-top:2px;max-height:36px;overflow:hidden}.tier-selected-card-price{font-family:var(--font-arial-rounded-mt);font-size:14px;color:var(--blue-blue);margin-top:4px;font-weight:600}.tier-selected-card--small{padding:2px!important;margin-bottom:10px}.tier-selected-card--small .tier-selected-card-image{width:52px;height:40px}.tier-selected-card--small .tier-selected-card-name{font-size:16px;line-height:20px}.tier-selected-card--small .tier-selected-card-description{font-size:12px;line-height:16px;max-height:32px}.tier-selected-card--small .tier-selected-card-price{font-size:13px;margin-top:2px}.tier-selected-card--text-only{display:flex;align-items:center;gap:12px;background:var(--best-gray);border:1px solid var(--gray2);box-shadow:none!important;padding:8px;margin-bottom:14px}.tier-selected-card--text-only .tier-selected-card-content{display:flex;align-items:space-between!important;justify-content:space-between!important;gap:20px;flex:1 1;padding:3px}.tier-selected-card--text-only .tier-selected-card-name{font-size:16px;white-space:nowrap;margin:0;font-weight:700}.tier-selected-card--text-only .tier-selected-card-description{font-size:13px;margin-top:0;max-height:none;overflow:visible;white-space:nowrap}.tier-selected-card--text-only .tier-selected-card-price{margin-top:0;white-space:nowrap}.work-order-preview{background:var(--background);border:1px solid var(--best-gray);border-radius:16px;padding:15px;height:fit-content;position:sticky;top:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);font-family:ARLRDBD,sans-serif;max-width:400px;margin-left:auto;overflow-y:auto;max-height:calc(100vh - 40px)}.work-order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.work-order-title{display:flex;align-items:center;gap:12px;flex:1 1}.work-order-icon{width:60px;height:40px;background:linear-gradient(135deg,#0F83E9,#4B79DE);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-size:16px;flex-shrink:0}.work-order-info h3{font-size:18px;font-weight:600;color:var(--text);margin:0;line-height:1.2}.work-order-id{font-size:12px;color:var(--sub-text)!important;font-weight:500;opacity:.8}.work-order-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge{padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.next-button{background:#20D67A;color:white;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.next-button:hover{background:#1ab564;transform:translateY(-1px);box-shadow:0 4px 12px rgba(32,214,122,.3)}.work-order-pricing{background:#20D67A;border-radius:12px;padding:20px;text-align:center;margin-bottom:20px;cursor:pointer;transition:all .2s ease}.work-order-pricing:hover{background:#1ab564;transform:translateY(-1px);box-shadow:0 6px 20px rgba(32,214,122,.3)}.pricing-card{color:white}.pricing-amount{font-size:28px;font-weight:700;margin-bottom:4px;line-height:1}.pricing-label{font-size:12px;opacity:.9;font-weight:500}.work-order-preview-image{margin-bottom:20px;border-radius:12px;overflow:hidden;min-height:120px;position:relative}.location-preview{height:180px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.location-preview.empty{background:var(--gray1)}.location-map-widget{position:relative;overflow:hidden}.location-map-widget,.mapbox-map{width:100%;height:100%;border-radius:8px}.custom-marker{flex-direction:column;cursor:pointer}.custom-marker,.marker-pin{position:relative;display:flex;align-items:center}.marker-pin{scale:.8;width:48px;height:48px;background:var(--blue-blue);border-radius:50% 50% 50% 25%;transform:rotate(-45deg);justify-content:center;box-shadow:0 6px 20px rgba(59,130,246,.4);border:5px solid white}.marker-dot{width:20px;height:20px;background:white;border-radius:50%}.marker-shadow{width:24px;height:8px;background:rgba(0,0,0,.2);border-radius:50%;margin-top:-6px;filter:blur(2px);transform:scale(.9)}.visual-map{background:linear-gradient(135deg,#e8f5e8,#f0f8ff)}.map-background,.visual-map{width:100%;height:100%;position:relative}.map-background{background:linear-gradient(135deg,#e8f4f8,#f5f8e8)}.street-grid{position:absolute;top:0;left:0;right:0;bottom:0}.street{position:absolute;background:rgba(200,200,200,.4)}.street.horizontal{width:100%;height:1px}.street.vertical{height:100%;width:1px}.location-marker{position:absolute;color:#e74c3c;font-size:20px;transform:translate(-50%,-100%);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:markerPulse 2s infinite;z-index:10}@keyframes markerPulse{0%,to{transform:translate(-50%,-100%) scale(1)}50%{transform:translate(-50%,-100%) scale(1.1)}}.location-map-widget iframe{width:100%;height:100%;border:none;border-radius:8px}.location-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:12px;pointer-events:none}.location-info{display:flex;align-items:center;gap:6px;color:white}.location-info svg{font-size:14px;color:#20D67A;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.location-text{font-size:12px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-text-display{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:16px;text-align:left;background:linear-gradient(135deg,#e3f2fd,#bbdefb);gap:12px}.location-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-shrink:0}.location-header svg{font-size:20px;color:#0F83E9}.location-header span{font-size:12px;font-weight:600;color:var(--sub-text);text-transform:uppercase;letter-spacing:.5px}.location-details{display:flex;flex-direction:column;gap:2px;flex:1 1}.location-address{font-size:14px;font-weight:600;color:var(--text);line-height:1.2;margin-bottom:2px;max-width:300px;word-wrap:break-word}.location-city-state{font-size:12px;font-weight:500;color:var(--sub-text);line-height:1.2;margin-bottom:2px}.location-coordinates{font-size:10px;color:var(--sub-text);opacity:.8;font-family:ARLRDBD,sans-serif;line-height:1.2}.map-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--sub-text);text-align:center;padding:20px}.map-placeholder svg{font-size:24px;color:#0F83E9}.map-placeholder span{font-size:12px;font-weight:500;max-width:200px;word-wrap:break-word}.detail-section,.work-order-details{margin-bottom:20px}.detail-section h4{font-size:16px;margin:0 0 16px}.detail-section h4,.detail-section h5{font-weight:600;color:var(--text);line-height:1.3}.detail-section h5{font-size:14px;margin:0 0 12px}.detail-group{margin-bottom:12px;display:flex;justify-content:space-between}.detail-label{font-size:12px;font-weight:600;color:var(--sub-text);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;font-weight:500;color:var(--text);line-height:1.4}.detail-value .location-details{display:flex;flex-direction:column;gap:2px;margin:0}.detail-value .location-address{font-size:14px;font-weight:600;color:var(--text);line-height:1.2;margin:0}.detail-value .location-city-state{font-size:12px;font-weight:500;color:var(--sub-text);line-height:1.2;margin:0}.detail-value .location-coordinates{font-size:10px;color:var(--sub-text);opacity:.8;line-height:1.2;margin:0}.project-description{font-size:13px;line-height:1.6;color:var(--sub-text);font-style:italic;max-height:none;overflow:visible}.images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.image-placeholder{aspect-ratio:1;background:var(--gray1);border:2px dashed var(--best-gray);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--sub-text);opacity:.5;min-height:60px}.material-equipment{background:var(--gray1);border-radius:8px;padding:12px;margin-top:8px}.material-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--best-gray)}.material-row:last-child{border-bottom:none}.material-label{font-size:12px;font-weight:500;color:var(--sub-text)}.material-value{font-size:12px;font-weight:600;color:var(--text)}.equipment-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--gray1);border-radius:6px;margin-top:6px}.equipment-icon{width:24px;height:24px;background:#0F83E9;border-radius:4px;display:flex;align-items:center;justify-content:center;color:white;font-size:10px;flex-shrink:0}.equipment-name{font-size:12px;font-weight:500;color:var(--text);flex:1 1}.work-order-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:16px;border-top:1px solid var(--best-gray)}.summary-stat{display:flex;flex-direction:column;gap:4px;text-align:center;padding:12px;background:var(--gray1);border-radius:8px}.stat-label{font-size:10px;color:var(--sub-text);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-value{font-size:16px;font-weight:700;color:var(--text)}@media (prefers-color-scheme:dark){.work-order-preview{box-shadow:0 8px 32px rgba(255,255,255,.05)}.location-preview{background:linear-gradient(135deg,#1a202c,#2d3748)}}@media (min-width:900px){.work-order-preview{position:static;top:auto;max-width:none;margin-left:0;overflow-y:visible;max-height:none}}@media (max-width:768px){.work-order-preview{position:static;margin:20px 0;max-width:none;max-height:none}.images-grid{grid-template-columns:repeat(2,1fr)}.pricing-amount{font-size:24px}.work-order-summary{grid-template-columns:1fr}}.work-order-preview::-webkit-scrollbar{width:6px}.work-order-preview::-webkit-scrollbar-track{background:transparent}.work-order-preview::-webkit-scrollbar-thumb{background:var(--best-gray);border-radius:3px}.work-order-preview::-webkit-scrollbar-thumb:hover{background:var(--sub-text)}.detail-value{transition:all .3s ease}.detail-value.updated{background:rgba(32,214,122,.1);border-radius:4px;padding:2px 4px;margin:-2px -4px}.work-order-file-thumbs{display:flex;gap:6px;flex-wrap:wrap;max-width:260px}.work-order-file-thumb{width:46px;height:46px;border-radius:6px;background:var(--gray1);border:1px solid var(--best-gray);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-size:11px;font-weight:600;color:var(--sub-text);box-sizing:border-box}.work-order-file-thumb img{width:100%;height:100%;object-fit:cover;display:block}.work-order-file-thumb.more{background:#0F83E9;color:white;font-size:12px}.work-order-file-thumb-badge{font-size:10px;background:rgba(0,0,0,.5);color:white;padding:2px 4px;border-radius:4px}.work-order-file-thumb.placeholder{background:repeating-linear-gradient(45deg,var(--gray1),var(--gray1) 6px,var(--best-gray) 6px,var(--best-gray) 12px);color:var(--sub-text)}.work-order-signature-preview{display:inline-block;border:1px solid var(--best-gray);background:var(--gray1);border-radius:6px;padding:4px 6px;box-sizing:border-box;object-fit:contain}.work-order-signature-preview-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.work-order-signature-preview--small{max-width:120px;max-height:36px}.work-order-signature-preview--medium{max-width:160px;max-height:44px}.work-order-signature-preview--large{max-width:240px;max-height:80px}.detail-group-textarea .detail-label{display:block;width:100%;margin-bottom:8px}.detail-group-textarea{display:flex;flex-direction:column;align-items:stretch;gap:8px}.textarea-value-block{background:var(--gray1);border:1px solid var(--best-gray);border-radius:6px;font-size:13px;max-height:none;overflow:visible;border:1px solid rgba(0,0,0,.06);line-height:1.6;white-space:pre-wrap}.detail-group-textarea .textarea-value-block,.textarea-value-block{background:linear-gradient(180deg,var(--gray1),#fbfbfb);border-radius:8px;padding:12px 14px;font-size:14px;color:var(--text);box-sizing:border-box}.detail-group-textarea .textarea-value-block{width:100%;border:1px solid rgba(0,0,0,.06)}.work-order-file-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:9999;padding:30px}.work-order-file-modal-content{background:var(--background);border:1px solid var(--best-gray);border-radius:12px;max-width:90vw;max-height:90vh;width:640px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.3)}.work-order-file-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--best-gray)}.work-order-file-modal-title{font-size:14px;font-weight:600;color:var(--text)}.work-order-file-modal-close{background:transparent;border:none;font-size:22px;line-height:1;cursor:pointer;color:var(--sub-text);padding:0 4px}.work-order-file-modal-body{padding:16px 18px 24px;overflow:auto;display:flex;align-items:center;justify-content:center}.work-order-file-modal-body img{max-width:100%;max-height:70vh;border-radius:8px;display:block}.work-order-file-generic{font-size:13px;color:var(--sub-text);padding:20px;background:var(--gray1);border:1px solid var(--best-gray);border-radius:8px}.work-order-preview-image.multi{padding-top:0;display:flex;flex-direction:column;gap:6px}.preview-pills{display:flex;gap:4px;z-index:5;flex-wrap:wrap}.preview-pills.below{position:static;border-radius:12px;justify-content:center}.preview-pill{background:var(--best-gray);border:1px solid var(--best-gray);border-radius:10px;padding:6px 12px;font-size:11px;font-weight:600;cursor:pointer;transition:all .18s ease;color:var(--text);line-height:1;position:relative;display:flex;align-items:center;gap:6px}.preview-pill-icon{display:flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:12px;color:var(--sub-text);transition:color .18s ease,transform .18s ease}.preview-pill.active .preview-pill-icon{color:var(--main-background);transform:scale(1.05)}.preview-pill.active{background:var(--text);border-color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.25)}.preview-pill.active,.preview-pill.active:before{color:var(--main-background)}.preview-pill:hover:not(.active),.preview-stage{background:var(--gray1)}.preview-stage{position:relative;width:100%;height:180px;border-radius:12px;overflow:hidden;display:flex;align-items:stretch;justify-content:stretch}.preview-stage:has(.scheduling-mini-preview){overflow:hidden;z-index:10}.mini-map-root,.mini-room-root{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}.mini-map-canvas{flex:1 1;width:100%;height:100%}.mini-map-summary{position:absolute;bottom:6px;left:8px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;padding:4px 8px;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:70%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600}.mini-map-meta{position:absolute;top:6px;right:6px;display:flex;gap:6px;z-index:6}.mini-map-meta-badge{display:none}.mini-room-root.mini-room-3d-only{background:linear-gradient(135deg,#eef2f7,#d9e3ec);border-radius:12px;padding:0;overflow:hidden}.mini-room-3d-wrapper{position:relative;min-height:180px;display:flex;align-items:stretch;justify-content:stretch;background:linear-gradient(135deg,#edf2f6,#dbe5ee)}.mini-room-3d-canvas,.mini-room-3d-wrapper{width:100%;height:100%}.mini-room-3d-loading,.mini-room-3d-missing{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--sub-text);background:linear-gradient(135deg,rgba(255,255,255,.6),rgba(255,255,255,.3));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.05em}.status-badge{transition:all .3s ease}.work-order-preview.updating .status-badge{transform:scale(1.05)}.wo-header-root{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:17px;background:var(--main-background);border:1px solid var(--gray2);margin-bottom:14px;gap:16px;box-shadow:0 3px 33px var(--shadow);font-family:var(--font-arial-rounded-mt),"ARLRDBD",sans-serif;min-height:68px}.wo-header-left{display:flex;align-items:center;gap:20px;flex:1 1;min-width:0}.wo-header-image{width:109px;height:68px;border-radius:14px;object-fit:cover;background:var(--gray3);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--text);text-align:center}.wo-header-image.placeholder{font-size:18px}.wo-header-text{display:flex;flex-direction:column;gap:4px;min-width:0}.wo-header-title{font-size:18px;font-weight:700;color:var(--text);line-height:1.2;letter-spacing:-.01em}.wo-header-sub{font-size:10px;font-weight:600;color:var(--sub-text);opacity:.9;letter-spacing:.3px}.wo-header-status{display:flex;align-items:center;justify-content:flex-end}.wo-header-status-pill{font-size:12px;font-weight:600;padding:6px 14px;border-radius:20px;border:2px solid #d6a74a;background:#F3E3C0;color:#B06A12;letter-spacing:.4px;white-space:nowrap;line-height:1}.wo-header-status-pill.status-draft{background:var(--gray1);border-color:var(--gray2);color:var(--sub-text)}.wo-header-status-pill.status-in-progress{background:#FFF5E6;border-color:#F59E0B;color:#B45309}.wo-header-status-pill.status-almost-complete{background:#E0F2FE;border-color:#3B82F6;color:#1D4ED8}.wo-header-status-pill.status-ready{background:#ECFDF5;border-color:#10B981;color:#047857}@media (max-width:900px){.wo-header-root{flex-direction:column;align-items:flex-start;gap:12px}.wo-header-status{align-self:flex-end}.wo-header-image{width:100%;height:150px;border-radius:16px}.wo-header-title{font-size:20px}.wo-header-status-pill{font-size:12px;padding:6px 14px}}.work-order-preview--small{background:var(--main-background);border:1px solid var(--gray2);border-radius:25px;padding:8px;box-shadow:0 2px 22px var(--shadow);max-width:100%;position:static;margin:0;overflow:visible;max-height:none}.work-order-preview--small-container{display:flex;flex-direction:column;gap:8px}.work-order-preview--small-header-row{display:flex;align-items:flex-start;gap:10px}.work-order-preview--small-map-compact{width:100px;height:100px;border-radius:20px;background:var(--gray1);overflow:hidden;flex-shrink:0;position:relative}.work-order-preview--small-map-compact .scheduling-mini-preview{min-height:100%;height:100%;padding:6px;gap:4px;border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:center}.work-order-preview--small-map-compact .scheduling-mini-calendar{transform:none;padding:0;margin:0;background:transparent;box-shadow:none;width:100%}.work-order-preview--small-map-compact .scheduling-mini-date-header,.work-order-preview--small-map-compact .scheduling-mini-days-header{display:none}.work-order-preview--small-map-compact .scheduling-mini-grid{grid-template-columns:repeat(7,1fr);gap:1px}.work-order-preview--small-map-compact .scheduling-mini-day{width:11px;height:11px;font-size:6px;border-radius:50%}.work-order-preview--small-map-compact .scheduling-mini-day.selected{background:var(--text,#222);color:var(--main-background,#fff)}.work-order-preview--small-map-compact .scheduling-mini-time-section{flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin-top:2px}.work-order-preview--small-map-compact .scheduling-mini-time-slots{gap:0;padding:0}.work-order-preview--small-map-compact .scheduling-mini-time-slot{display:none}.work-order-preview--small-map-compact .scheduling-mini-time-slot.selected{display:flex;padding:6px 10px;font-size:11px;min-width:auto;border-radius:14px!important;height:auto;width:auto;background:var(--text,#222);color:var(--main-background,#fff)}.work-order-preview--small-map-icon{display:none}.work-order-preview--small-map-icon-overlay{position:absolute;top:6px;left:6px;width:36px;height:24px;background-size:cover;background-position:50%;border-radius:8px;z-index:5;box-shadow:0 2px 6px rgba(0,0,0,.25);outline:2px solid white}.work-order-preview--small-header-info{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.work-order-preview--small-title-status-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.work-order-preview--small-title-id-section{display:flex;flex-direction:column;gap:3px;min-width:0}.work-order-preview--small-title{font-size:16px;font-weight:700;color:var(--text);line-height:1.2;word-break:break-word}.work-order-preview--small-id{display:none}.work-order-preview--small-status-badge{font-size:11px;font-weight:600;padding:6px 12px;border-radius:14px;white-space:nowrap;line-height:1;text-align:center;letter-spacing:.3px;text-transform:uppercase;align-self:flex-start}.work-order-preview--small-presenters{display:flex;flex-direction:column;gap:4px}.work-order-preview--small-presenter-item{display:flex;justify-content:space-between;align-items:center;gap:8px}.work-order-preview--small-presenter-label{font-size:11px;font-weight:600;color:var(--sub-text);text-transform:uppercase;letter-spacing:.3px}.work-order-preview--small-presenter-value{font-size:13px;font-weight:500;color:var(--text);line-height:1.3;text-align:right}.work-order-preview--small-map-pills{display:none}.work-order-preview--small-map-pill{background:var(--best-gray);border:1px solid var(--best-gray);border-radius:10px;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:var(--sub-text);transition:all .18s ease}.work-order-preview--small-map-pill.active{background:var(--text);color:var(--main-background);border-color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.25)}.work-order-preview--small-map-pill:hover:not(.active){background:var(--gray1)}.work-order-preview--small-fields{display:flex;flex-direction:column;gap:6px;padding:0 10px}.work-order-preview--small-field{display:flex;flex-direction:column;gap:2px}.work-order-preview--small-field-label{font-size:11px;font-weight:600;color:var(--sub-text);text-transform:uppercase;letter-spacing:.3px;opacity:.85}.work-order-preview--small-field-value{font-size:13px;font-weight:500;color:var(--text);line-height:1.4;word-break:break-word}.work-order-preview--small-more{font-size:11px;color:var(--sub-text);font-weight:600;padding-top:4px;text-align:center;opacity:.75}.work-order-preview--medium{background:var(--main-background);border:1px solid var(--gray2);border-radius:25px;padding:5px;box-shadow:0 2px 33px var(--shadow);max-width:100%;position:static;margin:0;overflow:visible;max-height:none}.work-order-preview--medium-container{display:flex;flex-direction:column;gap:8px}.work-order-preview--medium .tier-selected-card{border-radius:15px;padding:8px;margin:0 5px 4px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.work-order-preview--medium-map-section{position:relative;width:100%;border-radius:20px;overflow:hidden}.work-order-preview--medium-map{width:100%;height:120px;border-radius:20px;overflow:hidden;background:var(--gray1)}.work-order-preview--medium-map .scheduling-mini-preview{min-height:100%;height:100%;padding:10px 12px;gap:12px;border-radius:20px}.work-order-preview--medium-map .scheduling-mini-calendar{transform:scale(.7);transform-origin:center center;padding:8px}.work-order-preview--medium-map .scheduling-mini-date-header{display:none}.work-order-preview--medium-map .scheduling-mini-time-section{flex:0 0 auto}.work-order-preview--medium-map .scheduling-mini-time-slots{gap:3px;padding:0}.work-order-preview--medium-map .scheduling-mini-time-slot.empty-slot,.work-order-preview--medium-map .scheduling-mini-time-slot:not(.selected){width:80px;height:24px;border-radius:14px;background:var(--gray4,#d0d0d0)}.work-order-preview--medium-map .scheduling-mini-time-slot.selected{padding:6px 12px;font-size:12px;min-width:80px;border-radius:14px!important;background:var(--text,#222);color:var(--main-background,#fff)}.work-order-preview--medium-map-icon{position:absolute;top:10px;left:10px;width:50px;height:32px;background-size:cover;background-position:50%;border-radius:12px;z-index:5;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);outline:2px solid white}.work-order-preview--medium-info-section{display:flex;align-items:flex-start;justify-content:space-between;padding:5px 10px 0;gap:10px}.work-order-preview--medium-title-id{display:flex;flex-direction:column;gap:3px;flex:1 1}.work-order-preview--medium-title{font-size:15px;font-weight:700;color:var(--text);line-height:1.2;word-break:break-word}.work-order-preview--medium-id{font-size:10px;font-weight:600;color:var(--sub-text);letter-spacing:.3px;opacity:.8}.work-order-preview--medium-status-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;color:white;white-space:nowrap;line-height:1.2;text-align:center;flex-shrink:0;letter-spacing:.3px;text-transform:uppercase}.work-order-preview--medium-fields{display:flex;flex-direction:column;gap:6px;padding:0 10px}.work-order-preview--medium-field-item{display:flex;flex-direction:column;gap:2px}.work-order-preview--medium-field-label{font-size:10px;font-weight:600;color:var(--sub-text);text-transform:uppercase;letter-spacing:.3px;opacity:.8}.work-order-preview--medium-field-value{font-size:13px;font-weight:500;color:var(--text);line-height:1.3;word-break:break-word}.work-order-preview--medium-more{font-size:11px;color:var(--sub-text);font-weight:600;padding-top:4px;text-align:center;opacity:.8}.work-order-preview--medium-footer{padding:10px;color:var(--text);font-size:14px;font-weight:600}.work-order-preview--large{border-radius:16px;padding:15px;height:fit-content;position:sticky;top:20px;max-width:400px;margin-left:auto;overflow-y:auto;max-height:calc(100vh - 40px);background-color:var(--main-background);box-shadow:0 4px 100px var(--shadow);outline:2px solid var(--gray1)}@media (min-width:900px){.work-order-preview--large{position:static;top:auto;max-width:none;margin-left:0;overflow-y:visible;max-height:none}}@media (max-width:768px){.work-order-preview--large{position:static;margin:20px 0;max-width:none;max-height:none}}@media (max-width:480px){.work-order-preview--small-header{flex-direction:column;gap:8px}.work-order-preview--small-image{width:100%;height:120px}.work-order-preview--small-status-badge{align-self:flex-start}}@media (max-width:600px){.work-order-preview--medium-header{flex-direction:column;gap:8px}.work-order-preview--medium-image{width:100%;height:120px}.work-order-preview--medium-status-badge{align-self:flex-start}.work-order-preview--medium-fields{max-height:none}}.work-order-preview--medium-footer{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:5px;color:var(--subText,#6B7280);font-size:13px;font-weight:500}.work-order-preview--medium-footer svg{font-size:12px;opacity:.6}.work-order-preview--small-icon{display:block!important;width:50px!important;height:30px!important;border-radius:10px!important;flex-shrink:0!important;flex:0 0 auto!important;overflow:hidden!important}.work-order-preview--small-icon img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:10px!important;display:block!important}.work-order-preview--medium-icon{display:block!important;width:50px!important;height:30px!important;border-radius:10px!important;flex-shrink:0!important;margin-right:8px!important;overflow:hidden!important}.work-order-preview--medium-icon img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:10px!important;display:block!important}.work-order-preview--medium-icon-large{display:block!important;width:100px!important;height:100px!important;border-radius:8px!important;overflow:hidden!important}.work-order-preview--medium-icon-large img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:8px!important;display:block!important}.scheduling-mini-preview{display:flex;width:100%;height:100%;min-height:200px;background:var(--best-gray,#f5f5f5);border-radius:12px;overflow:visible;box-sizing:border-box;gap:24px;align-items:center;justify-content:center;padding:20px 20px 20px 60px;position:relative;z-index:1}.scheduling-mini-calendar{flex:0 0 auto;display:flex;flex-direction:column;gap:8px;background:var(--main-background,#fff);border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);transform:scale(1.2);transform-origin:center center}.scheduling-mini-date-header{text-align:center;padding-bottom:8px;border-bottom:1px solid var(--gray2,#eee);margin-bottom:4px}.scheduling-mini-date-text{font-size:13px;font-weight:600;color:var(--text,#222)}.scheduling-mini-days-header{display:grid;grid-template-columns:repeat(7,32px);gap:4px}.scheduling-mini-day-label{text-align:center;font-size:10px;font-weight:600;color:var(--sub-text,#999);padding:4px 0}.scheduling-mini-grid{display:grid;grid-template-columns:repeat(7,32px);gap:4px}.scheduling-mini-day{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:var(--text,#333);border-radius:50%;cursor:default;transition:all .15s ease}.scheduling-mini-day.other-month{color:var(--sub-text,#bbb)}.scheduling-mini-day.today{background:var(--gray2,#eee);font-weight:600}.scheduling-mini-day.selected{background:var(--text,#222);color:var(--main-background,#fff);font-weight:600}.scheduling-mini-time-section{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:visible;max-height:100%;position:relative;z-index:10}.scheduling-mini-time-slots{display:flex;flex-direction:column;gap:8px;align-items:center;padding:8px 0}.scheduling-mini-time-slot.empty-slot,.scheduling-mini-time-slot:not(.selected){background:var(--gray4,#d0d0d0);color:transparent;padding:0;border-radius:14px;font-size:0;white-space:nowrap;transition:all .2s ease;width:180px;height:48px;position:relative;z-index:1}.scheduling-mini-time-slot.selected{background:var(--text,#222);color:var(--main-background,#fff);padding:18px 40px;font-size:20px;font-weight:600;font-family:ARLRDBD,sans-serif;box-shadow:none;width:auto;min-width:180px;height:auto;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:20;border-radius:14px!important}@media (max-width:600px){.scheduling-mini-preview{flex-direction:column;padding:16px;min-height:auto;gap:16px;justify-content:flex-start}.scheduling-mini-calendar{width:100%}.scheduling-mini-days-header,.scheduling-mini-grid{grid-template-columns:repeat(7,1fr)}.scheduling-mini-day{width:auto;height:auto;aspect-ratio:1}.scheduling-mini-time-section{padding:8px 0}.scheduling-mini-time-slot.empty-slot,.scheduling-mini-time-slot:not(.selected){width:140px;height:40px;border-radius:14px;background:var(--gray4,#d0d0d0)}.scheduling-mini-time-slot.selected{padding:14px 28px;font-size:18px;min-width:140px;border-radius:14px!important;background:var(--text,#222);color:var(--main-background,#fff)}.scheduling-mini-calendar{transform:scale(1)}}.layouts-preview-layout-polygon{fill:var(--gray2);stroke:var(--gray3);stroke-width:2;opacity:.7}.layouts-preview-table-surface-rect,.layouts-preview-table-surface-round{fill:#0F83E9;stroke:var(--text);stroke-width:2}.layouts-preview-table-label{fill:white;font-size:24px;font-weight:700;pointer-events:none;font-family:ARLRDBD,sans-serif}.layouts-preview-chair-available{fill:var(--gray2);stroke:var(--gray3)}.layouts-preview-chair-booked{fill:#FF3B30;stroke:#c42d25}.layouts-preview-chair-reserved{fill:#FF9500;stroke:#c77400}.layouts-preview-chair-selected{fill:var(--text);stroke:var(--text)}.layouts-preview-chair-overlay{fill:white;opacity:.3}.mini-preview-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--sub-text);font-size:13px;font-weight:600;background:var(--gray1)}