.gq-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out gqOverlayIn;display:flex;position:fixed;inset:0}@keyframes gqOverlayIn{0%{opacity:0}to{opacity:1}}.gq-modal-content{background:#fff;border-radius:24px;width:100%;max-width:600px;max-height:90vh;animation:.4s cubic-bezier(.22,1,.36,1) gqSlideUp;overflow-y:auto;box-shadow:0 24px 64px #0003,0 0 0 1px #0000000d}@keyframes gqSlideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.gq-modal-content::-webkit-scrollbar{width:6px}.gq-modal-content::-webkit-scrollbar-track{background:0 0}.gq-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.gq-modal-header{background:linear-gradient(#fafbfc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;border-radius:24px 24px 0 0;justify-content:space-between;align-items:flex-start;padding:32px 32px 24px;display:flex;position:relative;overflow:hidden}.gq-modal-header:before{content:"";background:linear-gradient(90deg,#c62828,#ef5350,#ff8a65);height:3px;position:absolute;top:0;left:0;right:0}.gq-modal-title{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:900;line-height:1.2}.gq-modal-subtitle{color:#64748b;margin:8px 0 0;font-size:.875rem;line-height:1.5}.gq-modal-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.gq-modal-close:hover{color:#334155;background:#e2e8f0;transform:rotate(90deg)}.gq-form{padding:28px 32px 32px}.gq-form-section{margin-bottom:28px}.gq-form-section:last-of-type{margin-bottom:0}.gq-form-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin:0 0 16px;font-size:.6875rem;font-weight:800;display:flex}.gq-form-section-title svg{color:#c62828;opacity:.7}.gq-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:520px){.gq-form-grid{grid-template-columns:1fr}.gq-form{padding:20px 20px 24px}.gq-modal-header{padding:24px 20px 20px}}.gq-field-full{grid-column:1/-1}.gq-form-field{flex-direction:column;gap:6px;display:flex}.gq-form-field label{color:#334155;font-size:.8125rem;font-weight:600}.gq-required{color:#c62828}.gq-form-field input,.gq-form-field textarea,.gq-form-field select{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:.875rem;transition:all .25s cubic-bezier(.22,1,.36,1)}.gq-form-field input:focus,.gq-form-field textarea:focus,.gq-form-field select:focus{background:#fff;border-color:#c62828;outline:none;box-shadow:0 0 0 3px #c6282814}.gq-form-field input::placeholder,.gq-form-field textarea::placeholder{color:#94a3b8}.gq-form-field textarea{resize:vertical;min-height:100px}.gq-form-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.gq-form-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:24px;display:flex}.gq-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#c62828,#b71c1c);border:none;border-radius:12px;align-items:center;gap:8px;padding:13px 28px;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 4px 14px #c6282840}.gq-btn-primary:hover{background:linear-gradient(135deg,#b71c1c,#9a1515);transform:translateY(-1px);box-shadow:0 6px 20px #c6282859}.gq-btn-primary:active{transform:translateY(0)}.gq-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.gq-btn-secondary{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:12px;padding:13px 24px;font-size:.875rem;font-weight:600;transition:all .2s}.gq-btn-secondary:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.gq-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite gqSpin;display:inline-block}@keyframes gqSpin{to{transform:rotate(360deg)}}.gq-error-msg{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-size:.8125rem;font-weight:500;display:flex}.gq-success-state{text-align:center;padding:60px 32px}.gq-success-icon{color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:24px;animation:.6s cubic-bezier(.22,1,.36,1) gqBounce;display:inline-flex}@keyframes gqBounce{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.gq-success-state h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:1.5rem;font-weight:900}.gq-success-state p{color:#64748b;max-width:380px;margin:0 auto 32px;font-size:.9375rem;line-height:1.7}
