:root{--bg:#f5f1eb;--surface:#fff;--surface-muted:#ebe7e1;--ink:#232b34;--muted:#6b7178;--line:#dfd8ce;--primary:#222833;--primary-ink:#f5f1eb;--accent:#e6901a;--accent-ink:#fffaf1;--danger-bg:#fff2f2;--danger-ink:#8c2020;--danger-line:#efc4c4;--success-bg:#f3fff7;--success-ink:#185835;--success-line:#b7e2c6}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-inter),"Inter","Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}main{min-height:calc(100vh - 180px)}h1,h2,h3,h4{margin:0;line-height:1.15;letter-spacing:-.02em;font-family:var(--font-dm-serif),"Iowan Old Style","Baskerville","Times New Roman",serif;font-weight:400}p{margin:0}.site-shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}.center{text-align:center}.stack-xl{display:grid;grid-gap:72px;gap:72px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid transparent;padding:11px 22px;font-size:14px;font-weight:600;line-height:1;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .19s ease,transform .14s ease,filter .16s ease;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.button:focus-visible{outline:none;box-shadow:0 0 0 3px #dbe6f4}.button svg{transition:transform .16s ease}.button-small{padding:10px 18px;font-size:13px}.button-block{width:100%}.button-primary{background:var(--primary);color:var(--primary-ink);border-color:var(--primary);box-shadow:0 1px 0 #00000030}.button-primary:hover{background:#1b2230;border-color:#1b2230;box-shadow:0 12px 20px #131b2a33;transform:translateY(-1px)}.button-accent{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);box-shadow:0 1px 0 #0000002b}.button-accent:hover{background:#d58316;border-color:#d58316;box-shadow:0 12px 20px #ba73131f;transform:translateY(-1px)}.button-outline{border-color:var(--line);background:transparent;color:var(--ink)}.button-outline:hover{border-color:#cdc2b2;background:#fffdfa;box-shadow:0 10px 18px #19273a14;transform:translateY(-1px)}.button-outline-light{border-color:#ffffff40;background:transparent;color:#fff}.button-outline-light:hover{border-color:#ffffff6b;background:#ffffff1f;box-shadow:0 10px 18px #111a2b33;transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:hover svg{transform:translateX(2px)}.badge{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;font-size:14px;padding:8px 14px}.badge,.icon-chip{display:inline-flex;align-items:center}.icon-chip{justify-content:center;width:36px;height:36px;border-radius:10px;background:#f8ebdb;color:#c67f12;flex-shrink:0;transition:transform .17s ease,background-color .17s ease,color .17s ease}.section{padding:80px 0}.section-light{background:var(--bg)}.section-muted{background:var(--surface-muted)}.section-dark{background:var(--primary);color:var(--primary-ink)}.section-head{display:grid;grid-gap:10px;gap:10px;margin-bottom:28px}.section-head h2{font-size:clamp(30px,4vw,44px)}.section-head p{color:var(--muted);font-size:16px}.section-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.section-actions.center{justify-content:center}.section-eyebrow{margin-bottom:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:#ca7f11}.section-paragraph{color:var(--muted);margin-top:12px;max-width:560px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f1ebeb}.site-header-inner{min-height:72px;display:grid;grid-template-columns:max-content 1fr auto;align-items:center;grid-gap:22px;gap:22px}.site-brand{display:inline-flex;align-items:center;line-height:0}.site-logo{display:block;width:auto;height:auto;max-width:100%}.site-logo-header{width:168px;max-height:56px}.site-logo-fallback-text,.site-logo-fallback-text-admin,.site-logo-fallback-text-footer{display:inline-flex;align-items:center;white-space:nowrap;font-family:var(--font-dm-serif),"Iowan Old Style","Baskerville","Times New Roman",serif;letter-spacing:-.01em}.site-logo-fallback-text{font-size:25px;color:#263246}.site-nav{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:24px}.site-nav-link,.site-nav-menu{position:relative}.site-nav-link{font-size:13px;font-weight:500;color:var(--muted);white-space:nowrap;transition:color .16s ease}.site-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:999px;background:var(--ink);transform:scaleX(0);transform-origin:left center;opacity:.72;transition:transform .17s ease}.site-nav-link:hover{color:var(--ink)}.site-nav-link:hover:after{transform:scaleX(1)}.site-nav-summary{display:inline-flex;align-items:center;gap:6px;cursor:pointer;list-style:none}.site-nav-summary::-webkit-details-marker{display:none}.site-nav-summary svg{color:#5d6673;transition:transform .16s ease}.site-nav-menu[open] .site-nav-summary{color:var(--ink)}.site-nav-menu[open] .site-nav-summary svg{transform:rotate(180deg)}.site-nav-menu-panel{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);min-width:320px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 30px #1217221a;padding:8px;display:grid;grid-gap:4px;gap:4px;z-index:65}.site-nav-menu-item{border:1px solid transparent;border-radius:10px;padding:8px 10px;display:grid;grid-gap:2px;gap:2px;transition:border-color .16s ease,background-color .16s ease}.site-nav-menu-item:hover{border-color:#d8d0c4;background:#fff9f1}.site-nav-menu-item-label{font-size:13px;font-weight:600;color:#212a38}.site-nav-menu-item-description{font-size:12px;color:var(--muted)}.site-header-cta{white-space:nowrap}.site-header-actions{display:inline-flex;align-items:center;gap:10px;justify-self:end}.header-language{position:relative}.header-language-button{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 11px;border-radius:999px;border:1px solid var(--line);background:#ffffff99;color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.header-language-button:hover{border-color:#cfd3db;color:#1f2a38;background:#fff}.header-language-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:72px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 12px 28px #1118271f;overflow:hidden;z-index:60}.header-language-option{display:block;padding:9px 12px;font-size:12px;font-weight:600;color:var(--muted);transition:background-color .14s ease,color .14s ease}.header-language-option:hover{background:#f4f6f8;color:#1f2a38}.header-language-option.is-active{background:#ebeff5;color:#1f2a38}.hero-section{position:relative;min-height:min(82vh,760px);display:grid;align-items:center;overflow:hidden;background:var(--primary)}.hero-image{object-fit:cover;opacity:.32}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#22283366,#2228338c)}.hero-content{position:relative;color:#fff;display:grid;justify-items:center;grid-gap:16px;gap:16px;text-align:center;padding:112px 0}.hero-eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:600;color:#ffffffc7}.hero-content h1{width:min(980px,100%);font-size:clamp(44px,7vw,76px);line-height:1.05;text-wrap:balance}.hero-lead{width:min(700px,100%);font-size:18px;line-height:1.7;color:#ffffffdd}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.feature-grid{display:grid;grid-gap:24px;gap:24px}.feature-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:30px 28px;display:grid;grid-gap:11px;gap:11px;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.feature-card h3{font-size:20px;font-family:var(--font-inter),"Inter","Segoe UI",sans-serif;font-weight:600;letter-spacing:-.01em}.feature-card p{color:var(--muted);font-size:14px;line-height:1.65}.size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.size-card{position:relative;border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:30px 28px;display:grid;grid-gap:11px;gap:11px;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.size-card.is-popular{border-color:#e89d29;box-shadow:0 0 0 2px #e89d2926}.size-badge{position:absolute;top:-11px;left:18px;background:var(--accent);color:var(--accent-ink);border-radius:999px;font-size:11px;padding:3px 10px;font-weight:700}.size-card h3{font-size:30px}.size-value{font-size:44px;line-height:1;font-family:var(--font-dm-serif),"Iowan Old Style","Baskerville","Times New Roman",serif}.size-meta{color:var(--muted);font-size:12px;margin-bottom:4px}.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px}.step-card{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:30px 28px;display:grid;grid-gap:10px;gap:10px;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.step-number{font-size:40px;color:#cf8a29;line-height:1;font-family:var(--font-dm-serif),"Iowan Old Style","Baskerville","Times New Roman",serif}.step-card h3{font-size:22px;font-family:var(--font-inter),"Inter","Segoe UI",sans-serif;font-weight:600;letter-spacing:-.01em}.step-card p{color:var(--muted)}.location-layout{display:grid;grid-gap:24px;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.point-list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-gap:12px;gap:12px}.point-list li{display:flex;gap:10px;align-items:center}.map-card{border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--muted);overflow:hidden;position:relative;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.map-card,.map-embed{min-height:280px;display:block}.map-embed{width:100%;height:100%;border:0}.map-sub-label{font-size:13px;opacity:.85}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000015,#00000040)}.fit-cover{object-fit:cover}.cta-panel{padding-top:80px;padding-bottom:80px}.cta-panel-inner{display:grid;justify-items:center;text-align:center;grid-gap:12px;gap:12px}.cta-panel-inner h2{font-size:clamp(34px,4.8vw,50px)}.cta-panel-inner p{width:min(720px,100%);color:#ffffffc5}.page-hero{padding-top:80px;padding-bottom:80px}.page-hero h1{font-size:clamp(40px,6vw,64px)}.page-hero p{max-width:780px;margin:14px auto 0;color:#ffffffcc;font-size:19px;line-height:1.7}.page-hero.compact{padding-top:64px;padding-bottom:64px}.box-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center}.box-detail.is-reverse .box-detail-image{order:2}.box-detail-image{position:relative;min-height:320px;border-radius:20px;overflow:hidden}.box-detail-copy{display:grid;grid-gap:12px;gap:12px}.box-detail-copy h2{font-size:clamp(34px,4vw,48px)}.box-volume{color:#ca8112;font-weight:700}.bullet-list{list-style:none;margin:4px 0;padding:0;display:grid;grid-gap:8px;gap:8px}.bullet-list li{display:flex;gap:8px;align-items:center;color:var(--muted)}.how-vertical{display:grid;grid-gap:26px;gap:26px}.how-step-line{display:grid;grid-template-columns:68px minmax(0,1fr);grid-gap:18px;gap:18px}.how-marker{display:grid;justify-items:center}.how-marker span{width:52px;height:52px;border-radius:16px;background:#f8ebdb;color:#c97d10;display:inline-flex;align-items:center;justify-content:center;font-size:21px;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.how-marker i{width:2px;margin-top:8px;background:var(--line);min-height:46px}.how-step-content{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:24px;display:grid;grid-gap:8px;gap:8px;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.how-step-content h2{font-size:28px}.how-step-content p{color:var(--muted)}.faq-layout{width:min(920px,100%);margin-inline:auto;display:grid;grid-gap:10px;gap:10px}.faq-item{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:18px 20px;transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.faq-item summary{cursor:pointer;font-weight:700;list-style:none;transition:color .16s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:10px;color:var(--muted)}.cta-inline{display:grid;justify-items:center;text-align:center;grid-gap:10px;gap:10px}.cta-inline h2{font-size:clamp(33px,4.5vw,52px)}.cta-inline p{color:var(--muted)}.reassurance-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:8px}.reassurance-row span{display:inline-flex;align-items:center;gap:6px;color:#ffffffd5;font-size:13px}.reservation-layout{display:grid;justify-content:center}.reservation-panel{width:min(720px,100%);border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:28px}.reservation-panel h2{font-size:36px;margin-bottom:12px}.form-grid,.reservation-form{display:grid;grid-gap:12px;gap:12px}.form-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;grid-gap:6px;gap:6px}.field span{color:var(--muted);font-size:14px}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;font-size:14px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #b7cae8;border-color:#2c5689}.consent-field{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:12px}.consent-field input{margin-top:2px}.consent-field span{color:var(--muted);font-size:13px}.legal-note{color:var(--muted);font-size:12px}.thanks-section{min-height:68vh;display:grid;align-items:center}.thanks-card{width:min(760px,100%);border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:34px 30px;display:grid;justify-items:center;text-align:center;grid-gap:12px;gap:12px}.thanks-card h1{font-size:clamp(38px,5vw,66px)}.thanks-card p{color:var(--muted)}.thanks-icon{width:62px;height:62px;border-radius:999px;background:#f7e9d7;color:#c67b0d;display:inline-flex;align-items:center;justify-content:center}.section-kicker{margin-bottom:4px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:#cc8424}.feature-card-v0{border-radius:18px;padding:28px}.feature-card-v0 h3{font-size:18px}.feature-card-v0 p{line-height:1.6}.calculator-layout-v0{display:grid;justify-content:center}.calculator-widget{width:min(860px,100%);border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:30px;display:grid;grid-gap:18px;gap:18px;box-shadow:0 12px 28px #1a223012}.calculator-widget h2{font-size:clamp(32px,4vw,42px)}.calculator-lead{color:var(--muted);max-width:760px}.calculator-control{display:grid;grid-gap:8px;gap:8px}.calculator-control label{display:flex;align-items:center;justify-content:space-between;gap:10px}.calculator-control label span{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--muted)}.calculator-control label strong{font-size:22px;color:#1e2735;line-height:1.1}.calculator-control input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:#dfd4c4;outline:none}.calculator-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:999px;border:2px solid #fff;background:#df8b18;box-shadow:0 1px 6px #00000040}.calculator-control input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:999px;border:2px solid #fff;background:#df8b18;box-shadow:0 1px 6px #00000040}.calculator-result{border:1px solid #d8c6ac;border-radius:14px;background:#fff8ee;padding:18px;display:grid;grid-gap:14px;gap:14px}.calculator-result>div{display:grid;grid-gap:3px;gap:3px}.calculator-result span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.calculator-result strong{font-size:31px;line-height:1.05}.calculator-result p{color:var(--muted);font-size:14px}.pricing-promo{width:-moz-fit-content;width:fit-content;margin:0 auto 16px;border:1px solid #e2b066;background:#fff4e1;color:#9f5f00;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.pricing-card{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:24px;display:grid;grid-gap:10px;gap:10px}.pricing-card-v0{box-shadow:0 10px 22px #19273a0f}.pricing-card h2{font-size:34px}.pricing-size{color:var(--muted);font-size:13px}.pricing-price{font-size:30px;line-height:1.05;color:#1d2533}.contact-form-wrap{display:grid;justify-content:center}.contact-form-card{width:min(720px,100%);border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:26px;display:grid;grid-gap:12px;gap:12px;box-shadow:0 10px 22px #1b27340f}.contact-form-card .button{width:100%}.contact-form-success{justify-items:center;text-align:center}.review-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.review-kpi-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:20px;display:grid;grid-gap:6px;gap:6px}.review-kpi-card span{font-size:13px;color:var(--muted)}.review-kpi-card strong{font-size:34px;line-height:1.05}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.review-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:22px;display:grid;grid-gap:9px;gap:9px}.review-card-v0{gap:12px}.review-stars{display:inline-flex;gap:2px}.review-stars svg{color:#c9bea9}.review-stars svg.is-active{color:#d18a21;fill:#d18a21}.review-quote{color:#2b3443}.review-author{font-weight:700}.review-context{color:var(--muted);font-size:13px}.v0-map-card{min-height:400px}.site-footer{border-top:1px solid #2c3342;background:var(--primary);color:#f5f7fa}.site-footer-grid{padding-top:64px;padding-bottom:48px;display:grid;grid-template-columns:1.1fr .75fr .9fr 1fr;grid-gap:22px;gap:22px}.site-footer-column{display:grid;align-content:start;grid-gap:11px;gap:11px}.site-footer-brand{font-size:30px}.site-footer-brand-link{display:inline-flex;align-items:center;line-height:0}.site-logo-footer{width:184px;max-height:60px}.site-logo-fallback-text-footer{font-size:24px;color:#f7f9fc}.site-footer-column h4{font-size:15px;text-transform:uppercase;letter-spacing:.11em;color:#ffffffa8;margin-bottom:5px}.site-footer-bottom,.site-footer-column a,.site-footer-column li,.site-footer-column p{color:#ffffffc6;font-size:14px}.site-footer-column ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.site-footer-column li a{display:inline-flex;align-items:center;gap:6px}.site-footer-column a,.site-footer-contact-link,.site-footer-legal-links a{transition:color .16s ease}.site-footer-column a:hover,.site-footer-contact-link:hover,.site-footer-legal-links a:hover{color:#fff}.site-footer-bottom{border-top:1px solid #343d4f;padding:14px 0 24px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.site-footer-legal-links{display:inline-flex;gap:14px}.site-footer-contact-link{display:inline-flex;align-items:center;gap:6px}.hero{max-width:980px;margin:0 auto;padding:72px 20px}.lead{max-width:700px;color:var(--muted);font-size:clamp(16px,2.1vw,20px);line-height:1.6}.panel-stack{margin-top:24px;display:grid;grid-gap:14px;gap:14px}.form-panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:16px}.alert{margin:0;border:1px solid var(--line);border-radius:12px;padding:12px;font-size:14px}.alert.error{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger-ink)}.alert.success{border-color:var(--success-line);background:var(--success-bg);color:var(--success-ink)}.alert.success p{margin:8px 0 0}.admin-auth-shell,.admin-shell{max-width:1160px}.admin-brand-badge{width:-moz-fit-content;width:fit-content;padding:8px 12px}.site-logo-admin{width:148px;max-height:48px}.site-logo-fallback-text-admin{font-size:20px;color:#2a3650}.admin-login-form{max-width:420px;margin-top:22px}.admin-header-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-filter-form{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.admin-filter-form .field{min-width:240px}.admin-tab-row{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.admin-tab{border:1px solid var(--line);background:var(--surface);color:var(--muted);text-decoration:none;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600}.admin-tab.is-active{border-color:#2f5587;color:#2f5587}.admin-stats-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-stat-card p{margin:8px 0 0;font-size:28px;font-weight:700;color:var(--ink);font-family:Avenir Next,Inter,sans-serif}.admin-meta{margin-top:12px;margin-bottom:8px;color:var(--muted);font-size:13px}.admin-table-wrap{margin-top:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:12px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left;font-size:14px}.admin-table th{color:var(--muted);background:#f3f5f8}.admin-pill,.admin-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em}.admin-pill{display:inline-block;border-radius:999px;padding:4px 10px;font-weight:700}.admin-pill.is-active{background:#e7f8ec;color:#185f31;border:1px solid #a8dcb7}.admin-pill.is-expired{background:#fff3f3;color:#8a2323;border:1px solid #efc4c4}.admin-content-form{margin-top:14px}.admin-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-content-field textarea{min-height:72px;resize:vertical;font-family:Avenir Next,Inter,sans-serif;line-height:1.45}.admin-content-actions{margin-top:14px}@media (hover:hover) and (pointer:fine){.faq-item:hover,.feature-card:hover,.how-step-content:hover,.size-card:hover,.step-card:hover{transform:translateY(-3px);border-color:#d6cab8;box-shadow:0 14px 26px #1a26380f}.size-card.is-popular:hover{border-color:#d88c1a;box-shadow:0 16px 28px #ba731f26}.feature-card:hover .icon-chip,.size-card:hover .icon-chip,.step-card:hover .icon-chip{transform:translateY(-1px);background:#f2ddb9;color:#b86905}.faq-item:hover summary{color:#1f2a38}}@media (max-width:1100px){.feature-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.box-detail,.calculator-layout-v0,.feature-grid-three,.location-layout,.pricing-grid,.review-grid,.size-grid,.step-grid{grid-template-columns:1fr}.box-detail.is-reverse .box-detail-image{order:0}.site-footer-grid{grid-template-columns:1fr}}@media (max-width:920px){.site-header-inner{grid-template-columns:minmax(0,1fr) max-content;grid-template-areas:"brand actions" "nav nav";min-height:auto;row-gap:12px;padding:12px 0}.site-brand{grid-area:brand}.site-header-actions{grid-area:actions;justify-self:end}.site-header-cta{justify-self:auto}.site-nav{grid-area:nav;justify-content:flex-start;flex-wrap:wrap;overflow:visible;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none;row-gap:8px}.site-nav::-webkit-scrollbar{display:none}.site-nav-menu-panel{left:0;transform:none;min-width:min(340px,calc(100vw - 34px))}}@media (min-width:1024px){.section{padding:112px 0}.hero-content{padding:160px 0}.page-hero{padding-top:112px;padding-bottom:112px}}@media (max-width:760px){.site-shell{width:min(1280px,calc(100% - 28px))}.section{padding:64px 0}.hero-section{min-height:620px}.hero-content{padding:100px 0 76px;gap:14px}.hero-content h1{font-size:clamp(42px,13vw,60px)}.hero-lead{font-size:16px;line-height:1.6}.feature-grid-four{grid-template-columns:1fr}.feature-card,.how-step-content,.reservation-panel,.size-card,.step-card,.thanks-card{padding:24px 20px}.feature-grid-three,.how-vertical,.pricing-grid,.review-kpi-grid,.size-grid,.step-grid{gap:20px}.review-grid,.review-kpi-grid{grid-template-columns:1fr}.calculator-widget,.contact-form-card{padding:22px 18px}.calculator-control label strong{font-size:19px}.size-value{font-size:38px}.map-card,.map-embed{min-height:240px}.site-footer-bottom{justify-content:flex-start;flex-direction:column;align-items:flex-start}.form-grid.two-cols{grid-template-columns:1fr}.admin-header-row{flex-direction:column}.admin-actions{justify-content:flex-start}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-content-grid{grid-template-columns:1fr}.consent-field{grid-template-columns:18px minmax(0,1fr)}}@media (max-width:520px){.site-shell{width:min(1280px,calc(100% - 20px))}.site-logo-header{width:142px;max-height:48px}.site-logo-fallback-text{font-size:22px}.button{padding:10px 18px;font-size:13px}.button-small{padding:9px 14px;font-size:12px}.site-header-actions{gap:7px}.header-language-button{height:34px;padding:0 9px;font-size:11px}.step-number{font-size:34px}.how-step-line{grid-template-columns:56px minmax(0,1fr);gap:12px}.how-marker span{width:44px;height:44px;font-size:18px}}.bo-root{--bo-bg:#f8fafd;--bo-card:#fff;--bo-text:#111827;--bo-muted:#64748b;--bo-border:#d9e1ee;--bo-primary:#1e293b;--bo-primary-ink:#f8fafc;--bo-accent:#f59e0b;--bo-accent-ink:#111827;--bo-sidebar-bg:#1f2a3b;--bo-sidebar-ink:#d8e2f2;--bo-sidebar-muted:#8ea1b9;--bo-sidebar-border:#2e3d54;--bo-sidebar-hover:#28374d;--bo-sidebar-active:#f59e0b;--bo-sidebar-active-ink:#0f172a;min-height:100vh;background:var(--bo-bg);color:var(--bo-text);display:grid;grid-template-columns:262px minmax(0,1fr)}.bo-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;border-right:1px solid var(--bo-sidebar-border);background:var(--bo-sidebar-bg);color:var(--bo-sidebar-ink);display:grid;grid-template-rows:auto 1fr auto;overflow:auto;z-index:35}.bo-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:18px 14px;min-height:80px;border-bottom:1px solid var(--bo-sidebar-border)}.bo-sidebar-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.bo-icon-btn.bo-sidebar-toggle{width:30px;height:30px;border-radius:8px;border-color:#3a4a61;background:#25354a;color:#cad8eb}.bo-icon-btn.bo-sidebar-toggle:hover{border-color:#556880;background:#2b3d54;color:#f8fafc}.bo-brand-link{display:inline-flex;align-items:center;line-height:0}.bo-brand-logo{width:158px;max-height:44px}.bo-brand-logo-compact{display:none}.bo-sidebar-nav{padding:14px 8px;display:grid;grid-gap:14px;gap:14px;align-content:start;align-items:start}.bo-nav-group{display:grid;grid-gap:7px;gap:7px}.bo-nav-group ul{display:grid;grid-gap:3px;gap:3px;list-style:none;margin:0;padding:0}.bo-nav-group-label{margin:0;padding:0 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--bo-sidebar-muted)}.bo-nav-group-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bo-nav-group-toggle{width:20px;height:20px;border-radius:6px;border:0;display:inline-flex;align-items:center;justify-content:center;color:var(--bo-sidebar-muted);background:transparent;transition:background-color .15s ease,color .15s ease}.bo-nav-group-toggle svg{transition:transform .15s ease}.bo-nav-group-toggle.is-open svg{transform:rotate(90deg)}.bo-nav-group-toggle:hover{background:#304058;color:var(--bo-sidebar-ink)}.bo-nav-item{border-radius:8px;display:flex;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:600;color:var(--bo-sidebar-ink);transition:background-color .15s ease,color .15s ease}.bo-nav-item:hover{background:var(--bo-sidebar-hover)}.bo-nav-item.is-active{background:var(--bo-sidebar-active);color:var(--bo-sidebar-active-ink)}.bo-nav-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:0;gap:0}.bo-nav-item-parent{border-radius:8px 0 0 8px}.bo-nav-item-toggle{width:30px;border-radius:0 8px 8px 0;border:0;display:inline-flex;align-items:center;justify-content:center;color:var(--bo-sidebar-ink);background:transparent;transition:background-color .15s ease,color .15s ease}.bo-nav-item-toggle svg{transition:transform .15s ease}.bo-nav-item-toggle.is-open svg{transform:rotate(90deg)}.bo-nav-item-toggle:hover{background:var(--bo-sidebar-hover)}.bo-nav-item-toggle.is-active{background:var(--bo-sidebar-active);color:var(--bo-sidebar-active-ink)}.bo-nav-group ul.bo-nav-sublist{display:grid;grid-gap:7px;gap:7px;list-style:none;margin:7px 0 0;padding:0 0 0 20px}.bo-nav-subitem{border-radius:8px;display:block;padding:6px 10px;font-size:13px;font-weight:600;color:var(--bo-sidebar-ink);transition:background-color .15s ease,color .15s ease}.bo-nav-subitem:hover{background:#304058}.bo-nav-subitem.is-active{background:#32455f;color:#f8fafc}.bo-sidebar-footer{border-top:1px solid var(--bo-sidebar-border);padding:14px 16px;color:var(--bo-sidebar-muted);font-size:12px}.bo-sidebar-user{margin:0 0 4px;color:var(--bo-sidebar-ink);font-weight:700;font-size:13px}@media (min-width:1101px){.bo-root.is-sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.bo-root.is-sidebar-collapsed .bo-sidebar-head{padding:18px 6px;justify-content:center;gap:6px}.bo-root.is-sidebar-collapsed .bo-brand-link{width:auto;max-width:none;justify-content:center}.bo-root.is-sidebar-collapsed .bo-brand-logo-full{display:none}.bo-root.is-sidebar-collapsed .bo-brand-logo-compact{display:block;width:28px;max-height:none}.bo-root.is-sidebar-collapsed .bo-sidebar-head-actions{width:auto;justify-content:center;gap:0}.bo-root.is-sidebar-collapsed .bo-icon-btn.bo-sidebar-toggle{width:28px;height:28px}.bo-root.is-sidebar-collapsed .bo-sidebar-nav{padding:10px 6px}.bo-root.is-sidebar-collapsed .bo-nav-group{gap:10px}.bo-root.is-sidebar-collapsed .bo-nav-group-label,.bo-root.is-sidebar-collapsed .bo-nav-group-toggle{display:none}.bo-root.is-sidebar-collapsed .bo-nav-item{width:44px;height:44px;justify-content:center;padding:0;margin-inline:auto}.bo-root.is-sidebar-collapsed .bo-nav-item span{display:none}.bo-root.is-sidebar-collapsed .bo-nav-item-row{display:block}.bo-root.is-sidebar-collapsed .bo-nav-item-parent{border-radius:8px}.bo-root.is-sidebar-collapsed .bo-nav-item-toggle,.bo-root.is-sidebar-collapsed .bo-nav-sublist,.bo-root.is-sidebar-collapsed .bo-sidebar-footer{display:none}}.bo-content-wrap{min-width:0;display:grid;grid-template-rows:auto 1fr}.bo-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;min-height:56px;border-bottom:1px solid var(--bo-border);background:#ffffffee;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;gap:14px;padding:10px 16px}.bo-topbar,.bo-topbar-left{display:flex;align-items:center}.bo-topbar-left{gap:10px;min-width:0}.bo-topbar-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.bo-main{padding:24px 24px 28px}.bo-main>*{width:min(1400px,100%);margin-inline:auto}.bo-page-stack{display:grid;grid-gap:22px;gap:22px}.bo-page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px}.bo-page-header-copy{display:grid;grid-gap:6px;gap:6px}.bo-page-header h1{margin:0;font-size:clamp(27px,2.4vw,34px);font-family:"Avenir Next",var(--font-inter),"Inter","Segoe UI",sans-serif;font-weight:750;letter-spacing:-.03em;line-height:1.05}.bo-page-header p{margin:0;color:var(--bo-muted);font-size:15px}.bo-page-header-actions{display:flex;gap:8px;flex-wrap:wrap}.bo-user-detail-back-link{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--bo-muted);font-size:14px;font-weight:500}.bo-user-detail-back-link:hover{color:var(--bo-text)}.bo-user-detail-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.bo-user-detail-main{display:flex;align-items:flex-start;gap:16px;min-width:0}.bo-user-detail-avatar{width:72px;height:72px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#263042;color:#f7f9fe;font-size:31px;font-weight:750;letter-spacing:-.02em;flex:0 0 auto;overflow:hidden}.bo-user-detail-avatar img{width:100%;height:100%;object-fit:cover;display:block}.bo-user-detail-copy{min-width:0;display:grid;grid-gap:9px;gap:9px}.bo-user-detail-title-row{gap:10px 18px}.bo-inline-actions.bo-user-detail-title-row{gap:18px}.bo-user-detail-title-row h1{margin:0;font-size:clamp(27px,2.4vw,34px);font-family:"Avenir Next",var(--font-inter),"Inter","Segoe UI",sans-serif;font-weight:750;letter-spacing:-.03em;line-height:1.05}.bo-user-detail-contact-row{display:flex;flex-wrap:wrap;gap:7px 14px;color:var(--bo-muted)}.bo-user-detail-contact-row a,.bo-user-detail-contact-row span{min-width:0;display:inline-flex;align-items:center;gap:6px;font-size:15px;line-height:1.25}.bo-user-detail-contact-row a{color:inherit;text-decoration:none}.bo-user-detail-contact-row a:hover{color:var(--bo-text);text-decoration:underline;text-underline-offset:2px}.bo-user-detail-contact-row svg{flex:0 0 auto}.bo-user-detail-chip-row{margin-top:2px}.bo-user-detail-profile-pills{margin-top:2px;display:flex;flex-wrap:wrap;gap:6px}.bo-profile-pill,.bo-user-detail-profile-pill{border-radius:999px;background:#e7ebf2;color:#3f4d66;border:1px solid #dde4ef;font-size:12px;font-weight:700;line-height:1;padding:5px 10px;display:inline-flex;align-items:center;gap:4px}.bo-profile-pill-compact{font-size:12px;padding:5px 10px;gap:4px}.bo-profile-pill svg,.bo-user-detail-profile-pill svg{flex:0 0 auto}.bo-user-address-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bo-user-address-meta .bo-cell-sub{margin:0}.bo-user-address-profile-pill{flex:0 0 auto}.bo-user-detail-side{flex:0 0 auto;display:grid;grid-gap:11px;gap:11px;justify-items:end}.bo-user-detail-meta{display:grid;grid-gap:4px;gap:4px;color:var(--bo-muted);font-size:12px;line-height:1.35;text-align:right}.bo-user-tickets-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:2px}.bo-user-tickets-head .bo-page-section-title{margin:0}.bo-ticket-row-active{background:#f2f7ff}.bo-ticket-detail-card{margin-top:14px}.bo-ticket-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.bo-ticket-detail-head .bo-page-section-title{margin:0}.bo-ticket-detail-description{margin:0 0 14px;white-space:pre-wrap}.bo-kpi-grid-user-detail{margin-top:-2px}.bo-user-addresses-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.bo-user-addresses-head .bo-page-section-title{margin:0}.bo-user-address-row{gap:12px;align-items:flex-start}.bo-user-address-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.bo-user-address-copy .bo-cell-main,.bo-user-address-copy .bo-cell-sub{margin:0}.bo-user-address-actions{justify-content:flex-end}.bo-user-address-modal-actions{margin-top:6px;justify-content:flex-end}.bo-address-street-house-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,160px) minmax(0,160px);grid-gap:12px;gap:12px;align-items:start}.bo-address-street-field,.bo-address-street-house-row .bo-field{min-width:0}.bo-address-street-field-full{grid-column:1/-1}.bo-address-compact-field{min-width:0}.bo-postal-field{position:relative}.bo-postal-loading-dot{position:absolute;right:10px;top:39px;width:6px;height:6px;border-radius:999px;background:#3b82f6;opacity:.6;animation:bo-postal-pulse .9s ease-in-out infinite}@keyframes bo-postal-pulse{0%,to{opacity:.25}50%{opacity:.85}}.bo-postal-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;border:1px solid var(--bo-border);border-radius:8px;background:#fff;box-shadow:0 12px 24px #0f172a1f;overflow:auto;max-height:240px;z-index:36}.bo-postal-option{width:100%;border:0;border-top:1px solid #edf2fa;background:#fff;color:var(--bo-text);text-align:left;cursor:pointer;padding:9px 11px;display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:9px;gap:9px;font:inherit}.bo-postal-option:first-child{border-top:0}.bo-postal-option:hover{background:#f6f9ff}.bo-postal-option.is-active{background:#edf4ff}.bo-postal-option-code{display:inline-flex;align-items:center;min-width:64px;font-size:13px;font-weight:650;color:#1f3d69;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bo-postal-option-city{min-width:0;font-size:13px;color:var(--bo-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-street-option{grid-template-columns:minmax(0,1fr)}.bo-street-option-city{color:var(--bo-text)}.bo-banner{border:1px solid var(--bo-border);background:#fff;border-radius:8px;padding:11px 14px;display:flex;gap:10px;align-items:center;font-size:14px}.bo-banner p{margin:0}.bo-banner-accent{border-color:#f3ce8d;background:#fff7eb;color:#7b4b00}.bo-card{border:1px solid var(--bo-border);border-radius:8px;background:var(--bo-card);box-shadow:0 1px 0 #0f172a07}.bo-card-body{padding:18px}.bo-card-body>.bo-inline-actions{margin-top:18px}.bo-card-body>.bo-stack-sm{margin-top:10px}.bo-card-title{margin:0 0 12px;font-size:16px;font-weight:700;letter-spacing:-.01em}.bo-card-title,.bo-page-section-title{font-family:"Avenir Next",var(--font-inter),"Inter","Segoe UI",sans-serif}.bo-page-section-title{margin:0 0 18px;font-size:20px;font-weight:750;letter-spacing:-.02em;line-height:1.12}.bo-grid{display:grid;grid-gap:16px;gap:16px}.bo-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.bo-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.bo-kpi-grid-users{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.bo-kpi-grid-users .bo-kpi-card{padding:12px;min-height:98px;gap:6px}.bo-kpi-grid-users .bo-kpi-icon{width:34px;height:34px;border-radius:8px}.bo-kpi-grid-users .bo-kpi-icon svg{width:18px;height:18px}.bo-kpi-grid-users .bo-kpi-value{font-size:clamp(30px,2.1vw,38px)}.bo-kpi-grid-users .bo-kpi-value-text{font-size:clamp(20px,1.4vw,26px);line-height:1.08}.bo-kpi-grid-dashboard{width:min(100%,980px);gap:10px}.bo-kpi-grid-dashboard .bo-kpi-card{padding:12px;min-height:100px;gap:6px}.bo-kpi-grid-dashboard .bo-kpi-icon{width:34px;height:34px;border-radius:8px}.bo-kpi-grid-dashboard .bo-kpi-icon svg{width:18px;height:18px}.bo-kpi-grid-dashboard .bo-kpi-value{font-size:clamp(30px,2.1vw,38px)}.bo-kpi-grid-dashboard .bo-kpi-sub{font-size:12px;line-height:1.3}.bo-kpi-card{border:1px solid var(--bo-border);border-radius:8px;background:var(--bo-card);padding:14px;display:grid;grid-gap:8px;gap:8px;min-height:112px;align-content:start;box-shadow:0 1px 0 #0f172a08}.bo-kpi-head{display:flex;justify-content:space-between;align-items:flex-start;color:var(--bo-muted);font-size:12px;font-weight:700;line-height:1.25;gap:10px}.bo-kpi-icon{width:40px;height:40px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bo-kpi-icon svg{width:20px;height:20px}.bo-kpi-icon-slate{background:#f1f5f9;border-color:#dbe5f1;color:#5f6f88}.bo-kpi-icon-blue{background:#ebf3ff;border-color:#d5e6ff;color:#1d6fdc}.bo-kpi-icon-green{background:#eafaf0;border-color:#ceedd9;color:#22b455}.bo-kpi-icon-amber{background:#fff4e5;border-color:#f8deb6;color:#ef8d06}.bo-kpi-icon-indigo{background:#eef0ff;border-color:#d8dcff;color:#5f6fdb}.bo-kpi-icon-rose{background:#fff0f0;border-color:#f8d2d2;color:#da4f4f}.bo-kpi-value{margin:0;font-size:clamp(34px,2.7vw,44px);font-family:"Avenir Next",var(--font-inter),"Inter",sans-serif;font-weight:750;line-height:1;color:var(--bo-text)}.bo-kpi-value-text{font-size:clamp(23px,2vw,32px);line-height:1.1}.bo-kpi-sub{margin:0;color:var(--bo-muted);font-size:13px;line-height:1.35}.bo-filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.bo-field{display:grid;grid-gap:6px;gap:6px;min-width:230px}.bo-field-span-2{grid-column:span 2}.bo-field-sm{min-width:180px}.bo-field-head>span,.bo-field>span{font-size:11px;font-weight:600;color:var(--bo-muted);line-height:1.25}.bo-field-label-row{display:inline-flex;align-items:center;gap:6px}.bo-field-validation-indicator{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.bo-field-validation-indicator.is-valid{color:#15803d;background:#dcfce7;border-color:#86efac}.bo-field-validation-indicator.is-invalid{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.bo-field-validation-indicator.is-neutral{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.bo-field-validation-indicator svg{stroke-width:2.6px}.bo-field-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bo-field-copy-btn{border:0;border-radius:8px;background:transparent;color:#94a3b8;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.bo-field-copy-btn:hover{background:#f1f5f9;color:#334155}.bo-field input,.bo-field select,.bo-field textarea{width:100%;border-radius:8px;border:1px solid var(--bo-border);background:#fff;color:var(--bo-text);font:inherit;font-size:14px;line-height:1.45;padding:9px 11px;min-height:42px;transition:border-color .15s ease,box-shadow .15s ease}.bo-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;padding-right:34px;cursor:pointer}.bo-field textarea{min-height:96px;resize:vertical}.bo-field input:focus,.bo-field select:focus,.bo-field textarea:focus{outline:none;border-color:#8db5f8;box-shadow:0 0 0 3px #dceafc}.bo-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.bo-box-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.bo-box-status-select{border-radius:8px;border:1px solid var(--bo-border);background:#fff;color:var(--bo-text);font:inherit;font-size:13px;line-height:1.4;padding:8px 10px}.bo-box-status-select:focus{outline:none;border-color:#8db5f8;box-shadow:0 0 0 3px #dceafc}.bo-content-field{min-width:0}.bo-chip-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.bo-chip{border:1px solid var(--bo-border);border-radius:999px;background:#fff;color:var(--bo-muted);font-size:12px;font-weight:700;line-height:1;padding:8px 12px;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.bo-chip:hover{border-color:#bbcbe3;color:#2a3b57}.bo-chip.is-active{border-color:#1f3d69;color:#1f3d69;background:#f3f8ff}.bo-chip-success{background:#e9f9f0;border-color:#b6e6ca;color:#1d7548}.bo-segmented{margin-top:0;border:1px solid var(--bo-border);border-radius:8px;background:#eef2f8;padding:4px;display:flex;flex-wrap:wrap;gap:4px}.bo-card-body>.bo-filter-row+.bo-segmented{margin-top:16px}.bo-segmented-item{border:1px solid transparent;border-radius:8px;background:transparent;color:var(--bo-muted);font-size:14px;font-weight:500;line-height:1;text-decoration:none;padding:11px 15px;transition:background-color .16s ease,border-color .16s ease,color .16s ease;white-space:nowrap}.bo-segmented-item:hover{color:#33465f}.bo-segmented-item.is-active{background:#fff;border-color:#dbe4f2;color:var(--bo-text);box-shadow:0 1px 0 #eff4fb;font-weight:650}.bo-toolbar{margin-top:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,220px) auto;grid-gap:12px;gap:12px;align-items:center}.bo-toolbar .bo-inline-actions{justify-content:flex-end}.bo-list-cards-layout{display:grid;grid-gap:14px;gap:14px}.bo-list-card{min-width:0}.bo-list-card-data{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.bo-dynamic-toolbar-wrap{display:grid;grid-gap:10px;gap:10px}.bo-dynamic-toolbar{--bo-dynamic-control-height:44px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"search" "builder";grid-gap:12px;gap:12px;align-items:end}.bo-dynamic-search{grid-area:search}.bo-dynamic-filter-builder{grid-area:builder;display:flex;gap:10px;align-items:flex-end;min-width:0}.bo-dynamic-filter-fields{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));grid-gap:10px;gap:10px;flex:1 1 auto;min-width:0}.bo-dynamic-filter-fields .bo-field{min-width:0}.bo-dynamic-filter-fields .bo-field input,.bo-dynamic-filter-fields .bo-field select{height:var(--bo-dynamic-control-height);min-height:var(--bo-dynamic-control-height)}.bo-dynamic-filter-fields .bo-field input{padding:0 11px}.bo-dynamic-filter-fields .bo-field select{padding:0 34px 0 11px}.bo-dynamic-control-btn{height:var(--bo-dynamic-control-height);min-height:var(--bo-dynamic-control-height);border-radius:8px;padding-inline:16px}.bo-active-filters{border:1px dashed var(--bo-border);border-radius:8px;background:#fbfdff;padding:10px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bo-active-filters-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#64748b}.bo-active-filter-empty{font-size:12px;color:var(--bo-muted)}.bo-active-filter-chip{border:1px solid #cad7eb;border-radius:999px;background:#f1f6ff;color:#1f3d69;font-size:12px;font-weight:600;line-height:1;padding:7px 10px;display:inline-flex;align-items:center;gap:8px}.bo-active-filter-chip-remove{border:0;background:transparent;padding:0;color:#4d6790;width:16px;height:16px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.bo-active-filter-chip-remove:hover{background:#dce8fb}.bo-input-inline{border:1px solid var(--bo-border);border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--bo-muted);min-height:54px}.bo-input-inline input{width:100%;border:0;outline:none;background:transparent;color:var(--bo-text);font:inherit;font-size:14px;line-height:1.4;padding:12px 0}.bo-dynamic-search.bo-input-inline{min-height:var(--bo-dynamic-control-height);padding-inline:11px}.bo-dynamic-search.bo-input-inline input{min-height:calc(var(--bo-dynamic-control-height) - 2px);padding:0}.bo-input-inline:focus-within{border-color:#8db5f8;box-shadow:0 0 0 3px #dceafc}.bo-inline-actions{display:flex;gap:8px;align-items:center}.bo-inline-actions.bo-wrap{flex-wrap:wrap}.bo-table-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.bo-inline-form{margin:0;display:inline-flex}.bo-form-card{width:min(980px,100%)}.bo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.bo-form-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.bo-form-grid .bo-field,.bo-form-grid-three .bo-field{min-width:0}.bo-user-photo-field{display:grid;grid-gap:10px;gap:10px}.bo-user-photo-main{--bo-user-photo-avatar-size:112px;--bo-user-photo-main-gap:12px;display:grid;grid-template-columns:var(--bo-user-photo-avatar-size) minmax(0,1fr);grid-gap:var(--bo-user-photo-main-gap);gap:var(--bo-user-photo-main-gap);align-items:start}.bo-user-photo-preview{width:112px;height:112px;border-radius:999px;border:1px solid var(--bo-border);background:#f8fafc;color:#263042;display:inline-flex;align-items:center;justify-content:center;font-size:38px;font-weight:750;letter-spacing:-.03em;overflow:hidden}.bo-user-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.bo-user-photo-preview-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.bo-user-photo-cropper-surface{position:relative;width:100%;height:100%;background:#0f172a}.bo-user-photo-cropper-surface .reactEasyCrop_Container{border-radius:inherit}.bo-user-photo-controls{min-width:0;display:grid;grid-gap:8px;gap:8px}.bo-user-photo-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bo-user-photo-hint{margin:0 0 0 calc(var(--bo-user-photo-avatar-size) + var(--bo-user-photo-main-gap));width:calc((100% - 12px) / 2);max-width:calc((100% - 12px) / 2);color:var(--bo-muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.bo-user-photo-upload-input{display:none}.reactEasyCrop_Container{position:absolute;inset:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;align-items:center;justify-content:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;inset:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid hsla(0,0%,100%,.55);box-sizing:border-box;box-shadow:0 0 0 9999em rgba(15,23,42,.55);color:rgba(0,0,0,.5);overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.bo-form-grid-spacer{min-width:0}.bo-form-actions{margin-top:14px;display:flex;gap:8px;align-items:center}.bo-btn{border:1px solid transparent;border-radius:8px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:14px;font-weight:650;text-decoration:none;cursor:pointer;transition:transform .13s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.bo-btn:hover{transform:translateY(-1px)}.bo-spin{animation:bo-spin .9s linear infinite}@keyframes bo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bo-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #dbeafe}.bo-btn-small{padding:8px 12px;font-size:13px;border-radius:8px}.bo-btn-icon{width:36px;height:36px;padding:0;border-radius:8px;line-height:1}.bo-btn-block{width:100%}.bo-btn-primary{background:var(--bo-primary);color:var(--bo-primary-ink);border-color:var(--bo-primary)}.bo-btn-primary:hover{background:#0f172a;border-color:#0f172a}.bo-btn-accent{background:var(--bo-accent);color:var(--bo-accent-ink);border-color:var(--bo-accent)}.bo-btn-accent:hover{background:#ea9a0f;border-color:#ea9a0f}.bo-btn-edit{background:#eaf2ff;color:#1f416d;border-color:#c8daf5}.bo-btn-edit:hover{background:#deebff;border-color:#b5ccf0}.bo-btn-delete{background:#fff2f2;color:#902222;border-color:#efc6c6}.bo-btn-delete:hover{background:#ffe8e8;border-color:#e9b4b4}.bo-btn-star{background:#fff6de;color:#8a5a00;border-color:#efd29a}.bo-btn-star:hover{background:#ffeec2;border-color:#e8c27d}.bo-btn-export{background:#e9f1ff;color:#1e3f6b;border-color:#c7d9f4}.bo-btn-export:hover{background:#dce9ff;border-color:#b2caef}.bo-btn-ghost{background:#fff;color:var(--bo-text);border-color:var(--bo-border)}.bo-btn-ghost:hover{border-color:#b8cae4;background:#f8fbff}.bo-icon-btn{border:1px solid var(--bo-border);background:#fff;color:var(--bo-muted);width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.bo-icon-btn:hover{border-color:#b8cae4;color:var(--bo-text);background:#f8fbff}.bo-icon-btn:disabled{cursor:default;opacity:.8}.bo-dropdown{position:relative}.bo-dropdown>summary{list-style:none}.bo-dropdown>summary::-webkit-details-marker{display:none}.bo-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:190px;border:1px solid var(--bo-border);border-radius:8px;background:#fff;box-shadow:0 16px 30px #0f172a1c;display:grid;overflow:hidden;z-index:35}.bo-dropdown-menu-right{left:auto;right:0}.bo-dropdown-menu>*{border:0;background:none;text-align:left;color:var(--bo-text);padding:10px 12px;font:inherit;font-size:13px;text-decoration:none;cursor:pointer}.bo-dropdown-menu>:hover{background:#f6f8fc}.bo-dropdown-item-active{font-weight:700;background:#f3f8ff}.bo-table-wrap{border:1px solid var(--bo-border);border-radius:8px;background:#fff;overflow:auto}.bo-table-wrap-embedded{margin-top:16px}.bo-table{width:100%;border-collapse:collapse}.bo-table td,.bo-table th{border-bottom:1px solid var(--bo-border);padding:15px 18px;vertical-align:top;text-align:left;font-size:13px}.bo-table th{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bo-muted);background:#f8fafe}.bo-table tbody tr:hover{background:#f9fbff}.bo-list-table th{font-size:13px;letter-spacing:0;text-transform:none;font-weight:500;background:#fcfdff;color:#64748b}.bo-list-table td{font-size:14px}.bo-list-table td:last-child,.bo-list-table th:last-child{width:1%;white-space:nowrap}.bo-list-table td:last-child .bo-table-actions{flex-wrap:nowrap}.bo-list-pagination{margin-top:12px;padding:0 18px 14px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.bo-list-pagination-meta{margin:0;color:var(--bo-muted);font-size:13px}.bo-list-pagination-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bo-list-pagination-per-page{display:inline-flex;align-items:center;gap:8px;color:var(--bo-muted);font-size:13px;font-weight:600}.bo-list-pagination-per-page select{border-radius:8px;border:1px solid var(--bo-border);background:#fff;color:var(--bo-text);font:inherit;font-size:13px;line-height:1;height:34px;padding:0 10px}.bo-list-pagination-nav{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.bo-list-pagination-nav .bo-btn{min-width:34px}.bo-list-pagination-nav .bo-btn.is-active{border-color:#1f3d69;background:#f1f6ff;color:#1f3d69;font-weight:700}.bo-th-sort{display:inline-flex;align-items:center;gap:6px}.bo-th-sort-link{color:inherit}.bo-th-sort-link:hover{color:var(--bo-text)}.bo-th-sort-link.is-active{color:var(--bo-text);font-weight:650}.bo-cell-main{margin:0;color:var(--bo-text);font-weight:500}.bo-cell-main-link{display:inline-block;text-decoration:none}.bo-cell-main-link:hover{color:#1f3d69;text-decoration:underline;text-underline-offset:2px}.bo-cell-sub{margin:4px 0 0;color:var(--bo-muted);font-size:13px}.bo-empty{padding:22px 18px}.bo-empty,.bo-muted{margin:0;color:var(--bo-muted);font-size:13px}.bo-alert{border:1px solid var(--bo-border);border-radius:8px;padding:11px 13px;background:#fff;font-size:13px}.bo-alert ul{margin:8px 0 0;padding-left:18px}.bo-alert-danger{background:#fff5f5;border-color:#f2c9c9;color:#8f2525}.bo-alert-success{background:#f4fff8;border-color:#b8e5ca;color:#1b6f3f}.bo-validation-tooltip{position:fixed;top:86px;right:22px;z-index:45;max-width:min(420px,calc(100vw - 34px));border-radius:8px;border:1px solid var(--bo-border);padding:10px 12px;font-size:13px;font-weight:600;line-height:1.35;box-shadow:0 16px 34px #0f172a1f}.bo-validation-tooltip.is-success{background:#f4fff8;border-color:#b8e5ca;color:#1b6f3f}.bo-validation-tooltip.is-error{background:#fff5f5;border-color:#f2c9c9;color:#8f2525}.bo-content-template{gap:16px}.bo-content-template-lang-chip{display:inline-flex;align-items:center;justify-content:center;height:20px;min-width:24px;border-radius:7px;background:#f1f5f9;color:#334155;font-size:10px;font-weight:750;letter-spacing:.03em;text-transform:uppercase;padding:0 6px}.bo-content-template-save-dot{width:8px;height:8px;border-radius:999px;background:#cbd5e1}.bo-content-template-save-dot.is-saving{background:#1d4ed8}.bo-content-template-save-dot.is-saved{background:#16a34a}.bo-content-template-save-dot.is-error{background:#dc2626}.bo-content-template-toolbar-card{display:grid;grid-gap:14px;gap:14px}.bo-content-template-top-metrics{margin-top:-4px;display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.bo-content-template-metric-card{border:1px solid var(--bo-border);border-radius:999px;background:#fff;min-height:42px;display:inline-flex;align-items:center;gap:8px;width:150px;padding:7px 12px}.bo-content-template-total-card{width:180px}.bo-content-template-metric-label{color:var(--bo-muted);font-size:11px;font-weight:600}.bo-content-template-total-progress{flex:1 1;min-width:72px;height:8px;border-radius:999px;background:#d1d5db;overflow:hidden}.bo-content-template-total-progress>span{display:block;height:100%;border-radius:999px;background:#111827}.bo-content-template-locale-card{width:150px}.bo-content-template-metric-lang{background:transparent;color:#737373;padding:0;min-width:0;height:auto;border-radius:0;font-size:13px;font-weight:700;letter-spacing:.01em}.bo-content-template-percent{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-left:auto;font-size:11px;font-weight:750}.bo-content-template-percent.is-good{color:#15803d}.bo-content-template-percent.is-warn{color:#b45309}.bo-content-template-percent.is-bad{color:#b91c1c}.bo-content-template-search{border:1px solid var(--bo-border);border-radius:8px;background:#fff;min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--bo-muted)}.bo-content-template-search input{width:100%;border:0;outline:none;background:transparent;color:var(--bo-text);font:inherit;font-size:14px;line-height:1.4;padding:10px 0}.bo-content-template-search:focus-within{border-color:#8db5f8;box-shadow:0 0 0 3px #dceafc}.bo-content-template-toolbar-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.bo-content-template-catalog-field{min-width:420px}.bo-content-template-catalog-select{position:relative}.bo-content-template-catalog-trigger{width:100%;height:42px;min-height:42px;border:1px solid #111827;border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.bo-content-template-catalog-trigger:hover{border-color:#334155}.bo-content-template-catalog-trigger:focus-visible{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #e2e8f0}.bo-content-template-catalog-select.is-open .bo-content-template-catalog-trigger{border-color:#0f172a}.bo-content-template-catalog-menu{position:absolute;left:0;top:calc(100% + 8px);width:min(640px,92vw);max-height:min(70vh,620px);overflow:auto;border:1px solid var(--bo-border);border-radius:8px;background:#fff;box-shadow:0 24px 48px #0f172a26;padding:10px;z-index:30;display:grid;grid-gap:6px;gap:6px}.bo-content-template-catalog-group{display:grid;grid-gap:2px;gap:2px}.bo-content-template-catalog-group-label{margin:4px 6px 1px;font-size:11px;font-weight:700;letter-spacing:.1em;color:#64748b;text-transform:uppercase}.bo-content-template-catalog-option{border:0;border-radius:8px;background:transparent;color:#111827;width:100%;text-align:left;font:inherit;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;cursor:pointer;transition:background-color .15s ease}.bo-content-template-catalog-option:hover{background:#f8fafc}.bo-content-template-catalog-option.is-active{background:#f1f5f9}.bo-content-template-catalog-option-copy{display:grid;grid-gap:0;gap:0;min-width:0}.bo-content-template-catalog-option-title{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.bo-content-template-catalog-option-meta{font-size:12px;color:#6b7280;line-height:1.15}.bo-content-template-catalog-option-missing{color:#dc2626}.bo-content-template-catalog-option-right{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;min-width:192px;justify-content:flex-end}.bo-content-template-catalog-option-right .bo-content-template-percent{margin-left:0;font-size:14px;width:48px;text-align:right;flex-shrink:0}.bo-content-template-catalog-option-progress{width:112px;height:8px;border-radius:999px;background:#d1d5db;overflow:hidden}.bo-content-template-catalog-option-progress>span{display:block;height:100%;border-radius:999px;background:#b45309}.bo-content-template-catalog-option-check{width:15px;display:inline-flex;align-items:center;justify-content:center}.bo-content-template-filter-btn{border:1px solid var(--bo-border);border-radius:8px;background:#fff;color:var(--bo-muted);font:inherit;font-size:14px;font-weight:500;line-height:1;height:42px;min-height:42px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.bo-content-template-filter-field{min-width:360px}.bo-content-template-filter-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bo-content-template-filter-select-wrap{display:inline-flex;align-items:center}.bo-content-template-filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:42px;min-height:42px;border:1px solid #cfd9e9;border-radius:8px;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;color:#64748b;font:inherit;font-size:13px;font-weight:600;line-height:1;padding:0 34px 0 12px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.bo-content-template-filter-select:hover{border-color:#bbcae4;color:#334155}.bo-content-template-filter-select:focus-visible{outline:none;border-color:#8db5f8;box-shadow:0 0 0 3px #dceafc}.bo-content-template-filter-btn:hover{border-color:#bbcae4;color:#334155}.bo-content-template-filter-btn.is-active{border-color:#1d4ed8;background:#1d4ed8;color:#eff6ff}.bo-content-template-active-filters{margin-top:0}.bo-content-template-chip-danger{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.bo-content-template-chip-success{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.bo-content-template-locale-chip-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#6b7280;font-size:11px;font-weight:650}.bo-content-template-section{overflow:hidden}.bo-content-template-section-head{width:100%;border:0;background:#fff;border-radius:8px;min-height:58px;padding:14px 18px;display:flex;align-items:center;gap:9px;text-align:left;color:var(--bo-text);font:inherit;font-size:16px;font-weight:700;cursor:pointer}.bo-content-template-card-type{border:1px solid #d5deeb;border-radius:999px;background:#f8fbff;color:#64748b;font-size:11px;font-weight:700;line-height:1;letter-spacing:.06em;padding:6px 9px;text-transform:uppercase}.bo-content-template-card-title{font-size:16px;letter-spacing:-.01em;font-weight:700}.bo-content-template-counter{border:1px solid var(--bo-border);border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;line-height:1;font-weight:650;padding:6px 9px}.bo-content-template-missing-badge{margin-left:auto;display:inline-flex;align-items:center;gap:5px;color:#dc2626;font-size:13px;font-weight:650}.bo-content-template-table-wrap{border-top:1px solid var(--bo-border);overflow:auto}.bo-content-template-table{min-width:1080px}.bo-content-template-table-row{display:grid;grid-template-columns:230px repeat(3,minmax(240px,1fr)) 92px}.bo-content-template-table-head{background:#f8fafc;border-bottom:1px solid var(--bo-border)}.bo-content-template-table-head .bo-content-template-cell{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--bo-muted);font-weight:700;min-height:42px}.bo-content-template-cell{min-width:0;border-bottom:1px solid var(--bo-border);padding:12px 14px;font-size:13px}.bo-content-template-table-row:last-child .bo-content-template-cell{border-bottom:0}.bo-content-template-cell-key{display:flex;align-items:center}.bo-content-template-cell-key code{font-size:14px;font-weight:650;color:#0f172a;letter-spacing:-.01em;line-height:1.3;display:block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.bo-content-template-cell-action,.bo-content-template-cell-action-head{display:flex;align-items:center;justify-content:center}.bo-content-template-cell-action{padding-inline:10px}.bo-content-template-action-btn{width:42px;height:42px;border-radius:8px}.bo-content-template-action-btn svg{width:16px;height:16px}.bo-content-template-cell-lang-head{display:flex;align-items:center;gap:8px}.bo-content-template-cell-value-wrap{position:relative;display:flex;align-items:flex-start;gap:6px}.bo-content-template-cell-value{border:1px solid transparent;border-radius:8px;background:transparent;width:100%;text-align:left;color:var(--bo-text);font:inherit;font-size:13px;line-height:1.45;min-height:38px;padding:8px 10px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.bo-content-template-cell-value span{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bo-content-template-cell-value-markdown{display:block}.bo-content-template-cell-value-markdown p{margin:0 0 4px}.bo-content-template-cell-value-markdown p:last-child{margin-bottom:0}.bo-content-template-cell-value-markdown a{color:#1d4ed8;text-decoration:underline}.bo-content-template-cell-value:hover{border-color:#d3deee;background:#f8fbff}.bo-content-template-cell-value.is-empty{border-style:dashed;border-color:#fecaca;background:#fff5f5;color:#dc2626}.bo-content-template-cell-value.is-empty:hover{border-color:#fda4af;background:#ffe4e6}.bo-content-template-cell-value em{font-style:italic}.bo-content-template-copy-btn{border:0;border-radius:8px;background:transparent;color:#94a3b8;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.bo-content-template-copy-btn:hover{background:#f1f5f9;color:#334155}.bo-content-template-cell-input{width:100%;border-radius:8px;border:1px solid #8db5f8;background:#fff;color:var(--bo-text);font:inherit;font-size:13px;line-height:1.45;padding:8px 10px;outline:none;box-shadow:0 0 0 3px #dceafc}.bo-content-template-cell-textarea{resize:vertical;min-height:90px}.bo-content-template-cell-saved{position:absolute;top:-8px;right:6px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:10px;font-weight:700;line-height:1;display:inline-flex;align-items:center;gap:3px;padding:3px 7px}.bo-content-template-dialog-overlay{position:fixed;inset:0;z-index:50;background:#02061773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:16px}.bo-content-template-dialog{width:min(700px,100%);max-height:min(92vh,840px);overflow:auto;border:1px solid var(--bo-border);border-radius:8px;background:#fff;box-shadow:0 28px 60px #0f172a30;padding:18px;display:grid;grid-gap:14px;gap:14px}.bo-content-template-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.bo-content-template-dialog-head h2{margin:0;font-family:"Avenir Next",var(--font-inter),"Inter","Segoe UI",sans-serif;font-size:20px;font-weight:750;letter-spacing:-.02em}.bo-content-template-dialog-error{margin:0;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b91c1c;font-size:13px;padding:9px 11px}.bo-content-template-dialog-body{display:grid;grid-gap:10px;gap:10px}.bo-content-template-editor-mode{display:inline-flex;gap:6px;border:1px solid var(--bo-border);border-radius:8px;background:#f8fafc;padding:4px;width:-moz-fit-content;width:fit-content}.bo-content-template-editor-mode-btn{border:1px solid transparent;border-radius:8px;background:transparent;color:#64748b;font:inherit;font-size:12px;font-weight:650;line-height:1;padding:8px 11px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.bo-content-template-editor-mode-btn:hover{color:#334155}.bo-content-template-editor-mode-btn.is-active{border-color:#dbe4f2;background:#fff;color:#0f172a}.bo-content-template-dialog-hint{margin:0;color:#64748b;font-size:12px}.bo-content-template-dialog-hint code{font-size:11px}.bo-content-template-markdown-editor{display:grid;grid-gap:8px;gap:8px}.bo-content-template-markdown-toolbar{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbe4f2;border-radius:8px;background:#f8fafc;padding:5px;width:-moz-fit-content;width:fit-content}.bo-content-template-markdown-tool{width:30px;height:30px;border:1px solid transparent;border-radius:8px;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.bo-content-template-markdown-tool:hover{color:#1f2937;border-color:#dbe4f2;background:#fff}.bo-content-template-markdown-tool:focus-visible{outline:2px solid #bfdbfe;outline-offset:1px}.bo-content-template-markdown-input{border:1px solid var(--bo-border);border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:14px;line-height:1.5;min-height:110px;padding:10px 11px;resize:vertical}.bo-content-template-markdown-input:focus-visible{border-color:#bfdbfe;outline:2px solid #bfdbfe;outline-offset:1px}.bo-content-template-markdown-preview{border:1px solid #dbe4f2;border-radius:8px;background:#f8fbff;padding:10px 11px;color:#1f2937;font-size:13px;line-height:1.45}.bo-content-template-markdown-preview p{margin:0 0 8px}.bo-content-template-markdown-preview p:last-child{margin-bottom:0}.bo-content-template-markdown-preview a{color:#1d4ed8;text-decoration:underline}.bo-content-template-image-upload-wrap{display:grid;grid-gap:8px;gap:8px}.bo-content-template-image-upload-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bo-content-template-image-upload-input{display:none}.bo-content-template-image-upload-preview{width:min(100%,320px);max-height:180px;border:1px solid #dbe4f2;border-radius:8px;object-fit:cover;background:#f8fafc}.bo-content-template-upload-error{margin:0;color:#b91c1c;font-size:12px;font-weight:600}.bo-content-template-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.bo-status{display:inline-flex;align-items:center;gap:5px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:500;text-transform:none;letter-spacing:0;line-height:1;padding:7px 12px}.bo-status-neutral{background:#f1f5f9;border-color:#d8e0eb;color:#475569}.bo-status-info{background:#e8f3ff;border-color:#bad8fb;color:#1f5d9f}.bo-status-success{background:#e9f9f0;border-color:#b6e6ca;color:#1d7548}.bo-status-warning{background:#fff5dd;border-color:#f5d99c;color:#956200}.bo-status-danger{background:#ffefef;border-color:#f4c1c1;color:#a12f2f}.bo-status-accent{background:#fff2de;border-color:#f3c98b;color:#9f5d00}.bo-pipeline-row{border:1px solid var(--bo-border);border-radius:8px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}.bo-stack-sm{display:grid;grid-gap:8px;gap:8px}.bo-activity-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.bo-activity-list li{border:1px solid var(--bo-border);border-radius:8px;padding:12px 14px}.bo-activity-list p{margin:0;font-size:13px;color:var(--bo-text)}.bo-activity-list span{color:var(--bo-muted);font-size:12px}.bo-bullet-list{margin:0;padding-left:20px;color:var(--bo-text);font-size:14px;line-height:1.5;display:grid;grid-gap:4px;gap:4px}.bo-login-root{min-height:100vh;background:#0f172a;color:#e2e8f0;display:grid;place-items:center;padding:20px}.bo-login-card{width:min(460px,100%);border:1px solid #1f2b44;border-radius:8px;background:#111b2d;box-shadow:0 30px 70px #0206178a;padding:22px;display:grid;grid-gap:16px;gap:16px}.bo-login-head{display:grid;grid-gap:7px;gap:7px}.bo-login-head h1{font-family:"Avenir Next",var(--font-inter),"Inter",sans-serif;margin:0;font-size:29px;font-weight:750;letter-spacing:-.03em;color:#f8fafc}.bo-login-head p{margin:0;color:#94a3b8;font-size:14px}.bo-login-logo{width:190px;max-height:60px}.bo-login-form{display:grid;grid-gap:11px;gap:11px}.bo-input-wrap{display:flex;align-items:center;gap:8px;border:1px solid #30425e;border-radius:8px;background:#0d1525;color:#8ea1b9;padding:0 10px}.bo-input-wrap input{border:0;outline:none;width:100%;font:inherit;background:transparent;color:#f8fafc;padding:9px 0}.bo-login-form .bo-field{min-width:0}.bo-login-form .bo-field>span{color:#b4c2d3}.bo-login-form input:-webkit-autofill,.bo-login-form input:-webkit-autofill:focus,.bo-login-form input:-webkit-autofill:hover{-webkit-text-fill-color:#f8fafc;box-shadow:inset 0 0 0 1000px #0d1525;border-radius:8px}.bo-desktop-only{display:inline-flex}.bo-login-footer{font-size:13px}.bo-login-footer a{color:#9ac1ff;text-decoration:underline;text-underline-offset:2px}.bo-mobile-only{display:none}.bo-overlay{position:fixed;inset:0;background:#0206178a;border:0;z-index:30}@media (max-width:1100px){.bo-root{grid-template-columns:1fr}.bo-sidebar{position:fixed;left:0;top:0;width:262px;max-width:90vw;transform:translateX(-105%);transition:transform .18s ease}.bo-sidebar.is-open{transform:translateX(0)}.bo-mobile-only{display:inline-flex}.bo-desktop-only{display:none}.bo-main{padding:16px}.bo-user-detail-hero{flex-direction:column;align-items:stretch}.bo-user-detail-side{width:100%;justify-items:start}.bo-user-detail-meta{text-align:left}.bo-toolbar{grid-template-columns:1fr}.bo-toolbar .bo-inline-actions{justify-content:flex-start}.bo-dynamic-toolbar{grid-template-columns:1fr;grid-template-areas:"search" "builder"}.bo-dynamic-filter-builder{flex-wrap:wrap}.bo-dynamic-filter-fields{width:100%;grid-template-columns:1fr}.bo-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bo-kpi-grid-users{grid-template-columns:repeat(3,minmax(0,1fr))}.bo-kpi-grid-dashboard{width:100%}.bo-content-grid,.bo-form-grid,.bo-form-grid-three,.bo-grid-two{grid-template-columns:1fr}.bo-address-street-house-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bo-address-street-field,.bo-address-street-field-full{grid-column:1/-1}.bo-user-photo-main{grid-template-columns:1fr}.bo-user-photo-hint{margin-left:0;width:100%;max-width:100%}.bo-form-grid-spacer{display:none}.bo-field-span-2{grid-column:auto}.bo-content-template-toolbar-row{display:grid;grid-template-columns:1fr}.bo-content-template-catalog-field,.bo-content-template-filter-field{min-width:0}.bo-content-template-catalog-menu{width:min(620px,95vw)}.bo-content-template-top-metrics{justify-content:flex-start;margin-top:-2px}.bo-content-template-locale-card,.bo-content-template-metric-card,.bo-content-template-total-card{width:auto;min-width:0}.bo-content-template-table{min-width:980px}.bo-content-template-table-row{grid-template-columns:200px repeat(3,minmax(210px,1fr)) 84px}}@media (max-width:780px){.bo-topbar{padding:10px 12px}.bo-topbar-actions{gap:6px}.bo-kpi-grid,.bo-kpi-grid-users{grid-template-columns:1fr}.bo-kpi-icon{width:36px;height:36px;border-radius:8px}.bo-btn-small{padding:7px 10px}.bo-validation-tooltip{top:70px;right:12px;left:12px;max-width:none}.bo-user-address-row{flex-direction:column;align-items:stretch}.bo-user-address-actions{justify-content:flex-start}.bo-user-detail-avatar{width:60px;height:60px;font-size:26px}.bo-user-detail-title-row h1{font-size:clamp(24px,7vw,31px)}.bo-user-detail-contact-row span{font-size:14px}.bo-address-street-house-row{grid-template-columns:1fr}.bo-address-street-field,.bo-address-street-field-full{grid-column:auto}.bo-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bo-segmented-item{text-align:center;padding:9px 10px}.bo-content-template-section-head{padding:12px 13px}.bo-content-template-card-title{font-size:15px}.bo-content-template-catalog-trigger{font-size:16px}.bo-content-template-catalog-option-title{font-size:15px}.bo-content-template-catalog-option-progress{width:84px}.bo-content-template-missing-badge{font-size:12px}.bo-content-template-search{min-height:40px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ccc01da6a2b3d788-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fa3e259cafa8f47e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"DM Serif Display Fallback";src:local("Times New Roman");ascent-override:94.37%;descent-override:30.51%;line-gap-override:0.00%;size-adjust:109.78%}.__className_0e4539{font-family:"DM Serif Display","DM Serif Display Fallback";font-weight:400;font-style:normal}.__variable_0e4539{--font-dm-serif:"DM Serif Display","DM Serif Display Fallback"}