:root{--ink:#161616;--muted:#706a65;--orange:#ff6422;--orange-soft:#fff3ec;--paper:#fbfaf8;--line:#e7e1db;--green:#18a47d;--blue:#2e7be8;--shadow:0 18px 55px rgba(48,30,20,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body,button,input{font-family:"PingFang TC","PingFang SC",-apple-system,BlinkMacSystemFont,"Microsoft JhengHei","Segoe UI",sans-serif}body{margin:0;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}[hidden]{display:none!important}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(255,100,34,.25);outline-offset:3px}
.orders-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;width:min(1160px,calc(100% - 36px));height:72px;margin:auto;background:rgba(251,250,248,.92);backdrop-filter:blur(16px)}.orders-header:before{content:"";position:fixed;left:0;right:0;top:0;height:72px;z-index:-1;border-bottom:1px solid rgba(22,22,22,.07);background:rgba(251,250,248,.92)}.orders-brand{display:flex;align-items:center;gap:10px}.orders-brand img{width:38px;height:38px;object-fit:contain}.orders-brand span{display:grid;line-height:1}.orders-brand b{font-size:14px}.orders-brand small{margin-top:4px;color:#9a918a;font-size:8px;letter-spacing:.12em}.orders-header nav{display:flex;align-items:center;gap:10px}.orders-header nav a{padding:10px 13px;border-radius:10px;color:#5f5954;font-size:12px;font-weight:850}.orders-header nav a:hover{background:#fff}.orders-header .header-order{background:#171717;color:#fff}.orders-header .header-order:hover{background:var(--orange)}
main{width:min(1080px,calc(100% - 36px));margin:auto;padding:28px 0 80px}.section-heading p,.lookup-heading p,.result-kicker{margin:0 0 8px;color:var(--orange);font-size:10px;font-weight:950;letter-spacing:.15em}
.device-shell,.lookup-shell,.result-shell{margin-top:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.device-shell{padding:28px}.section-heading,.lookup-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading>div:first-child,.lookup-heading>div{min-width:0;flex:1}.section-heading h2,.lookup-heading h2,.result-top h2{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.025em}.heading-actions{display:flex;align-items:center;gap:8px}.auto-badge,.lookup-heading>span{padding:7px 10px;border-radius:999px;background:#f5f2ef;color:#807872;font-size:10px;font-weight:800}.auto-badge{display:flex;align-items:center;gap:6px;background:#edf9f5;color:#15795f}.auto-badge i{width:7px;height:7px;border-radius:50%;background:#20a47f;box-shadow:0 0 0 4px rgba(32,164,127,.10)}#refresh-device-orders{padding:7px 10px;border:1px solid #e5ded8;border-radius:999px;background:#fff;color:#5e5752;font-size:10px;font-weight:850}#refresh-device-orders:hover{border-color:#d5cac2;background:#fcfaf8}#refresh-device-orders:disabled{cursor:wait;opacity:.55}
.device-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:150px;margin-top:20px;border:1px dashed #e7e0da;border-radius:15px;background:#fdfcfa;color:#918982;font-size:11px;font-weight:800}.device-loading i{width:17px;height:17px;border:2px solid #eadfd8;border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.device-empty{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-top:20px;padding:22px;border:1px solid #ece5df;border-radius:15px;background:#fdfcfa}.empty-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#fff0e8;color:var(--orange);font-size:22px;font-weight:900}.device-empty strong{display:block;font-size:13px}.device-empty p{margin:5px 0 0;color:#8d857e;font-size:10px;line-height:1.55}.device-empty button{padding:9px 12px;border:0;border-radius:9px;background:#171717;color:#fff;font-size:10px;font-weight:900}.device-error{margin-top:20px;padding:12px 14px;border:1px solid #ffd6c4;border-radius:11px;background:#fff4ee;color:#9f3f1c;font-size:11px;line-height:1.55}.orders-support{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid #eee8e3}.orders-support p{margin:0;color:#817971;font-size:10px;line-height:1.55}.orders-support a{padding:10px 13px;border-radius:9px;background:#f2f8ff;color:#2b6fb0;font-size:10px;font-weight:900;white-space:nowrap}.privacy-note{margin:14px 2px 0;color:#aaa29b;font-size:9px;line-height:1.65}
.order-list{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:20px}.browser-order-card{position:relative;display:grid;min-width:0;padding:18px;border:1px solid #eae4de;border-radius:15px;background:linear-gradient(180deg,#fff 0%,#fdfbf9 100%);transition:.18s}.browser-order-card.is-highlighted{border-color:#ff9d73;box-shadow:0 0 0 4px rgba(255,100,34,.08)}.browser-order-card:hover{border-color:#d8cec6;box-shadow:0 12px 30px rgba(49,29,18,.06);transform:translateY(-1px)}.browser-order-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.browser-order-top time{color:#a29a93;font-size:9px;white-space:nowrap}.order-status{display:inline-flex;align-items:center;width:max-content;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.status-queued{background:#f0eeeb;color:#6c655f}.status-processing{background:#fff3dc;color:#9a6414}.status-completed_refill{background:#e9fff7;color:#13785d}.status-completed_final{background:#ececec;color:#252525}.browser-order-id{display:block;margin-top:14px;font-size:15px;letter-spacing:.01em}.browser-order-service{margin:5px 0 0;overflow:hidden;color:#706861;font-size:11px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.browser-order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px;padding-top:14px;border-top:1px solid #eee8e3}.browser-order-meta span{min-width:0}.browser-order-meta small{display:block;margin-bottom:3px;color:#aaa19a;font-size:8px;font-weight:800}.browser-order-meta b{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.browser-order-action{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:10px 12px;border:0;border-radius:9px;background:#f3f0ed;color:#3f3935;font-size:10px;font-weight:900}.browser-order-action:hover{background:#171717;color:#fff}.browser-order-action b{font-size:14px}
.browser-order-identity{display:flex;min-width:0;align-items:center;gap:10px;flex-wrap:wrap}.browser-order-id{margin:0;font-size:15px;letter-spacing:.01em}.browser-order-identity time{color:#aaa29b;font-size:8px;font-weight:650;white-space:nowrap}.browser-order-identity .order-status{padding:4px 7px;font-size:8px}.payment-badge{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#f1efed;color:#655e58;font-size:9px;font-weight:900}.payment-paid{background:#e8faf3;color:#13785d}.payment-pending_paypal{background:#fff4df;color:#99620d}.payment-manual_contact{background:#eef6ff;color:#2b6eae}.browser-order-details{display:flex;align-items:center;gap:0;margin-top:15px;padding-top:13px;border-top:1px solid #eee8e3}.browser-order-details span{position:relative;display:flex;min-width:0;align-items:baseline;gap:6px;padding:0 18px}.browser-order-details span:first-child{flex:1;padding-left:0}.browser-order-details span:last-child{padding-right:0}.browser-order-details span+span:before{content:"";position:absolute;left:0;top:2px;width:1px;height:14px;background:#e8e2dd}.browser-order-details small{flex:0 0 auto;color:#a29a93;font-size:8px;font-weight:800}.browser-order-details b{overflow:hidden;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.lookup-shell{padding:28px}.lookup-heading h2{white-space:normal}.lookup-form{display:grid;grid-template-columns:minmax(240px,1fr) minmax(138px,180px);gap:10px;align-items:end;margin-top:23px}.lookup-form>*{min-width:0}.lookup-form label{display:grid;gap:7px}.lookup-form label>span{color:#49433e;font-size:11px;font-weight:900}.lookup-form input{width:100%;height:48px;padding:0 14px;border:1px solid #ddd6cf;border-radius:11px;background:#fdfcfb;color:#171717;font-size:13px;transition:.18s}.lookup-form input:focus{border-color:#ff9d73;background:#fff;box-shadow:0 0 0 4px rgba(255,100,34,.08);outline:none}.lookup-form button{display:flex;width:100%;height:48px;align-items:center;justify-content:center;gap:18px;padding:0 18px;border:0;border-radius:11px;background:#171717;color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.lookup-form button:hover{background:var(--orange)}.lookup-form button:disabled{cursor:wait;opacity:.65}.lookup-help{margin:12px 0 0;color:#9a918a;font-size:10px;line-height:1.55}.lookup-error{margin-top:15px;padding:11px 13px;border:1px solid #ffd6c4;border-radius:10px;background:#fff4ee;color:#9f3f1c;font-size:11px;line-height:1.5}
.result-shell{overflow:hidden}.result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:30px 30px 24px;background:linear-gradient(135deg,#fff 0%,#fff7f2 100%)}.result-top>div:first-child{max-width:630px}.result-top h2{font-size:31px}.result-top>div:first-child>p:last-child{margin:9px 0 0;color:#716963;font-size:12px;line-height:1.65}.result-order{display:grid;grid-template-columns:auto auto;gap:5px 9px;align-items:center;padding:12px 13px;border:1px solid #eadfd7;border-radius:12px;background:#fff}.result-order span{grid-column:1/-1;color:#9a918a;font-size:9px;font-weight:850}.result-order strong{font-size:12px;letter-spacing:.02em}.result-order button{padding:4px 7px;border:0;border-radius:6px;background:#f1ede9;color:#625b55;font-size:9px;font-weight:850}.progress-track{display:grid;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr) 36px minmax(0,1fr) 36px minmax(0,1fr);align-items:center;padding:28px 30px;border-top:1px solid #efe9e4;border-bottom:1px solid #efe9e4}.progress-step{display:flex;align-items:center;gap:10px;opacity:.42}.progress-step i{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #d7d1cb;border-radius:50%;background:#fff;color:#817972;font-style:normal;font-size:10px;font-weight:950}.progress-step div{display:grid;gap:2px}.progress-step b{font-size:11px}.progress-step span{color:#8c847e;font-size:9px;line-height:1.3}.progress-line{height:2px;background:#e9e3de}.progress-step.done,.progress-step.current{opacity:1}.progress-step.done i{border-color:#171717;background:#171717;color:#fff}.progress-step.current i{border-color:var(--orange);background:var(--orange);color:#fff;box-shadow:0 0 0 5px rgba(255,100,34,.10)}.progress-step.current b{color:var(--orange)}.progress-line.done{background:#171717}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:4px 30px 8px}.detail-grid article{min-width:0;padding:20px 0;border-bottom:1px solid #eee8e3}.detail-grid article:not(:nth-child(3n+1)){padding-left:22px;border-left:1px solid #eee8e3}.detail-grid span{display:block;margin-bottom:6px;color:#99918a;font-size:9px;font-weight:850}.detail-grid strong{display:block;overflow-wrap:anywhere;font-size:12px;line-height:1.55}.result-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 30px 22px}.result-footer p{margin:0;color:#817971;font-size:10px;line-height:1.55}.result-footer a{padding:10px 13px;border-radius:9px;background:#f2f8ff;color:#2b6fb0;font-size:10px;font-weight:900}
footer{display:flex;align-items:center;gap:20px;width:min(1080px,calc(100% - 36px));margin:auto;padding:24px 0 38px;border-top:1px solid var(--line);color:#918a84;font-size:9px}footer>a{color:#171717;font-weight:900}footer div{display:flex;gap:14px}footer div a:hover{color:var(--orange)}footer>span{margin-left:auto}
@media(max-width:820px){.orders-hero{grid-template-columns:1fr;gap:22px}.hero-state{max-width:620px}.order-list{grid-template-columns:1fr}.lookup-form{grid-template-columns:1fr 1fr}.lookup-form button{grid-column:1/-1}.detail-grid{grid-template-columns:1fr 1fr}.detail-grid article:not(:nth-child(3n+1)){padding-left:0;border-left:0}.detail-grid article:nth-child(even){padding-left:18px;border-left:1px solid #eee8e3}.progress-track{grid-template-columns:1fr;gap:7px}.progress-line{width:2px;height:20px;margin-left:15px}.progress-step{min-height:44px}.result-top{flex-direction:column}.result-order{width:100%;grid-template-columns:1fr auto}.result-order span{grid-column:1/-1}}
@media(max-width:560px){main{width:calc(100% - 28px);padding:30px 0 58px}.orders-hero{padding:20px 0 30px}.hero-copy h1{font-size:38px}.hero-copy>p:last-child{font-size:12px}.device-shell,.lookup-shell{padding:20px 16px;border-radius:16px}.section-heading,.lookup-heading{align-items:flex-start}.section-heading h2,.lookup-heading h2{font-size:23px}.heading-actions{align-items:flex-end;flex-direction:column}.auto-badge{display:none}.lookup-heading>span{display:none}.device-empty{grid-template-columns:auto 1fr;padding:18px 15px}.device-empty button{grid-column:1/-1;width:100%}.orders-support{align-items:flex-start;flex-direction:column}.orders-support a{width:100%;text-align:center}.browser-order-card{padding:16px}.browser-order-top{align-items:flex-start}.browser-order-identity{gap:5px 8px}.browser-order-identity .order-status{order:3}.browser-order-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px}.browser-order-details span{display:grid;gap:2px;padding:0!important}.browser-order-details span+span:before{display:none}.browser-order-details b{font-size:9px}.lookup-form{grid-template-columns:1fr}.lookup-form button{grid-column:auto}.result-shell{border-radius:16px}.result-top{padding:23px 18px 19px}.result-top h2{font-size:26px}.progress-track{padding:21px 18px}.detail-grid{grid-template-columns:1fr;padding:3px 18px}.detail-grid article,.detail-grid article:nth-child(even){padding:15px 0;border-left:0}footer{width:calc(100% - 28px);flex-wrap:wrap;gap:10px 16px}footer div{order:3;width:100%}footer>span{margin-left:auto}}
