@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}html{scrollbar-gutter:auto}html,body{min-height:100%;margin:0}#root{max-width:none;min-height:100svh;text-align:initial;border:none;margin:0}.hc-notif{z-index:1;flex-shrink:0;position:relative}.hc-notif__btn{border:1px solid var(--hc-border);width:40px;height:36px;color:var(--hc-text-muted);cursor:pointer;background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:0;transition:color .15s,border-color .15s,background .15s;display:inline-flex;position:relative}.hc-notif__btn:hover{color:var(--hc-text);background:#ffffff0f;border-color:#ffffff2e}.hc-notif__btn:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:2px}.hc-notif__badge{color:#fff;text-align:center;background:#c62828;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:18px;animation:2.4s ease-in-out infinite hc-notif-pulse;position:absolute;top:-4px;right:-4px;box-shadow:0 1px 4px #00000059}@keyframes hc-notif-pulse{0%,to{transform:scale(1);box-shadow:0 1px 4px #00000059}50%{transform:scale(1.06);box-shadow:0 0 0 2px #c6282859}}.hc-notif__panel{border:1px solid var(--hc-border);background:var(--hc-bg-panel,#0f1a28);z-index:1150;isolation:isolate;border-radius:10px;flex-direction:column;width:min(400px,100vw - 24px);max-height:min(70vh,520px);display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #00000073,0 0 0 1px #ffffff0a}.hc-notif__head{border-bottom:1px solid var(--hc-border);justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.hc-notif__head h3{letter-spacing:.02em;color:var(--hc-text);margin:0;font-size:13px;font-weight:600}.hc-notif__head-actions{align-items:center;gap:4px;display:flex}.hc-notif__icon-btn{width:32px;height:32px;color:var(--hc-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.hc-notif__icon-btn:hover{color:var(--hc-text);background:#ffffff0f}.hc-notif__list{flex:1;padding:8px;overflow-y:auto}.hc-notif__empty{color:var(--hc-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px 16px;display:flex}.hc-notif__empty p{margin:0;font-size:13px;font-weight:500}.hc-notif__item{border:1px solid var(--hc-border);cursor:pointer;text-align:left;background:#ffffff05;border-left-width:4px;border-radius:8px;align-items:stretch;gap:10px;margin-bottom:6px;padding:10px;transition:background .12s,border-color .12s;display:flex}.hc-notif__item:last-child{margin-bottom:0}.hc-notif__item:hover{background:#ffffff0d}.hc-notif__item:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:1px}.hc-notif__item--high{border-left-color:#c62828}.hc-notif__item--medium{border-left-color:#e65100}.hc-notif__item--low{border-left-color:#1565c0}.hc-notif__item-ico{width:28px;color:var(--hc-text-muted);flex-shrink:0;justify-content:center;align-items:flex-start;padding-top:2px;display:flex}.hc-notif__item-body{flex:1;min-width:0}.hc-notif__item-title{color:var(--hc-text);word-break:break-word;font-size:12px;font-weight:600;line-height:1.35}.hc-notif__item-sub{color:var(--hc-text-muted);margin-top:2px;font-size:11px}.hc-notif__item-reason{color:var(--hc-accent-blue);margin-top:6px;font-size:11px}.hc-notif__item-miss{color:var(--hc-text-muted);word-break:break-word;margin-top:4px;font-size:10px}.hc-notif__item-arrow{color:var(--hc-text-muted);flex-shrink:0;align-items:center;display:flex}@media (width<=640px){.hc-notif__panel{width:auto;max-height:calc(100vh - 72px);position:fixed;top:56px;left:12px;right:12px}}:root{--hc-bg:#002b49;--hc-bg-elevated:#0a3554;--hc-bg-card:#0d3a5c;--hc-bg-input:#061f36;--hc-border:#ffffff14;--hc-border-gold:#d4a5428c;--hc-text:#e8f0f7;--hc-text-muted:#8ba4bc;--hc-accent-blue:#2b9fd8;--hc-accent-blue-dim:#1a6a94;--hc-gold:#d4a542;--hc-gold-soft:#d4a54226;--hc-teal:#3db8b0;--hc-danger:#e85d5d;--hc-success:#4ade80;--hc-grid-dot:#ffffff0a;--hc-header-h:56px;--hc-footer-h:36px;--hc-font:"Manrope", system-ui, sans-serif}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hc-app{background:var(--hc-bg);min-height:100svh;color:var(--hc-text);font-family:var(--hc-font);font-size:13px;line-height:1.45;display:flex}.hc-main{background-image:radial-gradient(var(--hc-grid-dot) 1px, transparent 1px), linear-gradient(180deg, #002b49eb 0%, var(--hc-bg) 40%);background-size:20px 20px,100% 100%;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.hc-content{flex-direction:column;flex:1;min-height:0;padding:20px 24px 16px;display:flex;overflow:hidden}.hc-topbar{z-index:1100;min-height:var(--hc-header-h);border-bottom:1px solid var(--hc-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#001b2ea6;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px 16px;padding:10px 20px;display:flex;position:relative}.hc-topbar__left{flex-wrap:wrap;align-items:center;gap:12px 20px;display:flex}.hc-topbar__brand{flex-direction:column;gap:2px;display:flex}.hc-topbar__brand--logo{flex-direction:row;flex-shrink:0;align-items:center;line-height:0;text-decoration:none}.hc-topbar__brand--logo:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:3px;border-radius:4px}.hc-topbar__logo-img{object-fit:contain;width:auto;max-width:min(220px,42vw);height:40px;display:block}.hc-topbar__nav{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.hc-nav-link{color:var(--hc-text-muted);border-bottom:2px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.hc-nav-link:hover{color:var(--hc-text);background:#ffffff0a}.hc-nav-link--active{color:var(--hc-text);border-bottom-color:var(--hc-gold);background:#2b9fd81f}.hc-btn-quick{text-align:center;letter-spacing:.06em;color:#fff;background:linear-gradient(135deg,#1a7eb8 0%,#2b9fd8 50%,#5ec4ff 100%);border-radius:8px;padding:12px 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 4px 16px #2b9fd859}.hc-btn-quick--header{white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:11px;line-height:1.2;display:inline-flex}.hc-btn-quick--disabled{opacity:.45;pointer-events:none;cursor:not-allowed;filter:grayscale(.3)}.hc-topbar__search{flex:1;min-width:160px;max-width:420px}.hc-topbar__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-left:auto;display:flex}.hc-topbar__user{align-items:center;gap:10px;min-height:36px;display:flex}.hc-topbar__user-avatar{letter-spacing:0;color:#0a1624;background:linear-gradient(135deg, var(--hc-gold) 0%, #e8c76b 100%);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex;box-shadow:0 0 0 1px #d4af3759,0 2px 8px #00000040}.hc-topbar__user-text{flex-direction:column;gap:1px;min-width:0;max-width:160px;display:flex}.hc-topbar__user-name{color:var(--hc-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.2;overflow:hidden}.hc-topbar__user-hint{letter-spacing:.04em;text-transform:uppercase;color:var(--hc-text-muted);opacity:.9;font-size:10px;font-weight:500}.hc-topbar__logout{box-sizing:border-box;border:1px solid var(--hc-border);min-height:36px;color:var(--hc-text-muted);letter-spacing:.04em;cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:0 14px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.hc-topbar__logout:hover{color:var(--hc-text);background:#ffffff0a;border-color:#ffffff2e}.hc-input{box-sizing:border-box;background:var(--hc-bg-input);border:1px solid var(--hc-border);width:100%;color:var(--hc-text);border-radius:6px;padding:8px 12px;font-family:inherit;font-size:12px}.hc-input:focus{border-color:var(--hc-accent-blue);outline:none;box-shadow:0 0 0 1px #2b9fd859}.hc-input--search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238ba4bc'%3E%3Ccircle cx='7' cy='7' r='5' stroke-width='1.5'/%3E%3Cpath d='M11 11l4 4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;padding-left:36px}.hc-profile{align-items:center;max-width:200px;display:flex}.hc-profile__select{letter-spacing:.04em;max-width:100%;color:var(--hc-text);background:var(--hc-bg-input);border:1px solid var(--hc-border);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%238ba4bc'%3E%3Cpath d='M3 5l3 3 3-3' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border-radius:6px;padding:6px 28px 6px 10px;font-family:inherit;font-size:11px;font-weight:600}.hc-profile__select:focus{border-color:var(--hc-accent-blue);outline:none}@media (width<=720px){.hc-profile{max-width:140px}}.hc-statusbar{min-height:var(--hc-footer-h);letter-spacing:.06em;color:var(--hc-text-muted);border-top:1px solid var(--hc-border);background:#001a2e;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px 12px;padding:6px 20px;font-size:10px;display:flex}.hc-statusbar__sep{opacity:.35}.hc-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.hc-page-title{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:700}.hc-page-sub{color:var(--hc-text-muted);max-width:520px;margin:6px 0 0;font-size:12px}.hc-kpi-row{flex-wrap:wrap;gap:12px;display:flex}.hc-kpi{background:var(--hc-bg-card);border:1px solid var(--hc-border);border-radius:8px;min-width:140px;padding:12px 16px}.hc-kpi__label{text-transform:uppercase;letter-spacing:.1em;color:var(--hc-text-muted);font-size:10px}.hc-kpi__value{font-variant-numeric:tabular-nums;margin-top:4px;font-size:18px;font-weight:700}.hc-kpi__value--gold{color:var(--hc-gold)}.hc-card{background:var(--hc-bg-card);border:1px solid var(--hc-border);border-radius:10px;padding:16px}.hc-card__title{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-text-muted);margin:0 0 12px;font-size:11px;font-weight:600}.hc-btn{letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.hc-btn--primary{color:#fff;background:linear-gradient(135deg,#1a7eb8,#2b9fd8)}.hc-btn:disabled{opacity:.45;cursor:not-allowed}.hc-btn--ghost{border-color:var(--hc-border);color:var(--hc-text);background:#ffffff0f}.hc-btn--gold{background:var(--hc-gold-soft);border-color:var(--hc-border-gold);color:var(--hc-gold)}.hc-fab{color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#2b9fd8,#5ec4ff);border:none;border-radius:12px;width:48px;height:48px;font-size:22px;position:fixed;bottom:48px;right:24px;box-shadow:0 8px 24px #2b9fd866}@media (width<=900px){.hc-topbar__actions{justify-content:flex-end;width:100%;margin-left:0}.hc-topbar__search{flex:100%;order:10;max-width:none}}.hc-login{background:var(--hc-bg);min-height:100svh;color:var(--hc-text);justify-content:center;align-items:center;padding:24px;display:flex}.hc-login__card{width:100%;max-width:400px}.hc-login__form{flex-direction:column;gap:14px;margin-top:16px;display:flex}.hc-login__field{flex-direction:column;gap:6px;display:flex}.hc-login__lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--hc-text-muted);font-size:10px}.hc-login__password-wrap{align-items:stretch;display:flex;position:relative}.hc-login__password-input{width:100%;padding-right:44px}.hc-login__password-toggle{width:38px;height:38px;color:var(--hc-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.hc-login__password-toggle:hover{color:var(--hc-text);background:#ffffff0f}.hc-login__password-toggle:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:2px}.hc-login__err{color:var(--hc-danger);margin:0;font-size:12px}.hc-login__btn{width:100%;margin-top:4px}.hc-login__hint{border-top:1px solid var(--hc-border);margin-top:20px;padding-top:16px}.hc-landing{box-sizing:border-box;background-color:var(--hc-bg);min-height:100svh;color:var(--hc-text);background-image:radial-gradient(var(--hc-grid-dot) 1px, transparent 1px), linear-gradient(180deg, #002b49eb 0%, var(--hc-bg) 48%);background-size:20px 20px,100% 100%;justify-content:center;align-items:center;padding:clamp(16px,4vw,32px);display:flex;position:relative}.hc-landing__skip{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hc-landing__skip:focus{z-index:10000;clip:auto;background:var(--hc-bg-card);border:1px solid var(--hc-border);width:auto;height:auto;color:var(--hc-text);outline:2px solid var(--hc-accent-blue);outline-offset:2px;border-radius:8px;margin:0;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;position:fixed;top:16px;left:16px;overflow:visible}.hc-landing__shell{grid-template-columns:1fr;align-items:stretch;gap:24px;width:100%;max-width:440px;display:grid}.hc-landing__hero{background:linear-gradient(155deg,#0d3a5ce0 0%,#061f36eb 50%,#0a3554d9 100%);border:1px solid #d4a54238;border-radius:16px;padding:clamp(20px,3vw,36px);position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 20px 48px #00000040}.hc-landing__glow{pointer-events:none;aspect-ratio:1;background:radial-gradient(circle at 30% 30%,#2b9fd833 0%,#d4a54212 45%,#0000 72%);border-radius:50%;width:min(100%,420px);position:absolute;inset:-35% -15% auto auto}.hc-landing__logo{object-fit:contain;width:auto;max-width:min(240px,85vw);height:40px;margin-bottom:20px;display:block;position:relative}.hc-landing__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--hc-gold);margin:0 0 10px;font-size:10px;font-weight:700;position:relative}.hc-landing__title{letter-spacing:-.03em;color:var(--hc-text);margin:0 0 14px;font-family:Calistoga,Georgia,Times New Roman,serif;font-size:clamp(1.65rem,2.2vw + 1rem,2.65rem);font-weight:400;line-height:1.14;position:relative}.hc-landing__lead{max-width:36rem;color:var(--hc-text-muted);margin:0 0 20px;font-size:14px;line-height:1.55;position:relative}.hc-landing__bullets{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex;position:relative}.hc-landing__bullets li{color:var(--hc-text-muted);padding-left:22px;font-size:13px;line-height:1.45;position:relative}.hc-landing__bullets li:before{content:"";background:var(--hc-gold);opacity:.88;border-radius:50%;width:7px;height:7px;position:absolute;top:.5em;left:0}.hc-landing__panel{justify-self:stretch;width:100%;max-width:none}.hc-landing__modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(165deg,#103452fa 0%,#061c30f5 45%,#082840f0 100%);border:1px solid #d4a54247;border-radius:16px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff12,0 24px 56px #00000059,0 0 0 1px #0003}.hc-landing__modal-glow{pointer-events:none;background:radial-gradient(circle,#2b9fd824 0%,#d4a5420d 50%,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;inset:auto -20% -40% auto}.hc-landing__modal-inner{z-index:1;padding:24px 22px 20px;position:relative}.hc-landing__modal-head{border-bottom:1px solid #ffffff12;margin-bottom:18px;padding-bottom:16px}.hc-landing__modal-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--hc-gold);margin:0 0 6px;font-size:10px;font-weight:700}.hc-landing__modal-title{letter-spacing:-.02em;color:var(--hc-text);margin:0 0 12px;font-family:Calistoga,Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400;line-height:1.15}.hc-landing__hint-text{color:var(--hc-text-muted);background:#00000038;border:1px solid #ffffff0f;border-radius:10px;margin:0;padding:12px 14px;font-size:12px;line-height:1.55}.hc-landing__hint-text strong{color:var(--hc-text);font-weight:600}.hc-landing__modal-form.hc-login__form{gap:16px;margin-top:0}.hc-landing__modal .hc-login__lbl{letter-spacing:.1em;color:#e8f0f7bf;font-size:10px}.hc-landing__modal-input.hc-input{background:#061f36d9;border-color:#ffffff1a;border-radius:10px;min-height:44px;padding:10px 14px;font-size:14px;transition:border-color .18s,box-shadow .18s}.hc-landing__modal-input.hc-input::placeholder{color:#8ba4bca6}.hc-landing__modal-input.hc-input:focus{border-color:#2b9fd8a6;box-shadow:0 0 0 1px #2b9fd859,0 8px 24px #0003}.hc-landing__modal-password-toggle.hc-login__password-toggle{border-radius:8px;width:44px;min-width:44px;height:44px;min-height:44px}.hc-landing__modal-submit.hc-btn--primary{letter-spacing:.06em;background:linear-gradient(145deg,#1e8ec9 0%,#2b9fd8 45%,#4eb8f0 100%);border-radius:10px;width:100%;min-height:48px;margin-top:4px;font-size:13px;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:inset 0 1px #ffffff1f,0 10px 28px #2b9fd847}.hc-landing__modal-submit.hc-btn--primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:inset 0 1px #ffffff26,0 12px 32px #2b9fd861}@media (prefers-reduced-motion:no-preference){.hc-landing__modal-submit.hc-btn--primary:hover:not(:disabled){transform:translateY(-1px)}}.hc-landing__modal-submit.hc-btn--primary:focus-visible{outline:2px solid var(--hc-gold);outline-offset:3px}.hc-landing__modal-submit.hc-btn--primary:disabled{filter:none;box-shadow:none;transform:none}.hc-landing__modal-foot{border-top:1px solid #ffffff12;margin-top:18px;padding-top:16px}.hc-landing__modal-invite{color:var(--hc-text-muted);margin:0;font-size:12px;line-height:1.5}.hc-landing__modal-invite strong{color:var(--hc-text);font-weight:600}.hc-landing__modal-invite-link{color:var(--hc-accent-blue);border-bottom:1px solid #2b9fd859;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s}.hc-landing__modal-invite-link:hover{color:#7cc8ef;border-bottom-color:#7cc8ef8c}.hc-landing__modal-invite-link:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:2px;border-radius:2px}.hc-landing__forgot{justify-content:flex-end;margin:-4px 0 2px;display:flex}.hc-landing__forgot-link{color:var(--hc-accent-blue);box-sizing:border-box;border-bottom:1px solid #2b9fd859;align-items:center;min-height:44px;padding:4px 2px;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.hc-landing__forgot-link:hover{color:#7cc8ef;border-bottom-color:#7cc8ef8c}.hc-landing__forgot-link:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:3px;border-radius:4px}.hc-landing--single{align-items:center}.hc-landing__shell--single{grid-template-columns:1fr;max-width:440px}.hc-landing__modal--narrow{max-width:420px;margin-left:auto;margin-right:auto}.hc-landing__logo--modal{margin-bottom:16px}.hc-register{max-width:440px}.hc-register__foot{text-align:center;margin-top:16px}.hc-admin{box-sizing:border-box;width:100%;max-width:none}.hc-admin__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px 28px;width:100%;margin-bottom:28px;display:grid}.hc-admin__section--split{min-width:0;margin-bottom:0}.hc-admin__section--split .hc-admin__section-lead{max-width:none}.hc-admin__invite-card{width:100%;max-width:none}@media (width<=960px){.hc-admin__row{grid-template-columns:1fr}}.hc-admin-matrix__scroll{max-width:100%;margin-top:8px;overflow-x:auto}.hc-admin-matrix__table{min-width:720px}.hc-admin-matrix__field-col{text-align:left;min-width:180px}.hc-admin-matrix__db-col{min-width:110px;font-size:10px}.hc-admin-matrix__mono{font-family:ui-monospace,monospace;font-size:10px}.hc-admin-matrix__role-col{vertical-align:bottom;min-width:52px;max-width:88px;padding:8px 6px}.hc-admin-matrix__role-short{letter-spacing:.04em;font-size:10px;font-weight:700;display:block}.hc-admin-matrix__role-full{color:var(--hc-text-muted);font-size:9px;font-weight:600;line-height:1.2;display:none}@media (width>=960px){.hc-admin-matrix__role-full{display:block}.hc-admin-matrix__role-short{display:none}}.hc-admin-matrix__group-row td{letter-spacing:.06em;text-transform:uppercase;color:var(--hc-gold);background:#00000038;font-size:10px;font-weight:700}.hc-admin-matrix__check{text-align:center}.hc-admin-matrix__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.hc-admin__section{margin-bottom:28px}.hc-admin__section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.hc-admin__section-head .hc-admin__section-title{margin:0}.hc-admin__section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-text-muted);margin:0 0 8px;font-size:13px;font-weight:600}.hc-admin__section-lead{max-width:640px;margin-top:0;margin-bottom:14px}.hc-admin__section-lead--full{width:100%;max-width:none}.hc-admin__users-table{max-width:100%}.hc-admin__role-select{min-width:200px;padding:6px 10px;font-size:12px}.hc-admin__saving{margin-left:8px;font-size:11px}.hc-admin-invite__result{border-top:1px solid var(--hc-border);flex-direction:column;gap:12px;margin-top:20px;padding-top:16px;display:flex}.hc-admin__recovery-link-block{border-top:1px solid var(--hc-border);max-width:min(520px,100%);margin-top:10px;padding-top:10px}.hc-admin__recovery-link-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-text-muted);margin-bottom:6px;font-size:10px;font-weight:600;display:block}.hc-admin__recovery-link-input{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.hc-admin--denied{padding:24px}.hc-admin-tabs{border-bottom:1px solid var(--hc-border);flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:12px;display:flex}.hc-admin-tab{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--hc-border);color:var(--hc-text-muted);cursor:pointer;background:#0003;border-radius:6px;padding:8px 14px;font-size:11px;font-weight:600}.hc-admin-tab:hover{color:var(--hc-text);border-color:#ffffff1f}.hc-admin-tab--active{color:var(--hc-text);border-color:var(--hc-accent-blue);background:#3b82f61f}.hc-admin-tab-panel{width:100%}.hc-admin-toast{z-index:50;border:1px solid var(--hc-border);color:var(--hc-text);background:#141e2df2;border-radius:8px;padding:12px 18px;font-size:13px;font-weight:500;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #00000059}.hc-invitation-generator__hint{color:var(--hc-text-muted);margin:-4px 0 0;font-size:11px}.hc-invitations-table-wrap{margin-top:8px}.hc-invitations-table{font-size:12px}.hc-invitations-table__token{font-family:ui-monospace,monospace;font-size:11px}.hc-invitations-table__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hc-invitations-table .hc-btn--sm{padding:4px 10px;font-size:11px}.hc-role-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--hc-accent-blue);background:#3b82f626;border:1px solid #3b82f659;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-block}.hc-inv-status{letter-spacing:.04em;font-size:11px;font-weight:600}.hc-inv-status--pending{color:var(--hc-gold)}.hc-inv-status--used{color:var(--hc-text-muted)}.hc-inv-status--expired{color:var(--hc-danger)}.hc-dash,.hc-detail,.hc-newdeal,.hc-admin{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow:hidden auto}.hc-dash__head-left{flex-wrap:wrap;align-items:center;gap:12px 16px;display:flex}.hc-trade-side{letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--hc-border);border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.hc-trade-side--buy{color:var(--hc-accent-blue);background:#2b9fd81f;border-color:#2b9fd873}.hc-trade-side--sell{color:var(--hc-gold);background:var(--hc-gold-soft);border-color:#d4af3773}.hc-cell-narrow{white-space:nowrap;width:1%}.hc-dash__head-left .hc-btn-quick--compact{letter-spacing:.05em;white-space:nowrap;justify-content:center;align-items:center;padding:8px 14px;font-size:11px;display:inline-flex}.hc-dash__page-head{justify-content:flex-start}.hc-dash__filters{flex-direction:column;flex:auto;align-items:stretch;gap:8px;min-width:0;max-width:100%;margin-left:0;display:flex}.hc-dash__filters__toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px 14px;min-height:34px;display:flex}.hc-dash__filters__badges{box-sizing:border-box;justify-content:flex-start;align-items:flex-start;width:100%;min-height:34px;display:flex}.hc-dash__filter-dates{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hc-dash__date-field{align-items:center;gap:6px;display:inline-flex}.hc-dash__date-label{color:var(--hc-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.hc-dash__date-input{border:1px solid var(--hc-border);color:var(--hc-text);background:#00000047;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:11px}.hc-dash__date-input::-webkit-calendar-picker-indicator{filter:invert(.85);opacity:.75;cursor:pointer}.hc-dash__filter-params{flex-shrink:0;position:relative}.hc-dash__filter-chips{box-sizing:border-box;flex-wrap:wrap;place-content:flex-start flex-end;gap:6px;width:100%;min-height:34px;margin:0;padding:0;list-style:none;display:flex}.hc-dash__filter-chip{max-width:100%;color:var(--hc-text);background:#2b9fd81a;border:1px solid #2b9fd859;border-radius:6px;align-items:center;gap:6px;padding:4px 4px 4px 10px;font-size:11px;display:inline-flex}.hc-dash__filter-chip__prefix{text-transform:uppercase;letter-spacing:.06em;color:var(--hc-text-muted);flex-shrink:0;font-size:9px;font-weight:600}.hc-dash__filter-chip__text{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:200px;overflow:hidden}.hc-dash__filter-chip__remove{width:22px;height:22px;color:var(--hc-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin:0;padding:0;font-family:inherit;font-size:16px;line-height:1}.hc-dash__filter-chip__remove:hover{color:var(--hc-text);background:#ffffff14}.hc-dash__filter-btn{border:1px solid var(--hc-border);color:var(--hc-text-muted);cursor:pointer;background:#00000047;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-family:inherit;font-size:11px;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.hc-dash__filter-btn:hover{color:var(--hc-text);border-color:#ffffff2e}.hc-dash__filter-btn--active{color:var(--hc-text);background:#2b9fd81f;border-color:#2b9fd88c}.hc-dash__filter-badge-slot{flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:18px;display:inline-flex}.hc-dash__filter-badge{min-width:18px;height:18px;color:var(--hc-text);background:#2b9fd859;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:600;display:inline-flex}.hc-dash__filter-modal__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.hc-dash__filter-modal__body{padding-top:4px}.hc-dash__filter-modal__grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px 20px;display:grid}.hc-dash__filter-modal__col{flex-direction:column;gap:14px;min-width:0;display:flex}@media (width<=560px){.hc-dash__filter-modal__grid{grid-template-columns:1fr}}.hc-dash__filter-reset{color:#6eb8e0;cursor:pointer;text-transform:none;letter-spacing:normal;background:0 0;border:none;padding:4px 8px;font-family:inherit;font-size:11px;font-weight:500}.hc-dash__filter-reset:hover{text-decoration:underline}.hc-dash__filter-fieldset{border:none;min-width:0;margin:0;padding:0}.hc-dash__filter-fieldset legend{color:var(--hc-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;padding:0;font-size:10px}.hc-dash__filter-check{color:var(--hc-text);cursor:pointer;align-items:flex-start;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.hc-dash__filter-check:last-child{margin-bottom:0}.hc-dash__filter-check input{flex-shrink:0;margin-top:2px}.hc-dash__filter-empty{color:var(--hc-text-muted);margin:0;font-size:11px}.hc-modal.hc-modal--filter.hc-deal-filter{max-width:min(880px,100%);max-height:min(92vh,900px)}.hc-deal-filter__head{align-items:flex-start;padding-bottom:4px}.hc-deal-filter__head-text{flex:1;min-width:0}.hc-deal-filter__subtitle{margin:6px 0 0}.hc-deal-filter__body{padding-top:8px;padding-bottom:12px}.hc-deal-filter__section{margin-bottom:20px}.hc-deal-filter__section:last-child{margin-bottom:0}.hc-deal-filter__section-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--hc-text);background:linear-gradient(135deg,#2b9fd859,#1a6a948c);border:1px solid #2b9fd859;border-radius:4px;margin:0 0 10px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-block}.hc-deal-filter__fieldset{border:none;min-width:0;margin:0;padding:0}.hc-deal-filter__grid{gap:8px;display:grid}.hc-deal-filter__grid--product{grid-template-columns:repeat(5,minmax(0,1fr))}.hc-deal-filter__grid--buyer{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=720px){.hc-deal-filter__grid--product{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=480px){.hc-deal-filter__grid--product{grid-template-columns:repeat(2,minmax(0,1fr))}}.hc-deal-filter__tile{cursor:pointer;color:var(--hc-text);border:1px solid var(--hc-border);background:#ffffff0a;border-radius:6px;align-items:center;gap:8px;min-width:0;margin:0;padding:8px 10px;font-size:12px;transition:border-color .15s,background .15s,color .15s;display:flex}.hc-deal-filter__tile:hover{border-color:#2b9fd859}.hc-deal-filter__tile input{accent-color:var(--hc-accent-blue);flex-shrink:0;margin:0}.hc-deal-filter__tile-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hc-deal-filter__tile--checked{color:var(--hc-accent-blue);background:#2b9fd81f;border-color:#2b9fd88c}.hc-deal-filter__tile--checked .hc-deal-filter__tile-label{color:var(--hc-accent-blue)}.hc-deal-filter__seller-list{flex-direction:column;gap:8px;display:flex}.hc-deal-filter__seller-card{cursor:pointer;border:1px solid var(--hc-border);background:#ffffff0a;border-radius:6px;align-items:flex-start;gap:10px;margin:0;padding:10px 12px;transition:border-color .15s,background .15s;display:flex}.hc-deal-filter__seller-card:hover{border-color:#2b9fd859}.hc-deal-filter__seller-card input{accent-color:var(--hc-accent-blue);flex-shrink:0;margin-top:3px}.hc-deal-filter__seller-text{flex-direction:column;gap:2px;min-width:0;display:flex}.hc-deal-filter__seller-primary{color:var(--hc-text);word-break:break-word;font-size:13px;font-weight:600}.hc-deal-filter__seller-secondary{color:var(--hc-text-muted);word-break:break-word;font-size:11px;line-height:1.35}.hc-deal-filter__seller-card--checked{background:#2b9fd81a;border-color:#2b9fd88c}.hc-deal-filter__seller-card--checked .hc-deal-filter__seller-primary{color:var(--hc-accent-blue)}.hc-deal-filter__status-wrap{flex-wrap:wrap;gap:8px;display:flex}.hc-deal-filter__status-pill{cursor:pointer;letter-spacing:.04em;text-transform:uppercase;color:var(--hc-text-muted);border:1px solid var(--hc-border);background:#ffffff0a;border-left:none;border-radius:6px;align-items:center;gap:8px;margin:0;padding:8px 12px 8px 14px;font-size:11px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex;position:relative}.hc-deal-filter__status-pill:before{content:"";background:var(--hc-text-muted);border-radius:6px 0 0 6px;width:4px;position:absolute;top:0;bottom:0;left:0}.hc-deal-filter__status-pill[data-status=en_attente]:before{background:var(--hc-gold)}.hc-deal-filter__status-pill[data-status=en_cours]:before{background:var(--hc-accent-blue)}.hc-deal-filter__status-pill[data-status=waiting_good_issue]:before{background:var(--hc-gold)}.hc-deal-filter__status-pill[data-status=under_pricing]:before{background:#e67e22}.hc-deal-filter__status-pill[data-status=ready_invoice]:before{background:#9b59b6}.hc-deal-filter__status-pill[data-status=facture]:before{background:var(--hc-accent-blue)}.hc-deal-filter__status-pill[data-status=cloture]:before{background:var(--hc-teal)}.hc-deal-filter__status-pill input{accent-color:var(--hc-accent-blue);flex-shrink:0;margin:0}.hc-deal-filter__status-label{flex:1;min-width:0}.hc-deal-filter__status-pill:hover{border-color:#ffffff1f}.hc-deal-filter__status-pill--checked{color:var(--hc-text);background:#ffffff14;border-color:#2b9fd866}.hc-deal-filter__status-pill--checked .hc-deal-filter__status-label{color:var(--hc-accent-blue)}.hc-deal-filter__foot-left{flex-shrink:0}.hc-deal-filter__foot-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.hc-deal-filter__reset-all{letter-spacing:.06em;text-transform:uppercase;color:var(--hc-accent-blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin:0;padding:0;font-family:inherit;font-size:11px;font-weight:600;display:inline-flex}.hc-deal-filter__reset-all:hover:not(:disabled){text-decoration:underline}.hc-deal-filter__reset-all:disabled{opacity:.35;cursor:not-allowed}.hc-deal-filter__reset-icon{opacity:.9;flex-shrink:0}.hc-deal-filter__btn-cancel{letter-spacing:.05em;text-transform:uppercase;padding:8px 16px;font-size:11px;font-weight:600}.hc-deal-filter__btn-apply{letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:#061f36;background:linear-gradient(135deg, var(--hc-accent-blue-dim), var(--hc-accent-blue));border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px 18px;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 2px 12px #2b9fd840}.hc-deal-filter__btn-apply:hover{filter:brightness(1.06)}.hc-pill{border:1px solid var(--hc-border);color:var(--hc-text-muted);background:#ffffff0f;border-radius:6px;padding:8px 12px;font-size:11px}.hc-dash__grid{box-sizing:border-box;flex-flow:wrap;align-items:stretch;gap:16px;height:50vh;min-height:50vh;max-height:50vh;margin-bottom:16px;display:flex}@supports (height:50dvh){.hc-dash__grid{height:50dvh;min-height:50dvh;max-height:50dvh}}.hc-dash__grid>.hc-card.hc-dash__chart{flex-direction:column;flex:1 1 0;align-self:stretch;min-width:0;min-height:0;max-height:100%;display:flex;overflow:hidden}.hc-dash__grid>.hc-dash__rail{flex-direction:column;flex:0 0 440px;align-self:stretch;gap:10px;width:440px;max-width:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.hc-dash__rail>.hc-card{flex-direction:column;flex:1 1 0;min-height:0;display:flex}.hc-dash__grid>.hc-card.hc-dash__chart>.hc-card__title{letter-spacing:.03em;color:var(--hc-text,#e8f0f8);margin-top:0;margin-bottom:8px;font-weight:800}.hc-dash__rail .hc-dash__rail-tile>.hc-card__title{flex-shrink:0;margin-top:0;margin-bottom:8px}.hc-dash__rail .hc-dash__card-body--rail{text-align:center;flex:1;justify-content:center;align-items:center;gap:8px;min-height:0;padding:8px 10px 12px}.hc-dash__rail-value{letter-spacing:.02em;color:var(--hc-gold);font-variant-numeric:tabular-nums;word-break:break-word;margin:0;font-size:clamp(22px,3vw,30px);font-weight:700}a.hc-dash__rail-value--link{color:inherit;cursor:pointer;text-decoration:none;transition:opacity .15s,transform .12s;display:block}a.hc-dash__rail-value--link:hover{opacity:.92;text-underline-offset:4px;text-decoration:underline}a.hc-dash__rail-value--link:focus-visible{outline:2px solid var(--hc-gold);outline-offset:3px}.hc-registry__kpi-banner{color:var(--hc-text-muted);background:#142d5073;border:1px solid #64a0dc59;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;font-size:13px;display:flex}.hc-registry__kpi-banner strong{color:var(--hc-gold);font-weight:600}.hc-registry__kpi-clear{flex-shrink:0}.hc-registry__filter-chips{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.hc-registry__filter-foot{justify-content:flex-end;padding-top:8px;display:flex}.hc-registry--fill{flex-direction:column;flex:1;align-self:stretch;width:100%;min-height:0;display:flex;overflow:hidden}.hc-registry__top{flex-shrink:0}.hc-registry__table-scroll{-webkit-overflow-scrolling:touch;border:1px solid var(--hc-border);border-radius:8px;flex:1 1 0;min-height:0;max-height:100%;overflow:auto}.hc-registry__deal-count{color:var(--hc-text-muted);margin:0;font-size:11px}.hc-registry__toolbar{flex-direction:column;gap:0;margin-top:4px;margin-bottom:20px;display:flex}.hc-registry__toolbar-row{width:100%;font-family:var(--hc-font);letter-spacing:normal;flex-wrap:nowrap;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}@media (width<=640px){.hc-registry__toolbar-row{flex-wrap:wrap}}.hc-registry__filter-input{min-width:0;max-width:none;min-height:38px;font-family:var(--hc-font);font-size:inherit;font-weight:inherit;letter-spacing:inherit;flex:auto;padding:8px 12px;line-height:1.4}.hc-registry__toolbar-row .hc-btn.hc-registry__toolbar-filters{font-family:var(--hc-font);font-size:inherit;font-weight:inherit;letter-spacing:inherit}.hc-registry__toolbar-filters{color:var(--hc-text-muted);border-color:var(--hc-border);background:#00000047;flex-shrink:0;padding:8px 14px;transition:border-color .15s,color .15s,background .15s}.hc-registry__toolbar-filters:hover{color:var(--hc-text);border-color:#ffffff2e}.hc-registry__toolbar-filters--active{color:var(--hc-text);background:#2b9fd81f;border-color:#2b9fd88c}.hc-registry__sort-combo{border:1px solid var(--hc-border);background:#00000047;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;min-height:38px;padding:0 6px 0 10px;transition:border-color .15s;display:inline-flex}.hc-registry__sort-combo:hover{border-color:#ffffff2e}.hc-registry__sort-arrows{font-family:var(--hc-font);font-size:inherit;font-weight:inherit;letter-spacing:-.06em;color:var(--hc-text-muted);-webkit-user-select:none;user-select:none;line-height:1}.hc-registry__sort-combo .hc-registry__sort-select{width:auto;min-width:120px;max-width:200px;color:var(--hc-text);font-family:var(--hc-font);font-size:inherit;font-weight:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:0 auto;padding:6px 8px}.hc-registry__sort-combo .hc-registry__sort-select:focus{border-radius:4px;outline:none;box-shadow:0 0 0 2px #2b9fd859}.hc-registry__sort-combo .hc-registry__sort-dir{min-width:32px;height:30px;color:var(--hc-text-muted);font-family:var(--hc-font);font-size:inherit;font-weight:inherit;letter-spacing:inherit;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:4px 4px 4px 0;padding:0 8px;line-height:1;transition:background .15s,color .15s;display:inline-flex}.hc-registry__sort-combo .hc-registry__sort-dir:hover{color:var(--hc-text);background:#ffffff1f}.hc-registry__toolbar-chips{width:100%;min-width:0}.hc-registry__toolbar-chips .hc-dash__filter-chips{justify-content:flex-start;min-height:0;margin:0}.hc-registry__table-scroll .hc-table thead th{z-index:2;background-color:var(--hc-bg-card);box-shadow:0 1px 0 var(--hc-border);background-clip:padding-box;position:sticky;top:0}.hc-registry__table-fixed thead th:has(.hc-registry__th-sort){vertical-align:middle;padding:0}.hc-registry__th-sort{box-sizing:border-box;width:100%;min-height:100%;font:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:4px;margin:0;padding:8px 10px;display:inline-flex}.hc-registry__th-sort:hover{color:var(--hc-text);background:#ffffff0f}.hc-registry__th-sort:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:-1px}.hc-registry__th-sort--active{color:var(--hc-accent-blue)}.hc-registry__th-sort-icon{opacity:.95;font-size:10px;font-weight:700}.hc-registry__id-cell{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.hc-registry__table .hc-registry__col-trade-id .hc-registry__id-cell{text-align:center;align-items:center;margin-left:auto;margin-right:auto}.hc-registry__table .hc-registry__col-trade-id{text-align:center}.hc-registry__table .hc-registry__col-trade-id.hc-cell-id{padding-right:14px}.hc-registry__id-sub--sm{color:var(--hc-text-muted);font-size:10px;font-weight:500;line-height:1.25;display:none}.hc-registry__side-abbr{display:none}@media (width<=560px){.hc-registry__table .hc-registry__col-ship,.hc-registry__table-scroll .hc-table thead th.hc-registry__col-ship,.hc-registry__table .hc-registry__col-date,.hc-registry__table-scroll .hc-table thead th.hc-registry__col-date{display:none}.hc-registry__id-sub--sm{display:block}.hc-registry__side-full{display:none}.hc-registry__side-abbr{display:inline}}.hc-registry__edit-btn{min-width:34px;min-height:34px;color:var(--hc-text-muted);background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:6px 8px;display:inline-flex}.hc-registry__edit-btn:hover:not(:disabled){color:var(--hc-text);background:#ffffff0f;border-color:#0000}.hc-registry__edit-icon{opacity:.92;flex-shrink:0;display:block}.hc-registry__dup-btn{background:0 0;border-color:#0000;justify-content:center;align-items:center;min-width:34px;min-height:34px;padding:6px 8px;display:inline-flex}.hc-registry__dup-btn:hover:not(:disabled){background:#ffffff0f;border-color:#0000}.hc-registry__dup-icon{opacity:.92;flex-shrink:0;display:block}.hc-registry__action-btns{align-items:center;gap:4px;display:inline-flex}.hc-registry__delete-btn{min-width:34px;min-height:34px;color:var(--hc-text-muted);background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:6px 8px;display:inline-flex}.hc-registry__delete-btn:hover:not(:disabled){color:var(--hc-danger);background:#e85d5d1a;border-color:#0000}.hc-registry__delete-icon{opacity:.92;flex-shrink:0;display:block}.hc-registry__footer{padding-top:10px;padding-bottom:max(4px, env(safe-area-inset-bottom,0px));flex-shrink:0}.hc-registry__table-fixed{table-layout:fixed;width:100%;min-width:720px}.hc-registry__table-fixed col.hc-registry__col--trade{width:10%}.hc-registry__table-fixed col.hc-registry__col--side{width:3.25rem}.hc-registry__table-fixed col.hc-registry__col--parties,.hc-registry__table-fixed col.hc-registry__col--product{width:22%}.hc-registry__table-fixed col.hc-registry__col--qty{width:9%}.hc-registry__table-fixed col.hc-registry__col--date{width:10%}.hc-registry__table-fixed col.hc-registry__col--ship{width:11%}.hc-registry__table-fixed col.hc-registry__col--status{width:12%}.hc-registry__table-fixed col.hc-registry__col--actions{width:6.75rem}@media (width<=1200px){.hc-registry__table-fixed{min-width:640px}.hc-registry__table-fixed col.hc-registry__col--trade{width:8%}.hc-registry__table-fixed col.hc-registry__col--parties,.hc-registry__table-fixed col.hc-registry__col--product{width:18%}}@media (width<=900px){.hc-registry__table-fixed{min-width:560px}.hc-registry__table-fixed col.hc-registry__col--trade{width:6%}.hc-registry__table-fixed col.hc-registry__col--side{width:2.5rem}.hc-registry__table-fixed col.hc-registry__col--parties,.hc-registry__table-fixed col.hc-registry__col--product{width:14%}}@media (width<=640px){.hc-registry__table-fixed{min-width:480px}.hc-registry__table-fixed col.hc-registry__col--trade{width:4%}.hc-registry__table-fixed col.hc-registry__col--parties,.hc-registry__table-fixed col.hc-registry__col--product{width:11%}}.hc-registry__table-fixed th,.hc-registry__table-fixed td{overflow:hidden}.hc-registry__table-fixed th.hc-registry__col-trade-id,.hc-registry__table-fixed td.hc-registry__col-trade-id{min-width:2.5rem}.hc-registry__table-fixed th.hc-registry__col-parties,.hc-registry__table-fixed td.hc-registry__col-parties,.hc-registry__table-fixed th.hc-registry__col-product,.hc-registry__table-fixed td.hc-registry__col-product{min-width:0}.hc-registry__table-fixed th.hc-registry__col-qty,.hc-registry__table-fixed td.hc-registry__col-qty{min-width:4.75rem}.hc-registry__table-fixed th.hc-registry__col-date,.hc-registry__table-fixed td.hc-registry__col-date{min-width:4.25rem}.hc-registry__table-fixed th.hc-registry__col-ship,.hc-registry__table-fixed td.hc-registry__col-ship{min-width:3.5rem}.hc-registry__table-fixed th.hc-registry__col-status,.hc-registry__table-fixed td.hc-registry__col-status{min-width:5.5rem}.hc-registry__table-fixed .hc-registry__status-cell{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.hc-registry__table-fixed th.hc-registry__col-actions,.hc-registry__table-fixed td.hc-registry__col-actions{min-width:6.5rem}.hc-registry__table-fixed .hc-registry__id-cell a{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}.hc-registry__cell-clip{text-align:center;min-width:0}.hc-registry__table-fixed .hc-registry__cell-clip>span:first-child,.hc-registry__table-fixed .hc-registry__cell-clip>span.hc-cell-muted{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.hc-registry__table-fixed .hc-registry__col-parties,.hc-registry__table-fixed .hc-registry__col-product{text-align:center;vertical-align:middle}.hc-registry__table-fixed thead .hc-registry__col-parties,.hc-registry__table-fixed thead .hc-registry__col-product{text-align:center}.hc-registry__table-fixed .hc-cell-stack{align-items:center}.hc-registry__table-fixed .hc-registry__col-actions{text-align:center;vertical-align:middle}.hc-registry__table-fixed .hc-registry__action-btns{justify-content:center;width:100%}.hc-registry__table-fixed .hc-registry__col-parties .hc-cell-stack,.hc-registry__table-fixed .hc-registry__col-product .hc-cell-stack{width:100%;margin-left:auto;margin-right:auto}.hc-registry__table-fixed .hc-registry__col-parties .hc-cell-stack span,.hc-registry__table-fixed .hc-registry__col-product .hc-cell-stack span{text-align:center;width:100%}.hc-registry__table-fixed .hc-registry__col-ship{text-align:center}.hc-registry__table-fixed .hc-registry__col-status{text-align:center;vertical-align:middle}.hc-registry__table-fixed .hc-registry__col-side{text-align:center}.hc-registry--fill .hc-pagination{margin:0}.hc-dash__card-body{flex-direction:column;flex:1;min-height:0;display:flex}.hc-dash__card-body--chart{justify-content:flex-start}.hc-dash-cargo-visx{flex:auto;width:100%;min-width:0;min-height:0}.hc-dash-cargo-visx__svg{width:100%;height:100%;display:block}.hc-dash__card-body--recent-table{flex-direction:column;flex:1;min-height:0;margin-top:0;display:flex;overflow:hidden}.hc-dash__recent{margin-bottom:16px}.hc-dash__recent .hc-dash__card-body--recent-table .hc-dash__recent-scroll{-webkit-overflow-scrolling:touch;scrollbar-gutter:auto;max-height:min(420px,52vh);overflow:auto}.hc-dash__card-empty{text-align:center;margin:auto}@media (width<=960px){.hc-dash__grid{flex-direction:column;height:auto;min-height:auto;max-height:none}.hc-dash__grid>.hc-card.hc-dash__chart,.hc-dash__grid>.hc-dash__rail{flex:none;width:100%;min-height:50vh;max-height:50vh}@supports (height:50dvh){.hc-dash__grid>.hc-card.hc-dash__chart,.hc-dash__grid>.hc-dash__rail{min-height:50dvh;max-height:50dvh}}}.hc-card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hc-seg{gap:4px;display:flex}.hc-seg__btn{border:1px solid var(--hc-border);color:var(--hc-text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:6px 10px;font-family:inherit;font-size:11px}.hc-seg__btn--on{border-color:var(--hc-accent-blue);color:var(--hc-text);background:#2b9fd833}.hc-spark{width:100%;height:120px;display:block}.hc-spark__axis{color:var(--hc-text-muted);justify-content:space-between;margin-top:8px;font-size:10px;display:flex}.hc-spark__legend{color:var(--hc-text-muted);flex-wrap:wrap;gap:8px 14px;margin-top:10px;font-size:10px;display:flex}.hc-spark__legend__item{align-items:center;gap:6px;display:inline-flex}.hc-spark__legend__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hc-spark__yscale{color:var(--hc-text-muted);margin-top:6px;font-size:10px}.hc-bar-chart{align-items:stretch;gap:10px;width:100%;max-width:100%;display:flex}.hc-bar-chart--fill{min-height:0}.hc-bar-chart--fill .hc-bar-chart__yaxis{flex:0 0 48px;align-self:stretch;min-height:0}.hc-bar-chart--fill .hc-bar-chart__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.hc-bar-chart--fill .hc-bar-chart__svg{flex:1;width:100%;height:auto;min-height:0}.hc-bar-chart--fill .hc-bar-chart__xlabels{flex-shrink:0}.hc-bar-chart__yaxis{width:48px;min-height:136px;color:var(--hc-text-muted);text-align:right;font-variant-numeric:tabular-nums;flex-direction:column;flex-shrink:0;justify-content:space-between;padding-top:10px;padding-bottom:6px;font-size:10px;display:flex}.hc-bar-chart__main{flex:1;min-width:0}.hc-bar-chart__svg{width:100%;height:136px;display:block}.hc-bar-chart__xlabels{gap:2px;margin-top:6px;display:grid}.hc-bar-chart__xlabel{color:var(--hc-text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.2;overflow:hidden}.hc-bar-chart__footnote{color:var(--hc-text-muted);margin-top:8px;font-size:10px}.hc-bars{margin:0;padding:0;list-style:none}.hc-bars__row{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:4px 12px;margin-bottom:12px;display:grid}.hc-bars__name{font-size:11px;font-weight:600}.hc-bars__pct{font-variant-numeric:tabular-nums;color:var(--hc-text-muted);font-size:11px}.hc-bars__track{background:#ffffff0f;border-radius:3px;grid-column:1/-1;height:6px;overflow:hidden}.hc-bars__fill{border-radius:3px;height:100%}.hc-bars--scroll{scrollbar-gutter:stable;max-height:236px;margin-top:8px;padding-right:6px;overflow-y:auto}.hc-bars--scroll .hc-bars__row:last-child{margin-bottom:0}.hc-link-all{color:#a8defb;font-size:11px;font-weight:600;text-decoration:none}.hc-link-all:hover{text-decoration:underline}.hc-table-wrap{border:1px solid var(--hc-border);border-radius:8px;overflow-x:auto}.hc-table{border-collapse:collapse;width:100%;font-size:12px}.hc-table th{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--hc-text-muted);background:var(--hc-bg-card);border-bottom:1px solid var(--hc-border);padding:10px 12px;font-size:10px}.hc-table td{border-bottom:1px solid var(--hc-border);vertical-align:middle;text-align:center;padding:10px 12px}.hc-table tr:hover td{background:#ffffff05}.hc-table--dense th,.hc-table--dense td{padding:8px 10px;font-size:11px}.hc-num{text-align:center;font-variant-numeric:tabular-nums}.hc-num--strong{font-weight:700}.hc-table__id{color:var(--hc-accent-blue);font-weight:600;text-decoration:none}.hc-table__id:hover{text-decoration:underline}.hc-status-bar{letter-spacing:.06em;border-left:3px solid;align-items:center;padding:2px 0 2px 10px;font-size:10px;font-weight:700;display:inline-flex}.hc-status-bar--orange{border-left-color:var(--hc-gold);color:var(--hc-gold)}.hc-status-bar--blue{border-left-color:var(--hc-accent-blue);color:var(--hc-accent-blue)}.hc-status-bar--grey{border-left-color:var(--hc-text-muted);color:var(--hc-text-muted)}.hc-tag{border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-block}.hc-tag--blue{color:var(--hc-accent-blue);background:#2b9fd833}.hc-tag--gold{background:var(--hc-gold-soft);color:var(--hc-gold)}.hc-tag--muted{color:var(--hc-text-muted);background:#ffffff0f}.hc-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.hc-filters__field{flex-direction:column;gap:4px;display:flex}.hc-filters__lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--hc-text-muted);font-size:10px}.hc-filters__apply{margin-left:auto}.hc-cell-id{padding-left:14px;position:relative}.hc-row-accent{border-radius:2px;width:3px;position:absolute;top:4px;bottom:4px;left:0}.hc-row-accent--gold{background:var(--hc-gold)}.hc-row-accent--blue{background:var(--hc-accent-blue)}.hc-row-accent--teal{background:var(--hc-teal)}.hc-cell-stack{flex-direction:column;gap:2px;display:flex}.hc-cell-muted{color:var(--hc-text-muted);font-size:10px}.hc-flags{align-items:center;gap:6px;display:flex}.hc-dot{border-radius:50%;width:8px;height:8px}.hc-dot--green{background:var(--hc-success)}.hc-dot--blue{background:var(--hc-accent-blue)}.hc-dot--grey{background:var(--hc-text-muted)}.hc-margin-warn{font-size:12px}.hc-pagination{color:var(--hc-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 20px;font-size:11px;display:flex}.hc-pagination__nav{align-items:center;gap:6px;display:flex}.hc-page-btn{border:1px solid var(--hc-border);min-width:32px;height:32px;color:var(--hc-text);cursor:pointer;background:0 0;border-radius:6px;font-family:inherit;font-size:12px}.hc-page-btn--active{border-color:var(--hc-accent-blue);background:#2b9fd840}.hc-breadcrumb-inline{letter-spacing:.08em;color:var(--hc-text-muted);margin:0 0 8px;font-size:10px}.hc-newdeal__actions{gap:10px;display:flex}.hc-newdeal__form{box-sizing:border-box;width:100%;max-width:none;margin-inline:0}.hc-newdeal__form .hc-field .hc-input{max-width:min(100%,21rem)}.hc-form-grid{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}.hc-detail__cards.hc-newdeal__cards{grid-template-columns:repeat(3,1fr);width:100%}.hc-newdeal__card--full{grid-column:1/-1}.hc-newdeal__notes-qe-row{grid-column:1/-1;grid-template-columns:2fr 1fr;align-items:stretch;gap:16px;min-width:0;display:grid}.hc-newdeal__notes-qe-row--solo{grid-template-columns:1fr}.hc-newdeal__notes-qe-row__notes .hc-field .hc-input.hc-newdeal__notes-textarea{width:100%;max-width:100%}@media (width<=900px){.hc-newdeal__notes-qe-row{grid-template-columns:1fr}}@media (width<=1199px){.hc-detail__cards.hc-newdeal__cards{grid-template-columns:repeat(2,1fr)}.hc-newdeal__card--pricing{grid-column:1/-1}}@media (width<=900px){.hc-detail__cards.hc-newdeal__cards{grid-template-columns:1fr}.hc-newdeal__card--pricing{grid-column:auto}}.hc-form-main{flex-direction:column;gap:16px;display:flex}.hc-form-section{background:var(--hc-bg-card);border:1px solid var(--hc-border);border-left:4px solid #ffffff26;border-radius:10px;padding:16px 16px 16px 20px}.hc-form-section--blue{border-left-color:var(--hc-accent-blue)}.hc-form-section--gold{border-left-color:var(--hc-gold)}.hc-form-section--teal{border-left-color:var(--hc-teal)}.hc-form-section__title{letter-spacing:.1em;text-transform:uppercase;color:var(--hc-text-muted);margin:0 0 14px;font-size:11px;font-weight:700}.hc-form-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.hc-form-row--3{grid-template-columns:repeat(3,1fr)}.hc-form-row--1{grid-template-columns:1fr}.hc-pricing-window-dynamic{box-sizing:border-box;min-height:9rem}.hc-detail--edit .hc-pricing-window-dynamic{min-height:0}@media (width<=700px){.hc-pricing-window-dynamic{min-height:13rem}.hc-detail--edit .hc-pricing-window-dynamic{min-height:0}.hc-form-row,.hc-form-row--3{grid-template-columns:1fr}}.hc-field{flex-direction:column;gap:6px;display:flex}.hc-field span{text-transform:uppercase;letter-spacing:.06em;color:var(--hc-text-muted);font-size:10px}.hc-field-hint{color:var(--hc-text-muted);text-transform:none;letter-spacing:.02em;margin-top:6px;font-size:10px;font-weight:400;line-height:1.45;display:block}.hc-pricing-form-line{border-bottom:1px solid var(--hc-border);box-sizing:border-box;grid-template-columns:minmax(0,1fr) min(21rem,100%);align-items:center;gap:12px;width:100%;padding:8px 0;display:grid}.hc-pricing-form-line__label{min-width:0;margin:0;display:block}.hc-pricing-form-line__label span{text-transform:uppercase;letter-spacing:.06em;color:var(--hc-text-muted);font-size:10px}.hc-newdeal .hc-pricing-form-line>.hc-input,.hc-newdeal .hc-pricing-form-line select.hc-input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.hc-newdeal .hc-pricing-window-dynamic{min-height:0}.hc-calc-box{background:var(--hc-gold-soft);border:1px solid var(--hc-border-gold);border-radius:8px;margin-top:8px;padding:14px 16px}.hc-calc-box__label{text-transform:uppercase;color:var(--hc-gold);letter-spacing:.08em;font-size:10px}.hc-calc-box__value{color:var(--hc-gold);margin-top:4px;font-size:22px;font-weight:700}.hc-calc-box__unit{opacity:.85;margin-left:4px;font-size:12px;font-weight:500}.hc-calc-box__sub{color:var(--hc-text-muted);margin-top:6px;font-size:11px}.hc-toggles{gap:24px;margin-top:16px;display:flex}.hc-toggle{cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.hc-form-aside{flex-direction:column;gap:12px;display:flex}.hc-dest-card{border:1px solid var(--hc-border);background:#2b9fd81a;border-radius:8px;align-items:center;gap:12px;margin:12px 0;padding:12px;display:flex}.hc-dest-card__icon{opacity:.9;font-size:22px}.hc-dest-card__label{color:var(--hc-text-muted);font-size:10px}.hc-dest-card__name{font-size:13px;font-weight:600}.hc-insight{border:1px solid var(--hc-border);color:var(--hc-text-muted);background:linear-gradient(135deg,#0d3a5ce6,#002b49f2);font-size:12px;line-height:1.55}.hc-detail__back{margin:0 0 10px;font-size:12px}.hc-detail__back a{color:var(--hc-accent-blue);text-decoration:none}.hc-detail__back a:hover{text-decoration:underline}.hc-detail__head{align-items:flex-start}.hc-detail__badges{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.hc-detail__badges .hc-badge{margin-bottom:0}.hc-badge{letter-spacing:.12em;border:1px solid var(--hc-border-gold);color:var(--hc-gold);border-radius:4px;margin-bottom:10px;padding:6px 12px;font-size:10px;font-weight:700;display:inline-block}.hc-badge--locked{color:#e8a090;background:#78281e40;border-color:#dc785aa6}.hc-badge--neutral{border-color:var(--hc-border);color:var(--hc-text-muted);background:0 0}.hc-badge--inline{vertical-align:middle;margin-bottom:0}.hc-dot--locked{background:linear-gradient(135deg,#c75c4a,#8a3d32);box-shadow:0 0 0 1px #ffc8b459}.hc-detail__vessel{font-size:26px}.hc-detail--compact .hc-dl>div{padding:4px 0}.hc-detail__recap-title{margin:0;font-size:22px;font-weight:700;line-height:1.35}.hc-detail__trade-id{color:var(--hc-text-muted);letter-spacing:.02em;margin:10px 0 0;font-size:13px}.hc-detail__trade-id-mono{color:var(--hc-text);letter-spacing:.04em;font-family:ui-monospace,SF Mono,Menlo,monospace}.hc-trade-docs__intro{color:var(--hc-text-muted);margin:0 0 12px;font-size:11px}.hc-trade-docs__file{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.hc-trade-docs__add{cursor:pointer;margin-bottom:12px;display:inline-block;position:relative}.hc-trade-docs__err{color:#e8a090;margin:0 0 8px;font-size:12px}.hc-doc-list--files .hc-doc-list__row{border-bottom:1px solid var(--hc-border);flex-wrap:wrap;align-items:center;gap:8px;padding:6px 0;display:flex}.hc-doc-list__name{color:var(--hc-accent-blue);cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;padding:0}.hc-doc-list__meta{font-size:10px}.hc-newdeal .hc-input:not([type=checkbox]):not([type=radio]){box-sizing:border-box;min-height:26px;padding:4px 8px;line-height:1.2}.hc-newdeal .hc-input[type=date]{min-height:26px}.hc-newdeal textarea.hc-input.hc-newdeal__notes-textarea{min-height:4.5rem;padding:6px 8px;line-height:1.35}.hc-newdeal .hc-seg .hc-seg__btn{padding:4px 9px}.hc-modal--trade-edit .hc-field .hc-input{box-sizing:border-box;min-height:38px}.hc-dl--checks dd{justify-content:flex-end;align-items:center;display:flex}.hc-detail-check{cursor:pointer;align-items:center;display:inline-flex}.hc-detail-check input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--hc-accent-blue,#2b9fd8)}.hc-detail-check input[type=checkbox]:disabled{cursor:not-allowed;opacity:.55}.hc-detail__loc{color:var(--hc-accent-blue);margin:8px 0 12px;font-size:13px;font-weight:600}.hc-progress__label{color:var(--hc-text-muted);margin-bottom:4px;font-size:10px}.hc-progress__track{background:#ffffff14;border-radius:4px;max-width:280px;height:8px;overflow:hidden}.hc-progress__fill{background:linear-gradient(90deg, var(--hc-accent-blue), var(--hc-teal));border-radius:4px;height:100%}.hc-detail__actions{flex-wrap:wrap;gap:10px;display:flex}.hc-detail__icon-action{justify-content:center;align-items:center;min-width:42px;min-height:40px;padding:8px 12px;display:inline-flex}.hc-detail__action-icon{opacity:.92;flex-shrink:0;display:block}.hc-detail__delete-deal{min-width:42px;min-height:40px;color:var(--hc-danger);border-color:#e85d5d73;justify-content:center;align-items:center;padding:8px 12px;display:inline-flex}.hc-detail__delete-deal:hover:not(:disabled){color:#f0a8a8;background:#e85d5d14;border-color:#e85d5da6}.hc-detail__delete-icon{opacity:.95;flex-shrink:0;display:block}.hc-detail__delete-deal-busy{letter-spacing:0;font-size:18px;line-height:1}.hc-detail__meta{color:var(--hc-text-muted);margin-bottom:16px;font-size:12px}.hc-detail-edit__layout{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.hc-detail-edit__row{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;display:grid}.hc-detail-edit__row--2{grid-template-columns:1fr 1fr}.hc-detail-edit__row>.hc-detail-edit__span2{grid-column:span 2}.hc-detail-edit__stack{flex-direction:column;gap:16px;min-width:0;display:flex}.hc-detail-edit__sidebar-stack{flex-direction:column;align-self:start;gap:16px;min-width:0;display:flex}.hc-detail-card--status .hc-dl>div:last-child{border-bottom:none}.hc-detail-edit__row--ref-notes{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hc-detail--edit .hc-dl--notes-stack>div{flex-direction:column;align-items:stretch;gap:8px}.hc-detail--edit .hc-dl--notes-stack>div>dt{text-align:left}.hc-detail--edit .hc-dl--notes-stack .hc-detail-edit__dd{text-align:left;justify-content:flex-start;align-items:stretch;width:100%;max-width:none}.hc-detail--edit .hc-dl--notes-stack textarea.hc-input.hc-detail-edit__input{box-sizing:border-box;text-align:left;width:100%;max-width:none;font-weight:400}.hc-detail-notes-readonly{text-align:left;width:100%;font-weight:400}.hc-detail-edit__qty-row>span{flex:none}.hc-detail-edit__row--changelog{grid-template-columns:1fr}.hc-detail-edit__changelog{min-width:0}.hc-detail-edit__layout .hc-card.hc-detail-card{flex-direction:column;min-height:0;display:flex}.hc-detail-edit__layout .hc-card.hc-detail-card .hc-card__title{flex-shrink:0}.hc-detail-edit__layout .hc-card.hc-audit{flex-direction:column;min-width:0;min-height:200px;display:flex}@media (width<=900px){.hc-detail-edit__row,.hc-detail-edit__row--2,.hc-detail-edit__row--ref-notes,.hc-detail-edit__row--changelog{grid-template-columns:1fr}.hc-detail-edit__row>.hc-detail-edit__span2{grid-column:span 1}}.hc-detail__cards{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:16px;margin-bottom:16px;display:grid}.hc-detail__cards>.hc-card.hc-detail-card{flex-direction:column;height:100%;min-height:0;display:flex}.hc-detail__cards>.hc-card.hc-detail-card .hc-card__title{flex-shrink:0}.hc-detail__cards>.hc-card.hc-detail-card .hc-dl{flex:auto}.hc-detail__cards-stack{flex-direction:column;gap:16px;min-width:0;height:100%;min-height:0;display:flex}.hc-detail__cards-stack .hc-detail-card{flex:none;margin:0}@media (width<=900px){.hc-detail__cards{grid-template-columns:1fr}}.hc-dl{margin:0}.hc-dl>div{border-bottom:1px solid var(--hc-border);justify-content:space-between;gap:12px;padding:8px 0;font-size:12px;display:flex}.hc-dl dt{color:var(--hc-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px}.hc-dl dd{text-align:right;margin:0;font-weight:600}.hc-detail--edit .hc-dl>div{align-items:flex-start;padding-top:5px;padding-bottom:5px}.hc-detail--edit .hc-pricing-window-dynamic{width:100%}.hc-detail--edit .hc-pricing-window-dynamic>div{box-sizing:border-box;grid-template-columns:minmax(0,1fr) min(280px,100%);align-items:start;gap:12px;width:100%;padding-top:5px;padding-bottom:5px;font-size:12px;display:grid}.hc-detail--edit .hc-pricing-window-dynamic>div>dt{min-width:0}.hc-detail--edit .hc-pricing-window-dynamic>div>dd.hc-detail-edit__dd{flex:unset;justify-self:stretch;align-items:flex-start;width:100%;max-width:none;margin-inline-start:0}.hc-detail--edit .hc-pricing-window-dynamic>div>dd.hc-detail-edit__dd>.hc-input.hc-detail-edit__input{box-sizing:border-box;width:100%;max-width:100%}.hc-detail--edit .hc-input.hc-detail-edit__input{min-height:26px;padding:4px 8px;line-height:1.2}.hc-detail--edit .hc-input.hc-detail-edit__input[type=date]{min-height:26px}.hc-detail--edit textarea.hc-input.hc-detail-edit__input{min-height:4.5rem;padding:6px 8px;line-height:1.35}.hc-detail--edit .hc-detail-edit__seg .hc-seg__btn{padding:4px 9px}.hc-detail--edit .hc-trader-cat__combo{width:100%;max-width:280px}.hc-detail--edit .hc-trader-cat__combo>select.hc-input.hc-detail-edit__input{width:100%;max-width:280px;min-height:26px;padding:4px 8px;line-height:1.2}.hc-detail--edit .hc-qe__field input:not([type=file]),.hc-detail--edit .hc-qe__field select,.hc-detail--edit .hc-qe__field textarea{min-height:26px;padding:4px 8px;line-height:1.2}.hc-detail--edit .hc-qe__field textarea{min-height:3.25rem;line-height:1.35}.hc-detail-edit__dd{text-align:right;flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:center;min-width:0;margin:0;font-weight:600;display:flex}.hc-detail-edit__input{text-align:right;box-sizing:border-box;width:100%;max-width:280px;font-size:12px;font-weight:600}.hc-detail-edit__input:disabled{opacity:.62;cursor:not-allowed}.hc-detail-edit__input--qty{max-width:120px}.hc-detail-edit__input--units{max-width:88px}.hc-detail-edit__qty-row{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;width:100%;max-width:280px;margin-left:auto;display:flex}.hc-detail-edit__qty-row>.hc-input.hc-detail-edit__input{flex:none;width:auto;min-width:0}.hc-detail-edit__seg{justify-content:flex-end;margin-top:0}.hc-detail-edit__readonly{font-variant-numeric:tabular-nums;font-weight:600}.hc-detail__edit-meta{color:var(--hc-text-muted);margin:0 0 8px;font-size:11px}.hc-detail-edit__toggle{cursor:pointer;align-items:center;gap:6px;font-weight:600;display:inline-flex}.hc-dl--highlight dd{color:var(--hc-accent-blue);font-size:18px}.hc-num-big{font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.hc-detail__bottom{grid-template-columns:1fr 1.4fr;gap:16px;display:grid}@media (width<=900px){.hc-detail__bottom{grid-template-columns:1fr}}.hc-doc-list{margin:0;padding:0;list-style:none}.hc-doc-list li{border-bottom:1px solid var(--hc-border);color:var(--hc-accent-blue);cursor:default;align-items:center;gap:10px;padding:10px 0;font-size:12px;display:flex}.hc-doc-ico{opacity:.85}.hc-audit .hc-table td:nth-child(3){white-space:normal;word-break:break-word;max-width:min(52vw,560px)}.hc-audit__scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-height:24rem;overflow:auto}.hc-audit__scroll::-webkit-scrollbar{display:none}.hc-audit__scroll .hc-table thead th{z-index:2;background-color:var(--hc-bg-card);box-shadow:0 1px 0 var(--hc-border);background-clip:padding-box;position:sticky;top:0}.hc-audit-dot{background:var(--hc-accent-blue);border-radius:50%;width:8px;height:8px;display:inline-block}.hc-audit-dot--warn{background:var(--hc-gold)}.hc-audit-dot--system{background:var(--hc-teal)}.hc-audit-dot--ok{background:var(--hc-accent-blue)}.hc-placeholder{max-width:560px}.hc-placeholder h1{margin:0 0 8px;font-size:20px}.hc-placeholder p{color:var(--hc-text-muted);font-size:13px}a{color:var(--hc-accent-blue)}.hc-modal-backdrop{z-index:1200;background:#000a18b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hc-modal--trade-edit{max-width:min(1160px,100%);max-height:min(94vh,960px)}.hc-modal.hc-modal--filter:not(.hc-deal-filter){max-width:min(720px,100%)}.hc-modal__foot{border-top:1px solid var(--hc-border);flex-shrink:0;justify-content:flex-end;gap:10px;padding:12px 18px 18px;display:flex}.hc-modal__foot.hc-deal-filter__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px}.hc-modal--sm{max-width:420px;max-height:min(90vh,520px)}.hc-trader-cat__combo{flex-direction:column;gap:8px;display:flex}.hc-trader-cat__combo>select{box-sizing:border-box;min-height:38px}.hc-modal{background:var(--hc-bg-card);border:1px solid var(--hc-border);border-radius:10px;flex-direction:column;width:100%;max-width:640px;max-height:min(85vh,560px);display:flex;overflow:hidden;box-shadow:0 24px 48px #00000073}.hc-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 0;display:flex}.hc-modal__title{letter-spacing:.06em;text-transform:uppercase;color:var(--hc-text);word-break:break-word;margin:0;font-size:14px;font-weight:600}.hc-modal__close{border:1px solid var(--hc-border);width:32px;height:32px;color:var(--hc-text-muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;font-family:inherit;font-size:20px;line-height:1}.hc-modal__close:hover{color:var(--hc-text);border-color:var(--hc-accent-blue)}.hc-modal__meta{color:var(--hc-text-muted);margin:8px 18px 0;font-size:11px}.hc-modal__body{flex:1;min-height:0;padding:12px 18px 18px;overflow:auto}.hc-table--compact th,.hc-table--compact td{padding:8px 10px;font-size:11px}.hc-trader-catalog__add-block{margin-bottom:12px}.hc-trader-catalog__add-block>.hc-field{margin-bottom:6px}.hc-trader-catalog__add-row{align-items:stretch;gap:10px;display:flex}.hc-trader-catalog__add-row .hc-input{box-sizing:border-box;flex:1;min-height:36px}.hc-trader-catalog__add-btn{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;height:36px;min-height:36px;padding:0 18px;display:inline-flex}.hc-trader-catalog__product-form{grid-template-columns:1fr 1fr auto;align-items:stretch;gap:6px 10px;margin-bottom:12px;display:grid}.hc-trader-catalog__product-form>.hc-field{margin:0}.hc-trader-catalog__product-form-spacer{visibility:hidden;pointer-events:none;min-height:1px}.hc-trader-catalog__product-form>.hc-input{box-sizing:border-box;min-height:36px}.hc-trader-catalog__product-form>.hc-trader-catalog__add-btn{justify-content:center;align-items:center;display:inline-flex}.hc-trader-catalog__table.hc-table--compact th,.hc-trader-catalog__table.hc-table--compact td{padding:4px 8px;line-height:1.3}.hc-trader-catalog__th-actions{width:88px}.hc-trader-catalog__td-actions{vertical-align:middle;text-align:right;white-space:nowrap}.hc-trader-catalog__row-actions{justify-content:flex-end;align-items:center;gap:2px;display:inline-flex}.hc-trader-catalog__icon-btn{min-width:30px;min-height:28px;color:var(--hc-text-muted);background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:4px;display:inline-flex}.hc-trader-catalog__icon-btn:hover:not(:disabled){color:var(--hc-text);background:#ffffff0f;border-color:#0000}.hc-trader-catalog__icon-btn:disabled{opacity:.45}.hc-trader-catalog__icon-btn--danger:hover:not(:disabled){color:var(--hc-danger,#e85d5d)}.hc-trader-catalog__table-input{box-sizing:border-box;width:100%;min-height:28px;padding:4px 8px;font-size:11px}.hc-trader-catalog__modal-foot{border-top:1px solid var(--hc-border);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:12px 18px 18px;display:flex}.hc-trader-catalog__modal-foot--start{justify-content:flex-start}.hc-trader-catalog__modal-text{color:var(--hc-text);margin:0;font-size:13px;line-height:1.45}.hc-bar-chart__bar{cursor:pointer}.hc-bar-chart__bar:hover{opacity:.88}.hc-bar-chart__bar:focus{outline:none}.hc-bar-chart__bar:focus-visible{outline:2px solid var(--hc-accent-blue);outline-offset:1px}.hc-qe{margin-bottom:16px}.hc-qe__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hc-qe__toast{color:var(--hc-accent-blue,#5b8cff);margin:0 0 10px;font-size:13px}.hc-qe__err,.hc-qe__err-list{color:#e85d5d;margin:0 0 10px;font-size:13px}.hc-qe__err-list{padding-left:18px}.hc-qe__empty{text-align:center;padding:24px 16px}.hc-qe__table-wrap{margin-bottom:16px}.hc-qe__cards{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:none}.hc-qe__card{border:1px solid var(--hc-border);background:#ffffff05;border-radius:10px;padding:12px}.hc-qe__card-head{align-items:flex-start;gap:10px;display:flex}.hc-qe__card-meta{color:var(--hc-text-muted);margin:8px 0;font-size:12px}.hc-qe__card-actions{flex-wrap:wrap;gap:8px;display:flex}.hc-qe__actions{white-space:nowrap}.hc-qe__actions .hc-btn{margin-right:4px}.hc-qe__pill{text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--hc-border);border-radius:999px;padding:2px 8px;font-size:10px}.hc-qe__pill--prem{color:#6ecf9b;border-color:#6ecf9b73}.hc-qe__pill--disc{color:#e88a8a;border-color:#e88a8a73}.hc-qe__mono{font-size:11px}.hc-qe__coa{border-top:1px solid var(--hc-border);margin-top:20px;padding-top:16px}.hc-qe__subhead{text-transform:uppercase;letter-spacing:.08em;color:var(--hc-text-muted);margin:0 0 8px;font-size:12px}.hc-qe__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:14px;display:grid}.hc-qe__field--span2{grid-column:1/-1}.hc-qe__pdf-upload-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hc-qe__storage-hint{margin-top:6px}.hc-qe__mono{word-break:break-all;color:#b4d2f0e6;font-size:10px}button.hc-link-as-btn{font:inherit;color:var(--hc-gold);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}button.hc-link-as-btn:hover{opacity:.9}button.hc-link-as-btn:focus-visible{outline:2px solid var(--hc-gold);outline-offset:2px;border-radius:4px}.hc-qe__field{color:var(--hc-text-muted);flex-direction:column;gap:6px;margin-bottom:10px;font-size:11px;display:flex}.hc-qe__field input,.hc-qe__field select,.hc-qe__field textarea{font:inherit;border:1px solid var(--hc-border);background:var(--hc-bg,#0f1419);color:var(--hc-text);border-radius:8px;padding:8px 10px}.hc-qe__field--spec .hc-qe__spec-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hc-qe__field--spec input{max-width:140px}.hc-qe__inline-prev{color:var(--hc-text-muted);font-size:12px}.hc-qe__extra-head{margin:16px 0 8px;font-size:12px}.hc-qe__extra-row{grid-template-columns:1fr 100px 100px auto;align-items:end;gap:8px;margin-bottom:8px;display:grid}.hc-qe__extra-row input{font:inherit;border:1px solid var(--hc-border);background:var(--hc-bg,#0f1419);color:var(--hc-text);border-radius:6px;padding:6px 8px}.hc-qe__summary{border:1px solid var(--hc-border);background:#ffffff08;border-radius:10px;margin:16px 0;padding:12px}.hc-qe__fieldset{border:1px solid var(--hc-border);border-radius:8px;flex-wrap:wrap;gap:16px;margin-bottom:12px;padding:10px 12px;font-size:13px;display:flex}.hc-qe__fieldset.hc-qe__fieldset--spec-presets{flex-flow:column;align-items:stretch;gap:8px}.hc-qe__fieldset.hc-qe__fieldset--spec-presets>legend{color:var(--hc-text-muted);padding:0 4px;font-size:11px;font-weight:600}.hc-qe__radio-row{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.hc-qe__field.hc-qe__field--indent{margin-top:4px;margin-left:22px}.hc-qe__toggle-line{flex-direction:row;align-items:center}.hc-qe__config-block{margin-bottom:12px}.hc-qe__tier-row{border-bottom:1px dashed var(--hc-border);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));align-items:end;gap:8px;margin-bottom:10px;padding-bottom:10px;display:grid}.hc-qe__tier-row label{color:var(--hc-text-muted);flex-direction:column;gap:4px;font-size:10px;display:flex}.hc-qe__tier-row input{font:inherit;border:1px solid var(--hc-border);background:var(--hc-bg,#0f1419);color:var(--hc-text);border-radius:6px;padding:6px 8px}.hc-qe__preview{margin-top:16px}.hc-qe__preview-out{white-space:pre-wrap;border:1px solid var(--hc-border);background:#0003;border-radius:8px;max-height:200px;padding:10px;font-size:11px;overflow:auto}.hc-qe__modal-actions{border-top:1px solid var(--hc-border);justify-content:flex-end;gap:10px;margin-top:18px;padding-top:12px;display:flex}.hc-modal--qe{width:calc(100% - 32px);max-width:560px;max-height:min(90vh,720px)}.hc-modal--qe-wizard{max-width:min(720px,100% - 32px);max-height:min(92vh,820px)}.hc-qe-modal-body{max-height:min(70vh,620px)}.hc-modal--qe-wizard .hc-qe-modal-body{max-height:min(78vh,700px)}.hc-qe-wiz{flex-direction:column;gap:14px;min-height:0;display:flex}.hc-qe-wiz__steps{letter-spacing:.06em;text-transform:uppercase;color:var(--hc-text-muted);margin:0;font-size:12px}.hc-qe-wiz__progress{align-items:center;gap:8px;display:flex}.hc-qe-wiz__dot{background:#ffffff1f;border-radius:999px;flex:1;height:4px;transition:background .2s}.hc-qe-wiz__dot--done{background:#d4af378c}.hc-qe-wiz__dot--current{background:var(--hc-gold);box-shadow:0 0 0 2px #d4af3740}.hc-qe-wiz__step{flex-direction:column;gap:12px;min-height:0;display:flex}.hc-qe-wiz__lead{color:var(--hc-text-muted);margin:0;font-size:13px;line-height:1.45}.hc-qe-wiz__actions{border-top:1px solid var(--hc-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding-top:12px;display:flex}.hc-qe-wiz__actions>div{flex-wrap:wrap;gap:8px;display:flex}.hc-qe-type-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.hc-qe-type-card{text-align:left;border:1px solid var(--hc-border);color:inherit;font:inherit;cursor:pointer;background:#ffffff08;border-radius:10px;flex-direction:column;gap:6px;margin:0;padding:12px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.hc-qe-type-card:hover{background:#284b7833;border-color:#64a0dc73}.hc-qe-type-card:focus-visible{outline:2px solid var(--hc-gold);outline-offset:2px}.hc-qe-type-card--selected{background:#50411940;border-color:#d4af37a6;box-shadow:0 0 0 1px #d4af3733}.hc-qe-type-card__title{color:var(--hc-text,#e8f0f8);font-size:13px;font-weight:700}.hc-qe-type-card__blurb{color:var(--hc-text-muted);font-size:11px;line-height:1.4}.hc-qe-type-card__ex{color:#a0bedcd9;font-size:10px;font-style:italic}.hc-qe-type-card__check{color:var(--hc-gold);margin-top:4px;font-size:11px;font-weight:600}.hc-qe-wiz__recap{border:1px solid var(--hc-border);background:#0003;border-radius:10px;padding:12px;font-size:12px}.hc-qe-wiz__recap p{margin:0 0 6px}.hc-qe-wiz__recap p:last-child{margin-bottom:0}@media (width<=720px){.hc-qe__table-wrap{display:none}.hc-qe__cards{display:flex}.hc-qe__extra-row{grid-template-columns:1fr}}.hc-qe-filters{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:14px;display:flex}.hc-qe-filters__search input{min-width:180px;font:inherit;border:1px solid var(--hc-border);background:var(--hc-bg,#0f1419);color:var(--hc-text);border-radius:8px;padding:8px 10px}.hc-qe-filters__sel{color:var(--hc-text-muted);flex-direction:column;gap:4px;font-size:10px;display:flex}.hc-qe-filters__sel select{font:inherit;border:1px solid var(--hc-border);background:var(--hc-bg,#0f1419);color:var(--hc-text);border-radius:6px;padding:6px 8px}.hc-qe-badge{text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--hc-border);border-radius:4px;margin-right:4px;padding:2px 6px;font-size:9px;display:inline-block}.hc-qe-badge--md{padding:3px 8px;font-size:10px}.hc-qe-badge--prem{color:#6ecf9b;border-color:#6ecf9b66}.hc-qe-badge--disc{color:#e88a8a;border-color:#e88a8a66}.hc-qe-badge--type{color:var(--hc-text-muted)}.hc-qe__card-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.hc-qe__summary-block{flex-direction:column;gap:16px;margin-top:8px;display:flex}.hc-qe-summary-card{border:1px solid var(--hc-border);background:#ffffff08;border-radius:10px;padding:12px}.hc-qe-summary-card__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.hc-qe-summary-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--hc-text-muted);margin:0 0 4px;font-size:10px}.hc-qe-summary-card__value{flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;display:flex}.hc-qe-summary-card__value--pos{color:#6ecf9b}.hc-qe-summary-card__value--neg{color:#e88a8a}.hc-qe-summary-card__tag{text-transform:uppercase;color:#6ecf9b;background:#6ecf9b26;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:500}.hc-qe-summary-card__tag--disc{color:#e88a8a;background:#e88a8a26}.hc-qe-summary-card__dl{grid-template-columns:auto 1fr;gap:6px 16px;margin:14px 0 8px;font-size:12px;display:grid}.hc-qe-summary-card__dl dt{color:var(--hc-text-muted);margin:0}.hc-qe-summary-card__dl dd{margin:0}.hc-qe-summary-card__text{color:var(--hc-text-muted);margin:0 0 10px;font-size:12px}.hc-qe-summary-card__btns{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.hc-qe-breakdown__title{text-transform:uppercase;letter-spacing:.06em;color:var(--hc-text-muted);margin:0 0 10px;font-size:12px}.hc-qe-breakdown__list{margin:0;padding:0;list-style:none}.hc-qe-breakdown__item{border:1px solid var(--hc-border);border-radius:8px;margin-bottom:8px;overflow:hidden}.hc-qe-breakdown__head{width:100%;font:inherit;text-align:left;color:var(--hc-text);cursor:pointer;background:#ffffff0a;border:none;align-items:center;gap:8px;padding:10px 12px;font-size:13px;display:flex}.hc-qe-breakdown__head:hover{background:#ffffff12}.hc-qe-breakdown__chevron{color:#6ecf9b;flex-shrink:0;width:1.2em}.hc-qe-breakdown__chevron--disc{color:#e88a8a}.hc-qe-breakdown__amt{margin-left:auto;font-size:12px;font-weight:600}.hc-qe-breakdown__panel{border-top:1px solid var(--hc-border);padding:10px 12px 12px 36px;font-size:12px}.hc-qe-breakdown__mono{color:var(--hc-text-muted);font-family:ui-monospace,monospace;font-size:11px}.hc-qe-breakdown__steps{margin:8px 0 0;padding-left:18px}.hc-qe-breakdown__cap{color:#e8b86d;margin:8px 0 0;font-size:11px}.hc-qe-breakdown__footer{margin:12px 0 0;font-size:13px}.hc-admin-qp__wrap{margin-top:16px;overflow-x:auto}.hc-admin-qp__table{border-collapse:separate;border-spacing:0;min-width:920px}.hc-admin-qp__table th,.hc-admin-qp__table td{vertical-align:top;border-bottom:1px solid var(--hc-border);padding:12px 10px}.hc-admin-qp__th{max-width:140px}.hc-admin-qp__th-label{font-size:12px;font-weight:600;display:block}.hc-admin-qp__th-help{color:var(--hc-text-muted);margin-top:4px;font-size:10px;font-weight:400;line-height:1.35;display:block}.hc-admin-qp__row--dirty{background:#e8b86d1f}.hc-admin-qp__role-cell{text-align:left;min-width:200px}.hc-admin-qp__role-id{margin-top:4px;font-size:11px;display:block}.hc-admin-qp__admin-note{color:var(--hc-text-muted);margin:8px 0 0;font-size:11px}.hc-admin-qp__cell{text-align:center}.hc-admin-qp__save-cell{white-space:nowrap}.hc-admin-qp__check-wrap{cursor:pointer;justify-content:center;align-items:center;gap:8px;display:inline-flex}.hc-admin-qp__check{accent-color:#e8b86d;cursor:pointer;width:20px;height:20px}.hc-admin-qp__mark{font-size:16px;line-height:1}.hc-admin-qp__mark--fixed{color:#3ecf8e}.hc-admin-qp__viz{opacity:.85;-webkit-user-select:none;user-select:none;min-width:1.25em;font-size:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hc-perm-matrix{--perm-field-w:15rem;--perm-db-w:10rem;max-width:100%}.hc-perm-matrix__header{z-index:3;background:var(--hc-bg,#0f1419);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:8px;display:flex;position:sticky;top:0}.hc-perm-matrix__title{letter-spacing:.02em;text-transform:uppercase;color:#ffffffeb;margin:0 0 8px;font-size:1.1rem;font-weight:700}.hc-perm-matrix__lead{max-width:52rem;margin:0;line-height:1.45}.hc-perm-matrix__save{flex-shrink:0;align-self:flex-start}.hc-perm-matrix__save--idle:not(:disabled){opacity:.75}.hc-perm-matrix__err{margin-bottom:12px}.hc-perm-matrix__scroll{border:1px solid #ffffff14;border-radius:8px;overflow-x:auto}.hc-perm-matrix__table{border-collapse:separate;border-spacing:0;width:100%;min-width:920px;font-size:.875rem}.hc-perm-matrix__th-field{text-align:left;z-index:4;min-width:var(--perm-field-w);background:#ffffff0f;padding:10px 12px;position:sticky;top:0;left:0;box-shadow:1px 0 #ffffff0f}.hc-perm-matrix__th-db{text-align:left;top:0;left:var(--perm-field-w);z-index:4;min-width:var(--perm-db-w);color:#ffffff8c;background:#ffffff0f;padding:10px;font-size:.75rem;font-weight:600;position:sticky;box-shadow:1px 0 #ffffff0f}.hc-perm-matrix__th-role{text-align:center;z-index:2;white-space:normal;vertical-align:bottom;background:#ffffff0f;max-width:5.5rem;padding:10px 8px;font-size:.72rem;line-height:1.2;position:sticky;top:0}.hc-perm-matrix__th-role--admin{background:#78a0ff24}.hc-perm-matrix__group-row td{letter-spacing:.06em;text-transform:uppercase;color:#d4a843;background:#d4a8431a;border-top:1px solid #d4a84359;border-bottom:1px solid #ffffff0f;padding:10px 12px;font-size:.72rem;font-weight:700}.hc-perm-matrix__section td{text-transform:uppercase;letter-spacing:.05em;color:#ffffffe0;background:#ffffff12;border-top:1px solid #ffffff1f;padding:14px 12px;font-size:.75rem;font-weight:700}.hc-perm-matrix__row:hover .hc-perm-matrix__label,.hc-perm-matrix__row:hover .hc-perm-matrix__dbcol{background:#ffffff0a}.hc-perm-matrix__row--even .hc-perm-matrix__label,.hc-perm-matrix__row--even .hc-perm-matrix__dbcol{background:#ffffff06}.hc-perm-matrix__label{z-index:1;min-width:var(--perm-field-w);background:var(--hc-bg,#0f1419);border-right:1px solid #ffffff0f;padding:8px 12px;position:sticky;left:0;box-shadow:1px 0 #ffffff0f}.hc-perm-matrix__dbcol{left:var(--perm-field-w);z-index:1;min-width:var(--perm-db-w);background:var(--hc-bg,#0f1419);border-right:1px solid #ffffff0f;max-width:12rem;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;position:sticky;box-shadow:1px 0 #ffffff0f}.hc-perm-matrix__cell{text-align:center;background:var(--hc-bg,#0f1419);padding:6px 8px}.hc-perm-matrix__cell--admin{background:#78a0ff12}.hc-perm-matrix__row--even .hc-perm-matrix__cell{background:#ffffff05}.hc-perm-matrix__row--even .hc-perm-matrix__cell--admin{background:#78a0ff17}.hc-perm-matrix__cell input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}.hc-perm-matrix__cell--admin input[type=checkbox]{cursor:not-allowed;opacity:.9}.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{opacity:0;width:20px;height:20px;position:absolute}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.hc-charts-page{flex-direction:column;flex:1;gap:16px;min-height:0;padding-bottom:24px;display:flex;overflow-y:auto}.hc-charts-page__toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hc-charts-page .hc-btn--small{padding:6px 12px;font-size:11px}.hc-charts-page .hc-chart-panel__chrome-actions .hc-btn--small{border-radius:6px;gap:4px;padding:3px 8px;font-size:10px;font-weight:600}.hc-charts-grid-host{width:100%;min-height:320px}.hc-charts-grid{min-height:120px}.hc-charts-grid .react-grid-item.react-grid-placeholder{opacity:.5;background:#2b9fd840}.hc-charts-grid__item{height:100%;overflow:hidden}.hc-charts-grid .react-grid-item{overflow:hidden}.hc-charts-grid__item>.react-resizable-handle:after{border-bottom-color:#ffffff73;border-right-color:#ffffff73}.hc-chart-panel{background:var(--hc-panel-bg,#0c121cbf);border:1px solid #ffffff14;border-radius:8px;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.hc-chart-panel__chrome{border-bottom:1px solid #ffffff0f;flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:8px;min-height:38px;padding:6px 10px;font-size:11px;display:flex}.hc-chart-panel__label{min-width:0;color:var(--hc-text,#e8f0f8);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:600;overflow:hidden}.hc-chart-panel__series-count{color:var(--hc-text-muted,#8ba4bc);font-weight:500}.hc-chart-panel__chrome-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.hc-chart-drag-handle{border:1px solid var(--hc-border,#ffffff1f);width:28px;height:28px;color:var(--hc-text-muted,#8ba4bc);cursor:grab;background:#0003;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;font-size:12px;line-height:1;display:flex}.hc-chart-drag-handle:active{cursor:grabbing}.hc-chart-drag-grip{letter-spacing:-.12em;-webkit-user-select:none;user-select:none}.hc-chart-panel__nodata{color:var(--hc-text-muted,#8ba4bc);background:#e85d6c14;border:1px dashed #e85d6c73;border-radius:6px;flex-shrink:0;margin:6px 10px 0;padding:8px 10px;font-size:11px;line-height:1.35}.hc-chart-panel__plot{flex:1;min-width:0;min-height:0;padding:4px 6px 8px;position:relative;overflow:visible}.hc-charts-empty{text-align:center;color:var(--hc-text-muted,#8ba4bc);border:1px dashed #ffffff1f;border-radius:10px;padding:48px 24px}.hc-charts-empty p{margin:0 0 12px;font-size:14px}.hc-modal.hc-modal--chart-config.hc-modal--chart-config-wide{width:min(50vw,100vw - 48px);max-width:min(50vw,100vw - 48px)}.hc-modal--chart-config .hc-modal__body{box-sizing:border-box;min-width:0}.hc-chart-config__form--split{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:start;gap:20px 24px;width:100%;display:grid}@media (width<=720px){.hc-chart-config__form--split{grid-template-columns:1fr}}.hc-chart-config__col{flex-direction:column;gap:12px;min-width:0;display:flex}.hc-chart-config__col-title{letter-spacing:.06em;text-transform:uppercase;color:var(--hc-text-muted,#8ba4bc);margin:0;font-size:11px;font-weight:700}.hc-chart-config__hint{color:var(--hc-text-muted,#8ba4bc);margin:-4px 0 0;font-size:11px;line-height:1.4}.hc-chart-config__series-block{box-sizing:border-box;background:#0003;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:10px;width:100%;max-width:100%;padding:12px;display:flex}.hc-chart-config__series-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hc-chart-config__series-badge{color:#0a1624;background:linear-gradient(135deg,#2b9fd8,#5ec4ff);border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.hc-chart-config__series-title{color:var(--hc-text,#e8f0f8);flex:1;font-size:12px;font-weight:600}.hc-chart-config__series-remove{margin-left:auto;padding:4px 10px;font-size:11px}.hc-chart-config__series-metrics{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=520px){.hc-chart-config__series-metrics{grid-template-columns:1fr}}.hc-chart-config__filters{flex-direction:column;gap:8px;display:flex}.hc-chart-config__filters-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.hc-chart-config__add-filter{padding:4px 10px;font-size:11px}.hc-chart-config__filters-empty{color:var(--hc-text-muted,#8ba4bc);margin:0;font-size:11px;font-style:italic;line-height:1.35}.hc-chart-config__filter-row{grid-template-columns:minmax(0,1.1fr) auto minmax(0,1fr) 28px;align-items:center;gap:6px;width:100%;min-width:0;display:grid}.hc-chart-config__filter-row .hc-input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.hc-chart-config__filter-op{width:100%;max-width:110px}.hc-chart-config__filter-remove{width:28px;height:28px;color:var(--hc-text-muted,#8ba4bc);cursor:pointer;background:#00000040;border:1px solid #ffffff1f;border-radius:6px;padding:0;font-size:16px;line-height:1}.hc-chart-config__filter-remove:hover{color:var(--hc-danger,#e85d5d);border-color:#e85d6c73}.hc-chart-config__add-series{align-self:flex-start;margin-top:4px}.hc-chart-config__form{flex-direction:column;gap:14px;display:flex}.hc-chart-config__field{flex-direction:column;gap:6px;width:100%;min-width:0;max-width:100%;display:flex}.hc-chart-config__field .hc-input,.hc-chart-config__field select.hc-input{box-sizing:border-box;width:100%;max-width:100%}.hc-chart-config__series-metrics .hc-chart-config__field{min-width:0}.hc-chart-config__label{letter-spacing:.04em;text-transform:uppercase;color:var(--hc-text-muted,#8ba4bc);font-size:11px;font-weight:600}.hc-chart-config__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.hc-chart-config__foot-actions{gap:8px;margin-left:auto;display:flex}
