:root{--blue-dark: #1d2d5c;--blue-mid: #07649d;--orange: #e57524;--grey-bg: #f6f7f8;--white: #ffffff;--text: #333333;--muted: #666666;--radius: 4px;--shadow: 0 2px 4px rgba(0, 0, 0, .15);--shadow-card: 0 2px 5px rgba(0, 0, 0, .1);--max-content: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--grey-bg);color:var(--text);font:400 16px/1.45 Inter,system-ui,sans-serif}body.nav-open,body.modal-open,body.filters-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}#root{min-height:100vh}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.content-container{width:90%;max-width:var(--max-content);margin:6rem auto 1rem}.site-header{position:sticky;top:0;z-index:1100;display:flex;justify-content:space-between;align-items:center;background:var(--blue-dark);color:var(--white);padding:1rem;box-shadow:var(--shadow)}.site-logo{color:inherit;font-size:1.25rem;font-weight:700;text-decoration:none}.logo-short{display:none}.nav-links a{color:inherit;font-weight:500;margin-left:1rem;padding:10px 12px;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--orange)}.menu-toggle{display:none;background:none;border:0;color:var(--white);font-size:1.9rem}@media(max-width:640px){.logo-long{display:none}.logo-short{display:inline}.menu-toggle{display:block;padding:10px}.nav-links{position:fixed;top:56px;right:-220px;width:220px;display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--blue-dark);border-radius:var(--radius) 0 0 var(--radius);transition:right .25s;visibility:hidden;pointer-events:none}body.nav-open .nav-links{right:0;visibility:visible;pointer-events:auto}body.nav-open .menu-toggle{transform:rotate(90deg)}.nav-links a{margin:0;font-size:1rem}}.site-footer{text-align:center;background:var(--blue-dark);color:var(--white);padding:1rem;font-size:.8rem;margin-top:2rem}.hero{position:relative;height:400px;background:var(--hero-image) center / cover no-repeat}.hero-content{position:absolute;left:50%;bottom:-50px;width:min(1000px,80%);transform:translate(-50%);background:var(--blue-dark);color:var(--white);padding:2rem 1rem;border-radius:var(--radius);box-shadow:0 4px 10px #0003;text-align:center}.hero-content h1{color:var(--white);font-size:2rem;font-weight:600;margin-bottom:.75rem;overflow-wrap:anywhere}.hero-content p{color:var(--white);font-size:1.1rem}@media(max-width:480px){.hero{height:300px}.hero-content{width:90%;bottom:-40px}.hero-content h1{font-size:1.45rem;line-height:1.25}}.directory-layout{display:flex;gap:1.5rem;width:95%;max-width:none;margin:6rem auto 1rem;transition:all .3s ease}.directory-content{flex:1}.directory-sidebar{position:relative;width:250px;flex:0 0 250px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1rem}.directory-sidebar h3{color:var(--blue-dark);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.company-count{color:var(--blue-dark);font-weight:700;margin:.4rem 0}.filter-list label{display:block;margin:.4rem 0;font-size:.9rem;cursor:pointer}.target-market-details{margin-top:.75rem}.target-market-details summary{color:var(--blue-dark);cursor:pointer;font-weight:600;padding:.4rem 0}.reset-link{display:inline-block;margin-top:.5rem;color:var(--blue-dark);background:none;border:0;text-decoration:underline;font-size:.9rem}.top-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1rem;gap:1rem}.toggle-buttons{display:flex;gap:.5rem;overflow-x:auto;margin-bottom:1rem}.toggle-buttons button{background:var(--blue-mid);color:var(--white);border:0;padding:.55rem 1rem;border-radius:var(--radius);font-weight:500}.toggle-buttons button:hover,.toggle-buttons button.active{background:var(--blue-dark)}.search-wrapper{position:relative;z-index:50;flex:1 1 220px;max-width:340px}.search-wrapper input{width:100%;padding:.45rem 2.2rem .45rem .6rem;border:1px solid #cccccc;border-radius:var(--radius)}.search-icon{position:absolute;right:.6rem;top:50%;transform:translateY(-50%)}.chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0}.filter-chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--blue-mid);color:var(--white);border:0;border-radius:12px;padding:.25rem .6rem;font-size:.8rem}.asset-map-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;grid-auto-rows:1fr}@media(min-width:1025px){.asset-map-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(min-width:1600px){.asset-map-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.company-card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1rem;text-align:center}.company-card img{width:60%;height:60px;max-height:60px;object-fit:contain;margin:10px auto}.company-card h4{color:var(--blue-dark);font-size:1rem;font-weight:600;line-height:1.25;min-height:2.5em;margin:.5rem 0;overflow-wrap:anywhere}.company-card p{color:var(--muted);font-size:.85rem;min-height:1.9em;margin-bottom:.75rem;overflow-wrap:anywhere}.badge{position:absolute;top:8px;right:8px;background:var(--orange);color:var(--white);border-radius:var(--radius);font-size:.65rem;font-weight:700;padding:.1rem .35rem;white-space:nowrap}.learn-more-button{margin-top:auto;background:var(--blue-mid);color:var(--white);border:0;border-radius:var(--radius);padding:.4rem .8rem;font-size:.8rem}.learn-more-button:hover{background:var(--blue-dark)}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;align-items:center;justify-content:center;background:#0000008c;padding:1rem}.modal.show{display:flex}.modal-content{position:relative;width:80%;max-width:750px;max-height:90vh;overflow-y:auto;background:var(--white);border-radius:8px;scrollbar-gutter:stable}.modal-header{display:flex;align-items:center;gap:1rem;background:var(--blue-dark);color:var(--white);padding:1.25rem;border-radius:8px 8px 0 0}.modal-header img{width:110px;max-height:60px;object-fit:contain;background:var(--white);border-radius:var(--radius);padding:.2rem}.modal-info{flex:1}.modal-info h2{color:var(--white)}.metrics{display:flex;flex-wrap:wrap;gap:.35rem;margin:.4rem 0}.metric-chip{background:#ffffff26;color:var(--white);border-radius:9999px;font-size:.78rem;padding:.2rem .6rem}.cta-button{display:inline-flex;align-items:center;background:var(--orange);color:var(--white);padding:.48rem 1rem;border-radius:var(--radius);font-size:.83rem;text-decoration:none;margin-top:.4rem}.modal-section{background:#f8f9fc;border-radius:6px;padding:1rem;margin:1rem;box-shadow:0 1px 3px #0000000d}.modal-section h3{margin:0 0 .55rem;font-size:.9rem;text-transform:uppercase;color:var(--blue-dark);letter-spacing:.03em}.modal-section ul{margin:0;padding:0;columns:2;column-gap:1.1rem;font-size:.9rem}.modal-section li{position:relative;list-style:none;margin:0 0 .3rem .6rem}.modal-section li:before{content:"•";position:absolute;left:-.6rem;color:var(--blue-dark);font-weight:700}.modal-close{position:absolute;top:.6rem;right:.9rem;background:none;border:0;color:var(--white);font-size:1.6rem}.modal-section.market-globe{display:flex;gap:1rem;align-items:flex-start}.market-globe .markets{flex:1 1 240px;min-width:200px}.market-globe .globe-container{flex:0 1 320px;width:min(100%,320px);max-width:320px;aspect-ratio:1}svg.globe{display:block;width:100%;height:100%;cursor:grab;-webkit-user-select:none;user-select:none}.country{stroke:#333;stroke-width:.35}.filter-toggle-btn,.close-sidebar{display:none}.hide-sidebar,.sidebar-arrow{position:absolute;top:8px;background:none;border:0;color:var(--blue-dark);cursor:pointer;display:none;font-size:1.25rem;line-height:1}@media(min-width:641px){.hide-sidebar{right:8px;display:block}.sidebar-arrow{right:-13px;top:40px;width:26px;height:26px;display:none;align-items:center;justify-content:center;background:var(--white);border-radius:50%;box-shadow:0 2px 4px #00000040;font-size:1.1rem}.directory-sidebar.collapsed{width:0;flex:0 0 0;padding:0;border:none;background:transparent;box-shadow:none;overflow:visible;position:relative}.directory-sidebar.collapsed .sidebar-arrow{display:flex;right:-13px;transform:rotate(180deg)}.directory-sidebar.collapsed .hide-sidebar,.directory-sidebar.collapsed>*:not(.sidebar-arrow){display:none}}@media(max-width:640px){.modal-section.market-globe{flex-direction:column}.directory-sidebar{position:fixed;top:20%;bottom:20%;left:0;width:80%;max-width:300px;transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility 0s linear .3s;z-index:1101;overflow-y:auto}.directory-sidebar.active{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform .3s ease}.filter-toggle-btn{display:inline-block;margin-bottom:1rem;background:var(--blue-mid);color:var(--white);border:0;padding:.5rem 1rem;border-radius:var(--radius);font-size:.9rem}.close-sidebar{display:inline-block;position:absolute;top:10px;right:12px;background:none;border:0;font-size:1.8rem}}@media(max-width:480px){.modal-content{width:95%;max-width:430px}.modal-close{position:fixed;right:40px;bottom:52px;top:auto;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--blue-dark);border-radius:50%;box-shadow:0 4px 8px #00000040;font-size:1.9rem}}@media(min-width:769px){.directory-sidebar{position:sticky;top:1rem}}.content-block{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:2rem}.why-bc-container{margin-top:1rem}.content-block h2{color:var(--blue-dark);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.content-block ul{margin-left:1.5rem;margin-bottom:1.2rem}.content-block p,.content-block li{line-height:1.6}.subheading{margin-top:1.5rem;font-weight:700;color:var(--blue-dark)}.content-block a,.contact-block a{color:var(--blue-dark);text-decoration:underline}.intro-block{background:var(--blue-dark);color:var(--white);padding:2.5rem 1.5rem;border-radius:var(--radius);text-align:center;position:relative;overflow:hidden;margin-bottom:2rem}.intro-block:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://imagedelivery.net/3ep9XLmTvDBv3goBEo1rtg/e1868aad-8979-4fbc-48e0-ac33c7402100/public) center / cover no-repeat;opacity:.15;mix-blend-mode:screen}.intro-block>*{position:relative;z-index:1}.intro-block h1,.intro-block h2,.intro-block p{color:var(--white)}.intro-block h1{font-size:2rem;margin-bottom:1rem}.intro-block p{font-size:1.1rem;font-weight:300;max-width:800px;margin:0 auto 1.5rem}.intro-block .cta{display:block;font-weight:500;margin:1.5rem auto}.intro-block .cta a{display:block;width:fit-content;color:var(--white);background:var(--orange);padding:.2em .8em;border-radius:20px;margin:.5em auto 0;overflow-wrap:anywhere}.callout-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.callout{flex:1 1 260px;background:var(--white);padding:1rem;border-left:4px solid var(--orange);border-radius:var(--radius);box-shadow:0 2px 5px #00000014}.callout h3{color:var(--blue-dark);font-size:1.05rem}.flex-img{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.flex-img img{flex:0 0 480px;max-width:480px;width:100%;border-radius:var(--radius);box-shadow:var(--shadow-card)}.flex-img .text{flex:1 1 320px;min-width:260px;padding:0 1rem}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tab-btn{padding:.6rem 1rem;border:2px solid var(--blue-dark);border-radius:20px;background:transparent;color:var(--blue-dark);font-weight:500}.tab-btn.active{background:var(--blue-dark);color:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 0}.stat-card{background:var(--grey-bg);padding:1rem;border-radius:var(--radius);box-shadow:0 1px 3px #0000000f;overflow-wrap:break-word}.invest-block{margin-top:1.5rem}.invest-block img{flex:0 0 220px;max-width:220px;box-shadow:none}.contact-block{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:space-between;background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:2rem}.contact-text{flex:1 1 280px;min-width:250px}.contact-text h2{color:var(--blue-dark);margin-bottom:1rem}.contact-form{flex:1 1 320px;max-width:480px;display:grid;gap:1rem}.contact-form input,.contact-form textarea{padding:.75rem 1rem;border:1px solid #cccccc;border-radius:var(--radius)}.contact-form textarea{resize:vertical;min-height:120px}.contact-honeypot{display:none}.contact-form button[type=submit]{background:var(--orange);color:var(--white);border:0;padding:.75rem 1rem;font-weight:500;border-radius:var(--radius)}.contact-form button[type=submit]:hover{opacity:.9}.partners-tier{margin-bottom:3rem}.partners-tier h3{color:var(--blue-dark);font-size:1.4rem;margin-bottom:1rem;border-left:4px solid var(--blue-mid);padding-left:.5rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:1fr}.partner-card{display:flex;flex-direction:column;align-items:center;background:var(--white);border:1px solid transparent;box-shadow:0 2px 5px #00000014;overflow:hidden;padding:1.5rem 1rem;text-align:center}.partner-card:hover{transform:translateY(-2px)}.partner-card .logo-box{min-height:80px;max-height:120px;padding:0 12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.partner-card .logo-box img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain}.partner-card h4{color:var(--blue-dark);font-size:1.2rem;margin-bottom:.5rem}.partner-card p{font-size:.95rem;margin-bottom:.75rem}.learn-more-btn{margin-top:auto;display:inline-block;background:var(--blue-mid);color:var(--white);padding:.6rem 1.2rem;border-radius:var(--radius);font-weight:500;text-decoration:none}.learn-more-btn:hover{background:var(--blue-dark)}.partners-tier.creator .partners-grid,.partners-tier.sponsors .partners-grid{display:flex;flex-wrap:wrap;justify-content:center}.partners-tier.creator .partner-card,.partners-tier.sponsors .partner-card{width:min(100%,340px)}@media(max-width:768px){.intro-block{padding:2rem 1rem}.intro-block h1{font-size:1.5rem}.flex-img,.contact-block{flex-direction:column}.flex-img img{flex:1 1 auto;max-width:100%}.invest-block img{max-width:140px;margin:0 auto 12px;display:block}.tabs{justify-content:center}.partners-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:2rem 1.5rem;grid-auto-rows:auto}}@media(min-width:769px){.content-block.flex-img:nth-of-type(2n){flex-direction:row-reverse}}.admin-shell-container{margin-bottom:1.5rem}.admin-dashboard-page,.admin-shell-container{max-width:none;width:calc(100% - 2rem)}.auth-page{margin-top:1.5rem}.auth-panel{align-items:stretch;display:grid;gap:1rem;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.auth-copy,.auth-card{border:1px solid #e3e7ee;border-radius:8px;box-shadow:0 8px 24px #1d2d5c14}.auth-copy{background:var(--blue-dark);color:var(--white);display:grid;gap:1rem;padding:2rem}.auth-copy .admin-kicker,.auth-copy h1,.auth-copy p{color:var(--white)}.auth-copy h1{font-size:clamp(2rem,5vw,3.1rem);line-height:1.05;margin:0}.auth-copy p{color:#d8e2f2;font-size:1.05rem;line-height:1.6;max-width:58ch}.auth-feature-list{display:grid;gap:.75rem;margin-top:.5rem}.auth-feature-list article{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:8px;display:grid;gap:.25rem;padding:.9rem}.auth-feature-list strong{color:var(--white)}.auth-feature-list span{color:#d8e2f2;line-height:1.5}.auth-card{align-content:center;background:var(--white);display:grid;gap:1rem;padding:2rem}.auth-card h2{color:var(--blue-dark);font-size:1.5rem;margin:.25rem 0 0}.admin-shell-bar,.admin-hero,.admin-panel{background:var(--white);border:1px solid #e3e7ee;border-radius:8px;box-shadow:0 8px 24px #1d2d5c14}.admin-shell-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem}.admin-shell-bar p,.admin-hero p{color:var(--muted)}.admin-kicker{display:block;color:var(--blue-mid);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.admin-page{margin-top:1.5rem}.admin-hero{padding:1.5rem;margin-bottom:1.25rem}.admin-hero h1{color:var(--blue-dark);font-size:clamp(1.75rem,4vw,2.4rem);line-height:1.1;margin:.25rem 0 .5rem}.admin-hero-muted{border-left:5px solid var(--orange)}.admin-panel{padding:1.25rem;margin-bottom:1.25rem}.admin-panel h2{color:var(--blue-dark);font-size:1.25rem;margin-bottom:1rem}.admin-panel-header{align-items:start;display:flex;gap:1rem;justify-content:space-between}.admin-panel-header h2{margin-bottom:.35rem}.admin-invite-form{align-items:end;display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) auto;margin-top:1rem}.admin-readonly-note{background:#fff8ed;border:1px solid #f4bf7b;border-radius:8px;color:var(--blue-dark);display:grid;gap:.35rem;padding:1rem}.admin-readonly-note strong{font-size:1rem}.admin-readonly-note p{color:var(--muted);margin:0}.admin-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.admin-stat-grid article{background:var(--grey-bg);border-radius:8px;padding:.85rem}.admin-stat-grid strong{display:block;color:var(--blue-dark);font-size:1.8rem;line-height:1}.admin-stat-grid span,.admin-request-meta dt,.admin-company-list small,.admin-empty-note{color:var(--muted);font-size:.9rem}.company-editor-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.company-editor-section{border:1px solid #e3e7ee;border-radius:8px;display:grid;gap:.9rem;grid-column:1 / -1;padding:1rem}.company-editor-section-heading{display:grid;gap:.25rem}.company-editor-section-heading h4{color:var(--blue-dark);font-size:1rem;margin:0}.company-editor-section-heading p{color:var(--muted);font-size:.88rem;line-height:1.45;margin:0}.company-editor-section-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.company-editor-section-grid>.admin-fieldset,.company-editor-section-grid>.admin-logo-panel{grid-column:1 / -1}.admin-field,.company-editor-form>label{display:grid;gap:.35rem;color:var(--blue-dark);font-weight:700}.admin-field input,.admin-field select,.admin-field textarea,.company-editor-form>label input,.company-editor-form>label select,.company-editor-form>label textarea,.admin-request-card textarea{width:100%;border:1px solid #cbd3df;border-radius:6px;color:var(--text);padding:.7rem .8rem}.admin-field textarea,.company-editor-form textarea,.admin-request-card textarea{min-height:92px;resize:vertical}.admin-field-full,.admin-fieldset,.admin-logo-panel,.admin-primary-action,.admin-form-message{grid-column:1 / -1}.admin-fieldset{border:1px solid #e3e7ee;border-radius:8px;padding:1rem}.admin-fieldset legend{color:var(--blue-dark);font-weight:800;padding:0 .35rem}.admin-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin:.4rem 0 1rem}.admin-check-option{align-items:center;background:var(--grey-bg);border:1px solid transparent;border-radius:6px;display:flex;gap:.5rem;min-height:42px;padding:.55rem .65rem}.admin-check-option:has(input:checked){background:#eef7fb;border-color:var(--blue-mid)}.admin-region-controls{align-items:end;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-bottom:.85rem}.admin-region-controls button{background:var(--blue-dark);border:0;border-radius:6px;color:var(--white);font-weight:800;min-height:42px;padding:.7rem 1rem}.admin-market-details{margin-bottom:1rem}.admin-market-details summary{color:var(--blue-dark);cursor:pointer;font-weight:800;margin-bottom:.5rem}.admin-logo-panel{align-items:end;display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:1rem}.admin-logo-preview{align-items:center;background:var(--grey-bg);border:1px dashed #b8c2d3;border-radius:8px;color:var(--muted);display:flex;height:82px;justify-content:center;overflow:hidden;padding:.75rem}.admin-logo-preview img{max-width:100%;max-height:64px;object-fit:contain}.admin-chip-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.admin-chip{align-items:flex-start;background:#eef7fb;border:1px solid #c7e5f2;border-radius:8px;color:var(--blue-dark);display:flex;gap:.6rem;line-height:1.45;max-width:100%;padding:.55rem .55rem .55rem .7rem}.admin-chip-text{min-width:0;overflow-wrap:anywhere}.admin-chip button{align-self:flex-start;background:var(--white);border:1px solid #c7d3dd;border-radius:6px;color:var(--muted);flex:0 0 auto;font-size:.8rem;padding:.15rem .45rem}.admin-add-row{align-items:end;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.admin-primary-action,.admin-secondary-action,.admin-danger-action,.admin-add-row button{border:0;border-radius:6px;font-weight:800;min-height:42px;padding:.7rem 1rem}.admin-primary-action{background:var(--orange);color:var(--white)}.admin-secondary-action,.admin-add-row button{background:var(--blue-dark);color:var(--white)}.admin-danger-action{background:#b42318;color:var(--white)}.admin-primary-action:disabled,.admin-secondary-action:disabled,.admin-danger-action:disabled{cursor:not-allowed;opacity:.65}.admin-dialog-backdrop{align-items:center;background:#0712307a;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:1rem;position:fixed;z-index:100}.admin-confirm-dialog{background:var(--white);border:1px solid #d8e0eb;border-radius:8px;box-shadow:0 24px 70px #07123047;color:var(--blue-dark);display:grid;gap:.85rem;max-width:460px;padding:1.25rem;width:min(100%,460px)}.admin-confirm-dialog h2{color:var(--blue-dark);margin:0}.admin-confirm-dialog p{color:var(--muted);line-height:1.5;margin:0}.admin-dialog-actions{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.35rem}.admin-form-message,.admin-alert,.admin-review-note{border-radius:6px;padding:.85rem 1rem}.admin-form-message{background:#effaf2;color:#1f6f3b}.admin-alert,.admin-review-note{background:#fff4eb;color:#7b3a0d}.admin-request-grid{display:grid;gap:1rem}.admin-request-card{border:1px solid #e3e7ee;border-radius:8px;padding:1rem}.admin-request-card h3,.admin-editor-panel h3{color:var(--blue-dark);margin-bottom:.75rem}.admin-request-meta{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.admin-request-meta dt{font-weight:700}.admin-request-meta dd{overflow-wrap:anywhere}.admin-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.85rem}.admin-company-layout{align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.admin-company-list{display:grid;gap:.5rem}.admin-company-list button{background:var(--white);border:1px solid #dce3ec;border-radius:8px;color:var(--blue-dark);display:grid;gap:.25rem;padding:.75rem;text-align:left}.admin-company-list button.active{background:#eef7fb;border-color:var(--blue-mid)}.admin-company-list span{font-weight:800}.admin-editor-panel{min-width:0}.admin-registry-panel{overflow:visible;padding:0}.admin-registry-heading{align-items:end;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem}.admin-registry-heading h2{margin-bottom:.35rem}.admin-registry-summary{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(110px,1fr));min-width:260px}.admin-registry-summary article{background:var(--grey-bg);border-radius:8px;padding:.8rem}.admin-registry-summary strong{color:var(--blue-dark);display:block;font-size:1.6rem;line-height:1}.admin-registry-summary span{color:var(--muted);display:block;font-size:.85rem;margin-top:.3rem}.admin-registry-layout{border-top:1px solid #e3e7ee;display:grid;grid-template-columns:minmax(0,1fr)}.admin-registry-layout.with-workspace{grid-template-columns:minmax(760px,1fr) minmax(340px,420px)}.admin-registry-layout.with-workspace.edit-mode{grid-template-columns:minmax(760px,1fr) minmax(440px,560px)}.admin-registry-main{min-width:0}.admin-registry-toolbar{background:#fbfcfe;border-bottom:1px solid #e3e7ee;display:grid;gap:.85rem;padding:1rem}.admin-registry-search{align-items:center;background:var(--white);border:1px solid #cbd3df;border-radius:6px;display:grid;gap:.6rem;grid-template-columns:auto minmax(0,1fr);padding:0 .85rem}.admin-registry-search span{color:var(--muted)}.admin-registry-search input{border:0;min-height:42px;outline:0;padding:0}.admin-registry-filter-row{align-items:end;display:flex;flex-wrap:wrap;gap:.55rem}.admin-registry-filter-row label{color:var(--blue-dark);display:grid;font-size:.8rem;font-weight:800;gap:.25rem}.admin-registry-filter-row select,.admin-registry-filter-row button{background:var(--white);border:1px solid #cbd3df;border-radius:6px;color:var(--blue-dark);font-weight:800;min-height:36px;padding:.45rem .65rem}.admin-registry-filter-row button.active{background:#eef7fb;border-color:var(--blue-mid)}.admin-registry-table-wrap{max-width:100%;overflow-x:auto}.admin-registry-table{border-collapse:collapse;min-width:1120px;table-layout:fixed;width:100%}.admin-registry-col-company{width:26%}.admin-registry-col-status{width:9%}.admin-registry-col-type{width:13%}.admin-registry-col-owner{width:16%}.admin-registry-col-location{width:12%}.admin-registry-col-updated{width:8%}.admin-registry-col-actions{width:9%}.admin-registry-table th{background:#f8fafc;color:#40506b;font-size:.76rem;padding:.78rem .85rem;text-align:left;text-transform:uppercase}.admin-registry-table td{border-top:1px solid #edf1f6;line-height:1.4;padding:.85rem;vertical-align:middle}.admin-registry-table tbody tr{background:var(--white)}.admin-registry-table tbody tr.active{background:#eff7ff;box-shadow:inset 4px 0 0 var(--blue-mid)}.admin-registry-table tbody tr:hover{background:#f7fbff}.admin-registry-table td small{color:var(--muted);display:block;font-size:.82rem;line-height:1.35;margin-top:.2rem}.admin-registry-table td strong{color:var(--blue-dark)}.admin-registry-table td>strong{display:block;max-width:100%;overflow-wrap:anywhere}.admin-registry-company-button{align-items:center;background:transparent;border:0;border-radius:6px;color:var(--blue-dark);display:grid;gap:.7rem;grid-template-columns:48px minmax(190px,1fr);padding:.15rem;text-align:left;width:100%}.admin-registry-company-button:focus-visible{outline:3px solid #9cc9ef;outline-offset:2px}.admin-registry-company-button>span:last-child{min-width:0}.admin-registry-company-button strong{display:block;-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;word-break:normal}.admin-registry-company-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-registry-logo{align-items:center;background:var(--white);border:1px solid #d8e0eb;border-radius:6px;display:flex;font-weight:900;height:48px;justify-content:center;overflow:hidden;width:48px}.admin-registry-logo img{max-height:36px;max-width:42px;object-fit:contain}.admin-status-badge{border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:900;line-height:1.1;padding:.35rem .55rem}.admin-status-badge.published{background:#e8f6ef;color:#146c43}.admin-status-badge.review,.admin-status-badge.pending-review{background:#fff2d8;color:#855000}.admin-status-badge.draft{background:#eef2f7;color:#475467}.admin-status-badge.archived{background:#f2f4f7;color:#667085}.admin-registry-warning{color:#b42318!important}.admin-registry-actions{display:grid;gap:.45rem;grid-template-columns:1fr}.admin-registry-actions button{background:#eef2f7;border:1px solid #d8e0eb;border-radius:6px;color:var(--blue-dark);font-weight:900;min-height:36px;padding:.45rem .5rem}.admin-registry-actions button[aria-pressed=true]{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white)}.admin-registry-empty{padding:1rem}.admin-registry-workspace{align-self:start;background:#fbfcfe;border-left:1px solid #d8e0eb;display:grid;gap:1rem;max-height:calc(100vh - 6rem);overflow-y:auto;padding:1rem;position:sticky;top:5rem}.admin-registry-workspace.is-editing{background:var(--white);padding:0}.admin-workspace-header{display:grid;gap:.8rem}.admin-workspace-title{align-items:center;display:grid;gap:.85rem;grid-template-columns:56px minmax(0,1fr)}.admin-workspace-logo{height:56px;width:56px}.admin-workspace-logo img{max-height:42px;max-width:50px}.admin-workspace-header h3,.admin-registry-editor h3{color:var(--blue-dark);margin-bottom:0;overflow-wrap:normal;word-break:normal}.admin-workspace-facts{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.admin-workspace-facts dt{color:var(--muted);font-size:.75rem;font-weight:900;text-transform:uppercase}.admin-workspace-facts dd{color:var(--blue-dark);font-weight:900;line-height:1.25;margin-top:.2rem;overflow-wrap:anywhere}.admin-workspace-actions{display:grid;gap:.55rem}.admin-workspace-actions .admin-primary-action,.admin-workspace-actions .admin-secondary-action,.admin-workspace-actions .admin-danger-action,.admin-secondary-link{align-items:center;display:inline-flex;justify-content:center;text-align:center;text-decoration:none;width:100%}.admin-secondary-link{background:#eef2f7;border:1px solid #d8e0eb;border-radius:6px;color:var(--blue-dark);font-weight:900;min-height:42px;padding:.7rem 1rem}.admin-registry-editor{background:var(--white);border-left:0;display:grid;gap:1rem;padding:1.25rem}.admin-registry-editor-header{align-items:start;display:flex;gap:1rem;justify-content:space-between}.admin-registry-close{align-items:center;background:#eef2f7;border:1px solid #d8e0eb;border-radius:6px;color:var(--blue-dark);display:inline-flex;flex:0 0 auto;font-size:1.3rem;font-weight:900;min-height:38px;justify-content:center;line-height:1;min-width:38px;padding:0 .7rem}.admin-registry-editor .company-editor-form,.admin-registry-editor .company-editor-section-grid{grid-template-columns:1fr}.admin-registry-editor .company-editor-section{padding:.9rem}.admin-registry-editor .admin-check-grid,.admin-registry-editor .admin-region-controls,.admin-registry-editor .admin-add-row,.admin-registry-editor .admin-logo-panel,.admin-registry-editor .admin-invite-form{grid-template-columns:1fr}@media(max-width:1280px){.admin-registry-layout.with-workspace,.admin-registry-layout.with-workspace.edit-mode{grid-template-columns:minmax(0,1fr)}.admin-registry-workspace{border-left:0;border-top:1px solid #d8e0eb;max-height:none;order:-1;position:static}}@media(max-width:760px){.admin-dashboard-page,.admin-shell-container{width:calc(100% - .75rem)}.admin-page{margin-top:.75rem}.admin-hero,.admin-panel{border-radius:6px}.admin-hero,.admin-panel:not(.admin-registry-panel){padding:1rem}.admin-stat-grid,.admin-registry-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-registry-heading{align-items:stretch;display:grid;padding:1rem}.admin-registry-summary{min-width:0;width:100%}.admin-registry-toolbar{padding:.85rem}.admin-registry-search{grid-template-columns:1fr;padding:.7rem .85rem}.admin-registry-search input{min-height:36px}.admin-registry-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-registry-filter-row button{min-height:40px}.admin-registry-table-wrap{overflow-x:visible;padding:.85rem}.admin-registry-table,.admin-registry-table tbody,.admin-registry-table tr,.admin-registry-table td{display:block}.admin-registry-table{min-width:0;table-layout:auto}.admin-registry-table colgroup,.admin-registry-table thead{display:none}.admin-registry-table tbody{display:grid;gap:.8rem}.admin-registry-table tbody tr{border:1px solid #d8e0eb;border-radius:8px;overflow:hidden}.admin-registry-table tbody tr.active{box-shadow:inset 4px 0 0 var(--blue-mid)}.admin-registry-table td{align-items:start;border-top:1px solid #edf1f6;display:grid;gap:.75rem;grid-template-columns:minmax(6.75rem,34%) minmax(0,1fr);padding:.75rem}.admin-registry-table td:first-child{border-top:0;grid-template-columns:1fr}.admin-registry-table td:before{color:var(--muted);content:attr(data-label);font-size:.72rem;font-weight:900;line-height:1.3;text-transform:uppercase}.admin-registry-table td:first-child:before{display:none}.admin-registry-company-button{grid-template-columns:44px minmax(0,1fr)}.admin-registry-logo{height:44px;width:44px}.admin-registry-actions{grid-template-columns:1fr}.admin-registry-actions button{min-height:40px}}@media(max-width:900px){.auth-panel,.company-editor-form,.company-editor-section-grid,.admin-company-layout,.admin-registry-layout,.admin-logo-panel,.admin-request-meta,.admin-stat-grid{grid-template-columns:1fr}.admin-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-registry-heading,.admin-workspace-header,.admin-registry-editor-header{align-items:stretch;flex-direction:column}.admin-registry-summary{min-width:0}.admin-workspace-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.auth-copy,.auth-card{padding:1.25rem}.admin-panel-header{align-items:stretch;flex-direction:column}.admin-invite-form,.admin-shell-bar,.admin-region-controls,.admin-add-row{align-items:stretch;grid-template-columns:1fr}.admin-shell-bar{display:grid}.admin-check-grid{grid-template-columns:1fr}.admin-registry-filter-row label,.admin-registry-filter-row select,.admin-registry-filter-row button{width:100%}.admin-registry-workspace{padding:.85rem}.admin-workspace-title,.admin-workspace-facts,.admin-dialog-actions{grid-template-columns:1fr}}
