@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#15191e;background:#f3f5f7;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--canvas: #f3f5f7;--surface: #ffffff;--surface-muted: #f7f9fa;--ink: #15191e;--muted: #66717e;--border: #dce2e7;--primary: #1e252b;--accent: #008a78;--accent-soft: #e7f5f2;--attention: #b77816;--attention-soft: #fff5e5;--danger: #c33d45;--danger-soft: #fff0f1;--focus: #0a776c}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,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}.page-shell{min-height:100vh}.app-header{height:68px;padding:0 max(20px,calc((100% - 960px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fffffff0}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:var(--primary);border-radius:8px}.brand-mark.has-logo{background:var(--surface);border:1px solid var(--border);overflow:hidden}.brand-mark img{width:100%;height:100%;display:block;object-fit:contain}.brand>span:last-child{display:flex;flex-direction:column;gap:1px}.brand strong,.brand small{max-width:min(48vw,360px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand strong{font-size:14px;line-height:1.1}.brand small{color:var(--muted);font-size:9px;font-weight:600;line-height:1.1}.header-action{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none}.header-action:hover{color:var(--ink)}.main-content,.admin-content{width:min(960px,calc(100% - 40px));margin:0 auto}.main-content{padding:52px 0 28px}.page-title-row,.admin-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.page-title-row h1,.admin-title-row h1{margin:3px 0 0;font-size:30px;line-height:1.2;letter-spacing:0}.page-title-row .eyebrow,.admin-title-row .eyebrow{margin:0}.admin-title-row p:last-child{margin:7px 0 0;color:var(--muted);font-size:14px}.eyebrow{color:var(--accent);font-size:11px;line-height:1.4;font-weight:700;text-transform:uppercase;letter-spacing:0}.security-note{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.view-tabs{display:inline-grid;grid-template-columns:repeat(2,minmax(132px,1fr));gap:3px;padding:3px;margin-bottom:16px;background:#e6eaed;border-radius:8px}.view-tabs button{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:13px;font-weight:650}.view-tabs button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 3px #19222a1a}.stepper{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 16px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.stepper li{position:relative;min-width:0;min-height:76px;padding:15px 34px 15px 17px;display:flex;align-items:center;gap:11px;color:#8b949e}.stepper li+li{border-left:1px solid var(--border)}.stepper li.is-active{color:var(--ink);background:#fbfcfc}.stepper li.is-complete{color:var(--accent)}.step-icon{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border:1px solid #cbd3d9;border-radius:50%}.is-active .step-icon{color:#fff;border-color:var(--primary);background:var(--primary)}.is-complete .step-icon{border-color:var(--accent);background:var(--accent-soft)}.step-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.step-copy small{font-size:10px;line-height:1.2}.step-copy strong{overflow:hidden;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.step-arrow{position:absolute;right:13px;color:#c1c8ce}.tool-panel{min-height:310px;padding:30px 32px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 12px 32px #232c340d}.section-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:27px}.section-icon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;color:var(--ink);background:#edf0f2;border-radius:8px}.section-icon-success{color:var(--accent);background:var(--accent-soft)}.section-heading .eyebrow{margin:0 0 3px}.section-heading h1{margin:0;font-size:20px;line-height:1.35}.section-heading p:last-child{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.field-label{display:block;margin:0 0 7px;color:#3f4851;font-size:12px;font-weight:650}input,textarea{width:100%;color:var(--ink);border:1px solid #cfd7dd;border-radius:6px;outline:none;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}input{height:48px;padding:0 14px}textarea{min-height:112px;padding:13px 14px;line-height:1.55;resize:vertical}input::placeholder,textarea::placeholder{color:#9ca4ac}input:focus,textarea:focus{border-color:var(--focus);box-shadow:0 0 0 3px #008a781f}.input-with-icon{position:relative;display:block}.input-with-icon>svg{position:absolute;left:14px;top:50%;z-index:1;color:#78838d;transform:translateY(-50%)}.input-with-icon input{padding-left:42px}.action-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.button{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap;transition:background .15s ease,border-color .15s ease,transform .15s ease}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{color:#fff;background:var(--primary);border-color:var(--primary)}.button-primary:hover:not(:disabled){background:#303940}.button-secondary{color:var(--ink);background:var(--surface);border-color:var(--border)}.button-secondary:hover:not(:disabled){background:var(--surface-muted);border-color:#c6cfd6}.button-danger{color:#fff;background:var(--danger);border-color:var(--danger)}.button-danger:hover:not(:disabled){background:#a92e36}.button-full{width:100%;margin-top:18px}.button-compact{min-height:38px;padding:0 13px}.icon-button{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface)}.icon-button:hover:not(:disabled){color:var(--ink);background:var(--surface-muted)}.spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{margin-top:14px;padding:10px 12px;display:flex;align-items:flex-start;gap:9px;border:1px solid;border-radius:6px;font-size:12px;line-height:1.5}.notice svg{flex:0 0 auto;margin-top:1px}.notice-error{color:#982c34;background:var(--danger-soft);border-color:#f0c9cc}.notice-success{color:#087164;background:var(--accent-soft);border-color:#bfe3dc}.product-strip{margin-bottom:22px;padding:15px 16px;display:grid;grid-template-columns:1.4fr 1fr auto;align-items:center;gap:18px;border:1px solid var(--border);border-radius:6px;background:var(--surface-muted)}.product-strip>div{display:flex;flex-direction:column;gap:3px}.product-strip small,.summary-item small{color:var(--muted);font-size:10px}.product-strip strong{font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkbox-row{margin-top:16px;display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:12px;line-height:1.5;cursor:pointer}.checkbox-row input{width:16px;height:16px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--accent)}.form-actions{margin-top:20px;display:flex;justify-content:space-between;gap:10px}.form-actions-end{justify-content:flex-end}.form-actions-center{justify-content:center}.completion{text-align:center}.completion-icon{width:60px;height:60px;margin:0 auto 12px;display:grid;place-items:center;color:var(--accent);border-radius:50%;background:var(--accent-soft)}.completion .eyebrow{margin:0 0 4px}.completion h1{margin:0;font-size:20px}.completion>p:not(.eyebrow){margin:7px 0 22px;color:var(--muted);font-size:13px}.receipt-grid{width:min(620px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));text-align:left;border:1px solid var(--border);border-radius:6px;overflow:hidden}.receipt-grid div{min-width:0;padding:13px 15px}.receipt-grid div:nth-child(2n){border-left:1px solid var(--border)}.receipt-grid div:nth-child(n+3){border-top:1px solid var(--border)}.receipt-grid dt{margin-bottom:4px;color:var(--muted);font-size:10px}.receipt-grid dd{margin:0;overflow-wrap:anywhere;font-size:12px;font-weight:650}.status-badge{width:fit-content;padding:4px 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.status-active,.status-fulfilled{color:#087164;background:var(--accent-soft)}.status-pending,.status-processing{color:#8b5b10;background:var(--attention-soft)}.status-redeemed{color:#44505a;background:#e9edf0}.status-failed,.status-disabled,.status-expired,.status-not_found{color:#9c3038;background:var(--danger-soft)}.result-list{margin-top:26px;border-top:1px solid var(--border)}.result-list-header{padding:20px 0 10px;display:flex;align-items:center;justify-content:space-between}.result-list-header h2{margin:0;font-size:14px}.result-list-header span{color:var(--muted);font-size:11px}.result-row{min-height:68px;display:grid;grid-template-columns:auto minmax(170px,1.2fr) minmax(170px,1fr) auto;align-items:center;gap:12px;border-top:1px solid #edf0f2}.result-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:6px}.result-main,.result-meta{min-width:0;display:flex;flex-direction:column;gap:3px}.result-main strong{overflow-wrap:anywhere;font-size:12px}.result-main span,.result-meta{color:var(--muted);font-size:10px}.footer{min-height:58px;padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:7px;color:#87919a;font-size:11px}.admin-content{padding:42px 0 56px}.admin-login{width:min(420px,100%);margin:72px auto;padding:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px #232c340f}.login-mark{width:48px;height:48px;margin-bottom:19px;display:grid;place-items:center;color:#fff;border-radius:8px;background:var(--primary)}.admin-login .eyebrow{margin:0}.admin-login h1{margin:4px 0;font-size:24px}.admin-login>p:not(.eyebrow){margin:0 0 24px;color:var(--muted);font-size:13px}.admin-title-actions{display:flex;align-items:center;gap:8px}.admin-section-tabs{display:inline-grid;grid-template-columns:repeat(3,minmax(128px,1fr));gap:3px;padding:3px;margin-bottom:16px;border-radius:8px;background:#e6eaed}.admin-section-tabs button{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:12px;font-weight:650}.admin-section-tabs button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 3px #19222a1a}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.summary-item{min-width:0;min-height:82px;padding:15px;display:flex;align-items:center;gap:11px}.summary-item+.summary-item{border-left:1px solid var(--border)}.summary-icon{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:7px}.tone-teal,.tone-green{color:var(--accent);background:var(--accent-soft)}.tone-ink{color:var(--ink);background:#edf0f2}.tone-amber{color:var(--attention);background:var(--attention-soft)}.summary-item>div{min-width:0;display:flex;flex-direction:column;gap:2px}.summary-item strong{font-size:20px;line-height:1}.admin-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;margin-top:16px}.admin-panel,.orders-section{border:1px solid var(--border);border-radius:8px;background:var(--surface)}.admin-panel{min-height:370px;padding:22px}.panel-heading,.orders-toolbar,.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-heading{margin-bottom:21px}.panel-heading .eyebrow,.orders-toolbar .eyebrow,.dialog-header .eyebrow{margin:0 0 3px}.panel-heading h2,.orders-toolbar h2,.dialog-header h2{margin:0;font-size:17px}.panel-heading>svg{color:var(--muted)}.admin-panel form{display:grid;gap:14px}.admin-panel .button-full{margin-top:2px}.issuance-tabs{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;margin:-6px 0 18px;border-radius:6px;background:#edf0f2}.issuance-tabs button{min-height:34px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:10px;font-weight:650}.issuance-tabs button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 2px #19222a14}.field-label-row{display:flex;justify-content:space-between;gap:12px}.field-label-row>span:last-child{color:var(--muted);font-weight:500}.import-codes{min-height:112px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.import-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.settings-panel{padding:24px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.settings-panel .panel-heading{margin-bottom:24px}.settings-form{display:grid;gap:20px}.logo-setting{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--border)}.logo-preview{width:76px;height:76px;display:grid;place-items:center;color:var(--muted);border:1px dashed #bec8cf;border-radius:8px;background:var(--surface-muted);overflow:hidden}.logo-preview.has-logo{border-style:solid;background:var(--surface)}.logo-preview img{width:100%;height:100%;display:block;object-fit:contain}.logo-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.logo-copy strong{font-size:13px}.logo-copy>span{color:var(--muted);font-size:11px;line-height:1.5}.logo-actions{display:flex;align-items:center;gap:8px;margin-top:6px}.logo-actions .icon-button{color:var(--danger)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-wide{grid-column:1 / -1}.settings-grid textarea{min-height:84px}.settings-actions{display:flex;justify-content:flex-end}.google-play-panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.google-play-panel>.panel-heading{padding:22px 24px 0;margin-bottom:20px}.integration-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-muted)}.integration-status>div{min-width:0;min-height:70px;padding:13px 16px;display:flex;flex-direction:column;justify-content:center;gap:4px}.integration-status>div+div{border-left:1px solid var(--border)}.integration-status small{color:var(--muted);font-size:10px}.integration-status strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.google-verify-form{padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;border-bottom:1px solid var(--border)}.google-verify-form .form-grid{min-width:0}.google-purchase-list{padding-top:20px}.purchase-list-heading{padding:0 24px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.purchase-list-heading h3{margin:0;font-size:14px}.purchase-list-heading span{color:var(--muted);font-size:10px}.google-state{width:fit-content;padding:4px 8px;display:inline-flex;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.google-state-success{color:#087164;background:var(--accent-soft)}.google-state-attention{color:#8b5b10;background:var(--attention-soft)}.google-state-danger{color:#9c3038;background:var(--danger-soft)}.audit-list{border-top:1px solid var(--border)}.audit-row{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #edf0f2}.audit-dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.audit-row>div{min-width:0;display:flex;flex-direction:column;gap:3px}.audit-row strong{font-size:11px}.audit-row span,.audit-row time{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.empty-state{padding:30px 0;color:var(--muted);font-size:12px;text-align:center}.orders-section{margin-top:16px;overflow:hidden}.orders-toolbar{align-items:center;padding:19px 22px;border-bottom:1px solid var(--border)}.filter-tabs{display:flex;gap:3px;padding:3px;border-radius:6px;background:#edf0f2;overflow-x:auto}.filter-tabs button{min-height:30px;padding:0 10px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:10px;font-weight:650;white-space:nowrap}.filter-tabs button.active{color:var(--ink);background:var(--surface)}.orders-table-wrap{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:11px}.orders-table th{padding:10px 14px;color:var(--muted);background:var(--surface-muted);font-size:9px;font-weight:650;text-align:left}.orders-table td{padding:12px 14px;border-top:1px solid #edf0f2;vertical-align:middle}.orders-table td>strong,.orders-table td>span{display:block}.orders-table td>span{margin-top:3px;color:var(--muted);font-size:9px}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.table-action{min-height:30px;padding:0 9px;border:1px solid var(--border);border-radius:5px;color:var(--ink);background:var(--surface);font-size:9px;font-weight:650;white-space:nowrap}.table-action-success{color:#087164;border-color:#bfe3dc;background:var(--accent-soft)}.row-actions .icon-button{width:30px;height:30px;color:var(--danger)}.empty-cell{height:100px;color:var(--muted);text-align:center}.page-loading{min-height:300px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:13px}.dialog-backdrop{position:fixed;inset:0;z-index:50;padding:20px;display:grid;place-items:center;background:#0d12167a}.dialog{width:min(580px,100%);max-height:calc(100vh - 40px);padding:24px;border-radius:8px;background:var(--surface);box-shadow:0 24px 60px #080d1138;overflow:auto}.dialog-small{width:min(500px,100%)}.dialog-form{margin-top:21px;display:grid;gap:15px}.generated-codes{min-height:160px;margin-top:20px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.app-header{padding:0 20px}.main-content{padding-top:34px}.page-title-row,.admin-title-row{align-items:flex-start}.security-note{display:none}.stepper li{min-height:68px;padding:12px 8px;justify-content:center}.step-arrow,.step-copy small{display:none}.stepper li{gap:7px}.step-copy strong{font-size:11px}.tool-panel{padding:24px 20px}.action-field,.form-grid,.admin-grid,.settings-grid{grid-template-columns:1fr}.settings-wide{grid-column:auto}.integration-status{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-status>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.integration-status>div:nth-child(4){border-top:1px solid var(--border)}.google-verify-form{grid-template-columns:1fr}.google-verify-form .button,.action-field .button{width:100%}.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-item:nth-child(3){border-left:0;border-top:1px solid var(--border)}.summary-item:nth-child(4){border-top:1px solid var(--border)}.orders-toolbar{align-items:flex-start;flex-direction:column}.filter-tabs{width:100%}.result-row{grid-template-columns:auto minmax(0,1fr) auto;padding:12px 0}.result-meta{grid-column:2 / -1}}@media(max-width:560px){.main-content,.admin-content{width:min(100% - 28px,960px)}.app-header{height:62px;padding:0 14px}.header-action span{display:none}.page-title-row h1,.admin-title-row h1{font-size:26px}.view-tabs{width:100%}.admin-section-tabs{width:100%;grid-template-columns:1fr}.stepper li{flex-direction:column;gap:5px}.step-icon{width:26px;height:26px}.tool-panel{min-height:360px;padding:22px 16px}.section-heading{gap:11px}.section-icon{width:38px;height:38px}.product-strip{grid-template-columns:1fr auto}.product-strip>div:nth-child(2){display:none}.receipt-grid{grid-template-columns:1fr}.receipt-grid div:nth-child(2n){border-left:0}.receipt-grid div+div{border-top:1px solid var(--border)}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}.summary-item{padding:12px}.summary-item strong{font-size:17px}.admin-title-row{flex-direction:column}.admin-title-actions{align-self:flex-end;margin-top:-44px}.admin-panel{padding:18px 16px}.settings-panel{padding:20px 16px}.google-play-panel>.panel-heading{padding:18px 16px 0}.google-verify-form{padding:18px 16px}.purchase-list-heading{padding-right:16px;padding-left:16px}.logo-setting{grid-template-columns:64px minmax(0,1fr)}.logo-preview{width:64px;height:64px}.settings-actions .button{width:100%}.issuance-tabs,.import-actions{grid-template-columns:1fr}.orders-table,.orders-table tbody,.orders-table tr,.orders-table td{display:block}.orders-table thead{display:none}.orders-table tr{padding:12px 14px;border-top:1px solid var(--border)}.orders-table td{min-height:28px;padding:5px 0 5px 92px;position:relative;border:0;overflow-wrap:anywhere}.orders-table td:before{content:attr(data-label);position:absolute;left:0;top:6px;color:var(--muted);font-size:9px}.row-actions{justify-content:flex-start}.dialog{padding:20px 16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
