:root{--bg: #12151a;--panel: rgba(184,193,204,.09);--panel-strong: rgba(184,193,204,.16);--border: rgba(184,193,204,.28);--text: rgba(255,255,255,.92);--muted: rgba(184,193,204,.75);--blaze-orange: #ff5f15;--golden-glow: #eed202;--laser-green: #39ff14;--silver: #b8c1cc;--white: #ffffff;--brand: var(--blaze-orange);--brand-2: var(--golden-glow);--success: var(--laser-green);--danger: #dc2626;--shadow: 0 20px 60px rgba(0,0,0,.45);--radius: 18px;--maxw: 1100px;--safe-top: env(safe-area-inset-top);--safe-right: env(safe-area-inset-right);--safe-bottom: env(safe-area-inset-bottom);--safe-left: env(safe-area-inset-left)}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg)}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button:not(:disabled),[role=button]:not([aria-disabled=true]),a,select,label:has(input){cursor:pointer}button:disabled,[role=button][aria-disabled=true]{cursor:not-allowed}::selection{background:#ff5f1559}.container{width:min(var(--maxw),calc(100% - 48px));margin:0 auto}.center-page{min-height:100vh;display:grid;place-items:center;padding:calc(48px + var(--safe-top)) calc(24px + var(--safe-right)) calc(48px + var(--safe-bottom)) calc(24px + var(--safe-left))}.card{width:min(440px,100%);background:#1b1e25;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card__header{padding:22px 22px 10px;border-bottom:1px solid rgba(255,255,255,.08);background:#ff5f1514}.card__body{padding:22px}.h1{margin:0;font-size:20px;letter-spacing:.2px;font-weight:700}.h2{margin:6px 0 0;font-size:14px;font-weight:500;color:var(--muted)}.small{font-size:13px;color:var(--muted);line-height:1.35}.badge{display:inline-flex;align-items:center;gap:12px}.badge-logo{width:42px;height:42px;border-radius:10px;object-fit:cover;border:1px solid rgba(184,193,204,.28);box-shadow:0 4px 14px #00000047;flex:0 0 auto}.dot{width:12px;height:12px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 6px #ff5f1529;flex:0 0 auto}.form{display:grid;gap:14px}.label{display:block;margin-bottom:6px;font-size:13px;color:var(--muted)}.input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(184,193,204,.24);background:#0003;color:var(--text);outline:none;font-size:16px;min-height:44px}.input::placeholder{color:#ffffff59}.input:focus{border-color:#ff5f15cc;box-shadow:0 0 0 4px #ff5f1533}select.input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 8L10 12.5L14.5 8' stroke='%23b8c1cc' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px;cursor:pointer}select.input option{background:#1b1e25;color:var(--text)}input[type=file].input{padding:8px 12px;display:flex;align-items:center;cursor:pointer}input[type=file].input::file-selector-button{margin-right:12px;padding:8px 14px;border:1px solid rgba(184,193,204,.32);border-radius:9px;background:#b8c1cc14;color:var(--text);font-weight:700;font-size:13px;cursor:pointer}input[type=file].input::file-selector-button:hover{border-color:#b8c1cc8c;background:#b8c1cc24}.btn{width:100%;padding:12px 14px;border:0;border-radius:12px;cursor:pointer;min-height:44px;font-size:16px;font-weight:700;color:#171200;background:var(--blaze-orange);box-shadow:0 10px 22px #ff5f1538,inset 0 1px #ffffff1f;transition:transform .08s ease,filter .15s ease,box-shadow .15s ease}.btn:hover{filter:brightness(1.08);box-shadow:0 12px 26px #ff5f1547}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--ghost{background:#b8c1cc14;border:1px solid rgba(184,193,204,.32);color:var(--text);box-shadow:none}.btn--success{background:var(--laser-green);color:#062b00;box-shadow:0 10px 22px #39ff1438,inset 0 1px #fff3}.btn--success:hover{box-shadow:0 12px 26px #39ff1447}.btn--ghost:hover{filter:brightness(1.08);border-color:#b8c1cc8c}.btn--live{background:var(--laser-green);color:#052e00;box-shadow:0 10px 22px #39ff1438,inset 0 1px #fff3}.btn--live:hover{filter:brightness(1.08);box-shadow:0 12px 26px #39ff1447}.link{color:#ffffffeb;text-decoration:none;font-weight:600}.link:hover{text-decoration:underline}.hr{height:1px;background:#ffffff1a;border:0;margin:14px 0}.stack-8{display:grid;gap:8px}.stack-12{display:grid;gap:12px}.stack-16{display:grid;gap:16px}.text-center{text-align:center}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.spinner{display:inline-block;border-radius:50%;border:3px solid rgba(57,255,20,.18);border-top-color:var(--laser-green);animation:spinner-rotate .7s linear infinite;flex:0 0 auto}.spinner-wrap{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px}.spinner-wrap--inline{display:inline-flex;padding:0}.spinner-label{color:var(--muted);font-size:13px;font-weight:600}.spinner-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 16px;color:var(--muted)}@media(max-width:420px){.card__header{padding:18px 16px 10px}.card__body{padding:16px}.h1{font-size:18px}.h2{font-size:13px}.form{gap:12px}}.landing-page{min-height:100vh;display:grid;place-items:center;padding:calc(48px + var(--safe-top)) calc(24px + var(--safe-right)) calc(48px + var(--safe-bottom)) calc(24px + var(--safe-left))}.landing-shell{width:min(760px,100%);border-radius:24px;border:1px solid rgba(184,193,204,.26);background:radial-gradient(120% 140% at 10% 0%,rgba(255,95,21,.16),transparent 50%),radial-gradient(120% 140% at 100% 0%,rgba(238,210,2,.18),transparent 50%),linear-gradient(180deg,#ffffff1f,#ffffff0a);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:28px;display:grid;gap:18px}.landing-badge{display:flex;align-items:center;gap:14px}.landing-kicker{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--blaze-orange);font-weight:800}.landing-title{margin:6px 0 0;font-size:clamp(28px,4vw,44px);line-height:1.05}.landing-subtitle{margin:0;font-size:16px;color:var(--muted);max-width:62ch}.landing-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.landing-btn{width:auto;min-width:156px;text-align:center}@media(max-width:720px){.landing-shell{padding:20px;border-radius:18px}.landing-badge{align-items:flex-start}.landing-subtitle{font-size:15px}.landing-actions{display:grid;grid-template-columns:1fr}.landing-btn{width:100%}}.app-shell{min-height:100vh;display:grid;grid-template-columns:236px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:12px;border-right:1px solid rgba(184,193,204,.2);background:#00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:10px;padding:8px 10px 12px}.brand-logo{width:36px;height:36px;border-radius:10px;object-fit:cover;border:1px solid rgba(238,210,2,.4);box-shadow:0 4px 12px #0000003d,0 0 0 3px #eed2021f;flex:0 0 auto}.brand-title{font-weight:800;letter-spacing:.3px;font-size:16px;color:inherit}.brand-sub{font-size:12px;color:var(--muted);margin-top:2px}.nav{margin-top:4px;display:grid;gap:4px}.nav a{display:flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid transparent;color:#ffffffd1;text-decoration:none;font-size:15px;font-weight:700;line-height:1.15}.nav a:hover{background:#eed20214;border-color:#eed20238}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:auto;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800}.nav a.active{background:#ff5f1533;border-color:#ff5f1573;color:#ffffffeb;box-shadow:inset 0 1px #ffffff0f}.main{display:grid;grid-template-rows:auto 1fr;min-height:100vh;min-width:0}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:52px;padding:0 12px;border-bottom:1px solid rgba(184,193,204,.2);background:linear-gradient(90deg,#ff5f151f,#0000002e 45%,#eed2021f);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-greeting{min-width:0;display:flex;align-items:center;gap:10px}.topbar-logo{width:28px;height:28px;border-radius:8px;object-fit:cover;border:1px solid rgba(238,210,2,.4);box-shadow:0 2px 10px #00000038,0 0 0 2px #eed2021f;flex:0 0 auto}.topbar>:first-child{min-width:0}.topbar-greeting .small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar>:last-child{flex:0 0 auto}.topbar-icon-btn{display:inline-flex;align-items:center;gap:6px}.page{padding:14px;min-height:0}.page-inner{width:min(var(--maxw),100%);margin:0 auto;display:grid;gap:12px;align-content:start}.page-title{margin:0;font-size:20px}.page-subtitle{margin:6px 0 0;color:var(--muted);font-size:12px}.grid-2{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-nav,.more-sheet{display:none}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.main{grid-template-rows:auto 1fr;padding-bottom:64px}.topbar{position:relative;top:auto;min-height:48px}.topbar-logo{width:22px;height:22px;border-radius:6px}.grid-2{grid-template-columns:1fr}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:20;border-top:1px solid var(--border);background:var(--bg);box-shadow:0 -8px 24px #0000002e;padding:4px 2px calc(4px + env(safe-area-inset-bottom,0px))}.bottom-nav__item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:52px;padding:4px 2px;border:0;border-radius:12px;background:transparent;color:var(--muted);text-decoration:none;position:relative}.bottom-nav__icon{flex:0 0 auto}.bottom-nav__label{width:100%;font-size:10px;font-weight:700;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-nav__item.active{color:var(--text);background:#ff5f1524}.bottom-nav__badge{position:absolute;top:2px;right:calc(50% - 26px)}.more-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:30;border-radius:20px 20px 0 0;background:var(--bg);box-shadow:0 -8px 24px #0000002e;border:1px solid var(--border);padding:10px 16px calc(16px + env(safe-area-inset-bottom,0px))}.more-sheet__handle{width:40px;height:4px;border-radius:4px;background:var(--border);margin:4px auto 14px}.more-sheet__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.more-sheet__item{display:flex;align-items:center;justify-content:center;min-height:52px;border:1px solid var(--border);border-radius:12px;color:var(--text);text-decoration:none;font-weight:700;font-size:14px}}.page-head{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.page-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.table-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,#ff5f1514,#ffffff05 50%,#eed20214)}.table-wrap{overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#060a1473;box-shadow:inset 0 1px #ffffff08}.parts-table{width:100%;border-collapse:collapse;min-width:900px}.parts-table thead th{position:sticky;top:0;background:#0c101ef5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;font-weight:700;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:12px;border-bottom:1px solid rgba(255,255,255,.12);z-index:1}.parts-table tbody td{padding:12px;border-top:1px solid rgba(255,255,255,.1);vertical-align:top}.parts-table tbody tr:nth-child(2n){background:#ffffff04}.parts-table tbody tr:first-child td{border-top:none}.row-click{cursor:pointer;transition:background-color .12s ease}.row-click:hover{background:#ff5f1517}.row-click:active{background:#ff5f1521}.cell-title{font-weight:700;line-height:1.2;letter-spacing:.01em}.cell-sub{margin-top:4px;font-size:12px;opacity:.7;line-height:1.3}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#ffffffe0}.pill{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;border:1px solid rgba(255,255,255,.14)}.pill--ok{background:#39ff1424;color:#d6ffcf}.pill--warn{background:#eed20229;color:#fdf6c8}.pill--bad{background:#ff505a24;color:#ffd7dcf2}.pill--info{background:#8b5cf629;color:#e6dcfff2}.pill--accent{background:#06b6d429;color:#cdfafff2}.part-card{width:100%;text-align:left;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff0a,#ffffff05);padding:14px;box-shadow:inset 0 1px #ffffff08;transition:background-color .12s ease,border-color .12s ease;color:#fffffff2}.part-card:hover{background:#ffffff0f;border-color:#ffffff38;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #ff5f1526}.part-card .cell-title{font-size:14px;line-height:1.25}.part-card .cell-sub{margin-top:5px;color:#ffffffc7;opacity:1}.part-card__grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.part-card__grid>div{border:1px solid rgba(255,255,255,.08);background:#0000002e;border-radius:12px;padding:8px 10px}.part-card__grid .small{font-size:11px;color:#ffffffa8;letter-spacing:.02em}.part-card__grid .mono{margin-top:2px;font-size:13px;color:#fffffff0}.jobs-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.job-card{height:100%}.job-card .part-card__grid{margin-top:12px}.job-editor-media-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.camera-preview{position:relative;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:4/3}.camera-preview__video{width:100%;height:100%;object-fit:cover;display:block}.camera-preview__rec{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:20px;background:#0000008c;color:#ff5f5f;font-size:12px;font-weight:800}.camera-preview__count{position:absolute;top:10px;right:10px;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#0000008c;color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.camera-preview__flash{position:absolute;inset:0;background:#fff;opacity:.85;animation:camera-flash-fade .15s ease-out forwards;pointer-events:none}@keyframes camera-flash-fade{0%{opacity:.85}to{opacity:0}}.camera-shutter{position:absolute;left:50%;bottom:14px;transform:translate(-50%);width:68px;height:68px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.55);box-shadow:0 4px 16px #0006;cursor:pointer;padding:0;transition:transform .1s ease,background .1s ease}.camera-shutter:active{transform:translate(-50%) scale(.88);background:#eee}.camera-shutter:disabled{opacity:.4;cursor:not-allowed}.camera-controls{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.field-detail-section{padding-bottom:14px;border-bottom:1px solid var(--border)}.field-detail-section:last-child{border-bottom:0;padding-bottom:0}.job-editor-image-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.job-editor-image-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:8px;background:#ffffff05;display:grid;gap:8px}.job-editor-image-thumb{width:100%;height:80px;object-fit:cover;border-radius:8px}.job-editor-file-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;height:80px;border-radius:8px;border:1px dashed rgba(184,193,204,.35);background:#b8c1cc0f;text-decoration:none;color:var(--text);text-align:center;padding:6px}.job-editor-file-link:hover{border-color:#ff5f15;background:#ff5f1514;text-decoration:none}.job-editor-file-icon{font-size:22px;line-height:1}.job-editor-file-name{font-size:11px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.job-editor-selected-parts{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.job-editor-parts-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.job-editor-parts-toolbar>select.input,.job-editor-parts-toolbar>input.input:not(.job-editor-qty-input){flex:1 1 200px;min-width:0}.job-editor-parts-toolbar>.btn{flex:0 0 auto}.job-editor-parts-toolbar>.job-editor-qty-input{flex:0 0 76px}.job-editor-parts-toolbar--sticky{position:sticky;top:-1px;z-index:2;padding:8px 0;background:var(--bg)}.job-editor-toggle-btn.is-on{border-color:#ffffff3d;background:#ff5f1524}.job-editor-results-meta{margin-top:8px}.job-editor-selected-table{margin-top:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;overflow:hidden;max-height:min(26vh,240px);overflow-y:auto}.job-editor-selected-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-top:1px solid rgba(255,255,255,.08)}.job-editor-selected-row:first-child{border-top:none}.job-editor-selected-main{min-width:0}.job-editor-selected-name{font-weight:700;font-size:13px;line-height:1.25}.job-editor-selected-controls{display:flex;align-items:center;gap:6px}.job-editor-line-total{min-width:72px;text-align:right;font-size:12px}.job-editor-assignees{margin-top:2px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.job-editor-assignee{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 10px;background:#ffffff05;cursor:pointer}.job-editor-assignee input{cursor:pointer}.job-editor-assignee.is-selected{border-color:#ffffff38;background:#ff5f1517}.job-editor-assignee input{margin:0}.job-status-history{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#ffffff05;list-style:none;font-size:12px}.job-status-history li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 10px;padding:4px 0}.job-status-history li+li{border-top:1px solid var(--border)}.job-duration-input{display:flex;align-items:center;gap:10px}.job-duration-input .input{max-width:120px}.job-duration-presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.job-duration-chip{width:auto;min-height:30px;padding:4px 10px;font-size:12px}.job-duration-chip.is-selected{border-color:#ff5f15;background:#3a2410}:root[data-theme=light] .job-duration-chip.is-selected{border-color:#ff5f15;background:#ffe3d1;color:#171200}.job-status-history__duration{flex:0 0 auto;font-weight:800;font-size:11px;color:#171200;background:var(--laser-green);border-radius:999px;padding:2px 8px}.job-parts-summary{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05}.job-parts-summary__stats{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.job-editor-parts-list{margin-top:10px;max-height:min(58vh,640px);min-height:0;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;padding:8px;display:flex;flex-direction:column;gap:4px}.job-editor-parts-list>*{flex:0 0 auto}.job-editor-part-row{width:100%;text-align:left;min-height:0;padding:6px 8px;font-size:13px}.job-editor-part-row.is-selected{border-color:#ff5f15;background:#3a2410}.job-editor-part-row-inner{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.job-editor-part-controls{display:flex;gap:5px;align-items:center;flex:0 0 auto}.job-parts-modal{width:min(1120px,100%)}.job-editor-add-btn{min-height:36px;padding:6px 12px;font-size:13px;font-weight:700;border-radius:10px}.job-scanner-video{width:100%;min-height:260px;max-height:62vh;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#00000073;object-fit:cover}.job-editor-qty-input{width:70px;min-height:30px;padding:4px 8px;font-size:13px}.part-order-editor{display:grid;gap:16px}.part-order-editor__meta{align-items:start}.part-order-editor__body{display:grid;gap:16px;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);align-items:start}.part-order-editor__catalog,.part-order-editor__items{min-width:0}.part-order-editor__catalog .job-editor-parts-list{max-height:min(68vh,820px)}.part-order-catalog-row{padding:12px 14px}.part-order-catalog-row__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.part-order-catalog-row__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.modal-backdrop{position:fixed;inset:0;background:#0009;display:grid;place-items:center;padding:18px;z-index:50;overflow:auto}.modal{width:min(920px,100%);max-height:calc(100dvh - 36px);display:flex;flex-direction:column}.job-editor-modal{width:min(1200px,96vw)}.modal__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex:0 0 auto}.modal__close-x{flex:0 0 auto;width:36px;height:36px;min-height:0;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer}.modal__close-x:hover{color:var(--text);border-color:#b8c1cc80}.modal__body{display:block;overflow:auto;min-height:0;flex:1 1 auto}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:0;padding:14px 22px;border-top:1px solid var(--border);background:var(--panel-strong);flex:0 0 auto;flex-wrap:wrap;position:sticky;bottom:0}.modal__section-label{grid-column:1 / -1;margin:18px 0 -4px;padding-top:14px;border-top:1px solid var(--border);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--blaze-orange)}.modal__section-label:first-child{margin-top:0;padding-top:0;border-top:0}.alert{border:1px solid rgba(255,140,70,.35);background:#ff8c461f;padding:12px;border-radius:14px;font-size:13px}.bulk-keyword-list{display:grid;gap:10px}.bulk-keyword-row{display:flex;gap:10px;align-items:end}.bulk-preview{border:1px solid rgba(255,255,255,.1);background:#ffffff05;border-radius:14px;padding:10px;display:grid;gap:8px}.bulk-preview-tags{display:flex;flex-wrap:wrap;gap:6px}.bulk-preview-tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;font-size:12px;color:#ffffffdb}.import-parts-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.import-parts-textarea{min-height:180px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.35}.import-parts-errors{display:grid;gap:6px;max-height:180px;overflow:auto}.bulk-sheet-wrap{border-radius:0;border:1px solid #64748b;background:#fff;min-height:320px;max-height:420px;overflow:auto}.bulk-sheet-table{min-width:1180px;border-collapse:collapse;border-spacing:0;table-layout:fixed}.bulk-sheet-table thead th{background:#f1f5f9;color:#0f172a;border:1px solid #94a3b8;padding:8px 6px;height:36px}.bulk-sheet-corner{text-align:center}.bulk-sheet-col-active{background:#dbeafe!important}.bulk-sheet-table tbody tr{background:#fff}.bulk-sheet-table tbody td{border:1px solid #cbd5e1;color:#0f172a;padding:0;height:36px}.bulk-sheet-row-index{text-align:center;background:#f1f5f9;border:1px solid #94a3b8!important;padding:0 6px!important}.bulk-sheet-row-active{background:#dbeafe}.bulk-sheet-table .bulk-cell-input{appearance:none;display:block;min-height:34px;height:34px;padding:4px 6px;font-size:13px;line-height:1.2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;border-radius:0;border:1px solid transparent;background:#fff;color:#0f172a;box-shadow:none;width:100%;outline:none}.bulk-sheet-table .bulk-cell-input:hover{background:#f8fafc}.bulk-sheet-table .bulk-cell-input:focus{background:#fff;border-color:#ff5f15;box-shadow:inset 0 0 0 1px #ff5f15}.bulk-cell-input--active{border-color:#ff5f15;box-shadow:inset 0 0 0 1px #ff5f15}.bulk-sheet-table td{padding:0;vertical-align:middle}.bulk-row-delete{min-height:34px;width:auto;padding:7px 10px;font-size:13px;border-radius:10px}.hide-mobile{display:block}.show-mobile{display:none;gap:10px}@media(max-width:820px){.hide-mobile{display:none}.show-mobile{display:grid}.jobs-card-grid{grid-template-columns:1fr}.job-editor-modal{width:100%;max-height:calc(100dvh - 12px);border-radius:14px}.job-editor-modal .card__header{padding:14px 14px 10px}.job-editor-modal .card__body{padding:14px}.job-editor-modal .grid-2{display:grid;grid-template-columns:1fr;gap:10px}.job-editor-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.job-editor-parts-toolbar>select.input,.job-editor-parts-toolbar>input.input:not(.job-editor-qty-input),.job-editor-parts-toolbar .job-editor-toggle-btn{flex-basis:100%}.job-editor-selected-row{grid-template-columns:1fr;align-items:stretch}.job-editor-assignees{grid-template-columns:1fr}.job-parts-summary{align-items:stretch}.job-parts-summary .btn{width:100%}.job-editor-selected-controls{justify-content:space-between;width:100%;flex-wrap:wrap}.job-editor-line-total{min-width:0;text-align:left}.job-editor-part-row-inner{flex-direction:column;align-items:stretch}.job-editor-part-controls{justify-content:space-between;width:100%}.job-editor-parts-list{max-height:min(62vh,720px)}.job-editor-add-btn{min-height:40px;width:100%;font-size:14px}.job-editor-qty-input{width:84px}.job-editor-selected-parts .btn{max-width:100%}.bulk-keyword-row{flex-direction:column;align-items:stretch}.import-parts-toolbar{align-items:stretch}.part-order-editor__body{grid-template-columns:1fr}.part-order-catalog-row__inner{flex-direction:column;align-items:stretch}.part-order-catalog-row__actions{justify-content:space-between;width:100%}.part-order-editor__items .job-editor-selected-row{grid-template-columns:1fr;align-items:stretch}.part-order-editor__items .job-editor-selected-controls{justify-content:space-between;width:100%;flex-wrap:wrap}}@media(min-width:1180px){.jobs-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-height:700px){.modal-backdrop{place-items:start center}}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light}:root[data-theme=light]{--bg: #f4f6f8;--panel: rgba(255,255,255,.97);--panel-strong: rgba(255,255,255,.99);--border: rgba(184,193,204,.55);--text: rgba(15,23,42,.94);--muted: rgba(90,102,115,.85);--shadow: 0 14px 36px rgba(15,23,42,.1)}:root[data-theme=light] body{background:var(--bg)}:root[data-theme=light] .card{background:#fff;border-color:#b8c1cc59;box-shadow:0 14px 36px #0f172a14}:root[data-theme=light] .card__header{border-bottom-color:#b8c1cc14;background:#ff5f1512}:root[data-theme=light] .sidebar{border-right-color:#b8c1cc14;background:#fffffff0}:root[data-theme=light] .topbar{border-bottom-color:#b8c1cc14;background:#fffffff0}:root[data-theme=light] .nav a{color:#0f172ad1}:root[data-theme=light] .nav a:hover{background:#c8b2021a;border-color:#c8b20247}:root[data-theme=light] .nav a.active{color:#0f172aeb;border-color:#b8c1cc1f;background:#ff5f1517}:root[data-theme=light] .input{background-color:#ffffffeb;color:#0f172af2;border-color:#64748b59}:root[data-theme=light] .input::placeholder{color:#33415573}:root[data-theme=light] .job-editor-assignee{border-color:#64748b4d;background:#f8fafcbf;color:#0f172aeb}:root[data-theme=light] .job-editor-assignee.is-selected{border-color:#ff5f15;background:#ffe3d1;color:#171200}:root[data-theme=light] .job-editor-part-row.is-selected{border-color:#ff5f15;background:#ffe3d1;color:#171200}:root[data-theme=light] select.input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 8L10 12.5L14.5 8' stroke='%23475569' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}:root[data-theme=light] select.input option{background:#fff;color:#0f172af2}:root[data-theme=light] input[type=file].input::file-selector-button{border-color:#b8c1cc66;background:#b8c1cc24;color:#0f172ae6}:root[data-theme=light] input[type=file].input::file-selector-button:hover{background:#b8c1cc38}:root[data-theme=light] .btn--ghost{background:#e2e8f0e6;border-color:#b8c1cc29;color:#0f172ae6}:root[data-theme=light] a.btn--ghost,:root[data-theme=light] a.btn--ghost:visited,:root[data-theme=light] button.btn--ghost{color:#0f172ae6}:root[data-theme=light] .btn--ghost:hover{background:linear-gradient(180deg,#e2e8f0fa,#cbd5e1fa);border-color:#b8c1cc38}:root[data-theme=light] .badge-logo,:root[data-theme=light] .brand-logo,:root[data-theme=light] .topbar-logo{border-color:#b8c1cc1f;box-shadow:0 4px 12px #0f172a1a}:root[data-theme=light] .table-toolbar,:root[data-theme=light] .bulk-preview{border-color:#b8c1cc14;background:linear-gradient(90deg,#ff5f150a,#ffffffe6 50%,#eed2020a)}:root[data-theme=light] .table-wrap,:root[data-theme=light] .job-editor-parts-list,:root[data-theme=light] .job-editor-selected-table{border-color:#b8c1cc14;background:#ffffffe6;box-shadow:inset 0 1px #fffc}:root[data-theme=light] .parts-table thead th{background:#f8fafcfa;border-bottom-color:#b8c1cc14;color:#334155d9}:root[data-theme=light] .parts-table tbody td{border-top-color:#b8c1cc0f}:root[data-theme=light] .parts-table tbody tr:nth-child(2n){background:#0f172a04}:root[data-theme=light] .row-click:hover{background:#ff5f150b}:root[data-theme=light] .row-click:active{background:#ff5f1512}:root[data-theme=light] .mono{color:#0f172ae0}:root[data-theme=light] .part-card{border-color:#b8c1cc14;background:linear-gradient(180deg,#fffffff5,#f8fafceb);box-shadow:inset 0 1px #ffffffe6;color:#0f172af2}:root[data-theme=light] .part-card:hover{background:#fffffffa;border-color:#b8c1cc24;box-shadow:0 4px 16px #0f172a0f}:root[data-theme=light] .job-card{border-color:#64748b59;box-shadow:inset 0 1px #ffffffe6,0 1px 3px #0f172a14}:root[data-theme=light] .job-card:hover{border-color:#64748b80;box-shadow:0 4px 16px #0f172a14}:root[data-theme=light] .part-card .cell-sub{color:#334155bf}:root[data-theme=light] .link{color:#0f172aeb}:root[data-theme=light] .part-card__grid>div,:root[data-theme=light] .job-editor-image-card{border-color:#b8c1cc14;background:#ffffffe0}:root[data-theme=light] .job-card .part-card__grid>div{border-color:#64748b47;background:#f8fafce6}:root[data-theme=light] .part-card__grid .small{color:#334155a8}:root[data-theme=light] .part-card__grid .mono{color:#0f172ae6}:root[data-theme=light] .pill{border-color:#b8c1cc1a}:root[data-theme=light] .pill--ok{background:#39b41424;color:#146b0a}:root[data-theme=light] .pill--warn{background:#c8b20229;color:#6b5d00}:root[data-theme=light] .pill--bad{background:#ef44441f;color:#991b1b}:root[data-theme=light] .pill--info{background:#8b5cf624;color:#5b21b6}:root[data-theme=light] .pill--accent{background:#06b6d424;color:#155e75}:root[data-theme=light] .modal-backdrop{background:#0f172a59}:root[data-theme=light] .alert{border-color:#f59e0b47;background:#f59e0b1a;color:#0f172aeb}:root[data-theme=light] .bulk-preview-tag{border-color:#b8c1cc14;background:#ffffffdb;color:#0f172adb}.marketing-page{min-height:100vh;background:var(--bg);color:var(--text)}.marketing-nav{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}.marketing-brand{display:flex;align-items:center;gap:10px;font-weight:900;text-decoration:none}.marketing-brand img{width:36px;height:36px;border-radius:9px}.marketing-nav nav{display:flex;align-items:center;gap:16px;font-size:14px;font-weight:800}.marketing-nav .btn{width:auto;min-height:38px;padding:8px 14px;font-size:14px}.marketing-hero{width:min(1180px,calc(100% - 40px));margin:0 auto;min-height:calc(100vh - 160px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:42px;align-items:center;padding:42px 0 72px}.marketing-hero__copy h1{margin:8px 0 0;font-size:clamp(52px,8vw,104px);line-height:.92;letter-spacing:0}.marketing-hero__copy p:not(.landing-kicker){margin:22px 0 0;max-width:620px;color:#ffffffc2;font-size:clamp(18px,2.5vw,25px);line-height:1.35}.marketing-product-shot{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:linear-gradient(180deg,#ffffff21,#ffffff0b);box-shadow:0 30px 80px #00000073;overflow:hidden}.product-bar{height:42px;display:flex;gap:7px;align-items:center;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.12);background:#0000003d}.product-bar span{width:9px;height:9px;border-radius:50%;background:#ffffff61}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.product-grid div{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0000002e;padding:16px;min-height:128px}.product-grid b,.product-grid small{display:block;color:var(--muted);font-size:12px}.product-grid strong{display:block;margin:16px 0 4px;font-size:28px}.product-grid div:nth-child(1) strong{color:var(--blaze-orange)}.product-grid div:nth-child(2) strong{color:var(--laser-green)}.product-grid div:nth-child(3) strong{color:var(--golden-glow)}.product-grid div:nth-child(4) strong{color:var(--laser-green)}.marketing-strip{width:min(1180px,calc(100% - 40px));margin:0 auto 64px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:#ffffff14}.marketing-strip span{padding:16px;border-top:3px solid transparent;background:#ffffff09;color:#ffffffc7;font-weight:700;font-size:13px}.marketing-strip span:nth-child(1){border-top-color:var(--blaze-orange)}.marketing-strip span:nth-child(2){border-top-color:var(--golden-glow)}.marketing-strip span:nth-child(3){border-top-color:var(--laser-green)}.marketing-section,.marketing-workflow,.marketing-cta{width:min(1180px,calc(100% - 40px));margin:0 auto 72px}.marketing-section h2,.marketing-workflow h2,.marketing-cta h2{margin:8px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.04;max-width:780px}.marketing-feature-grid{margin-top:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.marketing-feature{border:1px solid rgba(255,255,255,.12);border-top-width:3px;border-radius:8px;padding:18px;background:#ffffff0b}.marketing-feature:nth-child(3n+1){border-top-color:var(--blaze-orange)}.marketing-feature:nth-child(3n+2){border-top-color:var(--golden-glow)}.marketing-feature:nth-child(3n+3){border-top-color:var(--laser-green)}.marketing-feature h3{margin:0;font-size:17px}.marketing-feature p{margin:10px 0 0;color:var(--muted);line-height:1.45}.marketing-workflow{display:grid;grid-template-columns:.8fr 1fr;gap:28px;align-items:start}.marketing-workflow ol{margin:0;padding:0;list-style:none;display:grid;gap:10px}.marketing-workflow li{display:grid;grid-template-columns:112px 1fr;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a}.marketing-workflow li span{color:var(--muted);line-height:1.4}.marketing-cta{text-align:center;padding:42px 22px;border:1px solid rgba(255,95,21,.35);border-radius:8px;background:#ff5f1524}.marketing-cta h2{margin-left:auto;margin-right:auto}.marketing-cta p{color:var(--muted);margin:12px auto 22px;max-width:620px}.marketing-cta .btn{width:auto}.auth-marketing-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:42px;align-items:center;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:48px 0}.auth-marketing-copy{display:grid;gap:18px;align-content:center}.auth-marketing-copy h1{margin:0;max-width:760px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:0}.auth-marketing-copy p:not(.landing-kicker){margin:0;max-width:620px;color:var(--muted);font-size:19px;line-height:1.45}.auth-marketing-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.auth-marketing-points span{padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff0e;color:#ffffffd1;font-size:12px;font-weight:800}.auth-card{width:100%}.empty-state{width:100%;border:1px dashed rgba(255,255,255,.18);border-radius:8px;padding:18px;background:#ffffff06}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{display:grid;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:16px;background:#ffffff0b;text-decoration:none}.metric-card span,.metric-card small{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.metric-card b{font-size:34px;line-height:1}.metric-card--warn{border-color:#eed20259;background:#eed20217}.metric-card--warn b{color:var(--golden-glow)}.metric-card--bad{border-color:#ef444447;background:#ef444414}.metric-card--ok{border-color:#39ff1452;background:#39ff1412}.metric-card--ok b{color:var(--laser-green)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-panel{width:100%}.dashboard-panel--wide{grid-column:1 / -1}.dashboard-list{display:grid;gap:8px}.dash-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px 12px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#00000024;text-decoration:none}.dash-row b{font-size:13px}.dash-row span{font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-row small{grid-column:2;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-card{text-align:left}.customer-card__head{display:flex;justify-content:space-between;align-items:start;gap:10px}.customer-card__notes{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.customer-editor{width:min(820px,96vw)}.customer-jobs-list{display:grid;gap:6px;margin-top:8px;max-height:260px;overflow:auto}.customer-jobs-row{display:flex;width:100%;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel);font:inherit;color:inherit;text-align:left;cursor:pointer}.customer-jobs-row:hover{background:var(--panel-strong);border-color:#ff5f1566}.addr-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.addr-row{display:grid;grid-template-columns:1fr 1.6fr auto;gap:8px;margin-bottom:6px;align-items:center}.addr-row__remove{width:44px;min-height:44px;padding:0;flex:0 0 auto;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.addr-row{grid-template-columns:1fr}}.field-feed{display:grid;gap:12px;max-width:820px;width:100%}.field-job{border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(180deg,#ffffff14,#ffffff09);padding:16px;box-shadow:var(--shadow)}.field-job--tappable{cursor:pointer}.field-job__top{display:flex;justify-content:space-between;gap:12px;align-items:start}.field-job__time{color:#eed202;font-size:13px;font-weight:900}.field-job h2{margin:5px 0 0;font-size:24px;line-height:1.1}.field-job p{margin:6px 0 0;color:var(--muted)}.field-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.field-actions .btn{text-align:center}.field-parts{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.field-parts span{padding:6px 8px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:700}.field-notes{border-top:1px solid rgba(255,255,255,.1);padding-top:12px}.sched-time-column.is-drop-target,.sched-month-cell.is-drop-target{background-color:#39ff141a;box-shadow:inset 0 0 0 2px #39ff1473}@media(max-width:900px){.marketing-nav{align-items:flex-start;padding:14px 0}.marketing-nav nav{justify-content:flex-end;flex-wrap:wrap;gap:10px}.marketing-hero{min-height:auto;grid-template-columns:1fr;padding:32px 0 62px;text-align:center}.marketing-hero__copy p:not(.landing-kicker){margin-left:auto;margin-right:auto}.landing-actions{justify-content:center}.marketing-product-shot{order:-1}.marketing-strip,.marketing-feature-grid,.marketing-workflow,.dashboard-metrics,.dashboard-grid,.customers-grid{grid-template-columns:1fr}.auth-marketing-page{grid-template-columns:1fr;gap:24px}.marketing-workflow{display:grid}.marketing-section>div:first-child,.marketing-workflow>div:first-child{text-align:center}.marketing-section h2,.marketing-workflow h2{margin-left:auto;margin-right:auto}.dashboard-panel--wide{grid-column:auto}}@media(max-width:560px){.marketing-nav nav a:not(.btn){display:none}.product-grid,.marketing-workflow li{grid-template-columns:1fr}.auth-marketing-copy h1{font-size:38px}.field-actions{grid-template-columns:1fr}.dash-row{grid-template-columns:72px minmax(0,1fr)}}@media(max-width:640px){.table-toolbar>select,.table-toolbar>input:not([type=file]){width:100%!important;flex:1 1 100%!important}.topbar-icon-btn__label{display:none}.topbar-icon-btn{min-width:34px!important;padding:6px 8px!important}}:root[data-theme=light] .bulk-sheet-table .bulk-cell-input{background:#fff}:root[data-theme=light] .bulk-sheet-wrap{border-color:#64748b;background:#fff}:root[data-theme=light] .bulk-sheet-table thead th{background:#f1f5f9;border-bottom-color:#94a3b8;border-right-color:#94a3b8}:root[data-theme=light] .bulk-sheet-col-active{background:#dbeafe!important}:root[data-theme=light] .bulk-sheet-table tbody tr{background:#fff}:root[data-theme=light] .bulk-sheet-table tbody td{border-color:#cbd5e1}:root[data-theme=light] .bulk-sheet-row-index{background:#f1f5f9}:root[data-theme=light] .bulk-sheet-row-active{background:#dbeafe}:root[data-theme=light] .bulk-sheet-table .bulk-cell-input:hover{background:#f8fafc}:root[data-theme=light] .bulk-sheet-table .bulk-cell-input:focus{background:#fff}.address-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:200;background:#0a1020fa;border:1px solid rgba(255,255,255,.18);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000008c;max-height:340px;overflow-y:auto}.address-suggestion{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:10px 12px;font-size:13px;background:none;border:none;border-top:1px solid rgba(255,255,255,.06);color:var(--text);cursor:pointer;line-height:1.4}.address-suggestion:first-child{border-top:none}.address-suggestion:hover,.address-suggestion.is-active{background:#ff5f1533}.address-suggestion b{display:block;font-size:13px}.address-suggestion small{display:block;margin-top:2px;color:var(--muted);text-transform:capitalize}.address-suggestion__pin{flex:0 0 auto;color:#eed202;font-size:18px;line-height:1.1}.address-attribution{padding:7px 12px;text-align:right;color:var(--muted);font-size:9px;border-top:1px solid var(--border)}.address-tools{display:flex;gap:12px;flex-wrap:wrap;margin-top:7px}.address-tool{padding:0;border:0;background:transparent;color:#eed202;font-size:11px;cursor:pointer}.address-tool:hover{text-decoration:underline}.address-message{margin-top:5px;opacity:.78}:root[data-theme=light] .address-suggestions{background:#fffffffa;border-color:#b8c1cc1f;box-shadow:0 8px 24px #0f172a1f}:root[data-theme=light] .address-suggestion{border-top-color:#b8c1cc0f;color:#0f172aeb}:root[data-theme=light] .address-suggestion:hover{background:#ff5f1514}.admin-member-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff08;padding:12px 14px}:root[data-theme=light] .admin-member-card{border-color:#b8c1cc14;background:#ffffffe0}@media(max-width:820px){.show-mobile.admin-member-list{display:flex!important}}.sched-view-active{border-color:#ffffff3d!important;background:#ff5f1524!important}.sched-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:space-between;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,#ff5f1514,#ffffff05 50%,#eed20214)}.sched-nav__label{font-weight:700;font-size:15px;flex:1;text-align:center}.sched-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;align-items:start}.sched-day{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff05;min-height:130px;cursor:pointer;transition:background .12s,border-color .12s;overflow:hidden}.sched-day:hover{background:#ffffff0d;border-color:#ffffff2e}.sched-day--today{border-color:#ff5f1580;background:#ff5f1512}.sched-day__header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 6px;border-bottom:1px solid rgba(255,255,255,.07)}.sched-day__name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c}.sched-day__num{font-size:14px;font-weight:700;color:#ffffffd1}.sched-day__num--today{color:#39ff14}.sched-day__jobs{padding:6px 6px 8px;display:grid;gap:4px}.sched-month-wrap{overflow-x:auto}.sched-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;min-width:560px}.sched-month__dow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;text-align:center;padding:8px 4px}.sched-month-day{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff05;min-height:88px;cursor:pointer;transition:background .12s;padding:4px}.sched-month-day:hover{background:#ffffff0d;border-color:#ffffff24}.sched-month-day--today{border-color:#ff5f1573;background:#ff5f150f}.sched-month-day--out{opacity:.38}.sched-month-day__num{font-size:12px;font-weight:700;color:#ffffffb8;padding:2px 4px 4px}.sched-month-day--today .sched-month-day__num{color:#39ff14}.sched-month-day__jobs{display:grid;gap:2px}.sched-month-day__more{font-size:10px;color:#ffffff80;padding:1px 4px}.sched-job{display:block;width:100%;text-align:left;border-radius:7px;border:1px solid rgba(255,255,255,.1);padding:4px 7px;font-size:11px;line-height:1.3;cursor:pointer;transition:filter .1s;background:#ffffff0d;color:#ffffffe6;overflow:hidden}.sched-job:hover{filter:brightness(1.18)}.sched-job--ok{background:#14b47829;border-color:#14b4783d;color:#cdffe8f2}.sched-job--warn{background:#ffbe3c24;border-color:#ffbe3c3d;color:#ffecbaf2}.sched-job--info{background:#60a5fa24;border-color:#60a5fa3d;color:#bae6fff2}.sched-job--open{background:#ffffff0f;border-color:#ffffff24;color:#ffffffe0}.sched-job__name{display:block;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-job__addr{display:block;font-size:10px;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-unscheduled{display:flex;flex-wrap:wrap;gap:8px}.sched-unscheduled .sched-job{width:auto;min-width:140px;max-width:260px}:root[data-theme=light] .sched-nav{border-color:#b8c1cc14;background:linear-gradient(90deg,#ff5f150a,#ffffffe6 50%,#eed2020a)}:root[data-theme=light] .sched-view-active{border-color:#b8c1cc33!important;background:#ff5f1517!important}:root[data-theme=light] .sched-day,:root[data-theme=light] .sched-month-day{border-color:#b8c1cc14;background:#ffffffeb}:root[data-theme=light] .sched-day:hover,:root[data-theme=light] .sched-month-day:hover{background:#fffffffa;border-color:#b8c1cc24}:root[data-theme=light] .sched-day--today,:root[data-theme=light] .sched-month-day--today{border-color:#ff5f1559;background:#ff5f150d}:root[data-theme=light] .sched-day__name,:root[data-theme=light] .sched-month__dow,:root[data-theme=light] .sched-month-day__more{color:#3341558c}:root[data-theme=light] .sched-day__num,:root[data-theme=light] .sched-month-day__num{color:#0f172ac7}:root[data-theme=light] .sched-job--open{background:#0f172a0d;border-color:#b8c1cc1f;color:#0f172ae0}:root[data-theme=light] .sched-job--ok{background:#10b9811a;border-color:#10b98138;color:#065f46}:root[data-theme=light] .sched-job--warn{background:#f59e0b1f;border-color:#f59e0b3d;color:#92400e}:root[data-theme=light] .sched-job--info{background:#ff5f151a;border-color:#ff5f1538;color:#1e3a8a}@media(max-width:900px){.sched-week{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:560px){.sched-week{grid-template-columns:repeat(2,minmax(0,1fr))}.sched-nav__label{font-size:13px;text-align:left}}.sched-page-head{align-items:flex-end}.sched-segmented{display:flex;padding:3px;gap:2px;border:1px solid var(--border);border-radius:11px;background:#ffffff09}.sched-segmented button{border:0;border-radius:8px;padding:8px 14px;color:var(--muted);background:transparent;cursor:pointer;font-weight:700}.sched-segmented button.is-active{color:var(--text);background:#3b82f633;box-shadow:0 2px 8px #00000029}.sched-toolbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:14px;padding:14px 18px;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.sched-toolbar__label{text-align:center;font-size:18px;font-weight:800;letter-spacing:-.02em}.sched-arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#ffffff0a;color:var(--text);font-size:25px;cursor:pointer}.sched-arrow:hover{background:#3b82f629;border-color:#60a5fa6b}.sched-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:6px;color:var(--muted);font-size:11px}.sched-legend span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.sched-legend .is-open:before{background:#64748b}.sched-legend .is-progress:before{background:#eed202}.sched-legend .is-estimate:before{background:#b8c1cc}.sched-legend .is-complete:before{background:#39ff14}.sched-legend .is-enroute:before{background:#8b5cf6}.sched-legend .is-arrived:before{background:#06b6d4}.sched-legend .is-paused:before{background:#ef4444}.sched-filterbar{display:flex;flex-wrap:wrap;align-items:end;gap:14px;padding:12px 18px;margin-bottom:14px;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.sched-filterbar label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.sched-filterbar select{min-width:150px}.sched-conflict-badge{margin-left:5px;color:#fbbf24;vertical-align:-2px}.map-layout{display:grid;grid-template-columns:260px 1fr;gap:16px}.map-roster{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid var(--border);border-radius:16px;background:var(--panel);max-height:calc(100vh - 230px);overflow-y:auto}.map-roster__item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:0;border-radius:10px;padding:8px 10px;background:transparent;color:var(--text);cursor:pointer}.map-roster__item:hover{background:#b8c1cc14}.map-roster__item.is-active{background:#ff5f1529}.map-roster__dot{width:9px;height:9px;border-radius:50%;background:#39ff14;box-shadow:0 0 0 3px #39ff1433;flex:0 0 auto}.map-roster__name{font-weight:700;font-size:13px}.map-roster__time{color:var(--muted);font-size:11px}.map-roster__detail{margin-top:10px;padding:12px;border-top:1px solid var(--border);display:grid;gap:4px}.live-map-wrap{border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}@media(max-width:900px){.map-layout{grid-template-columns:1fr}.map-roster{max-height:240px}}.live-badge{display:inline-flex;align-items:center;gap:5px;margin-left:12px;padding:3px 10px;border-radius:999px;background:#39ff1429;color:#39ff14;font-size:11px;font-weight:800;letter-spacing:.04em;vertical-align:middle;animation:live-badge-pulse 1.8s ease-in-out infinite}@keyframes live-badge-pulse{0%,to{opacity:1}50%{opacity:.55}}.map-pin{display:flex;align-items:center;justify-content:center;font-size:18px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.map-pin--tech{color:#39ff14;font-size:22px}.map-pin--job{color:#64748b}.map-pin--job.map-pin--en_route{color:#8b5cf6}.map-pin--job.map-pin--arrived{color:#06b6d4}.map-pin--job.map-pin--in_progress{color:#f59e0b}.map-pin--job.map-pin--paused{color:#ef4444}.map-pin--job.map-pin--open{color:#64748b}.msg-layout{display:grid;grid-template-columns:300px 1fr;gap:0;height:calc(100vh - 190px);min-height:420px;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow)}.msg-avatar{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;letter-spacing:.02em}.msg-avatar__presence{position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border-radius:50%;background:#39ff14;border:2px solid var(--panel)}.msg-sidebar{display:flex;flex-direction:column;gap:2px;overflow-y:auto;padding:10px;border-right:1px solid var(--border)}.msg-search{display:flex;gap:6px;margin-bottom:6px}.msg-search-results{display:flex;flex-direction:column;gap:2px}.msg-section-row{display:flex;align-items:center;justify-content:space-between;margin:12px 4px 4px}.msg-section-label{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.msg-new-btn{width:22px;height:22px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text);font-weight:800;cursor:pointer;line-height:1}.msg-new-btn:hover{background:#b8c1cc1a}.msg-online{display:flex;align-items:center;gap:6px;padding:6px 4px;color:var(--muted);font-size:11px}.msg-online__dot{width:7px;height:7px;border-radius:50%;background:#39ff14;box-shadow:0 0 0 3px #39ff1440}.msg-channel{position:relative;display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:0;border-radius:10px;padding:8px 10px;background:transparent;color:var(--text);cursor:pointer}.msg-channel:hover{background:#b8c1cc14}.msg-channel.is-active{background:#ff5f1529}.msg-channel.is-unread .msg-channel__name{font-weight:800;color:var(--white)}.msg-channel__meta{min-width:0;flex:1}.msg-channel__toprow{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.msg-channel__name{font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-channel__time{flex:0 0 auto;color:var(--muted);font-size:10px}.msg-channel__preview{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-unread-dot{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#eed202}.msg-new-channel{display:flex;gap:6px;margin:2px 4px 8px}.msg-thread{display:flex;flex-direction:column;overflow:hidden}.msg-thread__head{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);flex-wrap:wrap}.msg-thread__title{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.msg-thread__title>div{min-width:0}.msg-thread__name{font-weight:800;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-thread__submeta{color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-thread__avatars{display:flex;margin-left:auto;flex:0 0 auto}.msg-thread__avatars .msg-avatar{margin-left:-8px;border:2px solid var(--panel)}.msg-add-member{display:flex;flex-direction:column;max-height:220px;overflow-y:auto;border-bottom:1px solid var(--border);background:#b8c1cc0a}.msg-add-member__row{display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;color:var(--text);padding:8px 18px;cursor:pointer}.msg-add-member__row:hover{background:#b8c1cc14}.people-list{display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto}.people-list__row{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px}.people-list__row:hover{background:#b8c1cc0f}.people-list__name{flex:1;font-weight:700;font-size:13px}.people-list__remove{border:1px solid var(--border);background:transparent;color:var(--muted);font-size:11px;font-weight:700;padding:4px 10px;border-radius:8px;cursor:pointer}.people-list__remove:hover{border-color:#ef4444;color:#ef4444}.people-list__add{border:1px solid var(--border);background:transparent;color:var(--blaze-orange);font-size:11px;font-weight:800;padding:4px 10px;border-radius:8px;cursor:pointer}.people-list__add:hover{background:#ff5f151f}.msg-mute-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.msg-mute-btn.is-muted{color:var(--muted);background:#b8c1cc14}.msg-mute-btn:hover{border-color:#b8c1cc80}.msg-thread__body{flex:1;overflow-y:auto;padding:8px 18px 16px}.msg-day-divider{display:flex;align-items:center;margin:16px 0 10px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.msg-day-divider:before,.msg-day-divider:after{content:"";flex:1;height:1px;background:var(--border)}.msg-day-divider span{padding:0 10px}.msg-row{display:flex;gap:12px;padding:3px 8px;border-radius:8px}.msg-row:hover{background:#b8c1cc0d}.msg-row:hover .msg-row__hovertime{opacity:1}.msg-row--grouped{padding-top:1px;padding-bottom:1px}.msg-row__gutter{flex:0 0 34px;display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.msg-row__hovertime{opacity:0;transition:opacity .1s ease;color:var(--muted);font-size:10px;padding-top:5px}.msg-row__content{flex:1;min-width:0}.msg-row__header{display:flex;align-items:baseline;gap:8px}.msg-row__sender{font-weight:800;font-size:13px}.msg-row__time{color:var(--muted);font-size:11px}.msg-row__body{font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.msg-row.is-mine .msg-row__sender{color:var(--blaze-orange)}.msg-mention{font-weight:800;color:#ff5f15;background:#ff5f1524;border-radius:4px;padding:0 3px}.msg-mention-suggestions{position:absolute;bottom:100%;left:16px;right:16px;display:flex;flex-direction:column;gap:2px;margin-bottom:6px;padding:6px;border:1px solid var(--border);border-radius:10px;background:var(--panel-strong);box-shadow:var(--shadow);max-height:220px;overflow-y:auto}.msg-mention-suggestions button{display:flex;align-items:center;gap:8px;text-align:left;border:0;background:transparent;color:var(--text);padding:6px 10px;border-radius:8px;cursor:pointer;font-weight:700}.msg-mention-suggestions button:hover{background:#b8c1cc14}.msg-composer-wrap{position:relative;padding:10px 16px 14px;border-top:1px solid var(--border)}.msg-composer{display:flex;align-items:flex-end;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:14px;background:#b8c1cc0a}.msg-composer__input{flex:1;resize:none;max-height:160px;border:0;background:transparent;color:var(--text);font-size:14px;font-family:inherit;line-height:1.4;padding:6px 4px;outline:none}.msg-composer__input::placeholder{color:var(--muted)}.msg-send-btn{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:0;background:var(--blaze-orange);color:#171200;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.msg-send-btn:disabled{opacity:.4;cursor:not-allowed}.msg-send-btn:not(:disabled):hover{filter:brightness(1.08)}.msg-back-btn{display:none;flex:0 0 auto;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:transparent;color:var(--text);cursor:pointer}@media(max-width:800px){.msg-layout{display:flex;flex-direction:column;height:calc(100vh - 170px)}.msg-sidebar{flex:1 1 auto;min-height:0;border-right:0;border-bottom:1px solid var(--border)}.msg-thread{flex:1 1 auto;min-height:0}.msg-layout.has-active .msg-sidebar{display:none}.msg-layout:not(.has-active) .msg-thread{display:none}.msg-back-btn{display:flex}.msg-channel{padding:12px 10px;gap:12px}.msg-channel__name{font-size:15px}.msg-channel__preview{font-size:13px}.msg-thread__name{font-size:16px}.msg-thread__avatars{display:none}}.sched-timeline-wrap{overflow:auto;max-height:calc(100vh - 245px);border:1px solid var(--border);border-radius:16px;background:var(--panel);box-shadow:var(--shadow)}.sched-timeline{display:grid;grid-template-columns:72px repeat(7,minmax(132px,1fr));min-width:1000px;position:relative}.sched-timeline--board{grid-template-columns:72px repeat(var(--sched-board-cols, 2),minmax(160px,1fr));min-width:0}.sched-time-corner,.sched-timeline-dayhead{position:sticky;top:0;z-index:8;min-height:72px;border-bottom:1px solid var(--border);background:var(--panel-strong)}.sched-time-corner{left:0;z-index:10;border-right:1px solid var(--border)}.sched-timeline-dayhead{display:grid;place-content:center;text-align:center;border-right:1px solid var(--border)}.sched-timeline-dayhead span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sched-timeline-dayhead b{font-size:23px;line-height:1.05}.sched-timeline-dayhead small{color:var(--muted);font-size:10px;margin-top:3px}.sched-timeline-dayhead.is-today{color:#39ff14;background:linear-gradient(180deg,rgba(255,95,21,.22),var(--panel-strong))}.sched-time-axis{position:sticky;left:0;z-index:5;background:var(--panel-strong);border-right:1px solid var(--border)}.sched-hour-label{display:flex;justify-content:flex-end;align-items:flex-start;padding:0 10px;transform:translateY(-7px);color:var(--muted);font-size:10px;font-weight:700}.sched-time-column{position:relative;border-right:1px solid var(--border);background:linear-gradient(to bottom,transparent 91px,rgba(255,255,255,.075) 92px);background-size:100% 92px}.sched-time-column.is-today{background-color:#ff5f150b}.sched-time-slot{position:absolute;left:0;right:0;width:100%;border:0;border-top:1px solid transparent;background:transparent;cursor:crosshair}.sched-time-slot:hover{background:#3b82f61a;border-top-color:#60a5fa4d}.sched-event-position{position:absolute;left:4px;right:4px;z-index:3;min-height:42px}.sched-event{display:flex;flex-direction:column;width:100%;height:100%;min-height:38px;padding:7px 8px;border:1px solid rgba(148,163,184,.3);border-left:4px solid #64748b;border-radius:8px;overflow:hidden;text-align:left;color:var(--text);background:#334155eb;cursor:grab;touch-action:none;box-shadow:0 4px 12px #0000002e}.sched-event:active{cursor:grabbing}.sched-event.is-dragging{opacity:.4}.sched-event:hover{filter:brightness(1.12);transform:translateY(-1px)}.sched-event__time{font-size:10px;font-weight:800;opacity:.82}.sched-event__title{font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-event__meta{font-size:10px;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sched-event--in_progress{border-left-color:#eed202;background:#61560af0}.sched-event--estimate{border-left-color:#b8c1cc;background:#3c424af0}.sched-event--completed{border-left-color:#39ff14;background:#0a5c43f0}.sched-event--en_route{border-left-color:#8b5cf6;background:#4c1d95e6}.sched-event--arrived{border-left-color:#06b6d4;background:#0e5a66eb}.sched-event--paused{border-left-color:#ef4444;background:#7f1d1deb}.sched-event--compact{display:grid;grid-template-columns:auto 1fr;gap:5px;height:auto;min-height:0;padding:4px 6px;margin-bottom:3px;box-shadow:none}.sched-event--compact .sched-event__title{font-size:10px}.sched-anytime{position:absolute;inset:4px 4px auto;z-index:4}.sched-month-card{overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--panel);box-shadow:var(--shadow)}.sched-month-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));min-width:840px}.sched-month-dow{padding:11px;text-align:center;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border)}.sched-month-cell{min-height:126px;padding:8px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer}.sched-month-cell:hover{background:#3b82f60f}.sched-month-cell.is-today{box-shadow:inset 0 0 0 2px #3b82f6a6;background:#3b82f60e}.sched-month-cell.is-outside{opacity:.38}.sched-month-cell.is-drop-target{background-color:#39ff141a;box-shadow:inset 0 0 0 2px #39ff1473}.sched-month-date{display:block;margin-bottom:7px;font-weight:800}.sched-month-more{color:var(--muted);font-size:10px;padding:3px}.sched-drag-ghost{position:fixed;z-index:200;pointer-events:none;transform:translate(-50%,-140%);max-width:220px;padding:7px 12px;border-radius:8px;background:var(--blaze-orange);color:#171200;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 10px 26px #0006}.sched-unscheduled .sched-event{width:240px;height:auto}:root[data-theme=light] .sched-event{color:#fff}:root[data-theme=light] .sched-time-column{background-image:linear-gradient(to bottom,transparent 91px,rgba(15,23,42,.09) 92px)}@media(max-width:700px){.sched-page-head{align-items:stretch}.sched-toolbar{grid-template-columns:36px 1fr 36px;padding:10px}.sched-toolbar__label{font-size:14px}.sched-legend{display:none}.sched-timeline-wrap{max-height:72vh}.sched-timeline{grid-template-columns:64px repeat(7,168px)}.sched-timeline--board{grid-template-columns:64px repeat(var(--sched-board-cols, 2),176px)}.sched-time-corner{width:64px}.sched-month-grid{grid-template-columns:repeat(7,110px);min-width:770px}.sched-event__time{font-size:12px}.sched-event__title{font-size:14px}.sched-event__meta,.sched-hour-label,.sched-timeline-dayhead span{font-size:12px}.sched-timeline-dayhead b{font-size:26px}.sched-timeline-dayhead small{font-size:11px}.sched-segmented button{padding:10px 16px;font-size:15px}.sched-arrow{width:44px;height:44px}.sched-event--compact .sched-event__title{font-size:12px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
