@charset "UTF-8";
:root{font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:#203b36;background:#f5f7f4;font-synthesis:none;--teal:#147d70;--teal-dark:#0b574e;--mint:#e8f4ed;--line:#e4ebe5;--muted:#778780;--shadow:0 8px 26px #183d2910;--radius:20px}
*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #52bfae;outline-offset:3px}button{border:0;background:var(--teal);color:#fff;border-radius:12px;padding:12px 18px;font-weight:600;transition:background .15s,transform .15s}button:hover:not(:disabled){background:var(--teal-dark)}button:active:not(:disabled){transform:translateY(1px)}button.ghost,.ghost{background:#edf4ef;color:var(--teal);border:1px solid #d9e8df}button.ghost:hover{background:#dcece2}button.white{background:white;color:var(--teal)}button.danger{color:#a9483f;background:#fff1ee}button.link{padding:4px;background:none;color:var(--teal)}button.small{padding:8px 12px;font-size:13px}.app-shell{max-width:1080px;margin:auto;padding:0 28px 95px}.app-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;gap:12px;align-items:center;font-size:23px;font-weight:800;letter-spacing:1px}.brand small{display:block;font-size:10px;font-weight:400;letter-spacing:2px;color:var(--muted);margin-top:5px}.brand-mark{background:var(--teal);color:white;display:grid;place-items:center;border-radius:15px 15px 15px 5px;width:45px;height:45px;font-size:29px;font-weight:700;transform:rotate(-4deg)}.campus-button{display:flex;gap:14px;background:transparent;color:var(--teal-dark);font-size:14px;max-width:48%;text-align:left}.campus-button:hover:not(:disabled){background:var(--mint)}.environment-notice{background:#edf3e5;border:1px solid #e0e7d6;border-radius:10px;padding:10px 14px;font-size:12px;color:#657047;margin-bottom:16px}.hero{display:grid;grid-template-columns:1fr 220px;min-height:230px;background:#e3f0e6;border-radius:26px;overflow:hidden;padding:34px 38px;position:relative}.eyebrow{font-size:11px;color:#5c8477;letter-spacing:3px;font-weight:700}.hero h1{font-size:34px;line-height:1.4;letter-spacing:1px;margin:12px 0}.hero p{font-size:14px;color:#56786c;line-height:1.8;margin:0}.hero-art{align-self:center;color:#318575;width:210px;height:180px}.hero-labels{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.hero-labels span{font-size:11px;background:#ffffffa8;border:1px solid #fff;padding:6px 9px;border-radius:7px;color:#426d5a}.search-row{margin:22px 0 14px;display:flex;gap:12px}.search{position:relative;flex:1}.search svg{position:absolute;left:18px;top:16px;color:#84968d;width:19px;height:19px}.search input{padding-left:48px;background:white;border:1px solid var(--line);height:52px;border-radius:15px;width:100%;box-shadow:0 3px 12px #1a342008}.filter-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.chip{font-weight:500;font-size:12px;background:white;color:#647870;padding:9px 13px;border:1px solid var(--line);border-radius:30px}.chip.active{background:var(--teal);color:white;border-color:var(--teal)}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:25px 0 15px;gap:12px}.section-heading h2{margin:0;font-size:21px;letter-spacing:1px}.section-heading small,.muted{color:var(--muted);font-size:12px}.store-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.store-card{display:flex;gap:16px;padding:22px;border:1px solid var(--line);background:white;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .18s,border-color .18s}.store-card:hover{transform:translateY(-2px);border-color:#9dc4ae}.store-logo{width:70px;height:70px;border-radius:17px;flex-shrink:0;object-fit:cover;background:#e8f2eb;display:grid;place-items:center;font-size:28px;color:var(--teal);font-weight:700}.store-info{flex:1;min-width:0}.store-title{display:flex;gap:8px;align-items:center;justify-content:space-between}.store-title h3{font-size:17px;margin:0;line-height:1.5;overflow-wrap:anywhere}.badge{font-size:10px;white-space:nowrap;color:var(--teal);background:#e6f3e9;border-radius:5px;padding:4px 6px}.badge.closed{background:#f0f1ee;color:#88938b}.store-meta{font-size:12px;color:#718278;line-height:1.9;margin-top:5px}.store-desc{font-size:11px;color:#718278;margin:8px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.subsidy{display:inline-block;font-size:10px;background:#f5f2e7;color:#877147;border-radius:4px;padding:3px 6px;margin-top:5px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,560px);height:calc(67px + env(safe-area-inset-bottom));padding:7px 12px calc(6px + env(safe-area-inset-bottom));border:1px solid var(--line);border-bottom:0;border-radius:22px 22px 0 0;background:#fffffff5;backdrop-filter:blur(18px);display:flex;justify-content:space-around;z-index:20;box-shadow:0 -6px 25px #153d2910}.nav-item{min-width:70px;display:flex;gap:3px;align-items:center;flex-direction:column;color:#8a9690;font-size:10px;padding:4px 20px}.nav-item svg{width:23px;height:23px}.nav-item.active{color:var(--teal);font-weight:800}.site-footer{padding:34px 0 0;text-align:center;font-size:10px;color:#99a49b;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.page-top{display:flex;align-items:center;gap:14px;margin:10px 0 22px}.page-top h1{margin:0;font-size:24px}.back{padding:8px 14px;background:white;border:1px solid var(--line);color:var(--teal);font-size:21px}.card{background:white;border:1px solid var(--line);padding:22px;border-radius:var(--radius);margin-bottom:16px;box-shadow:var(--shadow)}.store-hero{display:flex;gap:20px;padding:28px;border-radius:23px;background:#e3f0e6;align-items:flex-start}.store-hero h1{font-size:25px;margin:0 0 8px}.store-hero .store-info p{margin:8px 0;color:#61806f;font-size:13px;line-height:1.7;overflow-wrap:anywhere}.store-hero .store-logo{width:82px;height:82px;background:#fff9}.store-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.store-feed{font-size:12px;margin:13px 0;padding:12px 16px;background:#ecf1e7;border-radius:12px;color:#708454}.catalog{display:grid;grid-template-columns:128px 1fr;gap:20px;margin-top:22px}.categories{position:sticky;top:16px;align-self:start;display:flex;flex-direction:column;gap:8px;max-height:70vh;overflow:auto}.category{background:none;color:#76877b;border-radius:12px;text-align:left;font-size:13px;font-weight:500;padding:14px}.category.active{background:#dcece2;color:var(--teal-dark);font-weight:700}.products{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.product{display:flex;padding:16px;gap:13px;background:white;border-radius:17px;border:1px solid var(--line)}.product-image{width:84px;height:84px;object-fit:cover;flex-shrink:0;border-radius:12px;background:#f0f5e9;display:grid;place-items:center;font-size:29px;color:#709469}.product-info{min-width:0;flex:1}.product h3{font-size:15px;margin:0 0 5px;line-height:1.5}.product p{font-size:11px;color:#99a197;margin:3px 0;line-height:1.4}.product .sku{color:#7a8b80;background:#f4f6f0;display:inline-block;padding:3px 6px;border-radius:4px}.price-row{display:flex;gap:5px;justify-content:space-between;align-items:center;margin-top:10px}.price{font-size:19px;font-weight:750;color:var(--teal-dark)}.price small{font-size:12px;font-weight:500}.stepper{display:flex;align-items:center;gap:10px;font-size:13px;flex-shrink:0}.stepper button{width:29px;height:29px;border-radius:50%;padding:0;line-height:29px;font-size:20px}.stepper .minus{background:#eff5ef;color:var(--teal);border:1px solid #d7e5da}.sold-out{color:#a4aca5;font-size:11px}.cart-dock{position:fixed;bottom:calc(79px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(calc(100% - 28px),590px);background:#203c35;color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;padding:11px 12px 11px 19px;z-index:19;box-shadow:0 7px 25px #142e2433;gap:12px}.cart-dock .cart-summary{background:none;padding:0;display:flex;gap:14px;align-items:center;color:white;text-align:left}.cart-summary svg{width:27px;height:27px}.cart-summary strong{font-size:22px;display:block}.cart-summary small{font-size:10px;color:#bcd2c8;font-weight:400}.cart-dock .checkout-button{background:#b8e7c3;color:#1d503d}.store-page{padding-bottom:85px}.cart-line{display:flex;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line:last-child{border:0}.cart-line .product-info h3{font-size:15px;margin:0 0 5px}.cart-line .product-image{width:60px;height:60px;font-size:21px}.cart-line .price{font-size:16px}.total-line{display:flex;justify-content:space-between;gap:12px;font-size:14px;padding:11px 0}.total-line.total{font-weight:750;font-size:19px;border-top:1px solid var(--line);margin-top:8px;padding-top:18px}.wide{width:100%}.checkout-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:18px;align-items:start}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#567163;min-width:0}.field.full{grid-column:1 / -1}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #dce7df;background:#fafcf9;border-radius:10px;color:#294c3e;outline:none}input:focus,select:focus,textarea:focus{border-color:#7ab6a1;background:white}textarea{min-height:100px;resize:vertical}input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal);margin:0}.check-label{display:flex;align-items:center;gap:9px;font-size:12px;line-height:1.6;margin:16px 0}.notice{font-size:12px;color:#708371;line-height:1.8;background:#f0f5eb;padding:13px 16px;border-radius:12px;margin:14px 0}.error-note{font-size:13px;color:#9d4f44;background:#fef1ed;padding:13px;border-radius:12px;line-height:1.7}.section-title{font-size:17px;margin:0 0 17px}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.row-between.wrap{flex-wrap:wrap}.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:17px;align-items:start}.order-card{margin:0}.order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.order-head h3{font-size:16px;margin:0}.order-state{font-size:12px;color:var(--teal);font-weight:700;text-align:right}.order-no{font-size:10px;color:#9aa59c;margin:10px 0;overflow-wrap:anywhere}.order-meta{color:#7c8c80;font-size:12px;line-height:1.8}.order-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.rider-info{background:#edf5ef;font-size:12px;border-radius:10px;padding:12px;margin:14px 0;line-height:1.8}.order-progress{display:flex;align-items:center;gap:5px;margin:16px 0 10px}.order-progress span{height:4px;flex:1;border-radius:5px;background:#e5ebe5}.order-progress span.done{background:#74b39a}.profile{display:flex;gap:19px;align-items:center;background:#e3f0e6;padding:28px;border-radius:24px;margin-bottom:22px}.profile-avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#fff8;font-size:30px;color:var(--teal)}.profile h1{font-size:23px;margin:0 0 8px}.profile p{font-size:12px;color:#6d8778;line-height:1.8;margin:0}.mine-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.menu-list{padding:7px 20px}.menu-link{width:100%;background:none;border-radius:0;color:#2e5041;font-weight:500;display:flex;gap:13px;align-items:center;text-align:left;padding:19px 0;border-bottom:1px solid #edf1ea;font-size:14px}.menu-link:last-child{border-bottom:0}.menu-link:hover:not(:disabled){background:#f8fbf6}.menu-link svg{width:21px;height:21px;color:#639980}.menu-link .arrow{margin-left:auto;color:#a8b4a9}.menu-link small{font-size:10px;color:#98a499;display:block;margin-top:5px}.address-card h3{font-size:16px;margin:0 0 9px}.address-card p{font-size:13px;color:#7d8b80;margin:6px 0;line-height:1.7}.address-card .address-tools{margin-top:14px;display:flex;gap:9px;justify-content:flex-end}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.support-item{padding:16px 0;border-bottom:1px solid var(--line)}.support-item:first-child{padding-top:0}.support-item:last-child{border-bottom:0}.support-item p{font-size:13px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.reply{padding:12px;background:#edf5ef;color:#456e56;border-radius:10px}.support-meta{display:flex;justify-content:space-between;color:#8a998b;font-size:11px}.points-head{background:#e7f2e8;padding:20px;border-radius:15px;display:flex;justify-content:space-between;align-items:center}.points-balance{font-size:32px;color:var(--teal);font-weight:800}.points-balance small{font-size:12px}.points-rules{font-size:12px;line-height:1.8;color:#768879}.reward{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.points-record{font-size:12px;color:#7d8c7f;display:flex;justify-content:space-between;padding:9px 0;gap:12px}.empty,.loading{padding:56px 25px;text-align:center;color:#8a998d;line-height:1.8}.empty svg{width:45px;height:45px;color:#9bbbaa;margin-bottom:14px}.empty h2{color:#567263;font-size:20px;margin:8px 0}.empty p{font-size:13px}.empty a,.empty button{display:inline-block;margin-top:12px}.loading::before{content:"";display:block;width:22px;height:22px;border:2px solid #dce8dc;border-top-color:var(--teal);border-radius:50%;margin:0 auto 14px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}dialog{border:0;padding:0;border-radius:22px;box-shadow:0 25px 90px #15332540;width:min(calc(100vw - 28px),510px);max-height:85dvh;color:#284938;background:#fff}dialog::backdrop{background:#162b2555;backdrop-filter:blur(3px)}.dialog-inner{padding:26px}.dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:15px}.dialog-head h2{font-size:21px;margin:0}.dialog-close{background:#f2f6ef;color:#6e8878;border-radius:50%;width:31px;height:31px;padding:0;font-size:20px}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:21px}.campus-choice{background:white;border:1px solid var(--line);color:#345644;display:flex;justify-content:space-between;width:100%;padding:16px;margin:9px 0;text-align:left}.campus-choice:hover:not(:disabled),.campus-choice.current{background:var(--mint)}.campus-choice small{display:block;font-weight:400;color:#8c9c8c;margin-top:5px}.auth-tabs{display:flex;gap:8px;margin:0 0 22px}.auth-tabs button{flex:1}.auth-form{display:grid;gap:16px}#toast{position:fixed;left:50%;bottom:calc(162px + env(safe-area-inset-bottom));transform:translateX(-50%) translateY(15px);background:#183e32f0;color:#fff;border-radius:12px;max-width:min(90vw,530px);padding:13px 20px;font-size:13px;text-align:center;line-height:1.6;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}#toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}.auth-gate{text-align:center;padding:38px 22px}.auth-gate h2{font-size:21px}.auth-gate p{font-size:13px;color:var(--muted);line-height:1.8}.hidden{display:none!important}[hidden]{display:none!important}.text-wrap{overflow-wrap:anywhere;white-space:pre-wrap}.inline-actions{display:flex;gap:10px;flex-wrap:wrap}.order-items{font-size:12px;margin:10px 0;color:#667c6d}.order-items p{margin:6px 0;display:flex;justify-content:space-between;gap:8px}.auth-status{font-size:12px;color:#768d7d;margin-top:15px}
@media(max-width:760px){.app-shell{padding:0 16px 93px}.app-header{height:81px}.brand{font-size:19px;gap:9px}.brand-mark{width:36px;height:36px;font-size:24px;border-radius:12px 12px 12px 4px}.brand small{font-size:8px;letter-spacing:0}.campus-button{font-size:12px;padding:10px 2px;gap:7px;max-width:41%}.hero{grid-template-columns:1fr 116px;padding:24px;min-height:190px}.hero h1{font-size:27px;margin:9px 0}.hero p{font-size:12px}.hero-art{width:126px;height:145px;margin-left:-8px}.eyebrow{font-size:9px;letter-spacing:2px}.hero-labels{gap:5px;margin-top:15px}.hero-labels span{font-size:9px;padding:5px 7px}.store-grid,.order-grid,.mine-grid,.checkout-layout,.support-grid{grid-template-columns:1fr}.store-card{padding:18px;gap:14px}.store-logo{width:65px;height:65px}.store-title h3{font-size:16px}.store-desc{max-width:calc(100vw - 150px)}.search-row{margin-top:19px}.section-heading{margin-top:22px}.section-heading h2{font-size:19px}.store-hero{padding:20px;gap:13px}.store-hero .store-logo{width:62px;height:62px}.store-hero h1{font-size:21px}.store-hero .store-info p{font-size:11px}.store-actions button{font-size:11px;padding:7px 9px}.catalog{grid-template-columns:78px 1fr;gap:10px;margin-top:16px}.categories{gap:4px;top:10px}.category{padding:13px 8px;font-size:12px}.products{grid-template-columns:1fr;gap:9px}.product{padding:12px;gap:10px;min-height:119px}.product-image{width:64px;height:64px;font-size:23px}.product h3{font-size:13px}.product p{font-size:10px}.product .price{font-size:16px}.stepper{gap:7px}.stepper button{width:26px;height:26px;line-height:26px;font-size:18px}.product .price-row{margin-top:7px}.card{padding:19px}.page-top h1{font-size:22px}.profile{padding:23px}.order-grid{gap:13px}.support-grid{gap:0}.mine-grid{gap:0}.form-grid{gap:13px}.order-actions button{font-size:12px;padding:10px 13px}.site-footer{font-size:9px;padding-top:25px}.section-title{font-size:16px}.dialog-inner{padding:22px}}
@media(max-width:365px){.hero{padding:21px 18px;grid-template-columns:1fr 92px}.hero-art{width:105px}.hero h1{font-size:25px}.product{flex-wrap:wrap}.product-image{width:48px;height:48px}.product-info{min-width:95px}.catalog{grid-template-columns:65px 1fr}.brand small{display:none}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
