:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#161a1d;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--background: #ffffff;--surface-subtle: #f7f8f8;--surface-selected: #eaf6f0;--text: #161a1d;--muted: #667078;--border: #dde2e3;--border-soft: #e8ebec;--primary: #078b54;--primary-hover: #057847;--primary-soft: #eaf6f0;--danger: #dc3f46;--danger-soft: #fff0f1;--warning: #b7791f;--warning-soft: #fff8e7;--info: #2563eb;--info-soft: #eef4ff;--radius: 6px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--background)}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}code,.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;letter-spacing:0}:focus-visible{outline:2px solid #49a980;outline-offset:2px}.brand{display:flex;align-items:center;gap:10px;color:#0d1712;font-size:20px;font-weight:750;white-space:nowrap}.brand svg{color:var(--primary)}.primary-button,.secondary-button,.text-button{border:0;border-radius:var(--radius);min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:650;white-space:nowrap}.primary-button{color:#fff;background:var(--primary);border:1px solid var(--primary)}.primary-button:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.secondary-button{color:var(--text);background:#fff;border:1px solid #cfd5d7}.secondary-button:hover{background:var(--surface-subtle)}.text-button{color:var(--primary);background:transparent;padding:0 6px}.full-button{width:100%}.icon-button{width:36px;height:36px;padding:0;border:0;border-radius:var(--radius);background:transparent;color:#3f484e;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.icon-button:hover{background:#f1f3f3;color:var(--text)}.danger-button{color:var(--danger)}.danger-button:hover{background:var(--danger-soft);color:var(--danger)}input,select,textarea{min-height:40px;border:1px solid #cfd5d7;border-radius:var(--radius);color:var(--text);background:#fff;padding:0 12px;font-size:13px}input::placeholder,textarea::placeholder{color:#9aa2a7}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px #078b541a}select{min-width:160px}.admin-app{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);background:#fff}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--border);background:#fbfcfc;display:flex;flex-direction:column;z-index:30}.admin-brand{height:70px;padding:0 20px;border-bottom:1px solid var(--border-soft)}.mobile-close{display:none;margin-left:auto}.side-nav{padding:14px 9px;display:flex;flex-direction:column;gap:4px}.side-nav-link{height:42px;padding:0 13px;display:flex;align-items:center;gap:12px;color:#2d353a;border-radius:var(--radius);font-size:14px}.side-nav-link:hover{background:#f0f3f2}.side-nav-link.active{background:var(--surface-selected);color:var(--primary);font-weight:650}.sidebar-footer{margin-top:auto;padding:18px 20px;border-top:1px solid var(--border-soft);color:var(--muted);font-size:12px;line-height:1.8}.local-status{display:flex;align-items:center;gap:7px;color:#3e4a44}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}.sidebar-scrim{display:none}.admin-main{min-width:0}.topbar{height:70px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:sticky;top:0;z-index:20;background:#fffffff7}.topbar-title{display:flex;align-items:center;gap:8px}.topbar h1{font-size:24px;line-height:1.2;font-weight:750}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-date{font-size:13px;color:#4c555b;padding-right:10px;border-right:1px solid var(--border)}.mobile-menu{display:none}.page-content{padding:20px 22px 32px}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:20px}.dashboard-main{min-width:0}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(145px,1fr));gap:14px;margin-bottom:20px}.metric-card{height:122px;border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;position:relative;background:#fff}.metric-card>span{color:#4d565c;font-size:13px}.metric-card strong{display:block;margin-top:14px;font-size:32px;line-height:1;font-weight:680}.metric-icon{position:absolute;right:19px;bottom:22px}.metric-green,.text-success{color:var(--primary)}.metric-blue,.text-info{color:var(--info)}.metric-red,.text-danger{color:var(--danger)}.metric-neutral{color:#495158}.data-section{margin-top:20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.section-heading{display:flex;align-items:center;justify-content:space-between;min-height:44px;margin-bottom:8px}.section-heading h2,.rail-panel h2{font-size:15px;font-weight:700}.data-section>.section-heading{margin:0;padding:0 14px;border-bottom:1px solid var(--border-soft)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead{background:#fafbfb}th{height:42px;padding:0 14px;color:#343d42;font-weight:650;text-align:left;white-space:nowrap;border-bottom:1px solid var(--border)}td{height:46px;padding:8px 14px;color:#333b40;border-bottom:1px solid var(--border-soft);vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#f8fbf9}.cell-strong{color:var(--text);font-weight:600}.cell-subtitle{color:var(--muted);font-size:11px;display:block;margin-top:3px}.align-right{text-align:right}.row-actions{text-align:right;white-space:nowrap}.key-cell{display:flex;align-items:center;gap:7px}.table-footer{height:46px;border-top:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:var(--muted);font-size:12px}.empty-table{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:13px}.empty-table-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);border:1.5px solid var(--primary);border-radius:var(--radius)}.status-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid #b8d9c8;border-radius:4px;color:var(--primary);background:#f3fbf7;white-space:nowrap;font-size:12px}.status-reserved,.status-issued{color:var(--warning);border-color:#ebcf9e;background:var(--warning-soft)}.status-disabled,.status-revoked,.status-expired{color:var(--danger);border-color:#efb7ba;background:var(--danger-soft)}.status-delivered,.status-redeemed{color:#3c7160;border-color:#b9d4c9;background:#f0f7f4}.stock-state{display:inline-flex;align-items:center;gap:7px;color:#3f5d4c;white-space:nowrap}.stock-state span{width:7px;height:7px;border-radius:50%;background:var(--primary)}.stock-state.low{color:var(--danger)}.stock-state.low span{background:var(--danger)}.dashboard-rail{min-width:0}.rail-panel{border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-bottom:16px}.rail-panel h2{margin-bottom:12px}.health-row{height:40px;border-top:1px solid var(--border-soft);display:grid;grid-template-columns:20px 1fr 8px auto;align-items:center;gap:7px;font-size:12px}.health-row:first-of-type{border-top:0}.health-row i,.api-ok i{width:7px;height:7px;border-radius:50%;background:var(--primary)}.health-row b{color:var(--primary);font-size:12px;font-weight:600}.rail-panel .secondary-button{margin-top:12px}.event-row{display:grid;grid-template-columns:30px 1fr;gap:9px;padding:10px 0;border-top:1px solid var(--border-soft)}.event-row:first-of-type{border-top:0}.event-icon{width:28px;height:28px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.event-row strong{font-size:12px;font-weight:650;display:block}.event-row small{font-size:11px;color:var(--muted);margin-top:4px;display:block}.segmented-tabs{height:48px;display:grid;grid-template-columns:repeat(2,180px);border-bottom:1px solid var(--border);margin-bottom:14px}.segmented-tabs button{border:0;background:transparent;color:#3f484d;border-bottom:3px solid transparent;font-size:14px}.segmented-tabs button.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.toolbar-row{display:flex;gap:10px;align-items:center;margin:14px 0}.toolbar-end{justify-content:flex-end}.toolbar-action{margin-left:auto}.search-field{width:min(340px,100%);height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #cfd5d7;border-radius:var(--radius);background:#fff;color:var(--muted)}.search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #078b541a}.search-field input{border:0;box-shadow:none;min-height:36px;padding:0;width:100%}.search-field input:focus{box-shadow:none}.inline-notice{min-height:40px;border:1px solid #b9d6c7;background:#f1f8f4;color:#245f42;padding:8px 12px;border-radius:var(--radius);display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:12px}.inline-notice .icon-button{margin-left:auto;width:28px;height:28px}.drawer-layer,.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.drawer-scrim,.modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#181f1c47}.drawer{position:absolute;top:0;right:0;height:100%;width:min(430px,100vw);background:#fff;box-shadow:-12px 0 34px #18231d21;display:flex;flex-direction:column}.compact-drawer{width:min(390px,100vw)}.drawer-header{min-height:68px;padding:0 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawer-header>div{display:flex;align-items:center;gap:10px}.drawer-header h2{font-size:20px;font-weight:750}.drawer-body{padding:20px;overflow-y:auto;flex:1}.drawer-body>label,.login-form>label,.credential-fields>label{display:grid;gap:7px;margin-bottom:16px;color:#30383d;font-size:13px;font-weight:650}.drawer-body label input,.drawer-body label select{width:100%;margin-top:0}.drawer-footer,.modal-footer{min-height:70px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:0 20px;background:#fbfcfc}.upload-zone{min-height:176px;border:1px dashed #bfc7ca;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#475158;margin:4px 0 12px}.upload-zone:hover{border-color:var(--primary);background:#fbfdfc}.selected-file{height:38px;display:flex;align-items:center;gap:7px;color:#3e484d;font-size:12px}.selected-file svg{color:var(--primary)}.selected-file span{margin-left:auto;color:var(--muted)}.drawer-body h3{font-size:13px;margin:16px 0 8px}.preview-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.preview-table td,.preview-table th{height:36px;padding:5px 10px;font-size:11px}.encryption-note{height:38px;display:flex;align-items:center;gap:7px;color:#35634c;font-size:12px}.form-error,.redeem-error{color:var(--danger);font-size:12px;line-height:1.5}.modal{position:absolute;top:50%;left:50%;width:min(500px,calc(100vw - 28px));transform:translate(-50%,-50%);background:#fff;border-radius:var(--radius);box-shadow:0 20px 60px #151f1a38}.modal-icon{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);display:grid;place-items:center;border-radius:var(--radius)}.credential-fields{padding:20px}.credential-fields label>div{min-height:44px;border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;padding:4px 5px 4px 12px}.credential-fields code{word-break:break-all;font-size:13px;font-weight:500}.credential-fields label>div .icon-button:first-of-type{margin-left:auto}.credential-fields label>p{font-weight:400;color:var(--muted);line-height:1.6}.credential-fields .artifact-delivery{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px}.artifact-delivery-icon{width:32px;height:32px;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);border:1.5px solid var(--primary);border-radius:var(--radius)}.artifact-delivery>span:nth-child(2){min-width:0;display:grid;gap:4px}.artifact-delivery strong{overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.artifact-delivery small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.endpoint-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--radius)}.endpoint-strip article{min-height:96px;padding:17px;border-right:1px solid var(--border);display:grid;grid-template-columns:28px 1fr;align-items:start;gap:8px;position:relative}.endpoint-strip article:last-child{border-right:0}.endpoint-strip article>svg{color:var(--primary)}.endpoint-strip strong{display:block;font-size:13px}.endpoint-strip code{display:block;margin-top:8px;font-size:10px;color:var(--muted);word-break:break-all}.api-ok{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;gap:6px;color:var(--primary);font-size:11px}.audit-heading{margin:24px 0 10px}.audit-heading>div{display:flex;align-items:center;gap:8px}.detail-code{display:block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#596269}.settings-page{max-width:920px}.settings-list{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.settings-list article{min-height:82px;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:13px 18px;border-bottom:1px solid var(--border-soft)}.settings-list article:last-child{border-bottom:0}.settings-icon{width:38px;height:38px;border-radius:var(--radius);display:grid;place-items:center;background:var(--surface-subtle);color:#34433b}.settings-list h2,.settings-band h2{font-size:14px}.settings-list p,.settings-band p{color:var(--muted);font-size:12px;margin-top:5px}.settings-list strong{font-size:13px;color:#34433b}.settings-band{margin-top:18px;min-height:76px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:12px}.settings-band>svg{color:var(--primary)}.feedback{min-height:320px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:13px}.feedback-error{color:var(--danger)}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.full-loading{min-height:100vh;display:grid;place-items:center}.login-page{min-height:100vh;background:#f7f8f8;display:grid;place-items:center;padding:24px;position:relative}.login-brand{position:absolute;left:28px;top:24px}.login-form{width:min(390px,100%);padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.login-heading{display:flex;align-items:center;gap:10px;margin-bottom:24px}.login-heading svg{color:var(--primary)}.login-heading h1{font-size:24px}.password-field{position:relative;margin-bottom:12px}.password-field input{width:100%;padding-right:42px}.password-field .icon-button{position:absolute;top:2px;right:2px}.login-form .form-error{margin-bottom:12px}.redeem-page{min-height:100svh;display:grid;grid-template-rows:84px minmax(600px,1fr) 168px;background:#fff}.redeem-header{display:flex;align-items:center;justify-content:space-between;padding:0 44px}.redeem-header>a:last-child{color:#475159;font-size:16px}.redeem-brand{font-size:21px}.redeem-main{display:grid;grid-template-columns:minmax(520px,.92fr) minmax(520px,1.08fr);align-items:center;padding:30px 44px 70px 6vw;overflow:hidden}.redeem-workflow{width:min(650px,100%);align-self:start;margin-top:90px}.redeem-workflow h1{font-size:52px;line-height:1.16;font-weight:780;color:#10181d}.redeem-subtitle{margin-top:24px;color:#59636a;font-size:18px}.redeem-workflow form{margin-top:46px}.redeem-workflow form>label{display:block;font-size:16px;font-weight:700;margin-bottom:12px}.redeem-input{width:100%;height:70px;padding:0 22px;font-size:20px}.redeem-button{width:100%;height:72px;margin-top:24px;font-size:20px}.redeem-button:disabled{opacity:1;background:#9bc6ae;border-color:#9bc6ae;color:#fff}.redeem-error{margin-top:13px;font-size:14px}.secure-line{margin-top:28px;display:flex;align-items:center;gap:10px;color:#59636a;font-size:15px}.capsule-visual{min-width:0;display:grid;place-items:center}.capsule-visual img{width:min(1100px,78vw);max-width:none;display:block;mix-blend-mode:multiply}.redeem-footer{display:flex;align-items:center;padding:0 44px;background:#f7f8f8;color:#59636a;font-size:14px}.success-mark{width:56px;height:56px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:18px}.delivered-credentials{margin:32px 0 24px;border-top:1px solid var(--border)}.delivered-credentials>label{display:grid;gap:7px;padding:16px 0;border-bottom:1px solid var(--border);font-size:13px;font-weight:650}.delivered-credentials label>div{min-height:48px;display:flex;align-items:center;padding:4px 5px 4px 12px;border:1px solid var(--border);border-radius:var(--radius)}.delivered-credentials code{font-size:15px;word-break:break-all}.delivered-credentials .icon-button:first-of-type{margin-left:auto}.delivered-credentials p{color:var(--muted);font-weight:400;line-height:1.6}.redeem-success{width:min(620px,100%)}@media(max-width:1180px){.dashboard-layout{grid-template-columns:1fr}.dashboard-rail{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rail-panel{margin-bottom:0}.metric-grid,.endpoint-strip{grid-template-columns:repeat(2,1fr)}.endpoint-strip article:nth-child(2){border-right:0}.endpoint-strip article:nth-child(-n+2){border-bottom:1px solid var(--border)}.redeem-main{grid-template-columns:minmax(460px,1fr) minmax(400px,.9fr);padding-left:44px}.capsule-visual img{width:880px}}@media(max-width:900px){.admin-app{display:block}.sidebar{position:fixed;left:0;transform:translate(-101%);width:250px;transition:transform .18s ease}.sidebar-open{transform:translate(0)}.mobile-close,.mobile-menu{display:inline-flex}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;border:0;background:#181f1c4d}.topbar{padding:0 16px}.page-content{padding:16px}.redeem-page{grid-template-rows:74px auto 90px}.redeem-header{padding:0 24px}.redeem-main{min-height:calc(100svh - 164px);grid-template-columns:1fr;padding:48px 24px 36px}.redeem-workflow{margin:0 auto}.capsule-visual{margin-top:18px;max-height:270px;overflow:hidden}.capsule-visual img{width:430px}.redeem-footer{padding:0 24px}}@media(max-width:640px){.topbar{height:62px}.topbar h1{font-size:19px}.topbar-date{display:none}.topbar-actions{gap:4px}.topbar-actions .primary-button{padding:0 10px}.metric-grid{gap:9px}.metric-card{height:104px;padding:14px}.metric-card strong{font-size:28px}.metric-icon{right:13px;bottom:16px}.dashboard-rail{grid-template-columns:1fr}.toolbar-row{align-items:stretch;flex-wrap:wrap}.search-field{width:100%}.toolbar-row select{flex:1;min-width:135px}.toolbar-action{margin-left:0;width:100%}.segmented-tabs{grid-template-columns:1fr 1fr}.endpoint-strip{grid-template-columns:1fr}.endpoint-strip article{border-right:0;border-bottom:1px solid var(--border)}.endpoint-strip article:last-child{border-bottom:0}.settings-list article{grid-template-columns:40px 1fr}.settings-list article strong{grid-column:2}.settings-band{grid-template-columns:26px 1fr;padding:14px 0}.settings-band .secondary-button{grid-column:2;justify-self:start}.login-brand{left:20px;top:18px}.login-form{padding:22px}.redeem-header{padding:0 18px}.redeem-brand{font-size:18px}.redeem-header>a:last-child{font-size:14px}.redeem-main{padding:38px 18px 24px;align-items:start}.redeem-workflow h1{font-size:34px;line-height:1.22}.redeem-subtitle{margin-top:16px;font-size:16px}.redeem-workflow form{margin-top:32px}.redeem-input{height:60px;font-size:16px;padding:0 15px}.redeem-button{height:60px;font-size:17px}.secure-line{margin-top:20px;font-size:13px}.capsule-visual{max-height:230px}.capsule-visual img{width:360px}.redeem-footer{padding:0 18px;font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--background: #f7fcfb;--surface-subtle: #eef9f7;--surface-selected: #d8f7ef;--text: #102f32;--muted: #557174;--border: #153a3c;--border-soft: #9eb4b5;--primary: #078b82;--primary-hover: #056f69;--primary-soft: #dff8f1;--command: #ff5848;--command-hover: #e94a3c;--danger: #e33f48;--danger-soft: #fff0f1;--warning: #c98d00;--warning-soft: #fff7d6;--info: #7550d7;--info-soft: #f2edff;--cyan: #159bd7;--lemon: #eba900;--radius: 8px}body{background:var(--background);color:var(--text)}:focus-visible{outline:3px solid #f2c84b;outline-offset:2px}.primary-button{color:#fff;background:var(--command);border:2px solid #18383a;border-radius:var(--radius);box-shadow:2px 2px #18383a;font-weight:750}.primary-button:hover{background:var(--command-hover);border-color:#18383a;transform:translate(-1px,-1px);box-shadow:3px 3px #18383a}.primary-button:active{transform:translate(1px,1px);box-shadow:1px 1px #18383a}.secondary-button{color:var(--text);background:#fff;border:2px solid #18383a;border-radius:var(--radius);font-weight:700}.secondary-button:hover{background:#edfaf7}.icon-button{border-radius:var(--radius);color:#173d40}.icon-button:hover{background:#dff5ef}input,select,textarea{border:1.5px solid #466467;border-radius:var(--radius);color:var(--text)}input:focus,select:focus,textarea:focus{border-color:#078b82;box-shadow:0 0 0 3px #13aa9b2e}.admin-app{grid-template-columns:234px minmax(0,1fr);background:var(--background)}.sidebar{width:234px;color:#fff;background:#07565a;border-right:2px solid #173638}.admin-brand{height:86px;color:#fff;border-bottom:1px solid rgba(255,255,255,.24);padding:0 20px;font-size:21px}.admin-brand svg{color:#8ef0da}.side-nav{padding:18px 12px;gap:8px}.side-nav-link{height:50px;color:#fff;border:2px solid transparent;border-radius:var(--radius);font-size:15px;font-weight:650}.side-nav-link:hover{color:#fff;background:#ffffff1a}.side-nav-link.active{color:#fff;background:#13aa9b;border-color:#a6f7e3;font-weight:800}.sidebar-footer{color:#ffffffc7;border-top:1px solid rgba(255,255,255,.24);padding:14px 20px 18px}.admin-identity{min-height:44px;border:1px solid rgba(255,255,255,.44);border-radius:var(--radius);display:flex;align-items:center;gap:9px;padding:0 10px;color:#fff;margin-bottom:12px}.admin-identity>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#078b82}.admin-identity strong{font-size:13px}.local-status{color:#dffbf4}.status-dot{background:#f2ca47}.topbar{height:86px;padding:0 28px;border-bottom:2px solid #17383a;background:#f7fcfbfa}.topbar-title{gap:20px}.topbar h1{font-size:29px;line-height:1;font-weight:850;color:#102f32}.topbar-date{padding:0;border:0;color:#3e5c5f;font-size:13px}.topbar-actions{gap:12px}.page-content{padding:14px 26px 28px}.dashboard-layout{grid-template-columns:minmax(0,1fr) 330px;gap:16px}.metric-grid{gap:16px;margin-bottom:16px}.metric-card{height:114px;border:2px solid #17383a;border-radius:var(--radius);padding:22px 16px 16px 104px;box-shadow:2px 2px #17383a1a}.metric-card>span{font-size:14px;color:#26474a;font-weight:700}.metric-card strong{margin-top:9px;font-size:34px;font-weight:850}.metric-icon{left:16px;right:auto;top:20px;bottom:auto;width:68px;height:68px;padding:16px;border:2px solid currentColor;border-radius:var(--radius);background:#f6fffc}.metric-cyan{color:var(--cyan)}.metric-yellow{color:var(--lemon)}.metric-blue{color:var(--info)}.data-section{margin-top:16px;border:2px solid #17383a;border-radius:var(--radius);box-shadow:2px 2px #17383a14}.data-section>.section-heading{min-height:50px;border-bottom:1.5px solid #789193}.section-heading h2,.rail-panel h2{color:#16383a;font-size:15px;font-weight:800}thead{background:#e8f8f5}th{height:42px;border-bottom:1.5px solid #789193;color:#183a3d;font-weight:750}td{height:45px;border-bottom:1px solid #b9c8c9;color:#284649}tbody tr:hover{background:#effbf8}.table-footer{border-top-color:#789193;background:#fbfefd}.dashboard-rail{display:block}.rail-panel{border:2px solid #17383a;border-radius:var(--radius);background:#fff;padding:14px;margin-bottom:16px;box-shadow:2px 2px #17383a14}.health-row{border-top-color:#aabdbf;grid-template-columns:23px 1fr 8px auto}.health-row:nth-of-type(1) svg{color:#0b9f8f}.health-row:nth-of-type(2) svg{color:#7550d7}.health-row:nth-of-type(3) svg{color:#159bd7}.health-row:nth-of-type(4) svg{color:#d49c00}.event-icon{border:1.5px solid #078b82}.status-tag{min-height:25px;border-width:1.5px;border-radius:5px;font-weight:700}.status-reserved,.status-issued{color:#7550d7;border-color:#9d82e7;background:#f3efff}.status-delivered,.status-redeemed{color:#08776f;border-color:#65b9aa;background:#e8f8f4}.stock-state span{width:8px;height:8px}.segmented-tabs{width:100%;max-width:430px;height:48px;grid-template-columns:1fr 1fr;border:2px solid #17383a;border-radius:var(--radius);overflow:hidden;margin:8px 0 18px}.segmented-tabs button{border:0;border-bottom:0;background:#fff;font-weight:700}.segmented-tabs button+button{border-left:1.5px solid #17383a}.segmented-tabs button.active{color:#fff;background:#078b82;border-bottom:0}.toolbar-row{margin:12px 0 14px}.search-field{height:44px;border:1.5px solid #466467;border-radius:var(--radius)}.inventory-table-section{margin-top:0}.inventory-table-section .table-scroll{max-height:540px;overflow:auto}.inventory-table-section thead{position:sticky;top:0;z-index:2}.inline-notice{border:1.5px solid #078b82;background:#e3f9f3;color:#07565a;font-weight:650}.drawer-scrim{background:#05232529}.modal-scrim{background:#0523254d}.drawer{width:min(414px,100vw);border-left:2px solid #17383a;box-shadow:-8px 0 #17383a1a}.drawer-header{min-height:76px;border-bottom:1.5px solid #789193}.drawer-header h2{color:#15383a;font-size:21px;font-weight:850}.drawer-body{padding:20px}.drawer-body>label,.credential-fields>label{color:#173a3d;font-weight:750}.drawer-body .upload-heading{margin:2px 0 10px;font-size:14px}.drawer-footer,.modal-footer{border-top:1.5px solid #789193;background:#f2fbf9}.upload-zone{min-height:190px;border:2px dashed #315b5d;background:#fbfffe}.upload-zone>svg{color:#078b82}.preview-table{border:1.5px solid #789193}.encryption-note{color:#078b82;font-weight:750}.modal{border:2px solid #17383a;box-shadow:6px 6px #17383a2e}.modal-icon{background:#dff8f1;border:1.5px solid #078b82}.endpoint-strip,.settings-list{border:2px solid #17383a;border-radius:var(--radius);box-shadow:2px 2px #17383a14}.endpoint-strip article{border-color:#789193}.settings-list article{border-bottom-color:#9eb4b5}.settings-icon{border:1.5px solid #315b5d;background:#e8f8f5}.settings-band{border-color:#315b5d}.login-page{background-color:#063c40;background-image:url(/assets/redeem-ai-world-bg-DmLdQfxh.png);background-size:cover;background-position:center}.login-brand{color:#fff;font-size:23px}.login-brand svg{color:#8ef0da}.login-form{border:2px solid #17383a;border-radius:var(--radius);box-shadow:7px 7px #031f2161;background:#f8fffd}.login-heading h1{font-size:27px;font-weight:850;color:#123638}.redeem-page.redeem-ai-world{min-height:100svh;grid-template-rows:86px minmax(760px,1fr) 70px;color:#fff;background-color:#06383b;background-image:var(--redeem-background);background-size:cover;background-position:center}.redeem-ai-world .redeem-header{padding:0 40px;color:#fff}.redeem-ai-world .redeem-brand{color:#fff;font-size:25px;font-weight:850;text-shadow:0 2px 0 rgba(0,0,0,.16)}.redeem-ai-world .redeem-header>a:last-child{color:#fff;border:2px solid rgba(255,255,255,.92);border-radius:var(--radius);min-height:42px;padding:0 15px;display:inline-flex;align-items:center;font-weight:750;background:#052b2e2e}.redeem-ai-world .redeem-main{display:block;padding:0 40px;overflow:visible}.redeem-ai-world .redeem-workflow{width:515px;margin:168px 0 0;color:#fff}.redeem-ai-world .redeem-workflow h1{color:#fff;font-size:52px;font-weight:900;text-shadow:0 3px 0 rgba(0,0,0,.2)}.redeem-ai-world .redeem-subtitle{color:#f2f8f7;margin-top:18px;font-size:19px;font-weight:600}.redeem-ai-world .redeem-workflow form{margin-top:52px}.redeem-ai-world .redeem-workflow form>label{color:#fff;font-weight:800}.redeem-ai-world .redeem-input{height:78px;color:#fff;border:2px solid #fff;background:#03181acc;box-shadow:3px 3px #00000038}.redeem-ai-world .redeem-input::placeholder{color:#ffffff94}.redeem-ai-world .redeem-button{height:84px;margin-top:24px;color:#fff;background:var(--command);border:2px solid #102f32;box-shadow:4px 4px #102f32;font-size:20px}.redeem-ai-world .redeem-button:disabled{color:#ffffffb8;background:#b74f48;border-color:#102f32}.redeem-ai-world .secure-line{color:#edf8f6;font-weight:650}.redeem-ai-world .redeem-footer{color:#fff;background:transparent;padding:0 40px;font-weight:650}.redeem-ai-world .success-mark{color:#073f43;background:#f2ca47;border:2px solid #102f32;box-shadow:3px 3px #102f32}.redeem-ai-world .delivered-credentials{border-top-color:#ffffff8f}.redeem-ai-world .delivered-credentials>label{color:#fff;border-bottom-color:#ffffff75}.redeem-ai-world .delivered-credentials label>div{border:2px solid #fff;background:#03181ad6}.redeem-ai-world .delivered-credentials .icon-button{color:#fff}.redeem-ai-world .delivered-credentials .icon-button:hover{color:#fff;background:#ffffff24}.redeem-ai-world .delivered-credentials p{color:#ecf8f5}.redeem-ai-world .redeem-error{color:#ffd55a;font-weight:750}.topbar-actions .primary-button,.topbar-actions .secondary-button{min-height:48px;padding:0 18px;font-size:14px}.topbar-date{display:inline-flex;align-items:center;gap:7px}@media(max-width:1180px){.dashboard-layout{grid-template-columns:1fr}.dashboard-rail{display:grid;grid-template-columns:1fr 1fr}.redeem-page.redeem-ai-world{background-position:47% center}}@media(max-width:900px){.admin-app{display:block}.sidebar{width:250px}.topbar{height:72px}.topbar-title{gap:10px}.topbar h1{font-size:23px}.redeem-page.redeem-ai-world{grid-template-rows:74px minmax(700px,1fr) 62px;background-size:auto 100%;background-position:35% center}.redeem-ai-world .redeem-header{padding:0 24px}.redeem-ai-world .redeem-main{min-height:0;padding:0 24px}.redeem-ai-world .redeem-workflow{margin-top:120px}.redeem-ai-world .redeem-footer{padding:0 24px}}@media(max-width:640px){.topbar h1{font-size:20px}.topbar-date{display:none}.topbar-actions .secondary-button{width:38px;padding:0;font-size:0}.metric-card{height:104px;padding:17px 10px 12px 76px}.metric-card strong{font-size:28px}.metric-icon{width:52px;height:52px;padding:12px;left:12px;top:24px}.dashboard-rail{grid-template-columns:1fr}.segmented-tabs{max-width:none}.data-section .table-scroll{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.data-section .table-scroll>table{min-width:720px}.inventory-table-section .table-scroll>table{min-width:900px}.inventory-table-section .table-scroll{max-height:520px}.redeem-page.redeem-ai-world{grid-template-rows:68px minmax(680px,1fr) 56px;background-position:31% center}.redeem-ai-world .redeem-header{padding:0 18px}.redeem-ai-world .redeem-brand{font-size:19px}.redeem-ai-world .redeem-header>a:last-child{min-height:36px;padding:0 10px;font-size:13px}.redeem-ai-world .redeem-main{padding:0 18px}.redeem-ai-world .redeem-workflow{width:100%;margin-top:92px}.redeem-ai-world .redeem-workflow h1{font-size:36px}.redeem-ai-world .redeem-subtitle{font-size:15px}.redeem-ai-world .redeem-workflow form{margin-top:38px}.redeem-ai-world .redeem-input{height:62px;font-size:16px}.redeem-ai-world .redeem-button{height:64px;font-size:17px}.redeem-ai-world .redeem-footer{padding:0 18px}}.redeem-header-actions{display:flex;align-items:center;gap:8px;min-width:0}.redeem-ai-world .seller-link,.redeem-nav-button,.redeem-register-button,.redeem-icon-button,.buyer-identity{min-height:42px;display:inline-flex;align-items:center;gap:7px;border-radius:var(--radius);font-size:14px;font-weight:750;white-space:nowrap}.redeem-ai-world .seller-link,.redeem-nav-button,.redeem-icon-button{color:#fff;border:2px solid rgba(255,255,255,.92);background:#052b2e57}.redeem-ai-world .seller-link,.redeem-nav-button{padding:0 12px}.redeem-icon-button{width:42px;justify-content:center}.redeem-register-button{padding:0 13px;color:#fff;border:2px solid #102f32;background:var(--command);box-shadow:2px 2px #102f32}.redeem-nav-button:hover,.redeem-icon-button:hover,.redeem-ai-world .seller-link:hover{background:#ffffff24}.redeem-register-button:hover{background:var(--command-hover)}.buyer-identity{max-width:170px;padding:0 10px;overflow:hidden;color:#073f43;border:2px solid #102f32;background:#f2ca47}.buyer-identity>svg{flex:0 0 auto}.buyer-identity>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.buyer-modal-layer{z-index:92}.buyer-auth-modal{width:min(430px,calc(100vw - 28px));overflow:hidden}.account-auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1.5px solid #789193}.account-auth-tabs button{height:46px;border:0;color:var(--muted);background:#f4fbf9;font-size:14px;font-weight:700}.account-auth-tabs button+button{border-left:1.5px solid #789193}.account-auth-tabs button.active{color:#fff;background:var(--primary)}.buyer-auth-fields{padding-bottom:10px}.buyer-auth-fields input{width:100%}.buyer-auth-fields .password-field{margin:0;border:0;padding:0}.buyer-auth-fields .password-field input{min-height:44px;padding-right:44px}.buyer-auth-fields .password-field .icon-button{margin-left:0}.purchase-drawer-layer{z-index:88}.purchase-drawer{width:min(500px,100vw);border-left:2px solid #17383a}.purchase-list{flex:1;min-height:0;overflow-y:auto;padding:0 20px 24px}.purchase-list .feedback{min-height:280px}.purchase-row{padding:20px 0;border-bottom:1.5px solid #9eb4b5}.purchase-row-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.purchase-row-heading strong{display:block;color:var(--text);font-size:16px}.purchase-row-heading small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.purchase-row dl{margin-top:15px}.purchase-row dl>div{min-height:28px;display:grid;grid-template-columns:76px 1fr;align-items:center;gap:8px;font-size:12px}.purchase-row dt{color:var(--muted)}.purchase-row dd{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#26474a}.purchase-row-action{min-height:44px;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase-row-action>span{color:var(--muted);font-size:12px}.purchase-row-action .secondary-button{min-height:40px;padding:0 12px}.purchase-empty{min-height:300px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);font-size:13px}.purchase-error{margin-top:14px}.credential-modal-layer{z-index:104}.buyer-credential-modal{overflow:hidden}.buyer-credential-modal .drawer-header>div>div{display:block}.buyer-credential-modal .drawer-header h2{font-size:20px}.buyer-credential-modal .drawer-header p{margin-top:3px;color:var(--muted);font-size:12px}.compact-success{width:38px;height:38px;margin:0;flex:0 0 auto}.credential-modal-footer{justify-content:space-between}.credential-modal-footer>span{color:var(--muted);font-size:12px}.status-active{color:#08776f;border-color:#65b9aa;background:#e8f8f4}.buyer-users-table .table-scroll>table{min-width:920px}.buyer-name{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-weight:750}.buyer-name svg{color:var(--primary)}.reset-password-modal .credential-fields input{width:100%}.read-only-field{color:var(--muted);background:#f4f9f8}.buyer-status-modal{overflow:hidden}.buyer-status-copy{min-height:132px;padding:24px 20px}.buyer-status-copy p{color:var(--text);font-size:15px}.buyer-status-copy span{display:block;margin-top:9px;color:var(--muted);font-size:13px;line-height:1.6}.danger-confirm-button{background:var(--danger);border-color:#8f2530}.danger-confirm-button:hover{background:#bd303b;border-color:#792029}@media(max-width:640px){.redeem-ai-world .redeem-header{padding:0 12px;gap:8px}.redeem-ai-world .redeem-brand{font-size:17px}.redeem-header-actions{gap:4px}.redeem-ai-world .seller-link,.redeem-nav-button,.redeem-register-button,.redeem-icon-button,.buyer-identity{min-height:34px;font-size:12px}.redeem-ai-world .seller-link,.redeem-nav-button,.redeem-register-button{padding:0 7px}.redeem-icon-button{width:34px}.buyer-identity{max-width:58px;padding:0 7px}.purchase-button{width:34px;justify-content:center;padding:0}.purchase-button span{display:none}.purchase-list{padding:0 16px 20px}.purchase-row dl>div{grid-template-columns:68px 1fr}.credential-modal-footer{min-height:84px;align-items:flex-start;flex-direction:column;justify-content:center}.credential-modal-footer .primary-button{align-self:stretch}.credential-fields .artifact-delivery{grid-template-columns:34px minmax(0,1fr)}.artifact-delivery .secondary-button{grid-column:1 / -1;width:100%}}
