:root{--red:#ba1c21;--red-over:#ba1c21;--red-rgba:rgba(186,28,33,1);--red-light:#f54147;--light-red:#f54147;--red-pale:#ffe1e2;--light-red-rgba:rgba(245,65,71,1);--blue:#003058;--blue-over:#0e3f68;--blue-rgba:rgba(0,48,88,1);--blue-dark:#001526;--blue-dark-over:#071d30;--blue-dark-rgba:rgba(0,21,38,1);--blue-light:#0057a0;--light-blue:#0057a0;--light-blue-over:#0057a0;--light-blue-rgba:rgba(0,87,160,1);--label:#585858;--light-label:#868686;--dark-gray:#939393;--darker-gray:#282828;--rgb-dark-gray:rgba(147,147,147,1);--gray:#b9b9b9;--light-gray:#d2d2d2;--gold:#ff9600;--light-gold:#ffc257;--gold-light:#ffc257;--gold-pale:#ffe5b2;--dark-gold:#c17200;--amber:#f59e0b;--green:#37c198;--green-over:#37c198;--green-rgba:rgba(55,193,152,1);--light-green:#2bd8a5;--light-green-over:#2bd8a5;--light-green-rgba:rgba(43,216,165,1);--dark-green:#068962;--dark-green-over:#068962;--dark-green-rgba:rgba(6,137,98,1);--white:#ffffff;--card:#ffffff;--muted:#6b7280;--brand:#ba1c21;--border:#e5e7eb;--ut-brand:#ba1c21;--ink-900:#0f172a;--ink-700:#334155;--ink-500:#64748b;--ink-300:#cbd5e1;--ink-200:#e2e8f0;--ink-100:#f1f5f9;--bg:#ffffff;--ring:#2563eb;--success:#16a34a;--danger:#dc2626;--text:#717274;--sub:#9ca3af;--card-bg:#ffffff;--praise-border:#d0d7e2;--event-border:#d0d7e2;--light-bg:#f5f7fb;--text-main:#1f2933;--text-muted:#6b7280;--accent-red:#e31c3d;--shadow-soft:0 12px 30px rgba(15,23,42,0.12);--border-radius-lg:16px;--border-radius-xl:24px;--panel:#f4f4f4;--chip:#0b1220;--focus-cyan:#00bcd4;}@font-face{font-family:"Atkinson Hyperlegible";src:url("/css/fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"Montserrat";src:url("/css/fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"DMSerif";src:url("/css/fonts/DMSerifText-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"PTSerif";src:url("/css/fonts/PTSerif-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:"Montserrat";src:url("/css/fonts/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:"Montserrat";src:url("/css/fonts/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"Bison-Bold";src:url("/css/fonts/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"Altivo";src:url("/css/fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}html,body{margin:0;padding:0;min-height:100%;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}body{font-family:"Montserrat","Segoe UI","Helvetica Neue",Arial,sans-serif;background:#090c0d;color:#f2eadb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}body,main{margin:0 !important;overflow-x:hidden;}main{padding:0 !important;}html,body,input,select,textarea,label,button{font-family:"Montserrat","Source Sans Pro","Myriad Pro","Segoe UI","Helvetica Neue",Arial,sans-serif;}h1,h2,h3{font-family:"Montserrat","Segoe UI",sans-serif;}a:hover,button:hover{cursor:pointer !important;}red{color:var(--red);}redbg,.redbg{background-color:var(--red);}.redbg.white{background-color:var(--red);color:#fff;}gold,.gold{color:var(--gold);}.row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.col{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.row > *,.col > *{-webkit-box-flex:1;-ms-flex:1;flex:1;}.app-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;}.app-header h1{margin:0 0 0.35rem;font-size:clamp(1.6rem,2.1vw,2rem);font-weight:700;letter-spacing:0.03em;color:var(--muted);font-family:"PTSerif";}.app-header h1 span{font-size:1rem;}.app-header .muted{font-size:0.9rem;color:var(--muted);}.skip-link{position:absolute;left:0.5rem;top:0.5rem;padding:0.75rem 1rem;background-color:#000;color:#fff;border-radius:0.25rem;z-index:10000;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform 0.15s ease;transition:-webkit-transform 0.15s ease;transition:transform 0.15s ease;transition:transform 0.15s ease,-webkit-transform 0.15s ease;}.skip-link:focus,.skip-link:focus-visible{-webkit-transform:translateY(0);transform:translateY(0);}.bg-gradient{position:absolute;width:100%;height:100%;top:0px;left:0px;background:#ffffff;background:linear-gradient(167deg,rgba(180,199,222,0.55) 0%,rgba(255,255,255,0.85) 70%);z-index:0px;}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.container{width:100%;max-width:1500px;margin:0 auto;padding:24px 64px;}form{background-color:transparent;border-radius:0;}input,select,textarea,label,button{font-size:1rem;-webkit-transition:all 128ms;transition:all 128ms;}input,select,textarea{background-color:#fff;border:1px solid #aaa;padding:6px 10px;font-size:1rem;}select{padding:6px 10px;}.searchbar{position:relative;}.searchbar input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--card);background-color:color-mix(in srgb,var(--card) 90%,#ffffff 10%);border:1px solid var(--border);padding:0.6rem 0.8rem;box-shadow:0 10px 28px rgba(15,23,42,0.12);-webkit-transition:border-color 0.18s ease,box-shadow 0.18s ease,-webkit-transform 0.12s ease;transition:border-color 0.18s ease,box-shadow 0.18s ease,transform 0.12s ease;}.searchbar i{position:absolute;right:12px;bottom:12px;font-size:1.2rem;color:var(--gray);}.checkboxes{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px;}label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;flex:1;}label.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row !important;flex-direction:row !important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;cursor:pointer;}label.checkbox input{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;margin-right:12px;}.input-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:12px;}.req{position:relative;display:inline-block;font-weight:700;color:var(--red);}.form-controls{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}input:focus,select:focus,textarea:focus,button:focus,a:focus{outline:none;-webkit-transition:all 100ms;transition:all 100ms;}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:3px dashed var(--focus-cyan);outline-offset:4px;box-shadow:0 0 0 4px rgba(0,188,212,0.35);-webkit-transition:all 100ms;transition:all 100ms;}input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;}input:focus-visible:disabled,select:focus-visible:disabled,textarea:focus-visible:disabled{outline:none;box-shadow:none;}.ng-invalid.ng-touched,.ng-invalid.ng-submitted{outline:2px solid #c62828;outline-offset:2px;}.ng-invalid.ng-touched:focus,.ng-invalid.ng-submitted:focus{outline:3px solid #c62828;}button,.button,a.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:3px;margin:0;min-height:42px;padding:0 16px;border-radius:14px;background-color:#fff;border:2px solid var(--btn-color,var(--blue));color:var(--btn-color,var(--blue));text-decoration:none;cursor:pointer;font-size:0.9rem;font-weight:600;letter-spacing:0.03em;-webkit-transition:-webkit-transform 0.15s ease,box-shadow 0.15s ease,-webkit-filter 0.15s ease;transition:-webkit-transform 0.15s ease,box-shadow 0.15s ease,-webkit-filter 0.15s ease;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease,-webkit-transform 0.15s ease,-webkit-filter 0.15s ease;}button i,.button i{margin-right:3px;}button.small,a.btn.small,.button.small{min-height:32px;font-size:0.8rem;margin:0;}button.round,a.btn.round,.button.round{--round:72px;width:var(--round);height:var(--round);min-width:var(--round);min-height:var(--round);font-size:2rem;padding:0;}button.center i,.button.center i{margin-right:0px !important;}button.round.mid,a.btn.round.mid,.button.round.mid{--round:50px;font-size:1.2rem;}button.round.small,a.btn.round.small,.button.round.small{--round:32px;font-size:0.9rem;}button.round.large,a.btn.round.large,.button.round.large{--round:96px;font-size:0.9rem;}button.round i,.button.round i{margin-right:0;}button.round i.fa-xmark,.button.round i.fa-xmark{margin-right:0;position:relative;top:1px;}button:hover,a.btn:hover,.button.:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);box-shadow:0 2px 16px var(--btn-shadow,rgba(0,68,124,0.4));background-color:var(--btn-color,var(--blue));color:#fff;-webkit-filter:brightness(1.05);filter:brightness(1.05);text-decoration:none;}button:active,a.btn:active,button[aria-pressed="true"],a.btn[aria-pressed="true"],button.active,a.btn.active,button.selected,a.btn.selected{-webkit-transform:translateY(0);transform:translateY(0);color:#fff;background:-webkit-linear-gradient(315deg,var(--btn-color,var(--blue)),var(--btn-color-light,var(--blue-light)));background:linear-gradient(135deg,var(--btn-color,var(--blue)),var(--btn-color-light,var(--blue-light)));box-shadow:0 0 8px rgba(0,68,124,0.3);border-color:transparent;text-decoration:none;}button.gray:active,a.btn.gray:active,button.gray[aria-pressed="true"],a.btn.gray[aria-pressed="true"],button.gray.active,a.btn.gray.active,button.gray.selected,a.btn.gray.selected{background:-webkit-linear-gradient(315deg,var(--dark-gray),var(--light-gray));background:linear-gradient(135deg,var(--dark-gray),var(--light-gray));}button:disabled,button:disabled:hover,button:disabled:active{color:#585858 !important;border-color:#838383 !important;background-color:#ccc !important;opacity:0.5 !important;-webkit-transform:none;transform:none;-webkit-filter:none;filter:none;box-shadow:0 0 16px rgba(0,0,0,0.2);}button.red,a.btn.red{--btn-color:var(--red);--btn-color-light:var(--red-light);--btn-shadow:rgba(247,30,66,0.4);}button.gray,a.btn.gray{--btn-color:#979797;--btn-color-light:var(--light-gray);--btn-shadow:rgba(199,199,199,0.4);}button.gold,a.btn.gold{--btn-color:var(--gold);--btn-color-light:var(--gold-light);--btn-shadow:rgba(255,168,0,0.4);color:var(--dark-gold);}button.gold:hover,a.btn.gold:hover{color:#fff;}button.green,a.btn.green{--btn-color:var(--green);--btn-color-light:var(--light-green);--btn-shadow:rgba(255,168,0,0.4);color:var(--dark-green);}button.green:hover,a.btn.green:hover{color:#fff;}button.stack,a.stack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}button.stack i,a.stack i{font-size:2rem;margin-bottom:2px;}button.stack.selected,a.stack.selected{background:-webkit-linear-gradient(315deg,var(--blue),var(--blue-light));background:linear-gradient(135deg,var(--blue),var(--blue-light));box-shadow:0 0 8px rgba(0,68,124,0.3);border-color:transparent;color:#fff;}button.pinned{background:#fff;background-color:#fff;color:var(--blue);border:0;position:relative;top:-10px;box-shadow:none;}button.pinned.red{color:var(--red);}button.pinned i{position:relative;top:1px;-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease,-webkit-transform 0.2s ease;}@supports (scale:1){button.pinned i{scale:1.1;}}button.pinned:hover i{-webkit-transform:rotate(0deg);transform:rotate(0deg);}@supports (scale:1){button.pinned:hover i{scale:1;}}button .notification{background-color:rgba(255,255,255,0.2);border-radius:999px;padding:0.1rem 0.3rem;font-size:0.71rem;margin-left:5px;margin-right:-2px;}.praise-card:focus-visible,a:focus-visible,button:focus-visible,.day-modal-item[tabindex="0"]:focus{outline:3px solid var(--focus-cyan);outline-offset:4px;box-shadow:0 0 0 4px rgba(0,188,212,0.28);}alerts{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100001;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(140,140,140,0.6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}alerts *:focus-visible{outline:0;}alerts,alerts div,alerts form{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}alerts .alert-container{position:relative;width:420px;min-height:260px;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden;border-radius:0;margin-top:-180px;box-shadow:0 16px 48px rgba(0,0,0,0.2);}alerts .alert{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;height:100%;max-height:80vh;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;z-index:1;}alerts #alert_form{z-index:1;gap:0 !important;padding:0 !important;border-radius:12px;overflow:hidden;}alerts .alert-header{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-height:53px;min-height:53px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 24px;background-color:var(--blue);color:var(--white);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:1.25rem;font-weight:700;border:1px solid transparent;}alerts .alert-header:focus-visible{outline:0;border:1px dashed var(--lightblue);}alerts .alert-header i{top:0;margin-right:12px;position:relative;}alerts .alert-confirm .alert-header,alerts .alert-info .alert-header{background-color:var(--blue);}alerts .alert-success .alert-header{background-color:var(--darkgreen);}alerts .alert-danger .alert-header{background-color:var(--red);}alerts .alert-content{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 24px;color:black;font-size:1rem;letter-spacing:0.5px;word-spacing:0.5px;line-height:1.3;background-color:var(--white);max-height:75vh;overflow-y:auto;}alerts .alert-content span{border:1px solid transparent;}alerts .alert-content span:focus-visible{outline:0;border:1px dashed var(--lightblue);}alerts .alert-content a{font-weight:700;color:var(--red);text-decoration:none;border:1px solid transparent;}alerts .alert-content a:focus-visible{outline:0;border:1px dashed var(--lightblue);}alerts .alert-content .alert_inputs{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}alerts .alert-content .alert_inputs input,alerts .alert-content .alert_inputs select,alerts .alert-content .alert_inputs textarea{width:90%;font-size:1.1rem;padding:8px 12px;border:1px solid var(--gray);border-radius:3px;margin:12px 0;}alerts .alert-content .alert_inputs textarea{height:100px;}alerts .alert-controls{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:64px;min-height:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 32px 12px 32px;background-color:var(--white);}alerts .alert-controls button{padding:10px 14px;border-radius:8px;font-size:1.1rem;letter-spacing:0.5px;word-spacing:0.5px;line-height:1.3;color:var(--white);background-color:var(--blue);min-width:86px;border:2px solid transparent;outline:0;-webkit-transition:all 0.2s;transition:all 0.2s;cursor:pointer;}alerts .alert-controls button:hover{background-color:var(--blue-over);-webkit-animation:bounceScale 0.2s ease-in-out;animation:bounceScale 0.2s ease-in-out;}alerts .alert-success .alert-controls button{background-color:var(--darkgreen);}alerts .alert-success .alert-controls button:hover{background-color:var(--darkgreen-over);}alerts .alert-danger .alert-controls button{background-color:var(--red);}alerts .alert-danger .alert-controls button:hover{background-color:var(--red-over);}alerts .alert-confirm .alert-controls button,alerts .alert-info .alert-controls button,alerts .alert-prompt .alert-controls button{background-color:var(--blue);}alerts .alert-confirm .alert-controls button:hover,alerts .alert-info .alert-controls button:hover,alerts .alert-prompt .alert-controls button:hover{background-color:var(--blue-over);}alerts .alert-confirm .alert-controls button.cancel,alerts .alert-prompt .alert-controls button.cancel{color:var(--black);background-color:#fff;box-shadow:none;}alerts .alert-confirm .alert-controls button.cancel:hover,alerts .alert-prompt .alert-controls button.cancel:hover{background-color:#fff;box-shadow:none;}alerts .alert-controls button[disabled],alerts .alert-controls button:disabled{opacity:0.4;cursor:not-allowed;}alerts .alert-controls button:focus-visible{outline:0;border:2px dashed var(--aqua);}alerts .alert-controls button i{position:relative;top:2px;margin-left:4px;margin-right:4px;}.alert-container.init_welcome{width:66%;}alerts .alert-message p{color:black;}alerts .alert-message ul{padding-left:32px;margin:8px 0;}alerts .alert-message ul li{margin:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}alerts .alert-message ul li img{margin-right:12px;border-radius:50%;}.fixed-banner{position:fixed;top:0;left:0;width:100%;background-color:var(--blue);color:#fff;padding:16px;text-align:center;font-size:1.25rem;z-index:10001;-webkit-transition:all 2s ease-out;transition:all 2s ease-out;}.fixed-banner.hide{top:-512px;pointer-events:none;-webkit-transition:all 2s ease-out;transition:all 2s ease-out;}@font-face{font-family:'SpecialGothic';src:url('/css/fonts/SpecialGothicCondensedOne-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Nothing You Could Do';src:url('/css/fonts/NothingYouCouldDo-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Teachers';src:url('/css/fonts/Teachers-VariableFont_wght.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap;}:root{--stg-font-sans:"Montserrat","Segoe UI","Helvetica Neue",Arial,sans-serif;--stg-font-display:"SpecialGothic","Montserrat","Segoe UI","Helvetica Neue",Arial,sans-serif;--stg-font-serif:"DMSerif","PTSerif",serif;--stg-home-bg:#090c0d;--stg-home-bg-soft:#111515;--stg-home-surface:#151919;--stg-home-surface-strong:#1b201f;--stg-home-surface-elevated:#222826;--stg-home-surface-muted:rgba(255,255,255,0.03);--stg-home-text:#f3ecdf;--stg-home-text-soft:#cdc2ad;--stg-home-text-muted:#9f9586;--stg-home-primary:#c95d31;--stg-home-primary-hover:#af4e25;--stg-home-primary-active:#8d3f1b;--stg-home-live:#8fbe64;--stg-home-live-strong:#b5d980;--stg-home-live-deep:#607f41;--stg-home-warning:#e0a148;--stg-home-danger:#d47862;--stg-home-border:rgba(217,203,176,0.14);--stg-home-border-strong:rgba(217,203,176,0.26);--stg-home-shadow-card:0 18px 42px rgba(0,0,0,0.28);--stg-home-shadow-panel:0 26px 64px rgba(0,0,0,0.34);--stg-home-shadow-soft:0 12px 28px rgba(0,0,0,0.2);--stg-home-shadow-inset:inset 0 1px 0 rgba(255,255,255,0.04);--stg-home-radius-sm:10px;--stg-home-radius-md:14px;--stg-home-radius-lg:20px;--stg-home-radius-xl:28px;--stg-home-space-3xs:0.25rem;--stg-home-space-2xs:0.375rem;--stg-home-space-xs:0.625rem;--stg-home-space-sm:0.875rem;--stg-home-space-md:1.1rem;--stg-home-space-lg:1.5rem;--stg-home-space-xl:2rem;--stg-home-space-2xl:3rem;--stg-home-space-3xl:4.5rem;--stg-home-copy-max:38rem;--stg-home-container:1360px;--stg-home-container-narrow:1180px;--stg-home-break-xl:1440px;--stg-home-break-lg:1200px;--stg-home-break-md:1024px;--stg-home-break-sm:768px;--stg-home-break-xs:480px;--stg-home-focus:#8fe7ff;--stg-home-focus-shadow:rgba(143,231,255,0.28);--stg-home-nav-size:0.94rem;--stg-home-eyebrow-size:0.8rem;--stg-home-body-size:1rem;--stg-home-small-size:0.9rem;--stg-home-lead-size:clamp(1rem,1.05vw,1.08rem);--stg-home-card-title-size:clamp(1.1rem,1.3vw,1.28rem);--stg-home-heading-size:clamp(1.55rem,2vw,2.2rem);--stg-home-subheading-size:clamp(1.05rem,1.2vw,1.2rem);--stg-home-title-size:clamp(2.9rem,5vw,4.85rem);--stg-home-script-size:clamp(2rem,3vw,3rem);--stg-home-button-height:3.125rem;--stg-home-button-height-lg:3.25rem;--stg-home-control-height:3.125rem;--site-header-height:5rem;}.home-page{position:relative;min-height:100vh;background:radial-gradient(circle at top left,rgba(48,56,48,0.32),transparent 28%),radial-gradient(circle at top right,rgba(82,48,23,0.2),transparent 24%),linear-gradient(180deg,#0a0c0d 0%,#0d100f 22%,#0f1212 100%);color:var(--stg-home-text);}html{scroll-padding-top:calc(var(--site-header-height) + 1rem);}body{padding-top:var(--site-header-height);}#main-content{scroll-margin-top:calc(var(--site-header-height) + 1rem);}.home-header a,.home-header a:link,.home-header a:visited,.home-page a,.home-page a:link,.home-page a:visited,.admin-page a,.admin-page a:link,.admin-page a:visited{color:inherit;}.home-header,.home-page,.home-page input,.home-page select,.home-page textarea,.home-page button,.home-page label{font-family:var(--stg-font-sans);}.home-page h1,.home-page h2,.home-page h3,.home-page h4{margin:0;color:var(--stg-home-text);font-family:var(--stg-font-sans);}.home-page h1,.home-page .home-display{font-family:var(--stg-font-display);font-weight:700;letter-spacing:6px;text-transform:uppercase;}.home-page p{margin:0;color:var(--stg-home-text-soft);line-height:1.58;font-size:var(--stg-home-body-size);}.home-page a{color:inherit;}.home-page p a,.home-page li a,.home-page .truck-profile-contact a{text-decoration-color:rgba(198,91,49,0.55);text-underline-offset:0.18em;}.home-page p a:hover,.home-page li a:hover,.home-page .truck-profile-contact a:hover{color:var(--stg-home-text);text-decoration-color:var(--stg-home-primary);}.home-header:is(a,button):focus-visible,.home-page:is(a,button,input,select,textarea):focus-visible{outline:3px solid var(--stg-home-focus);outline-offset:3px;box-shadow:0 0 0 5px var(--stg-home-focus-shadow);}.home-page button,.home-page .button,.home-page a.btn{border-radius:var(--stg-home-radius-md);}.home-page .home-shell,.home-page .home-container{position:relative;width:min(100%,var(--stg-home-container));margin:0 auto;padding-left:clamp(1rem,2.7vw,1.8rem);padding-right:clamp(1rem,2.7vw,1.8rem);}.home-page .home-container--narrow{width:min(100%,var(--stg-home-container-narrow));}.home-page .home-section{padding-top:var(--stg-home-space-2xl);padding-bottom:var(--stg-home-space-2xl);}.home-page .home-section + .home-section{border-top:1px solid rgba(214,200,171,0.08);}.home-page .home-section__head{display:flex;align-items:center;justify-content:space-between;gap:var(--stg-home-space-md);margin-bottom:1.2rem;}.home-page .home-eyebrow{display:inline-flex;align-items:center;gap:0.55rem;font-size:var(--stg-home-eyebrow-size);font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--stg-home-text-soft);}.home-page .home-eyebrow::before{content:"";width:0.5rem;height:0.5rem;border-radius:999px;background:var(--stg-home-live);box-shadow:0 0 0 0.32rem rgba(149,200,106,0.12);}.home-page .home-title{font-size:var(--stg-home-heading-size);line-height:1.08;}.home-page .home-copy{max-width:var(--stg-home-copy-max);font-size:var(--stg-home-lead-size);}.home-page .home-muted{color:var(--stg-home-text-muted);}.home-page .home-surface{background:linear-gradient(180deg,rgba(255,255,255,0.025),rgba(255,255,255,0)),var(--stg-home-surface);border:1px solid var(--stg-home-border);border-left:0px;border-right:0px;box-shadow:var(--stg-home-shadow-inset),var(--stg-home-shadow-card);}.home-page .home-surface--strong{background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0)),var(--stg-home-surface-strong);}.home-page .home-surface--elevated{background:linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0)),var(--stg-home-surface-elevated);box-shadow:var(--stg-home-shadow-inset),var(--stg-home-shadow-panel);}.home-page .home-topography{background-image:radial-gradient(circle at 20% 18%,rgba(124,135,118,0.06),transparent 20%),radial-gradient(circle at 82% 24%,rgba(150,85,49,0.08),transparent 18%),repeating-radial-gradient(circle at 80% 24%,rgba(224,208,177,0.032) 0 1px,transparent 1px 18px);}.home-page .home-hide-mobile{display:block;}.home-page .home-show-mobile{display:none;}@media (max-width:920px){.home-page .home-section{padding-top:var(--stg-home-space-xl);padding-bottom:var(--stg-home-space-xl);}}@media (max-width:680px){.home-page .home-hide-mobile{display:none;}.home-page .home-show-mobile{display:block;}.home-page .home-section__head{flex-direction:column;align-items:flex-start;}}@media (prefers-reduced-motion:reduce){.home-page *,.home-page *::before,.home-page *::after{scroll-behavior:auto !important;transition-duration:0.01ms !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;}}.admin-page{position:relative;min-height:100vh;padding-bottom:var(--stg-home-space-3xl);background:radial-gradient(circle at top left,rgba(72,81,62,0.18),transparent 24%),linear-gradient(180deg,#0b0d0e 0%,#0e1111 100%);color:var(--stg-home-text);}.admin-page .admin-shell{width:min(100%,1320px);margin:0 auto;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem);}.admin-page .admin-section{padding-top:var(--stg-home-space-2xl);padding-bottom:var(--stg-home-space-xl);}.admin-page .admin-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--stg-home-space-lg);margin-bottom:var(--stg-home-space-lg);}.admin-page .admin-page__actions{display:flex;flex-wrap:wrap;gap:0.8rem;}.admin-page .admin-eyebrow{display:inline-flex;align-items:center;gap:0.55rem;margin-bottom:0.65rem;font-size:0.9rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--stg-home-text-soft);}.admin-page .admin-eyebrow::before{content:"";width:0.48rem;height:0.48rem;border-radius:999px;background:var(--stg-home-primary);box-shadow:0 0 0 0.32rem rgba(198,91,49,0.14);}.admin-page .admin-title{font-size:clamp(2rem,3vw,3rem);line-height:1.05;}.admin-page .admin-copy{max-width:48rem;margin-top:0.75rem;color:var(--stg-home-text-soft);}.admin-page .admin-muted{color:var(--stg-home-text-muted);}.admin-page .admin-stack{display:flex;flex-direction:column;gap:0.25rem;}.admin-page .admin-alert{margin-bottom:var(--stg-home-space-md);padding:1rem 1.1rem;border-radius:var(--stg-home-radius-md);border:1px solid var(--stg-home-border-strong);}.admin-page .admin-alert h2{margin-bottom:0.5rem;font-size:1.05rem;}.admin-page .admin-alert--success{background:rgba(149,200,106,0.1);border-color:rgba(149,200,106,0.28);}.admin-page .admin-alert--error{background:rgba(198,91,49,0.12);border-color:rgba(198,91,49,0.32);}.admin-page .admin-error-list{margin:0.75rem 0 0;padding-left:1.2rem;}@media (max-width:920px){.admin-page .admin-page__header{flex-direction:column;}}.home-header .home-button,.home-header .home-button:link,.home-header .home-button:visited,.home-page .home-button,.home-page .home-button:link,.home-page .home-button:visited{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;min-height:var(--stg-home-button-height);margin:0;padding:0.43rem 1.1rem;border-radius:var(--stg-home-radius-md);border:1px solid transparent;font-size:0.93rem;font-weight:700;line-height:1;letter-spacing:0.015em;white-space:nowrap;text-decoration:none;transition:background-color 140ms ease,border-color 140ms ease,color 140ms ease,transform 140ms ease,box-shadow 140ms ease;}.home-header .home-button i,.home-page .home-button i{margin:0;}.home-header .home-button:hover,.home-page .home-button:hover{transform:translateY(-1px);text-decoration:none;}.home-header .home-button:active,.home-page .home-button:active{transform:translateY(0);}.home-header .home-button--primary,.home-page .home-button--primary{background:var(--stg-home-primary);color:#fff;box-shadow:0 12px 24px rgba(198,91,49,0.2);}.home-header .home-button--primary:hover,.home-page .home-button--primary:hover{background:var(--stg-home-primary-hover);}.home-header .home-button--primary:active,.home-page .home-button--primary:active{background:var(--stg-home-primary-active);}.home-header .home-button--secondary,.home-page .home-button--secondary{background:rgba(255,255,255,0.035);border-color:var(--stg-home-border-strong);color:var(--stg-home-text);}.home-header .home-button--secondary:hover,.home-page .home-button--secondary:hover{background:rgba(255,255,255,0.06);border-color:rgba(214,200,171,0.4);}.home-header .home-button--olive,.home-page .home-button--olive{background:rgba(149,200,106,0.14);border-color:rgba(149,200,106,0.28);color:var(--stg-home-text);}.home-header .home-button--olive:hover,.home-page .home-button--olive:hover{background:rgba(149,200,106,0.18);}.home-header .home-nav-link,.home-page .home-nav-link{position:relative;display:inline-flex;align-items:center;padding:0.35rem 0;color:var(--stg-home-text-soft);font-size:var(--stg-home-nav-size);font-weight:500;text-decoration:none;transition:color 140ms ease;margin:0px 20px;}.home-header .home-nav-link::after,.home-page .home-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-1.45rem;height:4px;border-radius:999px;background:transparent;transition:background-color 140ms ease;}.home-header .home-nav-link:hover,.home-header .home-nav-link.is-active,.home-page .home-nav-link:hover,.home-page .home-nav-link.is-active{color:var(--stg-home-text);}.home-header .home-nav-link.is-active::after,.home-header .home-nav-link:hover::after,.home-page .home-nav-link.is-active::after,.home-page .home-nav-link:hover::after{background:var(--stg-home-primary);}.home-page .home-field,.home-page .home-select,.home-page .home-filter,.home-page .home-filter select,.home-page .home-filter input{color:var(--stg-home-text);font-size:0.97rem;}.home-page .home-filter{display:flex;align-items:center;gap:0.7rem;min-height:var(--stg-home-control-height);padding:0.72rem 0.95rem;border-radius:var(--stg-home-radius-md);background:rgba(10,13,13,0.84);border:1px solid var(--stg-home-border-strong);box-shadow:var(--stg-home-shadow-inset);}.home-page .home-filter i{color:var(--stg-home-text-muted);}.home-page .home-filter label{display:flex;flex:1 1 auto;gap:0.18rem;margin:0;color:var(--stg-home-text-soft);min-width:0;}.home-page .home-filter__text{margin:0;color:var(--stg-home-text-soft);font-size:0.95rem;}.home-page .home-filter select,.home-page .home-filter input{width:100%;padding:0;background:transparent;border:0;box-shadow:none;color:var(--stg-home-text);line-height:1.2;}.home-page .home-filter input::placeholder{color:var(--stg-home-text-muted);opacity:1;}.home-page .home-filter select option{color:#111;}.home-page .home-toggle{display:inline-flex;align-items:center;gap:0.9rem;}.home-page .home-toggle__track{position:relative;width:3rem;height:1.7rem;border-radius:999px;background:rgba(255,255,255,0.12);border:1px solid rgba(214,200,171,0.22);flex:0 0 auto;}.home-page .home-toggle__track::after{content:"";position:absolute;top:50%;left:3px;width:1.2rem;height:1.2rem;border-radius:999px;background:#fff;transform:translateY(-50%);box-shadow:0 5px 12px rgba(0,0,0,0.24);}.home-page .home-toggle.is-on .home-toggle__track{background:rgba(149,200,106,0.35);border-color:rgba(149,200,106,0.48);}.home-page .home-toggle.is-on .home-toggle__track::after{left:calc(100% - 1.2rem - 3px);background:var(--stg-home-live-strong);}.home-page .home-badge{display:inline-flex;align-items:center;gap:0.4rem;padding:0.32rem 0.6rem;border-radius:999px;font-size:0.74rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;}.home-page .home-badge::before{content:"";width:0.48rem;height:0.48rem;border-radius:999px;background:currentColor;flex:0 0 auto;}.home-page .home-badge--live{background:rgba(149,200,106,0.14);color:var(--stg-home-live-strong);}.home-page .home-badge--muted{background:rgba(255,255,255,0.05);color:var(--stg-home-text-soft);}.home-page .home-badge--soft{background:rgba(255,255,255,0.04);border:1px solid rgba(214,200,171,0.14);color:var(--stg-home-text-muted);}.home-page .home-card{display:flex;flex-direction:column;border-radius:var(--stg-home-radius-md);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0)),var(--stg-home-surface);border:1px solid var(--stg-home-border);box-shadow:var(--stg-home-shadow-inset),0 14px 36px rgba(0,0,0,0.24);transition:transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease;}.home-page .home-card:hover{transform:translateY(-2px);border-color:rgba(217,203,176,0.24);}.home-page .home-card__media{position:relative;aspect-ratio:16 / 10;background:linear-gradient(180deg,rgba(0,0,0,0.05),rgba(0,0,0,0.4)),linear-gradient(135deg,rgba(112,67,36,0.6),rgba(31,31,31,0.25) 55%,rgba(12,14,14,0.85));}.home-page .home-card__body{display:flex;flex-direction:column;gap:0.55rem;padding:0.95rem 0.95rem 1.05rem;}.home-page .home-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:0.55rem;}.home-page .home-card__title{font-size:var(--stg-home-card-title-size);line-height:1.08;}.home-page .home-card__kicker{color:#d8b36f;font-size:0.9rem;}.home-page .home-card__summary{min-height:2.75rem;color:var(--stg-home-text-soft);}.home-page .home-card__meta{display:flex;align-items:center;justify-content:space-between;gap:0.8rem;font-size:0.88rem;color:var(--stg-home-text-soft);}.home-page .home-card__meta i{color:var(--stg-home-text-muted);}.home-page .home-map-canvas-wrap::before{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 75% 20%,rgba(214,200,171,0.032) 0 1px,transparent 1px 18px),repeating-linear-gradient(118deg,transparent 0 26px,rgba(214,200,171,0.028) 26px 27px,transparent 27px 70px),repeating-linear-gradient(32deg,transparent 0 34px,rgba(214,200,171,0.02) 34px 35px,transparent 35px 76px);opacity:0.75;pointer-events:none;}.home-page .home-map-overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.55rem;padding:1.25rem;text-align:center;background:#000000;background:radial-gradient(circle at 56% 50%,rgba(13,16,15,0) 0%,rgba(13,16,15,1) 58%);color:var(--stg-home-text);}.home-page .home-map-overlay.home-map-overlay--spacer{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.55rem;padding:1.25rem;text-align:center;background:#000000;background:-webkit-linear-gradient(183deg,rgba(0,0,0,0) 49%,rgba(0,0,0,0.77) 100%);background:-moz-linear-gradient(183deg,rgba(0,0,0,0) 49%,rgba(0,0,0,0.77) 100%);background:linear-gradient(183deg,rgba(0,0,0,0) 49%,rgba(0,0,0,0.77) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=0);color:var(--stg-home-text);}.home-page .home-map-overlay p{max-width:24rem;}.home-page .home-map-preview__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.75rem;}.home-page .home-preview-panel{display:flex;flex-direction:column;gap:0.9rem;padding:0.9rem;border-radius:var(--stg-home-radius-lg);background:linear-gradient(180deg,rgba(255,255,255,0.035),rgba(255,255,255,0)),rgba(15,18,17,0.96);border:1px solid rgba(214,200,171,0.2);box-shadow:var(--stg-home-shadow-panel);z-index:2;}.home-page .home-preview-panel__image{aspect-ratio:16 / 10;border-radius:var(--stg-home-radius-md);background:linear-gradient(180deg,rgba(0,0,0,0.04),rgba(0,0,0,0.28)),linear-gradient(135deg,rgba(146,96,56,0.72),rgba(33,34,33,0.35) 60%,rgba(9,9,9,0.88));}.home-page .home-category-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;min-height:7.2rem;padding:1rem;text-align:center;border-radius:var(--stg-home-radius-md);background:linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0)),var(--stg-home-surface);border:1px solid var(--stg-home-border);box-shadow:var(--stg-home-shadow-inset);transition:transform 140ms ease,border-color 140ms ease,background-color 140ms ease;}.home-page .home-category-tile:hover{transform:translateY(-2px);border-color:rgba(214,200,171,0.28);}.home-page .home-category-tile__icon{font-size:1.85rem;color:#b7c17b;}.home-page .home-category-tile__copy{font-size:0.84rem;color:var(--stg-home-text-muted);}.home-page .home-empty-panel{display:flex;flex-direction:column;align-items:flex-start;gap:0.55rem;padding:1.25rem;border-radius:var(--stg-home-radius-lg);background:linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0)),var(--stg-home-surface);border:1px solid var(--stg-home-border);box-shadow:var(--stg-home-shadow-inset);}.home-live-marker{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border-radius:999px;border:1px solid rgba(149,200,106,0.56);background:rgba(149,200,106,0.18);box-shadow:0 0 0 0.38rem rgba(149,200,106,0.08),0 0 16px rgba(149,200,106,0.22);color:var(--stg-home-live-strong);}.home-live-marker.is-selected{border-color:rgba(198,91,49,0.72);background:rgba(198,91,49,0.18);box-shadow:0 0 0 0.38rem rgba(198,91,49,0.08),0 0 18px rgba(198,91,49,0.24);color:#ffd2b5;}.home-live-marker__icon{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;background:rgba(7,10,10,0.8);font-size:0.84rem;}.home-page .home-cta-panel{display:flex;flex-direction:column;justify-content:space-between;gap:0.9rem;min-height:12rem;padding:1.4rem;border-radius:var(--stg-home-radius-lg);border:1px solid var(--stg-home-border);box-shadow:var(--stg-home-shadow-inset),var(--stg-home-shadow-card);}.home-page .home-cta-panel--booking{background:linear-gradient(180deg,rgba(0,0,0,0.12),rgba(0,0,0,0.45)),linear-gradient(135deg,rgba(116,62,34,0.84),rgba(31,19,12,0.92));}.home-page .home-cta-panel--owners{background:linear-gradient(180deg,rgba(0,0,0,0.08),rgba(0,0,0,0.4)),linear-gradient(135deg,rgba(64,76,46,0.86),rgba(21,28,18,0.95));}.home-page .home-cta-panel__price{font-size:clamp(1.8rem,4vw,2.7rem);font-weight:800;color:#d0d98f;}.home-page .home-footer-columns{display:grid;grid-template-columns:minmax(16rem,1.4fr) repeat(4,minmax(0,1fr));gap:1.35rem;}.home-page .home-footer-column{display:flex;flex-direction:column;gap:0.6rem;}.home-page .home-footer-column h3,.home-page .home-footer-column h4{font-size:0.92rem;color:var(--stg-home-text-soft);letter-spacing:0.08em;text-transform:uppercase;}.home-page .home-footer-column a{color:var(--stg-home-text-muted);text-decoration:none;}.home-page .home-footer-column a:hover{color:var(--stg-home-text);}@media (max-width:1180px){.home-page .home-footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:920px){.home-page .home-preview-panel{padding:0.9rem;}.home-page .home-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){.home-page .home-button,.home-page .home-button:link,.home-page .home-button:visited{width:100%;}.home-page .home-map-preview__actions{grid-template-columns:1fr;}.home-page .home-footer-columns{grid-template-columns:1fr;}}.directory-page .directory-shell{padding-top:var(--stg-home-space-2xl);padding-bottom:var(--stg-home-space-3xl);}.directory-page .directory-hero{margin-bottom:var(--stg-home-space-lg);}.directory-page .directory-title{margin-top:0.35rem;}.directory-page .directory-message{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:var(--stg-home-radius-md);border:1px solid var(--stg-home-border-strong);}.directory-page .directory-message--warning{background:rgba(255,255,255,0.04);}.directory-page .directory-message--error{background:rgba(198,91,49,0.12);border-color:rgba(198,91,49,0.32);}.directory-page .directory-filters{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(14rem,1fr) minmax(12rem,auto) auto;gap:1rem;align-items:end;margin-bottom:1rem;padding:1.25rem;border-radius:var(--stg-home-radius-lg);}.directory-page .directory-filters__actions{display:flex;flex-wrap:wrap;gap:0.7rem;}.directory-page .directory-field--toggle{justify-content:end;}.directory-page .directory-field{display:flex;flex-direction:column;gap:0.45rem;}.directory-page .directory-toggle{display:inline-flex;align-items:center;gap:0.7rem;min-height:3.25rem;padding:0.8rem 1rem;border-radius:var(--stg-home-radius-md);border:1px solid rgba(214,200,171,0.12);background:rgba(255,255,255,0.03);font-weight:600;color:var(--stg-home-text);}.directory-page .directory-toggle input{inline-size:1.1rem;block-size:1.1rem;margin:0;accent-color:var(--stg-home-primary);}.directory-page .directory-location-status{margin-top:-0.35rem;margin-bottom:1rem;color:var(--stg-home-text-soft);font-size:0.94rem;}.directory-page .directory-field label{font-size:0.94rem;font-weight:700;color:var(--stg-home-text-soft);}.directory-page .directory-field input,.directory-page .directory-field select{width:100%;min-height:3.25rem;padding:0.85rem 0.95rem;border-radius:14px;border:1px solid var(--stg-home-border-strong);background:rgba(10,13,13,0.82);color:var(--stg-home-text);box-shadow:var(--stg-home-shadow-inset);}.directory-page .directory-field select option{color:#111;}.directory-page .directory-summary{margin-bottom:1rem;color:var(--stg-home-text-soft);}.directory-page .directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.directory-page .directory-card{min-height:100%;}.directory-page .directory-card__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.7rem;}.directory-page .directory-card__summary{min-height:3.2rem;}.directory-page .directory-card__meta{display:flex;flex-direction:column;gap:0.35rem;color:var(--stg-home-text-soft);}.directory-page .directory-card__meta strong{color:var(--stg-home-text);}.directory-page .directory-card__actions{padding-top:0.35rem;}.directory-page .directory-badge{display:inline-flex;align-items:center;padding:0.34rem 0.62rem;border-radius:999px;background:rgba(255,255,255,0.05);border:1px solid rgba(214,200,171,0.16);font-size:0.78rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;color:var(--stg-home-text-soft);}.directory-page .directory-badge--live{border-color:rgba(149,200,106,0.36);background:rgba(149,200,106,0.12);color:#dff2c8;}.directory-page .directory-empty{display:flex;flex-direction:column;align-items:flex-start;gap:0.9rem;padding:1.5rem;border-radius:var(--stg-home-radius-lg);}.directory-page .directory-pagination{display:flex;flex-wrap:wrap;gap:0.55rem;margin-top:1.2rem;}.directory-page .directory-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:0.5rem;border-radius:14px;border:1px solid rgba(214,200,171,0.16);background:rgba(255,255,255,0.03);color:var(--stg-home-text-soft);text-decoration:none;}.directory-page .directory-pagination__link.is-current,.directory-page .directory-pagination__link:hover{color:var(--stg-home-text);border-color:rgba(214,200,171,0.32);background:rgba(255,255,255,0.06);}.truck-profile-page .truck-profile-shell{padding-top:var(--stg-home-space-2xl);padding-bottom:var(--stg-home-space-3xl);}.truck-profile-page .truck-profile-topbar{margin-bottom:1rem;}.truck-profile-page .truck-profile-card{display:flex;flex-direction:column;gap:1rem;}.truck-profile-page .truck-profile-hero{padding:1.5rem;border-radius:var(--stg-home-radius-lg);}.truck-profile-page .truck-profile-badges{display:flex;flex-wrap:wrap;gap:0.55rem;margin-bottom:0.85rem;}.truck-profile-page .directory-badge--soft{background:rgba(255,255,255,0.04);}.truck-profile-page .truck-profile-title{margin-bottom:0.5rem;}.truck-profile-page .truck-profile-tagline{font-size:1.08rem;color:#d8b36f;}.truck-profile-page .truck-profile-summary{display:flex;flex-direction:column;gap:0.4rem;margin-top:0.9rem;}.truck-profile-page .truck-profile-summary strong,.truck-profile-page .truck-profile-contact strong{color:var(--stg-home-text);}.truck-profile-page .truck-profile-note{margin-top:1rem;padding:1rem 1.1rem;border-radius:var(--stg-home-radius-md);background:rgba(255,255,255,0.04);border:1px solid rgba(214,200,171,0.14);}.truck-profile-page .truck-profile-note h2{margin-bottom:0.4rem;font-size:1.05rem;}.truck-profile-page .truck-profile-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(18rem,0.72fr);gap:1rem;align-items:start;}.truck-profile-page .truck-profile-main,.truck-profile-page .truck-profile-sidebar{display:flex;flex-direction:column;gap:1rem;}.truck-profile-page .truck-profile-panel{padding:1.25rem;border-radius:var(--stg-home-radius-lg);}.truck-profile-page .truck-profile-panel h2{margin-bottom:0.75rem;font-size:1.3rem;}.truck-profile-page .truck-profile-contact{display:flex;flex-direction:column;gap:0.55rem;}.truck-profile-page .truck-profile-contact a{word-break:break-word;}.truck-profile-page .truck-placeholder-panel{padding:0.95rem 1rem;border-radius:var(--stg-home-radius-md);background:rgba(255,255,255,0.04);border:1px dashed rgba(214,200,171,0.2);}.truck-profile-page .truck-placeholder-panel + .truck-placeholder-panel{margin-top:0.8rem;}.truck-profile-page .truck-profile-panel--live{border-color:rgba(149,200,106,0.22);}.truck-profile-page .truck-profile-live__status{margin-bottom:0.75rem;}.truck-profile-page .truck-profile-live__details{display:flex;flex-direction:column;gap:0.55rem;margin-bottom:1rem;}.truck-profile-page .truck-profile-live__details strong{color:var(--stg-home-text);}.truck-profile-page .truck-profile-live__actions{margin-bottom:0.8rem;}.truck-profile-page .truck-placeholder-panel h3{margin-bottom:0.35rem;font-size:1rem;}.truck-profile-page .truck-profile-not-found{display:flex;flex-direction:column;align-items:flex-start;gap:0.9rem;padding:1.5rem;border-radius:var(--stg-home-radius-lg);}.admin-page .admin-filters,.admin-page .admin-form,.admin-page .admin-preview,.admin-page .admin-table-wrap{border-radius:var(--stg-home-radius-lg);}.admin-page .admin-filters{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(12rem,1fr)) auto;gap:1rem;margin-bottom:var(--stg-home-space-lg);padding:1.25rem;}.admin-page .admin-filters__actions{display:flex;align-items:flex-end;gap:0.7rem;}.admin-page .admin-form-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(18rem,0.72fr);gap:1.2rem;align-items:start;}.admin-page .admin-form,.admin-page .admin-preview{padding:1.25rem;}.admin-page .admin-form{display:flex;flex-direction:column;gap:1.25rem;}.admin-page .admin-form__section{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(214,200,171,0.08);}.admin-page .admin-form__section:last-of-type{padding-bottom:0;border-bottom:0;}.admin-page .admin-form__heading{display:flex;flex-direction:column;gap:0.35rem;}.admin-page .admin-form__heading h2{font-size:1.25rem;}.admin-page .admin-form__heading p{color:var(--stg-home-text-muted);}.admin-page .admin-form__footer{display:flex;flex-wrap:wrap;gap:0.8rem;padding-top:0.5rem;}.admin-page .admin-grid{display:grid;gap:1rem;}.admin-page .admin-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));}.admin-page .admin-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));}.admin-page .admin-field{display:flex;flex-direction:column;gap:0.45rem;}.admin-page .admin-field--full{grid-column:1 / -1;}.admin-page .admin-field label{font-size:0.94rem;font-weight:700;color:var(--stg-home-text-soft);}.admin-page .admin-field input,.admin-page .admin-field select,.admin-page .admin-field textarea{width:100%;min-height:3.1rem;padding:0.85rem 0.95rem;border-radius:14px;border:1px solid var(--stg-home-border-strong);background:rgba(10,13,13,0.82);color:var(--stg-home-text);box-shadow:var(--stg-home-shadow-inset);}.admin-page .admin-field textarea{min-height:8rem;resize:vertical;}.admin-page .admin-field select option{color:#111;}.admin-page .admin-field__hint,.admin-page .admin-readonly p{font-size:0.88rem;color:var(--stg-home-text-muted);}.admin-page .admin-field__error{font-size:0.9rem;color:#ffb09a;}.admin-page .admin-field--checkbox label{display:flex;align-items:flex-start;gap:0.7rem;}.admin-page .admin-field--checkbox input{width:1.15rem;min-height:1.15rem;margin-top:0.15rem;padding:0;}.admin-page .admin-readonly{display:flex;flex-direction:column;gap:0.5rem;min-height:3.1rem;padding:0.85rem 0.95rem;border-radius:14px;border:1px solid rgba(214,200,171,0.12);background:rgba(255,255,255,0.03);}.admin-page .admin-table-wrap{overflow:auto;}.admin-page .admin-table{width:100%;border-collapse:collapse;min-width:980px;}.admin-page .admin-table th,.admin-page .admin-table td{padding:1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(214,200,171,0.08);}.admin-page .admin-table th{font-size:0.88rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--stg-home-text-soft);}.admin-page .admin-truck-summary{display:flex;flex-direction:column;gap:0.35rem;}.admin-page .admin-chip-list{display:flex;flex-wrap:wrap;gap:0.45rem;}.admin-page .admin-chip{display:inline-flex;align-items:center;padding:0.34rem 0.65rem;border-radius:999px;background:rgba(255,255,255,0.06);border:1px solid rgba(214,200,171,0.12);font-size:0.82rem;color:var(--stg-home-text-soft);}.admin-page .admin-status{display:inline-flex;align-items:center;justify-content:center;padding:0.38rem 0.7rem;border-radius:999px;border:1px solid rgba(214,200,171,0.18);background:rgba(255,255,255,0.04);font-size:0.75rem;font-weight:800;letter-spacing:0.07em;}.admin-page .admin-status--publication{color:#ffd2b5;}.admin-page .admin-status--ownership{color:var(--stg-home-live-strong);}.admin-page .admin-actions{display:flex;flex-direction:column;gap:0.55rem;min-width:8.5rem;}.admin-page .admin-action-link{width:100%;}.admin-page .admin-action-danger{border-color:rgba(198,91,49,0.32);color:#ffd2b5;}.admin-page .admin-empty{padding:2rem 1rem;text-align:center;}.admin-page .admin-pagination{display:flex;flex-wrap:wrap;gap:0.55rem;margin-top:1rem;}.admin-page .admin-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:0.5rem;border-radius:14px;border:1px solid rgba(214,200,171,0.16);background:rgba(255,255,255,0.03);color:var(--stg-home-text-soft);text-decoration:none;}.admin-page .admin-pagination__link.is-current,.admin-page .admin-pagination__link:hover{color:var(--stg-home-text);border-color:rgba(214,200,171,0.32);background:rgba(255,255,255,0.06);}.admin-page .admin-preview-card{margin-top:0.75rem;}@media (max-width:1180px){.admin-page .admin-filters{grid-template-columns:repeat(2,minmax(0,1fr));}.admin-page .admin-form-layout{grid-template-columns:1fr;}.admin-page .admin-grid--three{grid-template-columns:repeat(2,minmax(0,1fr));}.directory-page .directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.truck-profile-page .truck-profile-layout{grid-template-columns:1fr;}}@media (max-width:680px){.admin-page .admin-filters,.admin-page .admin-grid--two,.admin-page .admin-grid--three{grid-template-columns:1fr;}.admin-page .admin-filters__actions,.admin-page .admin-form__footer{flex-direction:column;}.directory-page .directory-filters,.directory-page .directory-grid{grid-template-columns:1fr;}.directory-page .directory-filters__actions{flex-direction:column;}.directory-page .directory-empty{align-items:stretch;}.truck-profile-page .truck-profile-not-found{align-items:stretch;}}.home-header{position:fixed;top:0;left:0;right:0;height:var(--site-header-height);padding:0;background:rgba(7,10,10,0.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(214,200,171,0.08);box-shadow:0 14px 36px rgba(0,0,0,0.28);z-index:60;padding:0px 24px;}.home-header .home-shell,.home-header .home-container{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2vw,2.4rem);height:100%;min-height:var(--site-header-height);}.home-logo{display:inline-flex;align-items:center;gap:0.75rem;padding:0;color:var(--stg-home-text);text-decoration:none;}.home-logo__mark{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;border-radius:999px;border:1px solid rgba(198,91,49,0.45);color:var(--stg-home-primary);font-size:1.15rem;background:rgba(255,255,255,0.02);}.home-logo__wordmark{display:flex;flex-direction:column;gap:0.06rem;line-height:1;}.home-logo__wordmark strong{font-family:var(--stg-font-display);font-size:1.7rem;font-weight:700;letter-spacing:-0.02em;text-transform:uppercase;}.home-logo__wordmark span{font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--stg-home-text-soft);}.home-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,1.8vw,1.65rem);min-width:0;padding-inline:0.5rem;}.home-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:0.85rem;}.home-header__signin{white-space:nowrap;}.home-hero{padding-top:0px !important;padding-bottom:0px !important;}.home-hero .home-container{display:grid;gap:clamp(1.5rem,2.3vw,2.3rem);align-items:stretch;}.home-hero__content{display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:36px 0;}.home-hero__content .home-eyebrow{color:#cfbf9f;}.home-hero__content .home-eyebrow::before{background:var(--stg-home-primary);box-shadow:0 0 0 0.28rem rgba(198,91,49,0.14);}.home-hero__title{display:flex;flex-direction:column;gap:0.4rem;max-width:45ch;}.home-hero__title-main{font-size:var(--stg-home-title-size);line-height:0.94;}.home-hero__copy{max-width:28rem;min-height:200px;font-size:var(--stg-home-lead-size);}.home-filters{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(11rem,1fr) minmax(10.5rem,auto) auto;gap:0.8rem;max-width:48rem;align-items:stretch;}.home-filters > .home-button{min-height:var(--stg-home-control-height);}.home-filters__action{padding-inline:1rem;}.home-filters .home-button[disabled]{cursor:wait;opacity:0.75;}.home-hero__status{display:inline-flex;align-items:center;gap:0.6rem;padding:0.68rem 0.92rem;width:fit-content;border-radius:999px;background:rgba(255,255,255,0.03);border:1px solid rgba(214,200,171,0.12);font-size:0.88rem;color:var(--stg-home-text-soft);}.home-hero__status i{color:var(--stg-home-text);}.home-hero__map{position:absolute;display:flex;align-items:stretch;width:100%;z-index:0}.home-map-shell{width:100%;}.home-map-canvas-wrap{position:relative;min-height:48rem;overflow:hidden;}.home-map-canvas{position:absolute;inset:0;width:100%;height:100%;background:#111717;}.home-map-preview{position:absolute;right:clamp(1rem,2vw,1.5rem);top:clamp(1rem,2vw,1.5rem);width:min(18.75rem,34%);}.home-map-results{display:flex;flex-direction:column;gap:0.85rem;padding:1rem 1rem 1.1rem;}.home-map-results__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:0.8rem;}.home-map-results__title{font-size:clamp(1.1rem,1.5vw,1.35rem);}.home-map-results__summary{color:var(--stg-home-text-soft);font-size:0.9rem;}.home-map-results__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.75rem;}.home-map-results__empty{color:var(--stg-home-text-soft);}.home-map-results__item{display:flex;flex-direction:column;align-items:flex-start;gap:0.35rem;min-height:100%;padding:0.95rem;text-align:left;border-radius:var(--stg-home-radius-md);border:1px solid rgba(214,200,171,0.12);background:rgba(255,255,255,0.03);color:var(--stg-home-text);transition:border-color 140ms ease,background-color 140ms ease,transform 140ms ease;}.home-map-results__item:hover,.home-map-results__item.is-selected{border-color:rgba(198,91,49,0.42);background:rgba(255,255,255,0.06);}.home-map-results__item:focus-visible{outline:3px solid rgba(242,234,219,0.92);outline-offset:2px;border-color:rgba(242,234,219,0.52);}.home-map-results__item.is-selected{box-shadow:0 0 0 1px rgba(198,91,49,0.26);}.home-map-results__name{font-size:1rem;font-weight:700;}.home-map-results__category{color:#d8b36f;font-size:0.95rem;}.home-map-results__location,.home-map-results__time,.home-map-results__distance{color:var(--stg-home-text-soft);font-size:0.9rem;}.home-live-now .home-container,.home-categories .home-container,.home-cta-strip .home-container,.home-footer .home-container{position:relative;}.home-truck-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0.95rem;}.home-truck-rail .home-card__media{aspect-ratio:1.34 / 1;}.home-categories-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0.85rem;}.home-cta-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.home-footer{padding-top:calc(var(--stg-home-space-2xl) - 0.65rem);padding-bottom:var(--stg-home-space-lg);border-top:1px solid rgba(214,200,171,0.08);background:radial-gradient(circle at right 20%,rgba(72,81,62,0.18),transparent 18%),linear-gradient(180deg,rgba(8,10,10,0.85),rgba(9,11,11,0.98));}.home-footer__top{padding-bottom:1.2rem;border-bottom:1px solid rgba(214,200,171,0.1);}.home-footer__brand-copy{max-width:17rem;}.home-footer__social{display:flex;gap:0.7rem;margin-top:1rem;}.home-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(214,200,171,0.16);background:rgba(255,255,255,0.03);}.home-footer__social a:hover{background:rgba(255,255,255,0.08);}.home-footer__newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0.65rem;margin-top:0.5rem;}.home-footer__newsletter-form .home-filter{min-height:var(--stg-home-button-height);}.home-footer__bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;font-size:0.92rem;color:var(--stg-home-text-muted);}@media (max-width:1200px){.home-filters{grid-template-columns:repeat(2,minmax(0,1fr));}.home-truck-rail{grid-template-columns:repeat(3,minmax(0,1fr));}.home-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.home-map-preview{width:min(22rem,48%);}.home-map-results__list{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:1024px){.home-header{height:var(--site-header-height);}.home-header .home-shell,.home-header .home-container{gap:1rem;}.home-header__nav{flex:1 1 auto;min-width:0;justify-content:center;gap:0.8rem 1rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;}.home-hero .home-container{grid-template-columns:1fr;}.home-map-preview{position:relative;top:auto;right:auto;width:min(100%,22rem);margin:1rem 1rem 0 auto;}.home-truck-rail{grid-template-columns:repeat(2,minmax(0,1fr));}.home-cta-strip__grid{grid-template-columns:1fr;}.home-map-canvas-wrap{min-height:28rem;}}@media (max-width:768px){.home-header .home-shell,.home-header .home-container{grid-template-columns:auto 1fr auto;gap:0.9rem;}.home-header__nav{flex-wrap:nowrap;gap:0.65rem 0.95rem;justify-content:flex-start;}.home-logo__wordmark strong{font-size:1.5rem;}.home-logo__wordmark span{font-size:0.66rem;}.home-header__signin{display:none;}.home-header__actions .home-button{min-height:2.8rem;padding-inline:0.95rem;font-size:0.88rem;}.home-hero__title{max-width:none;}.home-filters{grid-template-columns:1fr;}.home-truck-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(16rem,82vw);grid-template-columns:none;overflow-x:auto;padding-bottom:0.45rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}.home-truck-rail > *{scroll-snap-align:start;}.home-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-map-preview{width:auto;margin-left:1rem;margin-right:1rem;}.home-map-canvas-wrap{min-height:24rem;}.home-map-results__list{grid-template-columns:1fr;}.home-footer__newsletter-form,.home-footer__bottom{grid-template-columns:1fr;flex-direction:column;}}@media (max-width:480px){.home-header .home-shell,.home-header .home-container{gap:0.75rem;}.home-header__nav{gap:0.55rem 0.8rem;font-size:0.88rem;}.home-logo__mark{width:2.4rem;height:2.4rem;font-size:1rem;}.home-logo__wordmark strong{font-size:1.3rem;}.home-header__actions .home-button{padding-inline:0.8rem;}.home-hero{padding-top:1rem;}}.admin-header{background:rgba(8,10,10,0.94);}.admin-header .home-logo__mark{border-color:rgba(149,200,106,0.32);color:var(--stg-home-live-strong);}.admin-header__actions{display:flex;align-items:center;gap:0.8rem;}.admin-header__identity{display:inline-flex;align-items:center;min-height:3rem;padding:0.65rem 0.95rem;border-radius:999px;border:1px solid rgba(214,200,171,0.12);background:rgba(255,255,255,0.03);color:var(--stg-home-text-soft);font-size:0.92rem;}@media (max-width:1024px){.admin-header .home-header__nav{justify-content:flex-start;}.admin-header .admin-header__actions{width:auto;justify-content:flex-end;}}