:root{--bg:#f6f7fb;--card:#ffffff;--text:#1f2329;--muted:#6b7280;--primary:#ff7a59;--primary2:#ffb199;--line:#eef0f3;--van-font-size-md:16px;--van-font-size-lg:18px;--van-cell-font-size:16px;--van-button-default-height:46px;--van-tabbar-height:66px}html,body{height:100%;background:var(--bg);color:var(--text);font-size:17px;margin:0;overflow-x:hidden}#app{width:100%;overflow-x:hidden}.page{min-height:100vh;padding:16px 16px 96px;box-sizing:border-box;max-width:560px;margin:0 auto}.card{background:var(--card);border-radius:18px;padding:16px;box-shadow:0 10px 24px #1f232914;border:1px solid rgba(255,255,255,.8)}.h1{font-size:20px;font-weight:900}.muted{color:var(--muted)}.hero{border-radius:18px;padding:16px 14px;background:linear-gradient(135deg,#ff7a5929,#ffb19938);border:1px solid rgba(255,122,89,.14)}.hero-title{font-size:22px;font-weight:950;letter-spacing:.2px}.hero-sub{margin-top:8px;color:#6b7280;font-size:14px;line-height:1.4}.section-title{font-size:16px;font-weight:900;margin-bottom:8px}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#374151;font-size:13px}.big-btn{height:48px;font-size:17px;font-weight:900;letter-spacing:.2px}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-tabbar{z-index:1200!important;border-top:1px solid #e5e7eb;box-shadow:0 -6px 16px #1f232914}.van-tabbar--fixed{left:0;right:0;bottom:0;padding-bottom:env(safe-area-inset-bottom);background:#fff}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;min-height:72px;padding:7px max(8px,calc((100vw - 560px)/2 + 8px)) calc(7px + env(safe-area-inset-bottom));box-sizing:content-box;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;background:#fffffffa;border-top:1px solid #e5e7eb;box-shadow:0 -8px 20px #1f23291a;z-index:5000}.bottom-tab{min-width:0;height:62px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;color:#6b7280;font-size:12px;font-weight:800}.bottom-tab.router-link-active{color:#ff7a59;background:#fff3ee;box-shadow:inset 0 0 0 1px #ffded2}.tab-icon{width:32px;height:32px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#f7f4f1;color:#6b7280}.bottom-tab.router-link-active .tab-icon{color:#ff7a59;background:#ffe6dc;box-shadow:0 7px 14px #ff7a5929}.tab-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.van-cell{display:flex;align-items:center;gap:10px;padding:12px 0;background:transparent;border-bottom:1px solid #f1f2f4}.van-cell__title,.van-field__label{width:86px;flex:none;color:#374151;font-weight:800;font-size:15px}.van-checkbox{display:flex;align-items:center;gap:8px;min-height:34px;font-size:15px;color:#374151}.van-checkbox__icon{width:22px;height:22px;border:2px solid #d1d5db;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#fff;flex:none}.van-checkbox__icon--checked{background:#ff7a59;border-color:#ff7a59}.van-checkbox__icon--checked:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-top:-2px}.van-checkbox__icon .van-icon{display:none}.van-checkbox__label{margin-left:0;line-height:1.5}.van-uploader{position:relative;display:inline-flex;max-width:100%}.van-uploader__wrapper{display:flex;gap:8px;flex-wrap:wrap}.van-uploader__input,.van-uploader input[type=file]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer}.van-uploader__upload{display:none;width:88px;height:88px;border-radius:14px;border:1px dashed #d1d5db;background:#f9fafb}.van-uploader__preview-image,.van-uploader__preview{width:88px;height:88px;border-radius:14px;overflow:hidden;background:#f9fafb;border:1px solid #eef0f3}.van-uploader__preview-image img,.van-uploader__preview .van-image__img{width:100%!important;height:100%!important;object-fit:contain!important;background:#f9fafb}.upload-btn{display:inline-flex;align-items:center;justify-content:center;min-width:116px;min-height:42px;border:0;border-radius:14px;background:linear-gradient(180deg,#ff8a68,#ff704d);color:#fff;font-size:16px;font-weight:900;box-shadow:0 8px 16px #ff7a592e}.van-cell__value,.van-field__value{flex:1;min-width:0}.van-field__control,.van-field__body input,.van-field__body textarea{width:100%;min-height:40px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:12px;padding:9px 11px;background:#f9fafb;color:#111827;font-size:16px;outline:none}.van-field__control:focus,.van-field__body input:focus,.van-field__body textarea:focus{border-color:#ff7a59;background:#fff;box-shadow:0 0 0 3px #ff7a591f}.van-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:#fff;color:#374151;font-weight:900;box-shadow:0 6px 14px #1f23290f;padding:0 14px;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.van-button--round{border-radius:14px}.van-button__content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;line-height:1}.van-button__text{display:inline-flex;align-items:center;justify-content:center;line-height:1}.van-button:active,button:active{transform:scale(.98)}.van-button--primary{background:#2f2a26;color:#fff;box-shadow:0 10px 20px #2f2a2624}.van-button--danger{background:#ef4444;color:#fff}.van-button--warning{background:#f59e0b;color:#fff}.van-button--success{background:#10b981;color:#fff}.van-overlay{position:fixed;inset:0;background:#11182773;z-index:4000}.van-dialog{position:fixed;top:50%;left:50%;width:min(88vw,420px);transform:translate(-50%,-50%);background:#fff;border-radius:18px;overflow:hidden;z-index:4001;box-shadow:0 20px 50px #11182738}.van-dialog__header{padding:16px 16px 8px;font-weight:900;font-size:18px;text-align:center}.van-dialog__content{max-height:65vh;overflow:auto;padding:12px 16px;box-sizing:border-box}.van-dialog__footer{display:flex;gap:8px;padding:12px;border-top:1px solid #f1f2f4}.apply-submit-btn{width:min(240px,100%);margin:14px auto 0;display:flex;justify-content:center}.van-dialog__footer .van-button{flex:1;height:44px}.stack{display:flex;flex-direction:column;gap:12px}.publish-page{display:flex;flex-direction:column;gap:14px}.publish-hero{height:90px;border-radius:24px;padding:10px 14px;box-sizing:border-box;background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.8),transparent 32%),linear-gradient(135deg,#fff7ed,#fff 52%,#fff3ee);border:1px solid #ffeadf;box-shadow:0 14px 30px #ff7a591f;display:flex;align-items:center;justify-content:space-between;gap:12px}.publish-eyebrow{color:#ff704d;font-size:13px;font-weight:900;letter-spacing:.8px}.publish-title{margin-top:8px;color:#111827;font-size:25px;line-height:1.12;font-weight:950}.publish-desc{margin-top:8px;max-width:330px;color:#6b7280;font-size:14px;line-height:1.55}.publish-manage-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;height:40px;padding:0 15px;border:1px solid #ffe0d4;border-radius:14px;color:#9a3412;background:#ffffffdb;font-weight:900;box-shadow:0 8px 18px #1f23290f}.publish-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.step-pill{min-height:42px;border-radius:15px;background:#fff;border:1px solid #f1f2f4;display:flex;align-items:center;justify-content:center;gap:6px;color:#374151;font-size:14px;font-weight:900;box-shadow:0 6px 16px #1f23290d}.step-pill span{width:21px;height:21px;border-radius:50%;background:#fff3ee;color:#ff704d;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.publish-form-card{background:#fff;border:1px solid #f1f2f4;border-radius:22px;padding:16px;box-shadow:0 10px 24px #1f23290f}.publish-page .van-button--primary{background:#2f2a26;color:#fff;box-shadow:0 10px 20px #2f2a2624}.publish-page .van-uploader{width:100%;justify-content:center}.publish-page .van-uploader__preview{display:none}.publish-page .upload-btn{width:100%;min-height:48px;border:1px solid #ffd8c8;border-radius:16px;background:#fff;color:#9a3412;box-shadow:none}.publish-page .add-option{height:46px;border:1px solid #ffd8c8;border-radius:16px;background:#fffaf7;color:#9a3412}.publish-page .soft-action{border-radius:14px;background:#f8f5f2;color:#3f3a35}.publish-page .soft-action.success{background:#ecfdf5;color:#047857}.publish-page .soft-action.danger{background:#fff1f2;color:#be123c}.form-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:8px;margin-bottom:4px}.form-section-title{color:#111827;font-size:18px;font-weight:950}.form-section-sub{margin-top:5px;color:#9ca3af;font-size:13px;line-height:1.45}.publish-rule-box{margin-top:12px;padding:12px;border-radius:16px;background:#f9fafb;border:1px solid #eef0f3;display:flex;flex-direction:column;gap:10px}.publish-submit{width:min(280px,100%)!important;margin:16px auto 0;display:flex;justify-content:center}.ghost-wide-btn{display:flex;align-items:center;justify-content:center;width:100%;height:46px;margin-top:9px;border:1px solid #e7e1dc;border-radius:16px;background:#fff;color:#3f3a35;font-size:16px;font-weight:900}.title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.page-title{font-size:20px;font-weight:900}.badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:12px;color:#374151;background:#f9fafb;border:1px solid var(--line)}.badge-ok{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.badge-off{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.notice-card{position:relative;display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border-radius:20px;background:linear-gradient(135deg,#fff7edf5,#fffffff5),#fff;border:1px solid #ffeadf;box-shadow:0 10px 22px #ff7a5914}.notice-card:after{content:"";position:absolute;right:14px;top:14px;width:46px;height:46px;border-radius:50%;background:#ff7a5914;pointer-events:none}.notice-icon{width:34px;height:34px;border-radius:12px;background:#2f2a26;color:#fff;display:flex;align-items:center;justify-content:center;flex:none;font-size:14px;font-weight:950;box-shadow:0 8px 16px #2f2a2624}.notice-icon-img{width:34px;height:34px;flex:none;border-radius:12px;box-shadow:0 8px 16px #2f2a2624}.notice-content{position:relative;z-index:1;flex:1;min-width:0}.notice-title{color:#9a3412;font-size:13px;font-weight:950;letter-spacing:.4px}.notice-text{margin-top:5px;color:#3f3a35;font-size:14px;line-height:1.55;white-space:pre-wrap}.food-card{position:relative}.status-tag{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid #a7f3d0;color:#047857;background:#ecfdf5}.status-tag.active:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;margin-right:5px}.mini-action{height:38px;min-width:58px;padding:0 12px;border:0;border-radius:12px;background:#2f2a26;color:#fff;font-weight:900;box-shadow:0 8px 16px #2f2a2624}.mini-action.disabled{color:#6b7280;background:#f3f4f6;box-shadow:none}.plain-toggle{border:0;background:#f3f4f6;color:#374151;border-radius:12px;padding:7px 12px;font-weight:900}.qty-row{display:flex;align-items:center;gap:12px;margin-top:10px}.detail-qty-row{justify-content:flex-end;margin-top:0;gap:7px}.qty-btn{width:34px;height:34px;border:0;border-radius:11px;background:#fff3ee;color:#ff704d;font-size:20px;font-weight:900}.qty-value{min-width:42px;height:34px;border-radius:11px;background:#f9fafb;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900}.detail-order-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-order-head .section-title{margin-bottom:4px}.detail-option-row{display:flex;align-items:center;gap:10px;margin-top:12px}.detail-option-label{flex:none;width:72px;color:#374151;font-size:15px;font-weight:900}.detail-option-row .simple-select{flex:1;min-width:0}.detail-remark-field{margin-top:10px}.detail-remark-field .van-field__label{width:44px}.detail-submit-btn{width:min(280px,100%);margin:12px auto 0;display:flex;justify-content:center}.simple-select{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:0 12px;font-size:16px;color:#111827;box-sizing:border-box}.field-block{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #f1f2f4}.field-label{width:86px;flex:none;color:#374151;font-weight:800;font-size:15px}.upload-card{margin-top:12px;padding:12px;border-radius:16px;border:1px solid #ffedd5;background:#fffaf7;display:flex;flex-direction:column;gap:10px}.upload-card.compact{background:#f9fafb;border-color:#eef0f3}.upload-title{font-weight:900;color:#111827}.upload-count{align-self:flex-start;padding:4px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:900}.image-manage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.image-manage-item{position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#f9fafb;border:1px solid #eef0f3}.image-manage-item img{width:100%;height:100%;object-fit:contain;display:block}.image-manage-item button{position:absolute;right:5px;top:5px;height:26px;padding:0 8px;border:0;border-radius:10px;background:#be123ceb;color:#fff;font-size:12px;font-weight:900}.image-carousel{display:flex;flex-direction:column;gap:8px}.image-carousel-main{position:relative;height:190px;border-radius:16px;overflow:hidden;background:#f9fafb;border:1px solid #eef0f3}.image-carousel-main img{width:100%;height:100%;object-fit:contain;display:block}.image-delete-btn{position:absolute;right:8px;top:8px;height:30px;padding:0 10px;border:0;border-radius:10px;background:#be123ceb;color:#fff;font-size:12px;font-weight:900}.image-carousel-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.image-carousel-controls button{height:36px;border:1px solid #e7e1dc;border-radius:12px;background:#fff;color:#3f3a35;font-weight:900}.image-carousel-controls button:disabled{opacity:.45}.image-carousel-controls span{color:#6b7280;font-size:13px;font-weight:900}.detail-image-card{padding:12px}.detail-image-frame{height:220px;border-radius:12px;overflow:hidden;background:#f9fafb;border:1px solid #eef0f3}.detail-food-image{width:100%;height:100%;object-fit:contain;background:#f9fafb;display:block}.option-box,.option-group-card{margin-top:10px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#fffaf7,#fff);border:1px solid #ffeadf;box-shadow:inset 0 1px #ffffffe6}.option-group-card .van-cell{padding:2px 0 10px;margin-bottom:2px;border-bottom:1px solid #ffeadf}.option-group-card .van-field__label{color:#9a3412}.option-row{display:flex;align-items:center;gap:8px;margin-top:8px}.plain-input{flex:1;min-width:0;height:42px;border:1px solid #f1d8cc;border-radius:12px;background:#fff;padding:0 12px;font-size:16px;box-sizing:border-box;outline:none}.plain-input:focus{border-color:#ff7a59;box-shadow:0 0 0 3px #ff7a591f}.round-light{width:42px;height:42px;border:0;border-radius:10px;background:#fee2e2;color:#b91c1c;font-weight:900}.add-option{width:100%;height:42px;margin-top:12px;border:1px dashed #ffb199;border-radius:12px;background:#fff7ed;color:#ff704d;font-weight:900;font-size:15px}.top-entry{height:34px;border:0;border-radius:999px;padding:0 12px;background:#fff3ee;color:#ff704d;font-weight:900}.publish-list{padding:0 14px 14px;max-height:62vh;overflow:auto}.publish-item{padding:12px 0;border-bottom:1px solid #f1f2f4}.status-chip{display:inline-flex;align-items:center;height:26px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:900;white-space:nowrap}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.action-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.soft-action{height:38px;border:0;border-radius:10px;background:#f3f4f6;color:#374151;font-weight:900}.soft-action.danger{background:#fee2e2;color:#b91c1c}.soft-action.success{background:#dcfce7;color:#047857}.order-cancel-btn{width:100%;height:38px;margin-top:8px;border:1px solid #fecdd3;border-radius:12px;background:#fff1f2;color:#be123c;font-size:14px;font-weight:900}.order-manage-item{padding:12px 0;border-bottom:1px solid #f1f2f4}.order-manage-item.completed{margin-top:8px;padding:12px;border:1px solid #e7f4ec;border-radius:14px;background:#f7fdf9}.order-section-title{margin-top:2px;padding:8px 10px;border-radius:12px;background:#f8f5f2;color:#3f3a35;font-size:13px;font-weight:950}.completed-toggle{width:100%;height:40px;margin-top:12px;border:1px solid #d9f2e4;border-radius:13px;background:#f0fdf4;color:#047857;font-size:14px;font-weight:950}.progress-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.progress-chip{display:inline-flex;align-items:center;height:26px;padding:0 9px;border-radius:10px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:900}.progress-chip.done{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.order-card{padding:12px}.order-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.order-status-chip{flex:none;display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:9px;background:#f8f5f2;color:#3f3a35;font-size:12px;font-weight:900}.order-progress-inline{display:flex;gap:6px;margin-top:6px}.order-progress-inline span{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:8px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:900}.order-progress-inline span.done{background:#ecfdf5;color:#047857}.subtle-report{text-align:center;color:#9ca3af;font-size:13px;padding:4px 0 10px}.subtle-report button{border:0;background:transparent;color:#9a3412;text-decoration:underline;font-size:13px;padding:0 2px}.profile-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.86),transparent 28%),linear-gradient(135deg,#3f342c,#8f5037 48%,#fff0e7);border:1px solid rgba(255,237,213,.85);border-radius:24px;padding:20px 18px;display:flex;align-items:center;gap:16px;box-shadow:0 16px 32px #3f342c2e}.profile-hero:after{content:"";position:absolute;right:-28px;bottom:-34px;width:118px;height:118px;border-radius:50%;background:#fff3}.profile-hero>*{position:relative;z-index:1}.profile-hero .page-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.18)}.profile-hero .muted{color:#ffffffdb}.avatar{width:78px;height:78px;border-radius:50%;overflow:hidden;background:#fff7ed;color:#ff704d;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900;flex:none;border:4px solid rgba(255,255,255,.88);box-shadow:0 14px 28px #2f2a263d}.avatar img{width:100%;height:100%;object-fit:contain;background:#fff7ed}.action-list{display:flex;flex-direction:column;gap:8px}.action-row{width:100%;min-height:48px;border:0;border-radius:14px;background:#f9fafb;color:#111827;padding:0 12px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:900}.action-row span{color:#9ca3af;font-size:24px}.me-page{display:flex;flex-direction:column;gap:12px}.me-card{background:#fff;border:1px solid #f1f2f4;border-radius:20px;padding:14px;box-shadow:0 8px 20px #1f23290f}.me-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.me-inline-form{display:grid;grid-template-columns:1fr 74px;align-items:center;gap:10px}.me-inline-form .van-cell{padding:0;border-bottom:0}.me-inline-form .van-field__label{width:72px}.me-password-grid{display:grid;grid-template-columns:1fr;gap:0}.me-small-btn,.me-primary-btn,.me-secondary-btn,.me-logout-btn{display:flex;align-items:center;justify-content:center;border:0;font-weight:900}.me-small-btn{height:36px;padding:0 12px;border-radius:12px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.me-primary-btn{height:42px;border-radius:14px;background:#2f2a26;color:#fff;align-self:center}.me-secondary-btn{width:100%;height:42px;margin-top:8px;border-radius:14px;background:#f8f5f2;color:#3f3a35}.me-logout-btn{width:100%;height:42px;border-radius:14px;background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.login-page{width:100%;max-width:none;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:22px 16px 26px;box-sizing:border-box;background:linear-gradient(180deg,#f6f3ef33,#f6f3efeb),radial-gradient(circle at 50% 8%,#fff6ee,#f6f7fb 54%,#f1ece6);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:auto;overflow-x:hidden}.login-hero{width:min(420px,100%);margin:0 auto;box-sizing:border-box;border-radius:30px;padding:22px 20px 24px;background:radial-gradient(circle at 86% 10%,rgba(255,255,255,.32),transparent 30%),linear-gradient(135deg,#26201cf0,#683e2de0 52%,#ff7e52c7);border:1px solid rgba(255,255,255,.32);box-shadow:0 20px 52px #2f2a2647;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff}.login-brand-row{display:flex;align-items:center;gap:12px}.login-mark{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#fffffff0;color:#8f3f25;font-size:25px;font-weight:950;box-shadow:0 14px 26px #1f161238}.login-brand-name{color:#fff;font-size:18px;font-weight:950;letter-spacing:.2px}.login-brand-sub{margin-top:4px;color:#ffffffc2;font-size:13px;font-weight:800}.login-title{margin-top:20px;max-width:8em;color:#fff;font-size:32px;line-height:1.12;font-weight:950;text-shadow:0 3px 16px rgba(0,0,0,.18)}.login-sub{margin-top:10px;color:#6b7280;line-height:1.65;font-size:14px}.login-safe-pill{display:inline-flex;align-items:center;min-height:30px;margin-top:14px;padding:0 11px;border-radius:999px;background:#fff;color:#9a3412;border:1px solid #fed7aa;font-size:12px;font-weight:900}.login-panel{width:min(420px,100%);margin:0 auto;box-sizing:border-box;background:#fffffff0;border:1px solid rgba(255,255,255,.72);border-radius:22px;padding:16px;box-shadow:0 16px 38px #1f23291f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:4px;border-radius:16px;background:#f8f5f2}.login-tabs button{height:42px;border:0;border-radius:13px;background:transparent;color:#6b7280;font-weight:950}.login-tabs button.active{background:#2f2a26;color:#fff;box-shadow:0 8px 16px #2f2a261f}.login-notice{margin-top:12px;padding:10px 12px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;line-height:1.5;font-size:14px}.login-submit{width:min(260px,100%)!important;margin:14px auto 0;display:flex;justify-content:center}.list-card{background:#fff;border-radius:18px;padding:16px;border:1px solid #f1f2f4;box-shadow:0 8px 20px #1f23290f}.empty{text-align:center;color:#6b7280;padding:28px 10px;background:#fff;border:1px dashed #d1d5db;border-radius:14px}
