/* CrewFlows Airtable-light refresh: visual-only override */
:root{
  --bg:#f5f6f4;--panel:#fff;--ink:#1c2025;--muted:#747b84;--line:#e1e4df;--dark:#1b2430;
  --shadow:none;
}
body{font-family:Pretendard,"Apple SD Gothic Neo",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5}
.side{width:244px;padding:24px 16px 18px;gap:14px;border-right:1px solid var(--line)}
.brand{gap:11px;margin:0;padding:0 8px 18px}.logo{width:34px;height:34px;border-radius:9px;font-size:13px;font-weight:700}.brand b{font-size:16px;font-weight:650}.brand small{font-size:12px;color:var(--muted)}
.nav{gap:3px}.nav button{position:relative;min-height:42px;border-radius:9px;padding:9px 11px;color:#545b64;font-size:14px;font-weight:540}.nav button.active{background:#eef0ed;color:var(--ink);box-shadow:none;font-weight:650}.nav button.active:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:3px;background:#3867e8}.nav button:hover:not(.active){background:#f8f9f7}
.side-note{border:1px solid var(--line);border-radius:12px;padding:13px;background:#f8f9f7;color:#545b64}
.nav-group{display:grid;gap:3px}.nav-group+.nav-group{margin-top:16px}.nav-label{padding:0 11px;margin:2px 0 6px;color:#939aa2;font-size:10px;font-weight:700;letter-spacing:.09em}.nav button{display:flex;align-items:center;gap:10px}.nav button>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 18px;color:#747b84}.nav-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav button.active .nav-icon{color:#3867e8}.side-note strong{display:block;color:var(--ink);font-size:13px;font-weight:650}.side-note>span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.workspace-status{display:flex;align-items:center;gap:6px;margin-top:10px;color:#747b84;font-size:12px;font-weight:600}.workspace-status i{width:7px;height:7px;border-radius:50%;background:#a4abb2}.workspace-status.online{color:#17643a}.workspace-status.online i{background:#438a5d}
.main{margin-left:244px;width:calc(100% - 244px);padding:28px 32px 48px}.main.full{margin-left:0;width:100%}
.mobile-top{height:58px;padding:0 16px;background:rgba(255,255,255,.97);box-shadow:0 1px 8px rgba(28,32,37,.05)}.mobile-menu{padding:10px 14px}
h1{font-size:30px;line-height:1.2;letter-spacing:-.6px;font-weight:650}h2{font-size:18px;line-height:1.3;font-weight:640}.eyebrow{font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px}.muted{color:var(--muted)}
.top{margin-bottom:24px;gap:20px}.top>div:last-child>div{gap:8px!important}.top span[style*="border-radius:999px"]{border-radius:7px!important;font-weight:650!important}
.btn{min-height:44px;border-radius:10px;padding:0 16px;font-weight:650;box-shadow:none}.btn.secondary{background:#fff;color:var(--ink);border-color:#c8cdc6}.btn:hover{filter:none;background:#2c3745}.btn.secondary:hover{background:#f8f9f7}
.card{border:1px solid var(--line);border-radius:12px;box-shadow:none;background:#fff}.card-pad{padding:16px}
.grid-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px}.stat{position:relative;min-width:0;padding:15px 15px 14px}.stat:before{content:"";position:absolute;left:-1px;top:15px;bottom:15px;width:3px;border-radius:0 3px 3px 0;background:#c8cdc6}.stat:nth-child(2):before{background:#d99422}.stat:nth-child(3):before{background:#d4733f}.stat:nth-child(4):before{background:#438a5d}.stat:nth-child(5):before{background:#6282cc}.stat:nth-child(6):before{background:#c65a55}.stat small{font-size:12px;color:var(--muted)}.stat strong{font-size:27px;line-height:1.1;letter-spacing:-.5px;margin-top:8px;font-weight:650}.stat .icon{display:none}
.section-head{padding:16px 18px}.section-head small{color:var(--muted)}
.badge,.alert-badge,.commercial-pill{border-radius:6px;padding:4px 7px;font-size:11px;font-weight:650}.job-row span[style*="border-radius:999px"],.commercial-card span[style*="border-radius:999px"]{border-radius:6px!important;padding:4px 7px!important;font-size:11px!important;font-weight:650!important}
.ops-alert-board{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:18px;padding:16px;background:#f4ebdd;border:1px solid #e5d8c4;border-radius:14px}.ops-alert-card,.ops-alert-card.warn,.ops-alert-card.danger{min-width:0;border:1px solid rgba(111,88,57,.14);border-radius:10px;background:rgba(255,255,255,.58);padding:11px 12px;box-shadow:none}.ops-alert-card strong{font-size:20px;font-weight:650;margin-top:5px}.ops-alert-card small{font-size:11px;color:#786b5c}.ops-alert-card .muted{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ops-priority-list{gap:0;margin-top:14px}.ops-priority-item,.ops-priority-item.danger,.ops-priority-item.warn{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:14px 0;background:#fff}.ops-priority-item:last-child{border-bottom:0}.ops-priority-title{font-weight:650}.ops-priority-meta{color:var(--muted);font-size:12px}.ops-priority-actions .btn{min-height:36px;padding:0 11px;border-radius:8px;font-size:12px}
.card[style*="background:#fffbeb"]{background:#fff!important;border-color:var(--line)!important}.card[style*="background:#fff7ed"]{background:#ddeee5!important;border-color:#cce1d5!important}
.card[style*="background:#fff7ed"] .memo{background:rgba(255,255,255,.56)}
.job-row{border-bottom:1px solid var(--line);padding:14px 18px}.job-row:hover{background:#fbfcfa}.job-row:last-child{border-radius:0 0 12px 12px}.time{font-weight:650}.price{font-weight:650}.service,.addr{color:var(--muted)}
.dispatch-column,.commercial-column,.customer-history-card{border-radius:12px;box-shadow:none}.dispatch-column-head,.commercial-column-head{background:#f8f9f7}.dispatch-card,.commercial-card{border-radius:10px}.dispatch-empty,.ops-empty{border-radius:10px}
.action-panel,.action-panel.primary,.action-panel.warn{border-radius:12px;box-shadow:none;background:#fff}.action-panel.primary{border-color:#c8d5f6}.action-panel.warn{border-color:#eedac3}.step-dot{background:var(--dark);font-weight:650}.action-grid .btn{border-radius:9px;min-height:44px;font-weight:650}
table{font-size:14px}th{background:#f8f9f7;color:var(--muted);font-weight:600}tr:hover td{background:#fbfcfa}
.info,.memo,.tech-btn,.location{border-radius:10px}.tech-btn{font-weight:650}.tech-btn.active{background:var(--dark)}
.search,.field input,.field select,.field textarea{border-radius:8px;min-height:44px}.search:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:#3867e8;box-shadow:0 0 0 2px rgba(56,103,232,.18)}.field label{color:var(--muted);font-weight:600}
.modal{border-radius:16px;box-shadow:0 24px 70px rgba(28,32,37,.18)}.modal-head{padding:18px 20px}.photo-preview-card{border-radius:16px}
.auth-panel{border-radius:16px;box-shadow:none}.auth-action{border-radius:12px}
.main.landing-main{padding:0!important;background:#fff;overflow:visible}.mobile-top.landing-hidden{display:none!important}.landing-page{--landing-ink:#18212c;--landing-muted:#68717c;--landing-line:#dde2dc;min-height:100vh;background:#fff;color:var(--landing-ink);font-size:15px}.landing-page *{box-sizing:border-box}.landing-page button,.landing-page a{font:inherit}.landing-wrap{width:min(1160px,calc(100% - 48px));margin:0 auto}.landing-header{position:relative;z-index:5;height:76px;border-bottom:1px solid var(--landing-line);background:rgba(255,255,255,.96)}.landing-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.landing-brand{display:flex;align-items:center;gap:11px;padding:0;border:0;background:none;color:var(--landing-ink);text-align:left;cursor:pointer}.landing-brand svg,.landing-footer-brand svg,.landing-preview-brand svg{display:block;flex:0 0 auto}.landing-brand span,.landing-footer-brand span{display:grid}.landing-brand b{font-size:17px;line-height:1.15;letter-spacing:-.02em}.landing-nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}.landing-nav-links a{color:#59626d;text-decoration:none;font-size:14px;font-weight:600}.landing-nav-links a:hover{color:var(--landing-ink)}.landing-header-actions,.landing-hero-actions,.landing-final-actions{display:flex;align-items:center;gap:10px}.landing-page button{cursor:pointer}.landing-text-btn{min-height:40px;padding:0 11px;border:0;background:none;color:#4d5661;font-weight:650}.landing-primary-btn,.landing-secondary-btn{min-height:42px;padding:0 17px;border-radius:9px;border:1px solid #1b2430;font-weight:700;transition:background .15s ease,border-color .15s ease}.landing-primary-btn{background:#1b2430;color:#fff}.landing-primary-btn:hover{background:#2b3746}.landing-secondary-btn{background:#fff;color:#1b2430;border-color:#c9cfc8}.landing-secondary-btn:hover{background:#f7f8f6}.landing-primary-btn.large,.landing-secondary-btn.large{min-height:50px;padding:0 21px}.landing-hero{padding:82px 0 76px;background:#fff}.landing-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:58px}.landing-kicker{display:inline-flex;align-items:center;gap:8px;color:#52606d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.landing-kicker i{width:7px;height:7px;border-radius:50%;background:#14b8a6}.landing-hero-copy h1{margin:18px 0 20px;font-size:52px;line-height:1.12;letter-spacing:-.052em;font-weight:760}.landing-hero-copy h1 span{color:#536170;word-break:keep-all;overflow-wrap:normal}.landing-hero-copy>p{max-width:580px;color:var(--landing-muted);font-size:17px;line-height:1.75;word-break:keep-all}.landing-hero-actions{margin-top:30px}.landing-product-preview{overflow:hidden;border:1px solid #d9ded8;border-radius:16px;background:#f5f6f4;box-shadow:0 22px 48px rgba(27,36,48,.11)}.landing-window-bar{height:44px;display:flex;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid #dde1dc;background:#fbfcfa;color:#7a828b;font-size:11px;font-weight:650}.landing-window-dots{display:flex;gap:5px}.landing-window-dots i{width:7px;height:7px;border-radius:50%;background:#c9cfca}.landing-window-dots i:nth-child(2){background:#d8b576}.landing-window-dots i:nth-child(3){background:#79a88a}.landing-preview-body{display:grid;grid-template-columns:132px 1fr;min-height:410px}.landing-preview-body aside{display:flex;flex-direction:column;gap:5px;padding:18px 10px;background:#fff;border-right:1px solid #dde1dc}.landing-preview-brand{display:flex;align-items:center;gap:7px;padding:0 5px 16px;font-size:11px}.landing-preview-body aside>small{padding:7px 8px 3px;color:#959ca3;font-size:8px;font-weight:750;letter-spacing:.09em}.landing-preview-nav-item{position:relative;display:flex;align-items:center;gap:6px;padding:7px 8px;border-radius:7px;color:#68717b;font-size:8px;font-weight:650;white-space:nowrap}.landing-preview-nav-item.active{background:#eef0ed;color:#20262d}.landing-preview-nav-item.active:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:2px;border-radius:2px;background:#3867e8}.landing-preview-nav-item .nav-icon,.landing-preview-nav-item .nav-icon svg{width:11px;height:11px;flex-basis:11px}.landing-preview-main{min-width:0;padding:24px 22px;background:#f5f6f4}.landing-preview-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.landing-preview-top small{color:#7a828b;font-size:9px;font-weight:650}.landing-preview-top h3{margin-top:3px;font-size:18px;letter-spacing:-.025em}.landing-preview-top button{height:31px;padding:0 10px;border:0;border-radius:7px;background:#1b2430;color:#fff;font-size:9px;font-weight:700}.landing-preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:17px}.landing-preview-stats>div{position:relative;display:grid;padding:11px;border:1px solid #e0e3de;border-radius:8px;background:#fff}.landing-preview-stats>div:before{content:"";position:absolute;left:-1px;top:10px;bottom:10px;width:2px;background:#6282cc}.landing-preview-stats>div:nth-child(2):before{background:#d99422}.landing-preview-stats>div:nth-child(3):before{background:#438a5d}.landing-preview-stats small,.landing-preview-stats span{color:#7a828b;font-size:8px}.landing-preview-stats b{font-size:20px;line-height:1.2;margin:3px 0}.landing-preview-list{margin-top:10px;border:1px solid #e0e3de;border-radius:9px;background:#fff;overflow:hidden}.landing-preview-list-head{display:flex;justify-content:space-between;gap:8px;padding:11px 12px;border-bottom:1px solid #e4e7e2;font-size:9px}.landing-preview-list-head span{color:#818991}.landing-preview-row{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:8px;padding:11px 12px;border-bottom:1px solid #eceeea}.landing-preview-row:last-child{border-bottom:0}.landing-preview-row time{font-size:10px;font-weight:750}.landing-preview-row>div{display:grid}.landing-preview-row b{font-size:10px}.landing-preview-row span{margin-top:2px;color:#7a828b;font-size:8px}.landing-preview-row em{padding:3px 5px;border-radius:4px;font-size:7px;font-style:normal;font-weight:750}.landing-preview-row em.blue{background:#edf2ff;color:#4767ad}.landing-preview-row em.amber{background:#fff2dc;color:#9a6518}.landing-preview-row em.green{background:#e8f4ec;color:#2e704a}.landing-flow{padding:90px 0;background:#f5f6f4;border-top:1px solid #e3e6e1;border-bottom:1px solid #e3e6e1}.landing-section-head{max-width:760px}.landing-section-head h2{margin:0;font-size:36px;line-height:1.2;letter-spacing:-.04em;word-break:keep-all;overflow-wrap:normal;text-wrap:balance}.landing-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;border-top:1px solid #cfd5ce;border-bottom:1px solid #cfd5ce}.landing-flow-grid article{min-height:210px;padding:27px 25px;border-right:1px solid #cfd5ce}.landing-flow-grid article:first-child{border-left:1px solid #cfd5ce}.landing-flow-grid article>span{color:#8d959d;font-size:12px;font-weight:750}.landing-flow-grid h3{margin:34px 0 10px;font-size:18px}.landing-flow-grid p{color:var(--landing-muted);font-size:14px;line-height:1.65}.landing-roles{padding:94px 0 100px;background:#fff}.landing-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.landing-role-grid article{padding:26px;border:1px solid var(--landing-line);border-radius:12px;background:#fff}.landing-role-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:22px;border-radius:9px;background:#eef0ed;color:#33404e;font-size:18px;font-weight:750}.landing-role-grid article>small{color:#7b848d;font-size:11px;font-weight:750;letter-spacing:.08em}.landing-role-grid h3{margin:7px 0 11px;font-size:20px}.landing-role-grid p{min-height:0;color:var(--landing-muted);font-size:14px;line-height:1.65}.landing-final{padding:0 0 96px;background:#fff}.landing-final-card{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:48px 52px;border-radius:16px;background:#1b2430;color:#fff}.landing-final-card h2{max-width:650px;margin:0;color:#fff;font-size:34px;line-height:1.22;letter-spacing:-.04em}.landing-final-actions{flex:0 0 auto}.landing-primary-btn.light-btn{background:#fff;color:#18212c;border-color:#fff}.landing-primary-btn.light-btn:hover{background:#eef0ed}.landing-secondary-btn.dark-btn{background:transparent;color:#fff;border-color:#626d79}.landing-secondary-btn.dark-btn:hover{background:#26313f}.landing-footer{padding:28px 0;border-top:1px solid var(--landing-line);background:#fbfcfa}.landing-footer>.landing-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-footer-brand{display:flex;align-items:center;gap:10px}.landing-footer-brand b{font-size:14px}.landing-footer-links{display:flex;gap:14px;flex-wrap:wrap}
.landing-evidence,.landing-faq{padding:88px 0}.landing-evidence{background:#f7f9f6;border-top:1px solid #e5e9e3;border-bottom:1px solid #e5e9e3}.landing-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.landing-evidence-grid article{border:1px solid #d8ded7;border-radius:14px;background:#fff;padding:24px}.landing-evidence-grid h3{margin:0 0 8px;font-size:20px;letter-spacing:-.02em}.landing-evidence-grid p{color:#68717c;line-height:1.7}.landing-faq{background:#fff}.landing-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.landing-faq-grid details{border:1px solid #d8ded7;border-radius:12px;background:#fff;padding:0 20px}.landing-faq-grid summary{cursor:pointer;list-style:none;padding:19px 30px 19px 0;font-weight:750;position:relative}.landing-faq-grid summary::-webkit-details-marker{display:none}.landing-faq-grid summary::after{content:'+';position:absolute;right:0;top:17px;color:#167e73;font-size:22px;font-weight:500}.landing-faq-grid details[open] summary::after{content:'−'}.landing-faq-grid details p{padding:0 0 20px;color:#68717c;line-height:1.7}.inquiry-status{border:1px solid #c9d6cf;border-radius:10px;padding:13px 14px;margin-bottom:14px;line-height:1.55;outline:none}.inquiry-status.is-success{background:#edf8f0;border-color:#9ec8aa;color:#215f34}.inquiry-status.is-error{background:#fff1f2;border-color:#f3b5bc;color:#9f2430}.inquiry-status:focus{box-shadow:0 0 0 3px rgba(56,103,232,.18)}
@media(min-width:721px){.landing-hero-copy h1 span{white-space:nowrap}}
@media(min-width:1041px) and (max-width:1160px){.landing-hero-grid{grid-template-columns:minmax(0,1fr) minmax(480px,.95fr);gap:36px}.landing-hero-copy h1{font-size:48px}}
@media(max-width:1180px){.grid-stats{grid-template-columns:repeat(3,1fr)}.ops-alert-board{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1040px){.landing-nav-links{display:none}.landing-hero{padding:66px 0}.landing-hero-grid{grid-template-columns:1fr;gap:44px}.landing-hero-copy{max-width:760px}.landing-product-preview{max-width:760px}.landing-flow-grid{grid-template-columns:repeat(2,1fr)}.landing-flow-grid article:nth-child(3){border-left:1px solid #cfd5ce;border-top:1px solid #cfd5ce}.landing-flow-grid article:nth-child(4){border-top:1px solid #cfd5ce}.landing-role-grid{grid-template-columns:1fr}.landing-role-grid p{min-height:0}.landing-final-card{align-items:flex-start;flex-direction:column}.landing-final-actions{width:100%}}
@media(max-width:1100px){.main{margin-left:0;width:100%;padding:20px}.mobile-top{display:flex}.side{display:none}}
@media(max-width:640px){.main{padding:16px}.top{gap:14px}.top>div:last-child{width:100%}.top>div:last-child>div{display:grid!important;grid-template-columns:1fr!important;width:100%}.top>div:last-child>div>span{display:none!important}.top .btn{width:100%}h1{font-size:27px}.grid-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.stat{padding:13px 12px}.stat strong{font-size:24px}.stat small:last-of-type{display:block;min-height:34px;margin-top:5px}.ops-alert-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px}.ops-alert-card{padding:10px}.ops-priority-item{grid-template-columns:1fr;padding:14px 0}.ops-priority-actions{display:grid;grid-template-columns:1fr 1fr}.ops-priority-actions .btn{min-height:42px}.card-pad{padding:14px}.job-row{padding:14px}.modal{border-radius:14px}.modal-foot .btn{min-height:44px}}
@media(max-width:640px){.landing-wrap{width:min(100% - 30px,1160px)}.landing-header{height:66px}.landing-brand b{font-size:15px}.landing-header-actions{gap:3px}.landing-text-btn{padding:0 8px;font-size:13px}.landing-header-actions .landing-primary-btn{min-height:38px;padding:0 11px;font-size:12px}.landing-hero{padding:52px 0 56px}.landing-hero-copy h1{font-size:36px;line-height:1.15;letter-spacing:-.045em}.landing-hero-copy>p{font-size:15px;line-height:1.7}.landing-hero-actions{display:grid;grid-template-columns:1fr}.landing-primary-btn.large,.landing-secondary-btn.large{width:100%}.landing-product-preview{border-radius:12px}.landing-preview-body{grid-template-columns:1fr;min-height:360px}.landing-preview-body aside{display:none}.landing-preview-main{padding:18px 14px}.landing-preview-stats{gap:5px}.landing-preview-stats>div{padding:9px 8px}.landing-preview-list-head,.landing-preview-row{padding-left:9px;padding-right:9px}.landing-flow,.landing-roles{padding:64px 0}.landing-section-head h2{font-size:29px}.landing-flow-grid{grid-template-columns:1fr;margin-top:30px}.landing-flow-grid article{min-height:0;padding:22px;border:1px solid #cfd5ce;border-bottom:0}.landing-flow-grid article:last-child{border-bottom:1px solid #cfd5ce}.landing-flow-grid article:nth-child(3),.landing-flow-grid article:nth-child(4){border-top:1px solid #cfd5ce}.landing-flow-grid h3{margin:20px 0 7px}.landing-role-grid{margin-top:30px}.landing-role-grid article{padding:22px}.landing-final{padding-bottom:64px}.landing-final-card{padding:32px 24px;border-radius:12px}.landing-final-card h2{font-size:28px}.landing-final-actions{display:grid;grid-template-columns:1fr}.landing-final-actions button{width:100%}.landing-footer>.landing-wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:720px){.landing-page{overflow-x:clip}.landing-wrap{width:calc(100% - 30px);max-width:1160px}.landing-header-inner{gap:10px}.landing-header-actions .landing-text-btn{display:none}.landing-hero-grid{grid-template-columns:minmax(0,1fr);min-width:0}.landing-hero-copy,.landing-product-preview{width:100%;max-width:100%;min-width:0}.landing-hero-copy h1,.landing-hero-copy>p{word-break:normal;overflow-wrap:anywhere}.landing-evidence,.landing-faq{padding:64px 0}.landing-evidence-grid,.landing-faq-grid{grid-template-columns:1fr}.landing-evidence-grid{margin-top:28px}.landing-evidence-grid article{padding:20px}.landing-faq-grid{margin-top:28px}.landing-faq-grid details{padding:0 17px}.inquiry-status{font-size:14px}}
