:root{--hy-color-bg: #070a09;--hy-color-surface: #0c100e;--hy-color-surface-raised: #111713;--hy-color-border: #302f28;--hy-color-text-primary: #f1eadb;--hy-color-text-secondary: #9f998c;--hy-color-text-disabled: #65635c;--hy-color-primary: #d3a24f;--hy-color-primary-strong: #e4b85f;--hy-color-on-primary: #171109;--hy-color-gold: #c99743;--hy-color-success: #8ea35f;--hy-color-danger: #bd6657;--hy-color-focus-ring: #e4b85f;--hy-space-1: 4px;--hy-space-2: 8px;--hy-space-3: 12px;--hy-space-4: 16px;--hy-space-5: 24px;--hy-space-6: 32px;--hy-space-7: 48px;--hy-space-8: 64px;--hy-font-size-xs: 12px;--hy-font-size-sm: 14px;--hy-font-size-base: 16px;--hy-font-size-lg: 20px;--hy-font-size-xl: 24px;--hy-font-size-2xl: 32px;--hy-font-size-3xl: 40px;--hy-font-family-base: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;--hy-font-family-display: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;--hy-font-family-mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;--hy-line-height-tight: 1.25;--hy-line-height-base: 1.6;--hy-radius-sm: 2px;--hy-radius-md: 4px;--hy-radius-lg: 6px;--hy-shadow-card: 0 16px 48px rgba(0, 0, 0, .38)}body{margin:0;font-family:var(--hy-font-family-base);font-size:var(--hy-font-size-base);line-height:var(--hy-line-height-base);background-color:var(--hy-color-bg);color:var(--hy-color-text-primary)}.eyebrow{margin:0 0 4px;color:var(--hy-color-primary);font-size:11px;font-weight:800;letter-spacing:.18em}.studio-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--hy-space-5)}.storage-badge,.version-chip{border:1px solid color-mix(in srgb,var(--hy-color-primary) 45%,transparent);border-radius:999px;padding:7px 11px;color:var(--hy-color-primary);background:color-mix(in srgb,var(--hy-color-primary) 8%,transparent);font:700 10px/1 var(--hy-font-family-base);letter-spacing:.1em;white-space:nowrap}.crop-studio{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);overflow:hidden;min-height:470px;border:1px solid var(--hy-color-border);border-radius:18px;background:#07090d;box-shadow:0 24px 70px #00000047}.crop-studio__controls{display:flex;flex-direction:column;gap:14px;padding:24px;background:linear-gradient(150deg,color-mix(in srgb,var(--hy-color-surface) 96%,#15100a),var(--hy-color-surface));border-right:1px solid var(--hy-color-border)}.crop-studio__controls h2,.asset-modal__header h2{margin:0}.crop-studio__controls>p:not(.eyebrow){margin:-6px 0 4px;color:var(--hy-color-text-secondary);font-size:12px}.crop-studio__controls label{display:flex;flex-direction:column;gap:6px;color:var(--hy-color-text-secondary);font-size:12px}.crop-studio__controls input:not([type=file]){padding:10px;color:var(--hy-color-text-primary);border:1px solid var(--hy-color-border);border-radius:8px;background:var(--hy-color-surface-raised)}.crop-studio__controls input[type=range]{padding:0;accent-color:var(--hy-color-primary)}.file-drop{position:relative;align-items:center;justify-content:center;min-height:76px;padding:12px;border:1px dashed color-mix(in srgb,var(--hy-color-primary) 50%,var(--hy-color-border));border-radius:10px;text-align:center;cursor:pointer;background:color-mix(in srgb,var(--hy-color-primary) 5%,transparent)}.file-drop input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-drop strong{color:var(--hy-color-primary)}.file-drop span{font-size:11px}.crop-studio__stage{position:relative;display:grid;place-items:center;min-width:0;padding:clamp(20px,4vw,48px);background:radial-gradient(circle at 50% 35%,#24262d 0,#0e1015 54%,#07080b)}.crop-studio__stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:24px 24px}.crop-studio canvas{position:relative;z-index:1;display:block;max-width:100%;max-height:410px;width:auto;height:auto;box-shadow:0 14px 48px #000}.crop-studio__empty{position:relative;z-index:1;display:grid;place-items:center;width:min(520px,90%);aspect-ratio:16/9;border:1px solid #3b3e47;color:#7e818b;background:#111319}.crop-studio__empty span{font-size:44px;font-weight:900;letter-spacing:.18em;opacity:.18}.crop-studio__empty p{position:absolute;font-size:12px}.asset-library-toolbar{display:grid;grid-template-columns:1.2fr .8fr minmax(180px,1fr) auto;gap:10px;padding:12px;border:1px solid var(--hy-color-border);border-radius:12px;background:var(--hy-color-surface)}.asset-library-toolbar select,.asset-library-toolbar input{min-width:0;padding:10px;color:var(--hy-color-text-primary);border:1px solid var(--hy-color-border);border-radius:8px;background:var(--hy-color-surface-raised)}.asset-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.asset-tile{overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--hy-color-border);border-radius:12px;background:var(--hy-color-surface)}.asset-tile__image{display:grid;place-items:center;aspect-ratio:16/10;padding:10px;background:#090b0f}.asset-tile__image img{max-width:100%;max-height:100%;object-fit:contain}.asset-tile__meta{display:flex;flex-direction:column;gap:3px;padding:12px}.asset-tile__meta span,.asset-tile__meta code{color:var(--hy-color-text-secondary);font-size:11px}.asset-tile>.btn{margin:0 12px 12px}.empty-studio{display:grid;place-items:center;min-height:180px;padding:24px;border:1px dashed var(--hy-color-border);border-radius:12px;color:var(--hy-color-text-secondary);text-align:center}.asset-picker{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.asset-picker__selection{display:flex;align-items:center;gap:8px;min-height:50px;padding:8px;border:1px solid var(--hy-color-border);border-radius:9px;background:var(--hy-color-surface-raised)}.asset-picker__selection>span{flex:1;color:var(--hy-color-text-secondary);font-size:12px}.asset-picker__selection>img{width:72px;height:44px;object-fit:contain;background:#080a0e;border-radius:5px}.asset-modal{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#000000c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asset-modal__panel{width:min(920px,100%);max-height:min(760px,90vh);overflow:auto;padding:22px;border:1px solid var(--hy-color-border);border-radius:16px;background:var(--hy-color-surface);box-shadow:0 30px 100px #000}.asset-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.asset-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}.asset-picker__card{overflow:hidden;padding:0 0 10px;border:1px solid var(--hy-color-border);border-radius:10px;color:var(--hy-color-text-primary);background:var(--hy-color-surface-raised);text-align:left;cursor:pointer}.asset-picker__card:hover{border-color:var(--hy-color-primary);transform:translateY(-1px)}.asset-picker__card img{display:block;width:100%;height:120px;object-fit:contain;background:#080a0e}.asset-picker__card span,.asset-picker__card small{display:block;margin:8px 10px 0}.asset-picker__card small{margin-top:2px;color:var(--hy-color-text-secondary)}.branding-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.branding-board>.asset-picker{padding:18px;border:1px solid var(--hy-color-border);border-radius:12px;background:var(--hy-color-surface)}.btn--text{padding:6px;border:0;background:transparent;color:var(--hy-color-text-secondary)}.picker-tabs{display:flex;gap:6px;margin:-6px 0 14px;border-bottom:1px solid var(--hy-color-border)}.picker-tabs button{padding:8px 14px 10px;border:0;border-bottom:2px solid transparent;background:none;color:var(--hy-color-text-secondary);font:inherit;font-size:13px;cursor:pointer}.picker-tabs button.is-active{border-bottom-color:var(--hy-color-primary);color:var(--hy-color-text-primary)}.upload-mode{display:flex;gap:8px}.upload-mode .btn.is-active{border-color:var(--hy-color-primary);color:var(--hy-color-primary)}@media(max-width:800px){.crop-studio{grid-template-columns:1fr}.crop-studio__controls{border-right:0;border-bottom:1px solid var(--hy-color-border)}.asset-library-toolbar{grid-template-columns:1fr 1fr}.asset-library-toolbar input{grid-column:1/-1}.branding-board{grid-template-columns:1fr}.studio-heading{flex-direction:column}.storage-badge{white-space:normal}.asset-modal{padding:8px}}.shell{min-height:100vh;display:flex;flex-direction:column}.shell--login{align-items:center}.site-header{display:flex;align-items:center;justify-content:center;padding:var(--hy-space-5) var(--hy-space-6);background-color:var(--hy-color-surface);border-bottom:1px solid var(--hy-color-border)}.site-header__brand{font-size:var(--hy-font-size-lg);font-weight:700;color:var(--hy-color-primary)}.site-main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:var(--hy-space-6) var(--hy-space-5);box-sizing:border-box}.boot-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--hy-color-text-secondary)}.shell--admin{flex-direction:row}.admin-sidebar{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:var(--hy-space-4);padding:var(--hy-space-5) var(--hy-space-4);background-color:var(--hy-color-surface);border-right:1px solid var(--hy-color-border);box-sizing:border-box;min-height:100vh}.admin-sidebar__brand{font-size:var(--hy-font-size-base);font-weight:700;color:var(--hy-color-primary);text-decoration:none;word-break:break-all}.admin-sidebar__nav{display:flex;flex-direction:column;gap:var(--hy-space-1)}.admin-sidebar__nav a{padding:var(--hy-space-2) var(--hy-space-3);border-radius:var(--hy-radius-md);color:var(--hy-color-text-secondary);text-decoration:none;font-size:var(--hy-font-size-sm)}.admin-sidebar__nav a:hover{color:var(--hy-color-text-primary);background-color:var(--hy-color-surface-raised)}.admin-sidebar__nav a.admin-sidebar__link--active{color:var(--hy-color-primary);background-color:var(--hy-color-surface-raised);font-weight:600}.admin-body{flex:1;display:flex;flex-direction:column;min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--hy-space-4);padding:var(--hy-space-3) var(--hy-space-6);background-color:var(--hy-color-surface);border-bottom:1px solid var(--hy-color-border)}.admin-topbar__identity{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.admin-main{flex:1;width:100%;max-width:1080px;padding:var(--hy-space-6) var(--hy-space-6);box-sizing:border-box}.page{display:flex;flex-direction:column;gap:var(--hy-space-4)}.page--narrow{max-width:440px;margin:0 auto;width:100%}.page__title{margin:0;font-size:var(--hy-font-size-2xl);line-height:var(--hy-line-height-tight);color:var(--hy-color-text-primary)}.page__desc{margin:0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.page__hint{margin:0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.card{display:flex;flex-direction:column;gap:var(--hy-space-3);padding:var(--hy-space-5);background-color:var(--hy-color-surface);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-lg);box-shadow:var(--hy-shadow-card)}.card__title{margin:0;font-size:var(--hy-font-size-lg);line-height:var(--hy-line-height-tight)}.card__desc{margin:0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--hy-space-4)}.summary-card{gap:var(--hy-space-2)}.form{display:flex;flex-direction:column;gap:var(--hy-space-4)}.form__field{display:flex;flex-direction:column;gap:var(--hy-space-1)}.form__label{font-size:var(--hy-font-size-sm);color:var(--hy-color-text-secondary)}.form input,.form select{padding:var(--hy-space-3);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-primary);font:inherit}.form input:focus-visible,.form select:focus-visible{outline:2px solid var(--hy-color-focus-ring);outline-offset:1px}.form__error{color:var(--hy-color-danger);font-size:var(--hy-font-size-xs)}.crop-studio__alert{padding:10px 12px;border:1px solid color-mix(in srgb,var(--hy-color-danger) 55%,transparent);border-radius:9px;color:var(--hy-color-danger);font-size:var(--hy-font-size-sm);background:color-mix(in srgb,var(--hy-color-danger) 10%,transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--hy-space-2);padding:var(--hy-space-3) var(--hy-space-5);border-radius:var(--hy-radius-md);border:1px solid transparent;font:inherit;font-size:var(--hy-font-size-sm);cursor:pointer;text-decoration:none}.btn--primary{background-color:var(--hy-color-primary);color:var(--hy-color-on-primary)}.btn--primary:hover:not(:disabled){background-color:var(--hy-color-primary-strong)}.btn--ghost{background-color:transparent;color:var(--hy-color-text-primary);border-color:var(--hy-color-border)}.btn--ghost:hover:not(:disabled){border-color:var(--hy-color-text-secondary)}.btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:var(--hy-space-3) var(--hy-space-4);border-radius:var(--hy-radius-md);font-size:var(--hy-font-size-sm);border:1px solid var(--hy-color-border)}.alert--error{background-color:var(--hy-color-surface-raised);border-color:var(--hy-color-danger);color:var(--hy-color-danger)}.alert--success{background-color:var(--hy-color-surface-raised);border-color:var(--hy-color-success);color:var(--hy-color-success)}.alert--info{background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-secondary)}.login-steps{list-style:none;display:flex;gap:var(--hy-space-4);margin:0;padding:0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.login-steps__item--active{color:var(--hy-color-primary);font-weight:600}.tabs{display:flex;gap:var(--hy-space-2);border-bottom:1px solid var(--hy-color-border)}.tabs__tab{padding:var(--hy-space-2) var(--hy-space-4);background:none;border:none;border-bottom:2px solid transparent;color:var(--hy-color-text-secondary);font:inherit;font-size:var(--hy-font-size-sm);cursor:pointer}.tabs__tab--active{color:var(--hy-color-primary);border-bottom-color:var(--hy-color-primary)}.enroll-card{align-items:center}.enroll-secret{padding:var(--hy-space-2) var(--hy-space-3);background-color:var(--hy-color-surface-raised);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-sm);letter-spacing:.08em;word-break:break-all}.qr--loading{background-color:var(--hy-color-surface-raised);border-radius:var(--hy-radius-md)}.qr__image{display:block;border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md)}.qr__fallback{margin:0;color:var(--hy-color-danger);font-size:var(--hy-font-size-sm)}.recovery-codes{list-style:none;margin:0;padding:var(--hy-space-4);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--hy-space-2);background-color:var(--hy-color-surface);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-lg)}.recovery-codes__item code{font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-sm);letter-spacing:.06em}.tag{display:inline-block;padding:var(--hy-space-1) var(--hy-space-2);border-radius:var(--hy-radius-sm);background-color:var(--hy-color-surface);border:1px solid var(--hy-color-gold);color:var(--hy-color-gold);font-size:var(--hy-font-size-xs);width:fit-content}.tag--published{border-color:var(--hy-color-success);color:var(--hy-color-success)}.tag--coming{border-color:var(--hy-color-focus-ring);color:var(--hy-color-focus-ring)}.tag--unpublished{border-color:var(--hy-color-text-disabled);color:var(--hy-color-text-secondary)}.tag--draft{border-color:var(--hy-color-border);color:var(--hy-color-text-secondary)}.stack{display:flex;flex-direction:column;gap:var(--hy-space-3);align-items:stretch}.stack--row{flex-direction:row;align-items:center;flex-wrap:wrap}.page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hy-space-4);flex-wrap:wrap}.page__crumbs{margin-bottom:var(--hy-space-2)}.page__crumbs a{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.toolbar{display:flex;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap;margin:var(--hy-space-4) 0;padding:var(--hy-space-3);background-color:var(--hy-color-surface);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md)}.toolbar__search{display:flex;align-items:center;gap:var(--hy-space-2);flex:1 1 240px}.toolbar__search input{flex:1}.toolbar__field{display:flex;align-items:center;gap:var(--hy-space-2);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.toolbar__field select{background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-primary);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-sm);padding:var(--hy-space-1) var(--hy-space-2)}.table-wrap{overflow-x:auto;border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface)}.table{width:100%;border-collapse:collapse;font-size:var(--hy-font-size-sm)}.table th,.table td{text-align:left;padding:var(--hy-space-2) var(--hy-space-3);border-bottom:1px solid var(--hy-color-border);vertical-align:middle}.table thead th{color:var(--hy-color-text-secondary);font-weight:600;white-space:nowrap;background-color:var(--hy-color-surface-raised)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background-color:var(--hy-color-surface-raised)}.table__mono{font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-xs);color:var(--hy-color-text-secondary)}.state-hint{color:var(--hy-color-text-secondary);padding:var(--hy-space-4) 0}.empty-state{padding:var(--hy-space-6);text-align:center;color:var(--hy-color-text-secondary);border:1px dashed var(--hy-color-border);border-radius:var(--hy-radius-md)}.pager{display:flex;align-items:center;gap:var(--hy-space-3);margin-top:var(--hy-space-3);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.pager__end{color:var(--hy-color-text-disabled)}.btn--small{padding:var(--hy-space-1) var(--hy-space-2);font-size:var(--hy-font-size-xs)}.reorder-bar{display:flex;justify-content:space-between;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap;padding:var(--hy-space-3);margin-bottom:var(--hy-space-3);border:1px solid var(--hy-color-gold);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.section-card{margin-top:var(--hy-space-5)}.card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hy-space-4);flex-wrap:wrap;margin-bottom:var(--hy-space-3)}.card__meta{margin:var(--hy-space-1) 0 var(--hy-space-2);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.card__meta code{font-family:var(--hy-font-family-mono);color:var(--hy-color-text-primary)}.card__hint{margin:var(--hy-space-1) 0 0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.form__row{display:flex;gap:var(--hy-space-3);flex-wrap:wrap}.form__row .form__field{flex:1 1 180px}.form--inline{padding:var(--hy-space-3);background-color:var(--hy-color-surface-raised);border-radius:var(--hy-radius-md)}.form textarea{width:100%;background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-primary);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-sm);padding:var(--hy-space-2);font:inherit;resize:vertical}.form textarea:focus-visible{outline:2px solid var(--hy-color-focus-ring);outline-offset:1px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:var(--hy-space-5);background-color:#04060ab8;z-index:40}.modal{width:100%;max-width:480px;max-height:90vh;overflow-y:auto;background-color:var(--hy-color-surface);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-lg);box-shadow:var(--hy-shadow-card);padding:var(--hy-space-5)}.modal__title{margin:0 0 var(--hy-space-3);font-size:var(--hy-font-size-lg)}.modal__facts{margin:0 0 var(--hy-space-4);display:grid;gap:var(--hy-space-2)}.modal__fact{display:grid;grid-template-columns:3.5em 1fr;gap:var(--hy-space-2)}.modal__fact dt{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.modal__fact dd{margin:0;font-size:var(--hy-font-size-sm)}.modal__actions{display:flex;gap:var(--hy-space-3);flex-wrap:wrap}.upload-jobs{margin-top:var(--hy-space-5);display:grid;gap:var(--hy-space-4)}.section-card__title{margin:0 0 var(--hy-space-2);font-size:var(--hy-font-size-lg)}.upload-job__files{list-style:none;margin:var(--hy-space-2) 0;padding:0;display:grid;gap:var(--hy-space-1);font-size:var(--hy-font-size-sm)}.upload-job__file{display:flex;justify-content:space-between;gap:var(--hy-space-3);align-items:baseline}.upload-job__file code{font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-xs);color:var(--hy-color-text-secondary);word-break:break-all}.upload-job__fail{color:var(--hy-color-danger);font-size:var(--hy-font-size-xs);margin:0}.progress{display:flex;align-items:center;gap:var(--hy-space-3);margin:var(--hy-space-2) 0}.progress__track{flex:1;height:8px;border-radius:var(--hy-radius-sm);background-color:var(--hy-color-surface-raised);overflow:hidden}.progress__fill{height:100%;background-color:var(--hy-color-gold);transition:width .3s ease}.progress__label{min-width:3.5em;text-align:right;font-size:var(--hy-font-size-xs);color:var(--hy-color-text-secondary)}.typography-meta{display:flex;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.typography-board{display:flex;flex-direction:column;gap:var(--hy-space-4)}.typography-token{display:flex;flex-direction:column;gap:var(--hy-space-3);padding:var(--hy-space-4);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface)}.typography-token__head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hy-space-3)}.typography-token__name{margin:0;font-size:var(--hy-font-size-base);color:var(--hy-color-text-primary)}.typography-token__key{font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-xs);color:var(--hy-color-text-secondary)}.typography-token__fields{display:flex;gap:var(--hy-space-4);flex-wrap:wrap}.typography-field{display:flex;flex-direction:column;gap:var(--hy-space-1)}.typography-field__label{font-size:var(--hy-font-size-sm);color:var(--hy-color-text-secondary)}.typography-field input[type=number]{width:96px;padding:var(--hy-space-2);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-primary);font:inherit}.typography-field__error{margin:0;color:var(--hy-color-danger);font-size:var(--hy-font-size-xs)}.typography-field__hint{margin:0;display:flex;align-items:center;gap:var(--hy-space-2);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.typography-color{display:flex;align-items:center;gap:var(--hy-space-2)}.typography-color input[type=text]{width:110px;padding:var(--hy-space-2);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);color:var(--hy-color-text-primary);font-family:var(--hy-font-family-mono);font-size:var(--hy-font-size-sm)}.typography-color input[type=color]{width:44px;height:36px;padding:2px;border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);cursor:pointer}.typography-token__previews{display:flex;gap:var(--hy-space-4);flex-wrap:wrap;align-items:stretch}.typography-preview{flex:1 1 260px;display:flex;align-items:center;min-height:72px;padding:var(--hy-space-3);border:1px dashed var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);overflow-wrap:anywhere}.typography-phone{width:375px;max-width:100%;display:flex;flex-direction:column;border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);overflow:hidden}.typography-phone__bar{padding:var(--hy-space-1) var(--hy-space-2);background-color:var(--hy-color-surface);border-bottom:1px solid var(--hy-color-border);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.typography-phone__stage{flex:1;display:flex;align-items:center;min-height:64px;padding:var(--hy-space-2) var(--hy-space-3)}.typography-phone__stage p{margin:0;line-height:1.3;overflow-wrap:anywhere}.typography-state-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--hy-space-4)}.typography-state-sample{font-size:var(--hy-font-size-base);font-weight:600}.typography-actions{display:flex;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap}.typography-actions__hint{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}@media(max-width:800px){.typography-phone{width:100%}}.analytics-rate{margin:0;color:var(--hy-color-primary);font-size:var(--hy-font-size-xl);font-weight:700;font-variant-numeric:tabular-nums}.summary-card .analytics-rate{font-size:var(--hy-font-size-2xl)}@media(max-width:720px){.shell--admin-gateway{flex-direction:column}.shell--admin-gateway .admin-sidebar{width:100%;min-height:0;gap:10px;padding:12px 16px;border-right:0;border-bottom:1px solid var(--hy-color-border)}.shell--admin-gateway .admin-sidebar__brand{flex:0 0 auto}.shell--admin-gateway .admin-sidebar__nav{flex-direction:row;gap:4px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.shell--admin-gateway .admin-sidebar__nav a{flex:0 0 auto;white-space:nowrap}.shell--admin-gateway .admin-body{width:100%}.shell--admin-gateway .admin-topbar{padding:12px 16px}.shell--admin-gateway .admin-main{max-width:none;padding:18px 16px 30px}}.analytics-tabs{margin-bottom:var(--hy-space-4)}.analytics-filters .filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--hy-space-3)}.analytics-filters .form__field{min-width:0}.filter-bar__actions{display:flex;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap}.filter-bar__hint{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.analytics-export-panel{display:flex;align-items:center;justify-content:space-between;gap:var(--hy-space-4);flex-wrap:wrap;margin-top:calc(-1 * var(--hy-space-2))}.analytics-export-panel__main{display:flex;align-items:center;gap:var(--hy-space-3);flex-wrap:wrap;min-width:0}.analytics-export-panel__actions{display:flex;align-items:center;gap:var(--hy-space-2)}.analytics-export-status{font-weight:700}.skeleton{border-radius:var(--hy-radius-md);background-color:var(--hy-color-surface-raised);animation:hy-skeleton-pulse 1.4s ease-in-out infinite}.skeleton--table{height:220px;margin-top:var(--hy-space-4)}@keyframes hy-skeleton-pulse{0%,to{opacity:.45}50%{opacity:1}}.analytics-funnel{display:flex;flex-direction:column;gap:var(--hy-space-3)}.analytics-funnel__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--hy-space-3)}.analytics-funnel__label{display:inline-flex;align-items:baseline;gap:var(--hy-space-3);color:var(--hy-color-text-primary);font-size:var(--hy-font-size-sm)}.analytics-funnel__rate{color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.analytics-funnel__count{color:var(--hy-color-text-primary);font-size:var(--hy-font-size-base);font-weight:600;font-variant-numeric:tabular-nums}.analytics-funnel__track{height:8px;border-radius:var(--hy-radius-sm);background-color:color-mix(in srgb,var(--hy-color-primary) 16%,transparent);overflow:hidden}.analytics-funnel__fill{height:100%;border-radius:var(--hy-radius-sm);background-color:var(--hy-color-primary)}.analytics-chart__head{display:flex;align-items:center;justify-content:space-between;gap:var(--hy-space-3);flex-wrap:wrap}.analytics-chart{position:relative;margin-top:var(--hy-space-4)}.analytics-chart__svg{display:block;width:100%;height:auto}.analytics-chart__bar{fill:var(--hy-color-primary)}.analytics-chart__bar--hot{fill:var(--hy-color-primary-strong)}.analytics-chart__grid{stroke:var(--hy-color-border);stroke-width:1}.analytics-chart__tick{fill:var(--hy-color-text-secondary);font-size:11px;font-variant-numeric:tabular-nums}.analytics-chart__hit{fill:transparent;outline:none}.analytics-chart__hit:focus-visible{outline:2px solid var(--hy-color-focus-ring)}.analytics-chart__tooltip{position:absolute;transform:translate(-50%,-100%);margin-top:calc(-1 * var(--hy-space-2));padding:var(--hy-space-2) var(--hy-space-3);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-md);background-color:var(--hy-color-bg);box-shadow:var(--hy-shadow-card);pointer-events:none;white-space:nowrap;z-index:2}.analytics-chart__tooltip-value{margin:0;color:var(--hy-color-text-primary);font-size:var(--hy-font-size-sm);font-weight:600}.analytics-chart__tooltip-label{margin:0;color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-xs)}.analytics-top-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--hy-space-4);align-items:start}.analytics-top-grid .section-card{margin-top:0}.th-sort{display:inline-flex;align-items:center;gap:var(--hy-space-1);padding:0;border:none;background:none;color:inherit;font:inherit;font-weight:600;cursor:pointer}.th-sort:hover,.th-sort--active{color:var(--hy-color-gold)}.th-sort__arrow{font-size:var(--hy-font-size-xs);color:var(--hy-color-text-disabled)}.th-sort--active .th-sort__arrow{color:var(--hy-color-gold)}.table__row-link{cursor:pointer}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:color-mix(in srgb,var(--hy-color-text-primary) 32%,transparent)}.drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(560px,92vw);display:flex;flex-direction:column;background-color:var(--hy-color-surface);border-left:1px solid var(--hy-color-border);box-shadow:var(--hy-shadow-card)}.drawer__head{display:flex;align-items:center;justify-content:space-between;gap:var(--hy-space-3);padding:var(--hy-space-4);border-bottom:1px solid var(--hy-color-border)}.drawer__title{margin:0;font-size:var(--hy-font-size-md);font-weight:600;color:var(--hy-color-text-primary)}.drawer__body{flex:1;overflow-y:auto;padding:var(--hy-space-4)}.drawer__section{margin-bottom:var(--hy-space-5)}.drawer__heading{margin:0 0 var(--hy-space-2);font-size:var(--hy-font-size-sm);font-weight:600;color:var(--hy-color-text-secondary)}.drawer__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--hy-space-2);margin:0 0 var(--hy-space-2)}.drawer__field{display:flex;justify-content:space-between;gap:var(--hy-space-2);padding:var(--hy-space-1) var(--hy-space-2);border:1px solid var(--hy-color-border);border-radius:var(--hy-radius-sm);font-size:var(--hy-font-size-sm)}.drawer__field dt{color:var(--hy-color-text-secondary)}.drawer__field dd{margin:0;color:var(--hy-color-text-primary)}.drawer__timeline{margin:0;padding-left:var(--hy-space-4);color:var(--hy-color-text-secondary);font-size:var(--hy-font-size-sm)}.drawer__timeline li{padding:var(--hy-space-1) 0}.gateway-page{--gateway-void: #080c0a;--gateway-panel: #101613;--gateway-panel-raised: #151d18;--gateway-line: rgba(211, 162, 79, .19);--gateway-line-soft: rgba(241, 234, 219, .1);--gateway-copy: #f1eadb;--gateway-muted: #8e978b;--gateway-green: #9fb775;--gateway-red: #d27b68;position:relative;isolation:isolate;max-width:1420px;gap:16px;overflow-x:clip;padding-bottom:56px;color:var(--gateway-copy)}.gateway-page:before{content:"";position:absolute;z-index:-1;top:-24px;right:-32px;bottom:-80px;left:-32px;pointer-events:none;background:radial-gradient(circle at 82% 0%,rgba(211,162,79,.12),transparent 26%),radial-gradient(circle at 8% 40%,rgba(89,128,91,.08),transparent 24%),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px);background-size:auto,auto,54px 54px,54px 54px;-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.78) 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.78) 70%,transparent 100%)}.gateway-page>*{position:relative;z-index:1}.gateway-section__eyebrow,.gateway-form-heading__eyebrow{display:flex;align-items:center;gap:9px;color:var(--hy-color-primary);font-family:var(--hy-font-family-mono);font-size:10px;font-weight:800;letter-spacing:.16em;line-height:1;text-transform:uppercase}.gateway-signal{display:inline-flex;align-items:center;gap:10px;color:var(--gateway-green);font-size:17px;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.gateway-signal__dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gateway-green);box-shadow:0 0 0 4px #9fb77517,0 0 16px #9fb7758c}.gateway-signal--loading .gateway-signal__dot{background:var(--hy-color-primary);box-shadow:0 0 0 4px #d3a24f17,0 0 16px #d3a24f8c;animation:gateway-pulse 1.2s ease-in-out infinite}.gateway-signal--degraded,.gateway-signal--degraded .gateway-signal__dot{color:var(--hy-color-primary)}.gateway-signal--degraded .gateway-signal__dot{background:var(--hy-color-primary);box-shadow:0 0 0 4px #d3a24f17,0 0 16px #d3a24f8c}.gateway-signal--paused,.gateway-signal--paused .gateway-signal__dot{color:var(--gateway-red)}.gateway-signal--paused .gateway-signal__dot{background:var(--gateway-red);box-shadow:0 0 0 4px #d27b6814,0 0 16px #d27b6861}.gateway-statstrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gateway-metric{position:relative;display:flex;flex-direction:column;min-height:104px;padding:16px 18px 14px;overflow:hidden;border:1px solid var(--gateway-line-soft);border-radius:9px;background:#0f1511c2}.gateway-metric:after{content:"";position:absolute;right:-16px;bottom:-28px;width:72px;height:72px;border:1px solid currentColor;border-radius:50%;opacity:.11}.gateway-metric--gold{color:var(--hy-color-primary)}.gateway-metric--green{color:var(--gateway-green)}.gateway-metric--muted{color:#9da396}.gateway-metric--red{color:var(--gateway-red)}.gateway-metric__label{color:#788276;font-family:var(--hy-font-family-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.gateway-metric__value{margin-top:9px;color:#f3ead8;font-family:var(--hy-font-family-mono);font-size:30px;font-weight:500;letter-spacing:-.08em;line-height:1}.gateway-metric__detail{margin-top:auto;color:#717b70;font-size:11px}.gateway-notice .alert{border-color:#8ea35f80;border-radius:8px;background:#8ea35f14}.gateway-notice .alert--error{border-color:#bd665799;background:#bd665717}.gateway-readonly{display:flex;align-items:center;gap:14px;padding:14px 18px;border:1px solid rgba(211,162,79,.24);border-radius:8px;background:linear-gradient(90deg,#d3a24f17,#d3a24f06)}.gateway-readonly__icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(211,162,79,.4);border-radius:50%;color:var(--hy-color-primary);font-size:21px}.gateway-readonly strong{color:#f0dfbb;font-size:13px}.gateway-readonly p{margin:3px 0 0;color:var(--gateway-muted);font-size:12px}.gateway-readonly__lock{margin-left:auto;color:#8b7955;font-family:var(--hy-font-family-mono);font-size:9px;letter-spacing:.12em}.gateway-state-card{display:flex;align-items:center;gap:14px;padding:20px 22px;border:1px solid var(--gateway-line-soft);border-radius:8px;background:#0f1511c2}.gateway-state-card>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.gateway-state-card strong{color:#f0e7d5;font-size:14px}.gateway-state-card span{color:var(--gateway-muted);font-size:12px}.gateway-state-card--error{border-color:#d27b6861}.gateway-state-card__icon{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(210,123,104,.6);border-radius:50%;color:var(--gateway-red);font-family:var(--hy-font-family-mono);font-weight:700}.gateway-state-card--error .btn{margin-left:auto}.gateway-state-card__spinner{width:20px;height:20px;border:2px solid rgba(211,162,79,.2);border-top-color:var(--hy-color-primary);border-radius:50%;animation:gateway-spin .8s linear infinite}.gateway-section__hint{color:#7b826f;font-family:var(--hy-font-family-mono);font-size:10px}.gateway-provider-mark{display:inline-grid;flex:0 0 auto;place-items:center;width:36px;height:36px;border:1px solid rgba(211,162,79,.5);border-radius:7px;color:var(--hy-color-primary);background:#d3a24f14;font-family:var(--hy-font-family-mono);font-size:10px;font-weight:800;letter-spacing:.05em}.gateway-provider-mark--flrqfpay{border-color:#9bb57585;color:var(--gateway-green);background:#9bb57514}.gateway-provider-mark--peqorapay{border-color:#d3a24f85;color:#e5bb70;background:#d3a24f14}.gateway-provider-mark--mock{border-color:#8c978e66;color:#b1b8ad;background:#8c978e14}.gateway-provider-mark--small{width:28px;height:28px;margin-right:9px;border-radius:5px;font-size:9px}.gateway-empty{display:grid;justify-items:center;gap:8px;padding:44px 24px;border:1px dashed rgba(241,234,219,.14);border-radius:10px;background:#090e0b80;text-align:center}.gateway-empty__seal{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(211,162,79,.4);border-radius:50%;color:var(--hy-color-primary);font-family:var(--hy-font-family-mono);font-size:11px;font-weight:800}.gateway-empty strong{color:#efe4cf;font-size:14px}.gateway-empty span{color:#7c867c;font-size:12px}.gateway-inline-empty{padding:18px;border:1px dashed rgba(241,234,219,.14);border-radius:6px;color:#7b867b;font-size:12px;text-align:center}.gateway-adapter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.gateway-adapter-card{padding:14px;border:1px solid rgba(241,234,219,.09);border-radius:7px;background:#060a0885}.gateway-adapter-card__top{display:flex;align-items:center}.gateway-adapter-card__top strong{color:#e8decb;font-family:var(--hy-font-family-mono);font-size:12px}.gateway-adapter-card__state{margin-left:auto;color:#758370;font-family:var(--hy-font-family-mono);font-size:8px;letter-spacing:.08em}.gateway-adapter-card__details{display:grid;gap:5px;margin-top:12px;color:#8b9488;font-size:11px}.gateway-adapter-card__schema{margin-top:12px;padding-top:10px;border-top:1px solid rgba(241,234,219,.07);color:#68736a;font-family:var(--hy-font-family-mono);font-size:9px}.gateway-runbook{display:grid;gap:0;margin:0;padding:0;list-style:none}.gateway-runbook li{display:grid;grid-template-columns:26px 1fr;gap:12px;padding:13px 0;border-top:1px solid rgba(241,234,219,.08)}.gateway-runbook li:first-child{border-top:0;padding-top:0}.gateway-runbook li>span{color:var(--hy-color-primary);font-family:var(--hy-font-family-mono);font-size:10px}.gateway-runbook p{margin:0;color:#808a80;font-size:11px;line-height:1.65}.gateway-runbook strong{color:#e7ddc9;font-size:12px;font-weight:600}.gateway-create-card{margin:0;padding:22px 24px 20px;border-color:#d3a24f47;border-radius:10px;background:linear-gradient(125deg,#1e1b12cc,#0d130fe6);box-shadow:none}.gateway-form-heading,.gateway-subsection-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.gateway-form-heading .card__title,.gateway-subsection-heading .card__title{margin-top:8px;color:#f3e8d2;font-family:var(--hy-font-family-display);font-size:22px;letter-spacing:-.04em}.gateway-form-heading__state{padding:7px 9px;border:1px solid rgba(211,162,79,.25);color:#a38d60;font-family:var(--hy-font-family-mono);font-size:9px;letter-spacing:.08em}.gateway-form-note{margin:4px 0 0;color:#7d867c;font-size:12px}.gateway-page .gateway-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0 0}.gateway-page .gateway-form-grid--merchant{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.gateway-page .gateway-form-reason{margin-top:12px}.gateway-page .form__field{gap:7px}.gateway-page .form__label{color:#8d9589;font-family:var(--hy-font-family-mono);font-size:10px;letter-spacing:.02em}.gateway-page .form input,.gateway-page .form select,.gateway-page .form textarea{min-height:40px;box-sizing:border-box;padding:9px 11px;border-color:#f1eadb21;border-radius:5px;background:#050907a3;color:#efe6d4;font-size:13px}.gateway-page .form input::placeholder{color:#566057}.gateway-page .form input:focus-visible,.gateway-page .form select:focus-visible{border-color:#d3a24fb8;outline:2px solid rgba(211,162,79,.22)}.gateway-page .gateway-weight-field{align-self:stretch;justify-content:center;min-height:104px;padding:11px 13px;border:1px solid rgba(63,197,213,.22);border-radius:6px;background:#0a1d2d9e}.gateway-weight-field__heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.gateway-weight-field__value{min-width:70px;color:#62d9e8;font-family:var(--hy-font-family-mono);font-size:18px;font-weight:700;line-height:1;text-align:right;font-variant-numeric:tabular-nums}.gateway-page .form input.gateway-weight-field__input,.gateway-modal .form input.gateway-weight-field__input{width:96px;min-width:96px;max-width:96px;flex:0 0 auto;align-self:auto;padding:6px 8px;color:#62d9e8;font-family:var(--hy-font-family-mono);font-size:16px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.gateway-page .form input.gateway-weight-slider{width:100%;min-height:24px;height:24px;margin:2px 0 0;padding:0;border:0;outline:0;background:transparent;accent-color:#32bfd1;cursor:pointer}.gateway-page .form input.gateway-weight-slider:focus-visible{border:0;outline:2px solid rgba(50,191,209,.45);outline-offset:3px}.gateway-page .form input.gateway-weight-slider::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:#18354a;box-shadow:inset 0 0 0 1px #64dce91f}.gateway-page .form input.gateway-weight-slider::-webkit-slider-thumb{width:18px;height:18px;margin-top:-6px;border:3px solid #0c2030;border-radius:50%;background:#5bd5e3;box-shadow:0 0 0 2px #5bd5e333,0 3px 10px #00000059;cursor:grab}.gateway-page .form input.gateway-weight-slider::-moz-range-track{height:6px;border-radius:999px;background:#18354a;box-shadow:inset 0 0 0 1px #64dce91f}.gateway-page .form input.gateway-weight-slider::-moz-range-progress{height:6px;border-radius:999px;background:#32bfd1}.gateway-page .form input.gateway-weight-slider::-moz-range-thumb{width:14px;height:14px;border:3px solid #0c2030;border-radius:50%;background:#5bd5e3;box-shadow:0 0 0 2px #5bd5e333,0 3px 10px #00000059;cursor:grab}.gateway-page .form input.gateway-weight-slider:active::-webkit-slider-thumb{cursor:grabbing}.gateway-page .form input.gateway-weight-slider:active::-moz-range-thumb{cursor:grabbing}.gateway-weight-field__scale{display:flex;justify-content:space-between;gap:10px;color:#66869a;font-family:var(--hy-font-family-mono);font-size:9px;font-variant-numeric:tabular-nums}.gateway-weight-field__scale span:nth-child(2){color:#789aaa}.gateway-form-actions{justify-content:flex-end;margin-top:17px;padding-top:15px;border-top:1px solid rgba(241,234,219,.08)}.gateway-form-actions .btn--primary{min-width:110px;border:1px solid var(--hy-color-primary);box-shadow:0 8px 24px #d3a24f1f}.gateway-subsection-heading{align-items:flex-end;margin-top:5px;padding-top:19px;border-top:1px solid rgba(241,234,219,.08)}.gateway-subsection-heading .card__title{margin-bottom:0;font-size:20px}.gateway-subsection-heading>span{color:#727d72;font-family:var(--hy-font-family-mono);font-size:10px}.gateway-inline-form{padding:15px 16px;border:1px solid rgba(241,234,219,.08);border-radius:7px;background:#0509076b;box-shadow:none}.gateway-merchant-form{margin-top:12px}.gateway-edit-form{padding:16px}.gateway-merchant-card{gap:15px;padding:18px;border-color:#f1eadb14;border-radius:8px;background:#070b099e;box-shadow:none}.gateway-merchant-card__header{display:grid;grid-template-columns:minmax(140px,1fr) auto;align-items:center;gap:14px;margin-bottom:0}.gateway-merchant-card__name .card__title{margin-top:7px;font-family:var(--hy-font-family-display);font-size:19px;letter-spacing:-.03em}.gateway-merchant-card__meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0}.gateway-merchant-card__meta .tag{padding:5px 7px;font-size:9px}.gateway-secondary-button{color:#aaa48f;border-color:#f1eadb24;background:transparent}.gateway-secondary-button:hover:not(:disabled){color:#f0d496;border-color:#d3a24f8c}.gateway-version-table-wrap{overflow-x:auto;border-color:#f1eadb14;background:#0000002e}.gateway-version-table{min-width:620px}.gateway-version-table th{font-family:var(--hy-font-family-mono);font-size:9px;letter-spacing:.08em}.gateway-version-table td{padding:12px;font-size:11px}.gateway-version-table .table__mono{color:#8e998c;font-size:10px}.gateway-credentials-form{margin-top:15px;border-color:#d3a24f38;background:linear-gradient(140deg,#211d1399,#080d0a73)}.gateway-credentials-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px!important;margin-top:17px!important}@keyframes gateway-pulse{0%,to{opacity:.45;transform:scale(.86)}50%{opacity:1;transform:scale(1.1)}}@keyframes gateway-spin{to{transform:rotate(360deg)}}@media(max-width:980px){.gateway-statstrip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.gateway-search{max-width:none}.gateway-readonly{align-items:flex-start}.gateway-readonly__lock{display:none}.gateway-page .gateway-form-grid,.gateway-page .gateway-form-grid--merchant,.gateway-credentials-grid{grid-template-columns:1fr!important}.gateway-create-card{padding:18px}.gateway-form-heading{align-items:flex-start;flex-direction:column;gap:12px}.gateway-merchant-card__header{grid-template-columns:1fr;gap:10px}.gateway-subsection-heading{align-items:flex-start;flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){.gateway-signal--loading .gateway-signal__dot,.gateway-state-card__spinner{animation:none}}.gateway-reference{--gateway-panel: #0a1727;--gateway-panel-raised: #0d1c2e;--gateway-line: #183149;--gateway-line-soft: #14283c;--gateway-text: #e9f2f8;--gateway-muted: #7890a4;--gateway-cyan: #20cada;--gateway-cyan-strong: #54dfeb;--gateway-green: #35c48d;--gateway-red: #ed7b7b;color:var(--gateway-text);background:var(--gateway-bg, transparent);font-family:Work Sans,sans-serif}.gateway-reference *,.gateway-reference *:before,.gateway-reference *:after{box-sizing:border-box}.gateway-heading-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.gateway-topbar-status{display:flex;align-items:center;gap:14px}.gateway-topbar-status button{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--gateway-line);border-radius:6px;color:var(--gateway-muted);background:var(--gateway-panel);cursor:pointer}.gateway-reference__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.gateway-reference__heading p,.gateway-reference-section__head p,.gateway-modal>header p{margin:0 0 7px;color:var(--gateway-cyan);font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.12em}.gateway-reference__heading h1{margin:0;color:var(--gateway-text);font-size:25px;line-height:1.2;letter-spacing:0}.gateway-reference__heading>div:first-child>span{display:block;margin-top:7px;color:var(--gateway-muted);font-size:12px}.gateway-reference__security{padding:8px 11px;border:1px solid rgba(53,196,141,.22);border-radius:6px;color:#87bba8;background:#35c48d0f;font-family:JetBrains Mono,monospace;font-size:9px}.gateway-reference__security span{color:var(--gateway-green)}.gateway-reference .gateway-statstrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.gateway-reference .gateway-metric{position:relative;min-height:112px;padding:17px;overflow:hidden;border:1px solid var(--gateway-line-soft);border-radius:8px;background:var(--gateway-panel)}.gateway-reference .gateway-metric:after{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:#284258}.gateway-reference .gateway-metric--green:after,.gateway-reference .gateway-metric--gold:after{background:var(--gateway-cyan)}.gateway-reference .gateway-metric--red:after{background:var(--gateway-red)}.gateway-reference .gateway-metric__label{color:var(--gateway-muted);font-size:11px}.gateway-reference .gateway-metric__value{display:block;margin-top:9px;color:var(--gateway-text);font-family:JetBrains Mono,monospace;font-size:27px;line-height:1}.gateway-reference .gateway-metric__detail{display:block;margin-top:9px;color:#668096;font-size:10px}.gateway-reference .gateway-signal{display:inline-flex;align-items:center;gap:7px;color:#93a9b9;font-size:10px}.gateway-reference .gateway-signal__dot{width:7px;height:7px;border-radius:50%;background:var(--gateway-green);box-shadow:0 0 8px #35c48d8c}.gateway-reference-section{margin-top:16px;padding:20px;border:1px solid var(--gateway-line-soft);border-radius:9px;background:#081422bd}.gateway-reference-section__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px;padding-bottom:15px;border-bottom:1px solid var(--gateway-line-soft)}.gateway-reference-section__head h2{margin:0;color:var(--gateway-text);font-size:17px;letter-spacing:0}.gateway-reference-section__head>div:first-child>span{display:block;margin-top:5px;color:var(--gateway-muted);font-size:11px}.gateway-reference .btn{min-height:34px;padding:0 13px;border:1px solid var(--gateway-line);border-radius:6px;color:#a9bdcb;background:#0d1c2d;font-size:11px;cursor:pointer}.gateway-reference .btn--primary{border-color:var(--gateway-cyan);color:#031116;background:var(--gateway-cyan);font-weight:700;box-shadow:0 0 16px #20cada21}.gateway-reference .btn:hover:not(:disabled){border-color:var(--gateway-cyan);color:var(--gateway-cyan-strong)}.gateway-reference .btn--primary:hover:not(:disabled){color:#031116;background:var(--gateway-cyan-strong)}.gateway-create-channel-btn{white-space:nowrap;flex-shrink:0}.gateway-reference .gateway-provider-grid,.gateway-merchant-summary-grid,.gateway-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gateway-reference .gateway-provider-card,.gateway-merchant-summary,.gateway-reference .gateway-channel-card{min-width:0;padding:16px;border:1px solid var(--gateway-line);border-radius:8px;background:var(--gateway-panel);box-shadow:none}.gateway-reference .gateway-provider-card:hover,.gateway-merchant-summary:hover,.gateway-reference .gateway-channel-card:hover{border-color:#20cada73;transform:none;background:var(--gateway-panel-raised)}.gateway-reference .gateway-provider-mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(32,202,218,.35);border-radius:6px;color:var(--gateway-cyan);background:#20cada14;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:800}.gateway-provider-card{display:flex;flex-direction:column;gap:12px}.gateway-provider-card__top{display:flex;align-items:center;gap:12px}.gateway-provider-card__id{min-width:0;display:flex;flex-direction:column;gap:2px}.gateway-provider-card__id strong{font-family:var(--hy-font-family-display);font-size:15px;letter-spacing:.01em}.gateway-provider-card__id span{font-family:var(--hy-font-family-mono);font-size:11px;color:var(--hy-color-text-secondary)}.gateway-provider-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding-top:13px;border-top:1px solid var(--gateway-line-soft)}.gateway-provider-card__meta dt,.gateway-merchant-summary dt{color:#668096;font-size:9px;letter-spacing:0;text-transform:none}.gateway-provider-card__meta dd,.gateway-merchant-summary dd{margin:5px 0 0;color:#c4d3dd;font-family:JetBrains Mono,monospace;font-size:10px}.gateway-provider-card footer,.gateway-merchant-summary footer,.gateway-reference .gateway-channel-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid var(--gateway-line-soft);color:#5f778b;font-size:9px}.gateway-provider-card footer button,.gateway-merchant-summary footer button{border:0;color:var(--gateway-cyan);background:transparent;font-size:10px;cursor:pointer}.gateway-reference .tag{display:inline-flex;align-items:center;padding:4px 7px;border:1px solid var(--gateway-line);border-radius:999px;font-size:9px;white-space:nowrap}.gateway-reference .tag--published{border-color:#35c48d47;color:#56d9a5;background:#35c48d14}.gateway-reference .tag--draft{color:#e2b86a;background:#e2b86a12}.gateway-reference .tag--unpublished{color:#93a3b0;background:#101d2b}.gateway-merchant-summary header,.gateway-reference .gateway-channel-card>header{display:flex;align-items:center;gap:11px}.gateway-merchant-summary header>div:first-child,.gateway-reference .gateway-channel-card>header>div:nth-child(2){display:grid;min-width:0;gap:4px}.gateway-merchant-summary header strong,.gateway-reference .gateway-channel-card>header strong{color:var(--gateway-text);font-size:14px}.gateway-merchant-summary header code,.gateway-reference .gateway-channel-card>header code{color:var(--gateway-muted);font-family:JetBrains Mono,monospace;font-size:9px;overflow-wrap:anywhere}.gateway-merchant-summary header .tag,.gateway-reference .gateway-channel-card>header .tag{margin-left:auto}.gateway-merchant-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:16px 0 0}.gateway-channel-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;padding:13px 0;border-top:1px solid var(--gateway-line-soft);border-bottom:1px solid var(--gateway-line-soft)}.gateway-channel-facts div{display:grid;gap:5px}.gateway-channel-facts span,.gateway-channel-weight span{color:#668096;font-size:9px}.gateway-channel-facts strong{color:#b9cad6;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:500;overflow-wrap:anywhere}.gateway-channel-weight{margin-top:14px}.gateway-channel-weight>div{display:flex;align-items:baseline;gap:9px}.gateway-channel-weight strong{color:var(--gateway-text);font-family:JetBrains Mono,monospace;font-size:19px}.gateway-channel-weight em{margin-left:auto;color:var(--gateway-cyan);font-family:JetBrains Mono,monospace;font-size:10px;font-style:normal}.gateway-channel-weight input[type=range]{width:100%;height:22px;margin-top:6px;padding:0;border:0;background:transparent;accent-color:var(--gateway-cyan)}.gateway-channel-weight small{display:block;color:#506b80;font-size:9px}.gateway-reference .gateway-filter-chips{margin:0 0 13px;display:flex;gap:6px;flex-wrap:wrap}.gateway-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--gateway-line-soft);border-radius:999px;background:transparent;color:#8d9589;cursor:pointer;font-family:var(--hy-font-family-mono);font-size:10px;letter-spacing:.04em;transition:border-color .18s ease,color .18s ease,background .18s ease}.gateway-chip em{color:#6c766c;font-style:normal}.gateway-chip:hover{border-color:#d3a24f6b;color:#d8c69b}.gateway-chip.is-active{border-color:#d3a24fb3;color:#f2d692;background:#d3a24f1a}.gateway-chip.is-active em{color:var(--hy-color-primary)}.gateway-reference .gateway-chip{padding:6px 10px;border-color:var(--gateway-line);color:var(--gateway-muted);background:#081626}.gateway-reference .gateway-chip.is-active{border-color:#20cada73;color:var(--gateway-cyan);background:#20cada14}.gateway-reference .gateway-chip em{color:inherit}.gateway-section-actions{display:flex;align-items:center;gap:9px}.gateway-search{display:flex;align-items:center;gap:8px;flex:1 1 240px;max-width:340px;padding:0 12px;border:1px solid var(--gateway-line-soft);border-radius:7px;background:#05090799;color:#6f7a70}.gateway-search:focus-within{border-color:#d3a24f99}.gateway-search span{font-size:14px}.gateway-page .gateway-search input{flex:1;min-height:38px;border:0;padding:0;background:transparent;color:#efe6d4;font-size:12px;outline:none}.gateway-reference .gateway-search{min-width:220px;margin:0;border-color:var(--gateway-line);background:#06111e}.gateway-reference .gateway-search:focus-within{border-color:var(--gateway-cyan)}.gateway-reference .gateway-search input{min-height:34px;color:var(--gateway-text)}.gateway-reference .gateway-notice,.gateway-reference .gateway-readonly,.gateway-reference .gateway-state-card{margin:14px 0}.gateway-reference .gateway-readonly{border-color:#20cada38;background:#20cada0d}.gateway-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#02070ec7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gateway-modal{width:min(500px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #25465f;border-radius:9px;color:var(--gateway-text);background:#091727;box-shadow:0 28px 90px #0000008c}.gateway-modal--wide{width:min(760px,100%)}.gateway-modal>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--gateway-line);background:#0b1a2b}.gateway-modal>header h2{margin:0;color:var(--gateway-text);font-size:18px}.gateway-modal>header button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--gateway-line);border-radius:5px;color:var(--gateway-muted);background:transparent;font-size:20px;cursor:pointer}.gateway-modal>.form,.gateway-modal>.gateway-create-card,.gateway-modal>.gateway-merchant-form{margin:0;padding:20px;border:0;border-radius:0;background:transparent}.gateway-modal>.form>.gateway-form-heading{display:none}.gateway-modal .gateway-create-card .gateway-form-grid,.gateway-modal .gateway-merchant-form .gateway-form-grid{margin-top:0}.gateway-modal .gateway-merchant-form .gateway-form-grid--merchant{display:flex;flex-direction:column;align-items:center;gap:14px}.gateway-modal .gateway-merchant-form .form__field{flex:0 0 auto;width:100%;max-width:420px;align-items:flex-start}.gateway-modal .gateway-merchant-form .form__label,.gateway-modal .gateway-merchant-form .form__error,.gateway-modal .gateway-merchant-form .form input,.gateway-modal .gateway-merchant-form select{width:100%}.gateway-modal .gateway-merchant-form .gateway-form-actions{justify-content:flex-end;align-self:center;width:100%;max-width:420px;margin-top:8px}.gateway-modal .gateway-create-card{display:flex;flex-direction:column;align-items:stretch}.gateway-modal .gateway-create-card .gateway-form-grid{display:flex;flex-direction:column;align-items:center;gap:14px}.gateway-modal .gateway-create-card .form__field{flex:0 0 auto;width:100%;max-width:420px;align-items:flex-start}.gateway-modal .gateway-create-card .form__label,.gateway-modal .gateway-create-card .form__error,.gateway-modal .gateway-create-card .form input,.gateway-modal .gateway-create-card .form select,.gateway-modal .gateway-create-card .form textarea{width:100%}.gateway-modal .gateway-create-card .gateway-form-reason{align-self:center;width:100%;max-width:420px;margin-top:14px}.gateway-modal .gateway-create-card .gateway-weight-field{align-self:center;justify-content:flex-start;max-width:420px;min-height:auto;padding:0;border:0;background:transparent}.gateway-modal .gateway-create-card .gateway-weight-field__heading,.gateway-modal .gateway-create-card .gateway-weight-field__scale{padding:0 2px}.gateway-modal .gateway-create-card .gateway-form-actions{justify-content:flex-end;align-self:center;width:100%;max-width:420px;margin-top:8px}.gateway-modal .form__field{display:grid;gap:7px}.gateway-modal .form__label{color:#8fa6b7;font-family:Work Sans,sans-serif;font-size:11px}.gateway-modal .form input,.gateway-modal .form select,.gateway-modal .form textarea{width:100%;min-height:40px;padding:9px 11px;border:1px solid var(--gateway-line);border-radius:6px;color:var(--gateway-text);background:#050f1c;outline:none}.gateway-modal .form input:focus,.gateway-modal .form select:focus,.gateway-modal .form textarea:focus{border-color:var(--gateway-cyan);box-shadow:0 0 0 2px #20cada1a}.gateway-modal .gateway-weight-field{background:#081a2a}.gateway-modal__note{margin-top:14px;color:var(--gateway-muted);font-size:10px;line-height:1.6}.gateway-modal__actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid var(--gateway-line-soft)}.gateway-modal__panel{display:flex;flex-direction:column;gap:14px;padding:20px}.gateway-modal__panel>.form{margin:0;padding:0;border:0;border-radius:0;background:transparent}.gateway-modal__panel>p{margin:0;color:var(--gateway-muted);font-size:12px;line-height:1.7}.gateway-modal__panel .gateway-inline-form{background:#0509076b}.gateway-modal .gateway-edit-form .gateway-weight-field{align-self:center;justify-content:flex-start;max-width:420px;min-height:auto;padding:0;border:0;background:transparent}.gateway-modal .gateway-edit-form .gateway-weight-field__heading,.gateway-modal .gateway-edit-form .gateway-weight-field__scale{padding:0 2px}.gateway-modal .gateway-edit-form .alert{align-self:center;width:100%;max-width:420px;margin-top:14px}.gateway-modal__danger-actions{display:flex;justify-content:flex-end;gap:9px;width:100%;max-width:420px;margin:14px auto 0;padding-top:12px;border-top:1px solid var(--gateway-line-soft)}.gateway-modal__danger-actions .btn{color:var(--gateway-red);border-color:#ed7b7b59}.gateway-modal__archived{padding:32px 20px;text-align:center;color:var(--gateway-muted);font-size:13px}.gateway-modal .form input[type=checkbox]{width:auto;min-height:auto;height:auto;padding:0;border:0;background:transparent;margin-right:8px;vertical-align:middle;accent-color:var(--gateway-cyan)}.gateway-reference .modal-overlay{z-index:100;background:#02070ed1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gateway-reference .modal{border-color:#25465f;color:var(--gateway-text);background:#091727}.gateway-reference .gateway-channel-card__actions{display:flex;align-items:center;gap:10px;margin-left:auto}.gateway-reference .gateway-toggle{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 6px;border-radius:999px;border:1px solid rgba(120,200,220,.28);background:#0c1a2cbf;color:#8ba6c4;font-size:12px;cursor:pointer;white-space:nowrap}.gateway-reference .gateway-toggle:disabled{cursor:progress;opacity:.7}.gateway-reference .gateway-toggle__track{position:relative;width:32px;height:16px;border-radius:999px;background:#8ca5be52;transition:background .18s ease}.gateway-reference .gateway-toggle__knob{position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#e6f1f8;transition:transform .18s ease}.gateway-reference .gateway-toggle.is-on{border-color:#2dd4bf80;color:#6ee7d7}.gateway-reference .gateway-toggle.is-on .gateway-toggle__track{background:#2dd4bfd9}.gateway-reference .gateway-toggle.is-on .gateway-toggle__knob{transform:translate(16px)}.gateway-reference .gateway-toggle:focus-visible{outline:2px solid #2dd4bf;outline-offset:2px}@media(max-width:980px){.gateway-reference .gateway-statstrip{grid-template-columns:repeat(2,minmax(0,1fr))}.gateway-reference .gateway-provider-grid,.gateway-merchant-summary-grid,.gateway-channel-grid{grid-template-columns:1fr}}@media(max-width:720px){.gateway-reference__heading,.gateway-reference-section__head,.gateway-reference-section__head--channels{align-items:flex-start;flex-direction:column}.gateway-heading-actions{align-items:flex-start}.gateway-reference__security{display:none}.gateway-reference .gateway-statstrip{grid-template-columns:1fr 1fr}.gateway-reference .gateway-metric{min-height:102px;padding:14px}.gateway-reference-section{padding:15px}.gateway-section-actions{width:100%;align-items:stretch;flex-direction:column}.gateway-reference .gateway-search{width:100%;min-width:0;max-width:none}.gateway-section-actions .btn{width:100%}.gateway-provider-card__meta,.gateway-channel-facts{grid-template-columns:1fr 1fr}.gateway-modal-layer{padding:10px}.gateway-modal{max-height:calc(100vh - 20px)}}@media(prefers-reduced-motion:reduce){.gateway-reference .gateway-provider-card,.gateway-merchant-summary,.gateway-reference .gateway-channel-card{transition:none}}.gateway-reference{--gateway-panel: var(--hy-color-surface);--gateway-panel-raised: var(--hy-color-surface-raised);--gateway-line: var(--hy-color-border);--gateway-line-soft: var(--hy-color-border);--gateway-text: var(--hy-color-text-primary);--gateway-muted: var(--hy-color-text-secondary);--gateway-cyan: var(--hy-color-primary);--gateway-cyan-strong: var(--hy-color-primary-strong);--gateway-green: var(--hy-color-success);--gateway-red: var(--hy-color-danger);color:var(--hy-color-text-primary);background:var(--hy-color-bg);font-family:var(--hy-font-family-base)}.gateway-reference__heading{margin-bottom:var(--hy-space-4)}.gateway-reference__heading p,.gateway-reference-section__head p,.gateway-modal>header p{color:var(--hy-color-primary)}.gateway-reference__heading h1{color:var(--hy-color-text-primary);font-size:var(--hy-font-size-xl)}.gateway-reference__heading>div:first-child>span,.gateway-reference-section__head>div:first-child>span{color:var(--hy-color-text-secondary)}.gateway-reference__security{border-color:color-mix(in srgb,var(--hy-color-primary) 40%,transparent);color:var(--hy-color-primary);background:color-mix(in srgb,var(--hy-color-primary) 8%,transparent)}.gateway-reference__security span{color:var(--hy-color-primary)}.gateway-reference .gateway-statstrip{gap:var(--hy-space-4);margin-bottom:var(--hy-space-4)}.gateway-reference .gateway-metric{min-height:116px;padding:var(--hy-space-4);border-color:var(--hy-color-border);border-radius:var(--hy-radius-lg);background:var(--hy-color-surface);box-shadow:var(--hy-shadow-card)}.gateway-reference .gateway-metric:after{background:var(--hy-color-primary)}.gateway-reference .gateway-metric__label,.gateway-reference .gateway-metric__detail{color:var(--hy-color-text-secondary)}.gateway-reference .gateway-metric__value{color:var(--hy-color-text-primary)}.gateway-reference .gateway-signal{color:var(--hy-color-text-secondary)}.gateway-reference-section{margin-top:var(--hy-space-5);padding:var(--hy-space-5);border-color:var(--hy-color-border);border-radius:var(--hy-radius-lg);background:var(--hy-color-surface);box-shadow:var(--hy-shadow-card)}.gateway-reference-section__head{margin-bottom:var(--hy-space-4);padding-bottom:var(--hy-space-3);border-color:var(--hy-color-border)}.gateway-reference-section__head h2{color:var(--hy-color-text-primary);font-size:var(--hy-font-size-lg)}.gateway-reference .btn{min-height:0;padding:var(--hy-space-3) var(--hy-space-5);border-color:var(--hy-color-border);border-radius:var(--hy-radius-md);color:var(--hy-color-text-primary);background:transparent;font-size:var(--hy-font-size-sm)}.gateway-reference .btn--small{padding:var(--hy-space-1) var(--hy-space-2);font-size:var(--hy-font-size-xs)}.gateway-reference .btn--primary{border-color:var(--hy-color-primary);color:var(--hy-color-on-primary);background:var(--hy-color-primary);box-shadow:none}.gateway-reference .btn:hover:not(:disabled){border-color:var(--hy-color-text-secondary);color:var(--hy-color-text-primary)}.gateway-reference .btn--primary:hover:not(:disabled){border-color:var(--hy-color-primary-strong);color:var(--hy-color-on-primary);background:var(--hy-color-primary-strong)}.gateway-reference .gateway-provider-grid,.gateway-merchant-summary-grid,.gateway-channel-grid{gap:var(--hy-space-4)}.gateway-reference .gateway-provider-card,.gateway-merchant-summary,.gateway-reference .gateway-channel-card{padding:var(--hy-space-4);border-color:var(--hy-color-border);border-radius:var(--hy-radius-md);background:var(--hy-color-surface-raised)}.gateway-reference .gateway-provider-card:hover,.gateway-merchant-summary:hover,.gateway-reference .gateway-channel-card:hover{border-color:var(--hy-color-primary);background:var(--hy-color-surface-raised)}.gateway-reference .gateway-provider-mark{border-color:color-mix(in srgb,var(--hy-color-primary) 50%,transparent);border-radius:var(--hy-radius-sm);color:var(--hy-color-primary);background:color-mix(in srgb,var(--hy-color-primary) 8%,transparent)}.gateway-reference .gateway-provider-card__id strong,.gateway-merchant-summary header strong,.gateway-reference .gateway-channel-card>header strong{color:var(--hy-color-text-primary)}.gateway-reference .gateway-provider-card__id span,.gateway-merchant-summary header code,.gateway-reference .gateway-channel-card>header code,.gateway-reference .gateway-provider-card__meta dt,.gateway-merchant-summary dt,.gateway-channel-facts span,.gateway-channel-weight span{color:var(--hy-color-text-secondary)}.gateway-reference .gateway-provider-card__meta dd,.gateway-merchant-summary dd,.gateway-channel-facts strong{color:var(--hy-color-text-primary)}.gateway-provider-card footer,.gateway-merchant-summary footer,.gateway-reference .gateway-channel-card footer,.gateway-reference .gateway-provider-card__meta,.gateway-channel-facts{border-color:var(--hy-color-border);color:var(--hy-color-text-secondary)}.gateway-provider-card footer button,.gateway-merchant-summary footer button,.gateway-channel-weight em{color:var(--hy-color-primary)}.gateway-channel-weight strong{color:var(--hy-color-text-primary)}.gateway-channel-weight input[type=range]{accent-color:var(--hy-color-primary)}.gateway-reference .gateway-chip,.gateway-reference .gateway-search{border-color:var(--hy-color-border);color:var(--hy-color-text-secondary);background:var(--hy-color-surface-raised)}.gateway-reference .gateway-chip.is-active{border-color:var(--hy-color-primary);color:var(--hy-color-primary);background:color-mix(in srgb,var(--hy-color-primary) 8%,transparent)}.gateway-reference .gateway-search:focus-within{border-color:var(--hy-color-primary)}.gateway-reference .gateway-search input{color:var(--hy-color-text-primary)}.gateway-modal-layer,.gateway-reference .modal-overlay{background:color-mix(in srgb,var(--hy-color-bg) 78%,transparent)}.gateway-modal,.gateway-reference .modal{border-color:var(--hy-color-border);border-radius:var(--hy-radius-lg);color:var(--hy-color-text-primary);background:var(--hy-color-surface);box-shadow:var(--hy-shadow-card)}.gateway-modal>header{border-color:var(--hy-color-border);background:var(--hy-color-surface)}.gateway-modal>header h2{color:var(--hy-color-text-primary)}.gateway-modal>header button{border-color:var(--hy-color-border);color:var(--hy-color-text-secondary)}.gateway-modal .form__label{color:var(--hy-color-text-secondary);font-family:var(--hy-font-family-base)}.gateway-modal .form input,.gateway-modal .form select,.gateway-modal .form textarea{border-color:var(--hy-color-border);border-radius:var(--hy-radius-md);color:var(--hy-color-text-primary);background:var(--hy-color-surface-raised)}.gateway-modal .form input:focus,.gateway-modal .form select:focus,.gateway-modal .form textarea:focus{border-color:var(--hy-color-primary);box-shadow:0 0 0 2px var(--hy-color-focus-ring)}.gateway-modal__actions,.gateway-modal__danger-actions{border-color:var(--hy-color-border)}.gateway-modal__note,.gateway-modal__archived{color:var(--hy-color-text-secondary)}.gateway-modal .form input[type=checkbox],.gateway-page .form input.gateway-weight-slider{accent-color:var(--hy-color-primary)}.gateway-page .form input.gateway-weight-slider::-webkit-slider-runnable-track{background:var(--hy-color-surface-raised)}.gateway-page .form input.gateway-weight-slider::-webkit-slider-thumb{border-color:var(--hy-color-surface);background:var(--hy-color-primary)}.gateway-page .form input.gateway-weight-slider::-moz-range-track{background:var(--hy-color-surface-raised)}.gateway-page .form input.gateway-weight-slider::-moz-range-progress,.gateway-page .form input.gateway-weight-slider::-moz-range-thumb{background:var(--hy-color-primary)}.gateway-weight-field__scale span:nth-child(2){color:var(--hy-color-text-secondary)}.gateway-reference .gateway-toggle{border-color:var(--hy-color-border);color:var(--hy-color-text-secondary);background:var(--hy-color-surface)}.gateway-reference .gateway-toggle__track{background:var(--hy-color-text-disabled)}.gateway-reference .gateway-toggle__knob{background:var(--hy-color-text-primary)}.gateway-reference .gateway-toggle.is-on{border-color:var(--hy-color-success);color:var(--hy-color-success)}.gateway-reference .gateway-toggle.is-on .gateway-toggle__track{background:var(--hy-color-success)}.gateway-reference .gateway-toggle:focus-visible{outline-color:var(--hy-color-primary)}
