/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#24191c;--muted:#75686c;--wine:#581c30;--wine-dark:#3d1221;--rose:#a84f68;--blush:#f6e9e7;--cream:#fffaf4;--paper:#fff;--gold:#c49b67;--line:#e9ded7;--green:#2d755a;--green-soft:#e5f3ec;--warning:#9a5d16;--warning-soft:#fff4dd;--shadow:0 22px 70px #531d2f1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-geist-sans), "Noto Sans SC", "Microsoft YaHei", sans-serif;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #c49b6766}.site-shell{min-height:100vh;overflow-x:hidden}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40;background:#fffaf4eb;border-bottom:1px solid #581c301a;justify-content:space-between;align-items:center;height:76px;padding:0 max(22px,50vw - 590px);display:flex;position:sticky;top:0}.brand{color:var(--wine);align-items:center;gap:11px;text-decoration:none;display:inline-flex}.brand-mark{color:#fff8ef;background:var(--wine);border-radius:50% 50% 48% 48%;place-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:20px;font-style:italic;display:grid;box-shadow:inset 0 0 0 1px #ffffff3d}.brand>span:last-child{flex-direction:column;line-height:1;display:flex}.brand strong{letter-spacing:.14em;font-size:14px}.brand small{color:var(--gold);letter-spacing:.18em;margin-top:5px;font-size:8px}.menu-button,.icon-button{border:1px solid var(--line);background:var(--paper);width:42px;height:42px;color:var(--wine);cursor:pointer;border-radius:50%;place-items:center;display:grid}.nav-links{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:12px;display:none;position:absolute;top:68px;left:16px;right:16px}.nav-links.nav-open{display:grid}.nav-links a,.nav-logout{min-height:46px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:7px;padding:0 14px;text-decoration:none;display:flex}.nav-links a.active{color:var(--wine);background:var(--blush);font-weight:700}.eyebrow{color:var(--gold);letter-spacing:.18em;margin:0 0 10px;font-size:11px;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.035em;margin-bottom:14px;font-family:Georgia,Noto Serif SC,serif;font-size:clamp(38px,9vw,68px);line-height:1.06}h2{margin-bottom:10px;font-size:24px;line-height:1.18}.customer-hero{background:radial-gradient(circle at 8% 18%,#c49b6729,#0000 28%),radial-gradient(circle at 93% 68%,#a84f681f,#0000 32%),linear-gradient(150deg,#fffdf9 0%,#fff6ef 100%);gap:38px;padding:64px 22px 72px;display:grid;position:relative}.customer-hero:after{content:"";border:1px solid #c49b6729;border-radius:50%;width:220px;height:220px;position:absolute;top:40px;right:-110px}.hero-copy{z-index:1;align-self:center;max-width:650px;position:relative}.hero-copy h1 em{color:var(--wine);font-weight:500}.hero-lead{max-width:570px;color:var(--muted);font-size:17px;line-height:1.75}.trust-row{color:var(--wine);gap:10px;margin-top:26px;font-size:13px;font-weight:650;display:grid}.trust-row span{align-items:center;gap:7px;display:inline-flex}.lookup-card,.login-card{z-index:2;box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #581c301a;border-radius:26px;padding:27px;position:relative}.lookup-heading,.section-heading,.panel-title{justify-content:space-between;align-items:center;gap:14px;display:flex}.lookup-heading{justify-content:flex-start;margin-bottom:24px}.lookup-heading h2,.section-heading h2,.panel-title h2{margin:0}.lookup-heading .eyebrow,.section-heading .eyebrow,.panel-title .eyebrow{margin-bottom:5px}.icon-disc{background:var(--blush);width:52px;height:52px;color:var(--wine);border-radius:50%;place-items:center;display:grid}label{color:#493c40;font-size:13px;font-weight:700}.lookup-card>label,.stack-form label,.transaction-console form>label{gap:9px;margin-bottom:17px;display:grid}input,select,textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fffdfa;border-radius:13px;transition:border-color .2s,box-shadow .2s}input,select{height:50px;padding:0 14px}textarea{padding:14px}input:focus,select:focus,textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 4px #c49b671c}.input-with-icon{position:relative}.input-with-icon svg{color:var(--gold);position:absolute;top:16px;left:15px}.input-with-icon input{padding-left:44px}.primary-button,.secondary-button,.whatsapp-button,.scan-button{cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 18px;font-weight:760;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.primary-button{color:#fff;background:var(--wine);width:100%;box-shadow:0 12px 26px #581c302e}.primary-button:hover,.whatsapp-button:hover{transform:translateY(-1px);box-shadow:0 15px 30px #581c3033}.primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.primary-button.compact{width:auto;min-height:44px}.secondary-button{background:var(--paper);color:var(--wine);border:1px solid var(--line)}.whatsapp-button{color:#fff;background:#1f9d5a}.privacy-note{color:var(--muted);justify-content:center;align-items:center;gap:5px;margin:14px 0 0;font-size:11px;display:flex}.error-message,.low-balance-alert{background:var(--warning-soft);color:var(--warning);border-radius:12px;align-items:flex-start;gap:9px;margin:12px 0;padding:12px 13px;font-size:13px;line-height:1.45;display:flex}.balance-result{gap:20px;max-width:1180px;margin:auto;padding:44px 22px 66px;display:grid}.wallet-card{color:#fff;background:linear-gradient(145deg, var(--wine) 0%, #7a2c47 100%);border-radius:27px;min-height:310px;padding:27px;position:relative;overflow:hidden;box-shadow:0 24px 60px #48142542}.wallet-card .brand{color:#fff}.wallet-card .brand-mark{color:var(--wine);background:#fff}.wallet-card .brand small{color:#e7c99f}.wallet-card-top{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.wallet-card>p{z-index:2;color:#f2dfe4;margin:42px 0 18px;position:relative}.wallet-card>small,.wallet-card>strong{z-index:2;display:block;position:relative}.wallet-card>small{color:#e7c99f}.wallet-card>strong{margin-top:6px;font-family:Georgia,serif;font-size:38px}.member-line{z-index:2;justify-content:space-between;font-size:13px;display:flex;position:absolute;bottom:27px;left:27px;right:27px}.member-line span{color:#e7c99f}.wallet-orbit{border:1px solid #ffffff21;border-radius:50%;position:absolute}.orbit-one{width:270px;height:270px;top:-105px;right:-125px}.orbit-two{width:180px;height:180px;bottom:-80px;right:-80px}.recent-card,.qr-card,.transaction-console,.activity-panel,.import-panel,.report-panel,.customers-table-panel{border:1px solid var(--line);background:var(--paper);border-radius:24px;box-shadow:0 14px 45px #4e28300f}.recent-card,.activity-panel,.import-panel,.report-panel,.customers-table-panel{padding:24px}.section-heading>span{color:var(--muted);font-size:12px}.transaction-list{margin-top:14px}.transaction-row{border-bottom:1px solid #f1e9e3;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px 0;display:grid}.transaction-row:last-child{border-bottom:0}.transaction-icon{border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.transaction-icon.topup{color:var(--green);background:var(--green-soft)}.transaction-icon.debit{color:var(--rose);background:var(--blush)}.transaction-row>div:nth-child(2),.transaction-values{flex-direction:column;gap:4px;min-width:0;display:flex}.transaction-row b{font-size:14px}.transaction-row small{color:var(--muted);font-size:11px}.transaction-row>strong,.transaction-values{text-align:right;font-size:13px}.negative{color:var(--rose)}.positive{color:var(--green)}.empty-state,.loading-state{color:var(--muted);text-align:center;padding:34px 20px;line-height:1.6}.qr-card{flex-direction:column;justify-content:space-between;gap:20px;padding:24px;display:flex}.qr-card p{color:var(--muted);line-height:1.6}.qr-card img{border-radius:12px;align-self:center;width:150px;height:150px}.benefit-strip{background:#f4e5df;border-radius:24px;gap:22px;margin:0 22px 60px;padding:25px;display:grid}.benefit-strip>div{color:var(--wine);align-items:center;gap:13px;display:flex}.benefit-strip span{flex-direction:column;display:flex}.benefit-strip small{color:var(--muted);margin-top:4px}footer{border-top:1px solid var(--line);color:var(--muted);background:#fffdf9;gap:16px;padding:34px 22px;font-size:12px;display:grid}footer p{margin:0;line-height:1.6}.login-wrap{background:radial-gradient(circle at 30% 20%,#c49b6729,#0000 25%),linear-gradient(145deg,#fffaf4,#f7e9e6);align-content:center;justify-items:center;min-height:calc(100vh - 76px);padding:60px 22px;display:grid}.login-card{width:min(100%,460px)}.login-card h1{font-size:39px}.login-card>p:not(.eyebrow){color:var(--muted);line-height:1.65}.login-card .icon-disc{margin-bottom:22px}.stack-form{margin-top:26px}.login-note{max-width:460px;color:var(--muted);align-items:center;gap:9px;margin-top:18px;font-size:12px;display:flex}.staff-header,.admin-header{flex-direction:column;gap:16px;max-width:1280px;margin:auto;padding:38px 22px 25px;display:flex}.staff-header h1,.admin-header h1{margin-bottom:7px;font-size:40px}.staff-header p,.admin-header p{color:var(--muted)}.staff-pill{color:var(--green);background:var(--green-soft);border-radius:999px;align-self:flex-start;align-items:center;gap:7px;padding:10px 13px;font-size:12px;font-weight:700;display:inline-flex}.staff-layout{gap:16px;max-width:1280px;margin:0 auto 60px;padding:0 14px;display:grid}.customer-search-panel,.wallet-workspace{border:1px solid var(--line);background:var(--paper);border-radius:24px;overflow:hidden}.customer-search-panel{padding:20px 15px}.scan-button{min-height:40px;color:var(--wine);background:var(--blush)}.search-box{border:1px solid var(--line);background:#fffdfa;border-radius:13px;grid-template-columns:24px 1fr 38px;align-items:center;gap:5px;height:48px;margin:18px 0 10px;padding-left:12px;display:grid}.search-box>svg{color:var(--gold)}.search-box input{background:0 0;border:0;height:44px;padding:0}.search-box input:focus{box-shadow:none}.search-box button{background:var(--wine);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.customer-list{max-height:520px;overflow-y:auto}.customer-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1e9e3;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;padding:12px 9px;display:grid}.customer-item.selected{background:var(--blush);border-radius:14px}.avatar{width:40px;height:40px;color:var(--wine);background:linear-gradient(145deg,#f0d8d5,#e7c3c8);border-radius:50%;place-items:center;font-family:Georgia,serif;font-weight:700;display:grid}.avatar.large{width:56px;height:56px;font-size:22px}.customer-item>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.customer-item small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.list-balance{color:var(--wine);font-size:12px;font-weight:800}.wallet-workspace{background:#fffdfb;padding:18px}.customer-summary{gap:16px;padding:7px 5px 22px;display:grid}.summary-person{align-items:center;gap:13px;display:flex}.summary-person h2{margin:0 0 3px}.summary-person span{color:var(--muted);font-size:12px}.summary-balance{flex-direction:column;display:flex}.summary-balance small{color:var(--muted)}.summary-balance strong{color:var(--wine);margin-top:4px;font-family:Georgia,serif;font-size:31px}.status{border-radius:999px;align-items:center;gap:5px;width:max-content;padding:7px 10px;font-size:11px;font-weight:750;display:inline-flex}.active-status{color:var(--green);background:var(--green-soft)}.pending-status{color:var(--warning);background:var(--warning-soft)}.transaction-console{padding:18px}.type-toggle{background:#f6efeb;border-radius:13px;grid-template-columns:1fr 1fr;margin-bottom:22px;padding:4px;display:grid}.type-toggle button{height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;font-weight:700;display:flex}.type-toggle button.active{color:var(--wine);background:#fff;box-shadow:0 5px 17px #4d262f14}.amount-input{border:1px solid var(--line);background:#fffdfa;border-radius:15px;align-items:center;gap:9px;height:78px;padding:0 16px;display:flex}.amount-input span{color:var(--gold);font-family:Georgia,serif;font-size:22px}.amount-input input{background:0 0;border:0;height:72px;padding:0;font-family:Georgia,serif;font-size:36px}.amount-input input:focus{box-shadow:none}.quick-amounts{grid-template-columns:repeat(4,1fr);gap:6px;margin:-7px 0 19px;display:grid}.quick-amounts button{border:1px solid var(--line);min-height:36px;color:var(--wine);cursor:pointer;background:#fff;border-radius:9px;font-size:12px;font-weight:700}.balance-preview{color:var(--muted);background:#f8f2ed;border-radius:12px;justify-content:space-between;margin:17px 0;padding:14px;font-size:13px;display:flex}.balance-preview strong{color:var(--wine)}.activity-panel{margin-top:16px}.workspace-empty{text-align:center;min-height:510px;color:var(--muted);align-content:center;justify-items:center;display:grid}.workspace-empty h2{color:var(--ink);margin-top:18px}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f1116a3;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.scanner-modal,.message-modal{background:#fff;border-radius:24px;width:min(100%,520px);max-height:calc(100vh - 36px);padding:25px;overflow-y:auto;box-shadow:0 30px 90px #14050a40}#qr-reader{border-radius:16px;margin:20px 0;overflow:hidden;border:1px solid var(--line)!important}.message-modal{text-align:center}.success-mark{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 18px;display:grid}.success-mark.small{width:30px;height:30px;margin:0}.message-modal textarea,.import-result textarea{resize:vertical;text-align:left;min-height:260px;margin:13px 0;line-height:1.55}.action-row{flex-wrap:wrap;gap:9px;display:flex}.action-row>*{flex:1}.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:16px}.admin-header .action-row{width:100%}.stats-grid,.admin-grid,.customers-table-panel{max-width:1280px;margin-left:auto;margin-right:auto}.stats-grid{gap:12px;padding:0 14px 16px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;min-height:170px;padding:21px;display:flex}.stat-icon{width:42px;height:42px;color:var(--wine);background:var(--blush);border-radius:12px;place-items:center;margin-bottom:16px;display:grid}.stat-card>small,.stat-card>span:last-child{color:var(--muted)}.stat-card>strong{color:var(--wine);margin:7px 0;font-family:Georgia,serif;font-size:29px}.stat-card.featured{color:#fff;border-color:var(--wine);background:linear-gradient(145deg, var(--wine), #782d46)}.stat-card.featured .stat-icon{color:#fff;background:#ffffff26}.stat-card.featured>small,.stat-card.featured>span:last-child{color:#ead6dc}.stat-card.featured>strong{color:#fff}.stat-card.rose .stat-icon{color:var(--rose)}.admin-grid{gap:16px;padding:0 14px 16px;display:grid}.import-panel>p{color:var(--muted);line-height:1.6}.dropzone{min-height:180px;color:var(--wine);cursor:pointer;background:#fffaf6;border:1px dashed #d1bcb1;border-radius:17px;align-content:center;place-items:center;gap:7px;margin:18px 0;display:grid}.dropzone span{color:var(--muted);font-size:11px}.dropzone input{display:none}.validation-points{color:var(--green);gap:9px;font-size:12px;display:grid}.validation-points span{align-items:center;gap:7px;display:flex}.import-result{background:#f7f1ec;border-radius:14px;margin-top:18px;padding:15px;font-size:12px}.import-result>div:first-child{color:var(--green);align-items:center;gap:9px;display:flex}.import-result p{color:var(--warning);margin:8px 0}.import-result summary{color:var(--wine);cursor:pointer;margin-top:14px;font-weight:700}.customers-table-panel{border-radius:0;margin-bottom:60px}.table-wrap{margin-top:17px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:820px;font-size:13px}th,td{text-align:left;border-bottom:1px solid #eee5df;padding:13px 12px}th{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px}@media (width>=720px){.menu-button{display:none}.nav-links{box-shadow:none;background:0 0;border:0;padding:0;display:flex;position:static}.nav-links a,.nav-logout{min-height:40px}.customer-hero{grid-template-columns:minmax(0,1.1fr) minmax(360px,.75fr);align-items:center;min-height:660px;padding:82px max(40px,50vw - 590px)}.trust-row{gap:22px;display:flex}.lookup-card{padding:34px}.balance-result{grid-template-columns:1fr 1.12fr}.qr-card{flex-direction:row;grid-column:1/-1;align-items:center}.qr-card>div{max-width:540px}.benefit-strip{grid-template-columns:repeat(3,1fr);max-width:1136px;margin:0 auto 80px}footer{grid-template-columns:230px 1fr auto;align-items:center;padding-left:max(40px,50vw - 590px);padding-right:max(40px,50vw - 590px)}.staff-header,.admin-header{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:45px 28px 28px}.admin-header .action-row{width:auto}.staff-layout{grid-template-columns:350px minmax(0,1fr);padding:0 20px}.wallet-workspace{padding:25px}.customer-summary{grid-template-columns:1fr auto auto;align-items:center}.summary-balance{text-align:right;margin-left:20px}.stats-grid{grid-template-columns:repeat(2,1fr);padding:0 20px 18px}.admin-grid{padding:0 20px 18px}.customers-table-panel{border-radius:24px;margin:0 20px 60px}}@media (width>=1020px){.balance-result{grid-template-columns:.95fr 1.05fr .72fr;padding-top:58px}.qr-card{flex-direction:column;grid-column:auto;align-items:flex-start}.qr-card img{width:162px;height:162px}.staff-layout{grid-template-columns:370px minmax(0,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}.admin-grid{grid-template-columns:.86fr 1.14fr}}.internal-nav{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.compact-button{min-height:38px;padding:0 13px}.credits-hero{background:radial-gradient(circle at 12% 20%,#c49b672e,#0000 28%),linear-gradient(150deg,#fffdf9,#fff3ed);gap:34px;padding:52px 22px 62px;display:grid;position:relative}.credits-hero h1{color:var(--wine)}.language-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;width:max-content;margin-bottom:28px;padding:3px;display:flex}.language-toggle button{min-width:54px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:12px;font-weight:750}.language-toggle button.active{color:#fff;background:var(--wine)}.field-help{color:var(--muted);margin:-7px 0 18px;font-size:11px;line-height:1.55}.credit-result{gap:18px;max-width:1040px;margin:auto;padding:48px 22px 20px;display:grid}.credit-card{color:#fff;background:radial-gradient(circle at 95% 0,#ffffff1f,transparent 33%),linear-gradient(145deg,var(--wine),#812f4d);border-radius:28px;min-height:340px;padding:28px;box-shadow:0 25px 65px #4814253d}.credit-card .brand{color:#fff}.credit-card .brand-mark{color:var(--wine);background:#fff}.credit-card-head{justify-content:space-between;align-items:flex-start;display:flex}.credit-card>p{color:#dfbdc7;letter-spacing:.16em;margin:48px 0 5px;font-size:10px}.credit-card h2{margin:0 0 5px;font-family:Georgia,serif;font-size:30px}.credit-card>small{color:#e9cda9}.credit-card .available-label{margin-top:35px;display:block}.credit-card>strong{margin-top:6px;font-family:Georgia,serif;font-size:clamp(34px,8vw,50px);display:block}.credit-card>strong em{color:#e9cda9;font-family:inherit;font-size:16px;font-style:normal;font-weight:400}.pending-explanation{background:#ffffff14;border:1px solid #ffffff2e;border-radius:15px;gap:6px;margin-top:38px;padding:17px;display:grid}.pending-explanation span{color:#eadbe0;font-size:12px;line-height:1.5}.credit-breakdown{border:1px solid var(--line);background:#fff;border-radius:24px;padding:25px;box-shadow:0 14px 45px #4e28300f}.credit-breakdown>div{border-bottom:1px solid #f1e9e3;justify-content:space-between;align-items:center;min-height:74px;display:flex}.credit-breakdown span,.credit-breakdown p{color:var(--muted)}.credit-breakdown b{color:var(--wine);font-size:21px}.credit-breakdown p{margin:20px 0 0;font-size:11px}.member-qr{border-top:1px solid #f1e9e3;align-items:center;gap:14px;margin-top:20px;padding-top:20px;display:flex}.member-qr img{border-radius:8px;width:88px;height:88px}.member-qr span{color:var(--muted);font-size:10px;line-height:1.5}.credit-status{letter-spacing:.04em;text-transform:uppercase;width:max-content;color:var(--green);background:var(--green-soft);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.credit-card .credit-status{color:#fff;background:#ffffff26}.credit-status.low_credits{color:var(--warning);background:var(--warning-soft)}.credit-status.pending{color:#806439;background:#fff1d6}.credit-status.suspended{color:#7d263c;background:#f9dce3}.credit-legal{max-width:1040px;color:var(--muted);gap:13px;margin:20px auto 60px;padding:0 22px;display:flex}.credit-legal svg{color:var(--gold);flex:none}.credit-legal p{font-size:12px;line-height:1.7}.credit-mini-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.credit-mini-grid span{min-width:110px;color:var(--muted);background:#f8f2ed;border-radius:11px;gap:3px;padding:10px 12px;font-size:11px;display:grid}.credit-mini-grid b{color:var(--wine);font-size:15px}.type-toggle.three{grid-template-columns:repeat(3,1fr)}.redeem-source{border:0;margin:0 0 20px;padding:0}.redeem-source legend{color:#493c40;margin-bottom:9px;font-size:13px;font-weight:700}.redeem-source{grid-template-columns:1fr 1fr;gap:8px;display:grid}.redeem-source button{border:1px solid var(--line);min-height:68px;color:var(--muted);text-align:left;cursor:pointer;background:#fff;border-radius:12px;gap:5px;padding:10px 12px;display:grid}.redeem-source button b{color:var(--wine);font-size:16px}.redeem-source button.active{border-color:var(--wine);background:var(--blush);box-shadow:0 0 0 2px #581c3014}.transaction-console label{gap:9px;margin-bottom:17px;display:grid}.confirm-modal dl{text-align:left;grid-template-columns:110px 1fr;margin:22px 0;display:grid}.confirm-modal dt,.confirm-modal dd{border-bottom:1px solid #f1e9e3;margin:0;padding:9px 0}.confirm-modal dt{color:var(--muted);font-size:12px}.confirm-modal dd{font-weight:700}.modal-icon{color:var(--wine)}.admin-error{max-width:1240px;margin:0 auto 18px}.admin-controls,.settings-panel{max-width:1240px;margin:0 auto 16px}.filter-grid{gap:10px;margin-top:18px;display:grid}.filter-grid label{gap:7px;display:grid}.filter-grid .primary-button{align-self:end}.approval-row{border-bottom:1px solid #f1e9e3;gap:12px;padding:14px 0;display:grid}.approval-row>div:first-child{gap:5px;display:grid}.approval-row small{color:var(--muted)}.settings-grid{gap:9px;margin-top:18px;display:grid}.settings-grid button{border:1px solid var(--line);min-height:58px;color:var(--muted);cursor:pointer;text-align:left;background:#fffdfa;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.settings-grid b{color:var(--wine)}.table-action{border:1px solid var(--line);color:var(--wine);cursor:pointer;background:#fff;border-radius:8px;padding:7px 10px}@media (width>=720px){.credits-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:center;min-height:620px;padding:78px max(40px,50vw - 520px)}.credit-result{grid-template-columns:1.25fr .75fr;padding-top:65px}.filter-grid,.settings-grid{grid-template-columns:repeat(3,1fr)}.approval-row{grid-template-columns:1fr auto;align-items:center}}@media (width>=1020px){.filter-grid{grid-template-columns:repeat(6,1fr)}}
