@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.landing{min-height:100vh;background:var(--surface)}.landing-nav{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.landing-nav-inner{max-width:1140px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-logo{font-size:1.5rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.02em}.logo-x{color:var(--teal)}.landing-nav-links{display:flex;align-items:center;gap:1.5rem}.landing-nav-links a{color:var(--text-muted);font-weight:500;font-size:.9375rem;transition:color .15s;text-decoration:none}.landing-nav-links a:hover{color:var(--navy)}.btn-link-nav{background:none;border:none;padding:0;color:var(--text-muted);font-weight:500;font-size:.9375rem;cursor:pointer;font-family:inherit;transition:color .15s}.btn-link-nav:hover{color:var(--navy)}.btn-link-inline{background:none;border:none;padding:0;color:var(--teal);font-size:inherit;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none}.btn-link-inline:hover{text-decoration:underline}.landing-hero{max-width:1140px;margin:0 auto;padding:5rem 1.5rem 4.5rem;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center}@media (max-width: 900px){.landing-hero{grid-template-columns:1fr;padding:3rem 1.25rem 2.5rem}.hero-visual{display:none}}.hero-badge{display:inline-block;background:#dbeafe;color:#1e40af;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35em 1em;border-radius:999px;margin-bottom:1.375rem}.hero-title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;color:var(--navy-dark);line-height:1.12;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-accent{color:var(--teal)}.hero-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.25rem;max-width:520px}.hero-actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:1.375rem}.hero-note{font-size:.8125rem;color:var(--text-light)}.hero-visual{display:flex;justify-content:flex-end}.hero-card-mock{background:var(--navy-dark);border-radius:16px;padding:1.75rem;width:310px;box-shadow:0 20px 60px #0a162859;color:#fff}.mock-card-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:1.125rem}.mock-catalog-row{display:flex;align-items:center;gap:.625rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:.875rem}.mock-catalog-row:last-of-type{border-bottom:none}.mock-model-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);flex-shrink:0}.mock-model-name{flex:1;font-weight:500;color:#ffffffe0}.mock-model-crc{font-size:.8125rem;font-weight:700;color:var(--teal);font-variant-numeric:tabular-nums}.mock-divider{height:1px;background:#ffffff1a;margin:1rem 0 .875rem}.mock-footer-row{display:flex;align-items:center;justify-content:space-between}.mock-more{font-size:.8125rem;color:#ffffff73}.mock-badge-teal{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#0891b240;color:#67e8f9;padding:.2em .65em;border-radius:999px}.landing-section{padding:5rem 1.5rem}.landing-section-alt{background:var(--surface-2)}.landing-section-dark{background:var(--navy-dark);color:#fff}.section-inner{max-width:1140px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:.75rem}.section-eyebrow.light{color:#0891b2cc}.section-title{font-size:clamp(1.625rem,3vw,2.25rem);font-weight:800;color:var(--navy-dark);text-align:center;margin-bottom:.625rem;letter-spacing:-.01em;line-height:1.2}.section-title-left{font-size:clamp(1.625rem,3vw,2.25rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.01em;line-height:1.2}.section-sub{text-align:center;color:var(--text-muted);font-size:1.0625rem;margin-bottom:3rem;line-height:1.6}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.problem-grid{grid-template-columns:1fr;gap:2.5rem}}.problem-text{max-width:500px}.problem-body{font-size:1.0625rem;color:#ffffffb8;line-height:1.7}.problem-stats{display:flex;flex-direction:column;gap:1rem}.stat-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.5rem}.stat-value{font-size:1.875rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#ffffff8c}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.solution-grid{grid-template-columns:1fr}}.solution-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s}.solution-card:hover{box-shadow:0 8px 32px #0a16281a;transform:translateY(-2px)}.solution-icon{width:44px;height:44px;background:#f0fdfa;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--teal)}.solution-icon svg{width:22px;height:22px}.solution-card h3{font-size:1.0625rem;font-weight:700;color:var(--navy-dark);margin-bottom:.5rem}.solution-card p{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 32px #0a16281a;transform:translateY(-2px)}.product-image-placeholder{background:linear-gradient(135deg,#0a1628,#0c2040 60%,#0e2d56);height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem}.product-image-label{font-size:1.25rem;font-weight:800;color:#ffffffe6;letter-spacing:-.01em}.product-image-sub{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0891b2bf}.product-info{padding:1.125rem 1.25rem 1.375rem}.product-name{font-size:1rem;font-weight:700;color:var(--navy-dark);margin-bottom:.375rem}.product-desc{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.55}.products-cta{text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:1.5rem}}.step-card{text-align:center;padding:2rem 1.5rem}.step-num{font-size:3rem;font-weight:900;color:#e2e8f0;line-height:1;margin-bottom:1rem;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.step-title{font-size:1.125rem;font-weight:700;color:var(--navy-dark);margin-bottom:.625rem}.step-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.6;max-width:280px;margin:0 auto}.pricing-track-toggle{display:flex;gap:.75rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.pricing-track-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.75rem 2rem;border:2px solid var(--border);border-radius:12px;background:var(--surface);font-size:.9375rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .15s}.pricing-track-btn:hover{border-color:var(--teal);color:var(--navy)}.pricing-track-active{border-color:var(--teal)!important;color:var(--teal)!important;background:#f0fdfa}.pricing-track-sub{font-size:.7rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}.pricing-track-active .pricing-track-sub{color:var(--teal)}.pricing-tag{display:inline-block;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#dbeafe;color:#1e40af;padding:.15em .65em;border-radius:999px;margin-bottom:.625rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:920px;margin:0 auto}.pricing-card{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:2rem 1.75rem;position:relative;transition:box-shadow .2s}.pricing-card:hover{box-shadow:0 8px 32px #0a16281a}.pricing-card-featured{border-color:var(--teal);box-shadow:0 0 0 4px #0891b21a}.pricing-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-size:.7rem;font-weight:700;padding:.25em 1em;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.pricing-name{font-size:1rem;font-weight:800;color:var(--navy-dark);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.pricing-price{font-size:2.25rem;font-weight:800;color:var(--navy-dark);line-height:1;margin-bottom:.25rem;letter-spacing:-.02em}.pricing-period{font-size:1rem;font-weight:500;color:var(--text-muted)}.pricing-crc{font-size:.875rem;font-weight:600;color:var(--teal);margin-bottom:1.5rem}.pricing-bullets{list-style:none;padding:0;margin:0 0 1.75rem}.pricing-bullets li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;color:var(--text);padding:.35rem 0;line-height:1.4}.pricing-bullets li span{color:var(--teal);font-weight:700;flex-shrink:0}.pricing-bulk-note{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:2rem}.pricing-bulk-note a{color:var(--teal);text-decoration:none;font-weight:600}.coming-soon-section{background:var(--navy-dark)}.coming-soon-card{max-width:680px;margin:0 auto;text-align:center}.coming-soon-badge{display:inline-block;background:#0891b233;color:#67e8f9;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.35em 1em;border-radius:999px;margin-bottom:1.375rem;border:1px solid rgba(8,145,178,.3)}.coming-soon-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.coming-soon-body{font-size:1.0625rem;color:#ffffffa6;line-height:1.7;margin-bottom:2rem}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 640px){.trust-grid{grid-template-columns:1fr}}.trust-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.75rem;display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s}.trust-card:hover{box-shadow:0 4px 20px #0a162814}.trust-check{width:32px;height:32px;background:#f0fdfa;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--teal);font-weight:800;font-size:.9rem;flex-shrink:0;margin-top:2px}.trust-title{font-size:1rem;font-weight:700;color:var(--navy-dark);margin-bottom:.375rem}.trust-desc{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.55}.landing-cta-section{background:linear-gradient(135deg,#0a1628,#0c2645,#0d2f5a)}.cta-block{max-width:680px;margin:0 auto;text-align:center}.cta-title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.15}.cta-body{font-size:1.125rem;color:#ffffffb3;line-height:1.65;margin-bottom:2.25rem}.cta-actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.cta-note{font-size:.8125rem;color:#fff6}.btn-outline-light{background:transparent;border:2px solid rgba(255,255,255,.35);color:#ffffffd9;padding:.6em 1.4em;border-radius:var(--radius);font-weight:600;font-size:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:border-color .15s,color .15s}.btn-outline-light:hover{border-color:#ffffffb3;color:#fff;text-decoration:none}.landing-footer{background:#060e1a;color:#fff9;padding:3rem 1.5rem}.footer-inner{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-logo{font-size:1.375rem;font-weight:800;color:#fff;margin-bottom:.125rem}.footer-tagline{font-size:.875rem;color:#ffffff73}.footer-links{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:center;font-size:.875rem}.footer-links a{color:#fff9;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#fff}.footer-copy{font-size:.8rem;color:#ffffff4d;margin-top:.375rem}.login-page{min-height:100vh;background:#060e1a;background-image:radial-gradient(ellipse 80% 60% at 30% 80%,rgba(8,145,178,.09) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 75% 15%,rgba(26,53,87,.4) 0%,transparent 55%);display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem}.login-card{background:#fff;border-radius:18px;box-shadow:0 32px 80px #00000073,0 8px 24px #0003;padding:2.75rem 2.5rem;width:100%;max-width:460px;max-height:94vh;overflow-y:auto;scrollbar-width:none}.login-card::-webkit-scrollbar{display:none}.login-logo{display:flex;justify-content:center;margin-bottom:.75rem}.login-logo-img{height:42px;width:auto;object-fit:contain}.login-title{font-size:.72rem;font-weight:700;color:var(--text-muted);text-align:center;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase}.login-mode-toggle{display:flex;background:var(--surface-3);border-radius:10px;padding:3px;margin-bottom:1.75rem;gap:3px}.mode-btn{flex:1;padding:.5625rem;border:none;background:transparent;border-radius:8px;font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .18s ease;font-family:inherit;letter-spacing:-.005em}.mode-btn-active{background:#fff;color:var(--navy);box-shadow:0 1px 4px #0000001f,0 0 0 .5px #0000000f}.form-row-2-login{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 420px){.form-row-2-login{grid-template-columns:1fr}}.register-note{font-size:.78rem;color:var(--text-light);margin-top:1.25rem;text-align:center;line-height:1.65;padding:.875rem 1rem;background:var(--surface-2);border-radius:var(--radius)}.register-note strong{color:var(--text-muted);font-weight:600}.login-footer{display:flex;justify-content:center;align-items:center;gap:.625rem;margin-top:1.75rem;font-size:.8125rem;color:var(--text-light)}.login-footer a{color:var(--teal);font-weight:500}.login-footer a:hover{text-decoration:underline}.reg-acct-type{display:flex;gap:.625rem;margin-bottom:1.375rem}.reg-type-btn{flex:1;padding:.625rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.8375rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s;text-align:center;font-family:inherit;letter-spacing:-.005em}.reg-type-btn:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-faint)}.reg-type-active{border-color:var(--teal)!important;color:var(--teal)!important;background:var(--teal-faint)}.form-row-3-login{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:.625rem}@media (max-width: 420px){.form-row-3-login{grid-template-columns:1fr}}.addr-status{font-size:.8rem;margin:-.25rem 0 .875rem;padding:.4rem .75rem;border-radius:var(--radius);line-height:1.45;font-weight:500}.addr-status-checking{color:var(--text-muted);background:var(--surface-2)}.addr-status-ok{color:#134e4a;background:#f0fdfa;border:1px solid #99f6e4}.addr-status-duplicate{color:#78350f;background:#fffbeb;border:1px solid #fde68a}.addr-status-duplicate a{color:var(--navy);font-weight:700}.dept-count-row{display:flex;align-items:center;gap:.75rem}.dept-count-input{width:80px!important}.dept-count-label{font-size:.875rem;color:var(--text-muted)}.form-label-hint{font-size:.73rem;font-weight:400;color:var(--text-light);margin-left:.3rem}.ledger-panel{display:flex;flex-direction:column;gap:1.5rem}.ledger-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.ledger-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem;display:flex;gap:1rem;border-left:4px solid transparent;transition:box-shadow .2s}.ledger-card:hover{box-shadow:var(--shadow-md)}.ledger-card-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.ledger-card-body{flex:1}.ledger-card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.125rem}.ledger-card-sublabel{font-size:.8125rem;color:var(--text-light);margin-bottom:.75rem}.ledger-card-balance{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap;margin-bottom:.5rem}.ledger-balance-crc{font-size:1.5rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.ledger-balance-usd{font-size:.9rem;color:var(--text-muted);font-weight:500}.ledger-progress-wrap{margin-top:.5rem}.ledger-progress-label{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted);margin-bottom:.375rem}.ledger-sweep-warn{font-size:.8125rem;color:var(--warning);margin:.5rem 0 0;font-weight:600}.ledger-total-bar{background:var(--navy);color:#fff;border-radius:var(--radius-lg);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--navy-light)}.ledger-total-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffa6}.ledger-total-val{font-size:1.375rem;font-weight:800;font-variant-numeric:tabular-nums}.ledger-total-usd{font-size:.9375rem;font-weight:500;color:#ffffff8c}.buy-input-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.buy-input-row .form-input{max-width:140px}.buy-preview{font-weight:700;color:var(--teal);font-size:.9375rem;white-space:nowrap}.acct-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem}@media (max-width: 600px){.acct-grid{grid-template-columns:1fr}}.info-row{display:flex;flex-direction:column;padding:.5rem 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.125rem}.info-value{font-size:.9rem;color:var(--text)}.font-mono{font-family:monospace;font-size:.85rem}.crc-tier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:.75rem}.crc-tier-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:1rem .75rem .875rem;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:center;transition:all .15s}.crc-tier-card:hover{border-color:var(--teal);box-shadow:var(--shadow)}.crc-tier-active{border-color:var(--teal)!important;background:#f0fdfa;box-shadow:0 0 0 3px #0d948826}.crc-tier-bulk{border-style:dashed}.crc-tier-bulk-badge{position:absolute;top:-9px;background:var(--gold);color:var(--navy-dark);font-size:.6rem;font-weight:800;letter-spacing:.06em;padding:.1em .5em;border-radius:999px}.crc-tier-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.crc-tier-crc{font-size:1.25rem;font-weight:800;color:var(--teal);font-variant-numeric:tabular-nums}.crc-tier-usd{font-size:.875rem;font-weight:600;color:var(--navy)}.crc-tier-desc{font-size:.7rem;color:var(--text-muted);line-height:1.3;margin-top:.125rem}.buy-preview-bulk{color:var(--gold-dark, #b45309);font-size:.8em;margin-left:.25rem}.job-history{display:flex;flex-direction:column;gap:1.5rem}.jh-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.jh-title{font-size:1.25rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.02em;margin:0 0 .2rem}.jh-refresh-note{font-size:.78rem;color:var(--text-light);margin:0}.jh-pipeline{display:flex;align-items:center;gap:.625rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1.25rem;flex-wrap:wrap}.jh-pipeline-step{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.jh-pipeline-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);flex-shrink:0}.jh-pipeline-arrow{font-size:.75rem;color:var(--border-strong);font-weight:500}.jh-empty{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:4rem 1.5rem;text-align:center;color:var(--text-muted)}.jh-empty-icon{display:flex;justify-content:center;color:var(--border-strong);margin-bottom:1rem}.jh-empty h3{font-size:1.0625rem;font-weight:700;color:var(--navy);margin-bottom:.375rem}.jh-empty p{font-size:.9rem;margin:0;line-height:1.55}.jh-table-card{padding:0;overflow:hidden}.jh-table{width:100%;border-collapse:collapse;font-size:.875rem}.jh-table thead{background:var(--surface-2)}.jh-table th{padding:.75rem 1.125rem;text-align:left;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);white-space:nowrap;border-bottom:1px solid var(--border)}.jh-table td{padding:.875rem 1.125rem;border-bottom:1px solid var(--border);vertical-align:middle}.jh-table tbody tr:last-child td{border-bottom:none}.jh-table tbody tr:hover{background:var(--surface-2)}.jh-job-num{font-family:SF Mono,ui-monospace,monospace;font-size:.78rem;font-weight:700;color:var(--navy);background:#dbeafe;padding:.2em .5em;border-radius:4px;letter-spacing:.04em;white-space:nowrap}.jh-model-name{font-weight:600;color:var(--text);font-size:.875rem;max-width:200px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jh-crc{font-size:.875rem;font-weight:700;color:var(--teal);font-variant-numeric:tabular-nums}.jh-usd{font-size:.875rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.jh-date{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.jh-status-row{display:flex;align-items:center;gap:.625rem}.jh-mini-pipe{display:flex;align-items:center;gap:3px}.jh-mini-dot{width:7px;height:7px;border-radius:50%;background:var(--border-strong);transition:background .15s}.jh-mini-dot-done{background:#0891b24d}.jh-mini-dot-active{background:var(--teal);box-shadow:0 0 0 2px #0891b233}.spinner-xs{display:inline-block;width:10px;height:10px;border:2px solid var(--border-strong);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}@media (max-width: 640px){.jh-table th:nth-child(5),.jh-table td:nth-child(5){display:none}}@media (max-width: 480px){.jh-table th:nth-child(4),.jh-table td:nth-child(4){display:none}.jh-mini-pipe{display:none}}.library{display:flex;flex-direction:column;gap:1.5rem}.library-loading{display:flex;align-items:center;gap:.875rem;padding:4rem;color:var(--text-muted);justify-content:center}.library-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.library-title{font-size:1.125rem;font-weight:700;color:var(--navy);margin:0 0 .25rem}.library-sub{font-size:.8375rem;color:var(--text-muted);margin:0}.library-balance{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.625rem 1rem;text-align:right;flex-shrink:0}.library-balance-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.2rem}.library-balance-val{font-size:1.125rem;font-weight:800;color:var(--teal)}.library-empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.library-empty-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--border-strong)}.library-empty-icon svg{width:100%;height:100%}.library-empty-state h3{color:var(--navy);margin-bottom:.5rem}.library-empty-state p{font-size:.875rem}.library-count{font-size:.8125rem;color:var(--text-muted);margin:-.5rem 0 0}.model-crc-price{font-size:.9rem;font-weight:700;color:var(--teal);display:flex;align-items:baseline;gap:.375rem}.model-crc-low{color:var(--danger)!important}.model-usd-est{font-size:.75rem;font-weight:500;color:var(--text-muted)}.order-success{text-align:center;padding:.5rem 0;display:flex;flex-direction:column;align-items:center;gap:.875rem}.order-success-icon{width:52px;height:52px;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center}.order-success-icon svg{width:26px;height:26px;color:#065f46;stroke-width:2.5}.order-success h2{font-size:1.25rem;font-weight:700;color:var(--navy);margin:0}.order-success p{color:var(--text-muted);font-size:.875rem;margin:0}.order-success-job{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.625rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.order-success-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.order-success-job code{font-family:SF Mono,Fira Code,monospace;font-size:1.05rem;font-weight:700;color:var(--navy)}.order-success-stats{display:flex;gap:1.5rem;font-size:.875rem;color:var(--text-muted)}.order-success-stats div{display:flex;flex-direction:column;align-items:center;gap:.2rem}.order-success-stats strong{font-weight:700;color:var(--navy);font-size:1rem}.order-success-note{font-size:.8rem;color:var(--text-light);margin:0}.modal-balance-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;font-size:.875rem;color:var(--text-muted);border-top:1px solid var(--border);margin-bottom:.75rem}.modal-balance-val{font-weight:700;font-size:.9375rem}.library-section-toggle{display:flex;gap:.75rem;flex-wrap:wrap}.lib-section-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);font-size:1rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .15s}.lib-section-btn:hover{border-color:var(--navy);color:var(--navy)}.lib-section-active{border-color:var(--teal)!important;color:var(--teal)!important;background:#f0fdfa}.lib-section-regulated{position:relative}.coming-soon-pill{background:var(--gold);color:var(--navy-dark);font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.15em .5em;border-radius:999px}.library-toolbar{display:flex;flex-direction:column;gap:.875rem}.library-search{max-width:400px}.library-cats{display:flex;flex-wrap:wrap;gap:.5rem}.cat-pill{padding:.3em .875em;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s}.cat-pill:hover{border-color:var(--teal);color:var(--teal)}.cat-pill-active{background:var(--teal);border-color:var(--teal);color:#fff}.library-count{font-size:.875rem;color:var(--text-muted);margin:0}.library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.library-empty{grid-column:1/-1;text-align:center;padding:3rem;color:var(--text-muted);font-size:.9375rem}.model-card-img-wrap{width:100%;height:160px;border-radius:calc(var(--radius-lg) - 2px);overflow:hidden;background:var(--surface-2);margin-bottom:.25rem}.model-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.model-card:hover .model-card-img{transform:scale(1.04)}.modal-img-wrap{width:100%;max-height:220px;border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;background:var(--surface-2)}.modal-item-img{width:100%;height:220px;object-fit:cover;display:block}.model-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.375rem;cursor:pointer;transition:box-shadow .2s,border-color .2s,transform .1s;display:flex;flex-direction:column;gap:.5rem}.model-card:hover{box-shadow:var(--shadow-md);border-color:var(--teal);transform:translateY(-2px)}.model-card-locked{position:relative;cursor:default;opacity:.6;filter:blur(1.5px)}.model-card-locked:hover{transform:none;box-shadow:none;border-color:var(--border)}.model-card-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-weight:700;color:var(--navy-dark);font-size:.9rem;z-index:2;filter:none;opacity:1}.model-icon{font-size:2rem;line-height:1}.model-cat-pill{display:inline-block;background:#dbeafe;color:var(--navy);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2em .6em;border-radius:999px;width:fit-content}.model-name{font-size:.9375rem;font-weight:700;color:var(--navy-dark);margin:0;line-height:1.3}.model-desc{font-size:.8375rem;color:var(--text-muted);line-height:1.55;margin:0;flex:1}.model-tags{display:flex;flex-wrap:wrap;gap:.375rem}.model-tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);font-size:.72rem;font-weight:600;padding:.15em .5em;border-radius:4px}.model-meta{display:flex;gap:.75rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap;padding-top:.25rem;border-top:1px solid var(--border)}.model-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.regulated-section{display:flex;flex-direction:column;gap:1.5rem}.regulated-banner{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.regulated-banner-icon{font-size:3rem}.regulated-banner h2{font-size:1.75rem;font-weight:800;margin:0}.regulated-banner p{color:#ffffffbf;max-width:560px;font-size:1rem;line-height:1.65;margin:0}.regulated-badge-row{display:flex;gap:.625rem;flex-wrap:wrap;justify-content:center}.regulated-coming-soon{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:1.75rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:400px}.coming-soon-large{font-size:1.5rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--gold-light)}.regulated-preview-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-card{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-lg)}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--surface-2);border:none;border-radius:50%;width:32px;height:32px;font-size:.875rem;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close:hover{background:var(--border)}.modal-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.modal-icon{font-size:2.5rem;flex-shrink:0}.modal-title{font-size:1.25rem;font-weight:700;color:var(--navy-dark);margin:.375rem 0 0}.modal-desc{font-size:.9375rem;color:var(--text-muted);line-height:1.65;margin:0 0 1.25rem}.modal-specs{background:var(--surface-2);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}.spec-row{display:flex;justify-content:space-between;padding:.625rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem}.spec-row:last-child{border-bottom:none}.spec-label{color:var(--text-muted);font-weight:600}.spec-value{color:var(--text);font-weight:500}.modal-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.25rem}.modal-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.modal-note{font-size:.78rem;color:var(--text-light);border-left:3px solid var(--warning);padding-left:.75rem;line-height:1.55;margin:0}.team-panel{display:flex;flex-direction:column;gap:1.5rem}.team-section-nav{display:flex;gap:.5rem;flex-wrap:wrap}.team-section-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);font-size:.9rem;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .15s}.team-section-btn:hover{border-color:var(--navy);color:var(--navy)}.team-section-btn-active{background:var(--navy);border-color:var(--navy);color:#fff}.team-loading{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);padding:2rem}.team-empty{color:var(--text-muted);text-align:center;padding:2rem;font-size:.9375rem}.team-table-wrap{overflow-x:auto}.team-table{width:100%;border-collapse:collapse;font-size:.875rem}.team-table th{background:var(--surface-2);color:var(--text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.625rem .875rem;text-align:left;white-space:nowrap}.team-table td{padding:.75rem .875rem;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}.team-table tr:last-child td{border-bottom:none}.team-table tr:hover td{background:var(--surface-2)}.staff-id-code{font-size:.75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:.15em .5em;color:var(--navy);font-weight:700;white-space:nowrap}.team-limit-input{width:80px!important;padding:.25rem .5rem!important;font-size:.875rem!important}.team-actions{display:flex;gap:.375rem;flex-wrap:nowrap}.approval-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:var(--danger, #ef4444);color:#fff;font-size:.7rem;font-weight:800;border-radius:999px;padding:0 4px}.invite-success-box{text-align:center;padding:1.5rem}.invite-link-box{display:flex;gap:.5rem;margin-top:.5rem;align-items:center}.invite-link-input{flex:1;font-family:monospace!important;font-size:.8125rem!important}.team-role-hint{font-size:.8rem;color:var(--text-muted);margin:.375rem 0 0;background:var(--surface-2);padding:.375rem .75rem;border-radius:var(--radius);border-left:3px solid var(--teal)}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.badge-danger{background:#fee2e2;color:#b91c1c}.dashboard{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.admin-impersonate-banner{background:linear-gradient(90deg,#92400e,#b45309);color:#fff;display:flex;align-items:center;gap:.75rem;padding:.5rem 1.75rem;font-size:.8rem;font-weight:500;position:sticky;top:0;z-index:200;letter-spacing:-.005em}.admin-impersonate-text{flex:1}.admin-impersonate-exit{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .875rem;border-radius:6px;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .15s}.admin-impersonate-exit:hover{background:#ffffff40}.dash-header{background:var(--navy-dark);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:100}.dash-header-inner{max-width:1320px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.dash-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;flex-shrink:0}.dash-logo-mark{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.02em}.dash-logo-x{color:var(--teal-light)}.dash-logo-divider{width:1px;height:18px;background:#ffffff26}.dash-logo-sub{font-size:.65rem;font-weight:600;color:#ffffff59;letter-spacing:.1em;text-transform:uppercase}.dash-header-right{display:flex;align-items:center;gap:.875rem}.dash-crc-chip{display:flex;align-items:baseline;gap:.3rem;background:#0891b226;border:1px solid rgba(8,145,178,.3);border-radius:999px;padding:.3rem .875rem;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.dash-crc-chip:hover{background:#0891b240;border-color:#0891b280}.dash-crc-chip-val{font-size:.9375rem;font-weight:800;color:#67e8f9;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.dash-crc-chip-label{font-size:.65rem;font-weight:700;color:#0891b2cc;text-transform:uppercase;letter-spacing:.08em}.dash-account-meta{display:flex;align-items:center;gap:.5rem}.dash-facility-pill{display:inline-flex;align-items:center;gap:.3rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:.25rem .625rem;font-family:SF Mono,ui-monospace,monospace;font-size:.75rem;font-weight:600;color:#fff9;cursor:pointer;transition:all .15s;letter-spacing:.04em}.dash-facility-pill:hover{background:#ffffff21;color:#ffffffe6;border-color:#fff3}.dash-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--teal) 0%,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;color:#fff;letter-spacing:.02em;flex-shrink:0;cursor:default;-webkit-user-select:none;user-select:none}.dash-signout-btn{background:none;border:1px solid rgba(255,255,255,.14);color:#ffffff80;font-size:.8rem;font-weight:500;padding:.3125rem .875rem;border-radius:7px;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.dash-signout-btn:hover{background:#ffffff14;color:#fff;border-color:#ffffff47}.dash-tabs{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:64px;z-index:90;box-shadow:0 1px #0000000a}.dash-tabs-inner{max-width:1320px;margin:0 auto;padding:0 2rem;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.dash-tabs-inner::-webkit-scrollbar{display:none}.dash-tab{display:inline-flex;align-items:center;gap:.375rem;padding:0 1.125rem;height:52px;background:none;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;font-family:inherit;letter-spacing:-.005em;transition:color .15s,border-color .15s;margin-bottom:-1px;flex-shrink:0}.dash-tab:hover{color:var(--navy)}.dash-tab-active{color:var(--teal);border-bottom-color:var(--teal);font-weight:600}.dash-tab-dimmed{color:var(--text-light)}.dash-tab-dimmed:hover{color:var(--text-muted)}.dash-tab-pill{display:inline-block;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;background:#fef3c7;color:#92400e;padding:.15em .5em;border-radius:999px;vertical-align:middle;line-height:1.5}.dash-content{max-width:1320px;width:100%;margin:0 auto;padding:2.25rem 2rem;flex:1}.dash-loading{display:flex;flex-direction:column;align-items:center;gap:1.125rem;padding:6rem 2rem;color:var(--text-muted)}.dash-loading p{font-size:.875rem;margin:0}.dash-error-banner{display:flex;align-items:center;gap:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.875rem 1.125rem;font-size:.9rem;color:#991b1b;font-weight:500}.dash-error-banner .btn{margin-left:auto}.clinical-soon-wrap{display:flex;justify-content:center;padding:3rem 1rem}.clinical-soon-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:3rem 2.5rem;max-width:560px;width:100%;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;text-align:center}.clinical-soon-lock{width:72px;height:72px;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--text-light);margin-bottom:1.25rem}.clinical-soon-badge{display:inline-block;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#fef3c7;color:#92400e;border:1px solid #fde68a;padding:.25em .875em;border-radius:999px;margin-bottom:1rem}.clinical-soon-title{font-size:1.5rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.02em;line-height:1.2;margin-bottom:.875rem}.clinical-soon-body{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.75rem;max-width:440px}.clinical-soon-features{display:flex;flex-direction:column;gap:.75rem;align-self:stretch;text-align:left;margin-bottom:1.75rem}.clinical-soon-feature{display:flex;align-items:flex-start;gap:.75rem}.clinical-soon-feature-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:5px}.clinical-soon-feature-label{font-size:.875rem;font-weight:600;color:var(--navy-dark);margin-bottom:.125rem}.clinical-soon-feature-sub{font-size:.8125rem;color:var(--text-muted)}.clinical-soon-divider{width:100%;height:1px;background:var(--border);margin-bottom:1.5rem}.clinical-soon-form{align-self:stretch;text-align:left}.clinical-soon-form-lbl{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem;font-weight:500}.clinical-soon-form-row{display:flex;gap:.625rem}.clinical-soon-form-row .form-input{flex:1}.clinical-soon-sent{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--success);background:#d1fae5;border-radius:8px;padding:.625rem 1rem;align-self:stretch;justify-content:center}@media (max-width: 860px){.dash-header-inner{padding:0 1.25rem;height:56px}.dash-content{padding:1.5rem 1.25rem}.dash-tabs-inner{padding:0 1.25rem}.dash-logo-sub,.dash-logo-divider,.dash-account-meta{display:none}}@media (max-width: 560px){.dash-crc-chip{display:none}.clinical-soon-card{padding:2rem 1.5rem}.clinical-soon-form-row{flex-direction:column}}:root{--adm-bg: #0a1628;--adm-surface: #0f1e35;--adm-surface-2: #162540;--adm-surface-3: #1c2e4a;--adm-border: rgba(255,255,255,.08);--adm-border-2: rgba(255,255,255,.14);--adm-text: #e2e8f0;--adm-text-muted:#8fa3be;--adm-text-light:#5d7a9a;--adm-teal: #0891b2;--adm-teal-lt: #67e8f9;--adm-radius: 10px;--adm-shadow: 0 4px 16px rgba(0,0,0,.4)}.adm-login-wrap{min-height:100vh;background:var(--adm-bg);display:flex;align-items:center;justify-content:center;padding:2rem}.adm-login-card{background:var(--adm-surface);border:1px solid var(--adm-border-2);border-radius:18px;padding:2.5rem 2rem;width:100%;max-width:400px;box-shadow:var(--adm-shadow)}.adm-login-logo{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:1.25rem;text-align:center}.adm-login-title{font-size:1.25rem;font-weight:700;color:var(--adm-text);text-align:center;margin:0 0 .25rem;letter-spacing:-.02em}.adm-login-sub{font-size:.8rem;color:var(--adm-text-muted);text-align:center;margin:0 0 1.5rem}.adm-login-tabs{display:flex;background:var(--adm-bg);border:1px solid var(--adm-border);border-radius:8px;padding:3px;margin-bottom:1.5rem}.adm-login-tab{flex:1;padding:.4rem .75rem;background:none;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--adm-text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.adm-login-tab.active{background:var(--adm-surface-2);color:var(--adm-text);font-weight:600}.adm-wrap{min-height:100vh;background:var(--adm-bg);display:flex;flex-direction:column;color:var(--adm-text)}.adm-header{background:var(--adm-surface);border-bottom:1px solid var(--adm-border);height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;position:sticky;top:0;z-index:100;gap:1rem;flex-shrink:0}.adm-header-left{display:flex;align-items:center;gap:.75rem}.adm-header-right{display:flex;align-items:center;gap:.625rem}.adm-header-logo{font-size:1.125rem;font-weight:800;color:#fff;letter-spacing:-.03em}.adm-logo-x{color:var(--adm-teal-lt)}.adm-header-divider{display:block;width:1px;height:16px;background:var(--adm-border-2)}.adm-header-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--adm-text-muted)}.adm-header-who{font-size:.8125rem;color:var(--adm-text-muted);background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:6px;padding:.2rem .625rem}.adm-sovereign-badge{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-radius:999px;padding:.2em .65em}.adm-busy-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--adm-teal);box-shadow:0 0 0 2px #0891b24d;animation:adm-pulse 1.2s ease-in-out infinite}@keyframes adm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.adm-tabs{background:var(--adm-surface);border-bottom:1px solid var(--adm-border);position:sticky;top:56px;z-index:90;flex-shrink:0}.adm-tabs-inner{display:flex;padding:0 1.75rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.adm-tabs-inner::-webkit-scrollbar{display:none}.adm-tab{display:inline-flex;align-items:center;height:46px;padding:0 1rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.8125rem;font-weight:500;color:var(--adm-text-muted);cursor:pointer;white-space:nowrap;font-family:inherit;transition:color .15s,border-color .15s;margin-bottom:-1px;flex-shrink:0}.adm-tab:hover{color:var(--adm-text)}.adm-tab-active{color:var(--adm-teal-lt);border-bottom-color:var(--adm-teal);font-weight:600}.adm-err-bar{background:#dc262626;border-bottom:1px solid rgba(220,38,38,.3);color:#fca5a5;font-size:.8125rem;padding:.625rem 1.75rem;font-weight:500}.adm-content{flex:1;padding:2rem 1.75rem;max-width:1440px;width:100%;margin:0 auto;box-sizing:border-box}.adm-pane{display:flex;flex-direction:column;gap:1.5rem}.adm-pane-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.adm-pane-header-left{display:flex;align-items:center;gap:.75rem}.adm-pane-title{font-size:1.125rem;font-weight:800;color:var(--adm-text);letter-spacing:-.02em;margin:0}.adm-pane-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 7px;background:var(--adm-surface-3);border:1px solid var(--adm-border-2);border-radius:999px;font-size:.7rem;font-weight:700;color:var(--adm-text-muted)}.adm-meta-pill{display:inline-flex;align-items:center;gap:.3rem;background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:999px;padding:.2rem .625rem;font-size:.72rem;font-weight:600;color:var(--adm-text-muted);white-space:nowrap}.adm-meta-pill-green{background:#10b9811a;border-color:#10b98140;color:#6ee7b7}.adm-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);padding:1.25rem 1.5rem}.adm-card-title{font-size:.875rem;font-weight:700;color:var(--adm-text);margin:0 0 1rem;letter-spacing:-.01em}.adm-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 860px){.adm-two-col{grid-template-columns:1fr}}.adm-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.adm-stat-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);padding:1.125rem 1.25rem}.adm-stat-val{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--adm-text);margin-bottom:.25rem}.adm-stat-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-muted)}.adm-stat-sub{font-size:.78rem;color:var(--adm-text-light);margin-top:.25rem}.adm-stat-teal{border-top:3px solid var(--adm-teal)}.adm-stat-blue{border-top:3px solid #3b82f6}.adm-stat-purple{border-top:3px solid #7c3aed}.adm-stat-gold{border-top:3px solid #d97706}.adm-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:7px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:all .15s;white-space:nowrap;line-height:1}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn-primary{background:var(--adm-teal);color:#fff;border-color:var(--adm-teal)}.adm-btn-primary:hover:not(:disabled){background:#0e7490;border-color:#0e7490}.adm-btn-teal{background:#0891b226;color:var(--adm-teal-lt);border-color:#0891b24d}.adm-btn-teal:hover:not(:disabled){background:#0891b240}.adm-btn-ghost{background:transparent;color:var(--adm-text-muted);border-color:var(--adm-border-2)}.adm-btn-ghost:hover:not(:disabled){background:var(--adm-surface-2);color:var(--adm-text)}.adm-btn-danger{background:#dc26261f;color:#fca5a5;border-color:#dc262640}.adm-btn-danger:hover:not(:disabled){background:#dc262638}.adm-btn-warning{background:#d977061f;color:#fcd34d;border-color:#d9770640}.adm-btn-warning:hover:not(:disabled){background:#d9770638}.adm-btn-sm{padding:.3125rem .75rem;font-size:.75rem}.adm-btn-xs{padding:.2rem .5rem;font-size:.7rem;border-radius:5px}.adm-form-group{margin-bottom:1rem}.adm-form-group:last-child{margin-bottom:0}.adm-label{display:block;font-size:.78rem;font-weight:600;color:var(--adm-text-muted);margin-bottom:.375rem;letter-spacing:.01em}.adm-input,.adm-textarea,.adm-select{width:100%;background:var(--adm-bg);border:1px solid var(--adm-border-2);border-radius:7px;padding:.5rem .75rem;font-size:.875rem;color:var(--adm-text);font-family:inherit;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.adm-input::placeholder,.adm-textarea::placeholder{color:var(--adm-text-light)}.adm-input:focus,.adm-textarea:focus,.adm-select:focus{outline:none;border-color:var(--adm-teal);box-shadow:0 0 0 3px #0891b226}.adm-input-sm{padding:.3125rem .625rem;font-size:.8125rem}.adm-textarea{resize:vertical;min-height:80px}.adm-form-hint{font-size:.75rem;color:var(--adm-text-light);margin-top:.375rem;line-height:1.4}.adm-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.adm-form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.875rem}.adm-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.adm-toolbar-filters{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.adm-search{background:var(--adm-bg);border:1px solid var(--adm-border-2);border-radius:7px;padding:.4375rem .75rem;font-size:.8125rem;color:var(--adm-text);font-family:inherit;min-width:200px;transition:border-color .15s;box-sizing:border-box}.adm-search::placeholder{color:var(--adm-text-light)}.adm-search:focus{outline:none;border-color:var(--adm-teal)}.adm-select{padding:.4375rem 2rem .4375rem .75rem;min-width:140px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%238fa3be' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center}.adm-result-count{font-size:.78rem;color:var(--adm-text-light);white-space:nowrap;margin-left:auto}.adm-action-row{display:flex;align-items:center;gap:.75rem;margin-left:auto}.adm-filter-pills{display:flex;flex-wrap:wrap;gap:.375rem}.adm-filter-pill{padding:.3rem .75rem;background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--adm-text-muted);cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.adm-filter-pill:hover{border-color:var(--adm-border-2);color:var(--adm-text)}.adm-filter-pill.active{background:#0891b226;border-color:#0891b259;color:var(--adm-teal-lt)}.adm-table-wrap{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);overflow:hidden;overflow-x:auto}.adm-table{width:100%;border-collapse:collapse;font-size:.8125rem}.adm-table thead{background:var(--adm-surface-2)}.adm-table th{padding:.625rem 1rem;text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-muted);white-space:nowrap;border-bottom:1px solid var(--adm-border);-webkit-user-select:none;user-select:none}.adm-table td{padding:.75rem 1rem;border-bottom:1px solid var(--adm-border);vertical-align:middle;color:var(--adm-text)}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr:hover{background:var(--adm-surface-2)}.adm-sort-th{cursor:pointer}.adm-sort-th:hover{color:var(--adm-text)}.adm-sort-active{color:var(--adm-teal-lt)!important}.adm-sort-icon{display:inline-block;margin-left:.25rem;font-size:.65rem;opacity:.6}.adm-mono{font-family:SF Mono,ui-monospace,monospace;font-size:.78rem;letter-spacing:.04em}.adm-num{font-variant-numeric:tabular-nums;font-weight:600;color:var(--adm-teal-lt)}.adm-sub{display:block;font-size:.72rem;color:var(--adm-text-light);margin-top:1px}.adm-date-cell{white-space:nowrap;color:var(--adm-text-muted);font-size:.78rem}.adm-empty{text-align:center;padding:3rem 1rem;color:var(--adm-text-light);font-size:.875rem}.adm-empty-state{text-align:center;padding:3rem 1rem;color:var(--adm-text-light)}.adm-chip{display:inline-flex;align-items:center;justify-content:center;padding:.2em .6em;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;line-height:1.4}.chip-green{background:#10b98126;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.chip-blue{background:#3b82f626;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.chip-amber{background:#f59e0b26;color:#fcd34d;border:1px solid rgba(245,158,11,.3)}.chip-red{background:#dc262626;color:#fca5a5;border:1px solid rgba(220,38,38,.3)}.chip-purple{background:#7c3aed26;color:#c4b5fd;border:1px solid rgba(124,58,237,.3)}.chip-grey{background:#64748b26;color:#94a3b8;border:1px solid rgba(100,116,139,.3)}.adm-chip-xs{padding:.15em .5em;font-size:.65rem}.adm-inline-select{background:var(--adm-bg);border:1px solid var(--adm-border-2);border-radius:6px;padding:.25rem .5rem;font-size:.75rem;color:var(--adm-text);font-family:inherit;font-weight:600;cursor:pointer;min-width:120px}.adm-inline-select:focus{outline:none;border-color:var(--adm-teal)}.adm-note-cell{max-width:220px}.adm-note-text{font-size:.78rem;color:var(--adm-text-muted);cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:200px}.adm-note-text:hover{color:var(--adm-text)}.adm-note-empty{font-size:.75rem;color:var(--adm-text-light);cursor:pointer;font-style:italic}.adm-note-empty:hover{color:var(--adm-text-muted)}.adm-note-editor{display:flex;flex-direction:column;gap:.375rem}.adm-note-textarea{background:var(--adm-bg);border:1px solid var(--adm-teal);border-radius:6px;padding:.375rem .5rem;font-size:.75rem;color:var(--adm-text);font-family:inherit;resize:none;width:200px;min-height:60px;box-shadow:0 0 0 2px #0891b226}.adm-note-editor-actions{display:flex;gap:.375rem}.adm-customer-cell{display:flex;flex-direction:column;gap:1px}.adm-customer-name{font-weight:600;color:var(--adm-text);font-size:.8125rem}.adm-customer-sub{font-size:.72rem;color:var(--adm-text-light)}.adm-model-cell{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.adm-institution-name{font-weight:600;color:var(--adm-text)}.adm-type-badge{display:inline-flex;align-items:center;padding:.15em .55em;border-radius:5px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adm-type-hospital{background:#3b82f626;color:#93c5fd}.adm-type-clinic{background:#10b98126;color:#6ee7b7}.adm-tier-badge{display:inline-flex;align-items:center;padding:.15em .55em;border-radius:5px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--adm-surface-3);color:var(--adm-text-muted);border:1px solid var(--adm-border)}.adm-sovereign-tier{background:#7c3aed26;color:#c4b5fd;border-color:#7c3aed4d}.adm-crc-cell{font-variant-numeric:tabular-nums;font-weight:700;color:var(--adm-teal-lt);font-size:.875rem}.adm-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.adm-product-card{background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s,box-shadow .15s}.adm-product-card:hover{border-color:var(--adm-border-2);box-shadow:0 4px 12px #0000004d}.adm-product-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--adm-surface-2)}.adm-product-img-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,var(--adm-surface-2),var(--adm-surface-3));display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--adm-text-light)}.adm-img-preview{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;border:1px solid var(--adm-border);margin-top:.375rem}.adm-product-body{padding:.875rem;flex:1}.adm-product-cat{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-light);margin-bottom:.25rem}.adm-product-name{font-size:.875rem;font-weight:700;color:var(--adm-text);margin-bottom:.375rem;letter-spacing:-.01em;line-height:1.3}.adm-product-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.375rem}.adm-product-crc{font-size:.78rem;font-weight:700;color:var(--adm-teal-lt);font-variant-numeric:tabular-nums}.adm-product-usd{font-size:.78rem;color:var(--adm-text-light)}.adm-product-desc{font-size:.78rem;color:var(--adm-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.adm-product-footer{padding:.625rem .875rem;border-top:1px solid var(--adm-border);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.adm-product-rate{font-size:.72rem;color:var(--adm-text-light)}.adm-archived-details{margin-top:.5rem}.adm-archived-summary{font-size:.78rem;color:var(--adm-text-muted);cursor:pointer;padding:.375rem 0;-webkit-user-select:none;user-select:none}.adm-archived-summary::-webkit-details-marker{color:var(--adm-text-light)}.adm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.adm-modal{background:var(--adm-surface);border:1px solid var(--adm-border-2);border-radius:16px;padding:1.75rem;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px #000000b3}.adm-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.adm-modal-header h3{font-size:1rem;font-weight:700;color:var(--adm-text);margin:0;letter-spacing:-.01em}.adm-modal-close{background:none;border:none;color:var(--adm-text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:color .15s}.adm-modal-close:hover{color:var(--adm-text)}.adm-modal-footer{display:flex;justify-content:flex-end;gap:.625rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--adm-border)}.adm-alert-error{background:#dc26261f;border:1px solid rgba(220,38,38,.25);border-radius:7px;color:#fca5a5;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;margin-bottom:1rem}.adm-alert-success{background:#10b9811f;border:1px solid rgba(16,185,129,.25);border-radius:7px;color:#6ee7b7;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;margin-bottom:1rem}.adm-settings-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:.875rem 0;border-bottom:1px solid var(--adm-border)}.adm-settings-row:last-child{border-bottom:none}.adm-settings-label{flex:1;font-size:.8125rem;font-weight:600;color:var(--adm-text)}.adm-settings-key{font-size:.72rem;font-family:SF Mono,ui-monospace,monospace;color:var(--adm-text-light);background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:4px;padding:.1em .4em;margin-right:.25rem}.adm-settings-hint{font-size:.72rem;color:var(--adm-text-light);margin-top:.2rem;line-height:1.4}.adm-settings-input{flex-shrink:0;width:140px;background:var(--adm-bg);border:1px solid var(--adm-border-2);border-radius:6px;padding:.375rem .625rem;font-size:.8125rem;color:var(--adm-text);font-family:inherit;text-align:right}.adm-settings-input:focus{outline:none;border-color:var(--adm-teal)}.adm-config-key{font-family:SF Mono,ui-monospace,monospace;font-size:.72rem;color:var(--adm-text-light);background:var(--adm-surface-3);padding:.15em .45em;border-radius:4px}.adm-sweep-info{display:flex;flex-direction:column;gap:.75rem}.adm-sweep-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;padding:.625rem 0;border-bottom:1px solid var(--adm-border)}.adm-sweep-row:last-child{border-bottom:none}.adm-rev-tier-row{display:flex;align-items:center;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--adm-border)}.adm-rev-tier-row:last-child{border-bottom:none}.adm-rev-tier-info{width:160px;flex-shrink:0;font-size:.8125rem;color:var(--adm-text);font-weight:600}.adm-rev-bar-wrap{flex:1;background:var(--adm-surface-3);border-radius:999px;height:8px;overflow:hidden}.adm-rev-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--adm-teal),var(--adm-teal-lt));min-width:4px;transition:width .4s ease}.adm-rev-tier-mrr{width:80px;text-align:right;font-size:.8125rem;font-weight:700;color:var(--adm-teal-lt);font-variant-numeric:tabular-nums;flex-shrink:0}.adm-rev-tier-total{width:60px;text-align:right;font-size:.75rem;color:var(--adm-text-light);font-variant-numeric:tabular-nums;flex-shrink:0}.adm-crc-health-grid{display:flex;flex-direction:column;gap:.5rem}.adm-crc-health-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--adm-border)}.adm-crc-health-row:last-child{border-bottom:none}.adm-crc-health-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.adm-crc-health-body{flex:1}.adm-crc-health-label{font-size:.8125rem;font-weight:600;color:var(--adm-text)}.adm-crc-health-val{font-size:.78rem;color:var(--adm-text-muted);margin-top:1px}.adm-crc-summary{margin-top:.75rem}.adm-crc-summary-row{display:flex;justify-content:space-between;font-size:.8125rem;padding:.375rem 0;border-bottom:1px solid var(--adm-border)}.adm-crc-summary-row:last-child{border-bottom:none}.adm-projection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.875rem}.adm-projection-item{background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:8px;padding:.875rem}.adm-projection-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-muted);margin-bottom:.25rem}.adm-projection-val{font-size:1.25rem;font-weight:800;color:var(--adm-text);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.adm-kanban{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;align-items:flex-start;min-height:400px}.adm-kanban::-webkit-scrollbar{height:4px}.adm-kanban::-webkit-scrollbar-track{background:var(--adm-surface-2);border-radius:2px}.adm-kanban::-webkit-scrollbar-thumb{background:var(--adm-border-2);border-radius:2px}.adm-kanban-col{flex:0 0 240px;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:var(--adm-radius);display:flex;flex-direction:column;min-height:200px;transition:border-color .15s,box-shadow .15s}.adm-kanban-col[data-drag-over=true]{border-color:var(--adm-teal);box-shadow:0 0 0 2px #0891b233}.adm-kanban-col-header{padding:.875rem;border-bottom:1px solid var(--adm-border);display:flex;align-items:center;gap:.5rem}.adm-kanban-col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.adm-kanban-col-title{flex:1;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--adm-text-muted)}.adm-kanban-col-count{font-size:.68rem;font-weight:700;color:var(--adm-text-light);background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:999px;padding:.1em .5em}.adm-kanban-col-mrr{font-size:.68rem;color:var(--adm-teal-lt);font-variant-numeric:tabular-nums;margin-left:auto}.adm-kanban-cards{flex:1;padding:.625rem;display:flex;flex-direction:column;gap:.5rem;min-height:60px}.adm-kanban-card{background:var(--adm-surface-2);border:1px solid var(--adm-border);border-radius:8px;padding:.75rem;cursor:grab;transition:border-color .15s,box-shadow .15s,opacity .15s}.adm-kanban-card:active{cursor:grabbing;opacity:.7}.adm-kanban-card:hover{border-color:var(--adm-border-2);box-shadow:0 2px 8px #0000004d}.adm-kanban-card-name{font-size:.8125rem;font-weight:700;color:var(--adm-text);margin-bottom:2px}.adm-kanban-card-org{font-size:.72rem;color:var(--adm-text-muted);margin-bottom:.375rem}.adm-kanban-card-mrr{font-size:.72rem;font-weight:700;color:var(--adm-teal-lt);font-variant-numeric:tabular-nums;margin-bottom:.375rem}.adm-kanban-card-notes{font-size:.72rem;color:var(--adm-text-light);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.adm-kanban-card-move{display:flex;gap:.25rem;margin-top:.375rem}.adm-kanban-move-btn{padding:.2rem .5rem;background:var(--adm-surface-3);border:1px solid var(--adm-border);border-radius:5px;font-size:.65rem;font-weight:600;color:var(--adm-text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.adm-kanban-move-btn:hover{background:var(--adm-surface-2);color:var(--adm-text);border-color:var(--adm-border-2)}.adm-kanban-add-btn{margin:.5rem;padding:.5rem;background:none;border:1px dashed var(--adm-border-2);border-radius:7px;font-size:.78rem;font-weight:600;color:var(--adm-text-light);cursor:pointer;font-family:inherit;width:calc(100% - 1rem);text-align:center;transition:all .15s}.adm-kanban-add-btn:hover{background:var(--adm-surface-2);border-color:var(--adm-teal);color:var(--adm-teal-lt)}@media (max-width: 1024px){.adm-content{padding:1.5rem 1.25rem}.adm-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.adm-header{padding:0 1rem;height:52px}.adm-tabs{top:52px}.adm-tabs-inner{padding:0 1rem}.adm-content{padding:1.25rem 1rem}.adm-header-label,.adm-header-who{display:none}.adm-stat-grid{grid-template-columns:1fr 1fr}.adm-two-col,.adm-form-row-2,.adm-form-row-3{grid-template-columns:1fr}.adm-modal{padding:1.25rem}.adm-kanban-col{flex:0 0 210px}}*{box-sizing:border-box}.consent-page{min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b}.consent-header{background:#0f172a;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.consent-logo{font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.5px}.consent-logo-x{color:#14b8a6}.consent-logo-sub{font-size:.75rem;font-weight:400;color:#94a3b8;margin-left:.5rem;letter-spacing:0}.consent-hipaa-badge{background:#0d9488;color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .875rem;border-radius:999px}.consent-main{flex:1;display:flex;justify-content:center;padding:2.5rem 1.25rem}.consent-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;width:100%;max-width:720px}.consent-center{text-align:center;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:3rem}.consent-center h2{margin:0;font-size:1.35rem}.consent-center p{margin:0;color:#64748b;font-size:.9rem;line-height:1.6}.consent-icon{font-size:3.5rem;line-height:1}.consent-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#14b8a6;border-radius:50%;animation:spin .7s linear infinite}.consent-form-header{margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:1.25rem}.consent-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0 0 .4rem}.consent-subtitle{font-size:.875rem;color:#64748b;margin:0}.consent-subtitle code{background:#f1f5f9;padding:.1rem .4rem;border-radius:4px;font-size:.82rem}.consent-body-text{font-size:.9rem;line-height:1.7;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.75rem}.consent-body-text h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.consent-body-text h4{font-size:.875rem;font-weight:700;color:#334155;margin:1rem 0 .375rem}.consent-body-text p{margin:0 0 .75rem}.consent-body-text ul{margin:0 0 .75rem;padding-left:1.5rem}.consent-body-text ul li{margin-bottom:.3rem}.consent-expiry{font-size:.8rem;color:#64748b;font-style:italic;margin:.75rem 0 0}.consent-sign-form{display:flex;flex-direction:column;gap:1.25rem}.consent-field{display:flex;flex-direction:column;gap:.375rem}.consent-label{font-size:.875rem;font-weight:600;color:#334155}.consent-input{border:1.5px solid #cbd5e1;border-radius:8px;padding:.65rem .875rem;font-size:1rem;font-family:inherit;outline:none;transition:border-color .15s}.consent-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a626}.consent-checkbox-row{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:#334155;line-height:1.5;cursor:pointer}.consent-checkbox-row input[type=checkbox]{margin-top:.15rem;flex-shrink:0;width:16px;height:16px;accent-color:#14b8a6}.consent-submit-btn{background:#0d9488;color:#fff;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s,opacity .15s}.consent-submit-btn:hover:not(:disabled){background:#0f766e}.consent-submit-btn:disabled{opacity:.5;cursor:not-allowed}.consent-legal-note{font-size:.75rem;color:#94a3b8;line-height:1.6;margin:0}.consent-alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.consent-muted{color:#64748b;font-size:.875rem}.consent-footer{background:#0f172a;color:#94a3b8;text-align:center;padding:1.25rem 1rem;font-size:.8rem;line-height:1.6}.consent-footer p{margin:0}.consent-footer a{color:#14b8a6;text-decoration:none}.consent-footer a:hover{text-decoration:underline}.consent-footer-legal{font-size:.72rem;color:#475569;margin-top:.25rem!important}@media (max-width: 640px){.consent-card{padding:1.5rem 1.25rem}.consent-main{padding:1.25rem .75rem}.consent-header{padding:.875rem 1rem}}.catalog-page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.catalog-header{background:var(--navy-dark);padding:3.5rem 1.5rem 3rem}.catalog-header-inner{max-width:1140px;margin:0 auto}.catalog-header .section-eyebrow{color:var(--teal-light);opacity:.85;margin-bottom:.5rem}.catalog-title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.15;margin-bottom:.75rem}.catalog-subtitle{font-size:1.0625rem;color:#fff9;line-height:1.65;max-width:560px;margin-bottom:1.75rem}.catalog-search-wrap{position:relative;max-width:400px}.catalog-search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#fff6;pointer-events:none}.catalog-search{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.625rem 2.5rem;font-size:.9375rem;color:#fff;font-family:inherit;outline:none;transition:border-color .15s,background .15s}.catalog-search::placeholder{color:#ffffff59}.catalog-search:focus{border-color:var(--teal);background:#ffffff1f}.catalog-search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff73;cursor:pointer;font-size:.8125rem;padding:0;line-height:1;transition:color .15s}.catalog-search-clear:hover{color:#fffc}.catalog-filters-wrap{position:sticky;top:53px;z-index:50;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.catalog-filters-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden}@media (max-width: 900px){.catalog-filters-inner{flex-direction:column;align-items:stretch;padding:.75rem 1rem;gap:.75rem}}.catalog-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-shrink:1;min-width:0}.catalog-tabs::-webkit-scrollbar{display:none}.catalog-tab{display:inline-flex;align-items:center;gap:.375rem;padding:.875rem 1rem;border:none;border-bottom:2px solid transparent;background:none;font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;white-space:nowrap;font-family:inherit;transition:color .15s,border-color .15s;flex-shrink:0}.catalog-tab:hover{color:var(--navy)}.catalog-tab-active{color:var(--teal)!important;border-bottom-color:var(--teal)}.catalog-tab-count{font-size:.7rem;font-weight:700;background:var(--surface-3);color:var(--text-muted);border-radius:999px;padding:.1em .5em;min-width:1.4em;text-align:center;line-height:1.6}.catalog-tab-active .catalog-tab-count{background:#0891b21f;color:var(--teal)}.catalog-secondary-filters{display:flex;gap:.625rem;flex-shrink:0;padding:.625rem 0}@media (max-width: 900px){.catalog-secondary-filters{padding:0}}.catalog-filter-select{padding:.4375rem 2rem .4375rem .75rem;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);font-size:.8125rem;font-weight:600;color:var(--text);font-family:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236e6e73' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;transition:border-color .15s}.catalog-filter-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0891b21a}.catalog-body{flex:1;padding:2rem 1.5rem 4rem}.catalog-body-inner{max-width:1140px;margin:0 auto}.catalog-result-count{font-size:.875rem;color:var(--text-muted);font-weight:500;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.catalog-clear-filters{background:none;border:none;color:var(--teal);font-size:.8125rem;font-weight:600;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 960px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 580px){.catalog-grid{grid-template-columns:1fr}}.catalog-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.catalog-card:hover{box-shadow:0 8px 32px #0a16281a;transform:translateY(-2px)}.catalog-card-kit{border-color:#fcd34d;background:linear-gradient(180deg,#fffbeb,#fff 60%)}.catalog-img-placeholder{height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;flex-shrink:0}.catalog-img-label{font-size:1rem;font-weight:800;letter-spacing:-.01em;text-align:center;padding:0 .75rem;line-height:1.3}.catalog-img-category{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73}.catalog-card-body{padding:1rem 1.125rem 1.25rem;display:flex;flex-direction:column;flex:1}.catalog-card-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem}.catalog-badge{display:inline-block;font-size:.675rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.2em .6em;border-radius:5px;border:1px solid transparent;white-space:nowrap}.catalog-badge-fdm{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.catalog-badge-sla{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.catalog-badge-size{background:var(--surface-3);color:var(--text-muted);border-color:var(--border)}.catalog-badge-kit{background:#fef3c7;color:#92400e;border-color:#fde68a}.catalog-card-name{font-size:.9375rem;font-weight:700;color:var(--navy-dark);margin-bottom:.375rem;line-height:1.3}.catalog-card-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 auto;line-height:1.55;padding-bottom:.875rem}.catalog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.875rem;border-top:1px solid var(--border);margin-top:auto}.catalog-crc{display:flex;flex-direction:column;gap:.1rem}.catalog-crc-value{font-size:.9375rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.01em;font-variant-numeric:tabular-nums}.catalog-crc-usd{font-size:.75rem;color:var(--text-light);font-weight:500}.catalog-order-btn{flex-shrink:0}.catalog-card-skeleton{pointer-events:none}.catalog-skeleton-img{height:148px;background:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.catalog-skeleton-body{padding:1rem 1.125rem 1.25rem;display:flex;flex-direction:column;gap:.625rem}.catalog-skeleton-line{height:12px;background:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:6px}.catalog-skeleton-line.w-full{width:100%}.catalog-skeleton-line.w-3\/4{width:75%}.catalog-skeleton-line.w-1\/2{width:50%}@keyframes skeleton-shimmer{0%{background-position:200% center}to{background-position:-200% center}}.catalog-empty{text-align:center;padding:5rem 1.5rem;color:var(--text-muted)}.catalog-empty-icon{font-size:3rem;margin-bottom:1rem;color:var(--border-strong)}.catalog-empty h3{font-size:1.125rem;color:var(--navy);margin-bottom:.5rem}.catalog-empty p{font-size:.9375rem;margin-bottom:1.5rem}.catalog-cta-banner{margin-top:3rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.375rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.catalog-cta-text{font-size:.9375rem;color:var(--text-muted);line-height:1.5}.catalog-cta-text strong{color:var(--navy-dark)}.pricing-page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.pp-hero{background:var(--navy-dark);padding:4rem 1.5rem 3.5rem}.pp-hero-inner{max-width:760px;margin:0 auto;text-align:center}.pp-hero-inner .section-eyebrow{text-align:center;color:#0891b2d9;margin-bottom:.625rem}.pp-hero-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1.12;margin-bottom:1rem}.pp-hero-accent{color:var(--teal-light)}.pp-hero-sub{font-size:1.125rem;color:#ffffff9e;line-height:1.65;margin-bottom:1.75rem;max-width:520px;margin-left:auto;margin-right:auto}.pp-hero-pills{display:flex;gap:.625rem;justify-content:center;flex-wrap:wrap}.pp-pill{display:inline-block;font-size:.78rem;font-weight:600;padding:.3em .9em;border-radius:999px;background:#0891b22e;color:#67e8f9;border:1px solid rgba(8,145,178,.3)}.pp-pill-muted{background:#ffffff0f;color:#fff6;border-color:#ffffff1a}.pp-section{padding:5rem 1.5rem}.pp-section-alt{background:var(--surface-2)}.pp-inner{max-width:1140px;margin:0 auto}.pp-inner.pp-faq-inner{max-width:880px}.section-eyebrow.center{text-align:center}.pp-section-title{font-size:clamp(1.625rem,3vw,2.25rem);font-weight:800;color:var(--navy-dark);text-align:center;letter-spacing:-.02em;line-height:1.2;margin-bottom:.625rem}.pp-section-title-light{color:#fff}.pp-section-sub{text-align:center;color:var(--text-muted);font-size:1.0625rem;line-height:1.65;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto}.pp-section-sub-light{color:#ffffff94}.pp-track-toggle{display:flex;gap:.75rem;justify-content:center;margin-bottom:2.75rem;flex-wrap:wrap}.pp-track-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.875rem 2.25rem;border:2px solid var(--border-strong);border-radius:12px;background:var(--surface);font-size:.9375rem;font-weight:700;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:all .15s}.pp-track-btn:hover{border-color:var(--teal);color:var(--navy)}.pp-track-active{border-color:var(--teal)!important;color:var(--teal)!important;background:#f0fdfa}.pp-track-sub{font-size:.7rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}.pp-track-active .pp-track-sub{color:var(--teal)}.pp-tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.375rem;max-width:960px;margin:0 auto}@media (max-width: 860px){.pp-tiers-grid{grid-template-columns:1fr;max-width:440px}}@media (min-width: 861px) and (max-width: 1020px){.pp-tiers-grid{gap:1rem}}.pp-tier-card{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:2rem 1.75rem;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s}.pp-tier-card:hover{box-shadow:var(--shadow-md)}.pp-tier-featured{border-color:var(--teal);box-shadow:0 0 0 4px #0891b21a}.pp-tier-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-size:.7rem;font-weight:700;padding:.25em 1em;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.pp-tier-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#dbeafe;color:#1e40af;padding:.15em .65em;border-radius:999px;display:inline-block;margin-bottom:.625rem;align-self:flex-start}.pp-tier-name{font-size:.9375rem;font-weight:800;color:var(--navy-dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem}.pp-tier-headline{font-size:.8125rem;color:var(--text-muted);font-weight:500;margin-bottom:1rem}.pp-tier-price{font-size:2.5rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.025em;line-height:1;margin-bottom:.25rem}.pp-tier-period{font-size:1rem;font-weight:500;color:var(--text-muted);letter-spacing:0}.pp-tier-crc{font-size:.875rem;font-weight:700;color:var(--teal);margin-bottom:1.5rem}.pp-tier-crc-value{font-weight:500;color:var(--text-muted)}.pp-tier-bullets{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.pp-tier-bullets li{display:flex;gap:.5rem;align-items:flex-start;font-size:.875rem;color:var(--text);padding:.3rem 0;line-height:1.45}.pp-bullet-check{color:var(--teal);font-weight:700;flex-shrink:0;margin-top:1px}.pp-tier-note{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);background:#f0fdfa;border:1px solid #a7f3d0;border-radius:7px;padding:.4rem .7rem;margin-bottom:1.25rem;line-height:1.4}.pp-tier-note svg{flex-shrink:0;color:var(--teal)}.pp-tiers-footnote{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1.75rem;line-height:1.55}.pp-tiers-footnote a{color:var(--teal);font-weight:600;text-decoration:none}.pp-tiers-footnote a:hover{text-decoration:underline}.pp-mechanics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 860px){.pp-mechanics-grid{grid-template-columns:1fr 1fr}}@media (max-width: 540px){.pp-mechanics-grid{grid-template-columns:1fr}}.pp-mechanic-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.625rem 1.5rem;transition:box-shadow .2s,transform .2s}.pp-mechanic-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pp-mechanic-icon{width:42px;height:42px;background:#f0fdfa;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:.875rem}.pp-mechanic-icon svg{width:20px;height:20px}.pp-mechanic-title{font-size:.9375rem;font-weight:700;color:var(--navy-dark);margin-bottom:.4rem}.pp-mechanic-body{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0}.pp-matrix-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--border);box-shadow:var(--shadow);margin-bottom:1.25rem}.pp-matrix{width:100%;border-collapse:collapse;font-size:.9375rem;background:var(--surface);min-width:480px}.pp-matrix thead{background:var(--navy-dark)}.pp-matrix-th{padding:1.125rem 1.5rem;text-align:left;font-size:.8125rem;font-weight:700;color:#ffffffd9;letter-spacing:.02em}.pp-matrix-th-size{width:30%}.pp-matrix-tech{font-size:.9rem;font-weight:800;color:#fff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.2rem}.pp-matrix-tech-sub{font-size:.72rem;font-weight:400;color:#ffffff73;letter-spacing:0;text-transform:none}.pp-matrix tbody tr{border-top:1px solid var(--border);transition:background .12s}.pp-matrix tbody tr:hover{background:var(--surface-2)}.pp-matrix-row-highlight{background:#f0fdfa!important}.pp-matrix-row-highlight:hover{background:#e6faf7!important}.pp-matrix-size{padding:1.25rem 1.5rem}.pp-matrix-size-label{font-size:.9375rem;font-weight:700;color:var(--navy-dark);margin-bottom:.2rem}.pp-matrix-size-sub{font-size:.78rem;color:var(--text-light);font-weight:500}.pp-matrix-cell{padding:1.25rem 1.5rem;vertical-align:middle}.pp-matrix-crc{font-size:1rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.01em;margin-bottom:.2rem}.pp-matrix-usd{font-size:.8125rem;color:var(--text-muted);font-weight:500}.pp-matrix-note{font-size:.8125rem;color:var(--text-muted);line-height:1.55;text-align:center}.pp-matrix-note a{color:var(--teal);font-weight:600;text-decoration:none}.pp-matrix-note a:hover{text-decoration:underline}.pp-bulk-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.375rem;max-width:760px;margin:0 auto}@media (max-width: 640px){.pp-bulk-grid{grid-template-columns:1fr}}.pp-bulk-card{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.25rem;transition:box-shadow .2s}.pp-bulk-card:hover{box-shadow:var(--shadow-md)}.pp-bulk-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:#dbeafe;color:#1e40af;padding:.15em .65em;border-radius:999px;display:inline-block;align-self:flex-start;margin-bottom:.5rem}.pp-bulk-qty{font-size:1.5rem;font-weight:800;color:var(--navy-dark);letter-spacing:-.02em}.pp-bulk-price{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.125rem}.pp-bulk-per{font-weight:500;color:var(--text-muted);font-size:.9rem}.pp-bulk-saving{font-size:.8rem;font-weight:600;color:var(--success);background:#d1fae5;padding:.2em .625em;border-radius:5px;display:inline-block;align-self:flex-start;margin-bottom:1.125rem}.pp-bulk-facts{list-style:none;padding:0;margin:0 0 1.5rem}.pp-bulk-facts li{display:flex;gap:.5rem;font-size:.875rem;color:var(--text);padding:.275rem 0}.pp-bulk-facts li span{color:var(--teal);font-weight:700}.pp-bulk-note{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1.5rem}.pp-bulk-note a{color:var(--teal);font-weight:600;text-decoration:none}.pp-bulk-note a:hover{text-decoration:underline}.pp-coming-soon-section{background:var(--navy-dark)}.pp-coming-soon-section .pp-section-title{color:#fff}.pp-coming-soon-section .pp-section-sub{color:#ffffff8c}.pp-cs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.375rem;max-width:840px;margin:0 auto}@media (max-width: 640px){.pp-cs-grid{grid-template-columns:1fr}}.pp-cs-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem 1.75rem;position:relative;display:flex;flex-direction:column;gap:.75rem}.pp-cs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;background:repeating-linear-gradient(-45deg,transparent,transparent 6px,rgba(255,255,255,.018) 6px,rgba(255,255,255,.018) 12px);pointer-events:none}.pp-cs-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:#0891b22e;color:#67e8f9;border:1px solid rgba(8,145,178,.3);padding:.25em .75em;border-radius:999px;align-self:flex-start}.pp-cs-name{font-size:1.125rem;font-weight:800;color:#ffffffbf;letter-spacing:-.01em;line-height:1.25}.pp-cs-desc{font-size:.9rem;color:#ffffff73;line-height:1.65;margin:0}.pp-cs-footer{margin-top:auto;padding-top:.5rem}.pp-cs-form{display:flex;gap:.5rem;flex-wrap:wrap}.pp-cs-email{flex:1;min-width:180px;padding:.5rem .875rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.875rem;color:#fff;font-family:inherit;outline:none;transition:border-color .15s}.pp-cs-email::placeholder{color:#ffffff4d}.pp-cs-email:focus{border-color:var(--teal)}.pp-cs-sent{font-size:.875rem;color:#86efac;font-weight:600}.pp-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 3rem}@media (max-width: 700px){.pp-faq-grid{grid-template-columns:1fr;gap:1.5rem}}.pp-faq-q{font-size:.9375rem;font-weight:700;color:var(--navy-dark);margin-bottom:.375rem;line-height:1.4}.pp-faq-a{font-size:.875rem;color:var(--text-muted);line-height:1.65;margin:0}.pp-cta-section{background:linear-gradient(135deg,#0a1628,#0c2645,#0d2f5a)}.pp-cta-block{max-width:680px;margin:0 auto;text-align:center}.pp-cta-block .section-eyebrow{color:#0891b2cc}.pp-cta-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1.15;margin-bottom:1rem}.pp-cta-body{font-size:1.125rem;color:#ffffffa6;line-height:1.65;margin-bottom:2.25rem}.pp-cta-actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.pp-cta-note{font-size:.8125rem;color:#ffffff61}.pp-cta-section .btn-outline-light,.pp-coming-soon-section .btn-outline-light{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fffc;padding:.6em 1.4em;border-radius:var(--radius);font-weight:600;font-size:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:border-color .15s,color .15s;font-family:inherit}.pp-cta-section .btn-outline-light:hover,.pp-coming-soon-section .btn-outline-light:hover{border-color:#ffffffa6;color:#fff;text-decoration:none}:root{--navy: #0a1628;--navy-dark: #060e1a;--navy-light: #1a3557;--navy-mid: #1e4d7b;--teal: #0891b2;--teal-hover: #0e7490;--teal-light: #22d3ee;--teal-faint: #ecfeff;--gold: #b45309;--gold-light: #f59e0b;--bg: #f5f5f7;--surface: #ffffff;--surface-2: #fafafa;--surface-3: #f0f0f2;--border: #e5e7eb;--border-strong: #d1d5db;--text: #1d1d1f;--text-muted: #6e6e73;--text-light: #9ca3af;--success: #059669;--warning: #d97706;--danger: #dc2626;--info: #2563eb;--ledger-a: #2563eb;--ledger-b: #7c3aed;--vault: #d97706;--radius: 8px;--radius-lg: 14px;--radius-xl: 20px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 32px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06);--shadow-xl: 0 24px 48px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-weight:700;line-height:1.25;color:var(--navy);letter-spacing:-.015em}p{margin:0 0 .875em}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5625rem 1.125rem;border:1px solid transparent;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;font-family:inherit;letter-spacing:-.005em}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 1px 2px #0a162833}.btn-primary:hover:not(:disabled){background:var(--navy-light);border-color:var(--navy-light);box-shadow:0 2px 8px #0a162840}.btn-teal{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:0 1px 2px #0891b233}.btn-teal:hover:not(:disabled){background:var(--teal-hover);border-color:var(--teal-hover);box-shadow:0 2px 8px #0891b247}.btn-gold{background:var(--gold-light);color:var(--navy-dark);border-color:var(--gold-light)}.btn-gold:hover:not(:disabled){background:#fbbf24}.btn-outline{background:var(--surface);border:1px solid var(--border-strong);color:var(--text-muted);box-shadow:var(--shadow-xs)}.btn-outline:hover:not(:disabled){border-color:var(--navy);color:var(--navy);background:var(--surface-2)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-warn{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.btn-warn:hover:not(:disabled){background:#fde68a}.btn-sm{padding:.375rem .75rem;font-size:.8125rem;border-radius:7px}.btn-lg{padding:.75rem 1.75rem;font-size:.9375rem;border-radius:10px}.btn-xs{padding:.1875rem .625rem;font-size:.75rem;border-radius:6px}.w-full{width:100%}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.625rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.card-title{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em}.form-group{margin-bottom:1.125rem}.form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--text);margin-bottom:.375rem;letter-spacing:-.005em}.form-label-hint{font-weight:400;color:var(--text-light)}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--border-strong);border-radius:var(--radius);font-size:.875rem;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s;outline:none;font-family:inherit;-webkit-appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0891b21a}.form-input::placeholder{color:var(--text-light)}.form-textarea{resize:vertical;min-height:80px;line-height:1.55}.form-hint{font-size:.78rem;color:var(--text-muted);margin-top:.3rem;line-height:1.45}.form-error{font-size:.78rem;color:var(--danger);margin-top:.3rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.form-row-2{grid-template-columns:1fr}}.badge{display:inline-block;padding:.2em .625em;border-radius:5px;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-navy{background:#e0eaf6;color:var(--navy)}.spinner{width:32px;height:32px;border:2.5px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem;line-height:1.5}.alert-error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.alert-success{background:#f0fdfa;color:#134e4a;border:1px solid #99f6e4}.alert-warning{background:#fffbeb;color:#78350f;border:1px solid #fde68a}.alert-info{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe}.progress-bar-track{width:100%;height:5px;background:var(--border);border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:999px;transition:width .5s ease}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;font-size:.845rem;background:var(--surface)}thead th{text-align:left;padding:.625rem 1rem;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap}tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--surface-2)}.file-drop{border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);padding:2rem 1.5rem;cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface-2);text-align:center}.file-drop:hover{border-color:var(--teal);background:var(--teal-faint)}.file-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.file-icon{font-size:2rem;line-height:1}.file-selected{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--teal);justify-content:center}.text-muted{color:var(--text-muted)}.text-small{font-size:.8125rem}.text-navy{color:var(--navy)}.text-teal{color:var(--teal)}.text-gold{color:var(--gold-light)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.num-cell{text-align:right;font-variant-numeric:tabular-nums;font-family:SF Mono,ui-monospace,monospace;font-size:.8rem}.mono-pill{font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:.72rem;background:var(--surface-3);border:1px solid var(--border);padding:.125rem .4375rem;border-radius:5px;color:var(--navy);letter-spacing:.02em}.wizard-stepper{display:flex;gap:12px;margin-bottom:32px;align-items:center}.wizard-step-dot{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#9ca3af;transition:background .2s,color .2s;flex-shrink:0}.wizard-step-dot.active{background:var(--teal);color:#fff}.wizard-step-dot.done{background:var(--success);color:#fff}.wizard-step-line{flex:1;height:2px;background:#e5e7eb}.wizard-step-line.done{background:var(--success)}.automation-receipt{background:#fff;border-radius:14px;box-shadow:0 4px 16px #0000000f;padding:24px;margin-top:1rem}.automation-receipt-title{font-weight:700;font-size:1rem;color:var(--navy);margin-bottom:16px;display:flex;align-items:center;gap:8px}.automation-check{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);opacity:0;transition:opacity .3s ease}.automation-check.visible{opacity:1}.automation-check:last-child{border-bottom:none}.automation-check-icon{font-size:1.1rem}.automation-check-label{font-size:.875rem;color:var(--text)}.automation-check-status{margin-left:auto;font-size:.75rem;font-weight:600}.automation-check-status.pending{color:var(--warning)}.automation-check-status.done{color:var(--success)}.swimlane{min-height:400px;background:#fafafa;border-radius:8px;padding:12px}.swimlane-header{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px}.swimlane-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:var(--shadow-xs);border:1px solid var(--border)}.swimlane-job-code{font-family:SF Mono,ui-monospace,monospace;font-size:.72rem;color:var(--navy);font-weight:700}.swimlane-meta{font-size:.78rem;color:var(--text-muted);margin-top:4px}.swimlane-age{font-size:.7rem;font-weight:600;background:var(--surface-3);border-radius:4px;padding:1px 6px;color:var(--text-muted)}.crc-gauge-wrap{margin-top:8px}.crc-gauge-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden;display:flex}.crc-gauge-fill-a{background:var(--ledger-a);height:100%;transition:width .4s}.crc-gauge-fill-b{background:var(--ledger-b);height:100%;transition:width .4s}.crc-gauge-fill-v{background:var(--vault);height:100%;transition:width .4s}.crc-gauge-legend{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}.crc-gauge-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.tier-card{border:2px solid var(--border);border-radius:12px;padding:18px;cursor:pointer;transition:border-color .15s,box-shadow .15s;position:relative}.tier-card.selected{border-color:var(--teal);box-shadow:0 0 0 3px #0891b21f}.tier-card-label{font-weight:700;font-size:1rem;color:var(--navy)}.tier-card-price{font-size:1.5rem;font-weight:800;color:var(--navy);letter-spacing:-.03em}.tier-card-crc{font-size:.8rem;color:var(--text-muted);margin-top:2px}.tier-card-check{position:absolute;top:14px;right:14px;width:20px;height:20px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem}.dept-activated-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.dept-activated-card{background:#fff;border-radius:20px;padding:48px 40px;max-width:520px;width:100%;box-shadow:var(--shadow-xl);text-align:center}.dept-activated-icon{font-size:3rem;margin-bottom:16px}.dept-activated-code{font-family:SF Mono,ui-monospace,monospace;font-size:1.5rem;font-weight:800;color:var(--teal);letter-spacing:.04em;background:var(--teal-faint);padding:8px 20px;border-radius:8px;display:inline-block;margin:12px 0}
