@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";.login-bg{min-height:100vh;width:100vw;background:linear-gradient(120deg,#f3f3f3 60%,#e3f0ff 100%);display:flex;align-items:center;justify-content:center;padding:2vw;box-sizing:border-box;animation:fadeInBg 1.2s cubic-bezier(.4,0,.2,1)}.login-container{background:#fff;border-radius:28px;box-shadow:0 8px 32px #1f26871a;max-width:400px;width:100%;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}.login-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#222;text-align:center;letter-spacing:.5px}.login-form{width:100%;display:flex;flex-direction:column;align-items:center}.login-form input{width:100%;padding:1em 1.2em;border-radius:12px;border:1.5px solid #e0e0e0;margin-bottom:1.2rem;font-size:1.1em;background:#fafbfc;transition:border .2s,box-shadow .2s;box-sizing:border-box}.login-form input:focus{outline:none;border:1.5px solid #2979ff;box-shadow:0 0 0 2px #e3f0ff}.login-form button{width:100%;background:linear-gradient(90deg,#2979ff 0%,#6a82fb 100%);color:#fff;font-weight:700;border:none;border-radius:12px;padding:1em 0;font-size:1.1em;cursor:pointer;margin-bottom:1rem;transition:background .3s,transform .2s,box-shadow .2s;box-shadow:0 2px 8px #2979ff14}.login-form button:hover{background:linear-gradient(90deg,#6a82fb 0%,#2979ff 100%);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #2979ff21}.login-message{min-height:1.5em;color:#e53935;font-size:1em;margin-bottom:1rem;text-align:center;letter-spacing:.1px}@media (max-width: 600px){.login-bg{padding:.5rem}.login-container{border-radius:10px;min-width:0;max-width:100vw;padding:1.2rem .5rem 1rem}.login-title{font-size:1.2rem;margin-bottom:1rem}.login-form input,.login-form button{font-size:1em;padding:.8em .5em}}.voucher-split-bg{min-height:100vh;width:100vw;background:linear-gradient(120deg,#f3f3f3 60%,#e3f0ff 100%);display:flex;align-items:center;justify-content:center;padding:2vw;box-sizing:border-box;animation:fadeInBg 1.2s cubic-bezier(.4,0,.2,1)}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.voucher-split-container{display:flex;background:rgba(255,255,255,.98);border-radius:32px;box-shadow:0 8px 32px #1f26871a;overflow:hidden;max-width:900px;width:100%;min-height:500px;margin:0 auto;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.voucher-split-left{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2.5rem;min-width:320px;box-sizing:border-box;animation:fadeInLeft 1.2s cubic-bezier(.4,0,.2,1)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:none}}.voucher-split-title{font-size:2.1rem;font-weight:700;margin-bottom:2rem;color:#222;text-align:center;letter-spacing:.5px}.voucher-split-label{font-weight:600;color:#2979ff;margin-bottom:.5rem;display:block;letter-spacing:.2px}.voucher-split-form input{width:100%;padding:1em 1.2em;border-radius:12px;border:1.5px solid #e0e0e0;margin-bottom:2rem;font-size:1.1em;background:#fafbfc;transition:border .2s,box-shadow .2s;box-sizing:border-box;font-family:Poppins,Arial,sans-serif}.voucher-split-form input:focus{outline:none;border:1.5px solid #2979ff;box-shadow:0 0 0 2px #e3f0ff}.voucher-split-form button{width:100%;background:linear-gradient(90deg,#2979ff 0%,#6a82fb 100%);color:#fff;font-weight:700;border:none;border-radius:12px;padding:1em 0;font-size:1.1em;cursor:pointer;margin-bottom:1rem;transition:background .3s,transform .2s,box-shadow .2s;box-shadow:0 2px 8px #2979ff14}.voucher-split-form button:hover{background:linear-gradient(90deg,#6a82fb 0%,#2979ff 100%);transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #2979ff21}.voucher-split-message{min-height:1.5em;color:#e53935;font-size:1em;margin-bottom:1rem;text-align:center;letter-spacing:.1px}.voucher-logout{width:100%;background:#fff;color:#2979ff;font-weight:700;border:2px solid #2979ff;border-radius:12px;padding:1em 0;font-size:1.1em;cursor:pointer;margin-top:.5rem;margin-bottom:1rem;transition:background .3s,color .3s,border .3s,transform .2s,box-shadow .2s;box-sizing:border-box;box-shadow:0 2px 8px #2979ff0d}.voucher-logout:hover{background:#2979ff;color:#fff;border:2px solid #1565c0;transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #2979ff21}.voucher-split-right{flex:1 1 0;background:#e3f0ff;display:flex;align-items:center;justify-content:center;min-width:320px;position:relative;animation:fadeInRight 1.2s cubic-bezier(.4,0,.2,1)}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.voucher-split-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;animation:fadeInImg 1.3s cubic-bezier(.4,0,.2,1)}@keyframes fadeInImg{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}@media (max-width: 900px){.voucher-split-container{flex-direction:column;min-height:unset;max-width:98vw;border-radius:18px}.voucher-split-right,.voucher-split-left{min-width:0;width:100%;padding:2rem 1.2rem;align-items:center;justify-content:center;box-sizing:border-box}.voucher-split-right{min-height:180px;height:180px;padding-bottom:1.5rem}}@media (max-width: 600px){.voucher-split-bg{padding:.5rem}.voucher-split-container{border-radius:10px;min-width:0;max-width:100vw}.voucher-split-left,.voucher-split-right{padding:1rem .2rem;align-items:center;justify-content:center;min-width:0}.voucher-split-title{font-size:1.1rem;margin-bottom:1rem}.voucher-split-form input,.voucher-split-form button,.voucher-logout{font-size:1em;padding:.8em .5em}}
