@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";body,html{color:#1e293b;background-color:#fcf1e5;min-height:100vh;margin:0;padding:0;font-family:Outfit,sans-serif}#root{box-sizing:border-box;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;display:flex}*{box-sizing:border-box}input:focus{outline:none}.app-container{justify-content:center;width:100%;padding:2rem 1rem;display:flex}.outer-card{background-color:#fff;border:1px solid #fcebbd;border-radius:32px;flex-direction:column;width:100%;max-width:560px;padding:12px;display:flex;box-shadow:0 10px 40px #f973160d}.hero-container{background-color:#fff;border:1px solid #f1f5f9;border-radius:24px;width:100%;overflow:hidden}.hero-image{width:100%;height:auto;display:block}.form-card{background-color:#fff;border-radius:24px;flex-direction:column;margin-top:1rem;padding:2rem;display:flex;box-shadow:0 4px 24px #0000000f}.form-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.icon-box{color:#ea580c;background-color:#fff7ed;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.form-title{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:2rem;font-weight:800}.form-subtitle{color:#64748b;max-width:85%;margin:0 0 2rem;font-size:1.05rem;line-height:1.5}.form-group{flex-direction:column;gap:2rem;display:flex}.input-group{flex-direction:column;gap:.75rem;display:flex}.input-label{color:#1e293b;font-size:1.1rem;font-weight:700}.input-wrapper{background-color:#fff;border:2px solid #f97316;border-radius:16px;align-items:center;height:60px;display:flex;overflow:hidden}.country-code{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);align-items:center;height:100%;padding:0 1.25rem;font-size:1.1rem;font-weight:600;display:flex}.divider{background-color:#fed7aa;width:1px;height:60%;margin:0 .5rem}.phone-input{color:#0f172a;letter-spacing:1px;background-color:#0000;border:none;outline:none;flex:1;width:100%;padding:0 1rem;font-size:1.3rem;font-weight:600}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:30px;align-items:center;width:100%;padding:.75rem .75rem .75rem 2rem;font-size:1.3rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 8px 20px #ea580c4d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #ea580c66}.submit-button:disabled{opacity:.8;cursor:not-allowed;transform:none}.arrow-circle{color:#ea580c;background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 5px #0000001a}.error-text{color:#ef4444;margin:-1rem 0 0;font-size:.95rem;font-weight:500}.ticket-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding-bottom:2rem;animation:.6s cubic-bezier(.175,.885,.32,1.275) ticketPop;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001f}.ticket-card button{width:calc(100% - 4rem)!important;margin:1rem auto 0!important}@keyframes ticketPop{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.ticket-header{color:#fff;background:linear-gradient(135deg,#10b981,#059669);padding:3rem 2rem 2.5rem;position:relative}.ticket-header:after{content:"";background-image:radial-gradient(circle at 10px 0,#0000 10px,#fff 11px);background-repeat:repeat-x;background-size:20px 20px;height:20px;position:absolute;bottom:-10px;left:0;right:0}.success-badge{color:#10b981;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 25px #0003}.ticket-details{text-align:left;border-top:2px dashed #cbd5e1;margin:2rem 2rem 1.5rem;padding-top:1.5rem}.detail-row{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.detail-label{color:#64748b;font-size:.95rem;font-weight:600}.detail-value{color:#0f172a;font-size:1.15rem;font-weight:800}.barcode-wrapper{background:#f8fafc;border-radius:12px;margin:1.5rem 2rem;padding:1rem}.barcode-placeholder{opacity:.85;background:repeating-linear-gradient(90deg,#0f172a,#0f172a 4px,#0000 4px 6px,#0f172a 6px 10px,#0000 10px 14px,#0f172a 14px 16px,#0000 16px 20px);height:50px;margin-bottom:.5rem}.secondary-button{color:#475569;box-shadow:none;background:#f1f5f9}.secondary-button:hover:not(:disabled){box-shadow:none;background:#e2e8f0;transform:translateY(-2px)}@media (width<=480px){.app-container{padding:1rem .5rem}.outer-card{border-radius:24px;padding:8px}.form-card{border-radius:20px;padding:1.5rem 1rem}.icon-box{width:48px;height:48px}.form-title{font-size:1.5rem}.form-subtitle{max-width:100%;margin-bottom:1.5rem;font-size:.95rem}.input-wrapper{height:50px}.country-code{padding:0 .8rem;font-size:1rem}.phone-input{padding:0 .5rem;font-size:1.1rem}.submit-button{padding:.6rem .6rem .6rem 1.5rem;font-size:1.1rem}.arrow-circle{width:36px;height:36px}}
