.home-filter-link { text-decoration: none; }
      .canteen-home-card { gap: 12px; }
      .canteen-card-entry { color: inherit; text-decoration: none; }
      .canteen-stall-list { display: grid; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); }
      .canteen-stall-title { margin: 0; font-size: 13px; color: var(--muted); }
      .canteen-stall-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 10px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: inherit; text-decoration: none; background: #fbfaf2; }
      .canteen-stall-link strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .canteen-stall-meta { grid-column: 1 / -1; font-size: 12px; color: var(--muted); }
      .canteen-stall-link.store-closed-selected { opacity: .72; }
      .home-location-main .campus-location-badge {
        width: fit-content;
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 4px;
        margin-top: 2px;
        padding: 2px 7px 2px 4px;
        border: 1px solid #e3ded0;
        border-radius: 999px;
        background: rgba(255,255,255,.84);
        color: #17558a;
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
      }
      .sztu-emblem {
        position: relative;
        width: 13px;
        height: 14px;
        flex: 0 0 13px;
        display: inline-block;
        overflow: hidden;
      }
      .sztu-emblem img {
        position: absolute;
        left: -1px;
        top: -1.5px;
        width: 77px;
        height: 16.5px;
        max-width: none;
      }
      .campus-banner.home-campus-notice {
        min-height: 76px;
        display: block;
        padding: 0;
        background:
          radial-gradient(circle at 84% 12%, rgba(255,255,255,.48) 0%, rgba(255,255,255,0) 40%),
          linear-gradient(135deg, #f8edcf 0%, #ecd18a 100%);
        border-color: rgba(164,132,58,.34);
        border-radius: 11px;
        box-shadow: 0 5px 13px rgba(47,43,35,.11), inset 0 1px 0 rgba(255,255,255,.84);
      }
      .campus-banner.home-campus-notice::after {
        content: none;
        display: none;
      }
      .home-campus-notice .notice-hero-art {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 25px;
        width: 98px;
        height: 70px;
        object-fit: contain;
        transform: translateY(-50%);
        filter: drop-shadow(0 5px 7px rgba(47,43,35,.12));
      }
      .home-campus-notice.contact-notice-card {
        background:
          radial-gradient(circle at 84% 12%, rgba(255,255,255,.54) 0%, rgba(255,255,255,0) 40%),
          linear-gradient(135deg, #edf1f6 0%, #d5dfeb 100%);
        border-color: rgba(112,135,164,.32);
      }
      .home-campus-notice .notice-contact-art { width: 92px; right: 28px; }
      .home-campus-notice.rider-recruit-notice-card {
        background:
          radial-gradient(circle at 84% 12%, rgba(255,255,255,.56) 0%, rgba(255,255,255,0) 40%),
          linear-gradient(135deg, #f2f3e9 0%, #dce6d5 100%);
        border-color: rgba(118,143,111,.30);
      }
      .home-campus-notice .notice-rider-recruit-art { width: 84px; right: 31px; }
      .home-notice-carousel {
        position: relative;
        min-height: 88px;
        margin: 4px 2px 10px;
      }
      .home-notice-carousel .home-campus-notice {
        position: absolute;
        inset: 0 0 10px;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateX(12px);
        transition: opacity .42s ease, transform .42s ease;
      }
      .home-notice-carousel .home-campus-notice.is-active {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
      }
      .notice-carousel-dots {
        position: absolute;
        z-index: 4;
        left: 50%;
        bottom: 0;
        display: flex;
        gap: 5px;
        transform: translateX(-50%);
      }
      .notice-carousel-dot {
        width: 5px;
        height: 5px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: #c9c2b4;
        transition: width .2s ease, background .2s ease;
      }
      .notice-carousel-dot.is-active { width: 14px; background: #d4a91f; }
      .home-platform-announcement {
        width: calc(100% - 4px);
        min-height: 36px;
        margin: 0 2px 6px;
        padding: 7px 10px;
        display: grid;
        grid-template-columns: 18px auto minmax(0, 1fr) 12px;
        align-items: center;
        gap: 7px;
        border: 1px solid #e1d5b5;
        border-radius: 11px;
        background: #fffaf0;
        color: #25251f;
        text-align: left;
        box-shadow: 0 2px 7px rgba(68,54,20,.055);
        cursor: pointer;
      }
      .home-platform-announcement > img {
        width: 16px;
        height: 16px;
        display: block;
      }
      .home-platform-announcement-label {
        color: #735b19;
        font-size: 12px;
        font-weight: 760;
        white-space: nowrap;
      }
      .home-platform-announcement-content {
        min-width: 0;
        overflow: hidden;
        color: #55564f;
        font-size: 12px;
        font-weight: 520;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .home-platform-announcement-arrow { opacity: .58; }
      .home-delivery-promise {
        width: 100%;
        min-height: 29px;
        margin: -3px auto 8px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #6f5b22;
        font-size: 11px;
        white-space: nowrap;
      }
      .home-delivery-promise .promise-line {
        height: 1px;
        width: min(8vw, 42px);
        flex: 0 1 42px;
        opacity: .58;
      }
      .home-delivery-promise .promise-line-left { background: linear-gradient(90deg, rgba(211,178,72,0), rgba(211,178,72,.62)); }
      .home-delivery-promise .promise-line-right { background: linear-gradient(90deg, rgba(211,178,72,.62), rgba(211,178,72,0)); }
      .home-delivery-promise .promise-core {
        min-height: 26px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 800;
        letter-spacing: .025em;
      }
      .home-delivery-promise .promise-icon-wrap {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
      }
      .home-delivery-promise .promise-brand-icon > img {
        width: 18px;
        height: 18px;
        max-width: none;
        transform: scale(1.12);
      }
      .home-delivery-promise .promise-school-icon .sztu-emblem {
        width: 13px;
        height: 14px;
        flex-basis: 13px;
      }
      .home-delivery-promise .promise-divider { width: 1px; height: 10px; background: rgba(137,114,37,.24); }
      .home-delivery-promise .promise-label { color: #5f552e; }
      .home-delivery-promise .promise-strong { color: #5f552e; font-weight: 900; }
      .home-campus-notice .campus-banner-copy {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 141px 8px 16px;
        background: transparent;
      }
      .home-campus-notice .campus-notice-link {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 15px;
        line-height: 19px;
        font-weight: 850;
        color: #202126;
        text-shadow: none;
      }
      .home-campus-notice .notice-copy {
        min-width: 0;
        width: 100%;
        max-width: none;
        flex: 0 1 auto;
        display: grid;
        align-content: center;
        text-align: left;
        gap: 3px;
      }
      .home-campus-notice .notice-summary {
        display: block;
        width: 100%;
        min-width: 0;
        color: rgba(67,69,75,.82);
        font-size: 11px;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .home-campus-notice .notice-arrow {
        position: absolute;
        z-index: 3;
        right: 9px;
        bottom: 8px;
        width: 12px;
        height: 12px;
        padding: 4px;
        border-radius: 999px;
        background: rgba(255,255,255,.76);
        box-shadow: 0 2px 5px rgba(44,46,52,.10);
        filter: none;
      }
      .delivery-cutoff-label { display: inline-flex; align-items: center; gap: 5px; }
      .delivery-cutoff-label img { width: 14px; height: 14px; flex: 0 0 14px; }
      .home-category-row {
        position: relative;
        overflow: hidden;
        gap: 4px;
        padding: 4px;
        border: 1px solid #e9e5dc;
        border-radius: 14px;
        background: #f9f8f3;
        box-shadow: none;
      }
      .home-category {
        position: relative;
        z-index: 1;
        min-height: 60px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        box-shadow: none;
        color: #48484a;
        font-weight: 400;
        transition: transform .16s ease, background-color .16s ease, color .16s ease;
      }
      .home-category + .home-category::before {
        content: none;
        display: none;
      }
      .home-category:hover { background: rgba(255,255,255,.72); }
      .home-category.active {
        background: var(--yellow);
        border: 0;
        box-shadow: 0 3px 8px rgba(111,88,24,.10), inset 0 1px 0 rgba(255,255,255,.52);
        color: #1d1d1f;
        font-weight: 600;
      }
      .home-category.active::after {
        content: none;
        display: none;
      }
      .home-category .home-category-icon {
        width: 27px;
        height: 27px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transition: transform .16s ease;
      }
      .home-category .home-category-icon img {
        width: 25px;
        height: 25px;
      }
      .home-food-category .home-category-icon,
      .home-canteen-category .home-category-icon {
        width: 33px;
        height: 33px;
      }
      .home-food-category .home-category-icon img,
      .home-canteen-category .home-category-icon img {
        width: 33px;
        height: 33px;
        filter: drop-shadow(0 3px 4px rgba(56,43,17,.14));
      }
      .home-category.active .home-category-icon {
        width: 27px;
        height: 27px;
        border-radius: 0;
        border-color: transparent;
        background: transparent;
        box-shadow: none;
        transform: scale(1.08);
      }
      .home-food-category.active .home-category-icon,
      .home-canteen-category.active .home-category-icon {
        width: 33px;
        height: 33px;
        transform: translateY(-1px) scale(1.05);
      }
      .home-category:active {
        transform: scale(.96);
      }
      .smart-recommendation {
        margin: 0 0 18px;
        padding: 12px;
        border: 1px solid rgba(194,174,112,.34);
        border-radius: 20px;
        background:
          radial-gradient(circle at 92% 0%, rgba(255,216,77,.16), transparent 36%),
          rgba(255,255,255,.90);
        box-shadow: 0 10px 28px rgba(54,48,31,.07), inset 0 1px 0 rgba(255,255,255,.94);
      }
      .smart-recommendation-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 8px;
      }
      .smart-recommendation-copy {
        min-width: 0;
        display: grid;
        gap: 2px;
      }
      .smart-recommendation-title-line {
        display: flex;
        align-items: center;
        gap: 3px;
      }
      .smart-recommendation-help {
        position: relative;
        top: -6px;
        width: 14px;
        height: 14px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #89877f;
        font-size: 9px;
        line-height: 14px;
        font-weight: 750;
        cursor: pointer;
      }
      .smart-recommendation-help:hover { color: #5e5436; }
      .smart-recommendation-title {
        margin: 0;
        color: #1d1d1f;
        font-size: 21px;
        line-height: 1.18;
        letter-spacing: -.02em;
      }
      .smart-recommendation-period {
        color: #88867e;
        font-size: 11px;
        line-height: 1.25;
      }
      .smart-refresh {
        min-width: 0;
        height: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 3px 1px 3px 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #77766f;
        font-size: 11px;
        font-weight: 600;
        box-shadow: none;
        cursor: pointer;
        transition: color .16s ease, opacity .16s ease;
      }
      .smart-refresh:hover { color: #4d4b44; }
      .smart-refresh:active { opacity: .58; }
      .smart-refresh:disabled { opacity: .58; cursor: wait; }
      .smart-refresh-icon {
        width: 13px;
        height: 13px;
        display: block;
        opacity: .9;
        transition: transform .38s ease;
      }
      .smart-recommendation.is-loading .smart-refresh-icon { transform: rotate(180deg); }
      .smart-recommendation-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        transition: opacity .2s ease, transform .2s ease;
      }
      .smart-recommendation.is-loading .smart-recommendation-grid {
        opacity: .42;
        transform: translateY(2px);
      }
      .smart-dish-card {
        min-width: 0;
        display: block;
        overflow: hidden;
        border: 1px solid #e7e3d9;
        border-radius: 16px;
        background: #fff;
        color: inherit;
        text-decoration: none;
        box-shadow: 0 5px 16px rgba(33,31,25,.055);
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      }
      .smart-dish-card:hover {
        transform: translateY(-2px);
        border-color: #dbc66f;
        box-shadow: 0 10px 24px rgba(33,31,25,.10);
      }
      .smart-dish-visual {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1.76 / 1;
        background: linear-gradient(145deg, #f8f1d9, #eee7d4);
      }
      .smart-dish-visual img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .28s ease;
      }
      .smart-dish-visual img.is-fallback {
        width: calc(100% - 24px);
        height: calc(100% - 18px);
        margin: 9px 12px;
        object-fit: contain;
        filter: drop-shadow(0 5px 7px rgba(72,54,17,.12));
      }
      .smart-dish-card:hover .smart-dish-visual img { transform: scale(1.025); }
      .smart-dish-reason {
        position: absolute;
        left: 8px;
        bottom: 8px;
        max-width: calc(100% - 16px);
        overflow: hidden;
        padding: 4px 7px;
        border: 1px solid rgba(255,255,255,.66);
        border-radius: 999px;
        background: rgba(255,255,255,.88);
        color: #5f4a0d;
        font-size: 10px;
        line-height: 1;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
        backdrop-filter: blur(8px);
      }
      .smart-dish-body { padding: 8px 9px 9px; }
      .smart-dish-name {
        margin: 0;
        overflow: hidden;
        color: #222220;
        font-size: 14px;
        line-height: 1.35;
        font-weight: 750;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .smart-dish-store {
        display: block;
        margin-top: 2px;
        overflow: hidden;
        color: #818078;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .smart-dish-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        margin-top: 8px;
      }
      .smart-dish-price { color: #1d1d1f; font-size: 15px; font-weight: 780; }
      .smart-dish-eta {
        overflow: hidden;
        color: #8a6b1d;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .section-title-row::before {
        content: "";
        width: 4px;
        height: 20px;
        border-radius: 999px;
        background: var(--yellow);
      }
      .section-title-row {
        justify-content: flex-start;
        margin: 16px 0 12px;
      }
      .section-title-row h2 {
        color: #20211f;
        font-size: 19px;
        font-weight: 780;
        letter-spacing: -.015em;
      }
      .home-location-label {
        color: #686a64;
        font-weight: 650;
      }
      .home-location-value {
        color: #20211f;
        font-weight: 780;
        letter-spacing: -.012em;
      }
      .home-location-main .campus-location-badge {
        border-color: #dcd7cb;
        background: #fff;
        box-shadow: 0 1px 2px rgba(35,33,27,.04);
      }
      .home-search-card {
        width:calc(100% - 8px);
        margin-left:auto;
        margin-right:auto;
      }
      .home-search-field input {
        border-color: #d9d3c6;
        background: #fffefa;
        color: #20211f;
        box-shadow: 0 3px 10px rgba(38,35,27,.065), inset 0 1px 0 rgba(255,255,255,.96);
      }
      .home-search-field input::placeholder { color: #8a8b85; }
      .home-search-submit {
        box-shadow: 0 4px 10px rgba(145,108,12,.18);
      }
      .home-category-row {
        border-color: #ddd7ca;
        background: #fffdf8;
        box-shadow: 0 3px 10px rgba(38,35,27,.055);
      }
      .home-category {
        color: #484a46;
        font-weight: 580;
      }
      .home-category.active {
        color: #1c1d1b;
        font-weight: 760;
        box-shadow: 0 4px 10px rgba(124,94,16,.14), inset 0 1px 0 rgba(255,255,255,.5);
      }
      .smart-recommendation {
        border-color: #ddd4bd;
        border-radius: 18px;
        background:
          radial-gradient(circle at 94% 0%, rgba(255,216,77,.13), transparent 34%),
          #fffdf8;
        box-shadow: 0 5px 16px rgba(43,39,29,.075), inset 0 1px 0 rgba(255,255,255,.96);
      }
      .smart-recommendation-title { font-weight: 790; }
      .smart-recommendation-period {
        color: #6f716b;
        font-weight: 540;
      }
      .smart-dish-card {
        border-color: #ded9ce;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 3px 10px rgba(33,31,25,.065);
      }
      .smart-dish-name {
        color: #20211f;
        font-weight: 760;
      }
      .smart-dish-store {
        color: #6f716c;
        font-weight: 520;
      }
      .smart-dish-price {
        color: #20211f;
        font-weight: 800;
      }
      .smart-dish-eta {
        color: #725b20;
        font-weight: 620;
      }
      .home-store-grid {
        align-items: start;
      }
      .home-store-grid .store-card {
        padding: 14px;
        border-color: #ddd8cc;
        border-radius: 15px;
        background: #fffefa;
        box-shadow: 0 4px 14px rgba(39,36,28,.07);
      }
      .home-store-grid .store-card:hover {
        border-color: #d0c7b4;
        box-shadow: 0 8px 20px rgba(39,36,28,.10);
      }
      .home-store-grid .store-card.store-closed-selected { opacity:.72; }
      .home-store-grid .store-card-top {
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .home-store-grid .store-card-avatar,
      .home-store-grid .store-card-placeholder {
        width: 90px;
        height: 90px;
        aspect-ratio: 1;
        flex: 0 0 90px;
        margin: 0;
        border-color: #ded8ca;
        border-radius: 13px;
        object-fit: cover;
      }
      .home-store-grid .store-card-main { gap: 5px; }
      .home-store-grid .store-card-title-row h3 {
        color: #20211f;
        font-size: 16px;
        font-weight: 770;
      }
      .store-card-name-group { display:flex;align-items:center;gap:6px;min-width:0; }
      .store-card-name-link { min-width:0;color:inherit;text-decoration:none; }
      .store-card-name-link h3 { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
      .store-card-badge-web {
        width:22px;
        height:27px;
        flex:0 0 22px;
        padding:0;
        border:0;
        background:transparent;
        filter:brightness(1.15) saturate(1.1) contrast(1.04) drop-shadow(0 2px 4px rgba(57,43,8,.18));
        cursor:pointer;
        transition:transform .16s ease;
      }
      .store-card-badge-web:hover { transform:translateY(-1px) scale(1.04); }
      .home-store-grid .store-card-facts { gap: 5px; }
      .home-store-grid .store-card-facts span {
        min-height: 22px;
        padding: 3px 8px;
        border: 1px solid #e2ddd1;
        background: #f5f2e9;
        color: #565952;
        font-weight: 680;
      }
      .home-store-grid .store-card-desc {
        color: #656761;
        font-weight: 500;
      }
      .store-card-summary-link { display:block; color:inherit; text-decoration:none; }
      .store-card-visual-link {
        display:flex;
        width:90px;
        flex:0 0 90px;
        flex-direction:column;
        color:inherit;
        text-decoration:none;
      }
      .store-card-heading-link { display:block;color:inherit;text-decoration:none; }
      .home-store-grid .store-with-featured .store-card-top { align-items:stretch; }
      .home-store-grid .store-with-featured .store-card-main { min-width:0;overflow:hidden; }
      .store-entry-link-web {
        display:flex;
        flex:1;
        min-height:42px;
        margin-top:6px;
        align-items:center;
        justify-content:center;
        gap:4px;
        padding:8px 6px;
        border:1px solid rgba(184,151,56,.24);
        border-radius:12px;
        background:
          radial-gradient(circle at 24% 8%,rgba(255,255,255,.96),transparent 46%),
          linear-gradient(145deg,#fffdf8 0%,#f5ecd5 100%);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 5px 13px rgba(83,68,29,.07);
        color:#443a21;
        line-height:1;
        text-align:center;
        white-space:nowrap;
        overflow:hidden;
        transition:transform .16s ease,box-shadow .16s ease;
      }
      .store-entry-link-web:hover { transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 7px 16px rgba(83,68,29,.10); }
      .store-entry-link-web strong { color:#443812;font-size:11px;font-weight:760;letter-spacing:.01em;white-space:nowrap; }
      .store-entry-arrow { flex:0 0 auto;color:#b1840b;font-size:17px;font-weight:400;line-height:.8; }
      .home-featured-dishes {
        display:flex;
        width:100%;
        max-width:100%;
        min-width:0;
        gap:8px;
        margin-top:5px;
        padding-top:5px;
        border-top:1px solid #e6e0d4;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x proximity;
        scrollbar-width:none;
        box-sizing:border-box;
      }
      .home-featured-dishes::-webkit-scrollbar { display:none; }
      .home-featured-dish {
        flex:0 0 98px;
        min-width:0;
        overflow:hidden;
        border:1px solid #e4ded1;
        border-radius:12px;
        background:#fff;
        color:inherit;
        text-decoration:none;
        scroll-snap-align:start;
      }
      .home-featured-dish img,.home-featured-dish-placeholder {
        display:flex;
        width:100%;
        height:62px;
        align-items:center;
        justify-content:center;
        object-fit:cover;
        background:linear-gradient(145deg,#f4f0e5,#fff9e8);
        color:#807966;
        font-weight:800;
      }
      .home-featured-dish-copy { display:grid;gap:2px;padding:5px 6px 6px; }
      .home-featured-dish-name { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:760;color:#22221f; }
      .home-featured-dish-meta { display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:9px;color:#7b776d; }
      .home-featured-dish-price { color:#24231f;font-size:11px;font-weight:820; }
      .section-title-row.with-street-filter { width:100%; }
      .street-area-filter {
        display:flex;
        align-items:center;
        gap:2px;
        margin-left:auto;
        padding:3px;
        border:1px solid #e5dfd1;
        border-radius:999px;
        background:rgba(248,246,239,.92);
      }
      .street-area-option {
        min-width:39px;
        padding:5px 9px;
        border-radius:999px;
        color:#737268;
        font-size:11px;
        font-weight:650;
        line-height:1;
        text-align:center;
        transition:background .16s ease,color .16s ease,box-shadow .16s ease;
      }
      .street-area-option.active {
        background:#ffd84d;
        color:#252217;
        box-shadow:0 3px 8px rgba(102,79,13,.12),inset 0 1px 0 rgba(255,255,255,.62);
      }
      .home-store-grid .store-card-location,
      .home-store-grid .canteen-stall-meta {
        color: #676963;
      }
      .home-store-grid .canteen-stall-list {
        margin-top: 14px;
        border-top-color: #e1dcd1;
      }
      .home-store-grid .canteen-stall-link {
        border-color: #dfd9cc;
        background: #f8f5ed;
      }
      @media (min-width: 721px) {
        .home-category-row {
          width: min(720px, 100%);
          margin: 7px auto 15px;
        }
        .home-store-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 16px;
        }
        .home-store-grid > .store-card {
          width: calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
        }
      }
      @media (max-width: 720px) {
        .canteen-home-card .store-card-top { margin-bottom: 0; }
        body { background: radial-gradient(circle at 12% 4%, rgba(255,216,77,.12), transparent 28%), #fbfaf4; }
        .home-mobile-head {
          position: static;
          margin: 0 0 5px;
          padding: 10px 0 8px;
          background: transparent;
          border-bottom: 0;
          backdrop-filter: none;
        }
        .home-location-line { gap: 9px; }
        .home-locate-icon { width: 36px; height: 36px; }
        .home-locate-icon img { width: 20px; height: 20px; }
        .home-location-label { font-size: 11px; }
        .home-location-value { font-size: 16px; line-height: 1.12; }
        .campus-area-option { min-height: 29px; font-size: 13px; }
        .home-search-field { min-height: 42px; }
        .home-search-field input { min-height: 40px; font-size: 14px; }
        .home-search-submit { width: 34px; height: 34px; }
        .home-notice-carousel { margin: 4px 2px 10px; }
        .home-platform-announcement {
          min-height: 34px;
          margin: -1px 2px 4px;
          padding: 6px 9px;
          grid-template-columns: 17px auto minmax(0, 1fr) 11px;
          gap: 6px;
          border-radius: 10px;
        }
        .home-platform-announcement-label,
        .home-platform-announcement-content { font-size: 11px; }
        .delivery-wave-section { padding: 8px 10px 9px; border-radius: 12px; }
        .delivery-wave-head { margin-bottom: 7px; }
        .delivery-wave-head h3 { font-size: 16px; }
        .delivery-wave-head > span { padding: 4px 8px; border-radius: 999px; }
        .delivery-slot-card { flex-basis: 76px; min-height: 64px; padding: 6px 7px; border-radius: 9px; }
        .delivery-slot-time { font-size: 18px; }
        .home-category-row { margin: 5px 0 12px; }
        .home-category { min-height: 52px; font-size: 13px; }
        .smart-recommendation { margin: -1px 0 12px; padding: 9px; border-radius: 15px; }
        .smart-recommendation-head { align-items: center; margin-bottom: 7px; }
        .smart-recommendation-title { font-size: 17px; }
        .smart-recommendation-period { font-size: 10px; }
        .smart-recommendation-help { top: -5px; width: 13px; height: 13px; font-size: 9px; line-height: 13px; }
        .smart-refresh { min-width: 0; height: auto; padding: 2px 0 2px 8px; font-size: 10px; }
        .smart-recommendation-grid { gap: 6px; }
        .smart-dish-card { border-radius: 12px; }
        .smart-dish-visual { aspect-ratio: 1.9 / 1; }
        .smart-dish-reason { left: 5px; bottom: 5px; max-width: calc(100% - 10px); padding: 3px 5px; font-size: 9px; }
        .smart-dish-body { padding: 6px 7px 7px; }
        .smart-dish-name { font-size: 12px; }
        .smart-dish-store { font-size: 9px; }
        .smart-dish-foot { margin-top: 4px; }
        .smart-dish-price { font-size: 13px; }
        .smart-dish-eta { max-width: 58px; font-size: 8px; }
        .section-title-row { margin: 9px 0; }
        .section-title-row h2 { font-size: 18px; }
        .store-card { border-radius: 12px; box-shadow: 0 6px 15px rgba(23,23,20,.055); }
        .home-store-grid {
          display: grid;
          grid-template-columns: 1fr;
        }
        .home-store-grid > .store-card {
          width: auto;
          flex: none;
        }
        .home-store-grid .store-card {
          padding: 12px;
          border-radius: 12px;
        }
        .home-store-grid .store-card-top {
          align-items: flex-start;
          gap: 10px;
        }
        .home-store-grid .store-card-avatar,
        .home-store-grid .store-card-placeholder {
          width: 82px;
          height: 82px;
          flex-basis: 82px;
          border-radius: var(--radius-sm);
        }
        .store-card-visual-link { width:82px;flex-basis:82px; }
        .bottom-tab.active { width: 72px; justify-self: center; border-radius: 999px; }
      }

      /* 首页首屏紧凑层级：保留点击尺寸，减少上半区的累计留白。 */
      .home-mobile-head { margin-bottom:2px; }
      .home-notice-carousel { min-height:82px;margin:2px 2px 8px; }
      .campus-banner.home-campus-notice { min-height:70px; }
      .home-platform-announcement {
        width:100%;
        min-height:30px;
        margin:0 0 3px;
        padding:5px 4px;
        border:0;
        border-radius:0;
        background:transparent;
        box-shadow:none;
      }
      .home-delivery-promise { min-height:26px;margin:-1px auto 3px; }
      .home-category-row { margin-top:4px;margin-bottom:10px; }
      .home-category { min-height:54px; }
      .smart-recommendation { margin-bottom:14px;padding:10px; }
      .smart-recommendation-head { margin-bottom:6px; }
      .smart-recommendation-grid { gap:9px; }
      .smart-dish-visual { aspect-ratio:1.95 / 1; }
      .section-title-row { margin:10px 0 9px; }

      @media (max-width: 720px) {
        .home-mobile-head { margin-bottom:0;padding:7px 0 2px; }
        .home-notice-carousel { min-height:78px;margin:2px 2px 7px; }
        .campus-banner.home-campus-notice { min-height:68px; }
        .home-platform-announcement { min-height:29px;margin:0 0 2px;padding:4px; }
        .home-delivery-promise { min-height:24px;margin:-1px auto 2px; }
        .home-category-row { margin:3px 0 8px; }
        .home-category { min-height:48px; }
        .smart-recommendation { margin:-1px 0 8px;padding:8px; }
        .smart-recommendation-head { margin-bottom:5px; }
        .smart-recommendation-grid { gap:5px; }
        .smart-dish-visual { aspect-ratio:2.08 / 1; }
        .smart-dish-body { padding:5px 6px 6px; }
        .section-title-row { margin:7px 0; }
      }
