:root{--h38-navy:#0d1b2a;--h38-navy-2:#132b44;--h38-blue:#2f6fb2;--h38-orange:#ff6b00;--h38-cream:#f5e9d6;--h38-white:#fff;--h38-gray-50:#f7f9fb;--h38-gray-200:#d7e0e8;--h38-gray-600:#536779;--h38-green:#18864b;--h38-amber:#b96a00;--h38-red:#b4232f;--h38-radius-sm:8px;--h38-radius:12px;--h38-radius-lg:18px;--h38-shadow:0 12px 30px rgba(13,27,42,.12);--h38-focus:0 0 0 3px rgba(255,107,0,.32);--h38-space-1:.35rem;--h38-space-2:.65rem;--h38-space-3:1rem;--h38-space-4:1.5rem;--h38-space-5:2.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}button,a,input,select,textarea{font:inherit}button,.btn,[role=button]{min-height:44px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:0;box-shadow:var(--h38-focus)}.h38-platform-card{border:1px solid var(--h38-gray-200);border-radius:var(--h38-radius);background:var(--h38-white);box-shadow:0 4px 14px rgba(13,27,42,.07);padding:var(--h38-space-4)}.h38-platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--h38-space-3)}.h38-status{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.35rem .65rem;font-weight:750;font-size:.8rem}.h38-status--success{background:#e7f6ed;color:#116638}.h38-status--warning{background:#fff2d8;color:#8a4f00}.h38-status--error{background:#fde8ea;color:#8f1d27}.h38-status--info{background:#e7f0fa;color:#245b93}.h38-state{border:1px solid var(--h38-gray-200);border-radius:var(--h38-radius);padding:clamp(1rem,3vw,2rem);background:var(--h38-white);text-align:center}.h38-state h2,.h38-state h3{margin-top:0}.h38-state__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;margin:0 auto 1rem;background:var(--h38-gray-50);font-size:1.35rem}.h38-skeleton{position:relative;overflow:hidden;background:#dce4eb;border-radius:8px;min-height:1rem}.h38-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:h38-shimmer 1.3s infinite}.h38-offline-banner{position:fixed;left:50%;bottom:1rem;z-index:9999;transform:translateX(-50%);max-width:min(92vw,680px);border-radius:999px;background:var(--h38-navy);color:#fff;padding:.7rem 1rem;box-shadow:var(--h38-shadow);font-weight:700}.h38-save-state{display:inline-flex;align-items:center;gap:.45rem;color:var(--h38-gray-600);font-size:.85rem}.h38-unsaved-dot{width:8px;height:8px;border-radius:50%;background:var(--h38-amber)}.h38-product-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.h38-product-proof img{width:100%;height:auto;border-radius:var(--h38-radius);border:1px solid var(--h38-gray-200)}@keyframes h38-shimmer{100%{transform:translateX(100%)}}@media(max-width:760px){.h38-product-proof{grid-template-columns:1fr}.h38-platform-card{padding:1rem}.h38-desktop-table{display:block;overflow:visible}.h38-desktop-table thead{display:none}.h38-desktop-table tbody,.h38-desktop-table tr,.h38-desktop-table td{display:block;width:100%}.h38-desktop-table tr{border:1px solid var(--h38-gray-200);border-radius:var(--h38-radius);padding:.85rem;margin-bottom:.75rem;background:var(--h38-white)}.h38-desktop-table td{border:0;padding:.35rem 0}.h38-desktop-table td:before{content:attr(data-label);display:block;font-size:.72rem;font-weight:800;text-transform:uppercase;color:var(--h38-gray-600)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}