html,body{margin:0;min-height:100vh}body{display:flex;flex-direction:column}.anime{width:40%;max-width:150px;border-radius:50%;margin:0;object-fit:cover;opacity:1}.anime1{width:50%;max-width:150px;border-radius:50%;margin:0;object-fit:cover;opacity:1;align-items:center;border:2px solid #555}#e1,#e2{font-weight:600;text-shadow:2px 2px 4px rgb(30,40,221);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px}#header{background-color:#000;min-height:300px;width:100%;display:flex;align-items:center;justify-content:center;gap:20px;padding:20px;box-sizing:border-box;border-bottom:4px solid #333;flex-wrap:wrap}.side-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:0 0 10px rgba(0,100,255,.8);flex:1;max-width:200px;text-align:center}#center-visual{flex:2;display:flex;justify-content:center;max-width:500px}.poster-img{width:100%;height:auto;max-height:280px;object-fit:contain;border:2px solid #555}#small-text{font-weight:600}#K1{display:flex;padding:10px;justify-content:center;align-items:center}#K2{display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/images/white.png);background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;flex:1}#para{max-width:600px;width:100%;margin-top:15px;text-align:center;font-weight:600;text-shadow:1px 1px 2px white;color:#011205;display:flex;align-items:center;justify-content:center}#K3{margin:20px auto;display:flex;justify-content:center;align-items:center}#I1{height:44px;width:200px;border:2px solid black;border-right:none;border-radius:5px 0 0 5px;padding:0 10px;font-size:16px;box-sizing:border-box;outline:none}#B1{height:44px;width:50px;border:2px solid black;border-radius:0 5px 5px 0;background-color:#ed1e1e;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-sizing:border-box}#B1:active{background-color:#c81414}#para2{margin-bottom:20px;text-align:center;font-weight:500;text-shadow:1px 1px 2px whitesmoke}#para3{margin-top:20px;margin-bottom:20px;text-align:center;font-size:small;color:#011205;text-shadow:1px 1px 2px white;font-weight:800}#B2{background:linear-gradient(135deg,#0052cc,#00b4d8);margin:30px auto 0;padding:12px 30px;width:auto;height:auto;display:block;color:#fff;font-weight:800;font-size:1.1rem;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.5);border-radius:8px;border:none;cursor:pointer;box-shadow:0 4px 15px #0052cc66;transition:transform .2s ease}#B2:hover{transform:scale(1.05);box-shadow:0 6px 20px #0052cc99}#footer{text-align:center;margin:0;padding:20px 0;color:#888;font-size:.9rem}.loading-panel,.output-panel{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:50px;font-size:1.2rem}.output-panel{padding:20px}.image{width:150px;animation:spin 2s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:600px){#para{width:100%;margin-left:0}}@media screen and (max-width:768px){#header{flex-direction:column;height:auto;padding-bottom:40px}#center-visual{order:-1;margin-bottom:20px}.side-panel{max-width:none;width:100%;margin-bottom:20px}}.prediction-text{font-size:1.5rem;font-weight:700;margin:10px 0;padding:10px;border-left:5px solid #000;background-color:#0000000d;width:100%;animation:fadeIn .5s ease-in}.try-again-btn{background:linear-gradient(135deg,#111,#444);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:800;margin-top:20px;padding:12px 24px;text-transform:uppercase}.try-again-btn:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.salt-grain{position:fixed;top:-20px;width:6px;height:6px;background-color:#fff;border-radius:50%;box-shadow:1px 1px 2px #0000004d;pointer-events:none;z-index:9999;animation:fall linear forwards}@keyframes fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}
