:root{--green-900: #166534;--green-800: #15803d;--green-700: #16a34a;--green-600: #22c55e;--green-100: #dcfce7;--mint-50: #f0fdf4;--ink: #1f2937;--muted: #6b7280;--line: #e5e7eb;--paper: #ffffff;--panel: #ffffff;--amber: #f59e0b;--blue: #3b82f6;--red: #ef4444;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .06);font-family:PingFang SC,Inter,Microsoft YaHei,system-ui,sans-serif;color:var(--ink);background:#f5f6f8}*{box-sizing:border-box}html{scrollbar-width:none}html::-webkit-scrollbar{display:none}body{margin:0;min-width:320px;background:#f5f6f8}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.eyebrow{margin:0 0 4px;color:var(--green-700);font-size:12px;font-weight:800;letter-spacing:0}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:var(--green-700);color:#fff;font-weight:900}.brand-mark.large{width:58px;height:58px;margin:0 auto 16px;font-size:20px}.primary-btn,.ghost-btn,.text-btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:8px;cursor:pointer;white-space:nowrap}.primary-btn{padding:0 18px;background:linear-gradient(135deg,var(--green-600),var(--green-700));color:#fff;font-weight:800;box-shadow:0 8px 16px #1f6b4d2e}.primary-btn:disabled{opacity:.55;cursor:not-allowed}.ghost-btn{padding:0 14px;border:1px solid var(--line);background:#fff;color:var(--green-800);font-weight:800}.text-btn{min-height:32px;padding:0 8px;background:transparent;color:var(--green-700);font-weight:800}.icon-btn{width:42px;height:42px;background:#fff;color:var(--green-800);box-shadow:var(--shadow)}.full{width:100%}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#1f6b4d14,#c9791614),repeating-linear-gradient(0deg,rgba(18,61,47,.04) 0 1px,transparent 1px 16px),var(--mint-50)}.login-panel{width:min(430px,100%);padding:28px;border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.login-brand{text-align:center}.login-brand-image{display:block;width:72px;height:72px;margin:0 auto 14px;border-radius:18px;object-fit:cover}.login-brand h1{margin:0;font-size:28px;line-height:1.15;color:var(--green-900)}.login-copy{margin:12px 0 0;color:var(--muted)}.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0;padding:4px;border-radius:8px;background:#e7f2eb}.role-switch button{min-height:42px;border:0;border-radius:6px;background:transparent;color:var(--green-800);font-weight:800;cursor:pointer}.role-switch button.active{background:#fff;box-shadow:0 4px 12px #123d2f1f}.login-form,.mobile-stack,.admin-stack{display:grid;gap:16px}label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800}input,select,textarea{width:100%;min-height:40px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:#fff;color:var(--ink);outline:none}textarea{padding-top:10px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #27825c1f}.form-error{margin:0;color:var(--red);font-size:13px;font-weight:700}.form-success{margin:0;color:var(--green-700);font-size:13px;font-weight:700}.success-text{color:var(--green-700);font-weight:800}.mobile-app{min-height:100vh;max-width:430px;margin:0 auto;background:#f5f6f8;padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-header{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;justify-content:space-between;min-height:58px;padding:7px 12px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header.detail-header{grid-template-columns:40px minmax(0,1fr) 40px}.mobile-header-title{min-width:0;text-align:center}.mobile-header h1{margin:0;color:var(--ink);font-size:17px;line-height:24px}.mobile-header.long-title h1{font-size:17px;line-height:24px}.header-spacer{pointer-events:none}.header-icon{position:relative;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer}.notification-button:after{content:"";position:absolute;top:7px;right:7px;width:6px;height:6px;border:2px solid white;border-radius:50%;background:var(--red)}.mobile-main{padding:12px 16px 24px}.mobile-tabs{position:fixed;left:50%;bottom:0;z-index:10;width:min(430px,100%);transform:translate(-50%);display:grid;grid-template-columns:repeat(4,1fr);padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-tabs a{display:grid;place-items:center;gap:3px;min-height:52px;border-radius:8px;color:var(--muted);font-size:12px;font-weight:800}.mobile-tabs a.router-link-active{background:transparent;color:var(--green-700)}.deadline-card,.search-card,.product-row,.cart-item,.field-card,.order-status-card,.notice-detail,.profile-card,.empty-state{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 20px #123d2f12}.deadline-card{display:flex;align-items:center;justify-content:space-between;padding:14px;background:var(--green-800);color:#fff}.deadline-card.closed{background:#59665f}.deadline-card span{display:block;opacity:.82;font-size:12px}.deadline-card strong{font-size:24px}.deadline-card a{padding:7px 10px;border-radius:6px;background:#ffffff29;font-weight:800}.search-card{display:flex;align-items:center;gap:8px;padding:0 12px}.search-card input{border:0;box-shadow:none;padding-left:0}.chip-row{display:flex;gap:8px;overflow-x:auto}.chip-row button{min-width:74px;min-height:36px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--green-800);font-weight:800}.chip-row button.active{background:var(--green-700);color:#fff;border-color:var(--green-700)}.product-list,.cart-list{display:grid;gap:10px}.product-row{display:grid;grid-template-columns:72px minmax(0,1fr) 96px;gap:12px;align-items:center;padding:12px}.product-row img,.cart-item img,.table-thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#e8efe9}.product-info{min-width:0}.row-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.row-head strong,.cart-item strong{overflow-wrap:anywhere}.row-head span{color:var(--amber);font-weight:900}.product-info p,.cart-item p,.data-table p{margin:5px 0;color:var(--muted);font-size:12px}.tag-row{display:flex;flex-wrap:wrap;gap:5px}.tag-row span,.pill{padding:3px 7px;border-radius:999px;background:var(--green-100);color:var(--green-800);font-size:11px;font-weight:800}.stepper{display:grid;grid-template-columns:28px 34px 28px;align-items:center;gap:4px}.stepper button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:6px;background:var(--green-700);color:#fff}.stepper button:disabled,.stepper input:disabled{cursor:not-allowed;opacity:.46}.stepper.disabled{opacity:.72}.stepper input{height:30px;min-height:30px;padding:0;text-align:center}.stepper.compact{grid-template-columns:26px 32px 26px}.cart-bar{position:fixed;left:50%;bottom:calc(76px + env(safe-area-inset-bottom));width:min(428px,calc(100% - 32px));transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:0 16px;border-radius:8px;background:var(--green-900);color:#fff;box-shadow:0 12px 24px #123d2f3d}.products-page{padding-bottom:92px}.lock-banner{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #ead7ac;border-radius:8px;background:#fff8e8;color:#7a5319;font-size:13px;font-weight:800;line-height:1.5}.cart-bar div{display:flex;align-items:center;gap:8px}.panel-title,.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-title h2,.panel-head h2{margin:0;color:var(--green-900)}.panel-title span{color:var(--muted);font-weight:800}.cart-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px}.cart-item img{width:56px;height:56px}.field-card{padding:12px}.sticky-submit{min-height:48px}.empty-state{display:grid;place-items:center;gap:10px;padding:28px;color:var(--muted);text-align:center}.order-status-card{padding:18px;background:linear-gradient(135deg,#fff,#eaf7ee)}.order-status-card p{margin:0 0 8px;color:var(--muted)}.order-status-card h2{margin:0 0 8px;font-size:28px;color:var(--green-900)}.mini-thumb,.avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:var(--green-100);color:var(--green-800);font-weight:900}.notice-detail{padding:20px}.notice-detail h2{margin:12px 0;color:var(--green-900)}.notice-detail p{color:var(--muted);line-height:1.7}.timeline{display:grid;gap:10px;margin:18px 0}.timeline div{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:8px;background:var(--mint-50)}.profile-card{display:flex;align-items:center;gap:14px;padding:18px}.profile-card h2{margin:0 0 4px}.profile-card p{margin:0;color:var(--muted)}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-grid div{padding:14px;border-radius:8px;background:#fff;border:1px solid var(--line)}.profile-grid span{display:block;margin-bottom:6px;color:var(--muted);font-size:12px}.success-page{place-items:center;text-align:center;padding-top:56px}.success-mark{display:grid;place-items:center;width:88px;height:88px;border-radius:50%;background:var(--green-700);color:#fff}.success-page p{max-width:300px;color:var(--muted);line-height:1.7}.home-page,.orders-page,.stats-page,.profile-page{gap:12px}.home-store-hero,.home-section,.orders-summary,.order-history-card,.stats-filter,.stats-chart-card,.stats-records,.profile-hero,.profile-metrics,.profile-menu,.profile-service-note{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.home-store-hero{overflow:hidden}.home-store-row{position:relative;display:flex;align-items:center;gap:12px;padding:16px;overflow:hidden}.home-store-row>*:not(.home-store-illustration){position:relative;z-index:1}.home-store-illustration{position:absolute;top:-10px;right:-12px;width:154px;height:102px;object-fit:cover;opacity:.42}.home-store-row>div:nth-child(2){min-width:0;padding-right:58px}.store-symbol,.profile-store-icon{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border-radius:12px;background:var(--green-100);color:var(--green-700)}.brand-image{padding:0;object-fit:cover}.home-store-row span,.profile-hero span{color:var(--muted);font-size:12px;line-height:18px}.home-store-row h2,.profile-hero h2{margin:1px 0;font-size:18px;line-height:26px;overflow-wrap:anywhere}.home-store-row p,.profile-hero p{margin:0;color:var(--muted);font-size:12px;line-height:18px}.home-store-row .open-status{position:absolute;top:16px;right:14px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:var(--green-100);color:var(--green-800);font-weight:700}.open-status>span{width:6px;height:6px;border-radius:50%;background:var(--green-700)}.home-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:var(--mint-50)}.home-metrics>div{padding:12px 8px;text-align:center}.home-metrics>div+div{border-left:1px solid #dcefe2}.home-metrics span,.home-metrics small{color:var(--muted);font-size:11px}.home-metrics strong{margin:0 3px;color:var(--green-700);font-size:20px;line-height:28px}.home-cutoff-banner,.delivery-reminder{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:72px;padding:12px;border:1px solid #bae6c8;border-radius:12px;background:#effbf3;color:var(--green-700)}.home-cutoff-banner.closed{border-color:#fed7aa;background:#fff7ed;color:var(--amber)}.banner-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#fff}.home-cutoff-banner strong,.home-cutoff-banner span,.delivery-reminder strong,.delivery-reminder span{display:block}.home-cutoff-banner strong,.delivery-reminder strong{color:var(--ink);font-size:14px;line-height:22px}.home-cutoff-banner span,.delivery-reminder span{color:var(--muted);font-size:11px;line-height:18px}.home-section{padding:14px}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-section-head h2{margin:0;color:var(--ink);font-size:18px;line-height:26px}.home-section-head p{margin:1px 0 0;color:var(--muted);font-size:11px}.home-section-head>a{display:inline-flex;align-items:center;color:var(--muted);font-size:12px}.home-section-head>span{color:var(--green-700);font-weight:800}.home-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.home-quick-grid a{display:grid;justify-items:center;gap:5px;min-width:0;text-align:center}.home-quick-grid strong{font-size:12px;line-height:18px}.home-quick-grid small{color:var(--muted);font-size:9px;line-height:14px;white-space:nowrap}.quick-icon,.menu-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px}.quick-icon.green,.menu-icon.green{background:var(--green-100);color:var(--green-700)}.quick-icon.blue,.menu-icon.blue{background:#e8f1ff;color:var(--blue)}.quick-icon.amber,.menu-icon.amber{background:#fff4d9;color:var(--amber)}.quick-icon.red{background:#feecec;color:var(--red)}.menu-icon.violet{background:#f2ebff;color:#7c3aed}.home-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.home-category-card{position:relative;min-height:112px;overflow:hidden;padding:14px;border-radius:10px;background:#eefaf1;color:var(--green-700)}.home-category-card:nth-child(2){background:#fff7e8;color:var(--amber)}.home-category-card>div{position:relative;z-index:1;width:64%}.home-category-card span{font-size:10px;font-weight:700}.home-category-card h3{margin:2px 0;color:var(--ink);font-size:16px;line-height:24px}.home-category-card p{margin:0;color:var(--muted);font-size:10px}.home-category-card img,.home-category-card>svg{position:absolute;right:0;bottom:0;width:48%;height:100%;object-fit:cover;object-position:center}.home-category-card img{-webkit-mask-image:linear-gradient(to right,transparent,black 32%);mask-image:linear-gradient(to right,transparent,black 32%)}.home-category-card>svg{right:12px;bottom:12px;width:42px;height:42px}.delivery-reminder{border-color:#dbeafe;background:#eff6ff;color:var(--blue)}.orders-summary{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.orders-summary>div{padding:14px 8px;text-align:center}.orders-summary>div+div{border-left:1px solid var(--line)}.orders-summary span,.orders-summary small{display:block;color:var(--muted);font-size:10px;line-height:16px}.orders-summary strong{display:inline-block;margin:3px 2px 0;color:var(--green-700);font-size:20px;line-height:28px}.orders-summary small{display:inline}.order-filter-tabs,.stats-range-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;border-radius:10px;background:#e9eceb}.order-filter-tabs button,.stats-range-tabs button{min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.order-filter-tabs button.active,.stats-range-tabs button.active{background:#fff;color:var(--green-700);box-shadow:0 1px 4px #00000014}.order-history-list{display:grid;gap:10px}.order-history-card{display:block;overflow:hidden}.history-card-head,.history-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px}.history-card-head{border-bottom:1px solid var(--line)}.history-card-head strong,.history-card-head span{display:block}.history-card-head strong{font-size:15px;line-height:22px}.history-card-head div>span{color:var(--muted);font-size:10px}.history-status{padding:4px 8px;border-radius:999px;background:#fff4d9;color:var(--amber);font-size:11px;font-weight:700}.history-status.locked{background:#e8f1ff;color:var(--blue)}.history-status.delivered{background:var(--green-100);color:var(--green-700)}.history-products{display:flex;align-items:center;gap:8px;min-height:70px;padding:10px 14px}.history-products img,.history-products>span{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#eef5ef}.history-products>span{display:grid;place-items:center;color:var(--muted);font-size:12px}.history-card-foot{border-top:1px solid var(--line);color:var(--muted);font-size:11px}.history-card-foot strong{display:flex;align-items:center;color:var(--ink);font-size:14px}.stats-filter{padding:10px}.stats-range-tabs{grid-template-columns:repeat(3,1fr)}.stats-dates{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:var(--muted);font-size:11px}.stats-dates i{width:18px;height:1px;background:var(--line)}.stats-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stats-metric-grid article{padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.stats-metric-grid span,.stats-metric-grid small{color:var(--muted);font-size:11px}.stats-metric-grid strong{display:inline-block;margin:5px 3px 0 0;color:var(--ink);font-size:22px;line-height:30px}.stats-chart-card,.stats-records{padding:14px}.trend-chart{width:100%;height:150px;margin-top:12px;overflow:visible}.trend-chart line{stroke:#edf0ee;stroke-width:1;vector-effect:non-scaling-stroke}.trend-chart polyline{fill:none;stroke:var(--green-700);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.trend-chart circle{fill:#fff;stroke:var(--green-700);stroke-width:2;vector-effect:non-scaling-stroke}.chart-empty{display:grid;place-items:center;min-height:150px;color:var(--muted);font-size:12px}.trend-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.category-chart-layout{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:18px;margin-top:14px}.category-donut{display:grid;place-items:center;width:128px;aspect-ratio:1;border-radius:50%;background:conic-gradient(var(--green-700) 0 var(--vegetable-angle),var(--amber) var(--vegetable-angle) 360deg)}.category-donut:before{content:"";grid-area:1 / 1;width:78px;aspect-ratio:1;border-radius:50%;background:#fff}.category-donut>div{grid-area:1 / 1;z-index:1;text-align:center}.category-donut strong,.category-donut span{display:block}.category-donut strong{font-size:22px}.category-donut span{color:var(--muted);font-size:10px}.category-legend{display:grid;gap:14px}.category-legend>div{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:8px}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.vegetable{background:var(--green-700)}.legend-dot.fruit{background:var(--amber)}.category-legend p,.category-legend strong{margin:0}.category-legend p{font-size:12px}.category-legend p strong{display:block;color:var(--muted);font-size:10px;font-weight:500}.category-legend b{font-size:13px}.stats-records .home-section-head{margin-bottom:6px}.stats-record-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto 16px;align-items:center;gap:10px;min-height:62px;border-top:1px solid var(--line)}.record-date{display:grid;place-items:center;width:42px;height:36px;border-radius:8px;background:var(--mint-50);color:var(--green-700);font-size:11px;font-weight:700}.stats-record-row div strong,.stats-record-row div small{display:block}.stats-record-row div strong{font-size:13px}.stats-record-row div small{color:var(--muted);font-size:9px}.stats-record-row>strong{font-size:13px}.profile-hero{position:relative;display:flex;align-items:center;gap:12px;padding:18px 14px}.profile-hero>div:nth-child(2){min-width:0;padding-right:52px}.verified-badge{position:absolute;top:16px;right:12px;display:inline-flex;align-items:center;gap:3px;color:var(--green-700)!important}.profile-metrics{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.profile-metrics div{padding:14px 6px;text-align:center}.profile-metrics div+div{border-left:1px solid var(--line)}.profile-metrics strong,.profile-metrics span{display:block}.profile-metrics strong{color:var(--green-700);font-size:19px;line-height:28px}.profile-metrics span{color:var(--muted);font-size:10px}.profile-menu{overflow:hidden}.profile-menu a{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:72px;padding:10px 14px}.profile-menu a+a{border-top:1px solid var(--line)}.menu-icon{width:42px;height:42px}.profile-menu strong,.profile-menu small{display:block}.profile-menu strong{font-size:14px;line-height:22px}.profile-menu small{color:var(--muted);font-size:10px;line-height:16px}.profile-service-note{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px;color:var(--blue)}.profile-service-note strong,.profile-service-note span{display:block}.profile-service-note strong{color:var(--ink);font-size:13px}.profile-service-note span{color:var(--muted);font-size:9px}.profile-logout{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid #fecaca;border-radius:8px;background:#fff;color:var(--red);font-weight:700}.notices-page,.store-info-page,.rules-page,.support-page,.delivery-detail-page,.notice-detail-page{gap:12px}.notice-filter-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#fff}.notice-filter-tabs button{position:relative;min-height:44px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.notice-filter-tabs button.active{color:var(--green-700)}.notice-filter-tabs button.active:after{content:"";position:absolute;right:24%;bottom:-1px;left:24%;height:2px;border-radius:2px;background:var(--green-700)}.notice-list{display:grid;gap:10px}.notice-list-card{display:grid;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:116px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.notice-type-icon,.notice-detail-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green-100);color:var(--green-700)}.notice-type-icon.delivery,.notice-detail-icon.delivery{background:#e8f1ff;color:var(--blue)}.notice-type-icon.order,.notice-detail-icon.order{background:#eefbf2;color:var(--green-700)}.notice-list-card>div{min-width:0}.notice-title-row{display:flex;align-items:flex-start;gap:7px}.notice-title-row strong{min-width:0;font-size:13px;line-height:20px;overflow-wrap:anywhere}.notice-title-row i{flex:0 0 6px;width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--red)}.notice-type-label{display:inline-flex;margin-top:3px;padding:2px 6px;border-radius:999px;background:var(--green-100);color:var(--green-700);font-size:9px;font-weight:700}.notice-type-label.delivery{background:#e8f1ff;color:var(--blue)}.notice-list-card p{display:-webkit-box;overflow:hidden;margin:5px 0;color:var(--muted);font-size:10px;line-height:16px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notice-list-card small{display:flex;align-items:center;gap:4px;color:#9ca3af;font-size:9px}.notice-detail-hero,.notice-content-card,.notice-related-link,.store-profile-hero,.store-info-list,.store-map-link,.rules-hero,.rules-section,.support-section,.delivery-hero-card,.delivery-metrics,.delivery-goods,.delivery-progress{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.notice-detail-hero{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;padding:14px}.notice-detail-icon{width:54px;height:54px}.notice-detail-hero h2{margin:0;font-size:15px;line-height:22px;overflow-wrap:anywhere}.notice-detail-hero p{margin:3px 0;color:var(--muted);font-size:10px}.notice-priority{display:inline-flex;margin-left:5px;padding:2px 6px;border-radius:999px;background:#feecec;color:var(--red);font-size:9px}.notice-content-card{padding:14px}.notice-content-card>h2,.support-section>h2{display:flex;align-items:center;gap:7px;margin:0 0 12px;font-size:16px;line-height:24px}.notice-content-card>h2 svg,.support-section>h2 svg{color:var(--green-700)}.notice-content-card>p{margin:8px 0;color:#4b5563;font-size:12px;line-height:20px}.notice-rule-list{display:grid;gap:10px;margin-top:14px;padding-top:12px;border-top:1px dashed var(--line)}.notice-rule-list>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:1px 9px;align-items:center}.notice-rule-list>div>span{grid-row:span 2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green-100);color:var(--green-700)}.notice-rule-list strong{color:var(--green-700);font-size:12px}.notice-rule-list p{margin:0;color:var(--muted);font-size:10px}.notice-order-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.notice-order-summary div{padding:10px 6px;text-align:center}.notice-order-summary div+div{border-left:1px solid var(--line)}.notice-order-summary span,.notice-order-summary strong{display:block}.notice-order-summary span{color:var(--muted);font-size:9px}.notice-order-summary strong{margin-top:3px;font-size:11px;overflow-wrap:anywhere}.notice-related-link{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:12px;color:var(--green-700)}.notice-related-link strong,.notice-related-link span{display:block}.notice-related-link strong{color:var(--ink);font-size:13px}.notice-related-link span{color:var(--muted);font-size:10px}.notice-detail-actions,.delivery-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.notice-detail-actions>*,.delivery-actions>*{min-height:44px}.store-profile-hero{position:relative;display:flex;align-items:center;gap:12px;padding:16px;overflow:hidden;background:linear-gradient(135deg,#fff,#effbf3)}.store-profile-hero>*:not(.store-profile-illustration){position:relative;z-index:1}.store-profile-hero .store-profile-illustration{position:absolute;top:-8px;right:-8px;width:150px;height:100px;border-radius:0;opacity:.42}.store-profile-hero img{width:54px;height:54px;border-radius:14px;object-fit:cover}.store-profile-hero h2{margin:0;font-size:17px;line-height:25px}.store-profile-hero p{margin:2px 0;color:var(--muted);font-size:10px}.store-profile-hero span{display:inline-flex;padding:2px 7px;border-radius:999px;background:var(--green-100);color:var(--green-700);font-size:9px}.store-info-list{overflow:hidden}.store-info-list>div,.store-info-list>a{display:grid;grid-template-columns:20px 82px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:46px;padding:8px 12px}.store-info-list>*+*{border-top:1px solid var(--line)}.store-info-list svg{color:var(--green-700)}.store-info-list span{color:var(--muted);font-size:11px}.store-info-list strong{justify-self:end;font-size:11px;text-align:right;overflow-wrap:anywhere}.store-map-link{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:12px;color:var(--green-700)}.store-map-link>svg:first-child{width:42px;height:42px;padding:9px;border-radius:10px;background:var(--green-100)}.store-map-link strong,.store-map-link span{display:block}.store-map-link strong{color:var(--ink);font-size:12px}.store-map-link span{color:var(--green-700);font-size:9px}.store-delivery-note,.rules-tip,.support-promise{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border:1px solid #bae6c8;border-radius:10px;background:#effbf3;color:var(--green-700);font-size:10px;line-height:17px}.store-delivery-note svg,.rules-tip svg,.support-promise svg{flex:0 0 auto}.rules-hero{position:relative;display:flex;align-items:center;gap:12px;padding:16px;overflow:hidden;background:linear-gradient(135deg,#effbf3,#fff)}.rules-hero>*:not(.rules-store-illustration){position:relative;z-index:1}.rules-store-illustration{position:absolute;top:-10px;right:-8px;width:142px;height:94px;object-fit:cover;opacity:.42}.rules-hero>span{display:grid;place-items:center;width:50px;height:50px;border-radius:12px;background:#fff;color:var(--green-700);box-shadow:var(--shadow)}.rules-hero h2{margin:0;font-size:16px}.rules-hero p{margin:3px 0 0;color:var(--muted);font-size:10px}.rules-section{padding:14px}.rules-section>h2{display:flex;align-items:center;gap:7px;margin:0 0 12px;font-size:15px}.rules-section>h2 i{width:3px;height:16px;border-radius:2px;background:var(--green-700)}.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rules-grid article{display:grid;grid-template-columns:24px minmax(0,1fr);gap:7px;min-height:70px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fbfdfb}.rules-grid svg{color:var(--green-700)}.rules-grid strong{font-size:10px;line-height:16px}.rules-grid p{margin:2px 0 0;color:var(--muted);font-size:8px;line-height:13px}.rule-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.rule-timeline>div{position:relative;display:grid;justify-items:center;gap:3px;text-align:center}.rule-timeline>div:before{content:"";position:absolute;top:17px;left:-50%;width:100%;height:2px;background:var(--green-100)}.rule-timeline>div:first-child:before{display:none}.rule-timeline span{position:relative;z-index:1;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green-700);color:#fff}.rule-timeline strong{font-size:9px;line-height:14px}.rule-timeline small{color:var(--muted);font-size:8px;line-height:13px}.support-section{padding:14px}.support-contacts{display:grid;gap:8px}.support-contacts article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fbfdfb}.support-avatar{display:block;width:42px;height:42px;border-radius:50%;object-fit:cover;background:var(--green-100)}.support-contacts strong,.support-contacts small,.support-contacts p{display:block}.support-contacts strong{font-size:12px}.support-contacts small{color:var(--green-700);font-size:9px}.support-contacts a:not(.support-call){display:flex;align-items:center;gap:4px;margin-top:3px;color:var(--green-700);font-size:11px;font-weight:700}.support-contacts p{margin:2px 0 0;color:var(--muted);font-size:8px}.support-call{display:flex;align-items:center;gap:4px;min-height:30px;padding:0 9px;border:1px solid #bae6c8;border-radius:8px;color:var(--green-700);font-size:10px;font-weight:700}.faq-list{display:grid}.faq-list button{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:6px;min-height:42px;padding:10px 2px;border:0;border-top:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.faq-list button:first-child{border-top:0}.faq-list button>span{display:flex;align-items:center;gap:7px;font-size:11px}.faq-list button>span svg{color:var(--green-700)}.faq-list button>svg{transition:transform .18s ease}.faq-list button>svg.rotated{transform:rotate(180deg)}.faq-list button p{grid-column:1 / -1;margin:2px 22px;color:var(--muted);font-size:10px;line-height:17px}.feedback-form label+label{margin-top:12px}.feedback-form label small{justify-self:end;color:var(--muted);font-weight:400}.feedback-form .primary-btn{margin-top:12px}.delivery-hero-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;padding:14px;background:linear-gradient(135deg,#fff,#effbf3)}.delivery-hero-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--green-100);color:var(--green-700)}.delivery-hero-card small,.delivery-hero-card strong,.delivery-hero-card p{display:block}.delivery-hero-card small{color:var(--muted);font-size:9px}.delivery-hero-card strong{font-size:11px;overflow-wrap:anywhere}.delivery-hero-card p{margin:2px 0 0;color:var(--muted);font-size:9px}.delivery-status{align-self:start;padding:4px 8px;border-radius:999px;background:var(--green-100);color:var(--green-700);font-size:10px;font-weight:700}.delivery-hero-card dl{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;margin:2px 0 0;padding-top:10px;border-top:1px solid #dcefe2}.delivery-hero-card dl div+div{padding-left:12px;border-left:1px solid #dcefe2}.delivery-hero-card dt{color:var(--muted);font-size:9px}.delivery-hero-card dd{margin:3px 0 0;font-size:10px;font-weight:700}.delivery-metrics{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.delivery-metrics>div{display:grid;justify-items:center;gap:2px;padding:12px 4px;text-align:center}.delivery-metrics>div+div{border-left:1px solid var(--line)}.delivery-metrics svg{color:var(--green-700)}.delivery-metrics span{color:var(--muted);font-size:9px}.delivery-metrics strong{font-size:11px}.delivery-goods{overflow:hidden}.delivery-goods article+article{border-top:8px solid #f5f6f8}.delivery-goods header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line)}.delivery-goods header span{display:flex;align-items:center;gap:6px;color:var(--green-700);font-size:12px;font-weight:700}.delivery-goods header small{color:var(--muted);font-size:9px}.delivery-goods article>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;padding:7px 12px}.delivery-goods article>div+div{border-top:1px solid var(--line)}.delivery-goods img{width:34px;height:34px;border-radius:7px;object-fit:cover}.delivery-goods strong{font-size:11px}.delivery-goods article>div span{color:var(--muted);font-size:10px}.delivery-progress{display:grid;grid-template-columns:repeat(4,1fr);padding:12px 8px}.delivery-progress>div{position:relative;display:grid;justify-items:center;gap:3px;text-align:center}.delivery-progress>div:before{content:"";position:absolute;top:14px;left:-50%;width:100%;height:2px;background:var(--line)}.delivery-progress>div:first-child:before{display:none}.delivery-progress>div.done:before,.delivery-progress>div.current:before{background:var(--green-700)}.delivery-progress>div>span{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;border:2px solid var(--line);border-radius:50%;background:#fff;color:var(--muted)}.delivery-progress>div.done>span{border-color:var(--green-700);color:var(--green-700)}.delivery-progress>div.current>span{border-color:var(--green-700);background:var(--green-700);color:#fff}.delivery-progress strong{font-size:8px;line-height:13px}.delivery-progress small{color:var(--muted);font-size:7px;line-height:11px}.order-detail-page{gap:12px;padding-bottom:78px}.order-overview-card,.order-items-card,.order-remark-card,.order-timeline-card,.order-total-card,.order-page-state{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.order-page-state{display:grid;place-items:center;gap:10px;min-height:220px;padding:24px;color:var(--muted);text-align:center}.order-page-state h2,.order-page-state p{margin:0}.order-page-state h2{color:var(--ink);font-size:18px;line-height:26px}.order-page-state.error-state{color:var(--red)}.order-overview-card{overflow:hidden}.order-status-head{display:flex;align-items:center;gap:12px;padding:16px}.order-status-head>div:last-child{min-width:0}.order-status-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:12px}.order-status-icon.warning{background:#fff7e6;color:var(--amber)}.order-status-icon.success{background:var(--green-100);color:var(--green-700)}.order-status-icon.muted{background:#f3f4f6;color:var(--muted)}.order-status-head strong{display:block;font-size:22px;line-height:32px}.order-status-head p{margin:2px 0 0;color:var(--muted);font-size:12px;line-height:18px;overflow-wrap:anywhere}.status-warning{color:var(--amber)}.status-success{color:var(--green-700)}.status-muted{color:var(--muted)}.order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.order-info-item{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;min-height:86px;padding:14px 12px;color:var(--green-700)}.order-info-item:nth-child(2n){border-left:1px solid var(--line)}.order-info-item:nth-child(n+3){border-top:1px solid var(--line)}.order-info-item>div{min-width:0}.order-info-item span,.order-info-item small{display:block;color:var(--muted);font-size:12px;line-height:18px}.order-info-item strong{display:block;margin-top:4px;color:var(--ink);font-size:13px;line-height:20px;overflow-wrap:anywhere}.order-cutoff-note{display:flex;align-items:flex-start;gap:8px;margin:0 12px 12px;padding:10px 12px;border-radius:8px;background:var(--mint-50);color:var(--green-800);font-size:12px;line-height:18px}.order-cutoff-note svg{flex:0 0 auto;margin-top:1px}.order-items-card{overflow:hidden}.order-section-group+.order-section-group{border-top:8px solid #f5f6f8}.order-section-title{display:flex;align-items:center;gap:8px;padding:12px 14px 8px;color:var(--green-700)}.order-section-title h2,.order-remark-card h2,.order-timeline-card h2{margin:0;color:var(--ink);font-size:18px;line-height:26px}.order-table-head,.order-product-row{display:grid;grid-template-columns:minmax(0,1fr) 38px 54px 58px;gap:6px;align-items:center}.order-table-head{padding:0 14px 6px;color:var(--muted);font-size:12px;line-height:18px;text-align:right}.order-table-head span:first-child{text-align:left}.order-product-row{min-height:68px;padding:10px 14px;border-top:1px solid var(--line);font-size:12px;text-align:right}.order-product-cell{display:flex;align-items:center;gap:10px;min-width:0;text-align:left}.order-item-thumb{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;overflow:hidden;border-radius:8px;background:var(--mint-50);color:var(--green-700)}.order-item-thumb img{width:100%;height:100%;object-fit:cover}.order-product-cell div:last-child{min-width:0}.order-product-cell strong{display:block;overflow:hidden;color:var(--ink);font-size:14px;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.order-product-cell small{display:block;overflow:hidden;color:var(--muted);font-size:11px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.order-quantity{color:var(--green-700);font-size:16px}.order-remark-card{display:flex;align-items:flex-start;gap:10px;padding:14px;color:var(--green-700)}.order-remark-card p{margin:2px 0 0;color:var(--muted);font-size:14px;line-height:22px}.order-timeline-card{padding:14px 10px 12px;overflow:hidden}.order-timeline-card h2{margin:0 4px 14px}.order-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.order-timeline-step{position:relative;display:grid;justify-items:center;gap:4px;min-width:0;text-align:center}.order-timeline-step:before{content:"";position:absolute;top:14px;left:-50%;width:100%;height:2px;background:var(--line)}.order-timeline-step:first-child:before{display:none}.order-timeline-step.done:before,.order-timeline-step.current:before{background:var(--green-600)}.timeline-node{position:relative;z-index:1;display:grid;place-items:center;width:30px;height:30px;border:2px solid #d1d5db;border-radius:50%;background:#fff;color:#9ca3af}.order-timeline-step.done .timeline-node{border-color:var(--green-700);color:var(--green-700)}.order-timeline-step.current .timeline-node{border-color:var(--amber);color:var(--amber)}.timeline-node span{width:7px;height:7px;border-radius:50%;background:#d1d5db}.order-timeline-step strong{min-height:36px;color:var(--muted);font-size:11px;line-height:18px;font-weight:600}.order-timeline-step.done strong{color:var(--ink)}.order-timeline-step.current strong{color:var(--amber)}.order-timeline-step small{color:#9ca3af;font-size:10px;line-height:16px}.order-total-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px}.order-total-card>div{display:flex;align-items:center;gap:8px;color:var(--green-700)}.order-total-card span{color:var(--ink);font-size:14px;line-height:22px}.order-total-card strong{color:var(--green-700);font-size:22px;line-height:32px}.order-action-bar{position:fixed;left:50%;bottom:calc(68px + env(safe-area-inset-bottom));z-index:9;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(430px,100%);padding:10px 16px;transform:translate(-50%);border-top:1px solid var(--line);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.order-secondary-action,.order-primary-action{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;font-weight:700}.order-secondary-action{border:1px solid var(--green-700);color:var(--green-700);background:#fff}.order-primary-action{border:0;background:linear-gradient(135deg,var(--green-600),var(--green-700));color:#fff}.order-primary-action:disabled{background:#d1d5db;cursor:not-allowed}.admin-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#eef5ef}.admin-sidebar{padding:18px;background:var(--green-900);color:#fff}.brand-block{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.16)}.brand-block strong{display:block}.brand-block span{color:#ffffffa6;font-size:12px}.admin-nav{display:grid;gap:6px;margin-top:18px}.admin-nav a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:8px;color:#ffffffc2;font-weight:800}.admin-nav a.router-link-active{background:#ffffff24;color:#fff}.admin-workspace{min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border-bottom:1px solid var(--line);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-topbar h1{margin:0;color:var(--green-900)}.admin-account{display:flex;align-items:center;gap:12px;color:var(--muted);font-weight:800}.admin-content{padding:24px}.admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.panel,.metric-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 20px #123d2f0f}.metric-card{padding:18px}.metric-card span{color:var(--muted);font-size:13px;font-weight:800}.metric-card strong{display:block;margin:8px 0;font-size:34px;color:var(--green-900)}.metric-card p{margin:0;color:var(--muted)}.metric-card.accent strong{color:var(--green-700)}.metric-card.blue strong{color:var(--blue)}.metric-card.amber strong{color:var(--amber)}.panel{padding:18px;overflow:auto}.wide{grid-column:span 3}.panel-head{margin-bottom:16px}.toolbar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.toolbar input,.toolbar select{width:auto;min-width:140px}.bar-chart{display:grid;gap:14px}.bar-chart>div{display:grid;grid-template-columns:70px minmax(0,1fr) 72px;align-items:center;gap:12px}.bar-chart label{color:var(--muted)}.bar-chart div div{height:16px;border-radius:999px;background:#edf3ef;overflow:hidden}.bar-chart div div span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green-700),var(--amber))}.rank-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.rank-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.data-table th{color:var(--muted);font-size:12px;white-space:nowrap}.data-table td{min-width:80px}.data-table input,.data-table select{min-width:110px}.status-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--green-100);color:var(--green-800);font-size:12px;font-weight:900}.print-sheet{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fffef9}.print-sheet h2{margin:0;text-align:center;color:var(--green-900)}.print-sheet p{text-align:center;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}.wide-field{grid-column:1 / -1}.check-field{display:flex;align-items:center;gap:8px;min-height:40px}.check-field input{width:18px;min-height:18px}.settings-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.table-thumb{width:46px;height:46px}.switch{display:inline-flex;align-items:center;min-height:auto}.switch input{display:none}.switch span{width:42px;height:24px;border-radius:999px;background:#cbd8cf;position:relative;cursor:pointer}.switch span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .18s ease}.switch input:checked+span{background:var(--green-700)}.switch input:checked+span:after{transform:translate(18px)}@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-nav{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wide{grid-column:1 / -1}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.login-page{padding:0;place-items:stretch}.login-panel{min-height:100vh;border-radius:0;display:grid;align-content:center}.product-row{grid-template-columns:64px minmax(0,1fr)}.product-row img{width:64px;height:64px}.product-row .stepper{grid-column:2;justify-self:start}.admin-topbar,.admin-account{align-items:flex-start;flex-direction:column}.admin-content{padding:14px}.admin-grid,.form-grid,.settings-form .form-grid{grid-template-columns:1fr}.toolbar{justify-content:stretch}.toolbar input,.toolbar select,.toolbar button,.toolbar a{width:100%}}@media(max-width:350px){.order-table-head,.order-product-row{grid-template-columns:minmax(0,1fr) 36px 58px}.order-unit-price{display:none}.order-info-item{padding-inline:9px}.order-product-row,.order-table-head{padding-inline:10px}}.refined-login-page{display:flex;flex-direction:column;justify-content:center;width:min(430px,100%);min-height:100vh;margin:0 auto;padding:38px 22px 24px;background:#fff}.refined-login-brand{position:relative;min-height:150px;text-align:left}.refined-login-brand>*:not(.login-store-illustration){position:relative;z-index:1}.login-store-illustration{position:absolute;top:-16px;right:-22px;width:190px;height:126px;object-fit:cover;object-position:top right}.refined-login-brand .login-brand-image{width:58px;height:58px;margin:0 0 10px;border-radius:13px}.refined-login-brand .eyebrow{margin-bottom:4px;font-size:15px}.refined-login-brand h1{margin:0;color:var(--ink);font-size:25px;line-height:36px}.refined-login-brand h1 span{color:var(--green-700)}.refined-login-brand .login-copy{margin:2px 0 0;color:var(--muted);font-size:11px}.refined-login-panel{width:100%;margin-top:24px;padding:18px;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.refined-login-panel .login-form{gap:13px}.refined-login-panel label>span{color:var(--ink);font-size:11px}.login-input-shell{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;min-height:48px;padding:0 10px;border:1px solid var(--line);border-radius:9px;color:var(--green-700)}.login-input-shell:focus-within{border-color:var(--green-600);box-shadow:0 0 0 3px #22c55e1f}.login-input-shell input{min-height:44px;padding:0 4px;border:0;box-shadow:none}.login-agreement{display:flex;grid-template-columns:none;align-items:center;gap:7px;color:var(--muted);font-size:9px;font-weight:500}.login-agreement input{width:15px;min-height:15px;accent-color:var(--green-700)}.login-submit{min-height:48px;margin-top:2px;border-radius:8px}.login-role-section{margin-top:18px;text-align:center}.login-role-section>p{margin:0 0 10px;color:var(--muted);font-size:10px}.login-role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.login-role-grid button{display:grid;place-items:center;gap:5px;min-height:58px;padding:6px 2px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);font-size:9px}.login-role-grid button.active{border-color:#86efac;background:var(--mint-50);color:var(--green-700)}.admin-entry{margin-top:9px;border:0;background:transparent;color:var(--muted);font-size:9px;text-decoration:underline}.login-deadline-note{display:grid;grid-template-columns:24px minmax(0,1fr) 28px;align-items:center;gap:8px;margin-top:18px;padding:10px 12px;border:1px solid #bae6c8;border-radius:10px;background:var(--mint-50);color:var(--green-700);font-size:10px}.refined-products-page{gap:10px;padding-bottom:92px}.product-search{min-height:42px;box-shadow:none}.product-filter-chips{display:flex;gap:7px;overflow-x:auto}.product-filter-chips button{flex:0 0 66px;min-height:32px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:10px;font-weight:700}.product-filter-chips button.active{border-color:#bae6c8;background:var(--green-100);color:var(--green-700)}.product-sort-row{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.product-sort-row button{display:flex;align-items:center;justify-content:center;gap:4px;min-height:32px;border:0;background:transparent;color:var(--muted);font-size:9px}.product-sort-row button+button{border-left:1px solid var(--line)}.product-sort-row button.active{color:var(--green-700);font-weight:700}.product-window-tip{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border-radius:8px;background:var(--mint-50);color:var(--green-700);font-size:9px}.product-window-tip.closed{background:#fff7ed;color:var(--amber)}.product-window-tip a{font-weight:700}.refined-product-list{gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.refined-product-list .product-row{grid-template-columns:68px minmax(0,1fr) 94px;min-height:96px;padding:10px;border:0;border-radius:0;box-shadow:none}.refined-product-list .product-row+.product-row{border-top:1px solid var(--line)}.refined-product-list .product-row img{width:68px;height:68px}.product-name-line{display:flex;align-items:center;gap:5px}.product-name-line strong{font-size:13px;line-height:20px}.product-name-line span{padding:1px 5px;border-radius:999px;background:var(--green-100);color:var(--green-700);font-size:8px}.refined-product-list .product-info p{margin:2px 0;font-size:9px}.product-price{color:var(--green-700);font-size:12px}.product-price small{color:var(--muted);font-size:8px;font-weight:500}.product-suggestion{overflow:hidden;margin-top:2px;color:var(--green-700);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.refined-product-list .stepper{justify-self:end}.refined-cart-bar{grid-template-columns:minmax(0,1fr) auto;min-height:58px;background:#fff;color:var(--ink);border:1px solid var(--line)}.refined-cart-bar>div{min-width:0}.refined-cart-bar>div>span:last-child{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.refined-cart-bar>div>span:last-child strong{color:var(--green-700)}.refined-cart-bar>strong{display:flex;align-items:center;min-height:40px;padding:0 14px;border-radius:8px;background:var(--green-700);color:#fff;font-size:11px}.cart-icon-wrap{position:relative;display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--green-700);color:#fff}.cart-icon-wrap b{position:absolute;top:-4px;right:-4px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border:2px solid white;border-radius:999px;background:var(--red);color:#fff;font-size:8px}.cart-confirm-page{gap:10px;padding-bottom:94px}.cart-store-card,.cart-delivery-card,.cart-group-card,.cart-remark-card,.cart-rule-note{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.cart-store-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px}.cart-store-card img{width:48px;height:48px;border-radius:12px;object-fit:cover}.cart-store-card h2{margin:0;font-size:14px;line-height:21px}.cart-store-card p{margin:2px 0 0;color:var(--muted);font-size:9px}.cart-store-card>span{padding:3px 7px;border-radius:999px;background:var(--green-100);color:var(--green-700);font-size:9px}.cart-delivery-card{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:11px 12px;color:var(--green-700)}.cart-delivery-card strong,.cart-delivery-card span{display:block}.cart-delivery-card strong{color:var(--ink);font-size:11px}.cart-delivery-card span{color:var(--muted);font-size:9px}.cart-groups{display:grid;gap:10px}.cart-group-card{overflow:hidden}.cart-group-card header{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-bottom:1px solid var(--line)}.cart-group-card header span{display:flex;align-items:center;gap:6px;color:var(--green-700);font-size:12px;font-weight:700}.cart-group-card header small{color:var(--muted);font-size:9px}.refined-cart-item{grid-template-columns:54px minmax(0,1fr) 94px;border:0;border-radius:0;box-shadow:none}.refined-cart-item+.refined-cart-item{border-top:1px solid var(--line)}.refined-cart-item img{width:54px;height:54px}.refined-cart-item b{color:var(--green-700);font-size:10px}.cart-item-controls{display:grid;justify-items:end;gap:4px}.cart-item-controls>strong{font-size:10px}.cart-remark-card{padding:12px}.cart-remark-card>span{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--ink);font-size:12px;font-weight:700}.cart-remark-card>span svg{color:var(--green-700)}.cart-remark-card textarea{min-height:58px;font-size:10px}.cart-rule-note{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;padding:10px 12px;background:var(--mint-50);color:var(--green-700)}.cart-rule-note strong,.cart-rule-note span{display:block}.cart-rule-note strong{color:var(--ink);font-size:10px}.cart-rule-note span{margin-top:2px;color:var(--muted);font-size:8px}.cart-submit-bar{position:fixed;left:50%;bottom:calc(68px + env(safe-area-inset-bottom));z-index:9;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:min(430px,100%);min-height:64px;padding:9px 16px;transform:translate(-50%);border-top:1px solid var(--line);background:#fffffffa}.cart-submit-bar>div span,.cart-submit-bar>div strong{display:block}.cart-submit-bar>div span{color:var(--muted);font-size:9px}.cart-submit-bar>div strong{font-size:11px}.cart-submit-bar b{color:var(--green-700)}.cart-submit-bar button{min-width:128px;min-height:44px}.refined-success-page{place-items:stretch;padding-top:22px;text-align:left}.success-celebration{display:grid;place-items:center}.success-celebration>span{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:var(--green-600);color:#fff;box-shadow:0 10px 24px #22c55e38}.success-title{text-align:center}.success-title h2{margin:4px 0;font-size:22px}.success-title p{margin:0;color:var(--muted);font-size:11px}.success-title p strong{color:var(--green-700)}.success-order-card,.success-tips{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.success-order-card{overflow:hidden}.success-order-card>div{display:grid;grid-template-columns:22px 72px minmax(0,1fr);align-items:center;gap:7px;min-height:44px;padding:8px 12px}.success-order-card>div+div{border-top:1px solid var(--line)}.success-order-card svg{color:var(--green-700)}.success-order-card span{color:var(--muted);font-size:10px}.success-order-card strong{justify-self:end;font-size:11px;text-align:right;overflow-wrap:anywhere}.success-order-card .success-amount{color:var(--green-700);font-size:17px}.success-tips{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;padding:13px;background:var(--mint-50);color:var(--green-700)}.success-tips>svg{width:54px;height:54px;padding:14px;border-radius:50%;background:#fff}.success-tips strong,.success-tips span{display:block}.success-tips strong{color:var(--ink);font-size:12px}.success-tips span{position:relative;padding-left:12px;color:var(--muted);font-size:9px;line-height:16px}.success-tips span:before{content:"";position:absolute;top:6px;left:1px;width:5px;height:5px;border-radius:50%;background:var(--green-700)}.success-actions{display:grid;gap:8px}.success-home-link{display:flex;align-items:center;justify-content:center;gap:4px;color:var(--green-700);font-size:10px}@media(max-width:520px){.refined-login-page{place-items:initial}.refined-login-panel{min-height:auto;display:block;border-radius:12px}.refined-product-list .product-row{grid-template-columns:62px minmax(0,1fr) 88px}.refined-product-list .product-row img{width:62px;height:62px}.refined-product-list .product-row .stepper{grid-column:auto;justify-self:end}.refined-cart-item{grid-template-columns:50px minmax(0,1fr) 88px}}@media(max-width:430px){.rules-page,.support-page{gap:8px}.rules-hero{gap:9px;padding:10px 12px}.rules-hero>span{width:42px;height:42px}.rules-hero h2{font-size:14px}.rules-hero p{font-size:8px}.rules-section{padding:10px}.rules-section>h2{margin-bottom:8px;font-size:13px}.rules-grid{gap:5px}.rules-grid article{grid-template-columns:19px minmax(0,1fr);gap:4px;min-height:50px;padding:6px}.rules-grid article>svg{width:18px;height:18px}.rules-grid strong{font-size:8px;line-height:12px}.rules-grid p{font-size:7px;line-height:10px}.rule-timeline span{width:28px;height:28px}.rule-timeline>div:before{top:13px}.rule-timeline strong{font-size:8px}.rules-tip{padding:8px 10px;font-size:8px;line-height:13px}.support-section{padding:10px}.support-section>h2{margin-bottom:8px;font-size:14px}.support-contacts{gap:5px}.support-contacts article{grid-template-columns:36px minmax(0,1fr) auto;gap:7px;padding:6px 8px}.support-avatar{width:36px;height:36px}.support-contacts strong{font-size:10px}.support-contacts a:not(.support-call){margin-top:1px;font-size:9px}.support-contacts p{font-size:7px}.support-call{min-height:26px;padding:0 7px;font-size:8px}.faq-list button{min-height:34px;padding:7px 2px}.faq-list button>span{font-size:9px}.faq-list button p{margin-block:0;font-size:8px;line-height:13px}.feedback-form label+label{margin-top:8px}.feedback-form textarea{min-height:60px}.feedback-form .primary-btn{min-height:36px;margin-top:8px}.support-promise{padding:7px 9px;font-size:8px;line-height:13px}.refined-product-list .product-row{grid-template-columns:54px minmax(0,1fr) 86px;min-height:74px;padding:6px 8px}.refined-product-list .product-row img{width:54px;height:54px}.product-name-line strong{font-size:11px;line-height:16px}.refined-product-list .product-info p{margin:0;font-size:8px}.product-price{font-size:10px}.product-suggestion{margin-top:0;font-size:7px}}.pc-shell{--pc-green: #16a34a;--pc-green-dark: #07883a;--pc-green-soft: #eaf8ef;--pc-text: #1f2937;--pc-muted: #6b7280;--pc-border: #e5e7eb;--pc-bg: #f5f6f8;display:grid;grid-template-columns:214px minmax(0,1fr);min-width:1180px;min-height:100vh;background:var(--pc-bg);color:var(--pc-text);transition:grid-template-columns .2s ease}.pc-shell.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.pc-sidebar{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;height:100vh;border-right:1px solid var(--pc-border);background:#fff;overflow:hidden}.pc-brand{display:flex;align-items:center;gap:12px;height:70px;flex:0 0 70px;padding:0 22px;background:linear-gradient(135deg,#16b857,#079642);color:#fff}.pc-brand-copy{min-width:125px}.pc-brand strong{display:block;font-size:19px;line-height:26px}.pc-brand span{display:block;font-size:11px;line-height:16px;opacity:.86}.pc-nav{flex:1;padding:18px 11px;overflow-y:auto}.pc-nav-label{margin:18px 12px 8px;color:#9ca3af;font-size:11px;font-weight:700}.pc-nav a{display:flex;align-items:center;gap:13px;height:46px;margin-bottom:4px;padding:0 16px;border-left:3px solid transparent;border-radius:6px;color:#4b5563;font-size:14px;font-weight:600;white-space:nowrap}.pc-nav a:hover{background:#f4faf6;color:var(--pc-green-dark)}.pc-nav a.router-link-active{border-left-color:var(--pc-green);background:var(--pc-green-soft);color:var(--pc-green-dark)}.pc-sidebar-foot{display:flex;align-items:center;gap:10px;margin:12px;padding:12px;border-top:1px solid var(--pc-border);white-space:nowrap}.pc-sidebar-foot strong,.pc-sidebar-foot small{display:block}.pc-sidebar-foot strong{font-size:12px}.pc-sidebar-foot small{margin-top:2px;color:var(--pc-muted);font-size:10px}.pc-system-dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}.sidebar-collapsed .pc-brand{justify-content:center;padding:0}.sidebar-collapsed .pc-brand-copy,.sidebar-collapsed .pc-nav span,.sidebar-collapsed .pc-nav-label,.sidebar-collapsed .pc-sidebar-foot div{display:none}.sidebar-collapsed .pc-nav a{justify-content:center;padding:0}.sidebar-collapsed .pc-sidebar-foot{justify-content:center}.pc-workspace{min-width:0}.pc-topbar{position:sticky;top:0;z-index:25;display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 22px;border-bottom:1px solid var(--pc-border);background:#fffffff5;box-shadow:0 1px 4px #00000008;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pc-topbar-title,.pc-topbar-actions,.pc-account-button,.pc-global-search{display:flex;align-items:center}.pc-topbar-title{gap:15px;min-width:0}.pc-topbar-title h1{margin:0;font-size:20px;line-height:28px;font-weight:700}.pc-topbar-title span{color:var(--pc-muted);font-size:11px}.pc-topbar-actions{gap:8px}.pc-icon-button{position:relative;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:6px;background:transparent;color:#4b5563;cursor:pointer}.pc-icon-button:hover{background:#f3f4f6;color:var(--pc-green-dark)}.pc-global-search{gap:8px;width:278px;height:38px;margin-right:5px;padding:0 13px;border:1px solid var(--pc-border);border-radius:20px;color:#9ca3af;background:#fafafa}.pc-global-search input{min-height:34px;padding:0;border:0;background:transparent;box-shadow:none;font-size:13px}.pc-notification-button>span{position:absolute;top:1px;right:1px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #fff;border-radius:10px;background:#ef4444;color:#fff;font-size:9px;font-weight:800}.pc-account-button{gap:9px;margin-left:4px;padding:3px 4px 3px 6px;border:0;border-radius:6px;background:transparent;color:var(--pc-text);cursor:pointer}.pc-account-button>span:nth-child(2){min-width:65px;text-align:left}.pc-account-button strong,.pc-account-button small{display:block}.pc-account-button strong{font-size:12px}.pc-account-button small{color:var(--pc-muted);font-size:11px}.pc-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--pc-green);color:#fff}.pc-popover{position:absolute;top:60px;right:24px;width:290px;padding:8px;border:1px solid var(--pc-border);border-radius:8px;background:#fff;box-shadow:0 16px 36px #0f172a24}.pc-popover-head{display:flex;justify-content:space-between;padding:9px 10px 11px;border-bottom:1px solid var(--pc-border)}.pc-popover-head span{color:var(--pc-muted);font-size:11px}.pc-notice-popover a{display:flex;align-items:center;gap:10px;padding:12px 10px;border-bottom:1px solid #f3f4f6;color:var(--pc-green-dark)}.pc-notice-popover a span,.pc-notice-popover a strong,.pc-notice-popover a small{display:block}.pc-notice-popover a strong{color:var(--pc-text);font-size:12px}.pc-notice-popover a small{margin-top:3px;color:var(--pc-muted);font-size:11px}.pc-account-popover{width:160px}.pc-account-popover button{display:flex;align-items:center;gap:8px;width:100%;padding:10px;border:0;background:transparent;color:#ef4444;cursor:pointer}.pc-content{padding:20px 24px 28px}.pc-page{display:grid;gap:16px}.pc-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;min-height:34px}.pc-page-head h2{margin:0;font-size:21px;line-height:30px}.pc-page-head p{margin:2px 0 0;color:var(--pc-muted);font-size:12px}.pc-actions{display:flex;align-items:center;gap:10px}.pc-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 16px;border:1px solid var(--pc-border);border-radius:6px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer}.pc-button:hover{border-color:#86d6a5;color:var(--pc-green-dark)}.pc-button.primary{border-color:var(--pc-green);background:linear-gradient(135deg,#18b754,#079542);color:#fff}.pc-button.danger{border-color:#fecaca;color:#dc2626}.pc-button:disabled{opacity:.55;cursor:not-allowed}.pc-icon-action{width:34px;min-height:34px;padding:0}.pc-banner{display:flex;align-items:center;gap:14px;min-height:68px;padding:14px 20px;border:1px solid #bce8cc;border-radius:8px;background:linear-gradient(90deg,#effbf3,#f8fffa)}.pc-banner svg{color:var(--pc-green)}.pc-banner div{flex:1}.pc-banner strong,.pc-banner span{display:block}.pc-banner strong{font-size:15px}.pc-banner span{margin-top:4px;color:var(--pc-muted);font-size:12px}.pc-banner.warning{border-color:#fed7aa;background:#fff8ee}.pc-banner.warning svg{color:#f59e0b}.pc-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pc-metric-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.pc-metric-card{display:flex;align-items:center;gap:16px;min-height:126px;padding:20px;border:1px solid var(--pc-border);border-radius:8px;background:#fff;box-shadow:0 3px 12px #0f172a0b}.pc-metric-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#38c66d,#08a147);color:#fff}.pc-metric-card .pc-metric-icon{color:#fff}.pc-metric-icon.blue{background:linear-gradient(135deg,#51a4ff,#2383eb)}.pc-metric-icon.orange{background:linear-gradient(135deg,#ffb32c,#fb8c00)}.pc-metric-icon.purple{background:linear-gradient(135deg,#9c65f6,#743ee3)}.pc-metric-card span,.pc-metric-card small{display:block;color:var(--pc-muted)}.pc-metric-card span{font-size:13px}.pc-metric-card strong{display:block;margin:4px 0;font-size:27px;line-height:34px}.pc-metric-card small{font-size:11px}.pc-trend-up{color:#16a34a}.pc-panel{border:1px solid var(--pc-border);border-radius:8px;background:#fff;box-shadow:0 3px 12px #0f172a0a;overflow:hidden}.pc-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 18px;border-bottom:1px solid var(--pc-border)}.pc-panel-head h3{margin:0;font-size:15px}.pc-panel-head span{color:var(--pc-muted);font-size:12px}.pc-panel-body{padding:18px}.pc-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:16px}.pc-dashboard-grid.three{grid-template-columns:1.15fr 1fr .9fr}.pc-filter-bar{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) auto;gap:14px;align-items:end;padding:18px;border:1px solid var(--pc-border);border-radius:8px;background:#fff}.pc-filter-bar.compact{grid-template-columns:repeat(4,minmax(150px,1fr)) auto}.pc-filter-bar label{color:#374151;font-size:12px;font-weight:600}.pc-filter-bar input,.pc-filter-bar select,.pc-form input,.pc-form select,.pc-form textarea{min-height:38px;border-radius:6px;font-size:13px}.pc-filter-actions{display:flex;gap:8px}.pc-table-wrap{width:100%;overflow-x:auto}.pc-table{width:100%;border-collapse:collapse;font-size:12px}.pc-table th,.pc-table td{height:47px;padding:10px 13px;border-bottom:1px solid var(--pc-border);text-align:left;vertical-align:middle;white-space:nowrap}.pc-table th{background:#fafafa;color:#4b5563;font-weight:700}.pc-table tbody tr:hover{background:#fbfefc}.pc-table td.wrap{max-width:340px;white-space:normal;line-height:20px}.pc-table-thumb{width:42px;height:42px;border-radius:6px;object-fit:cover;background:#f0f5f1}.pc-table-product{display:flex;align-items:center;gap:10px}.pc-empty{padding:48px 20px!important;color:var(--pc-muted);text-align:center!important}.pc-status{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid #bbf7d0;border-radius:5px;background:#effcf4;color:#159447;font-size:11px;font-weight:700}.pc-status.blue{border-color:#bfdbfe;background:#eff6ff;color:#2580df}.pc-status.orange{border-color:#fed7aa;background:#fff7ed;color:#f08c00}.pc-status.red{border-color:#fecaca;background:#fff1f2;color:#ef4444}.pc-status.gray{border-color:#e5e7eb;background:#f3f4f6;color:#6b7280}.pc-row-actions{display:flex;align-items:center;gap:9px}.pc-row-actions a,.pc-row-actions button{padding:0;border:0;background:transparent;color:#1684e8;font-size:12px;cursor:pointer}.pc-row-actions .success{color:var(--pc-green)}.pc-row-actions .danger{color:#ef4444}.pc-pagination{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 18px;color:var(--pc-muted);font-size:12px}.pc-pages{display:flex;align-items:center;gap:6px}.pc-pages button{min-width:32px;height:32px;border:1px solid var(--pc-border);border-radius:5px;background:#fff}.pc-pages button.active{border-color:var(--pc-green);background:var(--pc-green);color:#fff}.pc-bar-chart{display:grid;gap:16px;min-height:270px;padding:16px 4px 4px}.pc-chart-row{display:grid;grid-template-columns:74px minmax(0,1fr) 70px;gap:12px;align-items:center;font-size:12px}.pc-chart-track{height:13px;border-radius:3px;background:#eef2f0;overflow:hidden}.pc-chart-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0faa4b,#47c875)}.pc-line-chart{position:relative;height:265px;padding:12px 10px 24px 42px}.pc-line-grid{position:absolute;top:18px;right:10px;bottom:36px;left:42px;display:grid;grid-template-rows:repeat(5,1fr)}.pc-line-grid span{border-top:1px dashed #e5e7eb}.pc-line-bars{position:absolute;top:18px;right:10px;bottom:36px;left:42px;display:flex;align-items:flex-end;justify-content:space-around;gap:14px}.pc-line-bars div{position:relative;width:42px;min-height:8px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#40c973,#0ca84a)}.pc-line-bars small{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);color:var(--pc-muted);white-space:nowrap}.pc-donut{position:relative;width:184px;height:184px;margin:18px auto;border-radius:50%;background:conic-gradient(#16a34a 0,#16a34a 60%,#f59e0b 60%,#f59e0b 86%,#8b5cf6 86%,#8b5cf6 95%,#3b82f6 95%)}.pc-donut:after{content:"";position:absolute;top:42px;right:42px;bottom:42px;left:42px;border-radius:50%;background:#fff}.pc-donut-label{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-content:center;text-align:center}.pc-donut-label strong{font-size:23px}.pc-donut-label span{color:var(--pc-muted);font-size:11px}.pc-form{display:grid;gap:16px}.pc-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 22px}.pc-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-form-grid label{color:#374151;font-size:12px;font-weight:600}.pc-form-grid .span-2{grid-column:span 2}.pc-form-grid .span-all{grid-column:1/-1}.pc-switch-row{display:flex;align-items:center;gap:10px;min-height:38px}.pc-section-title{margin:0 0 16px;font-size:16px}.pc-form-actions{display:flex;justify-content:center;gap:14px;padding:16px;border-top:1px solid var(--pc-border)}.pc-subnav{display:flex;gap:28px;padding:0 18px;border-bottom:1px solid var(--pc-border);background:#fff}.pc-subnav a,.pc-subnav button{min-height:50px;padding:0 5px;border:0;border-bottom:2px solid transparent;background:transparent;color:#4b5563;font-weight:600}.pc-subnav a.router-link-active,.pc-subnav button.active{border-bottom-color:var(--pc-green);color:var(--pc-green)}.pc-summary-aside{display:grid;gap:12px}.pc-summary-item{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:15px;border:1px solid var(--pc-border);border-radius:7px}.pc-summary-item strong{font-size:22px}.pc-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.pc-detail-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.pc-detail-meta>div{padding:18px;border-right:1px solid var(--pc-border)}.pc-detail-meta>div:last-child{border-right:0}.pc-detail-meta span,.pc-detail-meta strong{display:block}.pc-detail-meta span{color:var(--pc-muted);font-size:11px}.pc-detail-meta strong{margin-top:7px;font-size:14px}.pc-timeline{display:grid;gap:0;padding:18px}.pc-timeline-item{position:relative;display:grid;grid-template-columns:24px 1fr;gap:10px;min-height:72px}.pc-timeline-item:before{content:"";position:absolute;top:22px;bottom:0;left:8px;width:2px;background:#d1d5db}.pc-timeline-item:last-child:before{display:none}.pc-timeline-dot{z-index:1;width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:#d1d5db;box-shadow:0 0 0 1px #d1d5db}.pc-timeline-item.done .pc-timeline-dot{background:var(--pc-green);box-shadow:0 0 0 1px var(--pc-green)}.pc-timeline-item.current .pc-timeline-dot{background:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.pc-timeline-item strong,.pc-timeline-item small{display:block}.pc-timeline-item small{margin-top:5px;color:var(--pc-muted)}.pc-print-page{display:grid;place-items:center;gap:18px}.pc-print-sheet{width:860px;padding:32px 38px;border:1px solid #d1d5db;background:#fff;box-shadow:0 5px 18px #0f172a1f}.pc-print-sheet>h2{margin:0 0 18px;text-align:center;font-size:28px}.pc-print-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 24px;padding-bottom:16px;border-bottom:1px dashed #cbd5e1;font-size:12px}.pc-print-section{margin-top:16px}.pc-print-section h3{margin:0 0 8px;color:var(--pc-green-dark);font-size:14px}.pc-print-sheet .pc-table th,.pc-print-sheet .pc-table td{height:35px;padding:6px 10px;border:1px solid #d1d5db}.pc-print-signatures{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px;font-size:12px}@media print{.pc-sidebar,.pc-topbar,.pc-page-head,.pc-print-actions{display:none!important}.pc-shell{display:block;min-width:0;background:#fff}.pc-content{padding:0}.pc-print-sheet{width:100%;border:0;box-shadow:none}}@media(max-width:1250px){.pc-global-search{width:210px}.pc-metric-grid.five{grid-template-columns:repeat(4,minmax(0,1fr))}.pc-dashboard-grid.three{grid-template-columns:1fr 1fr}.pc-dashboard-grid.three>:last-child{grid-column:1/-1}}
