.loading-screen{background-color:var(--bg-page);width:100%;height:100%;color:var(--text-secondary);z-index:9999;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.loading-screen__cup{width:88px;height:88px}.loading-screen__shadow{fill:var(--coffee-dark);opacity:.18}.loading-screen__body{fill:var(--coffee-light)}.loading-screen__liquid{fill:var(--coffee-mid);transform-origin:60px 52px;animation:1.6s ease-in-out infinite loading-screen-fill}.loading-screen__handle{stroke:var(--coffee-light)}.loading-screen__steam{stroke:var(--coffee-mid);opacity:.7;animation:1.8s ease-in-out infinite loading-screen-steam}.loading-screen__steam--1{animation-delay:-.6s}.loading-screen__label{letter-spacing:.01em;color:var(--text-muted);font-size:.95rem;font-weight:500}@keyframes loading-screen-fill{0%,to{transform:scaleY(1)}50%{transform:scaleY(.55)}}@keyframes loading-screen-steam{0%{opacity:0;transform:translateY(4px)}30%{opacity:.7}to{opacity:0;transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.loading-screen__liquid,.loading-screen__steam{animation:none}}.install-prompt{z-index:2000;justify-content:center;display:flex;position:fixed;bottom:90px;left:16px;right:16px}.install-prompt-content{width:min(100%,520px);box-shadow:var(--shadow-lg);background:#fffffffa;border:1px solid #5c2d0e24;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.install-prompt-title{color:var(--coffee-deep);margin:0 0 6px;font-size:15px;font-weight:800}.install-prompt-body{color:var(--text-muted);max-width:380px;margin:0;font-size:13px;line-height:1.6}.install-prompt-actions{align-items:center;gap:10px;display:flex}.install-prompt-btn{cursor:pointer;color:var(--coffee-deep);background:0 0;border:none;align-items:center;gap:8px;font-weight:700;display:inline-flex}.install-prompt-btn-primary{background:linear-gradient(135deg, var(--coffee-dark), var(--coffee-deep));color:#fff;border-radius:9999px;padding:12px 16px}.install-prompt-btn-close{background:#5c2d0e14;border-radius:9999px;padding:10px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}:root{--coffee-deep:#2c1008;--coffee-dark:#5c2d0e;--coffee-mid:#8b4513;--coffee-light:#c8956c;--coffee-pale:#e8c9a8;--cream:#fdf6f0;--white:#fff;--bg-page:var(--cream);--bg-panel:var(--white);--bg-card:var(--white);--bg-input:#faf3ec;--border-default:#5c2d0e26;--border-strong:#5c2d0e4d;--text-primary:var(--coffee-deep);--text-secondary:var(--coffee-dark);--text-muted:var(--coffee-mid);--text-pale:var(--coffee-light);--shadow-sm:0 2px 8px #2c10081a;--shadow-md:0 8px 24px #2c100824;--shadow-lg:0 18px 48px #2c10082e;--shadow-xl:0 28px 72px #2c100838;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px}body{background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100%}:root{scrollbar-width:thin;scrollbar-color:#5c2d0e52 #f8efe5e6}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#5c2d0e14;border-radius:9999px}::-webkit-scrollbar-thumb{background-color:#5c2d0e52;border:2px solid #f8efe5e6;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:#5c2d0e80}::-webkit-scrollbar-corner{background:0 0}
