html{scroll-behavior:smooth}:root{--bg:#fdf7f2;--card:#fff;--text:#333;--muted:#6b6b6b;--pink:#f7d8df;--mint:#d7f0e8;--cream:#fff7ed;--safe:#c7f0d8;--avoid:#f7d6d6;--border:#e6e2dd;--shadow:0 20px 60px #35274014;--hero-bg:linear-gradient(135deg, #fff9f4, #effbf7);--hero-border:#fffc;--input-bg:#fff;--panel-bg:#fffdfb}[data-theme=dark]{--bg:#12161a;--card:#1d232b;--text:#e2e8f0;--muted:#94a3b8;--pink:#3b242e;--mint:#17372d;--cream:#2d261e;--safe:#163829;--avoid:#481d24;--border:#2d3748;--shadow:0 20px 60px #0006;--hero-bg:linear-gradient(135deg, #1c232d, #162925);--hero-border:#ffffff14;--input-bg:#222a35;--panel-bg:#1a2028}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #f7d8df52, transparent 28%), radial-gradient(circle at bottom right, #d7f0e859, transparent 26%), var(--bg);color:var(--text);margin:0;font-family:Inter,Segoe UI,sans-serif}.app-shell{max-width:1180px;margin:0 auto;padding:32px 24px 48px}.hero{background:var(--hero-bg);border:1px solid var(--hero-border);box-shadow:var(--shadow);z-index:30;border-radius:28px;margin-bottom:28px;padding:28px 24px;position:relative}.hero-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.hero-title{color:inherit;flex-wrap:wrap;align-items:center;gap:5px;text-decoration:none;display:flex}.hero-title h1{margin:0}.hero-actions{align-items:center;gap:10px;display:flex}.theme-toggle-btn{border:1px solid var(--border);background:var(--input-bg);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.theme-toggle-btn:hover{border-color:#ef3d4a;transform:translateY(-1px)}.mobile-theme-toggle-btn{display:none}.theme-icon{stroke:var(--text);display:none}:root:not([data-theme=dark]) .theme-icon-moon,[data-theme=light] .theme-icon-moon{display:block}[data-theme=dark] .theme-icon-sun{stroke:#ffbd2e;display:block}.menu-toggle-btn{border:1px solid var(--border);background:var(--input-bg);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:10px 9px;line-height:1;display:none}.menu-icon{color:var(--text);font-size:2.35rem}.mobile-menu-overlay{display:none}.mobile-menu-overlay[hidden]{display:none!important}.hero-logo{object-fit:contain;border-radius:14px;width:48px;height:48px}.eyebrow{color:#9e7a8d;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:.95rem}h1{margin:0 0 14px;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.hero p{color:var(--muted);margin:0;font-size:1rem;line-height:1.8}.controls{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:26px;display:grid;position:relative}.controls-body{display:contents}.control-item{flex-direction:column;gap:10px;display:flex}.apply-filters-btn{color:#fff;cursor:pointer;background:#ef3d4a;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:1.12rem;font-weight:700;display:none}.apply-filters-icon{justify-content:center;align-items:center;font-size:1.8em;line-height:1;display:inline-flex}.apply-filters-btn:hover,.apply-filters-btn:focus-visible{background:#eab8cb;outline:none}.filter-actions{gap:0;width:auto;display:block;position:absolute;top:0;right:0}.reset-filters-btn{color:#ef3d4a;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;padding:0;font-size:.95rem;font-weight:600;text-decoration:underline;transition:all .2s;display:inline-block}.reset-filters-btn:hover,.reset-filters-btn:focus-visible{color:#d73043;outline:none}.control-item label{color:var(--text);font-weight:600}.control-item>label:not(.saved-filter-toggle){align-items:center;min-height:30px;margin-bottom:2px;display:inline-flex}.saved-filter-toggle{border:1px solid var(--border);background:var(--input-bg);height:52px;min-height:52px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.saved-filter-toggle input{opacity:0;pointer-events:none;position:absolute}.saved-filter-box{background:var(--input-bg);color:#ef3d4a;border:1px solid #f1b1ba;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.18rem;line-height:1;display:inline-flex}.saved-filter-toggle.has-filter{border-color:#ef3d4a;box-shadow:0 0 0 2px #ef3d4a1f}.saved-filter-toggle.has-filter .saved-filter-box{color:#fff;background:#ef3d4a}#weekSelect,#typeSelect,#categorySelect,#searchInput,#nutritionInput,#conditionInput{border:1px solid var(--border);background:var(--input-bg);width:100%;height:52px;color:var(--text);border-radius:16px;padding:0 16px;font-size:1rem}#weekSelect.has-filter,#typeSelect.has-filter,#categorySelect.has-filter,#searchInput.has-filter,#nutritionInput.has-filter,#conditionInput.has-filter{border-color:#ef3d4a;box-shadow:0 0 0 2px #ef3d4a1f}.multi-autocomplete{flex-direction:column;gap:10px;display:flex;position:relative}.selected-chips{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.selected-chips:empty{display:none}.chip{background:var(--input-bg);border:1px solid var(--border);color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.95rem;display:inline-flex}.chip-remove{color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.autocomplete-list{background:var(--card);border:1px solid var(--border);max-height:240px;box-shadow:var(--shadow);z-index:20;border-radius:18px;margin:0;padding:8px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto}.autocomplete-list[hidden]{display:none}.autocomplete-item{cursor:pointer;color:var(--text);padding:10px 16px}.autocomplete-item:hover,.autocomplete-item:focus{background:var(--input-bg);outline:none}.autocomplete-empty{color:var(--muted);padding:10px 16px}#searchInput{min-width:0}.toggle-group{flex-wrap:wrap;gap:12px;display:flex}.toggle-btn{border:1px solid var(--border);background:var(--input-bg);min-width:140px;color:var(--text);cursor:pointer;border-radius:14px;flex:1;padding:14px 16px;font-weight:600;transition:transform .2s,border-color .2s,background .2s}.toggle-btn:hover,.toggle-btn:focus-visible{transform:translateY(-1px)}.toggle-btn.active{background:#f9e6ee;border-color:#b38caa}[data-theme=dark] .toggle-btn.active{background:var(--pink);color:#ff99a8;border-color:#ef3d4a}.category-filter{flex-wrap:wrap;gap:10px;display:flex}.category-btn{border:1px solid var(--border);background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:12px;padding:10px 14px;font-size:.95rem;font-weight:500;transition:transform .2s,border-color .2s,background .2s}.category-btn:hover{border-color:#d4a5c1;transform:translateY(-1px)}.category-btn.active{color:#6d4a62;background:#f5e8ef;border-color:#d7b5cc}[data-theme=dark] .category-btn.active{background:var(--pink);color:#ff99a8;border-color:#ef3d4a}.card-image{background:var(--input-bg);border-radius:20px;justify-content:center;align-items:center;width:100%;height:160px;font-size:4rem;display:flex;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;display:block}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;display:grid}.card{background:var(--card);border:1px solid var(--border);border-radius:28px;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative;box-shadow:0 12px 30px #2c202f14}.card-actions-top{z-index:10;align-items:center;gap:2px;display:flex;position:absolute;top:14px;right:14px}.feedback-food-btn,.save-food-btn{width:32px;height:32px;color:var(--muted);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:1.18rem;line-height:1;transition:transform .2s,background .2s,color .2s,opacity .2s;display:inline-flex;position:relative;top:auto;right:auto}.feedback-food-btn:hover,.save-food-btn:hover,.feedback-food-btn:focus-visible,.save-food-btn:focus-visible{background:var(--pink);color:#ef3d4a;opacity:1;outline:none;transform:translateY(-1px)}.feedback-food-btn svg{stroke:var(--muted);transition:stroke .2s}.feedback-food-btn:hover svg{stroke:#ef3d4a}.save-food-btn[aria-pressed=true]{background:var(--pink);color:#ff6f86;opacity:1;border:none}.week-badge{background:var(--pink);color:#8a405d;border-radius:14px;align-self:flex-start;padding:9px 13px;font-size:.92rem;font-weight:400}[data-theme=dark] .week-badge{color:#f2a8b9}.card-header{align-items:center;gap:12px;display:flex}.card-icon{border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.25rem;font-weight:800;line-height:1;display:inline-flex}.card.safe .card-icon{color:#2e7d53;background:#3eab7b26}[data-theme=dark] .card.safe .card-icon{color:#4ade80;background:#3eab7b40}.card.avoid .card-icon{color:#c92b2b;background:#ea656826}[data-theme=dark] .card.avoid .card-icon{color:#f87171;background:#ea656840}.card-title{margin:0;font-size:1.2rem;line-height:1.3}.card-section{flex-direction:column;gap:8px;display:flex}.meta-list{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.meta-list li{background:var(--cream);color:var(--text);border-radius:14px;padding:10px 14px;font-size:.92rem}.meta-list .card-tag-item{background:0 0;padding:0}.card-tag-btn{background:var(--cream);min-height:38px;color:var(--text);font:inherit;cursor:pointer;border:1px solid #0000;border-radius:14px;align-items:center;padding:9px 13px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.card-tag-btn:hover,.card-tag-btn:focus-visible{color:#ef3d4a;border-color:#ef3d4a;outline:none;transform:translateY(-1px)}.card-tag-btn[aria-pressed=true]{background:var(--pink);color:#ef3d4a;border-color:#ef3d4a;box-shadow:0 0 0 2px #ef3d4a1a}.nutrition-list li{background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:14px;padding:8px 12px;font-weight:400}.nutrition-list .card-tag-item{background:0 0;padding:0}.nutrition-list .card-tag-btn{background:var(--input-bg);min-height:34px;color:var(--text);border:1px solid var(--border);padding:7px 11px}.nutrition-list .card-tag-btn[aria-pressed=true]{background:var(--pink);color:#ef3d4a;border-color:#ef3d4a}.card-note{color:var(--muted);margin:0;line-height:1.75}.no-results{color:#8a3941;text-align:center;background:#fff4f4;border:1px solid #f7d6d6;border-radius:24px;grid-column:1/-1;padding:28px;font-size:1rem}.load-more-btn{color:#fff;cursor:pointer;background:#ef3d4a;border:none;border-radius:999px;margin:26px auto 0;padding:14px 28px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:block;box-shadow:0 14px 30px #ef3d4a38}.load-more-btn:hover,.load-more-btn:focus-visible{background:#d73043;outline:none;transform:translateY(-1px);box-shadow:0 16px 34px #ef3d4a47}.load-more-btn[hidden]{display:none}.footer{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;margin-top:36px;padding:24px}.footer p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.8}.footer p+p{margin-top:12px}.footer-copy{text-align:center;color:var(--muted);margin-top:18px;font-size:.92rem}.scroll-top-btn{background:var(--mint);color:#1d5c40;cursor:pointer;opacity:0;pointer-events:none;z-index:100;border:none;border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.4rem;transition:opacity .2s,transform .2s,background .2s;display:grid;position:fixed;bottom:24px;right:24px;transform:translateY(12px);box-shadow:0 14px 28px #3527402e}.scroll-top-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-btn:hover,.scroll-top-btn:focus-visible{background:#b8e4d4;outline:none}@media (max-width:640px){body.mobile-menu-open{overflow:hidden}.app-shell{padding:14px 14px 28px}.desktop-theme-toggle{display:none}.mobile-theme-toggle-btn{z-index:100;background:var(--input-bg);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:16px;left:16px;box-shadow:0 14px 28px #3527402e}.mobile-theme-toggle-btn:hover,.mobile-theme-toggle-btn:focus-visible{background:var(--panel-bg);outline:none;transform:translateY(-1px)}.scroll-top-btn{bottom:16px;right:16px}.hero{margin-bottom:14px;padding:22px 18px;transition:border-radius .2s,box-shadow .2s,transform .2s}.hero.hero-scrolled{z-index:120;border-radius:0 0 18px 18px;margin:0;padding:10px 16px;position:fixed;top:0;left:0;right:0;box-shadow:0 10px 24px #2c202f29}.hero.hero-scrolled .hero-title h1{font-size:1.25rem}.hero-subtext{margin-top:12px}.hero.hero-scrolled .hero-subtext{display:none}.hero-title{flex-wrap:nowrap;gap:8px}.hero-title h1{font-size:1.35rem;line-height:1.2}.hero-logo{border-radius:10px;width:40px;height:40px}.hero.hero-scrolled .hero-logo{width:32px;height:32px}.menu-toggle-btn{flex-shrink:0;display:inline-flex}.controls{background:var(--panel-bg);border-left:1px solid var(--border);z-index:130;flex-direction:column;width:min(86vw,360px);height:100dvh;margin:0;padding:0;transition:transform .26s;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-14px 0 36px #2c202f29}.controls-body{flex:1;grid-template-columns:1fr;grid-auto-rows:max-content;align-content:start;gap:10px;padding:30px 10px 10px;display:grid;overflow-y:auto}.controls.open{transform:translate(0)}.control-item{gap:6px;margin-bottom:20px}.control-item label{font-size:1.25rem}#weekSelect,#typeSelect,#categorySelect,#nutritionInput,#conditionInput,#searchInput{border-radius:14px;height:48px;padding:0 14px}.saved-filter-toggle{border-radius:14px;height:48px;min-height:48px;padding:0 12px}.apply-filters-btn{appearance:none;flex:1;justify-content:center;align-items:center;margin-top:4px;padding:12px 14px;font-family:inherit;line-height:1.25;display:flex}.reset-filters-btn{appearance:none;text-underline-offset:auto;background:0 0;border:2px solid #ef3d4a;border-radius:14px;flex:1;justify-content:center;align-items:center;margin-top:4px;padding:12px 14px;font-family:inherit;font-size:1.12rem;font-weight:700;line-height:1.25;text-decoration:none;display:flex;position:relative}.reset-filters-btn:hover,.reset-filters-btn:focus-visible{background:#fef5f6}.filter-actions{background:var(--panel-bg);border-top:1px solid var(--border);box-sizing:border-box;z-index:135;flex:none;gap:12px;width:100%;margin:0;padding:16px 12px;display:flex;position:static;box-shadow:0 -4px 12px #2c202f0f}.mobile-menu-overlay{z-index:125;background:#24182059;display:block;position:fixed;inset:0}.card{padding:20px}.grid{gap:14px}}.card-body{flex-direction:column;flex-grow:1;gap:16px;display:flex}.grid-toolbar{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 24px;display:flex}.results-info{color:var(--muted);font-size:.95rem;font-weight:500}.results-info span{color:#ef3d4a;font-weight:700}.suggest-food-link{color:#ef3d4a;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin-left:14px;padding:0;font-weight:700;text-decoration:underline}.suggest-food-link:hover,.suggest-food-link:focus-visible{color:#c72f3b}.layout-controls{align-items:center;gap:12px;display:flex}.layout-label{color:var(--text);font-size:.9rem;font-weight:600}.layout-options{background:var(--input-bg);border:1px solid var(--border);border-radius:12px;gap:4px;padding:4px;display:flex}.layout-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.layout-btn:hover{color:var(--text);background:#ffffff1a}.layout-btn.active{color:#ef3d4a;background:var(--card);box-shadow:0 4px 12px #ef3d4a1f}.layout-btn svg{width:100%;height:100%;transition:transform .2s}.layout-btn:active svg{transform:scale(.9)}.grid.layout-list{grid-template-columns:1fr;gap:20px}.grid.layout-grid-2{grid-template-columns:repeat(2,1fr);gap:22px}.grid.layout-grid-4{grid-template-columns:repeat(4,1fr);gap:22px}@media (min-width:641px){.grid.layout-list .card{grid-template-rows:auto 1fr;grid-template-columns:220px 1fr;align-items:start;gap:12px 24px;padding:24px;display:grid}.grid.layout-list .card-image{grid-area:1/1/span 2;height:100%;min-height:180px;margin:0}.grid.layout-list .week-badge{grid-area:1/2;place-self:start;margin-bottom:0}.grid.layout-list .card-body{grid-area:2/2;gap:12px}}@media (max-width:1024px){.layout-btn[data-layout=grid-4]{display:none}.grid.layout-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-toolbar{border-radius:16px;align-items:flex-start;margin-bottom:16px;padding:10px 16px}.results-info{flex-wrap:wrap;gap:6px 10px;display:flex}.suggest-food-link{margin-left:0}.layout-controls{display:none}.grid.layout-list,.grid.layout-grid-2,.grid.layout-grid-4{grid-template-columns:1fr;gap:14px}}.control-label-header{align-items:center;gap:2px;width:fit-content;min-height:30px;margin-bottom:2px;display:inline-flex}.control-label-header label{cursor:pointer;margin:0}.view-all-link{color:#ef3d4a;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:2px 4px;transition:all .2s;display:inline-flex}.view-all-link:hover{background-color:#ef3d4a14;transform:scale(1.08)}.view-all-link:active{transform:scale(.92)}.view-all-link:focus-visible{outline:2px solid #ef3d4a}body.dialog-open{overflow:hidden}.view-all-dialog{background:var(--card);will-change:transform;border:none;border-radius:24px;width:90%;max-width:600px;height:600px;max-height:80vh;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 80px #35274040}.view-all-dialog::backdrop{background:#1e141ca6}.dialog-overlay{z-index:1000;background:#1e141ca6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dialog-content{flex-direction:column;height:100%;max-height:80vh;display:flex}.dialog-panel{background:var(--card);border-radius:24px;width:min(90vw,600px);height:auto;max-height:min(80vh,600px);overflow:hidden;box-shadow:0 24px 80px #35274040}.view-all-panel{height:min(80vh,600px)}.dialog-header{border-bottom:1px solid var(--border);background:var(--hero-bg);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.dialog-header h2{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.dialog-close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.8rem;line-height:1;transition:color .2s}.dialog-close-btn:hover{color:#ef3d4a}.dialog-search-wrapper{padding:16px 24px 10px}.dialog-search-input{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);border-radius:14px;padding:12px 16px;font-size:.95rem;transition:all .2s}.dialog-search-input:focus{border-color:#ef3d4a;outline:none;box-shadow:0 0 0 2px #ef3d4a1f}.dialog-body{will-change:scroll-position;-webkit-overflow-scrolling:touch;flex-grow:1;padding:0 24px 20px;overflow-y:auto}.dialog-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-top:4px;margin-bottom:14px;font-size:.85rem;display:flex}.dialog-clear-btn{color:#d73043;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.dialog-clear-btn:hover{opacity:.8}.options-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;padding-bottom:12px;display:grid}.option-tag{border:1px solid var(--border);background:var(--input-bg);color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9rem;font-weight:500;transition:background-color .15s,border-color .15s;display:flex}.option-tag:hover{background:var(--card);border-color:#f1b1ba}.option-tag.selected{background:var(--pink);color:#ef3d4a;border-color:#ef3d4a;font-weight:600}.option-tag.selected:after{content:"✓";flex-shrink:0;margin-left:6px;font-size:.85rem}.dialog-footer{border-top:1px solid var(--border);background:var(--card);justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px 20px;display:flex}.feedback-cancel-btn{border:1px solid var(--border);background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:14px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s}.feedback-cancel-btn:hover{background:var(--card);border-color:var(--muted)}.dialog-confirm-btn{color:#fff;cursor:pointer;background:#ef3d4a;border:none;border-radius:14px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:opacity .2s}.dialog-confirm-btn:hover{opacity:.9}.dialog-confirm-btn:disabled{cursor:not-allowed;opacity:.65}.feedback-dialog{max-height:min(90vh,560px)}.feedback-dialog-body{flex-direction:column;gap:16px;padding:16px 24px 20px;display:flex}.feedback-target-info{color:var(--text);background:var(--input-bg);border:1px solid var(--border);border-radius:12px;padding:10px 14px;font-size:.95rem}.feedback-target-info strong{color:#ef3d4a}.feedback-form-group{flex-direction:column;gap:8px;display:flex}.feedback-form-group label{color:var(--text);font-size:.92rem;font-weight:600}.feedback-form-group input,.feedback-form-group select,.feedback-form-group textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);resize:vertical;border-radius:14px;padding:12px 16px;font-family:inherit;font-size:.95rem}.notice-dialog{height:auto;max-height:400px}.notice-dialog-body{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:28px 24px 20px;display:flex}.notice-icon{margin-bottom:12px;font-size:3rem}#noticeMessage{color:var(--text);margin:0;font-size:1.05rem;line-height:1.6}
