:root{--bg-cream:#f7f4ef;--surface-light:#fbf9f5;--surface-white:#fff;--border-hairline:#e7e1d7;--text-ink:#1f2421;--text-muted:#5c635d;--dark-section:#1f2421;--accent-terracotta:#c4612f;--accent-hover:#a94e22;--accent-tint:#f2e3d6;--shadow-soft:0 2px 8px #0000000f;--shadow-medium:0 4px 16px #00000014;color:var(--text-ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:300;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-cream);color:var(--text-ink);min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Playfair Display,DM Serif Display,serif;font-weight:400;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.25rem}p{font-weight:300;line-height:1.7}button,.btn{cursor:pointer;background:var(--accent-terracotta);color:#fff;border:none;border-radius:999px;padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .2s}button:hover,.btn:hover{background:var(--accent-hover);box-shadow:var(--shadow-medium);transform:translateY(-2px)}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:var(--surface-white);color:var(--text-ink);border:1px solid var(--border-hairline)}.btn-secondary:hover{background:var(--surface-light);border-color:var(--accent-terracotta)}input[type=file]{display:none}.file-upload-label{background:var(--surface-white);border:2px dashed var(--border-hairline);cursor:pointer;color:var(--text-muted);border-radius:16px;padding:.75rem 2rem;transition:all .2s;display:inline-block}.file-upload-label:hover{border-color:var(--accent-terracotta);color:var(--accent-terracotta);transform:translateY(-2px)}.pill{background:var(--accent-tint);color:var(--accent-terracotta);border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.spinner{border:3px solid var(--border-hairline);border-top:3px solid var(--accent-terracotta);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}button,.btn{width:100%;padding:1rem}}.password-reset-backdrop{z-index:10000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1f1b187a;place-items:center;padding:20px;animation:.18s ease-out passwordResetFadeIn;display:grid;position:fixed;inset:0}.password-reset-dialog{border:1px solid var(--border-hairline);background:var(--surface-white);border-radius:18px;width:min(100%,430px);max-height:calc(100vh - 40px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 24px 70px #2c221b38}.password-reset-close{border:1px solid var(--border-hairline);background:var(--surface-light);width:44px;height:44px;color:var(--text-muted);cursor:pointer;border-radius:50%;padding:0;font-size:14px;position:absolute;top:10px;right:10px}.password-reset-close:hover{border-color:var(--accent-terracotta);background:var(--surface-light);color:var(--accent-terracotta);box-shadow:none;transform:none}.password-reset-heading{margin-bottom:24px;padding-right:30px}.password-reset-kicker{color:var(--accent-terracotta);letter-spacing:.12em;margin-bottom:8px;font-size:.75rem;font-weight:600;display:inline-block}.password-reset-heading h2{color:var(--text-ink);margin:0;font-family:Playfair Display,serif;font-size:1.7rem;font-weight:400}.password-reset-heading p{color:var(--text-muted);overflow-wrap:anywhere;margin:8px 0 0;font-size:.88rem;line-height:1.65}.password-reset-form{flex-direction:column;gap:16px;display:flex}.password-reset-field{flex-direction:column;gap:7px;display:flex}.password-reset-field>span{color:var(--text-muted);letter-spacing:.02em;font-size:.82rem}.password-reset-field input{border:1px solid var(--border-hairline);background:var(--surface-light);width:100%;min-width:0;color:var(--text-ink);font:inherit;border-radius:10px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .2s,background .2s}.password-reset-field input:focus{border-color:var(--accent-terracotta);background:var(--surface-white)}.password-reset-field small{color:var(--text-muted);font-size:.72rem}.password-reset-captcha-row{grid-template-columns:minmax(0,1fr) 148px;align-items:stretch;gap:10px;display:grid}.password-reset-captcha{border:1px solid var(--border-hairline);background:var(--surface-light);height:52px;color:var(--text-muted);cursor:pointer;border-radius:10px;padding:0;overflow:hidden}.password-reset-captcha:hover:not(:disabled){border-color:var(--accent-terracotta);background:var(--surface-light);box-shadow:none;transform:none}.password-reset-captcha:disabled{cursor:wait;opacity:.75}.password-reset-captcha img{object-fit:cover;width:100%;height:100%;display:block}.password-reset-feedback{border-radius:8px;padding:10px 13px;font-size:.84rem;line-height:1.5}.password-reset-feedback.is-error{border-left:3px solid var(--accent-terracotta);color:var(--accent-hover);background:#c4612f14}.password-reset-feedback.is-success{color:#4d6945;background:#6f8c651a;border-left:3px solid #6f8c65}.password-reset-primary,.password-reset-secondary{width:100%;font:inherit;cursor:pointer;border-radius:10px;padding:13px;font-size:.94rem;font-weight:500;transition:background .2s,border-color .2s}.password-reset-primary{border:1px solid var(--accent-terracotta);background:var(--accent-terracotta);color:#fff;margin-top:2px}.password-reset-primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.password-reset-primary:disabled{cursor:not-allowed;opacity:.6}.password-reset-secondary{border:1px solid var(--border-hairline);background:var(--surface-white);color:var(--text-muted)}.password-reset-secondary:hover{border-color:var(--accent-terracotta);background:var(--surface-white);color:var(--accent-terracotta);box-shadow:none;transform:none}@keyframes passwordResetFadeIn{0%{opacity:0}to{opacity:1}}@media (width<=540px){.password-reset-backdrop{place-items:start center;padding:12px;overflow-y:auto}.password-reset-dialog{border-radius:14px;max-height:calc(100dvh - 24px);padding:28px 18px 22px}.password-reset-heading{margin-bottom:20px}.password-reset-heading h2{font-size:1.5rem}.password-reset-form{gap:14px}.password-reset-field input{min-height:46px;padding:11px 13px;font-size:1rem}.password-reset-captcha-row{grid-template-columns:minmax(0,1fr) minmax(112px,132px);gap:8px}.password-reset-captcha-row input{min-width:0}.password-reset-captcha{width:100%;min-width:0;height:46px}.password-reset-primary,.password-reset-secondary{min-height:46px;padding:11px 16px}}@media (width<=360px){.password-reset-backdrop{padding:8px}.password-reset-dialog{max-height:calc(100dvh - 16px);padding:26px 15px 20px}.password-reset-captcha-row{grid-template-columns:1fr}.password-reset-captcha{justify-self:center;width:min(180px,100%)}}.login-container{background:radial-gradient(1200px 600px at 20% 10%, #c4612f14, transparent 60%), radial-gradient(1000px 500px at 80% 90%, #c4612f0d, transparent 60%), var(--bg-cream);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--surface-white);border:1px solid var(--border-hairline);width:100%;max-width:420px;box-shadow:var(--shadow-medium);border-radius:16px;padding:40px 36px 32px}.login-header{text-align:center;margin-bottom:28px}.brand-mark{border:1px solid var(--border-hairline);color:var(--accent-terracotta);letter-spacing:.05em;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:16px;padding:4px 14px 4px 6px;font-family:Playfair Display,serif;font-size:1.5rem;display:inline-flex}.brand-mark-logo{width:26px;height:26px;display:block}.login-header h1{color:var(--text-ink);margin:0;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:400;line-height:1.3}.login-header h1 em{color:var(--accent-terracotta);font-style:italic}.subtitle{color:var(--text-muted);margin-top:8px;font-size:.9rem}.tabs{background:var(--surface-light);border-radius:10px;gap:4px;margin-bottom:24px;padding:4px;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 16px;font-size:.9rem;font-weight:400;transition:all .2s}.tab.active{background:var(--surface-white);color:var(--text-ink);box-shadow:var(--shadow-soft)}.form{flex-direction:column;gap:16px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field span{color:var(--text-muted);letter-spacing:.02em;font-size:.82rem}.field input{border:1px solid var(--border-hairline);background:var(--surface-light);color:var(--text-ink);border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.field input:focus{border-color:var(--accent-terracotta);background:var(--surface-white)}.password-field-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.forgot-password-link{width:auto;color:var(--accent-terracotta);font:inherit;cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:4px;margin:0;padding:2px 4px;font-size:.78rem;transform:none}.forgot-password-link:hover{color:var(--accent-hover);box-shadow:none;background:0 0;text-decoration:underline;transform:none}.forgot-password-link:focus-visible{outline:2px solid var(--accent-terracotta);outline-offset:2px}.login-success{color:#4d6945;background:#6f8c651a;border-left:3px solid #6f8c65;border-radius:6px;padding:10px 14px;font-size:.85rem}.error{border-left:3px solid var(--accent-terracotta);color:var(--accent-hover);background:#c4612f14;border-radius:6px;padding:10px 14px;font-size:.85rem}.btn-primary{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:8px;padding:13px;font-size:.95rem;font-weight:500;transition:background .2s}.wechat-hint{text-align:center;margin-top:24px}.pill-muted{color:var(--text-muted);border:1px solid var(--border-hairline);background:var(--surface-light);border-radius:999px;padding:4px 12px;font-size:.78rem;display:inline-block}.btn-send-code{background:var(--accent-terracotta);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:12px 18px;font-size:.85rem;transition:background .2s}.btn-send-code:hover:not(:disabled){background:var(--accent-hover)}.btn-send-code:disabled{opacity:.5;cursor:not-allowed}.field-checkbox{align-items:center;gap:8px;display:flex}.field-checkbox label{cursor:pointer;color:var(--text-ink);align-items:center;gap:8px;font-size:.85rem;display:flex}.field-checkbox input[type=checkbox]{cursor:pointer;width:auto}.field-checkbox a{color:var(--accent-terracotta);text-decoration:none}.field-checkbox a:hover{text-decoration:underline}.captcha-row{align-items:center;gap:12px;display:flex}.captcha-row input{flex:1}.captcha-wrapper{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.captcha-image-box{border:1px solid var(--border-hairline);cursor:pointer;background:var(--surface-light);border-radius:8px;justify-content:center;align-items:center;width:160px;height:60px;transition:border-color .2s;display:flex;overflow:hidden}.captcha-image-box:hover{border-color:var(--accent-terracotta)}.captcha-image{object-fit:cover;width:100%;height:100%;display:block}.captcha-refresh-hint{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.7rem}.captcha-refresh-hint:hover{color:var(--accent-terracotta)}.verify-code-row{align-items:stretch;gap:8px;display:flex}.verify-code-row input{flex:1}.btn-send-code{background:var(--surface-white);border:1px solid var(--border-hairline);color:var(--accent-terracotta);cursor:pointer;white-space:nowrap;border-radius:8px;padding:0 16px;font-size:.85rem;transition:all .2s}.btn-send-code:hover:not(:disabled){background:var(--accent-tint);border-color:var(--accent-terracotta)}.btn-send-code:disabled{color:var(--text-muted);cursor:not-allowed;opacity:.6}.field-checkbox{color:var(--text-ink);align-items:center;gap:8px;font-size:.88rem;display:flex}.field-checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.field-checkbox span{line-height:1.5}.link-terms{color:var(--accent-terracotta);font-weight:500;text-decoration:none}.link-terms:hover{text-decoration:underline}@media (width<=768px){.login-container{align-items:flex-start;padding:16px 12px}.login-card{border-radius:14px;max-width:520px;padding:28px 20px 24px}.login-header{margin-bottom:22px}.login-header h1{font-size:1.55rem}.tabs{margin-bottom:20px}.tab{min-height:44px;padding:9px 12px}.form{gap:14px}.field input:not([type=checkbox]){min-height:46px;padding:11px 13px;font-size:1rem}.btn-primary{width:100%;min-height:46px;padding:11px 16px}.tab,.btn-send-code,.forgot-password-link{width:auto}.verify-code-row,.captcha-row{align-items:stretch}.verify-code-row{flex-wrap:wrap}.verify-code-row input{flex:150px;min-width:0}.btn-send-code{min-height:46px;padding-inline:14px}.captcha-row{grid-template-columns:minmax(0,1fr) clamp(116px,38vw,160px);align-items:start;gap:8px;display:grid}.captcha-row input,.captcha-wrapper{width:100%;min-width:0}.captcha-image-box{width:100%;height:52px}.field-checkbox label{flex-wrap:wrap;align-items:flex-start;line-height:1.5}.field-checkbox input[type=checkbox]{flex:none;margin-top:3px}}@media (width<=380px){.login-container{padding-inline:8px}.login-card{padding-inline:16px}.captcha-row{grid-template-columns:1fr}.captcha-wrapper{align-items:stretch;width:100%}.captcha-image-box{align-self:center;max-width:180px;height:48px}.captcha-refresh-hint{text-align:center}}.redeem-box{border:1px solid var(--border-hairline);background:var(--surface-light);border-radius:12px;margin-top:18px;padding:15px}.redeem-box>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.redeem-box span{color:var(--text-muted);font-size:.78rem}.redeem-row{gap:8px;margin-top:10px;display:flex}.redeem-row input{border:1px solid var(--border-hairline);background:var(--surface-white);min-width:0;font:inherit;color:var(--text-ink);border-radius:8px;flex:1;padding:10px 12px}.redeem-row button{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:9px 16px}.redeem-row button:disabled{opacity:.55;cursor:not-allowed}.redeem-success,.redeem-error{margin-top:8px;font-size:.8rem}.redeem-success{color:#3e7b4a}.redeem-error{color:var(--accent-hover)}@media (width<=500px){.redeem-box>div:first-child{flex-direction:column;align-items:flex-start;gap:2px}.redeem-row button{white-space:nowrap}}.modal-box{background:var(--surface-white);border:1px solid var(--border-hairline);text-align:center;border-radius:20px;width:100%;max-width:480px;padding:2.25rem 2rem 1.75rem;position:relative;box-shadow:0 24px 80px #00000029}.modal-title{margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400}.modal-subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:.9rem}.modal-hint{color:var(--text-muted);margin-top:1rem;font-size:.82rem}.payment-methods{grid-template-columns:repeat(2,1fr);gap:.65rem;margin-bottom:1rem;display:grid}.payment-method{border:1px solid var(--border-hairline);background:var(--surface-light);color:var(--text-ink);cursor:pointer;font:inherit;border-radius:10px;flex-direction:column;gap:.2rem;padding:.7rem .75rem;display:flex}.payment-method small{color:var(--text-muted);font-size:.72rem}.payment-method.active{border-color:var(--accent-terracotta);background:var(--accent-tint)}.payment-method.unavailable{opacity:.58;cursor:not-allowed}.payment-method:disabled{opacity:.55;cursor:not-allowed}.pkg-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.5rem;display:grid}.pkg-card{border:1.5px solid var(--border-hairline);background:var(--surface-light);cursor:pointer;text-align:center;border-radius:14px;padding:1.1rem .75rem 1rem;transition:all .18s;position:relative}.pkg-card:hover:not(.disabled){border-color:var(--accent-terracotta);background:var(--accent-tint);transform:translateY(-3px)}.pkg-card.disabled{opacity:.55;cursor:not-allowed}.pkg-tag{background:var(--accent-terracotta);color:#fff;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:500;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.pkg-name{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.pkg-credits{color:var(--text-ink);font-size:1.75rem;font-weight:600}.pkg-credits span{color:var(--text-muted);font-size:.75rem;font-weight:400}.pkg-price{color:var(--accent-terracotta);margin-top:.35rem;font-size:1.1rem;font-weight:500}.pkg-unit{color:var(--text-muted);margin-top:.2rem;font-size:.72rem}.qr-area{flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0 1rem;display:flex}.wechat-qr{border:1px solid var(--border-hairline);background:#fff;border-radius:12px;justify-content:center;align-items:center;width:224px;height:224px;padding:.65rem;display:flex}.qr-placeholder{color:var(--text-muted);font-size:.9rem;line-height:1.8}.qr-placeholder small{font-size:.72rem}.qr-order{color:var(--text-muted);margin-bottom:.3rem;font-size:.78rem}.qr-no{letter-spacing:.04em;color:var(--text-ink);font-size:.9rem}.qr-amount{color:var(--accent-terracotta);margin-top:.75rem;font-size:1.3rem;font-weight:600}.qr-hint{color:var(--text-muted);font-size:.8rem}.payment-error{color:var(--accent-hover);margin:.65rem 0;font-size:.82rem}.btn-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;margin-top:.25rem;padding:.5rem 1rem;font-size:.85rem}.btn-back:hover{background:var(--surface-light);color:var(--text-ink)}.success-icon{margin-bottom:.75rem;font-size:3.5rem}.btn-primary-modal{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:1.25rem;padding:.85rem 2.5rem;font-size:1rem;font-weight:500;transition:background .15s}.btn-primary-modal:hover{background:var(--accent-hover)}@media (width<=480px){.modal-box{padding:1.75rem 1.25rem 1.25rem}.pkg-grid{grid-template-columns:1fr}}.profile-box{max-width:420px}.msg-ok{color:#2e6b3a;background:#e7f1e9;border-radius:8px;padding:.65rem 1rem;font-size:.87rem}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translate(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.crop-loading{color:var(--text-muted);padding:2rem;font-size:.9rem}.crop-modal{background:var(--surface-white);width:min(92vw,720px);max-height:90vh;box-shadow:var(--shadow-medium);border-radius:20px;flex-direction:column;display:flex;position:relative;overflow:hidden}.crop-header{border-bottom:1px solid var(--border-hairline);padding:1.25rem 1.5rem .75rem}.crop-header h3{margin:0 0 .25rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:400}.crop-hint{color:var(--text-muted);margin:0;font-size:.82rem}.crop-area{background:var(--bg-cream);flex:1;justify-content:center;align-items:flex-start;min-height:200px;padding:1.5rem 1.25rem;display:flex;overflow:auto}.crop-img{max-width:100%;max-height:calc(90vh - 210px);display:block}.crop-actions{border-top:1px solid var(--border-hairline);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.ReactCrop__crop-selection{border:2px solid var(--accent-terracotta)!important;box-shadow:0 0 0 9999em #00000073!important}@media (width<=480px){.crop-header{padding:1rem}.crop-actions{flex-wrap:wrap}.crop-actions .btn{flex:1;justify-content:center;min-width:80px}}.home-container{background:var(--bg-cream);min-height:100vh}.navbar{background:var(--surface-white);border-bottom:1px solid var(--border-hairline);z-index:10;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.brand{color:var(--text-ink);align-items:center;gap:.55rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:500;display:flex}.brand-logo{filter:drop-shadow(0 1px 2px #7a381426);width:32px;height:32px;display:block}.nav-right{align-items:center;gap:1rem;display:flex}.nickname{color:var(--text-muted);font-size:.9rem}.main-content{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.hero{text-align:center;margin-bottom:3rem}.hero h1{margin:1rem 0;font-size:2.6rem}.hero em{color:var(--accent-terracotta);font-style:italic}.hero-subtitle{color:var(--text-muted);font-size:1.05rem}.card{background:var(--surface-white);border:1px solid var(--border-hairline);box-shadow:var(--shadow-soft);border-radius:20px;padding:2rem}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent-terracotta);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{color:var(--text-ink);border:1px solid var(--border-hairline);background:0 0}.btn-ghost:hover{background:var(--surface-light)}.pill{background:var(--accent-tint);color:var(--accent-terracotta);letter-spacing:.02em;border-radius:999px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.pill-outline{border:1px solid var(--border-hairline);color:var(--text-ink);background:0 0}.pill-success{color:#3e7b4a;background:#e7f1e9}.upload-card{min-height:300px}.alert{color:var(--accent-hover);background:#fdece4;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.dropzone{border:2px dashed var(--border-hairline);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:4rem 2rem;transition:all .2s;display:flex}.dropzone:hover{border-color:var(--accent-terracotta);background:var(--surface-light)}.dropzone-icon{margin-bottom:1rem;font-size:3rem}.dropzone-title{color:var(--text-ink);margin-bottom:.5rem;font-size:1.15rem}.dropzone-hint{color:var(--text-muted);font-size:.85rem}.preview-section,.result-section{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.preview-image{max-width:100%;max-height:500px;box-shadow:var(--shadow-soft);border-radius:12px}.button-group{gap:.75rem;display:flex}.compare-wrapper{width:100%;max-width:800px}.processing{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:260px;padding:4rem 2rem;display:flex}.processing .hint{color:var(--text-muted);font-size:.85rem}.spinner{border:3px solid var(--border-hairline);border-top-color:var(--accent-terracotta);border-radius:50%;width:42px;height:42px;animation:.9s linear infinite spin}.error-block{text-align:center;color:var(--accent-hover);padding:2rem}.error-block .btn{margin-top:1rem}.history-section{margin-top:3rem}.history-section h3{margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:400}.history-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.history-card{background:var(--surface-white);border:1px solid var(--border-hairline);border-radius:12px;transition:transform .15s;position:relative;overflow:hidden}.history-delete-btn{z-index:2;color:#fff;cursor:pointer;opacity:0;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.history-card:hover .history-delete-btn{opacity:1}.history-card:hover{transform:translateY(-2px)}.history-thumb{aspect-ratio:1;object-fit:cover;width:100%;display:block}.history-placeholder{background:var(--surface-light);color:var(--text-muted);justify-content:center;align-items:center;display:flex}.history-meta{color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.history-download{border:1px solid var(--border-hairline);background:var(--surface-white);width:24px;height:24px;color:var(--text-muted);cursor:pointer;box-shadow:none;border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;margin-left:auto;padding:0;font-size:.78rem;line-height:1;display:inline-flex;transform:none}.history-download:hover{border-color:var(--accent-terracotta);background:var(--accent-tint);color:var(--accent-terracotta);box-shadow:none;transform:none}.history-download:focus-visible{outline:2px solid var(--accent-terracotta);outline-offset:2px}.status-dot{background:var(--text-muted);border-radius:50%;width:8px;height:8px}.status-dot.status-completed{background:#3e7b4a}.status-dot.status-failed{background:var(--accent-terracotta)}.status-dot.status-pending,.status-dot.status-processing{background:#c6a64f}.nav-recharge{padding:.45rem 1.1rem;font-size:.85rem}.upscale-factor-row{gap:.5rem;padding:.35rem 0 0 2.5rem;display:flex}.factor-btn{border:1.5px solid var(--border-hairline);background:var(--surface-white);cursor:pointer;color:var(--text-ink);border-radius:8px;padding:.3rem .85rem;font-size:.82rem;font-weight:500;transition:all .12s}.factor-btn:hover:not(.locked){border-color:var(--accent-terracotta);color:var(--accent-terracotta)}.factor-btn.active{background:var(--accent-terracotta);color:#fff;border-color:var(--accent-terracotta)}.factor-btn.locked{opacity:.45;cursor:not-allowed}.restore-options{background:var(--surface-light);border:1px solid var(--border-hairline);border-radius:12px;flex-direction:column;gap:.5rem;width:100%;max-width:480px;padding:1rem 1.25rem;display:flex}.option-item{cursor:pointer;align-items:center;gap:.75rem;padding:.35rem 0;display:flex}.option-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-terracotta);cursor:pointer;flex-shrink:0}.option-disabled{opacity:.6;cursor:default}.option-check{width:18px;height:18px;color:var(--accent-terracotta);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.option-name{color:var(--text-ink);font-size:.9rem;display:block}.option-hint{color:var(--text-muted);font-size:.77rem;display:block}.user-menu-wrap{position:relative}.user-btn{border:1px solid var(--border-hairline);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;transition:background .12s;display:flex}.user-btn:hover{background:var(--surface-light)}.user-avatar{background:var(--accent-terracotta);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:600;display:flex}.caret{color:var(--text-muted);font-size:.7rem}.user-dropdown{background:var(--surface-white);border:1px solid var(--border-hairline);box-shadow:var(--shadow-medium);z-index:50;border-radius:10px;min-width:150px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.user-dropdown button{text-align:left;cursor:pointer;width:100%;color:var(--text-ink);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.user-dropdown button:hover{background:var(--surface-light)}.logout-item{color:var(--accent-terracotta)!important}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#1f242173;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--surface-light);color:var(--text-ink)}.history-card.clickable{cursor:pointer}.history-card.clickable:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.history-status-text{text-align:center;padding:.25rem;font-size:.75rem;font-weight:500}.status-pending-text{color:#c6a64f}.status-failed-text{color:var(--accent-terracotta)}.history-status-badge{border-radius:4px;flex-shrink:0;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.badge-failed{color:var(--accent-terracotta);background:#fdece4}.badge-processing{color:#b8860b;background:#fef6de}.history-viewer{background:var(--surface-white);border-radius:20px;flex-direction:column;gap:1rem;width:min(94vw,820px);max-height:90vh;padding:1.5rem;display:flex;position:relative;overflow-y:auto}.viewer-title{margin:0;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:400}.viewer-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}@media (width<=640px){.nav-inner{gap:.5rem;padding:.65rem .9rem}.brand{font-size:1.3rem}.nickname{display:none}.nav-recharge{padding:.4rem .85rem;font-size:.82rem}.nav-right{gap:.6rem}.pill.pill-outline{padding:.2rem .5rem;font-size:.75rem}.main-content{padding:1.25rem .85rem}.hero{margin-bottom:1.5rem}.hero h1{margin:.5rem 0;font-size:1.75rem}.hero-subtitle{font-size:.92rem}.card{border-radius:14px;padding:1rem}.dropzone{min-height:180px;padding:2.5rem 1rem}.dropzone-icon{margin-bottom:.6rem;font-size:2.5rem}.dropzone-title{font-size:1rem}.dropzone-hint{font-size:.8rem}.preview-image{border-radius:10px;max-height:280px}.restore-options{max-width:100%;padding:.85rem 1rem}.option-name{font-size:.88rem}.option-hint{font-size:.74rem}.button-group{flex-wrap:wrap;gap:.5rem;width:100%}.button-group .btn{flex:1;justify-content:center;min-width:100px;font-size:.9rem}.compare-wrapper{max-width:100%}.history-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.history-section h3{font-size:1.2rem}.history-viewer{border-radius:16px;width:95vw;padding:1rem}.viewer-actions{justify-content:stretch}.viewer-actions .btn{flex:1;justify-content:center}.user-btn{gap:.35rem;padding:.35rem .6rem}.user-avatar{width:26px;height:26px;font-size:.78rem}.caret{font-size:.65rem}}@media (width<=360px){.nav-inner{padding:.55rem .65rem}.brand{font-size:1.15rem}.pill.pill-outline{display:none}.hero h1{font-size:1.55rem}.history-grid{grid-template-columns:repeat(3,1fr)}}.landing{color:var(--text-ink);font-family:Inter,sans-serif}.l-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-hairline);background:#f7f4efeb;position:sticky;top:0}.l-nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.l-brand{color:var(--text-ink);align-items:center;gap:.5rem;font-family:Playfair Display,serif;font-size:1.6rem;display:inline-flex}.l-brand-logo{filter:drop-shadow(0 1px 2px #7a381426);width:30px;height:30px;display:block}.l-footer .l-brand-logo{width:22px;height:22px}.l-nav-right{align-items:center;gap:.75rem;display:flex}.l-btn-primary{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.65rem 1.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-block}.l-btn-primary:hover{background:var(--accent-hover)}.l-btn-ghost{color:var(--text-ink);border:1px solid var(--border-hairline);cursor:pointer;background:0 0;border-radius:10px;padding:.65rem 1.4rem;font-size:.9rem;text-decoration:none;transition:background .15s;display:inline-block}.l-btn-ghost:hover{background:var(--surface-light)}.l-btn-lg{border-radius:12px;padding:.85rem 2rem;font-size:1rem}.l-btn-xl{border-radius:14px;padding:1.1rem 3rem;font-size:1.15rem}.l-hero{align-items:center;gap:3rem;max-width:1100px;margin:0 auto;padding:5rem 1.5rem 4rem;display:flex}.l-nav-link{border:0;padding-inline:.5rem}.l-intro-section{text-align:center;max-width:820px;padding-top:1rem}.l-kicker{color:var(--accent-terracotta);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:600}.l-intro-copy{max-width:680px;color:var(--text-muted);margin:0 auto;line-height:1.8}.l-privacy-section{background:var(--surface-light);border-radius:20px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:3rem;display:grid}.l-privacy-section .l-section-title{text-align:left;margin-bottom:0}.l-privacy-section>p{color:var(--text-muted);line-height:1.8}.l-privacy-section a,.l-footer a{color:var(--accent-terracotta)}.l-faq-section{max-width:900px}.l-faq-list{gap:.75rem;display:grid}.l-faq-item{background:var(--surface-white);border:1px solid var(--border-hairline);border-radius:12px;padding:1rem 1.25rem}.l-faq-item summary{cursor:pointer;font-weight:500;list-style-position:inside}.l-faq-item p{color:var(--text-muted);margin:.8rem 0 .1rem 1.2rem;line-height:1.75}.l-hero-content{flex:1}.l-badge{background:var(--accent-tint);color:var(--accent-terracotta);border-radius:999px;margin-bottom:1.25rem;padding:.3rem 1rem;font-size:.82rem;font-weight:500;display:inline-block}.l-title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;line-height:1.2}.l-title em{color:var(--accent-terracotta);font-style:italic}.l-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.l-hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.l-hero-demo{flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.l-demo-img{text-align:center;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;min-height:200px;padding:2rem 1rem;display:flex;position:relative}.l-demo-old{background:#e8e0d6;border:1px solid #d4c9bc}.l-demo-new{border:1px solid var(--border-hairline);background:linear-gradient(135deg,#f9f3ed,#fbebd9)}.l-demo-label{background:var(--surface-white);border:1px solid var(--border-hairline);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:2px 12px;font-size:.75rem;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.l-demo-icon{font-size:2.5rem}.l-demo-img p{color:var(--text-muted);font-size:.82rem}.l-demo-overlay{pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 10px,#0000000a 10px 11px);border-radius:16px;position:absolute;inset:0}.l-demo-arrow{color:var(--accent-terracotta);flex-shrink:0;font-size:1.5rem}.l-section{max-width:1100px;margin:0 auto;padding:4.5rem 1.5rem}.l-section-dark{background:#1f2421;max-width:100%;padding:4.5rem 0}.l-section-dark>*{max-width:1100px;margin:0 auto;padding-inline:1.5rem}.l-section-title{text-align:center;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:400}.l-section-title-light{color:#fff}.l-section-sub{text-align:center;color:var(--text-muted);margin-bottom:2.5rem}.l-features{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.l-feature-card{background:var(--surface-white);border:1px solid var(--border-hairline);border-radius:16px;padding:2rem 1.5rem}.l-feature-icon{margin-bottom:1rem;font-size:2rem}.l-feature-card h3{margin-bottom:.6rem;font-size:1.1rem}.l-feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.l-feature-link{color:var(--accent-terracotta);margin-top:1rem;font-size:.86rem;font-weight:500;display:inline-block}.l-guide-links{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;margin-top:2rem;font-size:.9rem;display:flex}.l-guide-links a{color:var(--accent-terracotta)}.l-steps{justify-content:center;gap:2rem;max-width:900px;margin:2rem auto 0;padding-inline:1.5rem;display:flex}.l-step{text-align:center;flex:1}.l-step-num{color:var(--accent-terracotta);opacity:.7;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem}.l-step h3{color:#fff;margin-bottom:.4rem;font-size:1.05rem;font-weight:500}.l-step p{color:#ffffff8c;font-size:.88rem;line-height:1.6}.l-free-banner{text-align:center;background:var(--accent-tint);border:1px dashed var(--accent-terracotta);color:var(--text-ink);border-radius:12px;margin-bottom:2rem;padding:1rem 2rem;font-size:.9rem}.l-pricing{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.l-pkg{background:var(--surface-white);border:1.5px solid var(--border-hairline);text-align:center;border-radius:16px;padding:2rem 1.5rem;position:relative}.l-pkg-hot{border-color:var(--accent-terracotta);box-shadow:0 8px 30px #c4612f1f}.l-pkg-tag{background:var(--accent-terracotta);color:#fff;white-space:nowrap;border-radius:999px;padding:2px 14px;font-size:.75rem;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.l-pkg-name{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem}.l-pkg-price{color:var(--accent-terracotta);font-size:2rem;font-weight:600}.l-pkg-credits{color:var(--text-ink);margin:.3rem 0;font-size:.9rem}.l-pkg-unit{color:var(--text-muted);margin-bottom:1.25rem;font-size:.78rem}.l-pkg-btn{text-align:center;border-radius:10px;width:100%;margin-top:auto;padding:.75rem;font-size:.9rem;display:block}.l-cta-section{text-align:center;padding:5rem 1.5rem}.l-cta-title{margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:2.2rem}.l-cta-sub{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.l-footer{border-top:1px solid var(--border-hairline);text-align:center;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2rem;padding:1.5rem;font-size:.85rem;display:flex}.l-filing{color:var(--text-muted);white-space:nowrap}@media (width<=768px){.l-hero{flex-direction:column;padding:3rem 1rem 2rem}.l-title{font-size:2rem}.l-features{grid-template-columns:1fr}.l-steps{flex-direction:column}.l-nav-link{display:none}.l-privacy-section{grid-template-columns:1fr;gap:1rem}.l-privacy-section .l-section-title{text-align:center}.l-pricing{grid-template-columns:1fr}.l-hero-demo{display:none}.l-footer{flex-direction:column;gap:.5rem;padding-inline:1rem}.l-filing{white-space:normal;overflow-wrap:anywhere}}@media (width>=769px) and (width<=1024px){.l-features{grid-template-columns:repeat(2,1fr)}}.admin-page{background:var(--bg-cream);min-height:100vh;color:var(--text-ink)}.admin-header{border-bottom:1px solid var(--border-hairline);justify-content:space-between;align-items:center;max-width:1280px;margin:auto;padding:28px 32px;display:flex}.admin-header h1,.section-heading h2{margin:.2rem 0 0;font-weight:400}.admin-header h1{font-size:2.2rem}.admin-kicker{color:var(--accent-terracotta);letter-spacing:.16em;font-size:.7rem;font-weight:600}.admin-back{color:var(--accent-terracotta);border:1px solid var(--border-hairline);background:var(--surface-white);border-radius:999px;padding:9px 16px;text-decoration:none}.admin-main{gap:24px;max-width:1280px;margin:auto;padding:28px 32px 64px;display:grid}.admin-card{background:var(--surface-white);border:1px solid var(--border-hairline);min-width:0;box-shadow:var(--shadow-soft);border-radius:18px;padding:24px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}.admin-count{color:var(--text-muted);font-size:.85rem}.admin-search{gap:8px;margin-bottom:18px;display:flex}.admin-search input,.code-form input,.adjust-fields input{border:1px solid var(--border-hairline);background:var(--surface-light);min-width:0;color:var(--text-ink);font:inherit;border-radius:9px;outline:none;padding:10px 12px}.admin-search input{flex:1}.admin-search button,.code-form>button{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:10px 18px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:760px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border-hairline);vertical-align:middle;padding:13px 10px}.admin-table th{color:var(--text-muted);font-size:.75rem;font-weight:500}.admin-table td small{color:var(--text-muted);margin-top:3px;display:block}.credits-cell{color:var(--accent-terracotta);font-weight:600}.status-chip{border-radius:999px;padding:4px 9px;font-size:.75rem;display:inline-block}.status-chip.active{color:#3e7b4a;background:#e7f1e9}.status-chip.inactive{color:#a94e22;background:#f2e3d6}.adjust-fields{gap:6px;display:flex}.adjust-fields input:first-child{width:72px}.adjust-fields input:last-child{width:130px}.small-button{background:var(--accent-terracotta);color:#fff;cursor:pointer;border:0;border-radius:7px;margin:2px;padding:7px 10px;font-size:.78rem}.small-button.muted{color:var(--text-muted);border:1px solid var(--border-hairline);background:0 0}.code-form{grid-template-columns:repeat(4,minmax(120px,1fr)) auto;align-items:end;gap:10px;margin-bottom:20px;display:grid}.code-form label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:.78rem;display:flex}.code-form input{width:100%}.generated-codes{background:var(--accent-tint);color:var(--text-ink);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;padding:14px;font-size:.82rem;display:flex}.generated-codes code{background:var(--surface-white);border-radius:5px;padding:5px 8px;font-size:.78rem}.admin-notice{border-radius:9px;max-width:1280px;margin:0 auto -8px;padding:11px 14px;font-size:.85rem}.admin-notice.success{color:#3e7b4a;background:#e7f1e9}.admin-notice.error{color:var(--accent-hover);background:#fdece4}.admin-pager{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;margin-top:16px;font-size:.82rem;display:flex}.admin-pager button:disabled{opacity:.45;cursor:not-allowed}.password-field{align-items:center;gap:5px;display:flex}.password-field input{border:1px solid var(--border-hairline);background:var(--surface-light);width:110px;color:var(--text-ink);font:inherit;border-radius:7px;padding:7px 8px}.text-muted{color:var(--text-muted);font-size:.78rem}.positive{color:#3e7b4a;font-weight:600}.negative{color:var(--accent-hover);font-weight:600}@media (width<=760px){.admin-header{align-items:flex-start;padding:20px 16px}.admin-header h1{font-size:1.8rem}.admin-main{padding:20px 12px 40px}.admin-card{border-radius:14px;padding:16px;overflow:hidden}.code-form{grid-template-columns:repeat(2,minmax(0,1fr))}.code-form>button{grid-column:1/-1}.admin-search button{white-space:nowrap;flex:none;width:auto;padding:10px 16px}.admin-table-wrap{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.admin-notice{margin:0 12px -8px}.section-heading{align-items:start}.adjust-fields{flex-direction:column}.adjust-fields input:last-child{width:100%}}
