:root{color-scheme:light;--bg:#f8fcff;--panel:#ffffff;--line:#e3e7ec;--line-strong:#cbd5df;--text:#1d2733;--muted:#697586;--accent:#0a7fef;--accent-soft:#eff6ff;--danger:#b42318;--shadow:0 14px 34px rgba(29,39,51,0.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,Noto Sans Mono CJK JP,Yu Gothic UI,monospace;font-size:14px}.lp{min-height:100vh;background:#f7f9fb;color:#16202d;font-family:Inter,Noto Sans JP,Yu Gothic UI,system-ui,sans-serif;line-height:1.6}.lp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,32px)}.lp-hero{position:relative;min-height:clamp(640px,92vh,880px);background-color:#0b1320;background:linear-gradient(180deg,rgba(8,22,36,.22),rgba(8,22,36,.55)),url(/lp/hero.jpg) center 50% /cover,#0b1320;color:white;display:flex;flex-direction:column}.lp-nav{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:18px clamp(20px,4vw,32px);width:100%;max-width:1200px;margin:0 auto}.lp-actions a,.lp-brand,.lp-final-actions a,.lp-nav a{color:inherit;text-decoration:none}.lp-brand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:.01em}.lp-brand:before{content:"";width:11px;height:20px;background:url(/lp/logo-mark.svg) 50%/contain no-repeat;display:inline-block}.lp-nav-links{display:flex;align-items:center;gap:22px;color:rgba(255,255,255,.82);font-size:14px}.lp-nav-links a:hover{color:white}.lp-nav-cta{background:#0a7fef;border:1px solid #0a7fef;border-radius:6px;padding:10px 16px;font-weight:700;color:white;transition:background .14s ease,border-color .14s ease}.lp-nav-cta:hover{background:#0866c2;border-color:#0866c2}.lp-nav-actions{display:flex;align-items:center;gap:8px}.lp-nav-link{border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:9px 14px;font-weight:700;color:white;transition:background .14s ease,border-color .14s ease}.lp-nav-link:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.6)}.lp-hero-inner{width:100%;max-width:1200px;margin:0 auto;padding:clamp(56px,8vw,96px) clamp(20px,4vw,32px) clamp(72px,10vw,128px);flex:1 1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);grid-gap:clamp(28px,4vw,56px);gap:clamp(28px,4vw,56px);align-items:center}.lp-hero-text{text-shadow:0 2px 14px rgba(8,22,36,.45)}.lp-hero-mock{filter:drop-shadow(0 24px 48px rgba(8,22,36,.35))}.lp-kicker{color:#0a7fef;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0}.lp-hero .lp-kicker{color:#7fb8ff}.lp h1{display:block;font-size:clamp(32px,4.8vw,56px);line-height:1.2;margin:14px 0 20px;letter-spacing:0;max-width:760px;font-weight:800}.lp-nowrap{white-space:nowrap}.lp h2{font-size:clamp(24px,2.8vw,34px);line-height:1.35;margin:0;letter-spacing:0;font-weight:800}.lp-copy{max-width:600px;font-size:clamp(15px,1.4vw,17px);line-height:1.85;color:rgba(255,255,255,.95);margin:0 0 8px}.lp-actions{display:flex;gap:12px;margin-top:28px;align-items:center;flex-wrap:wrap}.lp-actions a,.lp-final-actions a{padding:12px 8px;font-weight:700;font-size:15px;text-decoration:underline;text-underline-offset:4px;transition:color .14s ease,background .14s ease,border-color .14s ease}.lp-actions a:hover,.lp-final-actions a:hover{color:#bfdbfe}.lp-actions .lp-primary,.lp-final-actions .lp-primary{background:#0a7fef;border-radius:6px;border:1px solid #0a7fef;color:white;padding:12px 18px;text-decoration:none}.lp-actions .lp-primary:hover,.lp-final-actions .lp-primary:hover{background:#0866c2;border-color:#0866c2;color:white}.lp-hero-meta{margin:10px 0 0;font-size:13px;color:rgba(255,255,255,.85)}.lp-section{padding:clamp(56px,7vw,88px) 0}.lp-section>.lp-container{display:grid;grid-gap:clamp(28px,4vw,40px);gap:clamp(28px,4vw,40px)}.lp-section-head{display:grid;grid-gap:12px;gap:12px;max-width:680px}.lp-section-head h2{max-width:600px}.lp-section-lead{margin:0;color:#475467;font-size:15px;line-height:1.85}.lp-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-card,.lp-step{background:white;border:1px solid var(--line);border-radius:8px;padding:22px;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.lp-card:hover,.lp-step:hover{border-color:#bfdbfe;box-shadow:0 12px 28px rgba(8,102,194,.08)}.lp-card{display:flex;flex-direction:column;gap:12px}.lp-card-head{display:flex;align-items:center;gap:8px}.lp-card-head h3{margin:0;font-size:16px;font-weight:700}.lp-card-head svg{color:#0866c2;flex:0 0 auto}.lp-card>p{margin:0;color:#475467;line-height:1.8;font-size:14px}.lp-step span{color:var(--accent);font-weight:800;font-size:14px;letter-spacing:.04em}.lp-step h3{margin:10px 0 8px;font-size:17px;font-weight:700}.lp-step p{color:var(--muted);line-height:1.7;font-size:14px;margin:0}.lp-workflow{position:relative;overflow:hidden;padding:clamp(76px,9vw,122px) 0;background:#ffffff}.lp-workflow>.lp-container{display:grid;grid-gap:clamp(34px,5vw,56px);gap:clamp(34px,5vw,56px)}.lp-workflow-head{display:grid;justify-items:center;text-align:center}.lp-workflow-head h2{max-width:940px;font-size:clamp(36px,5vw,60px);line-height:1.18}.lp-workflow-map{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border:1px solid #d8e4ee;border-radius:8px;background:#ffffff;box-shadow:0 16px 34px rgba(8,22,36,.05)}.lp-workflow-map:before{content:"";position:absolute;top:55px;left:44px;right:44px;height:3px;background:#0a7fef;opacity:.16}.lp-flow-step{position:relative;z-index:1;min-height:278px;border:0;border-right:1px solid #e4edf6;border-radius:0;box-shadow:none;padding:30px 24px 28px;display:grid;align-content:stretch;grid-template-rows:auto auto auto 1fr;grid-gap:14px;gap:14px;background:#ffffff}.lp-flow-step:last-child{border-right:0}.lp-flow-step:nth-child(3){background:#f0f7ff}.lp-flow-step:not(:last-child):after{content:"";position:absolute;top:43px;right:-12px;z-index:3;width:24px;height:24px;border-top:1px solid #d8e4ee;border-right:1px solid #d8e4ee;background:#ffffff;transform:rotate(45deg)}.lp-flow-step:nth-child(3):after{background:#f0f7ff}.lp-flow-number{position:relative;z-index:2;width:48px;height:48px;border-radius:999px;display:inline-grid;place-items:center;background:#0b1320;color:#ffffff;font-size:13px;font-weight:900;letter-spacing:.04em}.lp-flow-step:nth-child(3) .lp-flow-number{background:#0866c2}.lp-flow-step h3{margin:6px 0 0;font-size:clamp(22px,2.2vw,28px);line-height:1.32;font-weight:900}.lp-flow-step p{margin:0;color:#344054;font-size:15px;font-weight:800;line-height:1.7}.lp-flow-step div{display:flex;align-content:flex-end;align-self:flex-end;flex-wrap:wrap;gap:8px}.lp-flow-step div span{border:1px solid #d8e4ee;border-radius:6px;padding:6px 8px;background:#ffffff;color:#475467;font-size:12px;font-weight:800;line-height:1.3}.lp-pain{position:relative;overflow:hidden;padding:clamp(64px,8vw,104px) 0 clamp(34px,5vw,58px);background:linear-gradient(180deg,#ffffff,#ffffff 44%,#f8fbff)}.lp-pain:after{content:"";inset:0;z-index:1;background:linear-gradient(180deg,#ffffff,rgba(255,255,255,.96) 42%,rgba(255,255,255,.56) 70%,rgba(255,255,255,.9))}.lp-pain-sheet,.lp-pain:after{position:absolute;pointer-events:none}.lp-pain-sheet{top:clamp(260px,28vw,330px);left:50%;z-index:0;width:min(1380px,120vw);opacity:.5;transform:translateX(-50%) rotate(-6deg);transform-origin:center top}.lp-pain-sheet img{display:block;width:100%;height:auto;filter:saturate(.92)}.lp-pain>.lp-container{position:relative;z-index:2;display:grid;grid-gap:clamp(30px,4vw,44px);gap:clamp(30px,4vw,44px)}.lp-pain-head{display:grid;grid-gap:14px;gap:14px;justify-items:center;max-width:none;text-align:center}.lp-pain-head h2{font-size:clamp(32px,4vw,48px);line-height:1.24;max-width:720px}.lp-pain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-pain-item{background:#ffffff;border:1px solid #e6e9ee;border-left:4px solid #d97706;border-radius:8px;padding:18px 20px 18px 18px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 8px 20px rgba(29,39,51,.04)}.lp-pain-item svg{color:#b54708;flex:0 0 auto;margin-top:2px}.lp-pain-item h3{margin:0 0 6px;font-size:17px;line-height:1.55;font-weight:800}.lp-pain-item p{margin:0;font-size:14px;line-height:1.75;color:#475467}.lp-pain-bridge{position:relative;display:grid;min-height:clamp(144px,18vw,220px);place-items:center;overflow:visible;text-align:center;isolation:isolate}.lp-pain-bridge:before{content:"";position:absolute;top:50%;left:50%;z-index:-1;width:clamp(190px,30vw,360px);height:clamp(100px,14vw,164px);background:rgba(8,102,194,.12);-webkit-clip-path:polygon(100% 18%,50% 100%,0 18%);clip-path:polygon(100% 18%,50% 100%,0 18%);pointer-events:none;transform:translate(-50%,-50%)}.lp-pain-bridge p{position:relative;margin:0;max-width:720px;color:#16202d;font-size:clamp(18px,2.1vw,25px);font-weight:800;line-height:1.5;text-shadow:0 1px 0 rgba(255,255,255,.9)}.lp-pain-bridge p:before{content:"";position:absolute;left:50%;bottom:calc(100% + 12px);width:clamp(14px,1.8vw,22px);height:clamp(26px,3.1vw,38px);border-color:#0866c2;border-style:solid;border-width:0 clamp(4px,.45vw,6px) clamp(4px,.45vw,6px) 0;border-radius:0;transform:translateX(-50%) rotate(45deg);transform-origin:center}.lp-pain-bridge span{color:#0866c2;white-space:nowrap}.lp-solution{padding:clamp(64px,8vw,104px) 0;background:#eef4f7}.lp-solution>.lp-container{display:grid;grid-gap:clamp(28px,4vw,42px);gap:clamp(28px,4vw,42px)}.lp-solution-hero{display:grid;grid-template-columns:1fr;grid-gap:clamp(32px,4vw,44px);gap:clamp(32px,4vw,44px);align-items:start}.lp-solution-head{display:grid;grid-gap:18px;gap:18px;max-width:900px}.lp-solution-head h2{position:relative;max-width:860px;padding-bottom:18px;font-size:clamp(31px,4.1vw,52px);line-height:1.22}.lp-solution-head h2:after{content:"";position:absolute;left:0;bottom:0;width:clamp(120px,18vw,210px);height:5px;background:#f2b705}.lp-solution-brand{color:#0866c2;white-space:nowrap}.lp-solution-head p{margin:0;max-width:760px;color:#344054;font-size:clamp(15px,1.45vw,18px);line-height:1.85}.lp-solution-visual{justify-self:center;width:min(100%,900px)}.lp-solution-visual img{display:block;width:100%;height:auto;border:1px solid #d8e4ee;border-radius:8px;background:#ffffff;box-shadow:0 18px 42px rgba(8,102,194,.12)}.lp-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.lp-solution-card{background:#ffffff;border:1px solid #d8e4ee;border-top:4px solid #0866c2;border-radius:8px;padding:20px;display:grid;align-content:start;grid-gap:11px;gap:11px;box-shadow:0 10px 24px rgba(8,102,194,.05)}.lp-solution-card svg{color:#0866c2;flex:0 0 auto}.lp-solution-card h3{margin:0;font-size:18px;line-height:1.5;font-weight:800}.lp-solution-card p{margin:0;color:#475467;font-size:14px;line-height:1.75}.lp-features{background:#f8fbff}.lp-features>.lp-container{gap:clamp(32px,4vw,48px)}.lp-features .lp-section-head{max-width:900px}.lp-features .lp-section-head h2{max-width:820px}.lp-features .lp-section-lead{max-width:780px}.lp-features .lp-feature-grid{gap:0;overflow:hidden;border:1px solid #d8e4ee;border-radius:8px;background:#ffffff;box-shadow:0 16px 34px rgba(8,22,36,.05)}.lp-features .lp-card{min-height:214px;border:0;border-right:1px solid #e4edf6;border-bottom:1px solid #e4edf6;border-radius:0;box-shadow:none;padding:24px}.lp-features .lp-card:nth-child(3n){border-right:0}.lp-features .lp-card:nth-last-child(-n+3){border-bottom:0}.lp-features .lp-card:hover{border-color:#e4edf6;box-shadow:none;transform:none;background:#fbfdff}.lp-features .lp-card-head{align-items:flex-start;gap:12px}.lp-features .lp-card-head svg{width:34px;height:34px;padding:7px;border:1px solid #bfdbfe;border-radius:7px;background:#eff6ff}.lp-features .lp-card-head h3{font-size:18px;line-height:1.45;font-weight:800}.lp-features .lp-card>p{color:#475467;line-height:1.85}.billing-plan-title{display:flex;align-items:center;gap:8px}.billing-badge{border-radius:999px;background:#eff6ff;color:#0866c2;border:1px solid #bfdbfe;padding:3px 8px;font-size:11px;font-weight:800;white-space:nowrap}.billing-plan ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.billing-plan li{display:flex;align-items:flex-start;gap:8px;color:#344054;line-height:1.6}.billing-plan li svg{color:#0866c2;flex:0 0 auto;margin-top:3px}.billing-common div{display:flex;flex-wrap:wrap;gap:8px}.billing-common span{border:1px solid var(--line);border-radius:6px;padding:7px 10px;color:#344054;background:#ffffff;font-size:13px;font-weight:700}.lp-faq{background:white}.lp-faq>.lp-container{grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:clamp(32px,5vw,64px)}.lp-faq .lp-section-head{max-width:520px;position:-webkit-sticky;position:sticky;top:28px}.lp-faq .lp-section-head h2{max-width:500px;font-size:clamp(28px,3.4vw,42px);line-height:1.28}.lp-footer{padding:28px 0;background:#081624;color:rgba(255,255,255,.78);border-top:1px solid rgba(255,255,255,.08)}.lp-footer>.lp-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.lp-footer-brand{display:inline-block;color:white;font-size:16px;font-weight:800;text-decoration:none}.lp-footer p{margin:4px 0 0;font-size:13px}.lp-footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.lp-footer-links a{color:rgba(255,255,255,.78);font-size:13px;font-weight:700;text-decoration:none}.lp-footer-links a:hover{color:white;text-decoration:underline;text-underline-offset:4px}.lp-footer-copy{white-space:nowrap}.lp-mock{margin:0;background:white;border-radius:10px;overflow:hidden;box-shadow:0 8px 18px rgba(8,22,36,.08);border:1px solid var(--line)}.lp-mock-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f1f4f8;border-bottom:1px solid var(--line)}.lp-mock-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.lp-mock-dot-red{background:#f87171}.lp-mock-dot-yellow{background:#fbbf24}.lp-mock-dot-green{background:#34d399}.lp-mock-title{margin-left:8px;font-size:11px;font-weight:700;color:#475467}.lp-mock-shot{position:relative;background:repeating-linear-gradient(45deg,#f1f5f9 0 10px,#e2e8f0 10px 20px);aspect-ratio:16/10;overflow:hidden;display:flex;align-items:center;justify-content:center}.lp-mock-shot img{position:relative;display:block;width:100%;height:100%;object-fit:cover;object-position:top left;background:white}.lp-mock-fallback{width:100%;height:100%;display:grid;grid-template-columns:76px minmax(0,1fr);background:#ffffff;color:#16202d}.lp-mock-fallback-sidebar{display:grid;align-content:start;grid-gap:10px;gap:10px;padding:18px 12px;background:#0b2a4a}.lp-mock-fallback-sidebar span{height:9px;border-radius:999px;background:rgba(255,255,255,.22)}.lp-mock-fallback-sidebar span:first-child{background:rgba(255,255,255,.78)}.lp-mock-fallback-main{display:grid;grid-template-rows:auto auto 1fr;grid-gap:14px;gap:14px;padding:clamp(16px,2.2vw,24px);background:linear-gradient(180deg,#f8fbff,#ffffff 52%)}.lp-mock-fallback-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lp-mock-fallback-title strong{font-size:clamp(15px,1.7vw,20px);line-height:1.3}.lp-mock-fallback-title span{color:#667085;font-size:12px;font-weight:700;white-space:nowrap}.lp-mock-fallback-status{display:flex;flex-wrap:wrap;gap:8px}.lp-mock-fallback-status span{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.lp-mock-fallback-status .recommended{background:#eff6ff;color:#0866c2}.lp-mock-fallback-status .warning{background:#fffaeb;color:#b54708}.lp-mock-fallback-status .blocked{background:#fef3f2;color:#b42318}.lp-mock-fallback-rows{display:grid;grid-gap:8px;gap:8px}.lp-mock-fallback-rows div{display:grid;grid-template-columns:minmax(0,1fr) minmax(48px,26%);align-items:center;grid-gap:12px;gap:12px;min-height:34px;padding:8px 10px;border:1px solid #e3e7ec;border-radius:8px;background:#ffffff;box-shadow:0 6px 14px rgba(8,22,36,.04)}.lp-mock-fallback-rows div.active{border-color:#bfdbfe}.lp-mock-fallback-rows span{overflow:hidden;color:#344054;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.lp-mock-fallback-rows i{height:8px;border-radius:999px;background:#dbeafe}.lp-hero-mock .lp-mock-shot{aspect-ratio:16/10}.lp-judge{position:relative;overflow:hidden;padding:clamp(78px,9vw,128px) 0;background:linear-gradient(135deg,rgba(8,22,36,.96),rgba(8,22,36,.92) 58%,rgba(126,29,29,.92)),#081624;color:white}.lp-judge:before{content:"";position:absolute;inset:auto -8% -38% 42%;height:62%;background:#b42318;opacity:.14;transform:skewX(-18deg);pointer-events:none}.lp-judge>.lp-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:clamp(32px,4vw,52px);gap:clamp(32px,4vw,52px);align-items:stretch}.lp-judge-head{max-width:1040px}.lp-judge-head h2{color:white;font-size:clamp(36px,5.4vw,68px);line-height:1.14;max-width:1000px}.lp-judge-stage{display:grid;grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.08);box-shadow:0 28px 68px rgba(0,0,0,.28)}.lp-judge-case{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:end;padding:clamp(20px,3vw,30px);border-bottom:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06)}.lp-judge-case span{color:#7fb8ff;font-size:12px;font-weight:900}.lp-judge-case h3{margin:6px 0 0;color:white;font-size:clamp(22px,2.6vw,34px);line-height:1.28;font-weight:900}.lp-judge-case-tags{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.lp-judge-case-tags span{border:1px solid rgba(127,184,255,.38);border-radius:6px;padding:7px 9px;background:rgba(10,127,239,.12);color:rgba(255,255,255,.9);font-size:12px}.lp-judge-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);grid-gap:0;gap:0;align-items:stretch}.lp-candidate-panel{background:#ffffff;color:#16202d;padding:clamp(18px,2.4vw,28px)}.lp-candidate-title{margin:0 0 14px;color:#475467;font-size:13px;font-weight:900}.lp-candidate-list{display:grid;grid-gap:12px;gap:12px}.lp-candidate-row{display:grid;grid-template-columns:132px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start;border:1px solid #d8e4ee;border-radius:8px;padding:18px;background:#ffffff}.lp-candidate-row.recommended{border-color:#9cc9ff}.lp-candidate-row.warning{border-color:#f7d681}.lp-candidate-row.blocked{border-color:#e48b86;background:#fffafa;box-shadow:inset 4px 0 0 #b42318}.lp-candidate-status{display:inline-flex;align-items:center;gap:6px;justify-content:center;min-height:30px;border-radius:6px;padding:5px 9px;font-size:12px;font-weight:900}.lp-candidate-row.recommended .lp-candidate-status{background:#dbeafe;color:#0866c2}.lp-candidate-row.warning .lp-candidate-status{background:#fef3c7;color:#92400e}.lp-candidate-row.blocked .lp-candidate-status{background:#fee2e2;color:#b42318}.lp-candidate-status svg{flex:0 0 auto}.lp-candidate-row h3{margin:0 0 5px;font-size:clamp(18px,1.7vw,22px);line-height:1.4;font-weight:900}.lp-candidate-row p{margin:0;color:#344054;font-size:14px;font-weight:700;line-height:1.7}.lp-stop-panel{display:grid;align-content:start;grid-gap:16px;gap:16px;padding:clamp(22px,3vw,34px);background:#fff4f3;color:#16202d;border-left:1px solid #f0b6b2}.lp-stop-eyebrow{color:#b42318;font-size:12px;font-weight:900}.lp-stop-panel h3{margin:0;max-width:360px;color:#7a1d18;font-size:clamp(25px,3vw,38px);line-height:1.18;font-weight:900}.lp-stop-reasons{display:grid;grid-gap:10px;gap:10px}.lp-stop-reasons div{display:grid;grid-gap:6px;gap:6px;border:1px solid #f0b6b2;border-radius:8px;padding:13px 14px;background:white}.lp-stop-reasons span{color:#b42318;font-size:12px;font-weight:900}.lp-stop-reasons strong{color:#344054;font-size:14px;line-height:1.6}.lp-judge-bottom{margin:0;padding:18px clamp(20px,3vw,30px);border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.84);font-size:clamp(15px,1.5vw,18px);font-weight:800;line-height:1.65}.lp-operations{padding:clamp(78px,8vw,118px) 0;background:#f6f9fc}.lp-operations>.lp-container{display:grid;grid-gap:clamp(32px,4vw,52px);gap:clamp(32px,4vw,52px)}.lp-operations-head h2{max-width:980px;font-size:clamp(36px,5.1vw,64px);line-height:1.16}.lp-operations-workbench{display:grid;grid-template-columns:minmax(250px,.35fr) minmax(54px,.08fr) minmax(0,1fr);grid-gap:clamp(14px,2vw,24px);gap:clamp(14px,2vw,24px);align-items:center}.lp-scattered-records{min-height:520px;border:1px dashed #b9c6d3;border-radius:8px;padding:22px;background:#ffffff;box-shadow:0 14px 30px rgba(8,22,36,.05)}.lp-ops-label{display:inline-block;color:#667085;font-size:12px;font-weight:900;margin-bottom:18px}.lp-scattered-stack{position:relative;min-height:426px}.lp-scattered-sheet{position:absolute;left:0;right:0;display:grid;grid-gap:9px;gap:9px;border:1px solid #d8e4ee;border-radius:7px;padding:16px;background:#ffffff;box-shadow:0 12px 22px rgba(8,22,36,.08)}.lp-scattered-sheet:first-child{top:0;transform:rotate(-2deg)}.lp-scattered-sheet:nth-child(2){top:78px;transform:rotate(1.4deg)}.lp-scattered-sheet:nth-child(3){top:156px;transform:rotate(-1deg)}.lp-scattered-sheet:nth-child(4){top:234px;transform:rotate(1.8deg)}.lp-scattered-sheet:nth-child(5){top:312px;transform:rotate(-1.2deg)}.lp-scattered-sheet span{color:#344054;font-size:14px;font-weight:900}.lp-scattered-sheet i{display:block;height:7px;border-radius:999px;background:#e8eef5}.lp-scattered-sheet i:nth-of-type(2){width:72%}.lp-scattered-sheet i:nth-of-type(3){width:46%}.lp-operations-to-case{position:relative;height:3px;background:#0a7fef}.lp-operations-to-case:after{content:"";position:absolute;top:50%;right:-2px;width:16px;height:16px;border-top:3px solid #0a7fef;border-right:3px solid #0a7fef;transform:translateY(-50%) rotate(45deg)}.lp-case-workspace{overflow:hidden;border:1px solid #cbd8e6;border-radius:8px;background:#ffffff;box-shadow:0 24px 54px rgba(8,22,36,.12)}.lp-case-bar{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 18px;background:#0b1320;color:rgba(255,255,255,.78)}.lp-case-bar span{font-size:12px;font-weight:900}.lp-case-bar strong{color:white;font-size:13px;font-weight:900}.lp-case-summary{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;padding:clamp(22px,3vw,32px);border-bottom:1px solid #d8e4ee}.lp-case-summary svg{width:46px;height:46px;padding:10px;border-radius:8px;background:#eff6ff;color:#0866c2}.lp-case-summary span{color:#0866c2;font-size:13px;font-weight:900}.lp-case-summary h3{margin:5px 0 0;font-size:clamp(28px,3.7vw,46px);line-height:1.16;font-weight:900}.lp-case-records{display:grid}.lp-case-record{display:grid;grid-template-columns:34px minmax(86px,.22fr) minmax(0,1fr) minmax(136px,.27fr);grid-gap:12px;gap:12px;align-items:center;min-height:68px;padding:14px clamp(18px,2.6vw,28px);border-bottom:1px solid #e4edf6}.lp-case-record svg{color:#0866c2}.lp-case-record span{color:#667085;font-size:13px;font-weight:900}.lp-case-record strong{color:#16202d;font-size:15px;line-height:1.45}.lp-case-record em{justify-self:end;border:1px solid #bfdbfe;border-radius:6px;padding:5px 8px;background:#eff6ff;color:#0866c2;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.lp-case-next{display:flex;justify-content:flex-end;padding:18px clamp(18px,2.6vw,28px);background:#f8fbff}.lp-case-next span{border-radius:6px;padding:10px 14px;background:#0866c2;color:white;font-size:13px;font-weight:900}.lp-pricing{padding:clamp(78px,8vw,118px) 0;background:#ffffff}.lp-pricing>.lp-container{display:grid;grid-gap:clamp(32px,4vw,52px);gap:clamp(32px,4vw,52px)}.lp-pricing-head{max-width:1040px}.lp-pricing-head h2{max-width:980px;font-size:clamp(36px,5.1vw,64px);line-height:1.16}.lp-pricing-path{display:grid;grid-template-columns:minmax(300px,.42fr) minmax(0,1fr);grid-gap:clamp(18px,3vw,32px);gap:clamp(18px,3vw,32px);align-items:stretch}.lp-pricing-limits{display:grid;align-content:start;grid-gap:18px;gap:18px;border:1px solid #d8e4ee;border-radius:8px;padding:clamp(22px,3vw,30px);background:#f8fbff}.lp-pricing-limits>span{color:#0866c2;font-size:13px;font-weight:900}.lp-limit-table{display:grid;border:1px solid #d8e4ee;border-radius:8px;overflow:hidden;background:#ffffff}.lp-limit-head,.lp-limit-row{display:grid;grid-template-columns:1.05fr .82fr .82fr .82fr;min-width:0}.lp-limit-head{background:#0b1320;color:white}.lp-limit-head strong,.lp-limit-row span,.lp-limit-row strong{min-width:0;padding:11px 10px;border-right:1px solid #e4edf6;font-size:12px;line-height:1.4}.lp-limit-head strong{border-right-color:rgba(255,255,255,.16);font-weight:900}.lp-limit-head strong:last-child,.lp-limit-row span:last-child{border-right:0}.lp-limit-row{border-top:1px solid #e4edf6}.lp-limit-row strong{color:#16202d;font-weight:900}.lp-limit-row span{color:#344054;font-weight:800}.lp-pricing-limits p{margin:0;color:#475467;font-size:14px;line-height:1.8}.lp-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border:1px solid #d8e4ee;border-radius:8px;box-shadow:0 18px 38px rgba(8,22,36,.07)}.lp-plan,.lp-plan-grid{display:grid;background:#ffffff}.lp-plan{position:relative;grid-template-rows:auto auto auto 1fr;grid-gap:18px;gap:18px;min-height:430px;border-right:1px solid #e4edf6;padding:clamp(22px,2.6vw,30px)}.lp-plan:last-child{border-right:0}.lp-plan:before{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#eef2f6;color:#344054;font-size:12px;font-weight:900}.lp-plan:first-child:before{content:"01"}.lp-plan:nth-child(2):before{content:"02"}.lp-plan:nth-child(3):before{content:"03"}.lp-plan.recommended{background:#f0f7ff}.lp-plan-badge,.lp-plan.recommended:before{background:#0866c2;color:white}.lp-plan-badge{position:absolute;top:26px;right:24px;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:900}.lp-plan-head{display:grid;grid-gap:8px;gap:8px}.lp-plan-head span{color:#0866c2;font-size:13px;font-weight:900}.lp-plan-head h3{margin:0;font-size:clamp(26px,2.4vw,34px);line-height:1.16}.lp-plan-head p{margin:0;color:#475467;font-size:14px;line-height:1.75}.lp-plan-price{display:flex;align-items:baseline;gap:6px}.lp-plan-price strong{color:#16202d;font-size:clamp(32px,3.2vw,44px);line-height:1}.lp-plan-price span{color:#667085;font-size:13px;font-weight:800}.lp-plan-scale{margin:0;align-self:start;border:1px solid #d8e4ee;padding:10px;background:#ffffff;color:#344054;font-size:13px;line-height:1.55}.lp-plan a,.lp-plan-scale{border-radius:6px;font-weight:900}.lp-plan a{align-self:end;justify-self:stretch;padding:12px 14px;text-align:center;text-decoration:none;font-size:14px}.lp-plan-primary{border:1px solid #0866c2;background:#0866c2;color:white}.lp-plan-secondary{border:1px solid #cbd5df;color:#16202d}.lp-shared-features{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;border:1px solid #d8e4ee;border-radius:8px;padding:18px 20px;background:#f8fbff}.lp-shared-features h3{margin:0;color:#16202d;font-size:16px;white-space:nowrap}.lp-shared-features div{display:flex;flex-wrap:wrap;gap:8px}.lp-shared-features span{border:1px solid #d8e4ee;border-radius:6px;padding:7px 10px;background:#ffffff;color:#344054;font-size:13px;font-weight:800}.lp-security{padding:clamp(64px,7vw,92px) 0;background:#f4f8fb}.lp-security>.lp-container{display:grid;grid-template-columns:minmax(280px,.56fr) minmax(0,1fr);grid-gap:clamp(26px,4.5vw,56px);gap:clamp(26px,4.5vw,56px);align-items:start}.lp-security-head{max-width:680px}.lp-security-head h2{font-size:clamp(30px,3.8vw,46px);line-height:1.2}.lp-security-console{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(250px,.7fr);grid-gap:16px;gap:16px}.lp-audit-panel,.lp-team-access-panel,.lp-workspace-scope{border:1px solid #d8e4ee;border-radius:8px;background:#ffffff;box-shadow:0 18px 42px rgba(8,22,36,.06)}.lp-team-access-panel{display:grid;grid-gap:20px;gap:20px;padding:clamp(20px,3vw,30px)}.lp-access-title{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.lp-access-title svg{width:44px;height:44px;padding:10px;border-radius:8px;background:#0b1320;color:#ffffff}.lp-access-title span{color:#0866c2;font-size:13px;font-weight:900}.lp-access-title strong{display:block;margin-top:5px;color:#16202d;font-size:clamp(22px,2.4vw,30px);line-height:1.25}.lp-role-panel>div{display:grid;border:1px solid #e4edf6;border-radius:8px;overflow:hidden}.lp-audit-panel h3{margin:0 0 14px;color:#16202d;font-size:18px;line-height:1.4;font-weight:900}.lp-role-panel article{display:grid;grid-template-columns:88px minmax(112px,.35fr) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:16px;background:#ffffff}.lp-role-panel article+article{border-top:1px solid #e4edf6}.lp-role-panel article>span{border-radius:6px;padding:6px 8px;background:#0b1320;color:white;font-size:12px;font-weight:900;text-align:center}.lp-role-panel strong{color:#16202d;font-size:15px;line-height:1.4}.lp-role-panel p{margin:0;color:#475467;font-size:13px;line-height:1.6}.lp-security-side{display:grid;grid-gap:16px;gap:16px}.lp-audit-panel{display:grid;align-content:start;padding:20px}.lp-audit-panel div{display:grid;grid-gap:9px;gap:9px}.lp-audit-panel article{border:1px solid #e4edf6;border-radius:7px;padding:11px 12px;background:#f8fbff}.lp-audit-panel span{color:#16202d;font-size:13px;font-weight:900}.lp-audit-panel span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:999px;background:#0866c2}.lp-audit-panel p{margin:5px 0 0 16px;color:#667085;font-size:12px;line-height:1.5;font-weight:800}.lp-workspace-scope{padding:18px;background:#0b1320;color:#ffffff}.lp-workspace-scope>div:first-child{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.lp-workspace-scope svg{color:#facc15}.lp-workspace-scope strong{font-size:15px;line-height:1.45}.lp-workspace-scope p{margin:12px 0 14px;color:#d8e4ee;font-size:13px;line-height:1.7;font-weight:800}.lp-workspace-scope>div:last-child{display:flex;flex-wrap:wrap;gap:7px}.lp-workspace-scope span{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.08);color:#ffffff;font-size:12px;font-weight:900}.lp-faq{padding:clamp(72px,8vw,104px) 0;background:#ffffff}.lp-faq>.lp-container{display:grid;grid-template-columns:1fr;grid-gap:clamp(24px,4vw,36px);gap:clamp(24px,4vw,36px);align-items:start}.lp-faq-head{max-width:820px}.lp-faq-head h2{max-width:760px;font-size:clamp(30px,4vw,50px);line-height:1.22}.lp-qa-list{display:grid;grid-template-columns:1fr;max-width:980px;border-top:1px solid #d8e4ee}.lp-qa-item{display:grid;grid-gap:14px;gap:14px;padding:clamp(22px,3vw,30px) 0;border-bottom:1px solid #d8e4ee}.lp-qa-answer,.lp-qa-question{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:clamp(14px,2vw,22px);gap:clamp(14px,2vw,22px);align-items:start}.lp-qa-answer span,.lp-qa-question span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;font-size:15px;font-weight:900}.lp-qa-question span{background:#0b1320;color:#ffffff}.lp-qa-answer span{border:1px solid #bfdbfe;background:#eff6ff;color:#0866c2}.lp-qa-question h3{margin:0;color:#16202d;font-size:clamp(22px,2.6vw,32px);line-height:1.35}.lp-qa-answer p{margin:0;max-width:780px;color:#475467;font-size:15px;line-height:1.8;font-weight:800}.lp-final-cta{padding:clamp(72px,9vw,112px) 0;background:#0b1320;color:white}.lp-final-cta>.lp-container{display:grid;justify-items:center;text-align:center}.lp-final-main{display:grid;justify-items:center;grid-gap:20px;gap:20px}.lp-final-cta h2{max-width:820px;color:white;font-size:clamp(34px,4.8vw,62px);line-height:1.16}.lp-final-note{margin:0;max-width:680px;color:rgba(255,255,255,.78);font-size:clamp(15px,1.5vw,17px);line-height:1.75;font-weight:800}.lp-final-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}.lp-final-actions .lp-primary{min-width:220px;border-radius:999px;padding:17px 36px;font-size:18px;box-shadow:0 18px 36px rgba(10,127,239,.26)}@media (max-width:980px){.lp-hero{min-height:0}.lp-hero-inner{grid-template-columns:1fr;gap:28px}.lp-hero-mock{max-width:560px}.lp-feature-grid,.lp-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-solution-hero{grid-template-columns:1fr;align-items:start}.lp-solution-grid,.lp-workflow-map{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-flow-step:after,.lp-workflow-map:before{display:none}.lp-flow-step{min-height:238px;border-right:1px solid #e4edf6;border-bottom:1px solid #e4edf6}.lp-flow-step:nth-child(2n){border-right:0}.lp-flow-step:nth-last-child(-n+2){border-bottom:0}.lp-faq>.lp-container,.lp-judge>.lp-container,.lp-security>.lp-container{grid-template-columns:1fr}.lp-features .lp-card{border-bottom:1px solid #e4edf6}.lp-features .lp-card,.lp-features .lp-card:nth-child(3n){border-right:1px solid #e4edf6}.lp-features .lp-card:nth-child(2n){border-right:0}.lp-features .lp-card:nth-last-child(-n+3){border-bottom:1px solid #e4edf6}.lp-features .lp-card:nth-last-child(-n+2){border-bottom:0}.lp-shared-features{align-items:flex-start;flex-direction:column}.lp-faq .lp-section-head,.lp-security-head{position:static}.lp-pain-grid,.lp-plan-grid{grid-template-columns:1fr}.lp-footer>.lp-container{align-items:flex-start;flex-direction:column}.lp-footer-copy{white-space:normal}}@media (max-width:640px){.lp-nav-links{display:none}.lp-pain-bridge{min-height:116px}.lp-pain-bridge p{max-width:320px}.lp-feature-grid,.lp-solution-grid,.lp-step-grid{grid-template-columns:1fr}.lp-workflow{padding:clamp(62px,14vw,82px) 0}.lp-workflow-head{justify-items:start;text-align:left}.lp-workflow-map{grid-template-columns:1fr}.lp-flow-step,.lp-flow-step:nth-child(2n),.lp-flow-step:nth-last-child(-n+2){min-height:auto;border-right:0;border-bottom:1px solid #e4edf6}.lp-flow-step:last-child{border-bottom:0}.lp-features .lp-card,.lp-features .lp-card:nth-child(2n),.lp-features .lp-card:nth-child(3n),.lp-features .lp-card:nth-last-child(-n+2),.lp-features .lp-card:nth-last-child(-n+3){min-height:auto;border-right:0;border-bottom:1px solid #e4edf6}.lp-features .lp-card:last-child{border-bottom:0}}@media (max-width:980px){.lp-faq>.lp-container,.lp-judge-board,.lp-operations-workbench,.lp-pricing-path,.lp-security-console,.lp-security>.lp-container,.lp-shared-features{grid-template-columns:1fr}.lp-plan{min-height:auto;border-right:0;border-bottom:1px solid #e4edf6}.lp-plan:last-child{border-bottom:0}.lp-judge-case{grid-template-columns:1fr;align-items:start}.lp-judge-case-tags{justify-content:flex-start}.lp-stop-panel{border-left:0;border-top:1px solid #f0b6b2}.lp-operations-to-case{display:none}.lp-scattered-records{min-height:auto}.lp-scattered-stack{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;min-height:0}.lp-scattered-sheet,.lp-scattered-sheet:nth-child(n){position:static;transform:none}.lp-faq-head,.lp-security-head{position:static}}@media (max-width:640px){.lp-candidate-row{grid-template-columns:1fr}.lp-candidate-status{justify-self:start}.lp-scattered-stack{grid-template-columns:1fr}.lp-case-bar{align-items:flex-start;flex-direction:column}.lp-case-record,.lp-case-summary{grid-template-columns:1fr}.lp-case-record em{justify-self:start}.lp-role-panel article{grid-template-columns:1fr}.lp-role-panel article>span{justify-self:start}.lp-final-actions{align-items:stretch;flex-direction:column}}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:9px 13px;cursor:pointer;color:var(--text);transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease}button:hover{background:#f8fafc;border-color:var(--line-strong)}button:active{transform:translateY(1px)}button:disabled,button:disabled:hover{cursor:not-allowed;color:var(--muted);background:#f2f4f7;border-color:var(--line);box-shadow:none;transform:none}button.primary{background:var(--accent);color:white;border-color:var(--accent);box-shadow:0 8px 18px rgba(10,127,239,.18)}button.primary:hover{background:#0866c2;border-color:#0866c2}button.danger-button{color:var(--danger);border-color:#f3b5b0;background:#fffafa}button.danger-button:hover{background:#fef3f2}button.icon-button{width:34px;height:34px;padding:0;justify-content:center}.button-spinner,button.icon-button{display:inline-flex;align-items:center}.button-spinner{gap:8px}.button-label{display:inline-flex;align-items:center;justify-content:center;gap:7px}button .button-label span{color:inherit;font-size:inherit;font-weight:inherit;margin:0}.button-label svg{flex:0 0 auto}.button-spinner span{width:13px;height:13px;border-radius:999px;border:2px solid;border-right:2px solid transparent;animation:spin .72s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}input,select,textarea{border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:white;color:var(--text);outline:none}input[type=checkbox]{width:16px;height:16px;min-height:0;padding:0;border-radius:4px;accent-color:var(--accent)}input[type=checkbox]:focus{box-shadow:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(10,127,239,.12)}.app-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{background:#0b2a4a;color:#ffffff;padding:20px 14px;border-right:1px solid rgba(255,255,255,.08);position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:hidden}.sidebar>*{position:relative}.sidebar h2{margin:4px 10px 20px;font-size:18px}.sidebar-brand{display:flex;align-items:center;gap:10px}.sidebar-brand-mark{width:11px;height:20px;background:url(/lp/logo-mark.svg) 50%/contain no-repeat;display:inline-block;flex:0 0 auto}.sidebar a,.sidebar button{color:rgba(255,255,255,.72);display:flex;align-items:center;gap:10px;width:100%;text-align:left;margin:4px 0;background:transparent;border:0;border-radius:8px;padding:10px 12px;text-decoration:none}.sidebar .sidebar-icon{display:inline-flex;flex-shrink:0;position:relative;top:-1px}.sidebar .sidebar-label{min-width:0}.sidebar a:hover,.sidebar button:hover{color:#ffffff;background:rgba(255,255,255,.1)}.sidebar button.active{font-weight:700}.sidebar button.active,.sidebar button.active:hover{background:#ffffff;color:#0f172a}.main{width:100%;max-width:1600px;justify-self:center;padding:28px 44px 96px}@keyframes page-enter{0%{opacity:0}to{opacity:1}}.page-enter{animation:page-enter .2s ease-out both}.main.login{max-width:none;min-height:100vh;margin:0;padding:60px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(247,249,251,.55),rgba(247,249,251,.5)),url(/lp/hero.jpg) 50% /cover no-repeat}.main.login>.panel{width:100%;max-width:420px}.auth-title{display:flex;align-items:center;gap:10px}.auth-brand-mark{width:13px;height:24px;background:url(/lp/logo-mark.svg) 50%/contain no-repeat;display:inline-block;flex:0 0 auto}.signup-button-wrap{position:relative;display:block}.signup-button-wrap button{width:100%}.signup-button-wrap .signup-disabled-tooltip{display:none;position:absolute;z-index:90;left:0;bottom:calc(100% + 6px);width:100%;background:#111827;color:white;border-radius:6px;padding:7px 10px;box-shadow:0 8px 24px rgba(29,39,51,.2);font-size:12px;line-height:1.5;pointer-events:none;box-sizing:border-box}.signup-button-wrap:hover .signup-disabled-tooltip{display:block}.topbar{justify-content:flex-end;margin-top:0;padding:12px 0 18px;border-bottom:1px solid rgba(14,116,144,.18)}.org-switcher{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.role-pill{color:var(--muted)}.role-pill,.user-pill{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 11px;font-size:13px}.user-pill{display:inline-flex;align-items:center;gap:7px;font-weight:700;color:var(--text)}.user-pill svg{color:var(--accent);flex:0 0 auto}.user-pill span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar button.user-pill:hover{border-color:var(--line-strong);background:#f8fafc}.tutorial-help-button{display:inline-flex;align-items:center;gap:7px;border:1px solid transparent;background:transparent;border-radius:999px;padding:8px 11px;color:var(--accent);font-size:13px;font-weight:700;box-shadow:none}.tutorial-help-button svg{color:var(--accent);flex:0 0 auto}.tutorial-help-button span{white-space:nowrap}.topbar button.tutorial-help-button:hover{border-color:#b2ddff;background:#eff8ff}.toolbar{display:flex;gap:10px;align-items:center;margin:16px 0;flex-wrap:wrap}.toolbar-add-button{margin-left:auto;white-space:nowrap}.tutorial-add-button-wrap{margin-left:auto;position:relative;display:inline-flex}.tutorial-add-button-wrap>.toolbar-add-button{margin-left:0}.tutorial-add-button-hint{position:absolute;bottom:calc(100% + 10px);right:0;background:#1f2937;color:#ffffff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:6px;white-space:nowrap;box-shadow:0 6px 16px rgba(15,23,42,.18);animation:tutorial-hint-bob 1.8s ease-in-out infinite;pointer-events:none;z-index:5}.tutorial-add-button-hint:after{content:"";position:absolute;top:100%;right:16px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1f2937}@keyframes tutorial-hint-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.tutorial-add-button-hint{animation:none}}.filter-toolbar,.pilot-filter-toolbar{align-items:flex-end;gap:12px}.pilot-search-input,.search-input{min-width:220px}.filter-control{display:grid;grid-gap:6px;gap:6px}.filter-control>span{color:var(--muted);font-size:12px;font-weight:700}.filter-control select{min-width:160px}.filter-checks>div{display:flex;gap:10px;align-items:center;min-height:42px}.project-column-controls>div{gap:14px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:var(--shadow)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-calendar{margin-top:24px}.schedule-gantt-section{margin-top:28px;padding-top:22px;border-top:1px solid #d7e5e5}.schedule-gantt-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.schedule-gantt-heading h2{margin:0;color:#1d2733;font-size:20px;line-height:1.3;font-weight:800}.billing-page{display:grid;grid-gap:16px;gap:16px}.billing-summary{display:flex;justify-content:space-between;gap:18px;align-items:center}.billing-summary-state{display:grid;grid-gap:12px;gap:12px}.billing-summary-metrics{display:flex;gap:22px;flex-wrap:wrap}.billing-summary-metrics div,.billing-summary-status{display:grid;grid-gap:6px;gap:6px}.billing-summary .billing-summary-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.billing-summary span{color:var(--muted);font-size:12px;font-weight:800}.billing-summary-metrics strong{font-size:28px}.billing-summary-status p{margin:0;color:var(--muted);line-height:1.7}.billing-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.billing-plan{position:relative;display:grid;grid-template-rows:auto auto auto 1fr auto;grid-gap:16px;gap:16px}.billing-plan.recommended{border-color:#0a7fef;box-shadow:0 18px 46px rgba(10,127,239,.1)}.billing-plan.requested{outline:3px solid rgba(10,127,239,.16)}.billing-plan{grid-template-rows:auto auto auto 1fr auto auto;padding-bottom:14px}.billing-plan-cancel-link{background:none;border:none;padding:0;color:var(--muted);font-size:12px;text-decoration:underline;cursor:pointer;text-align:center}.billing-plan-cancel-link:hover{color:var(--text)}.billing-plan-head{display:grid;grid-gap:6px;gap:6px}.billing-plan-head h2{margin:0;font-size:24px}.billing-plan-head p,.billing-yearly{margin:0;color:var(--muted);line-height:1.7}.billing-price{display:flex;align-items:baseline;gap:6px}.billing-price strong{font-size:32px}.billing-price span{color:var(--muted)}.billing-common{display:grid;grid-gap:12px;gap:12px}.billing-common h2{margin:0;font-size:18px}.billing-note{margin:0;border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;border-radius:8px;padding:10px 12px;font-weight:700}.billing-note.danger{border-color:#fecaca;background:#fef2f2;color:#b42318}.billing-note.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.billing-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.billing-note p{margin:0;flex:1 1 320px;line-height:1.7}.billing-note button{flex:0 0 auto}.billing-over-limit-link{border:1px solid #fecaca;border-radius:8px;background:#fff;color:#b42318;padding:8px 12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-size:13px}.billing-over-limit-link:hover{background:#fef2f2}.billing-over-limit-link span{color:#98342d;font-weight:700;font-size:12px;border:0;background:transparent;padding:0}.billing-email{display:grid;grid-gap:12px;gap:12px}.billing-email h2{margin:0;font-size:18px}.billing-email .form-note{margin:0}.billing-email .form-note.success{color:#027a48}.billing-email-row{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.billing-email-row input{flex:1 1 280px;min-width:0}.org-danger-zone{display:grid;grid-gap:14px;gap:14px;border-color:#f3b5b0;background:#ffffff}.org-danger-zone-head{display:grid;grid-gap:6px;gap:6px}.org-danger-zone-head h2{margin:0;font-size:18px;color:var(--danger)}.org-danger-zone-head p{margin:0;color:var(--text);font-size:14px;line-height:1.6}.org-danger-zone-head .org-danger-zone-help{color:var(--muted);font-size:13px}.org-danger-zone-actions{display:flex;justify-content:flex-start}.org-danger-zone-form{display:grid;grid-gap:16px;gap:16px}.org-danger-zone-warning{background:#fef3f2;border:1px solid #fecdca;border-radius:6px;padding:12px 14px;display:grid;grid-gap:8px;gap:8px}.org-danger-zone-warning p{margin:0;color:var(--danger);font-weight:600}.org-danger-zone-warning ul{margin:0;padding-left:18px;display:grid;grid-gap:4px;gap:4px;color:var(--text);font-size:14px}.org-danger-zone-form .field input{width:100%}.org-danger-zone-form .form-error{margin:0;color:var(--danger);font-size:13px}.org-danger-zone-reason{border:1px solid #e2e8f0;border-radius:6px;padding:12px 14px;display:grid;grid-gap:10px;gap:10px;margin:0}.org-danger-zone-reason legend{padding:0 4px;font-size:13px;font-weight:600;color:var(--text)}.org-danger-zone-reason-options{display:grid;grid-gap:6px;gap:6px}.org-danger-zone-reason-option{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text);cursor:pointer}.org-danger-zone-reason-option input{margin:0}.org-danger-zone-reason-note{display:grid;grid-gap:4px;gap:4px}.org-danger-zone-reason-note>span:first-child{font-size:13px;color:var(--muted)}.org-danger-zone-reason-note textarea{width:100%;resize:vertical;font:inherit;padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px}.org-danger-zone-reason-count{justify-self:end;font-size:12px;color:var(--muted)}.account-page{max-width:720px}.account-page,.account-password-panel{display:grid;grid-gap:16px;gap:16px}.account-password-heading{display:grid;grid-gap:6px;gap:6px}.account-password-heading h2{margin:0;color:var(--text);font-size:20px;line-height:1.35}.account-password-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.account-password-form{max-width:420px;gap:14px}.account-password-form .field{display:grid;grid-gap:6px;gap:6px}.account-password-form .field>span{color:var(--muted);font-size:12px;font-weight:800}.account-password-hint{margin:0;font-size:13px;font-weight:700}.account-password-hint.danger{color:var(--danger)}.account-password-submit{width:-moz-fit-content;width:fit-content}.global-billing-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;margin:0 0 12px;border-radius:10px;font-weight:700;flex-wrap:wrap}.global-billing-banner.warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.global-billing-banner.danger{background:#fef2f2;color:#b42318;border:1px solid #fecaca}.global-billing-banner button{border:1px solid;background:transparent;color:inherit;padding:6px 12px;border-radius:8px;font-weight:800;cursor:pointer}.global-billing-banner button:hover{background:rgba(255,255,255,.5)}.page-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;margin:0 0 12px}.page-header h1{margin:0}h1{gap:10px}h1,h1 .page-header-icon{display:inline-flex;align-items:center}h1 .page-header-icon{color:var(--muted);position:relative;top:-1px}.page-header-extras{display:inline-flex;flex-wrap:wrap;gap:6px}.usage-hint{border:1px solid var(--line);background:#f8fafc;color:#344054;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;line-height:1.6}.usage-hint:hover{background:#eef2f7}.usage-hint.warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.usage-hint.danger{border-color:#fecaca;background:#fef2f2;color:#b42318}.billing-usage{display:grid;grid-gap:12px;gap:12px}.billing-over-limit h2,.billing-usage h2{margin:0;font-size:18px}.billing-usage div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.billing-usage span{border:1px solid var(--line);border-radius:8px;padding:10px;background:#f8fafc;font-weight:700;color:#344054}.billing-over-limit{display:grid;grid-gap:12px;gap:12px;border-color:#fda29b;background:#fff7f5}.billing-over-limit-list{display:flex;gap:8px;flex-wrap:wrap}.billing-over-limit-list span{border:1px solid #fecaca;border-radius:8px;background:#fff;color:#b42318;padding:8px 10px;font-weight:800}.billing-over-limit p{margin:0;color:#7a271a;line-height:1.7;font-weight:700}.billing-confirm{display:grid;grid-gap:20px;gap:20px}.billing-confirm-flow{display:flex;align-items:stretch;gap:0}.billing-confirm-plan{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:18px 20px;border-radius:10px}.billing-confirm-plan.current{background:#f1f5f9}.billing-confirm-plan.next.upgrade{border:2px solid #2563eb;background:#eff6ff}.billing-confirm-plan.next.downgrade{border:2px solid var(--line);background:#f8fafc}.billing-confirm-plan.next.new{border:2px solid #16a34a;background:#f0fdf4}.billing-confirm-plan-label{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.04em}.billing-confirm-plan-name{color:var(--text);font-size:20px;font-weight:700;line-height:1.2}.billing-confirm-plan-price{color:var(--muted);font-size:13px;margin-top:2px}.billing-confirm-arrow{flex:0 0 auto;font-size:28px;padding:0 12px;color:var(--muted);display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.billing-confirm-arrow.upgrade{color:#2563eb}.billing-confirm-meta{display:flex;flex-direction:column;gap:3px}.billing-confirm-meta-label{color:var(--muted);font-size:12px;font-weight:600}.billing-confirm-meta-value{color:var(--text);font-size:14px;font-weight:600}.billing-confirm-note{margin:0;color:var(--muted);font-size:13px;line-height:1.7;padding:12px 14px;background:#f8fafc;border-radius:8px;border:1px solid var(--line)}.split{grid-template-columns:minmax(0,1.3fr) minmax(360px,.7fr);align-items:start}.split,.stack{display:grid;grid-gap:16px;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.form-grid.one{grid-template-columns:1fr}.form-grid .check-group,.form-grid textarea{grid-column:1/-1}.check-group{display:grid;grid-gap:9px;gap:9px}.check-group strong{color:var(--muted);font-size:12px}.check-group-plain{gap:0}.auto-requirements{border-bottom:1px solid var(--line);padding-bottom:10px}.check-tile-grid{display:grid;grid-template-columns:1fr;grid-gap:1px;gap:1px}.check-tile{min-height:28px;display:flex;align-items:center;gap:8px;border:0;background:transparent;border-radius:6px;padding:3px 2px;color:var(--text);font-size:13px;line-height:1.35}.check-tile input{flex:0 0 auto}.check-tile span{min-width:0}.specific-flight-grid{display:grid;grid-template-columns:1fr;grid-gap:6px;gap:6px}.specific-flight-tile{display:grid;grid-template-columns:auto 1fr;align-items:start;grid-column-gap:9px;column-gap:9px;grid-row-gap:2px;row-gap:2px;border:1px solid var(--line);border-radius:8px;padding:9px 11px;cursor:pointer}.specific-flight-tile:hover{border-color:#b2ddff;background:#f9fbff}.specific-flight-tile.selected{border-color:var(--accent);background:#eff8ff}.specific-flight-tile input{margin-top:2px}.specific-flight-tile-label{font-size:13px;font-weight:700;color:var(--text);line-height:1.35}.specific-flight-tile-desc{grid-column:2;font-size:12px;color:var(--muted);line-height:1.45}.check{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.disabled-option{text-decoration:line-through;color:#98a2b3}.detail{margin-top:16px}.error{background:#fef3f2;border:1px solid #fecdca;color:var(--danger);border-radius:6px;padding:10px 12px;margin:12px 0;font-size:14px}.form-note{margin:0 0 12px;color:#067647;font-size:14px;font-weight:700}.login-help-text{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.text-button{background:transparent;border-color:transparent;box-shadow:none;color:var(--accent);justify-content:center}.text-button:hover{background:#eff8ff;border-color:#b2ddff}.row-actions{display:flex;gap:8px}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}.modal-backdrop{position:fixed;inset:0;z-index:50;background:rgba(29,39,51,.42);display:grid;place-items:start center;padding:7vh 24px 24px;overflow:auto;opacity:0}.modal-backdrop.modal-open{animation:backdrop-in .18s ease forwards}.modal-backdrop.modal-closing{animation:backdrop-out .18s ease forwards;pointer-events:none}.modal-backdrop.modal-open .confirm-modal,.modal-backdrop.modal-open .modal,.modal-backdrop.modal-open .welcome-modal{animation:modal-in .18s ease forwards}.modal-backdrop.modal-closing .confirm-modal,.modal-backdrop.modal-closing .modal,.modal-backdrop.modal-closing .welcome-modal{animation:modal-out .18s ease forwards}.modal{width:min(920px,100%);background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 28px 80px rgba(29,39,51,.24)}.modal.drone-form-modal,.modal.pilot-form-modal,.modal.project-form-modal{width:min(1080px,100%);padding:28px}.modal.pilot-form-modal{width:min(860px,100%)}.modal.drone-form-modal{width:min(820px,100%)}.modal.drone-form-modal .modal-header,.modal.pilot-form-modal .modal-header,.modal.project-form-modal .modal-header{margin-bottom:24px}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.modal-header h2{margin:0;font-size:20px}.modal-close-button{width:34px;height:34px;border:0;background:transparent;color:var(--danger);border-radius:8px;padding:0;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.modal-close-button:hover{border:0;background:#fef3f2;color:#7a271a}.confirm-backdrop{place-items:center;padding:24px;z-index:100}.error-modal-backdrop{z-index:200;overflow:hidden}.confirm-modal{width:min(440px,100%);background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 28px 80px rgba(29,39,51,.24);display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:14px;gap:14px}.confirm-icon{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);background:var(--accent-soft);border:1px solid #bdebe4}.confirm-icon.danger{color:var(--danger);background:#fef3f2;border-color:#fecdca}.confirm-body h2{margin:0 0 8px;font-size:18px}.confirm-body p{margin:0;color:var(--muted);line-height:1.7}.confirm-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.welcome-modal-backdrop{place-items:center;padding:24px;z-index:100}.welcome-modal{width:min(480px,100%);background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:24px 24px 20px;box-shadow:0 28px 80px rgba(29,39,51,.24);display:grid;grid-gap:14px;gap:14px}.welcome-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.welcome-modal-header h2{margin:0;font-size:20px;line-height:1.4;color:var(--text)}.welcome-modal-close{width:28px;height:28px;border:0;background:transparent;color:var(--muted);border-radius:6px;padding:0;font-size:18px;line-height:1;cursor:pointer;flex:0 0 auto}.welcome-modal-close:hover{background:#f1f5f9;color:var(--text)}.welcome-modal-intro{margin:0;color:var(--text);line-height:1.7}.welcome-modal-bullets{margin:0;padding-left:1.1em;display:grid;grid-gap:6px;gap:6px;color:var(--text);line-height:1.6}.welcome-modal-bullets li::marker{color:var(--accent)}.welcome-modal-outro{margin:0;color:var(--muted);line-height:1.6;font-size:13px}.welcome-modal-actions{display:flex;justify-content:flex-end;margin-top:4px}.tutorial-coach-card{position:fixed;right:20px;bottom:20px;width:min(340px,calc(100vw - 32px));background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 48px rgba(29,39,51,.18);padding:16px 18px 18px;z-index:40;display:grid;grid-gap:12px;gap:12px}.tutorial-coach-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.tutorial-coach-card-title{font-size:14px;font-weight:700;color:var(--text)}.tutorial-coach-card-close{width:28px;height:28px;border:0;background:transparent;color:var(--muted);border-radius:6px;padding:0;font-size:18px;line-height:1;cursor:pointer}.tutorial-coach-card-close:hover{background:#f1f5f9;color:var(--text)}.tutorial-coach-card-steps{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.tutorial-coach-card-step{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text)}.tutorial-coach-card-step-marker{flex:0 0 auto;width:16px;height:16px;border-radius:999px;border:1.5px solid #cbd5e1;background:var(--panel);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:transparent}.tutorial-coach-card-step-title{line-height:1.4}.tutorial-coach-card-step.is-completed .tutorial-coach-card-step-marker{background:var(--accent);border-color:var(--accent);color:#fff}.tutorial-coach-card-step.is-completed .tutorial-coach-card-step-title{color:var(--muted);text-decoration:line-through}.tutorial-coach-card-step.is-next .tutorial-coach-card-step-marker{border-color:var(--accent)}.tutorial-coach-card-step.is-next .tutorial-coach-card-step-title{font-weight:700}.tutorial-coach-card-actions{display:flex;justify-content:flex-end}.tutorial-coach-card-completion{margin:0;font-size:12px;color:var(--muted);line-height:1.6}@keyframes tutorial-highlight-pulse{0%{box-shadow:0 0 0 0 rgba(234,179,8,.65),0 0 0 0 rgba(234,179,8,0)}60%{box-shadow:0 0 0 6px rgba(234,179,8,0),0 0 18px 4px rgba(234,179,8,.45)}to{box-shadow:0 0 0 0 rgba(234,179,8,0),0 0 0 0 rgba(234,179,8,0)}}.tutorial-highlight{position:relative;animation:tutorial-highlight-pulse 1.8s ease-out infinite;outline:2px solid #eab308;outline-offset:2px;border-radius:8px}.tutorial-highlight:focus-visible{outline-offset:2px}.sidebar button.tutorial-highlight{background:rgba(234,179,8,.22);color:#ffffff}.tutorial-input-highlight{animation:tutorial-highlight-pulse 1.8s ease-out infinite;outline:2px solid #eab308;outline-offset:1px;border-radius:6px}.tutorial-input-highlight:focus,.tutorial-input-highlight:not(:placeholder-shown){animation:none;outline:none}@media (prefers-reduced-motion:reduce){.tutorial-input-highlight{animation:none;box-shadow:0 0 0 2px rgba(234,179,8,.45)}.tutorial-highlight{animation:none;box-shadow:0 0 0 3px rgba(234,179,8,.45)}}.modal-form{display:grid;grid-gap:14px;gap:14px}.project-form-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.55fr);grid-gap:14px;gap:14px;align-items:start}.project-modal-form{gap:26px}.project-modal-form .project-form-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:40px}.project-modal-form .project-form-column{gap:0}.project-modal-form .project-form-column:last-child{border-left:2px solid #b8c4cf;padding-left:32px}.project-modal-form .form-section{border:0;border-top:2px solid #b8c4cf;border-radius:0;margin-top:34px;padding:28px 0 0;background:transparent}.project-modal-form .project-form-column:first-child .form-section:first-child,.project-modal-form .project-form-column:last-child .form-section{border-top:0;margin-top:0;padding-top:0}.project-modal-form .project-form-column:last-child .form-section+.form-section{border-top:2px solid #b8c4cf;margin-top:34px;padding-top:28px}.project-modal-form .form-section h3{margin:0 0 20px;color:var(--text);font-size:18px;line-height:1.35;font-weight:800}.project-modal-form .form-grid{grid-template-columns:minmax(0,1fr);gap:18px}.project-modal-form .field{gap:8px}.project-modal-form .field span{color:#475467;font-size:14px;line-height:1.4;font-weight:800}.project-modal-form .check-group strong{color:#344054;font-size:15px;line-height:1.35;font-weight:800}.project-modal-form input,.project-modal-form select,.project-modal-form textarea{min-height:44px;font-size:14px}.project-modal-form input[type=checkbox]{width:16px;height:16px;min-height:0;padding:0}.project-modal-form textarea{line-height:1.6}.project-modal-form input::placeholder,.project-modal-form textarea::placeholder{color:#c4cdd8}.project-modal-form .check-group{gap:10px}.project-modal-form .check-tile-grid{gap:12px}.project-modal-form .check-tile{min-height:24px;padding:1px 2px;font-size:14px;font-weight:500}.project-modal-form .modal-actions{border-top:1px solid var(--line);padding-top:18px}.project-form-column,.resource-form-layout{display:grid;grid-gap:14px;gap:14px}.pilot-form{gap:18px}.pilot-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.pilot-form-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:0;gap:0;align-items:start}.structured-pilot-form{gap:26px}.structured-pilot-form .pilot-form-column{display:grid;grid-gap:0;gap:0}.structured-pilot-form .pilot-form-conditions{border-top:2px solid #b8c4cf;margin-top:34px;padding-top:28px}.structured-pilot-form .form-section{border:0;border-top:2px solid #b8c4cf;border-radius:0;margin-top:34px;padding:28px 0 0;background:transparent}.structured-pilot-form .pilot-form-main .form-section:first-child{border-top:0;margin-top:0;padding-top:0}.structured-pilot-form .form-section h3,.structured-pilot-form .pilot-form-qualifications h3{margin:0 0 20px;color:var(--text);font-size:18px;line-height:1.35;font-weight:800}.structured-pilot-form .form-grid{grid-template-columns:minmax(0,1fr);gap:18px}.structured-pilot-form .field{gap:8px}.structured-pilot-form .field:not(.field-wide){max-width:520px}.structured-pilot-form .field:has(input[type=tel]){max-width:320px}.structured-pilot-form .field:has(select){max-width:320px}.structured-pilot-form .field span{color:#475467;font-size:14px;line-height:1.4;font-weight:800}.structured-pilot-form input,.structured-pilot-form select,.structured-pilot-form textarea{min-height:44px;font-size:14px}.structured-pilot-form input[type=checkbox]{width:16px;height:16px;min-height:0;padding:0}.structured-pilot-form textarea{line-height:1.6}.structured-pilot-form input::placeholder,.structured-pilot-form textarea::placeholder{color:#c4cdd8}.structured-pilot-form .modal-actions{border-top:1px solid var(--line);padding-top:18px}.pilot-form-qualifications{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line);padding-top:16px}.structured-pilot-form .pilot-form-qualifications{border-top:0;padding-top:0}.pilot-form-qualifications h3{margin:0;color:var(--muted);font-size:13px;line-height:1.35;font-weight:700}.pilot-form-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.form-section{border:1px solid var(--line);border-radius:8px;padding:16px;margin:0;background:#ffffff}.form-section h3{margin:0 0 12px;color:var(--muted);font-size:13px;font-weight:700}.field{display:grid;grid-gap:6px;gap:6px}.field span{color:var(--muted);font-size:12px;font-weight:700}.field-wide{grid-column:1/-1}.inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.inline-editor{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.compact-list,.inline-editor{display:grid;grid-gap:8px;gap:8px}.compact-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#fbfcfd}.qualification-picker{display:grid;grid-gap:8px;gap:8px;grid-column:1/-1}.qualification-picker-head{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:12px;gap:12px;color:var(--muted);font-size:12px;font-weight:700}.qualification-row-list{display:grid;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.qualification-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:10px 12px;background:white}.qualification-row:last-child{border-bottom:0}.qualification-row.selected{background:#fbfffe}.qualification-row-main{display:flex;align-items:center;gap:10px;min-width:0}.qualification-row-main span{display:grid;grid-gap:2px;gap:2px;min-width:0}.qualification-row-main strong{font-size:13px;line-height:1.35;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qualification-expiry-control{display:grid;grid-gap:6px;gap:6px}.qualification-expiry-control input[type=text]{min-height:38px;background:white}.qualification-expiry-control input[type=text]:disabled{color:#98a2b3;background:#f8fafb}.qualification-expiry-control input[type=text]::placeholder{color:#cbd5e1}.structured-pilot-form .qualification-picker{gap:12px}.structured-pilot-form .qualification-picker-head{grid-template-columns:minmax(0,1fr) 220px;gap:16px;color:#475467;font-size:14px;font-weight:800}.structured-pilot-form .qualification-row-list{border:0;border-radius:0;gap:12px}.structured-pilot-form .qualification-row{grid-template-columns:minmax(0,1fr) 220px;gap:16px;border-bottom:0;padding:0;background:transparent}.structured-pilot-form .qualification-row.selected{background:transparent}.structured-pilot-form .qualification-row-main{gap:8px}.structured-pilot-form .qualification-row-main strong{font-size:14px;font-weight:600}.structured-pilot-form .qualification-expiry-control input[type=text]{min-height:38px;font-size:13px;padding:7px 9px}.structured-drone-form{gap:26px}.drone-form-layout{grid-template-columns:minmax(0,1fr);align-items:start}.drone-form-layout,.drone-form-main{display:grid;grid-gap:0;gap:0}.structured-drone-form .form-section{border:0;border-top:2px solid #b8c4cf;border-radius:0;margin-top:34px;padding:28px 0 0;background:transparent}.structured-drone-form .drone-form-main .form-section:first-child{border-top:0;margin-top:0;padding-top:0}.structured-drone-form .form-section h3{margin:0 0 20px;color:var(--text);font-size:18px;line-height:1.35;font-weight:800;display:flex;align-items:center;gap:8px}.structured-drone-form .form-section h3 .form-section-icon{color:var(--muted);display:inline-flex;position:relative;top:-1px}.structured-drone-form .form-grid{grid-template-columns:minmax(0,1fr);gap:18px}.structured-drone-form .field{gap:8px}.structured-drone-form .field:not(.field-wide){max-width:460px}.structured-drone-form .field:has(input[type=date]),.structured-drone-form .field:has(select){max-width:320px}.structured-drone-form .field:has(input[name=manufacturer]),.structured-drone-form .field:has(input[name=modelNumber]){max-width:360px}.structured-drone-form .field span{color:#475467;font-size:12px;line-height:1.4;font-weight:800}.structured-drone-form .check-group strong{color:#344054;font-size:15px;line-height:1.35;font-weight:800}.structured-drone-form input,.structured-drone-form select,.structured-drone-form textarea{min-height:44px;font-size:14px}.structured-drone-form input[type=checkbox]{width:16px;height:16px;min-height:0;padding:0}.structured-drone-form textarea{line-height:1.6}.structured-drone-form input::placeholder,.structured-drone-form textarea::placeholder{color:#c4cdd8}.structured-drone-form input:disabled,.structured-drone-form select:disabled,.structured-drone-form textarea:disabled{background:#f2f4f7;color:#98a2b3;cursor:not-allowed;opacity:1}.structured-drone-form .check-group{gap:10px}.structured-drone-form .check-tile-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.structured-drone-form .check-tile{min-height:24px;padding:1px 2px;font-size:14px;font-weight:500}.structured-drone-form .modal-actions{border-top:1px solid var(--line);padding-top:18px}.registration-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;max-width:520px}.drone-unregistered-check{width:-moz-fit-content;width:fit-content;min-height:44px;color:#475467;white-space:nowrap}.input-narrow{max-width:220px}.drone-insurance-notice{margin:0 0 12px;padding:10px 12px;background:#fef3c7;border-left:3px solid #f59e0b;color:#92400e;font-size:13px;border-radius:4px;white-space:pre-line}.drone-form-error{margin:8px 0 0;color:#b91c1c;font-size:13px}.drone-warning-note{margin:12px 0 0;padding:8px 12px;background:#fef3c7;color:#92400e;font-size:13px;border-radius:4px}.drone-conflict-modal{display:grid;grid-gap:16px;gap:16px}.drone-conflict-modal p{margin:0}.drone-conflict-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.drone-conflict-list>li{padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff7ed}.drone-conflict-project{font-weight:600;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.drone-conflict-meta{font-size:12px;color:#92400e;font-weight:400}.drone-conflict-reasons{margin:8px 0 0 18px;padding:0;color:#b45309;font-size:13px}.select-editor{position:relative}.select-editor-trigger{width:100%;min-height:42px;display:flex;justify-content:space-between;align-items:center;background:white;padding-right:14px}.select-arrow{margin-left:12px;padding-right:2px;font-size:12px;line-height:1}.select-arrow,.select-editor-trigger.placeholder{color:var(--muted)}.select-editor-trigger.field-error{border-color:var(--danger);box-shadow:0 0 0 3px rgba(180,35,24,.12)}.project-modal-form .field .field-error-message{font-size:12px;color:var(--danger);font-weight:400}.select-editor-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:80;display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;background:white;padding:6px;box-shadow:0 18px 48px rgba(29,39,51,.18)}.select-editor-list{display:grid;max-height:220px;overflow:auto}.select-editor-option{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border-color:transparent;background:transparent;padding:10px 11px}.select-editor-option.selected,.select-editor-option:hover{background:var(--accent-soft);border-color:#bdebe4}.select-editor-check{color:var(--accent);font-size:12px;font-weight:700}.select-editor-manage-toggle{width:100%;color:var(--muted);background:#f8fafb;border-style:dashed}.select-editor-manage{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding-top:8px}.select-editor-add{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.select-editor-manage-list{display:grid;grid-gap:6px;gap:6px;max-height:180px;overflow:auto}.select-editor-manage-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:6px;gap:6px;align-items:center;background:#fbfcfd;border:1px solid var(--line);border-radius:8px;padding:7px}.work-type-manager{display:grid;grid-gap:8px;gap:8px}.work-type-add{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fcfdfd}.work-type-table{box-shadow:none;table-layout:fixed}.work-type-table td:last-child,.work-type-table th:last-child{width:96px;text-align:right}.work-type-table .row-actions{justify-content:flex-end;align-items:center}.work-type-table .danger-button{min-width:34px}.work-type-table input{width:100%}.plain-cell-text{display:inline-block;padding:3px 0;color:var(--text)}.inline-text-button{padding:3px 0;color:var(--text);text-align:left;width:100%}.inline-text-button,.inline-text-button:hover{border-color:transparent;background:transparent}.inline-text-button:hover{color:var(--accent)}.add-row-button{width:100%;border-style:dashed;color:var(--muted);background:#f8fafb}.add-row-button:hover{color:var(--accent);background:var(--accent-soft);border-color:#bdebe4}.condition-page{display:grid;grid-gap:22px;gap:22px}.condition-panel{border-top:1px solid var(--line);padding-top:22px}.condition-panel:first-child{border-top:0;padding-top:0}.condition-panel-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.condition-panel-header h2{margin:0;font-size:20px;line-height:1.35;font-weight:800}.condition-table{box-shadow:none;table-layout:fixed}.condition-table th{background:#f6f8fa}.condition-table td strong{font-size:14px;line-height:1.5;font-weight:700}.condition-row-archived td{color:#98a2b3}.condition-row-archived td strong{color:#98a2b3;text-decoration:line-through}.condition-state-cell{width:132px;text-align:center}.condition-state-cell .status-badge{display:flex;width:max-content;margin-inline:auto}.condition-actions-cell{width:210px;text-align:right}.condition-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.condition-archive-wrap{position:relative;display:inline-flex}.condition-archive-wrap .condition-in-use-tooltip{display:none;position:absolute;z-index:90;right:0;bottom:calc(100% + 6px);min-width:180px;max-width:240px;background:#111827;color:white;border-radius:6px;padding:7px 10px;box-shadow:0 8px 24px rgba(29,39,51,.2);font-size:12px;line-height:1.5;pointer-events:none;white-space:nowrap}.condition-archive-wrap:hover .condition-in-use-tooltip{display:block}.condition-form-modal{width:min(560px,100%)}.condition-form .form-section{border:0;padding:0;background:transparent}.condition-form .form-section h3{margin:0 0 18px;color:var(--text);font-size:18px;line-height:1.35;font-weight:800}.condition-form .form-grid{grid-template-columns:minmax(0,1fr);gap:18px}.condition-form .field{gap:8px}.condition-form .field span{color:#475467;font-size:14px;line-height:1.4;font-weight:800}.condition-form input{min-height:44px;font-size:14px}.condition-form input::placeholder{color:#c4cdd8}.condition-form .modal-actions{border-top:1px solid var(--line);padding-top:18px}.candidate-modal-body,.manual-assign{display:grid;grid-gap:14px;gap:14px}.manual-assign-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px}.manual-assign-field{display:grid;grid-gap:6px;gap:6px;font-size:13px;color:var(--muted)}.manual-assign-field span{font-weight:600;color:var(--text)}.manual-assign-field select{padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:white;font-size:14px}.manual-assign-empty{margin:0;padding:18px;text-align:center;border:1px dashed var(--line);border-radius:8px;background:#fbfcfd}.manual-force-disabled{font-size:12px}.candidate-card,.candidate-list{display:grid;grid-gap:10px;gap:10px}.candidate-card{border:1px solid var(--line);border-radius:8px;padding:14px;background:#fbfcfd}.candidate-card.recommended{background:#fbfffe;border-color:#bdebe4}.candidate-card.warning{background:#fffcf5;border-color:#fedf89}.candidate-card.blocked{opacity:.82}.candidate-main{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.candidate-main strong{display:block;font-size:15px}.candidate-main span:not(.candidate-status){color:var(--muted);font-size:12px}.candidate-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.candidate-status.recommended{color:var(--accent)}.candidate-status.warning{color:#b54708}.candidate-status.blocked{color:var(--danger)}.candidate-reasons,.candidate-warnings{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.candidate-reasons{color:var(--danger)}.candidate-reasons-critical{color:var(--danger);font-weight:700;background:#fef3f2;border-left:3px solid var(--danger);border-radius:4px;padding:6px 10px}.candidate-warnings-critical{color:#b42318;font-weight:600;background:#fffaf5;border-left:3px solid #f79009;border-radius:4px;padding:6px 10px}.candidate-actions{display:flex;justify-content:flex-end}.muted-text{color:var(--muted)}.skeleton-line{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#edf1f5,#f7f9fb 45%,#edf1f5 90%);background-size:200% 100%;animation:skeleton-shimmer 1.3s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.skeleton-title{width:min(360px,70%);height:24px;border-radius:6px}.skeleton-wide{width:min(420px,88%);height:15px;border-radius:6px}.skeleton-medium{width:min(240px,62%);height:15px;border-radius:6px}.skeleton-label{width:86px;height:11px}.skeleton-button{width:96px;height:36px;border-radius:8px}.skeleton-stack{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.project-detail-skeleton .assignment-panel{min-height:82px}.project-detail{display:grid;grid-gap:18px;gap:18px;animation:detail-appear .25s ease both}@keyframes detail-appear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.project-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:start;border:1px solid var(--line);border-radius:8px;background:#ffffff;padding:20px}.project-detail-hero.pending-completion{border-color:#fdb022;background:#fffcf5}.project-detail-hero.history{background:#f8fafc}.project-detail-title-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.project-detail-title-row h2{margin:0;font-size:22px}.project-detail-hero p{margin:8px 0 0;color:var(--muted);font-weight:700}.project-detail-meta{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.project-detail-meta div{display:grid;grid-gap:3px;gap:3px}.project-detail-meta span{color:var(--muted);font-size:11px;font-weight:700}.project-detail-meta strong{font-size:14px;line-height:1.55;font-weight:600}.project-detail-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;max-width:420px}.assignment-panel{border:1px solid var(--line);border-radius:8px;background:#ffffff;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px}.assignment-panel>div:first-child>span{display:block;color:var(--text);font-size:18px;line-height:1.35;font-weight:800;margin-bottom:10px}.detail-alert{border:1px solid #fecdca;background:#fffafa;color:var(--danger);border-radius:8px;padding:14px 16px;display:grid;grid-gap:10px;gap:10px}.detail-alert div{display:flex;flex-wrap:wrap;gap:6px}.detail-alert span{font-size:13px;line-height:1.6}.assignment-panel strong{display:block;font-size:16px}.assignment-panel em{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:12px;margin-right:8px;border-radius:999px;padding:3px 9px;font-size:12px;font-style:normal;font-weight:700}.assignment-ng{background:#fef3f2;color:var(--danger);border:1px solid #fecdca}.assignment-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.assignment-hint{color:var(--muted);font-size:12px;line-height:1.4}.assignment-panel.unassigned{border-color:#fedf89;background:#fffcf5}.assignment-panel.locked{background:#f8fafc}.permission-alert{border-color:#fedf89;background:#fffcf5;color:#92400e}.detail-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.detail-section{border:1px solid var(--line);border-radius:8px;background:#ffffff;padding:18px}.detail-section h3{margin:0 0 14px;font-size:18px;line-height:1.35;font-weight:800;color:var(--text)}.detail-grid{display:grid;grid-template-columns:1fr;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#ffffff}.detail-item{display:grid;grid-template-columns:200px minmax(0,1fr);align-items:stretch;border-top:1px solid var(--line)}.detail-item:first-child{border-top:0}.detail-item.wide{grid-template-columns:200px minmax(0,1fr)}.detail-item span{background:#f9fafb;color:var(--muted);font-size:12px;font-weight:700;border-right:1px solid var(--line)}.detail-item span,.detail-item strong{padding:14px 18px;display:flex;align-items:center}.detail-item strong{font-size:14px;line-height:1.6;font-weight:600;word-break:break-word}.detail-assignment,.detail-memo{margin:0;font-size:13px;line-height:1.7;white-space:pre-wrap}.permission-summary{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px;color:var(--muted);font-size:13px;font-weight:700}.permission-detail-grid{margin-top:4px}.pilot-detail{display:grid;grid-gap:16px;gap:16px;animation:detail-appear .25s ease both}.pilot-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:14px}.pilot-detail-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pilot-detail-title-row h2{margin:0;font-size:22px}.pilot-detail-header p{margin:8px 0 0;color:var(--muted);font-size:13px;font-weight:700}.drone-detail{display:grid;grid-gap:36px;gap:36px;animation:detail-appear .25s ease both}.drone-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:12px}.drone-detail-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.drone-detail-title-row h2{margin:0;font-size:22px}.drone-detail-header p{margin:8px 0 0;color:var(--muted);font-size:13px;font-weight:700}.drone-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px}.drone-detail-summary .detail-item span{font-size:12px}.drone-detail-summary .detail-item strong{font-size:15px}.drone-detail-section{padding:4px 0}.drone-detail-section h3{margin:0 0 20px;color:var(--text);font-size:16px;line-height:1.35;font-weight:800;display:flex;align-items:center;gap:8px}.drone-detail-section h3 svg{color:var(--muted);flex-shrink:0;position:relative;top:-1px}.drone-detail-section>.drone-insurance-notice{margin:0 0 20px}.pilot-detail-section{border:1px solid var(--line);border-radius:8px;background:#ffffff;padding:18px}.pilot-detail-section h3{margin:0 0 14px;color:var(--text);font-size:18px;line-height:1.35;font-weight:800}.pilot-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.pilot-qualification-table{box-shadow:none;background:white}.pilot-contact-section{background:white}.pilot-contact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:24px;column-gap:24px;grid-row-gap:12px;row-gap:12px}.pilot-contact-item{display:grid;grid-gap:4px;gap:4px;min-width:0}.pilot-contact-item span{color:#475467;font-size:13px;font-weight:700}.pilot-contact-item strong{font-size:14px;line-height:1.6;font-weight:600;overflow-wrap:anywhere}.pilot-detail-footer{display:flex;justify-content:flex-end}.tag-line{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.tag-line:last-child{margin-bottom:0}.tag-line>strong{color:#475467;font-size:15px;line-height:1.35;font-weight:800}.detail-tags{display:flex;flex-wrap:wrap;gap:8px}.project-detail-footer{display:grid;grid-gap:12px;gap:12px;justify-items:end}.project-detail-danger-footer{align-items:start}.project-terminal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.tabs{display:flex;gap:6px;margin-bottom:12px;border-bottom:1px solid var(--line)}.tab-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted);padding:10px 12px;font-weight:700;cursor:pointer}.tab-button:hover{color:var(--text);background:#f8fafb}.tab-button.active{color:var(--accent);border-bottom-color:var(--accent)}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.calendar-nav{display:flex;align-items:center;gap:8px;min-width:0}.calendar-nav h1{margin:0 0 0 8px;font-size:22px;line-height:1.2;font-weight:700}.calendar-toolbar input[type=month]{width:168px}.calendar-shell{background:#ffffff;border:1px solid #c4d1da;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid #c4d1da;background:#eef4f7}.calendar-weekdays div{padding:12px;color:#344054;font-size:14px;font-weight:700;text-align:center}.calendar-weekdays .sunday{color:#c2410c;background:#fff3ed}.calendar-weekdays .saturday{color:#175cd3;background:#eff8ff}.calendar-grid{display:block}.calendar-week{position:relative;min-height:calc(88px + var(--calendar-lanes, 1) * 40px);border-bottom:1px solid #c4d1da}.calendar-week:last-child{border-bottom:0}.calendar-week-days{position:absolute;inset:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-day{border-right:1px solid #c4d1da;background:#ffffff;padding:8px;min-width:0}.calendar-day:nth-child(7n){border-right:0}.calendar-day.outside{background:#f1f4f6;color:#98a2b3}.calendar-day.holiday{background:#fff7f3}.calendar-day.saturday{background:#f3f8ff}.calendar-day.outside.holiday{background:#f4e9e5}.calendar-day.outside.saturday{background:#e8eff7}.calendar-day-header{display:flex;justify-content:flex-end;min-height:24px}.calendar-day-header span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;color:#344054;font-size:13px;font-weight:700}.calendar-day.outside .calendar-day-header span{color:#98a2b3}.calendar-day.holiday .calendar-day-header span{color:#c2410c}.calendar-day.saturday .calendar-day-header span{color:#175cd3}.calendar-day.outside.holiday .calendar-day-header span{color:#d16b4a}.calendar-day.outside.saturday .calendar-day-header span{color:#5b7fb6}.calendar-day.today .calendar-day-header span{background:var(--accent);color:white}.calendar-week-events{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:36px;grid-row-gap:4px;row-gap:4px;min-height:calc(88px + var(--calendar-lanes, 1) * 40px);padding:40px 0 8px;pointer-events:none}.calendar-events{display:grid;align-content:start;grid-gap:5px;gap:5px;min-width:0}.calendar-event{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-left:4px solid var(--accent);background:#eff8ff;color:#175cd3;border-radius:6px;padding:4px 8px;display:flex;align-items:center;gap:6px;min-width:0;pointer-events:auto;margin:0 7px;box-shadow:0 2px 5px rgba(29,39,51,.14);cursor:pointer;text-align:left;transition:filter .12s ease,box-shadow .12s ease}.calendar-event:hover{filter:brightness(.98);box-shadow:0 2px 7px rgba(29,39,51,.16)}.calendar-event:active{transform:none}.calendar-event-label,.calendar-event-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;font-weight:800}.calendar-event-time{flex:0 0 auto}.calendar-event-label{min-width:0}.calendar-event-unassigned{border-left-color:#d97706;background:#fef0c7;color:#92400e}.calendar-event-assigned{border-left-color:#039855;background:#d1fadf;color:#05603a}.calendar-event-in_progress{border-left-color:#1570ef;background:#d1e9ff;color:#1849a9}.calendar-event-completion_pending{border-left-color:#ea580c;background:#fed7aa;color:#9a3412}.calendar-event-completed{border-left-color:#667085;background:#f2f4f7;color:#344054;opacity:.75}.calendar-event-cancelled{border-left-color:#667085;background:#e4e7ec;color:#475467;opacity:.68}.calendar-more{color:var(--muted);font-size:11px;font-weight:700;padding:1px 7px}.gantt-shell{background:#ffffff;border:1px solid #c4d1da;border-radius:8px;overflow-x:auto;box-shadow:var(--shadow)}.gantt-grid{min-width:1120px;display:grid;grid-template-columns:180px minmax(0,1fr)}.gantt-resource-head{position:-webkit-sticky;position:sticky;left:0;z-index:3;border-right:1px solid #c4d1da;padding:12px 14px;color:#344054;font-size:14px;font-weight:800}.gantt-days,.gantt-resource-head{background:#f6f8fa;border-bottom:1px solid #c4d1da}.gantt-days{display:grid;grid-template-columns:repeat(var(--gantt-days),minmax(28px,1fr))}.gantt-day-head{min-height:44px;display:flex;align-items:center;justify-content:center;border-right:1px solid #d9e3e8;color:#475467;font-size:12px;font-weight:700}.gantt-day-head:last-child{border-right:0}.gantt-row{display:contents}.gantt-resource{position:-webkit-sticky;position:sticky;left:0;z-index:2;display:grid;align-content:center;grid-gap:4px;gap:4px;min-height:64px;padding:10px 14px;border-right:1px solid #c4d1da;border-bottom:1px solid #c4d1da;background:#ffffff}.gantt-resource strong{font-size:14px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gantt-resource span{color:var(--muted);font-size:12px;line-height:1.35}.gantt-lane{position:relative;min-height:max(64px,calc(var(--gantt-lanes, 1) * 26px + 12px));display:grid;grid-template-columns:repeat(var(--gantt-days),minmax(28px,1fr));grid-template-rows:minmax(4px,1fr) repeat(var(--gantt-lanes,1),var(--gantt-bar-height,22px)) minmax(4px,1fr);align-items:center;align-content:stretch;grid-row-gap:var(--gantt-row-gap,4px);row-gap:var(--gantt-row-gap,4px);border-bottom:1px solid #c4d1da}.gantt-lane-dense{min-height:max(64px,calc(var(--gantt-lanes, 1) * (var(--gantt-bar-height, 14px) + var(--gantt-row-gap, 3px)) + 10px))}.gantt-day{grid-row:1/-1;align-self:stretch;min-height:0;border-right:1px solid #e3e7ec;border-bottom:1px solid #c4d1da;background:#ffffff}.gantt-day:last-child{border-right:0}.gantt-day-head.holiday,.gantt-day.holiday{background:#fff7f3;color:#c2410c}.gantt-day-head.saturday,.gantt-day.saturday{background:#f3f8ff;color:#175cd3}.gantt-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;grid-row:1;z-index:1;height:22px;min-height:22px;margin:0 4px;border:0;border-radius:6px;padding:0;box-shadow:0 2px 5px rgba(29,39,51,.14);cursor:pointer}.gantt-lane-dense .gantt-bar{height:var(--gantt-bar-height,14px);min-height:var(--gantt-bar-height,14px);border-radius:4px;box-shadow:0 1px 3px rgba(29,39,51,.14)}.gantt-bar:hover{filter:brightness(.98);box-shadow:0 3px 8px rgba(29,39,51,.18)}.gantt-bar:focus-visible,.gantt-bar:hover{z-index:5}.gantt-bar.calendar-event-unassigned{background:#f59e0b}.gantt-bar.calendar-event-assigned{background:#12b76a}.gantt-bar.calendar-event-in_progress{background:#2e90fa}.gantt-bar.calendar-event-completion_pending{background:#f97316}.gantt-bar.calendar-event-completed{background:#98a2b3;opacity:.75}.gantt-bar.calendar-event-cancelled{background:#98a2b3;opacity:.72}.gantt-floating-tooltip{position:fixed;z-index:1000;display:grid;grid-gap:2px;gap:2px;width:max-content;min-width:180px;max-width:280px;padding:10px 12px;border:1px solid #d0d5dd;border-radius:6px;background:#ffffff;color:#101828;box-shadow:0 10px 22px rgba(16,24,40,.16);pointer-events:none;text-align:left;transform:translateX(-50%)}.gantt-tooltip-time{color:#667085;font-size:11px;font-weight:700;line-height:1.35}.gantt-tooltip-main{color:#101828;font-size:13px;font-weight:800;line-height:1.35;white-space:normal}.gantt-tooltip-sub{color:#475467;font-size:12px;font-weight:700;line-height:1.35;white-space:normal}.gantt-empty{margin:16px}.stat{background:#ffffff;border:1px solid var(--line);border-radius:8px;padding:16px;box-shadow:var(--shadow)}.stat.danger{background:#ffffff;border-color:var(--line);color:#9a3412}.stat strong{display:block;font-size:26px;margin-top:8px}table{width:100%;border-collapse:separate;border-spacing:0;background:var(--panel);border:1px solid #d7e5e5;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.table-loading-caption{caption-side:top;padding:10px 14px;color:var(--muted);background:#f8fafb;border:1px solid #d7e5e5;border-bottom:0;border-radius:8px 8px 0 0;font-size:13px;font-weight:700;text-align:left}td,th{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px;vertical-align:middle}th{color:#475467;font-weight:700;background:#f6f8fa}th.th-sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}th.th-sortable:hover{background:#edf0f4}.th-sort-inner{gap:5px}.th-sort-icon,.th-sort-inner{display:inline-flex;align-items:center}.th-sort-icon{color:#98a2b3;flex-shrink:0}th.th-sortable:hover .th-sort-icon{color:#475467}.nowrap-cell{white-space:nowrap}tbody tr:last-child td{border-bottom:0}@keyframes row-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes row-exit{0%{opacity:1}to{opacity:0}}@keyframes row-exit-height{0%{line-height:1;padding-top:12px;padding-bottom:12px;font-size:14px}to{line-height:0;padding-top:0;padding-bottom:0;font-size:0}}tbody tr.row-entering{animation:row-enter .18s ease both}tbody tr.row-exiting{animation:row-exit .35s ease both;pointer-events:none}tbody tr.row-exiting td{animation:row-exit-height .35s ease both;overflow:hidden}.table-footer-row td{padding:0;background:#ffffff}.table-add-row-button{width:100%;min-height:62px;justify-content:flex-start;border:0;border-top:1px dashed #b8c4cf;border-radius:0;color:#475467;background:#ffffff;box-shadow:none;font-weight:700;padding-left:18px}.table-add-row-button .button-label{gap:10px}.table-add-row-button .button-label svg{width:24px;height:24px;padding:4px;border:1px solid #b8c4cf;border-radius:999px;background:#f8fafb;color:#344054}.table-add-row-button:hover{color:var(--accent);background:#f8fafb}.table-add-row-button:hover .button-label svg{border-color:#99d8d0;background:var(--accent-soft);color:var(--accent)}.table-load-more-button{width:100%;min-height:52px;border:0;border-top:1px dashed #b8c4cf;border-radius:0;color:#475467;background:#ffffff;box-shadow:none;font-weight:600;text-align:center}.table-load-more-button:hover:not(:disabled){color:var(--accent);background:#f8fafb}.table-load-more-button:disabled{color:#98a2b3;cursor:not-allowed}.table-skeleton-row td{height:57px;background:#ffffff}.table-skeleton-row .table-skeleton-line{height:13px}.table-skeleton-row .skeleton-col-0{width:68%}.table-skeleton-row .skeleton-col-1{width:52%}.table-skeleton-row .skeleton-col-2{width:82%}.table-skeleton-row .skeleton-col-3{width:44%}.state-table{table-layout:fixed}.state-table td:first-child,.state-table th:first-child{width:8px;padding-left:0;padding-right:0}.state-table td,.state-table th{overflow:hidden;text-overflow:ellipsis}.state-table .project-permission-cell{width:112px;text-align:center}.state-table .project-customer-cell{width:17%;min-width:0;font-weight:600}.state-table .project-work-type-cell{width:11%;min-width:0}.state-table .nowrap-cell{width:190px}.state-table .project-site-cell{width:22%;min-width:0}.state-table .project-assignee-cell{width:150px;min-width:0}.state-table .project-assignee-cell,.state-table .project-customer-cell,.state-table .project-site-cell,.state-table .project-work-type-cell{white-space:nowrap}.row-state-marker-wrap{position:relative;display:block;width:8px;min-height:32px}.row-state-marker{display:block;width:4px;min-height:32px;border-radius:0 999px 999px 0}tr.row-alert .row-state-marker{background:var(--danger)}tr.row-completion-pending .row-state-marker{background:#f97316}tr.row-caution .row-state-marker{background:#fdb022}.row-state-tooltip{display:none;position:absolute;z-index:90;left:10px;top:50%;transform:translateY(-50%);min-width:180px;max-width:260px;background:#111827;color:white;border-radius:6px;padding:8px 10px;box-shadow:0 12px 30px rgba(29,39,51,.22);font-size:12px;line-height:1.5;pointer-events:none}.row-state-marker-wrap:hover .row-state-tooltip,.row-state-tooltip span{display:block}tr.clickable{cursor:pointer}tr.clickable:hover{background:var(--accent-soft)}tr.row-alert{background:#fffafa}tr.row-completion-pending{background:#fff7ed}tr.row-caution{background:#fffcf5}.badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:12px;line-height:1.5;text-align:center}.auto-badge{background:var(--accent-soft);border-color:#bdebe4;color:#087669}.review-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid #fdb022;background:#fffaeb;color:#b54708;border-radius:999px;padding:3px 8px;font-size:12px;line-height:1.5;font-weight:600;white-space:nowrap;text-align:center}.permission-badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 9px;font-size:12px;line-height:1.5;font-weight:700;white-space:nowrap;border:1px solid var(--line);background:#f8fafb;color:var(--muted);text-align:center}.permission-unchecked{background:#f8fafc;border-color:#e4e7ec;color:#667085}.permission-not_required{background:#f8fafc;border-color:#e4e7ec;color:#475467}.permission-preparing{background:#fffaeb;border-color:#fedf89;color:#b54708}.permission-submitted{background:#eff8ff;border-color:#b2ddff;color:#175cd3}.permission-approved{background:#ecfdf3;border-color:#abefc6;color:#067647}.permission-returned{background:#fff1f3;border-color:#fecdd6;color:#be123c}.status-unassigned{background:#fffaeb;border-color:#fedf89;color:#b54708}.status-assigned{background:#ecfdf3;border-color:#abefc6;color:#067647}.status-in_progress{background:#eff8ff;border-color:#b2ddff;color:#175cd3}.status-completion_pending{background:#fff1f3;border-color:#fda4af;color:#be123c}.status-completed{background:#ecfdf3;border-color:#abefc6;color:#067647}.status-cancelled{background:#fff1f3;border-color:#fecdd6;color:#be123c}.status-active{background:#ecfdf3;border-color:#abefc6;color:#067647}.status-inactive,.status-maintenance{background:#f8fafc;border-color:#e4e7ec;color:#667085}.status-registered{background:#ecfdf3;border-color:#abefc6;color:#067647}.status-applying,.status-unregistered{background:#fffaeb;border-color:#fedf89;color:#b54708}.status-not_applicable{background:#f8fafc;border-color:#e4e7ec;color:#667085}.project-cell{display:grid;grid-gap:5px;gap:5px;min-width:180px}.project-cell>span:first-child{font-weight:600}.table-badges{display:flex;flex-wrap:wrap;gap:4px}.mini-badge{justify-content:center;border:1px solid var(--line);background:#f8fafb;color:var(--muted);border-radius:999px;padding:1px 6px;font-size:11px;line-height:1.5;white-space:nowrap;text-align:center}.expiry-label,.mini-badge{display:inline-flex;align-items:center}.expiry-label{color:#344054}.expiry-none{color:var(--muted);font-weight:500}.expiry-soon{color:#b54708}.expiry-expired{color:var(--danger)}.status-cell{width:132px;text-align:center;vertical-align:middle}.status-cell-content{min-height:48px;display:flex;align-items:center;justify-content:center}.status-cell .status-badge{width:max-content}.action-cell{width:96px;text-align:center}.compact-action-button{padding:6px 10px;font-size:12px;font-weight:700;color:#ffffff;border-color:#c2410c;background:#ea580c;box-shadow:0 1px 2px rgba(154,52,18,.18);white-space:nowrap}.compact-action-button:hover{color:#ffffff;background:#c2410c;border-color:#9a3412}.danger{color:var(--danger)}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.main{padding:22px 18px}.billing-plan-grid,.billing-usage div,.candidate-main,.compact-list-row,.detail-grid,.detail-layout,.form-grid,.grid,.inline-editor,.manual-assign-fields,.pilot-edit-grid,.project-detail-footer,.project-detail-hero,.project-form-layout,.qualification-row,.select-editor-add,.select-editor-manage-row,.split,.work-type-add{grid-template-columns:1fr}.billing-confirm-flow{flex-direction:column}.billing-confirm-arrow{align-self:auto;padding:6px 0;justify-content:center;transform:rotate(90deg)}.billing-summary{align-items:stretch;flex-direction:column}.drone-detail-summary{grid-template-columns:1fr}.project-modal-form .project-form-column:last-child{border-left:0;border-top:2px solid #b8c4cf;padding-left:0;padding-top:28px}.drone-form-layout,.structured-drone-form .check-tile-grid{grid-template-columns:1fr}.calendar-toolbar{align-items:stretch;flex-direction:column}.calendar-nav{flex-wrap:wrap}.calendar-toolbar input[type=month]{width:100%}.calendar-shell{overflow-x:auto}.calendar-grid,.calendar-weekdays{min-width:760px}}.support-page{max-width:720px;display:grid;grid-gap:16px;gap:16px}.support-form-panel{display:grid;grid-gap:14px;gap:14px}.support-intro{font-size:14px;line-height:1.7}.form-hint,.support-intro{margin:0;color:var(--muted)}.form-hint{font-size:13px;line-height:1.6}.turnstile-widget{display:flex;justify-content:center}.support-form{gap:14px}.support-form .field{display:grid;grid-gap:6px;gap:6px}.support-form .field>span:first-child{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.support-form input,.support-form select,.support-form textarea{width:100%;font:inherit;padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px}.support-form textarea{resize:vertical;min-height:140px}.support-count{justify-self:end;font-size:12px;color:var(--muted)}.support-actions{display:flex;justify-content:flex-end}