html,body{margin:0;padding:0;height:100%;font-family:Arial,sans-serif}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:background-color .3s ease;padding:20px}.app.light{background-color:#f9f9f9;color:#333}.app.dark{background-color:#0f172a;color:#fff}.app.forest{background-color:#1b4332;color:#d8f3dc}.container{width:100%;max-width:900px;padding:20px;text-align:center}.theme-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:15px}.theme-buttons button{padding:8px 14px;border-radius:6px;border:2px solid white;background:transparent;cursor:pointer;color:inherit}.theme-buttons button.active{background:#6366f1;border-color:#6366f1;color:#fff}button{background-color:#6366f1;border:none;padding:10px 18px;border-radius:6px;color:#fff;cursor:pointer;font-weight:700}button:hover{background-color:#4f46e5}.preview{margin-top:20px}.preview img{max-width:100%;height:auto;border-radius:8px}.predictions{margin-top:20px;text-align:left;opacity:0;transform:translateY(15px);transition:opacity .6s ease,transform .6s ease}.predictions.show{opacity:1;transform:translateY(0)}.predictions table{width:100%;border-collapse:collapse}.predictions th,.predictions td{padding:8px;border-bottom:1px solid rgba(255,255,255,.2)}.predictions th{background-color:#0000001a}*{box-sizing:border-box}html,body{margin:0;padding:0}
