.glass-panel{background:rgba(255,255,255,.45);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:2px solid rgba(255,255,255,.7);box-shadow:0 25px 50px -12px rgba(6,182,212,.2)}.main-logo{width:100%;height:100%;object-fit:contain;transform:scale(1.2)}.title-glow{filter:drop-shadow(0 0 2px rgba(255, 255, 255, .8)) drop-shadow(0 4px 10px rgba(8, 145, 178, .5));-webkit-text-stroke:1px rgba(255,255,255,0.3)}.floating-animation{animation:4s ease-in-out infinite floating}@keyframes floating{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-15px) rotate(1deg)}}.bubble-container{position:absolute;inset:-20px;pointer-events:none;z-index:5}.bubble{position:absolute;background:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.6);border-radius:50%;bottom:-10%;animation:rise var(--duration) infinite ease-in;opacity:0}.bubble:first-child{--duration:4s;width:15px;height:15px;left:10%}.bubble:nth-child(2){--duration:6s;width:25px;height:25px;left:30%;animation-delay:1s}.bubble:nth-child(3){--duration:5s;width:10px;height:10px;left:50%;animation-delay:.5s}.bubble:nth-child(4){--duration:7s;width:30px;height:30px;left:70%;animation-delay:2s}.bubble:nth-child(5){--duration:5.5s;width:20px;height:20px;left:85%;animation-delay:1.5s}.bubble:nth-child(6){--duration:8s;width:12px;height:12px;left:95%;animation-delay:3s}@keyframes rise{0%{transform:translateY(0) scale(1);opacity:0}20%{opacity:.7}100%{transform:translateY(-180px) scale(1.2);opacity:0}}.btn-glass{background:linear-gradient(135deg,#0ea5e9 0,#2563eb 100%);box-shadow:0 10px 20px rgba(37,99,235,.3)}.toast-error,.toast-success{background:rgba(255,255,255,.85)!important}.btn-glass:hover{background:linear-gradient(135deg,#38bdf8 0,#1d4ed8 100%);box-shadow:0 15px 30px rgba(37,99,235,.5);transform:translateY(-3px)}.toast{padding:14px 22px;border-radius:18px;box-shadow:0 15px 35px -5px rgba(0,0,0,.1);font-weight:700;min-width:300px;display:flex;align-items:center;gap:15px;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.6)}.toast-success{border-left:6px solid #22d3ee!important}.toast-success i{color:#0891b2;font-size:1.5rem}.toast-success span:first-child{color:#0891b2;font-size:10px;font-weight:900;letter-spacing:1px}.toast-error span:last-child,.toast-success span:last-child{color:#334155}.toast-error{border-left:6px solid #fb7185!important}.toast-error i{color:#e11d48;font-size:1.5rem}.toast-error span:first-child{color:#e11d48;font-size:10px;font-weight:900;letter-spacing:1px}@media (max-width:768px){.title-glow,h2,p{text-align:center}.glass-panel{background:rgba(255,255,255,.85);margin-top:80px}.logo-wrapper{margin-top:-120px;margin-bottom:-10px}.main-logo{transform:scale(1.1)}.title-glow{font-size:3.2rem;width:100%}}.toast-enter{animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards slideIn}.toast-exit{animation:.5s ease-in forwards slideOut}@keyframes slideIn{from{transform:translateX(120%)}to{transform:translateX(0)}}@keyframes slideOut{from{transform:translateX(0);opacity:0}to{transform:translateX(120%);opacity:0}}