:root{color:#182126;background:#f5f3ef;font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #f45b3d;--primary-dark: #dc4327;--ink: #172027;--muted: #788087;--line: rgba(25, 35, 41, .09);--green: #19a974}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(circle at 8% 4%,rgba(244,91,61,.12),transparent 30%),linear-gradient(155deg,#fbfaf8,#f1f4f2)}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-shell{position:relative;min-height:100vh;overflow:hidden;padding-bottom:calc(28px + env(safe-area-inset-bottom))}.ambient{position:fixed;z-index:0;border-radius:50%;filter:blur(2px);pointer-events:none}.ambient-one{top:-90px;right:-100px;width:260px;height:260px;background:#f9ae6621}.ambient-two{bottom:4%;left:-130px;width:290px;height:290px;background:#2aa47a14}.topbar{position:relative;z-index:2;display:flex;width:min(100%,720px);min-height:72px;margin:0 auto;padding:calc(14px + env(safe-area-inset-top)) 20px 14px;align-items:center;justify-content:space-between}.brand{display:flex;min-width:0;align-items:center;gap:11px}.brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;border-radius:13px;color:#fff;background:linear-gradient(145deg,#ff7957,#e8472c);box-shadow:0 8px 20px #e242243d;place-items:center}.brand-mark svg{width:22px;height:22px}.brand>span:last-child{display:flex;min-width:0;flex-direction:column}.brand b{overflow:hidden;color:var(--ink);font-size:17px;letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap}.brand small{margin-top:2px;color:#a0a5a7;font-size:9px;font-weight:700;letter-spacing:.18em}.user-button{display:flex;min-width:0;max-width:47%;padding:5px 7px 5px 5px;border:1px solid rgba(255,255,255,.9);border-radius:999px;align-items:center;gap:7px;color:#50595e;background:#ffffffb8;box-shadow:0 5px 20px #1c262b0f;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-button>span:nth-child(2){overflow:hidden;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.user-button svg{width:13px;height:13px;flex:0 0 auto}.user-avatar{display:grid;width:29px;height:29px;flex:0 0 29px;border-radius:50%;color:#fff;font-size:12px;font-weight:700;background:#243139;place-items:center}.main-content{position:relative;z-index:1;width:min(calc(100% - 32px),560px);margin:16px auto 0}.panel{border:1px solid rgba(255,255,255,.9);border-radius:28px;background:#ffffffe0;box-shadow:0 20px 55px #1f2c321a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.eyebrow{margin:0 0 8px;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.2em}h1,h2,h3,p{margin-top:0}.login-card,.scan-card,.success-card{padding:34px 28px 30px;text-align:center}.login-icon,.success-ring{display:grid;width:66px;height:66px;margin:0 auto 20px;border-radius:22px;place-items:center}.login-icon{color:var(--primary);background:#fff0eb}.login-icon svg{width:31px;height:31px}.login-card h1,.scan-card h1,.success-card h1,.section-heading h1{margin-bottom:9px;color:var(--ink);font-size:26px;line-height:1.25}.subcopy{margin:0 auto 26px;color:var(--muted);font-size:13px;line-height:1.7}.login-form{display:grid;margin-top:28px;text-align:left;gap:18px}.login-form label>span,.remark-field>span{display:block;margin-bottom:8px;color:#4d575c;font-size:12px;font-weight:700}.input-wrap{display:flex;height:52px;border:1px solid #e8e8e5;border-radius:15px;align-items:center;background:#f9faf8;transition:.2s ease}.input-wrap:focus-within{border-color:#f45b3d8c;background:#fff;box-shadow:0 0 0 4px #f45b3d14}.input-wrap svg{width:18px;height:18px;margin:0 12px 0 15px;color:#8b9396}.input-wrap input{width:100%;height:100%;padding:0 14px 0 0;border:0;outline:0;color:var(--ink);font-size:15px;background:transparent}.input-wrap input::placeholder,.remark-field textarea::placeholder{color:#b0b5b7}.primary-button{display:flex;width:100%;min-height:52px;border:0;border-radius:16px;align-items:center;justify-content:center;gap:9px;color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;background:linear-gradient(135deg,#ff7151,var(--primary-dark));box-shadow:0 12px 26px #e1422540;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.login-form .primary-button{margin-top:7px}.primary-button:active:not(:disabled){transform:translateY(1px) scale(.995)}.primary-button:disabled,.text-button:disabled{opacity:.55;cursor:not-allowed}.primary-button svg{width:20px;height:20px}.spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.spinner.large{width:28px;height:28px;border-width:3px}.merchant-strip{display:flex;margin-bottom:14px;padding:11px 15px;border:1px solid rgba(31,169,116,.13);border-radius:14px;align-items:center;color:#63706e;font-size:11px;background:#edfbf5cc}.merchant-strip strong{margin-left:auto;color:#23875f;font-size:11px}.status-dot{width:7px;height:7px;margin-right:8px;border:2px solid #d7f5e9;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #19a9741a}.scan-card{padding-top:38px}.scan-visual{position:relative;display:grid;width:180px;height:180px;margin:0 auto 28px;border-radius:34px;background:linear-gradient(145deg,#fff5ef,#fff);box-shadow:inset 0 0 0 1px #f45b3d12,0 18px 40px #7e503a1a;place-items:center}.scan-icon{display:grid;width:104px;height:104px;border-radius:28px;color:var(--primary);background:#fff;box-shadow:0 12px 32px #ea553324;place-items:center}.scan-icon svg{width:54px;height:54px;stroke-width:1.5}.corner{position:absolute;width:25px;height:25px;border-color:var(--primary);border-style:solid}.top-left{top:17px;left:17px;border-width:2px 0 0 2px;border-radius:8px 0 0}.top-right{top:17px;right:17px;border-width:2px 2px 0 0;border-radius:0 8px 0 0}.bottom-left{bottom:17px;left:17px;border-width:0 0 2px 2px;border-radius:0 0 0 8px}.bottom-right{right:17px;bottom:17px;border-width:0 2px 2px 0;border-radius:0 0 8px}.scan-line{position:absolute;left:31px;width:118px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);box-shadow:0 2px 8px #f45b3d73;animation:scan 2.3s ease-in-out infinite}.scan-button{margin-top:26px}.security-note{display:flex;margin-top:20px;align-items:center;justify-content:center;gap:6px;color:#89908f;font-size:10px}.security-note svg{width:14px;height:14px;color:#49a47f}.verify-detail{padding:27px 24px 24px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between}.section-heading h1{margin:0;font-size:23px}.valid-badge{padding:6px 10px;border-radius:999px;color:#16855b;font-size:10px;font-weight:700;background:#e8f8f1}.product-card{display:flex;margin-top:23px;padding:13px;border:1px solid #efefeb;border-radius:18px;align-items:center;background:#fafaf8}.product-card img,.cover-placeholder{width:82px;height:82px;flex:0 0 82px;border-radius:14px;object-fit:cover}.cover-placeholder{display:grid;color:#fff;font-size:28px;font-weight:800;background:linear-gradient(145deg,#ff9a70,#ee5738);place-items:center}.product-copy{min-width:0;padding-left:14px}.product-copy h2{overflow:hidden;margin-bottom:7px;color:#273036;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.product-copy p{overflow:hidden;margin-bottom:10px;color:#919698;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.product-copy strong{color:var(--primary);font-size:15px}.data-grid{display:grid;margin-top:16px;padding:16px 4px;border:1px solid #efefeb;border-radius:17px;grid-template-columns:repeat(3,1fr);background:#fff}.data-grid>div{display:flex;min-width:0;padding:0 5px;flex-direction:column;align-items:center;border-right:1px solid #eeeeea}.data-grid>div:last-child{border-right:0}.data-grid span{margin-bottom:7px;color:#929798;font-size:10px}.data-grid strong{color:#313b40;font-size:17px}.data-grid .highlight strong{color:var(--primary)}.validity-row{display:grid;margin-top:14px;padding:12px 13px;border-radius:13px;align-items:center;color:#7d8587;font-size:10px;background:#f6f7f5;grid-template-columns:18px auto 1fr;gap:7px}.validity-row svg{width:17px;height:17px;color:#85908e}.validity-row strong{justify-self:end;color:#596267;font-size:9px;font-weight:600;text-align:right}.quantity-section{display:flex;margin-top:23px;align-items:center;justify-content:space-between;gap:12px}.quantity-section h3{margin-bottom:5px;color:#303a3f;font-size:15px}.quantity-section p{margin:0;color:#999fa1;font-size:10px}.stepper{display:flex;flex:0 0 auto;padding:4px;border:1px solid #ecece8;border-radius:13px;align-items:center;background:#f7f8f6}.stepper button{display:grid;width:35px;height:35px;padding:0;border:0;border-radius:10px;color:#4d565a;font-size:20px;background:#fff;box-shadow:0 3px 8px #222c310f;cursor:pointer;place-items:center}.stepper button:disabled{color:#c8cbcc;box-shadow:none}.stepper input{width:42px;border:0;outline:0;color:var(--ink);font-size:16px;font-weight:800;text-align:center;background:transparent;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.remark-field{display:block;margin-top:22px}.remark-field small{margin-left:4px;color:#a9adaf;font-weight:400}.remark-field textarea{width:100%;height:76px;padding:12px 13px;border:1px solid #e8e8e5;border-radius:13px;outline:0;resize:none;color:var(--ink);font-size:13px;line-height:1.55;background:#f9faf8}.remark-field textarea:focus{border-color:#f45b3d8c;background:#fff;box-shadow:0 0 0 4px #f45b3d14}.verify-button{margin-top:22px}.text-button{display:block;margin:14px auto 0;padding:5px 12px;border:0;color:#8b9294;font-size:11px;background:transparent;cursor:pointer}.success-ring{width:78px;height:78px;border:8px solid #e6f8f0;border-radius:50%;color:#fff;background:var(--green);box-shadow:0 14px 32px #19a97438}.success-ring svg{width:38px;height:38px;stroke-width:2.4}.success-message{margin:18px 0 28px;padding:14px;border-radius:13px;color:#398167;font-size:13px;background:#effaf5}.scanner-layer{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;color:#fff;background:#0d1519}.scanner-header{display:grid;min-height:82px;padding:calc(12px + env(safe-area-inset-top)) 15px 12px;align-items:center;text-align:center;grid-template-columns:42px 1fr 42px}.scanner-header button{display:grid;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#fff;background:#ffffff14;place-items:center}.scanner-header button svg{width:21px;height:21px}.scanner-header div{display:flex;flex-direction:column;gap:4px}.scanner-header strong{font-size:16px}.scanner-header small{color:#ffffff94;font-size:10px}.scanner-body{position:relative;display:grid;width:min(calc(100% - 30px),540px);min-height:430px;margin:auto;overflow:hidden;border-radius:26px;background:#020607;box-shadow:0 25px 65px #0006;place-items:center}#qr-reader{width:100%;border:0!important}#qr-reader video{width:100%!important;min-height:430px;object-fit:cover}#qr-reader__scan_region{min-height:430px;background:#020607!important}#qr-reader__dashboard{display:none!important}.camera-loading{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;justify-items:center;gap:14px;color:#ffffffb8;background:#10191d}.camera-loading p{margin:0;font-size:12px}.scanner-tip{margin:20px 0 calc(24px + env(safe-area-inset-bottom));color:#ffffff8c;font-size:11px;text-align:center}.toast-message{position:fixed;z-index:100;top:calc(20px + env(safe-area-inset-top));left:50%;width:max-content;max-width:calc(100% - 40px);padding:12px 18px;border-radius:13px;color:#fff;font-size:12px;line-height:1.5;text-align:center;background:#1f272bf0;box-shadow:0 10px 30px #00000038;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.toast-message.success{background:#149767f5}.toast-enter-active,.toast-leave-active{transition:.22s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,-12px)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scan{0%,to{top:44px;opacity:.45}50%{top:134px;opacity:1}}@media(min-width:640px){.main-content{margin-top:28px}.login-card,.scan-card,.success-card{padding:42px 45px 38px}.verify-detail{padding:32px}}@media(max-width:370px){.main-content{width:calc(100% - 22px)}.topbar{padding-right:12px;padding-left:12px}.login-card,.scan-card,.success-card{padding-right:20px;padding-left:20px}.verify-detail{padding-right:18px;padding-left:18px}.quantity-section{align-items:flex-start;flex-direction:column}.stepper{align-self:stretch;justify-content:space-between}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
