/* 官网应用中心：共享冰箱始终在手机框内呈现。 */
body{background:#e9dfc2;background-image:radial-gradient(rgba(74,58,40,.11) .7px,transparent .7px);background-size:5px 5px}.app-stage{min-height:100vh;padding:28px;display:grid;place-items:center}.phone-frame{position:relative;width:min(430px,100%);height:min(850px,calc(100vh - 56px));overflow-y:auto;overflow-x:hidden;border:7px solid #173f3e;border-radius:43px;background:var(--paper);box-shadow:0 36px 80px rgba(56,44,27,.22);scrollbar-width:thin}.phone-speaker{position:sticky;z-index:31;top:0;width:82px;height:20px;margin:0 auto -20px;border-radius:0 0 16px 16px;background:#173f3e}.phone-frame .topbar{height:58px;padding:0 20px}.phone-frame .topbar nav{display:flex}.phone-frame .hero{min-height:auto;padding:54px 24px 24px;display:block}.phone-frame .hero h1{font-size:54px;margin:26px 0 18px}.phone-frame .hero>div:first-child>p:last-child{font-size:12px}.phone-frame .fridge-visual{height:330px}.phone-frame .fridge-door{width:220px;height:285px;border-width:5px;border-radius:38px}.phone-frame .fridge-door:after{top:104px;border-width:5px}.phone-frame .fridge-door span{bottom:54px;font-size:25px}.phone-frame .fridge-door i{right:22px;top:37px;width:8px;height:50px}.phone-frame .food{font-size:48px}.phone-frame .dashboard{display:grid;grid-template-columns:1fr 1fr;padding:20px 16px 55px;margin:0;gap:10px}.phone-frame .summary-card,.phone-frame .alert-card,.phone-frame .add-card{border-radius:20px;padding:20px}.phone-frame .summary-card strong,.phone-frame .alert-card b{font-size:55px}.phone-frame .alert-card span{font-size:15px}.phone-frame .add-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.phone-frame .add-card>div{grid-column:1/-1}.phone-frame .add-card button{grid-column:1/-1}.phone-frame .inventory-section,.phone-frame .recipe-section{padding:55px 18px}.phone-frame .section-title{align-items:flex-start;gap:12px;margin-bottom:28px}.phone-frame .section-title h2{font-size:42px}.phone-frame .inventory-grid,.phone-frame .recipe-grid{grid-template-columns:1fr}.phone-frame .food-card{min-height:190px}.phone-frame .recipe-card{min-height:245px}.phone-frame .mini-program{padding:58px 22px;display:grid;grid-template-columns:1fr;gap:28px}.phone-frame .mini-program h2{font-size:43px}.phone-frame footer{display:grid;gap:13px;padding:28px 20px}.phone-frame footer span{opacity:.55}@media(max-width:560px){.app-stage{padding:0}.phone-frame{width:100%;height:100svh;border:0;border-radius:0}.phone-frame .topbar{padding-top:env(safe-area-inset-top);height:calc(56px + env(safe-area-inset-top))}.phone-frame .hero h1{font-size:52px}.phone-frame .dashboard{margin:0}.phone-frame .topbar nav{display:flex}.phone-speaker{display:none}}
