@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--brand-primary:#059669;--brand-primary-dark:#047857;--brand-primary-hover:#047857;--brand-primary-soft:#e7f2ec;--brand-secondary:#070502;--brand-green:#009a3f;--brand-green-light:#e6f5e7;--primary-green:#059669;--primary-green-dark:#047857;--primary-green-light:#10b981;--primary-green-muted:#d1fae5;--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-panel:#fff;--text-primary:#0f172a;--text-strong:#0f2f3a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--border-hover:#cbd5e1;--grey-hover:#f1f3f5;--light-grey:#f2f2f2;--dark-grey:#7f7f7f;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #00000014;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#e44141;--danger-dark:#942b2b;color:var(--text-primary);font-family:Manrope,Segoe UI,sans-serif;font-size:15px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{color:var(--text-strong);margin:0}a{color:var(--brand-primary);text-decoration:none}a:hover{text-decoration:underline}input,button,textarea,select{font:inherit}img{max-width:100%;display:block}.onboarding-overlay,.onboarding-overlay *{box-sizing:border-box}.onboarding-overlay button,.onboarding-overlay input{font:inherit}.onboarding-overlay button{cursor:pointer}.onboarding-overlay{--engage-green:#009f73;--engage-green-dark:#007d5c;--engage-green-soft:#eaf8f3;--ink:#0f2134;--muted:#66788a;--line:#dfe7ee;--surface:#f7f9fb;--white:#fff;--shadow:0 30px 90px #0f213438, 0 8px 28px #0f21341a;--ease:cubic-bezier(.2,.8,.2,1);color:var(--ink)}.tour-overlay{z-index:4000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1e2f47;place-items:center;padding:28px;transition:opacity .28s,visibility .28s;display:grid;position:fixed;inset:0}.tour-overlay.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.tour-modal{--modal-width:1020px;width:min(var(--modal-width), calc(100vw - 56px));background:var(--white);height:min(680px,100vh - 56px);min-height:590px;box-shadow:var(--shadow);transition:width .34s var(--ease), height .34s var(--ease), transform .28s var(--ease);border:1px solid #d0dce6f2;border-radius:22px;flex-direction:column;display:flex;overflow:hidden;transform:translateY(0)scale(1)}.tour-modal.is-welcome{--modal-width:820px;height:min(500px,100vh - 72px);min-height:470px}.tour-topbar{border-bottom:1px solid var(--line);background:#fffffff5;align-items:center;gap:18px;min-height:68px;padding:0 22px 0 26px;display:flex}.tour-brand{letter-spacing:-.01em;align-items:center;gap:10px;margin-right:auto;font-weight:800;display:flex}.tour-letterbox-logo{object-fit:contain;width:142px;height:auto;max-height:34px;display:block}.tour-brand-mark{width:34px;height:34px;color:var(--engage-green);background:var(--engage-green-soft);border-radius:10px;place-items:center;display:grid}.tour-progress{align-items:center;gap:6px;display:flex}.tour-progress span{background:#e5ebf0;border-radius:999px;width:34px;height:4px;overflow:hidden}.tour-progress span:after{content:"";border-radius:inherit;background:var(--engage-green);width:0;height:100%;transition:width .35s var(--ease);display:block}.tour-progress span.is-complete:after,.tour-progress span.is-active:after{width:100%}.step-count{min-width:44px;color:var(--muted);text-align:center;font-size:12px;font-weight:700}.skip-control,.close-control{color:#586b7c;background:0 0;border:0;border-radius:9px}.skip-control{padding:8px 9px;font-size:13px;font-weight:700}.skip-control:hover{color:var(--ink);background:#f2f5f7}.close-control{place-items:center;width:38px;height:38px;font-size:22px;display:grid}.close-control:hover{color:var(--ink);background:#f2f5f7}.tour-stage{flex:1;min-height:0;position:relative;overflow:hidden}.tour-screen{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease, transform .32s var(--ease), visibility .28s ease;flex-direction:column;display:flex;position:absolute;inset:0;transform:translate(24px)}.tour-screen.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.welcome-layout{grid-template-columns:1.04fr .96fr;height:100%;display:grid}.welcome-copy{flex-direction:column;justify-content:center;padding:44px 42px 42px 48px;display:flex}.welcome-copy h1{letter-spacing:-.048em;max-width:430px;margin:0 0 12px;font-size:clamp(34px,4vw,47px);line-height:1.02}.welcome-copy p{color:var(--muted);margin:0;font-size:15px;line-height:1.62}.welcome-copy .lead{max-width:430px;color:var(--ink);margin-bottom:10px;font-size:17px;font-weight:650}.welcome-actions{align-items:center;gap:16px;margin-top:27px;display:flex}.primary-button,.secondary-button{border:0;border-radius:11px;min-height:46px;padding:0 18px;font-weight:800;transition:transform .18s,background .18s,border-color .18s}.primary-button{color:#fff;background:var(--engage-green);box-shadow:0 9px 22px #009f732e}.primary-button:hover{background:var(--engage-green-dark);transform:translateY(-1px)}.secondary-button{color:var(--ink);border:1px solid var(--line);background:#fff}.secondary-button:hover{background:var(--surface);border-color:#cdd8e1}.text-button{color:var(--muted);background:0 0;border:0;padding:8px 0;font-weight:700}.text-button:hover{color:var(--ink)}.welcome-visual{background:linear-gradient(150deg,#f4fbf8 0%,#edf8f5 55%,#f9fbfc 100%);place-items:center;display:grid;position:relative;overflow:hidden}.welcome-visual:before{content:"";background:radial-gradient(circle,#009f7321,#009f7300 69%);border-radius:50%;width:320px;height:320px;position:absolute}.welcome-shot{aspect-ratio:1.15;background:#fff;border:1px solid #d8e3e8;border-radius:16px;width:78%;position:relative;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 24px 48px #1f483e24}.welcome-shot img,.welcome-shot video{object-fit:cover;width:100%;height:100%;display:block}.welcome-chip{color:#08724e;background:#ebfaf4f5;border:1px solid #cdeadd;border-radius:10px;padding:9px 11px;font-size:12px;font-weight:850;position:absolute;bottom:18px;right:18px;box-shadow:0 8px 18px #0f213414}.screen-header{padding:26px 32px 13px}.screen-header h2{letter-spacing:-.035em;margin:0 0 7px;font-size:30px;line-height:1.05}.screen-header p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.screen-body{flex:1;min-height:0;padding:0 32px 20px}.screen-footer{border-top:1px solid var(--line);align-items:center;gap:12px;min-height:72px;padding:12px 32px 18px;display:flex}.screen-footer .footer-note{color:var(--muted);margin-right:auto;font-size:12px}.segmented-tabs{border:1px solid var(--line);scrollbar-width:none;background:#f4f7f9;border-radius:13px;gap:5px;margin-bottom:16px;padding:5px;display:flex;overflow-x:auto}.segmented-tabs::-webkit-scrollbar{display:none}.segmented-tabs button{color:#506274;background:0 0;border:0;border-radius:9px;flex:1 0 auto;justify-content:center;align-items:center;gap:8px;min-width:105px;min-height:40px;font-size:13px;font-weight:760;transition:background .18s,color .18s,box-shadow .18s;display:flex}.segmented-tabs button:hover{color:var(--ink)}.segmented-tabs button.is-active{color:var(--engage-green-dark);background:#fff;box-shadow:0 2px 8px #0f213414}.segmented-tabs svg{width:17px;height:17px}.feature-layout{grid-template-columns:minmax(0,1.55fr) minmax(230px,.58fr);gap:20px;height:calc(100% - 62px);min-height:0;display:grid}.media-panel{border:1px solid var(--line);background:#eef3f6;border-radius:16px;min-height:310px;position:relative;overflow:hidden}.media-panel img{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .18s ease, transform .32s var(--ease);transform:scale(1)}.media-panel.is-changing img{opacity:.15;transform:scale(.985)}.media-panel video{object-fit:contain;opacity:1;width:100%;height:100%;transition:opacity .18s ease, transform .32s var(--ease);background:#fff;display:block;transform:scale(1)}.media-panel.is-changing video{opacity:.08;transform:scale(.992)}.video-panel{background:#fff}.video-label{color:#5d6f80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #dce6ebeb;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:780;position:absolute;top:14px;left:14px;box-shadow:0 6px 16px #0f21340f}.media-badge{color:#08724e;background:#f2fcf8f5;border:1px solid #cfe0d7f2;border-radius:10px;max-width:calc(100% - 28px);padding:9px 11px;font-size:12px;font-weight:820;position:absolute;bottom:14px;right:14px;box-shadow:0 8px 18px #0f213414}.demo-cursor{pointer-events:none;filter:drop-shadow(0 3px 4px #0f213440);width:20px;height:20px;animation:cursorTravel 4.6s var(--ease) infinite;position:absolute;top:28%;left:26%}.demo-cursor svg{fill:#fff;stroke:#0f2134;stroke-width:1.4px;width:100%;height:100%}.click-pulse{border:2px solid var(--engage-green);opacity:0;border-radius:50%;width:22px;height:22px;animation:4.6s infinite clickPulse;position:absolute;top:34%;left:43%}@keyframes cursorTravel{0%,10%{top:28%;left:24%}30%{top:20%;left:45%}52%{top:35%;left:70%}74%{top:70%;left:64%}92%,to{top:64%;left:33%}}@keyframes clickPulse{0%,16%,27%,40%,51%,64%,75%,88%,to{opacity:0;transform:scale(.5)}20%,44%,68%,92%{opacity:.8;transform:scale(1.05)}24%,48%,72%,96%{opacity:0;transform:scale(1.7)}}.feature-copy{flex-direction:column;justify-content:center;padding:4px 4px 4px 2px;display:flex}.feature-index{color:var(--engage-green);text-transform:uppercase;letter-spacing:.055em;margin-bottom:10px;font-size:12px;font-weight:850}.feature-copy h3{letter-spacing:-.025em;margin:0 0 9px;font-size:23px;line-height:1.08}.feature-copy p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.feature-tip{color:#315b4d;background:#f5fbf8;border:1px solid #dcece5;border-radius:11px;margin-top:18px;padding:12px 13px;font-size:12px;line-height:1.5}.intelligence-layout{grid-template-columns:minmax(0,1.34fr) minmax(235px,.66fr);gap:18px;height:100%;display:grid}.intelligence-map{border:1px solid var(--line);background:#eef3f6;border-radius:16px;position:relative;overflow:hidden}.intelligence-map img{object-fit:cover;width:100%;height:100%}.count-card{border:1px solid var(--line);background:#fffffff5;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:0;min-width:250px;display:grid;position:absolute;bottom:14px;left:14px;overflow:hidden;box-shadow:0 12px 28px #0f21341f}.count-card div{border-right:1px solid var(--line);padding:11px 12px}.count-card div:last-child{border-right:0}.count-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;display:block}.count-card strong{margin-top:3px;font-size:16px;display:block}.intelligence-side{grid-template-rows:1fr auto;gap:12px;min-height:0;display:grid}.political-shot{border:1px solid var(--line);background:#eef3f6;border-radius:16px;min-height:0;overflow:hidden}.political-shot img{object-fit:cover;width:100%;height:100%}.toggle-row{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;font-size:13px;font-weight:750;display:flex}.toggle{background:var(--engage-green);border-radius:999px;width:42px;height:24px;position:relative}.toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;position:absolute;top:3px;right:3px;box-shadow:0 1px 3px #0000002e}.workflow-layout{grid-template-columns:300px minmax(0,1fr);align-items:center;gap:24px;height:100%;display:grid}.workflow-device{background:#fff;border:1px solid #dce4eb;border-radius:18px;justify-self:center;width:245px;height:430px;overflow:hidden;box-shadow:0 20px 42px #0f213421}.workflow-device img{object-fit:cover;object-position:top;opacity:1;width:100%;height:100%;transition:opacity .18s}.workflow-device.is-changing img{opacity:.12}.workflow-copy{padding-right:12px}.workflow-copy h3{letter-spacing:-.03em;margin:0 0 9px;font-size:25px;line-height:1.08}.workflow-copy p{max-width:480px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.workflow-steps{gap:9px;margin-top:20px;display:grid}.workflow-step{border:1px solid var(--line);color:#5b6d7e;background:#fff;border-radius:11px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px 11px;font-size:12px;font-weight:720;transition:border-color .18s,background .18s,color .18s;display:grid}.workflow-step b{background:#f1f5f7;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.workflow-step.is-active{color:var(--engage-green-dark);background:#f3fbf7;border-color:#bfe2d4}.workflow-step.is-active b{color:#fff;background:var(--engage-green)}.workflow-step i{color:var(--engage-green);font-style:normal}.complete-layout{text-align:center;place-items:center;height:100%;padding:36px;display:grid}.complete-card{max-width:560px}.complete-icon{width:72px;height:72px;color:var(--engage-green);background:var(--engage-green-soft);border-radius:22px;place-items:center;margin:0 auto 18px;display:grid}.complete-icon svg{width:34px;height:34px}.complete-card h2{letter-spacing:-.04em;margin:0 0 10px;font-size:34px;line-height:1.05}.complete-card p{max-width:480px;color:var(--muted);margin:0 auto;font-size:15px;line-height:1.62}.complete-actions{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.check-row{color:#607285;align-items:center;gap:9px;margin-top:19px;font-size:13px;display:inline-flex}.check-row input{width:17px;height:17px;accent-color:var(--engage-green)}@media (prefers-reduced-motion:reduce){.onboarding-overlay,.onboarding-overlay *,.onboarding-overlay :before,.onboarding-overlay :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=820px){.tour-overlay{align-items:end;padding:10px}.tour-modal,.tour-modal.is-welcome{border-radius:18px 18px 0 0;width:100%;height:min(92svh,760px);min-height:0}.tour-topbar{min-height:60px;padding:0 12px 0 16px}.tour-brand{font-size:13px}.tour-brand-mark{width:30px;height:30px}.tour-progress span{width:20px}.skip-control{display:none}.welcome-layout{grid-template-columns:1fr}.welcome-copy{justify-content:flex-start;padding:30px 24px 22px}.welcome-copy h1{font-size:35px}.welcome-visual{min-height:250px}.welcome-shot{width:75%}.screen-header{padding:22px 20px 11px}.screen-header h2{font-size:25px}.screen-body{padding:0 20px 14px;overflow-y:auto}.screen-footer{min-height:66px;padding:10px 20px 14px}.screen-footer .footer-note{display:none}.feature-layout,.intelligence-layout,.workflow-layout{grid-template-columns:1fr;height:auto}.media-panel{min-height:250px}.feature-copy{padding:0 2px}.feature-tip{margin-top:12px}.intelligence-map{min-height:270px}.political-shot{min-height:260px}.count-card{min-width:0;left:10px;right:10px}.workflow-device{width:210px;height:370px}.workflow-copy{padding-right:0}.workflow-steps{margin-top:14px}.complete-layout{padding:26px 22px}.complete-card h2{font-size:30px}.complete-actions{flex-direction:column}.complete-actions .primary-button{width:100%}}.welcome-visual{background:#f8fbfa;grid-template-rows:minmax(0,1fr) 86px;place-items:stretch stretch;display:grid}.welcome-visual:before{display:none}.welcome-map-wrap{background:#f7fbfa;align-items:stretch;min-height:0;padding:0;display:flex;overflow:hidden}.welcome-map-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.accreditation-strip{background:#fffffff5;border-top:1px solid #e8eef1;grid-template-columns:repeat(5,1fr);align-items:center;gap:14px;padding:10px 22px 11px;display:grid}.accreditation-item{opacity:.78;filter:saturate(.88);justify-content:center;align-items:center;min-width:0;height:58px;transition:opacity .18s,transform .18s;display:flex}.accreditation-item:hover{opacity:1;transform:translateY(-1px)}.accreditation-item img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:44px;display:block}.accreditation-item.cyber img{max-height:48px}.accreditation-item.iso img{max-height:46px}.accreditation-item.construction img{max-width:108px;max-height:42px}.accreditation-item.living img{max-height:46px}@media (width<=820px){.welcome-visual{grid-template-rows:minmax(0,1fr) 68px;min-height:285px}.accreditation-strip{gap:8px;padding:8px 12px}.accreditation-item{height:46px}.accreditation-item img{max-height:34px}.accreditation-item.cyber img{max-height:36px}.accreditation-item.iso img{max-height:34px}.accreditation-item.construction img{max-width:82px;max-height:30px}.accreditation-item.living img{max-height:35px}}.accreditation-strip{grid-template-columns:.9fr 1fr 1fr 1.35fr .95fr;place-items:center;column-gap:12px;min-height:84px;padding:12px 18px}.accreditation-item{opacity:.76;place-items:center;width:100%;height:58px;margin:0;padding:0;display:grid}.accreditation-item img{object-fit:contain;object-position:center;margin:0 auto;display:block}.accreditation-item.cyber img{width:auto;max-width:58px;height:49px;max-height:49px}.accreditation-item.iso img{width:auto;max-width:52px;height:45px;max-height:45px}.accreditation-item.construction img{width:88px;max-width:88px;height:auto;max-height:43px}.accreditation-item.living img{width:auto;max-width:62px;height:47px;max-height:47px}@media (width<=820px){.accreditation-strip{grid-template-columns:.9fr 1fr 1fr 1.25fr .9fr;column-gap:7px;min-height:70px;padding:9px 11px}.accreditation-item{height:48px}.accreditation-item.cyber img{max-width:46px;height:39px}.accreditation-item.iso img{max-width:42px;height:36px}.accreditation-item.construction img{width:68px;max-height:34px}.accreditation-item.living img{max-width:48px;height:38px}}.accreditation-item{justify-content:center;align-items:flex-end;height:58px;padding-bottom:4px;display:flex;position:relative}.accreditation-item img{flex:none;margin:0 auto}@media (width<=820px){.accreditation-item{height:48px;padding-bottom:3px}}.welcome-grid{align-items:stretch}.welcome-visual{grid-template-rows:minmax(0,1fr) 66px!important}.accreditation-strip{align-self:end;height:66px;min-height:66px!important;padding:7px 18px 8px!important}.accreditation-item{align-items:center!important;height:50px!important;padding-bottom:0!important}@media (width<=820px){.welcome-visual{grid-template-rows:minmax(0,1fr) 60px!important}.accreditation-strip{height:60px;min-height:60px!important;padding:6px 10px!important}.accreditation-item{height:46px!important}}.welcome-copy{padding-bottom:32px!important}.welcome-visual{position:relative;padding-bottom:76px!important;display:block!important}.welcome-map-wrap{height:100%!important;min-height:0!important}.accreditation-strip{background:#fffffff5!important;border-top:0!important;align-items:end!important;height:48px!important;min-height:48px!important;padding:0 18px!important;position:absolute!important;bottom:32px!important;left:0!important;right:0!important}.accreditation-item{justify-content:center!important;align-items:flex-end!important;height:48px!important;padding:0 0 1px!important;display:flex!important}.accreditation-item.cyber img{height:42px!important;max-height:42px!important}.accreditation-item.iso img{height:38px!important;max-height:38px!important}.accreditation-item.construction img{width:80px!important;max-width:80px!important;max-height:35px!important}.accreditation-item.living img{height:41px!important;max-height:41px!important}@media (width<=820px){.welcome-copy{padding-bottom:24px!important}.welcome-visual{padding-bottom:64px!important}.accreditation-strip{height:44px!important;min-height:44px!important;padding:0 10px!important;bottom:18px!important}.accreditation-item{height:44px!important}}.final-welcome-layout{height:100%;min-height:0;grid-template-columns:52% 48%!important;align-items:stretch!important}.final-welcome-copy{min-height:0;flex-direction:column!important;padding:42px 48px 30px 52px!important;display:flex!important}.final-welcome-copy h1{max-width:470px;margin:8px 0 14px!important}.final-welcome-copy .lead{margin-bottom:12px!important}.final-welcome-copy>p:not(.lead){max-width:480px;margin:0!important}.final-welcome-copy .welcome-actions{margin-top:auto!important;margin-bottom:0!important}.final-welcome-visual{border-left:1px solid var(--line)!important;background:#fff!important;grid-template-rows:minmax(0,1fr) 94px!important;height:100%!important;min-height:0!important;padding:0!important;display:grid!important}.final-welcome-visual:before{display:none!important}.welcome-map-crop{background:#f7faf9;min-height:0;overflow:hidden}.welcome-map-crop img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.accreditation-row{border-top:1px solid var(--line);background:#fff;grid-template-columns:.88fr .9fr .9fr 1.35fr .95fr;place-items:end start;gap:14px;height:94px;padding:14px 18px 15px 22px;display:grid}.acc{opacity:.76;justify-content:flex-start;align-items:flex-end;width:100%;height:62px;display:flex}.acc img{object-fit:contain;object-position:left bottom;width:auto;margin:0;display:block}.acc.cyber img{max-width:60px;height:52px}.acc.iso img{max-width:55px;height:47px}.acc.construction img{width:94px;max-height:41px}.acc.living img{max-width:64px;height:50px}@media (width<=820px){.final-welcome-layout{grid-template-columns:1fr!important}.final-welcome-copy{padding:30px 24px 22px!important}.final-welcome-copy .welcome-actions{margin-top:24px!important}.final-welcome-visual{border-left:0!important;border-top:1px solid var(--line)!important;grid-template-rows:255px 72px!important}.accreditation-row{gap:8px;height:72px;padding:9px 11px 10px 14px}.acc{height:50px}.acc.cyber img{height:40px}.acc.iso img{height:36px}.acc.construction img{width:70px}.acc.living img{height:39px}}.accreditation-row{grid-template-columns:repeat(5,1fr)!important;place-items:center!important;gap:0!important;height:94px!important;padding:0 20px 10px!important}.accreditation-row .acc{opacity:.74!important;justify-content:center!important;align-items:center!important;width:100%!important;height:58px!important;display:flex!important;transform:translateY(-10px)!important}.accreditation-row .acc img{object-position:center center!important;margin:0 auto!important}.accreditation-row .acc.cyber img{max-width:50px!important;height:43px!important;max-height:43px!important}.accreditation-row .acc.iso img{max-width:46px!important;height:39px!important;max-height:39px!important}.accreditation-row .acc.construction img{width:76px!important;max-width:76px!important;max-height:34px!important}.accreditation-row .acc.living img{max-width:54px!important;height:42px!important;max-height:42px!important}@media (width<=820px){.accreditation-row{grid-template-columns:repeat(5,1fr)!important;padding:0 10px 6px!important}.accreditation-row .acc{transform:translateY(-7px)!important}.accreditation-row .acc.cyber img{height:34px!important}.accreditation-row .acc.iso img{height:31px!important}.accreditation-row .acc.construction img{width:58px!important}.accreditation-row .acc.living img{height:33px!important}}.accreditation-row .acc{transform:translateY(-7px)!important}@media (width<=820px){.accreditation-row .acc{transform:translateY(-4px)!important}}.accreditation-row,.accreditation-strip,.refined-accreditations{display:none!important}.final-welcome-visual,.refined-visual,.welcome-visual{background:#f7faf9!important;grid-template-rows:none!important;height:100%!important;min-height:0!important;padding:0!important;display:block!important}.welcome-map-crop,.welcome-map-window,.welcome-map-wrap{width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important}.welcome-map-crop img,.welcome-map-window img,.welcome-map-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}@media (width<=820px){.final-welcome-visual,.refined-visual,.welcome-visual{height:320px!important;min-height:320px!important}}.background-blur{z-index:0;background:radial-gradient(80% 60% at 15% 85%,#0596691f,#0000 55%),radial-gradient(50% 70% at 85% 15%,#05966914,#0000 55%),radial-gradient(#f0f7fa,#f5f8fb);animation:30s ease-in-out infinite alternate bg-drift;position:fixed;inset:0}@keyframes bg-drift{0%{filter:blur();transform:scale(1)}50%{filter:blur(1px);transform:scale(1.02)}to{filter:blur();transform:scale(1)}}.auth-page{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative}.auth-shell{width:100%;max-width:440px}.auth-shell--wide{max-width:520px}.auth-card{border-top:5px solid var(--brand-primary);text-align:center;background:#fff;border-radius:20px;padding:2.75rem 2.25rem 2.25rem;animation:.4s ease-out card-in;box-shadow:0 20px 60px #0000000f,0 4px 12px #00000008}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-logo{object-fit:contain;width:min(280px,100%);height:auto;margin:0 auto 2rem;display:block}.auth-card h1{color:var(--text-strong);letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.6rem;font-weight:700}.subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.9rem;line-height:1.5}.success-msg{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:1rem;font-weight:500}.alert-panel{color:#991b1b;text-align:left;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:10px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.85rem;line-height:1.5}.error-text{color:var(--danger);text-align:left;margin-top:4px;font-size:.78rem}.form-stack{text-align:left;flex-direction:column;gap:1.1rem;display:flex}.input-field label{letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;margin-bottom:6px;font-size:.7rem;font-weight:600;display:flex}.label-icon{flex-shrink:0}.input-wrapper{border:1.5px solid var(--border-color);background:#fff;border-radius:10px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.input-wrapper:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0596691a}.input-control{width:100%;color:var(--text-primary);background:0 0;border:none;border-radius:10px;outline:none;flex:1;padding:.7rem .9rem;font-size:.92rem}.input-control::placeholder{color:#b0b8c4}.password-toggle{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;padding:0 .75rem;transition:color .15s;display:flex}.password-toggle:hover{color:var(--text-primary)}.input-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=480px){.input-row{grid-template-columns:1fr}}.inline-actions{justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.remember{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}.remember input[type=checkbox]{accent-color:var(--brand-primary);cursor:pointer;width:15px;height:15px}.forgot-link{color:var(--brand-primary);font-weight:500;text-decoration:none}.forgot-link:hover{text-decoration:underline}.btn-primary{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.35rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.btn-primary:hover{background:var(--brand-primary-dark)}.btn-primary:active{transform:scale(.985)}.btn-primary:disabled,.btn-primary.is-loading{opacity:.65;cursor:not-allowed}.spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.footer-text{color:var(--text-muted);margin-top:1.75rem;font-size:.82rem}.footer-text a{color:var(--brand-primary);font-weight:600;text-decoration:none}.footer-text a:hover{text-decoration:underline}.auth-divider{color:var(--text-muted);align-items:center;gap:1rem;margin:.25rem 0;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.top-header{border-bottom:1px solid var(--border-color);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:58px;padding:0 1.25rem 0 1rem;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:1.25rem;display:flex}.header-logo{cursor:pointer;object-fit:contain;width:auto;height:36px}.header-search{position:relative}.header-search input{border:1.5px solid var(--border-color);background:var(--bg-primary);width:260px;color:var(--text-primary);border-radius:8px;padding:.42rem .75rem .42rem 2.1rem;font-size:.84rem;transition:border-color .2s,box-shadow .2s}.header-search input:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05966914}.header-search svg{color:var(--text-muted);pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.header-search-dropdown{border:1px solid var(--border-color);z-index:200;background:#fff;border-radius:10px;width:100%;min-width:260px;max-height:280px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.header-search-empty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.84rem}.header-search-item{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.55rem .85rem;font-size:.84rem;transition:background .1s;display:block}.header-search-item:hover{background:var(--bg-primary)}.header-search-item:not(:last-child){border-bottom:1px solid var(--border-color)}.header-right{align-items:center;gap:.6rem;display:flex}.header-tutorial-btn{border:1px solid var(--border-color);height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:0 .75rem 0 .55rem;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.header-tutorial-btn:hover{background:var(--grey-hover);border-color:var(--border-hover);color:var(--text-primary)}.header-tutorial-btn svg{flex-shrink:0;width:16px;height:16px}.notif-btn{border:1px solid var(--border-color);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex;position:relative}.notif-btn:hover{background:var(--grey-hover);border-color:var(--border-hover)}.notif-btn svg{width:18px;height:18px}.notif-badge{background:var(--danger);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:-3px}.user-menu{cursor:pointer;border-radius:8px;align-items:center;gap:.6rem;padding:.3rem .5rem;transition:background .15s;display:flex;position:relative}.user-menu:hover{background:var(--grey-hover)}.user-avatar{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--primary-green-light) 100%);color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;font-weight:700;display:flex}.user-info{flex-direction:column;line-height:1.25;display:flex}.user-name{color:var(--text-primary);font-size:.84rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.7rem}.chevron-down{width:14px;height:14px;color:var(--text-muted);transition:transform .2s}.chevron-down.open{transform:rotate(180deg)}.user-dropdown{border:1px solid var(--border-color);z-index:200;background:#fff;border-radius:12px;min-width:200px;padding:.4rem 0;animation:.15s ease-out dropdown-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000a}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{border-bottom:1px solid var(--border-color);margin-bottom:.25rem;padding:.6rem 1rem}.dropdown-header .user-name{font-size:.88rem}.dropdown-header .user-email{color:var(--text-muted);font-size:.75rem}.user-dropdown button{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:.55rem 1rem;font-size:.85rem;transition:background .1s;display:flex}.user-dropdown button:hover{background:var(--grey-hover)}.user-dropdown button svg{width:16px;height:16px;color:var(--text-muted)}.dropdown-divider{background:var(--border-color);height:1px;margin:.25rem 0}.user-dropdown button.danger-item,.user-dropdown button.danger-item svg{color:var(--danger)}.app-layout{flex:1;height:calc(100vh - 58px);min-height:0;display:flex}.sidebar{border-right:1px solid var(--border-color);background:#fff;flex-direction:column;width:230px;min-width:230px;padding:.6rem 0;display:flex;overflow-y:auto}.sidebar-section{margin-bottom:.25rem;padding:0 .6rem}.sidebar-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:.75rem .75rem .35rem;font-size:.65rem;font-weight:700}.nav-item{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;margin-bottom:1px;padding:.55rem .75rem;font-size:.86rem;transition:all .12s;display:flex}.nav-item:hover{background:var(--grey-hover);color:var(--text-primary)}.nav-item.active{color:var(--brand-primary);background:#05966914;font-weight:600}.nav-item svg{flex-shrink:0;width:18px;height:18px}.sidebar-new-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin:.6rem .75rem .75rem;padding:.55rem;font-size:.86rem;font-weight:600;transition:background .15s,transform .1s;display:flex}.sidebar-new-btn:hover{background:var(--brand-primary-dark)}.sidebar-new-btn:active{transform:scale(.98)}.sidebar-new-form{flex-direction:column;gap:.4rem;margin:.6rem .75rem .75rem;display:flex}.sidebar-new-input{border:1.5px solid var(--brand-primary);width:100%;color:var(--text-primary);background:#fff;border-radius:8px;outline:none;padding:.5rem .65rem;font-size:.84rem;box-shadow:0 0 0 3px #05966914}.sidebar-new-actions{gap:.35rem;display:flex}.sidebar-create-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;padding:.42rem;font-size:.82rem;font-weight:600;transition:background .15s}.sidebar-create-btn:hover:not(:disabled){background:var(--brand-primary-dark)}.sidebar-create-btn:disabled{opacity:.5;cursor:default}.sidebar-cancel-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:6px;padding:.42rem .6rem;font-size:.82rem;transition:background .12s}.sidebar-cancel-btn:hover{background:var(--grey-hover)}.sidebar-footer{border-top:1px solid var(--border-color);color:var(--text-muted);text-align:center;margin-top:auto;padding:.75rem;font-size:.72rem}.main-content{background:var(--bg-primary);flex:1;padding:2rem;overflow-y:auto}.dash-header-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-title{color:var(--text-strong);letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:800}.dash-subtitle{color:var(--text-muted);margin-top:4px;font-size:.85rem}.dash-create-btn{background:var(--brand-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:.55rem 1.2rem;font-size:.86rem;font-weight:700;transition:all .15s;display:flex}.dash-create-btn svg{width:16px;height:16px}.dash-create-btn:hover{background:var(--brand-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #05966933}.dash-create-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000073;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dash-create-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;animation:.2s slideUp;box-shadow:0 24px 48px #0000002e}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dash-create-modal h3{color:#0f172a;margin:0 0 4px;font-size:1.2rem;font-weight:700}.dash-create-modal p{color:#64748b;margin:0 0 20px;font-size:.85rem}.dash-create-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:.65rem .9rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.dash-create-input:focus{border-color:#059669;outline:none;box-shadow:0 0 0 3px #0596691f}.dash-create-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.dash-create-actions button{cursor:pointer;border-radius:10px;padding:.55rem 1.25rem;font-size:.86rem;font-weight:600;transition:all .15s}.dash-modal-cancel{color:#475569;background:#fff;border:1.5px solid #e2e8f0}.dash-modal-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.dash-modal-submit{color:#fff;background:#059669;border:none;font-weight:700}.dash-modal-submit:hover:not(:disabled){background:#047857}.dash-modal-submit:disabled{opacity:.5;cursor:not-allowed}.dash-status-badge{color:#fff;text-transform:capitalize;border-radius:20px;padding:2px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.stat-pills{gap:.75rem;margin-bottom:1.5rem;display:flex}.stat-pill{border:1px solid var(--border-color);background:#fff;border-radius:12px;flex:1;min-width:0;padding:1rem 1.25rem;transition:box-shadow .15s,transform .15s}.stat-pill:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.stat-pill.skeleton{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.stat-pill .stat-value{color:var(--text-strong);font-size:1.6rem;font-weight:800;line-height:1.2}.stat-pill .stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:.72rem;font-weight:600}.map-toolbar{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.dash-search-wrap{flex:1;max-width:400px;position:relative}.dash-search-wrap svg{width:15px;height:15px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.map-toolbar .search-input{border:1.5px solid var(--border-color);width:100%;color:var(--text-primary);background:#fff;border-radius:10px;padding:.55rem .85rem .55rem 2.3rem;font-size:.86rem;transition:border-color .15s,box-shadow .15s}.map-toolbar .search-input:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05966914}.maps-scope-select{border:1.5px solid var(--border-color);color:var(--text-primary);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e") right .65rem center/14px no-repeat;border-radius:10px;min-width:9.5rem;padding:.55rem 2rem .55rem .85rem;font-size:.86rem}.maps-scope-select:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #05966914}.map-grid{grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:.85rem;display:grid}.maps-table-count{color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:600}.maps-table-wrap{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:auto;box-shadow:0 1px 3px #0f172a0a}.maps-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;font-size:.84rem}.maps-col-date{width:10%}.maps-col-name{width:24%}.maps-col-creator{width:18%}.maps-col-account{width:22%}.maps-col-email{width:11rem}.maps-col-num{width:8%}.maps-col-shapes{width:4.25rem}.maps-col-cost{width:8%}.maps-col-actions{width:10%}.maps-table thead th{z-index:2;text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border-color);white-space:nowrap;vertical-align:bottom;background:#f8fafc;padding:.7rem .85rem;font-size:.7rem;font-weight:700;position:sticky;top:0}.maps-table-subhead th{color:#94a3b8;border-bottom:1px solid var(--border-color);background:#f8fafc;padding-top:.35rem;padding-bottom:.65rem;font-size:.64rem}.maps-table-group-head{text-align:center!important;border-bottom:none!important;padding-bottom:.25rem!important}.maps-table-num-head,.maps-table-actions-head{text-align:right}.maps-table-actions-head{text-align:center}.maps-table tbody td{color:var(--text-primary);vertical-align:middle;border-bottom:1px solid #eef2f6;padding:.8rem .85rem}.maps-table tbody tr:last-child td{border-bottom:none}.maps-table-row-alt td{background:#fafbfc}.maps-table-row:hover td{background:#f0fdf4}.maps-table-row.deleting{opacity:.4;pointer-events:none}.maps-table-date{white-space:nowrap;color:var(--text-secondary);font-size:.8rem}.maps-table-name{min-width:0}.maps-table-name-inner{align-items:center;gap:8px;min-width:0;display:flex}.maps-table-link{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;text-decoration:none;overflow:hidden}.maps-table-link:hover{color:var(--brand-primary)}.maps-table-creator,.maps-table-account{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.maps-table-email{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.maps-table-email-link{color:var(--text-secondary);text-decoration:none}.maps-table-email-link:hover{color:var(--brand-primary);text-decoration:underline}.maps-table-num{text-align:right;font-variant-numeric:tabular-nums;color:var(--text-secondary);white-space:nowrap}.maps-table-num-total{color:var(--text-primary);font-weight:700}.maps-table-cost.is-empty{color:#cbd5e1}.maps-table-actions{justify-content:center;align-items:center;gap:.25rem;display:flex}.maps-table-icon-btn{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.maps-table-icon-btn svg{width:16px;height:16px}.maps-table-icon-btn:hover{color:var(--text-primary);background:#f1f5f9}.maps-table-icon-btn:disabled{opacity:.45;cursor:wait}.maps-table-icon-btn:disabled:hover{color:var(--text-muted);background:0 0}.maps-table-icon-btn--danger:hover{color:#ef4444;background:#fef2f2}.maps-table-empty{padding:4rem 2rem 3rem}.maps-table-row.skeleton td{padding-top:1rem;padding-bottom:1rem}.bookings-success-banner{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.86rem;display:flex}.bookings-success-dismiss{color:#059669;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:1.25rem;line-height:1}.bookings-status-filter{border:1.5px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:10px;padding:.55rem .75rem;font-size:.86rem}.bookings-table tbody tr{cursor:pointer}.bookings-row-highlight td{box-shadow:inset 0 0 0 2px #05966940;background:#ecfdf5!important}.bookings-col-progress{width:11rem}.bookings-col-status{width:6.5rem}.bookings-col-title{width:auto;min-width:10rem}.bookings-col-map{width:9rem}.bookings-col-date{width:7rem}.booking-status-pill{white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-block}.bookings-title{color:var(--text-primary);font-weight:600;display:block}.bookings-ref{color:var(--text-muted);margin-top:2px;font-size:.72rem;display:block}.booking-progress{align-items:flex-start;gap:0;min-width:9rem;display:flex}.booking-progress-step{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex;position:relative}.booking-progress-step:not(:last-child):after{content:"";z-index:0;background:#e2e8f0;width:100%;height:2px;position:absolute;top:5px;left:50%}.booking-progress-step.done:not(:last-child):after{background:#86efac}.booking-progress-dot{z-index:1;background:#e2e8f0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:relative;box-shadow:0 0 0 1px #e2e8f0}.booking-progress-step.done .booking-progress-dot{background:#059669;box-shadow:0 0 0 1px #059669}.booking-progress-step.current .booking-progress-dot{background:#fff;border-color:#059669;box-shadow:0 0 0 2px #059669}.booking-progress-label{color:var(--text-muted);text-align:center;max-width:3.5rem;font-size:.58rem;line-height:1.2}.booking-progress-step.done .booking-progress-label,.booking-progress-step.current .booking-progress-label{color:var(--text-secondary);font-weight:600}.booking-progress-cancelled{color:#dc2626;font-size:.75rem;font-weight:600}.bookings-progress-cell{padding-top:.65rem!important;padding-bottom:.65rem!important}.bookings-detail-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.bookings-detail-modal{background:#fff;border-radius:14px;width:100%;max-width:480px;padding:1.25rem 1.5rem;box-shadow:0 20px 40px #0000001f}.bookings-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.bookings-detail-header h3{margin:0;font-size:1.05rem}.bookings-detail-list{gap:.65rem;margin:1rem 0 0;display:grid}.bookings-detail-list>div{grid-template-columns:7rem 1fr;gap:.5rem;font-size:.84rem;display:grid}.bookings-detail-list dt{color:var(--text-muted);margin:0;font-weight:600}.bookings-detail-list dd{color:var(--text-primary);margin:0}.map-card{border:1.5px solid var(--border-color);background:#fff;border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.15rem 1.25rem;transition:all .2s;display:flex;position:relative}.map-card:hover{border-color:var(--brand-primary);transform:translateY(-2px);box-shadow:0 4px 20px #05966914}.map-card.deleting{opacity:.4;pointer-events:none}.map-card.skeleton{padding:1.25rem}.map-link{color:inherit;text-decoration:none}.map-card-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.map-card h3{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.map-card .meta{color:var(--text-muted);align-items:center;gap:.65rem;margin:0;font-size:.76rem;display:flex}.address-count{color:var(--brand-primary-dark);background:#ecfdf5;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.map-date{color:var(--text-muted)}.map-card .actions{border-top:1px solid var(--border-color);gap:.5rem;margin-top:.85rem;padding-top:.65rem;display:flex}.btn-sm{border:1.5px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:5px;padding:.35rem .7rem;font-size:.75rem;font-weight:600;transition:all .12s;display:inline-flex}.btn-sm:hover{background:var(--bg-primary);border-color:var(--border-hover)}.btn-sm.danger{color:#ef4444;border-color:#ef444440}.btn-sm.danger:hover{background:#fef2f2;border-color:#ef4444}.empty{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:4rem 2rem 3rem}.empty h3{color:var(--text-primary);margin:0 0 6px;font-size:1.05rem;font-weight:700}.empty p{color:var(--text-muted);margin:0 0 20px;font-size:.85rem}.empty-icon{width:48px;height:48px;color:var(--border-color);margin:0 auto 1.25rem;display:block}.page-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.back-link{color:var(--brand-primary);align-items:center;gap:4px;font-size:.84rem;font-weight:500;text-decoration:none;display:flex}.back-link:hover{text-decoration:underline}.map-detail{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.25rem}.card h2{color:var(--text-strong);align-items:center;gap:6px;margin:0 0 .85rem;font-size:.92rem;font-weight:600;display:flex}.shape-list{margin:0;padding:0;list-style:none}.shape-list li{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.86rem;display:flex}.shape-list li:last-child{border-bottom:none}.shape-list li strong{background:var(--bg-primary);color:var(--text-strong);border-radius:20px;padding:2px 10px;font-size:.82rem;font-weight:600}.json{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;max-height:20rem;margin:0;padding:.85rem;font-family:SF Mono,Consolas,monospace;font-size:.76rem;line-height:1.5;overflow-x:auto}.loading-screen{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.loading-spinner{border:3px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}.skel-bar{background:linear-gradient(90deg, var(--border-color) 25%, #e8eaed 50%, var(--border-color) 75%);background-size:200% 100%;border-radius:6px;height:14px;animation:1.5s ease-in-out infinite shimmer}.skel-title{width:65%;height:18px;margin-bottom:10px}.skel-meta{width:45%;height:12px;margin-bottom:14px}.skel-actions{width:80%;height:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dash-loading{animation:.2s fadeIn}@media (width<=1024px){.sidebar{width:62px;min-width:62px;overflow:visible}.sidebar .nav-item span,.sidebar .sidebar-label,.sidebar .sidebar-footer,.sidebar .sidebar-new-btn span{display:none}.sidebar .nav-item{justify-content:center;padding:.6rem}.sidebar .sidebar-new-btn{justify-content:center;padding:.55rem}.main-content{padding:1.5rem}.header-search input{width:200px}}@media (width<=768px){.sidebar{display:none}.app-layout{height:calc(100vh - 58px)}.main-content{padding:1.25rem}.header-search input{width:160px}.stat-pills{flex-direction:column}.map-grid{grid-template-columns:1fr}.create-row{width:100%}.create-row input{flex:1}.table-wrap,table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.modal-overlay .modal,.modal-content,.upload-modal{border-radius:0!important;width:100%!important;max-width:100%!important;height:100vh!important;max-height:100vh!important;margin:0!important}.admin-tabs,.tab-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:0;overflow-x:auto}.admin-tabs button,.tab-row button{white-space:nowrap;flex-shrink:0}.user-info,.chevron-down,.header-tutorial-btn span{display:none}.header-tutorial-btn{justify-content:center;width:36px;padding:0}}@media (width<=480px){.main-content{padding:1rem .75rem}.stat-pills{flex-direction:column;gap:.5rem}.stat-pill{min-width:100%}.map-grid{grid-template-columns:1fr}.map-card,.maps-table-wrap{border-radius:10px}.maps-table{table-layout:auto;min-width:960px}.maps-table thead th,.maps-table tbody td{padding:.65rem .6rem}.map-detail{grid-template-columns:1fr}.dash-title{font-size:1.15rem}.dash-subtitle{font-size:.8rem}.stat-pill .stat-value{font-size:1.25rem}.stat-pill .stat-label{font-size:.7rem}.header-search{display:none}.page-header{flex-wrap:wrap}.card{padding:1rem}}
