@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Roboto+Slab:wght@500;700&family=Roboto:wght@400;500;700&display=swap";:root{--brand:#c81050;--brand-dark:#9f0d43;--brand-soft:#fff0f5;--brand-shadow:rgba(200,16,80,.22);--blue:#0056a7;--blue-soft:#eaf3ff;--ink:#414040;--muted:#6f7471;--line:#d0d5d2;--paper:#ffffff;--wash:#f4f4f4;--shadow:0 20px 60px rgba(65,64,64,.12)}*{box-sizing:border-box}body{margin:0;font-family:Roboto,system-ui,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(200,16,80,.08),transparent 24rem),linear-gradient(180deg,#fff,#f7f7f7 55%,#fff);color:var(--ink)}a{color:var(--brand);text-decoration:none;font-weight:700}a:hover{text-decoration:underline}h1,h2,h3{font-family:Comfortaa,Roboto,sans-serif;margin:.1rem 0 .65rem;line-height:1.15}h1{font-size:clamp(2rem,4vw,3.7rem)}h2{font-size:clamp(1.45rem,2.4vw,2.35rem)}h3{font-size:1.18rem}p{line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:1.25rem}.app-shell{min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;border-bottom:1px solid rgba(208,213,210,.8);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:2;box-shadow:0 8px 30px #4140400d}.header nav{display:flex;gap:.75rem;align-items:center}.brand-lockup{display:flex;align-items:center;gap:.75rem}.brand-logo{width:126px;max-height:46px;object-fit:contain;display:block}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand),#e85f95);color:#fff;font-family:Roboto Slab,serif;font-weight:700;box-shadow:0 12px 26px #c810503d}.brand-title{font-family:Comfortaa,sans-serif;font-weight:700;color:var(--ink)}.card{background:#fffffff5;border:1px solid rgba(208,213,210,.95);border-radius:20px;padding:1.1rem;margin-bottom:1rem;box-shadow:0 14px 42px #4140401a}.login-page{display:grid;min-height:100vh;place-items:center;padding:1rem;background:radial-gradient(circle at top left,rgba(200,16,80,.11),transparent 24rem),linear-gradient(180deg,#fff,#fff0f5 58%,#fff)}.login-card{width:min(460px,100%);display:grid;gap:.75rem;border-color:#c810502e;box-shadow:0 20px 60px #9f0d4324}.login-logo{width:84px;max-height:120px;object-fit:contain;justify-self:center;margin-bottom:.25rem}.login-card h1{text-align:center;color:#c81050}.login-page .required-mark{color:#c81050}.login-page input:focus,.login-page textarea:focus,.login-page select:focus{outline-color:#c8105029;border-color:#c81050}.login-page button,.login-page .button{background:#c81050;box-shadow:0 10px 24px #c8105038}.login-page button:hover,.login-page .button:hover{background:#9f0d43}.login-page .button.secondary,.login-page button.secondary{background:#fff;color:#2f2f2f;border:1px solid #d7a5b8;box-shadow:none}.login-page .button.secondary:hover,.login-page button.secondary:hover{background:#fff0f5;color:#111}.login-page .link-button{background:transparent;color:#c81050;border:0;box-shadow:none}.login-page .link-button:hover{background:transparent;color:#9f0d43;text-decoration:underline}.login-page button:disabled,.login-page .button.disabled{background:#d0d5d2;color:#555;box-shadow:none}.login-page .success{color:#9f0d43}label{display:grid;gap:.35rem}.required-mark{color:var(--brand);font-weight:800}.field-error{margin:.1rem 0 .35rem;color:#b42318;font-size:.9rem;font-weight:700}input,textarea,select,button,.button{font:inherit;padding:.75rem .9rem;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink)}textarea{border-radius:18px;min-height:80px;resize:vertical}input:focus,textarea:focus,select:focus{outline:3px solid rgba(200,16,80,.15);border-color:var(--brand)}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border-color:#b42318;background:#fff8f6}input[aria-invalid=true]:focus,textarea[aria-invalid=true]:focus,select[aria-invalid=true]:focus{outline-color:#b423182e}button,.button{background:var(--brand);color:#fff;border:none;cursor:pointer;display:inline-block;font-weight:700;box-shadow:0 10px 24px var(--brand-shadow)}button:hover,.button:hover{background:var(--brand-dark);text-decoration:none}.launch-button{background:var(--launch-brand,var(--brand));box-shadow:0 10px 24px var(--launch-shadow,var(--brand-shadow))}.launch-button:hover{background:var(--launch-brand-dark,var(--brand-dark))}.button.secondary,button.secondary{background:#fff;color:#2f2f2f;border:1px solid #aeb6b2;box-shadow:none}.button.secondary:hover,button.secondary:hover{background:#f7f7f7;color:#111}.button.blue,button.blue{background:var(--blue);color:#fff}.button.blue:hover,button.blue:hover{background:#003f7d}button:disabled,.button.disabled{background:#d0d5d2;color:#555;cursor:not-allowed;box-shadow:none;pointer-events:none}.link-button{background:transparent;color:var(--brand);border:0;box-shadow:none;padding:.35rem .2rem}.link-button:hover{background:transparent;color:var(--brand-dark);text-decoration:underline}.muted{color:#5f6562}.error{color:#b42318}.success{color:#047857}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap{gap:.6rem}.stack{display:grid;gap:.75rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.1rem}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:1rem;align-items:stretch;margin:.75rem 0 1rem}.hero.single-panel-hero{grid-template-columns:minmax(0,1fr)}.compact-hero{grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800;color:var(--brand)}.hero-panel{background:linear-gradient(135deg,var(--brand),#e85f95);color:#fff;border:0;overflow:hidden;position:relative}.hero-panel.client-brand-solid{background:var(--brand)}.hero-panel:after{content:"";position:absolute;right:-70px;top:-90px;width:210px;height:210px;border-radius:50%;border:30px solid rgba(255,255,255,.16)}.hero-panel .muted{color:#ffffffe6}.hero-panel .eyebrow{color:#fff}.hero-panel .apps-hero-title{font-size:clamp(1.8rem,3.2vw,3rem)}.hero-panel .client-apps-hero-title{font-size:clamp(1.5rem,2.15vw,2.25rem);max-width:30ch;text-wrap:balance}.search-panel{display:grid;align-content:center;gap:.6rem}.search-panel input{width:100%}.kpi-row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.kpi{background:#fff;border:1px solid #b8c0bc;border-radius:16px;padding:.55rem .78rem;font-weight:700;color:#2f2f2f}.kpi strong{color:var(--brand)}.hero-panel .kpi{background:#ffffff2e;border-color:#ffffff70;color:#fff}.hero-panel .kpi strong{color:#fff}.app-card{padding:0;overflow:hidden;display:grid;grid-template-rows:auto 1fr;transition:transform .18s ease,box-shadow .18s ease}.app-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px #41404029}.app-thumb{min-height:180px;background:linear-gradient(135deg,var(--brand-soft),var(--blue-soft));position:relative;overflow:hidden}.app-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:180px;object-fit:cover;display:block}.app-thumb-fallback{height:100%;min-height:180px;display:grid;place-items:center;color:var(--brand);font-family:Roboto Slab,serif;font-size:3rem}.app-thumb:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(transparent,#00000061);pointer-events:none}.app-card-body{display:grid;gap:.7rem;padding:1rem}.app-card-actions{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.2rem}.meta{font-size:.9rem;color:var(--muted)}.badge{display:inline-flex;align-items:center;align-self:center;padding:.28rem .68rem;border-radius:999px;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.badge.available{background:#e9f8ef;color:#087443}.badge.upload{background:#fff4e5;color:#a15c00}.badge.disabled{background:#fdecec;color:#b42318}.status-dot{width:.65rem;height:.65rem;border-radius:50%;display:inline-block;background:currentColor}.help-text{background:var(--brand-soft);border-left:4px solid var(--brand);border-radius:16px;padding:.85rem 1rem;color:#6b2640}.viewer-shell{display:grid;gap:1rem}.viewer-intro{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,1.68fr);gap:.8rem;align-items:stretch}.viewer-intro .stack{gap:.55rem}.viewer-intro h1{font-size:clamp(1.3rem,2.1vw,1.9rem);margin:0 0 .2rem}.viewer-intro p{margin:.08rem 0;line-height:1.42}.viewer-intro .help-text{padding:.55rem .75rem;border-radius:14px}.compact-panel .card{padding:.8rem}.viewer-media{border-radius:18px;overflow:hidden;background:var(--wash);min-height:170px;position:relative;box-shadow:0 14px 42px #4140401a}.viewer-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.viewer-media .app-thumb-fallback{min-height:170px}.viewer-summary-card{margin-bottom:0}.viewer-summary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.34fr);gap:.8rem;align-items:start}.viewer-summary-copy{min-width:0}.product-meta-list{display:grid;gap:.38rem;margin:0;padding:.65rem .75rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff,var(--wash));align-self:start}.product-meta-item{display:flex;gap:.35rem;align-items:baseline;min-width:0;line-height:1.25}.product-meta-item dt{color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:none;white-space:nowrap}.product-meta-item dt:after{content:":"}.product-meta-item dd{margin:0;color:var(--ink);font-weight:800;min-width:0;overflow-wrap:anywhere}.viewer-controls{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;margin:.1rem 0 .2rem}.viewer-intro button,.viewer-intro .button{padding:.48rem .68rem;font-size:.85rem;box-shadow:0 8px 18px #c8105029}.info-tooltip{position:relative;display:inline-flex}.info-tooltip-trigger{display:inline-grid;place-items:center;width:2rem;height:2rem;padding:0;border-radius:999px;background:#fff;color:var(--brand);border:1px solid rgba(200,16,80,.35);box-shadow:none;font-weight:900;font-family:Roboto Slab,serif}.info-tooltip-trigger:hover,.info-tooltip-trigger:focus{background:var(--brand-soft);color:var(--brand-dark)}.info-tooltip-content{position:absolute;left:50%;bottom:calc(100% + .55rem);transform:translate(-50%);width:min(280px,calc(100vw - 2rem));padding:.7rem .85rem;border-radius:14px;background:#2f2f2f;color:#fff;font-size:.86rem;line-height:1.4;box-shadow:0 14px 34px #00000038;opacity:0;visibility:hidden;pointer-events:none;z-index:3}.info-tooltip-content:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border:.42rem solid transparent;border-top-color:#2f2f2f}.info-tooltip:hover .info-tooltip-content,.info-tooltip:focus-within .info-tooltip-content{opacity:1;visibility:visible}.viewer{background:#111;color:#fff;border-color:#222;padding:.75rem;display:flex;flex-direction:column;overflow:hidden}.viewer-toolbar{flex:0 0 auto}.viewer-direct-link{display:inline-grid;place-items:center;flex:0 0 auto;width:2.15rem;height:2.15rem;border-radius:999px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.28);font-size:1.05rem;font-weight:800;box-shadow:none}.viewer-direct-link:hover{background:#ffffff2e;text-decoration:none}.viewer .muted{color:#d9dfdc}.viewer-frame{display:block;width:100%;height:68vh;min-height:520px;border:1px solid #444;border-radius:18px;background:#000;overflow:hidden}.loading{opacity:.85}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{width:100%;border-collapse:collapse;min-width:1040px}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-family:Comfortaa,sans-serif;font-size:.85rem;color:var(--brand);background:var(--wash)}tr:last-child td{border-bottom:0}.admin-section-tabs{display:inline-flex;gap:.35rem;padding:.35rem;margin:0 0 1rem;border:1px solid rgba(200,16,80,.22);border-radius:999px;background:linear-gradient(135deg,#fff,var(--brand-soft));box-shadow:0 12px 30px #41404014}.admin-section-tabs button{display:flex;align-items:center;gap:.55rem;background:transparent;color:var(--ink);border:0;box-shadow:none;padding:.65rem 1rem}.admin-section-tabs button.active{background:var(--brand);color:#fff;box-shadow:0 10px 24px #c8105033}.admin-section-tabs strong{font-family:Roboto Slab,serif}.admin-section-panel{margin-top:0}.compact-table-wrap{overflow-x:visible}.admin-app-table{min-width:0;table-layout:auto}.admin-app-table th,.admin-app-table td{padding:.72rem .62rem}.admin-app-table th:first-child,.admin-app-table td:first-child{width:72px}.admin-app-thumb{width:64px;height:48px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,var(--brand-soft),var(--blue-soft));position:relative;border:1px solid var(--line);box-shadow:0 8px 20px #41404014}.admin-app-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.admin-app-thumb .app-thumb-fallback{min-height:48px;height:48px;font-size:1.25rem}.app-name-cell{max-width:260px}.app-name-cell strong{display:block;line-height:1.25}.status-indicator{display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap;font-size:.82rem;font-weight:800;color:var(--ink);line-height:1}.status-indicator .status-dot{width:.55rem;height:.55rem;flex:0 0 .55rem}.status-indicator[data-status=available] .status-dot{background:#087443}.status-indicator[data-status=upload] .status-dot{background:#d97706}.status-indicator[data-status=disabled] .status-dot{background:#b42318}.app-actions-cell{display:flex;align-items:center;gap:.38rem;flex-wrap:wrap;max-width:360px}.app-actions-cell .action-button{padding:.42rem .58rem;font-size:.8rem;line-height:1.1;box-shadow:none}.app-actions-cell label.action-button{display:inline-flex;align-items:center;border-radius:999px;cursor:pointer;font-weight:700}.app-actions-cell label.action-button.secondary{background:#fff;color:#2f2f2f;border:1px solid #aeb6b2}.app-actions-cell p{flex-basis:100%;margin:.2rem 0 0;font-size:.85rem}.button.success-button,button.success-button{background:#087443;color:#fff}.button.success-button:hover,button.success-button:hover{background:#065f37}.button.danger-button,button.danger-button{background:#fff;color:#b42318;border:1px solid #f3b5ac;box-shadow:none}.button.danger-button:hover,button.danger-button:hover{background:#fff5f3;color:#8a1c12}.compact-file-input input{max-width:138px;padding:.48rem .55rem;font-size:.82rem;border-radius:12px}.upload-cell{display:grid;gap:.5rem;min-width:280px}.upload-cell input{max-width:300px}.status-select select{min-width:150px}.admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin-form .wide{grid-column:1/-1}.filter-panel{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;margin:.8rem 0}.checkbox{display:flex;gap:.5rem;align-items:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141473;z-index:10;display:grid;place-items:center;padding:1rem}.client-summary-row{margin-bottom:.85rem}.modal{width:min(780px,100%);max-height:min(92vh,820px);overflow:auto;margin:0}.upload-modal,.confirm-modal{width:min(560px,100%)}.upload-form{grid-template-columns:1fr}.upload-form input[type=file]{border-radius:16px;background:#fff}.csv-template-card{display:grid;gap:.65rem;padding:.85rem;border:1px solid rgba(200,16,80,.22);border-radius:18px;background:linear-gradient(135deg,#fff,var(--brand-soft))}.csv-template-card p{margin:.15rem 0 0}.csv-template-card .button{justify-self:start;box-shadow:none}.csv-template-card pre{margin:0;padding:.8rem;overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:600 .86rem/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.modal-actions{justify-content:flex-end}.client-users-toolbar{margin:.6rem 0}.client-user-form{margin-top:.6rem;padding-top:.75rem;border-top:1px solid var(--line)}.client-logo-editor{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.75rem;align-items:start;padding:.75rem;border:1px solid var(--line);border-radius:16px;background:#fff}.client-logo-editor input[type=file]{border-radius:16px;background:#fff}.client-logo-editor .help-text{display:block;margin-top:.35rem}.zip-storage-card{display:grid;gap:.6rem}.progress-bar{height:.72rem;border-radius:999px;background:#e5e7eb;overflow:hidden;border:1px solid var(--line)}.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),var(--blue));border-radius:inherit;transition:width .2s ease}.zip-limit-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:end}.zip-limit-form input{width:100%}@media (max-width:900px){.row.between,.header,.viewer-intro,.viewer-summary-grid,.hero{grid-template-columns:1fr;flex-direction:column;align-items:stretch;gap:.75rem}.header nav{flex-wrap:wrap}.admin-form{grid-template-columns:1fr}.container{padding:1rem}.app-card-actions{align-items:stretch;flex-direction:column}.button,button{text-align:center}.viewer-media,.viewer-media .app-thumb-fallback{min-height:150px}.product-meta-list{grid-template-columns:1fr}.viewer-controls{align-items:flex-start}.viewer-controls button{text-align:left}}.build-variant-badges{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.mini-build-badge{display:inline-grid;gap:.1rem;border:1px solid var(--line);border-radius:14px;padding:.38rem .5rem;background:#fff;min-width:82px;font-size:.74rem;line-height:1.15}.mini-build-badge strong{color:var(--ink);font-size:.78rem}.mini-build-badge span{font-weight:800}.mini-build-badge em{font-style:normal;color:var(--muted)}.mini-build-badge.available{border-color:#b8e6cb;background:#f0fbf5}.mini-build-badge.available span{color:#087443}.mini-build-badge.upload{border-color:#f7d79d;background:#fff9ed}.mini-build-badge.upload span{color:#a15c00}.mini-build-badge.disabled{border-color:#f3b5ac;background:#fff5f3}.mini-build-badge.disabled span{color:#b42318}.build-upload-summary{display:grid;gap:.4rem}.build-selector button.active{background:var(--brand);color:#fff}.build-selector button:disabled{opacity:.65}.users-page-actions{align-items:center;flex-wrap:wrap}.nested-modal-backdrop{z-index:11}.modal-embedded-form{margin-top:0;padding-top:0;border-top:0}
