.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background:#eef1f5;color:#656972;border-color:#d4dae3;cursor:not-allowed;opacity:1;box-shadow:none}.form-field input:disabled::placeholder,.form-field textarea:disabled::placeholder{color:#a4acb9}.form-field:has(input:disabled) span,.form-field:has(select:disabled) span,.form-field:has(textarea:disabled) span{color:#8b94a3}.form-field:has(input:disabled),.form-field:has(select:disabled),.form-field:has(textarea:disabled){opacity:.78}[hidden]{display:none!important}.form,.ticket-form{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));column-gap:14px;row-gap:18px;align-items:start}.form-col-2{grid-column:span 2;min-width:0}.form-col-3{grid-column:span 3;min-width:0}.form-col-4{grid-column:span 4;min-width:0}.form-col-5{grid-column:span 5;min-width:0}.form-col-6{grid-column:span 6;min-width:0}.form-col-8{grid-column:span 8;min-width:0}.form-col-10{grid-column:span 10;min-width:0}.form-field{display:grid;gap:8px;width:100%;min-width:0}.form-field span,.form-field label,.check-field span{color:#cbd5e1;font-size:12px;font-weight:700;line-height:1.2}.form-field input,.form-field select,.form-field textarea{width:100%;min-width:0;border-radius:13px;border:1px solid rgba(71,85,105,.95);background:#0206179e;color:#f8fafc;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form-field input,.form-field select{height:44px;padding:0 13px}.form-field textarea{min-height:110px;padding:12px 13px;resize:vertical;line-height:1.45}.form-field input::placeholder,.form-field textarea::placeholder{color:#64748b}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#38bdf8f2;box-shadow:0 0 0 3px #38bdf81f;background:#020617c7}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{color:#94a3b8;background:#0f172a8c;cursor:not-allowed}.form-field select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px 18px}.form-field select::-ms-expand{display:none}.check-field{display:inline-flex;align-items:center;gap:9px;width:fit-content;min-height:22px;margin-top:-2px;cursor:pointer;user-select:none}.check-field input{width:16px;height:16px;margin:0;flex:0 0 auto;accent-color:#38bdf8}.check-field span{color:#dbeafe}.form-message,.message{min-height:20px;margin:0 0 14px;color:#7dd3fc;font-size:13px;line-height:1.4}.form-message.error,.message.error{color:#fca5a5}.form-message.success,.message.success{color:#86efac}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:2px;padding-top:18px;border-top:1px solid rgba(51,65,85,.75)}.ghost-btn,.primary-btn{height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:13px;font-size:13px;font-weight:700;font-family:inherit;text-decoration:none;border:0;cursor:pointer;white-space:nowrap;transition:filter .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.ghost-btn{border:1px solid rgba(71,85,105,.85);background:#0f172ab8;color:#cbd5e1}.ghost-btn:hover{background:#1e293be6;color:#fff}.primary-btn{border:1px solid rgba(56,189,248,.6);background:linear-gradient(180deg,#0ea5e9f2,#2563ebf2);color:#fff;box-shadow:0 12px 28px #2563eb38}.primary-btn:hover{filter:brightness(1.08)}.primary-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.form-grid{grid-template-columns:1fr;row-gap:15px}.form-col-2,.form-col-3,.form-col-4,.form-col-5,.form-col-6,.form-col-8,.form-col-10{grid-column:span 1}.form-actions{flex-direction:column-reverse;align-items:stretch}.ghost-btn,.primary-btn{width:100%}}*{box-sizing:border-box}html{min-height:100%;background:#020617}body{margin:0;min-height:100vh;font-family:Arial,sans-serif;background:radial-gradient(circle at top left,rgba(30,64,175,.28),transparent 32rem),radial-gradient(circle at bottom right,rgba(8,47,73,.34),transparent 34rem),#020617;color:#e5e7eb}.page{min-height:100vh;display:flex;flex-direction:column;padding:22px}.back{width:fit-content;color:#93c5fd;text-decoration:none;font-size:14px;margin-bottom:28px}.back:hover{color:#bfdbfe;text-decoration:underline}.modal-shell{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 0 44px}.modal-card{width:100%;max-width:800px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#0f172afa,#020617fa);border:1px solid rgba(71,85,105,.95);box-shadow:0 32px 110px #000000a3,inset 0 1px #ffffff0a}.modal-header{padding-bottom:18px;margin-bottom:16px;border-bottom:1px solid rgba(51,65,85,.75)}.modal-kicker{margin:0 0 7px;color:#38bdf8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.modal-title{margin:0;color:#f8fafc;font-size:30px;line-height:1;letter-spacing:-.7px}.modal-subtitle{margin:10px 0 0;color:#94a3b8;font-size:14px;line-height:1.45}@media(max-width:640px){.page{padding:18px 14px}.modal-card{padding:18px;border-radius:20px}.modal-title{font-size:26px}}
