.co-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.co-modal.is-open{opacity:1;visibility:visible}.co-modal__bg{position:absolute;inset:0;background:rgba(2,6,23,.78);backdrop-filter:blur(8px)}.co-modal__dlg{position:relative;width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:12px;background:#fff;color:#111;box-shadow:0 30px 80px rgba(2,6,23,.42)}[data-theme=dark] .co-modal__dlg{background:#15171a;color:#fff}.co-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 26px 18px;border-bottom:1px solid var(--border,#e2e8f0)}[data-theme=dark] .co-modal__head{border-bottom-color:#2a2e34}.co-modal__title{margin:0 0 4px;font-family:Rajdhani,sans-serif;font-size:1.35rem;font-weight:700}.co-modal__sub{margin:0;color:var(--text-muted,#6b7280);font-size:.92rem}.co-modal__close{width:36px;height:36px;border-radius:8px;border:1px solid var(--border,#e2e8f0);background:0 0;color:inherit;font-size:1.4rem;cursor:pointer;flex-shrink:0}[data-theme=dark] .co-modal__close{border-color:#2a2e34}.co-modal__close:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .co-modal__close:hover{background:rgba(255,255,255,.06)}.co-modal__body{padding:22px 26px 18px}.co-field{margin-bottom:14px}.co-field label{display:block;margin-bottom:6px;font-family:Rajdhani,sans-serif;font-weight:600;font-size:.92rem;color:inherit}.co-field input,.co-field select,.co-field textarea{width:100%;padding:10px 12px;border-radius:4px;border:1px solid var(--border,#e2e8f0);background:var(--bg-card,#fff);font-family:inherit;font-size:.96rem;color:inherit}[data-theme=dark] .co-field input,[data-theme=dark] .co-field select,[data-theme=dark] .co-field textarea{background:#1a1d22;border-color:#2a2e34;color:#fff}.co-field input:focus,.co-field select:focus,.co-field textarea:focus{outline:0;border-color:#d33c14;box-shadow:0 0 0 3px rgba(211,60,20,.12)}.co-field small{display:block;margin-top:4px;font-size:.82rem;color:var(--text-muted,#6b7280)}.co-field textarea{min-height:88px;font-family:inherit;font-size:.92rem;line-height:1.5;resize:vertical}.co-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.co-row[hidden]{display:none}@media(max-width:540px){.co-row{grid-template-columns:1fr}}.co-toggle{display:flex;gap:8px;margin-bottom:14px}.co-toggle button{flex:1;padding:10px 14px;border-radius:4px;border:1px solid var(--border,#e2e8f0);background:0 0;font-family:Rajdhani,sans-serif;font-weight:600;color:inherit;cursor:pointer;transition:border-color .15s,background .15s}[data-theme=dark] .co-toggle button{border-color:#2a2e34}.co-toggle button.is-active{border-color:#d33c14;background:rgba(211,60,20,.08);color:var(--accent-text)}.co-summary{padding:16px 18px;border-radius:8px;border:1px solid var(--border,#e2e8f0);background:rgba(211,60,20,.04);margin-bottom:16px;font-size:.94rem;line-height:1.6}[data-theme=dark] .co-summary{border-color:#2a2e34;background:rgba(211,60,20,.08)}.co-summary b{color:var(--accent-text)}.co-checkbox{display:flex;gap:10px;align-items:flex-start;padding:8px 0;font-size:.88rem;line-height:1.55;color:var(--text-muted,#6b7280)}.co-checkbox input{margin-top:3px;width:18px;height:18px;accent-color:var(--accent-text);flex-shrink:0}.co-modal__foot{display:flex;justify-content:space-between;gap:10px;padding:18px 26px 22px;border-top:1px solid var(--border,#e2e8f0)}[data-theme=dark] .co-modal__foot{border-top-color:#2a2e34}.co-btn{padding:12px 22px;border-radius:4px;border:none;font-family:Rajdhani,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.92rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.co-btn-primary{background:#d33c14;color:#fff;box-shadow:0 12px 28px rgba(211,60,20,.1)}.co-btn-primary:hover:not(:disabled){transform:translateY(-1px)}.co-btn-primary:disabled{opacity:.55;cursor:not-allowed}.co-btn-back{background:0 0;color:inherit;border:1px solid var(--border,#e2e8f0)}[data-theme=dark] .co-btn-back{border-color:#2a2e34}.co-btn-back:hover{background:rgba(0,0,0,.04)}[data-theme=dark] .co-btn-back:hover{background:rgba(255,255,255,.04)}.co-err{margin-top:8px;color:#c0392b;font-size:.88rem}[data-theme=dark] .co-err{color:#e74c3c}.co-field input::placeholder,.co-field textarea::placeholder{color:#5b6472;opacity:1}[data-theme=dark] .co-field input::placeholder,[data-theme=dark] .co-field textarea::placeholder{color:#949cab}.co-loading{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:co-spin .6s linear infinite;vertical-align:-2px;margin-right:6px}@keyframes co-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.co-loading{animation-duration:1.4s}.co-btn{transition:none}}.co-modal__dlg{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .2s ease}.co-modal__dlg:hover{scrollbar-color:rgba(211,60,20,.55) transparent}.co-modal__dlg::-webkit-scrollbar{width:8px}.co-modal__dlg::-webkit-scrollbar-track{background:0 0}.co-modal__dlg::-webkit-scrollbar-thumb{background:0 0;border-radius:4px;transition:background .2s ease}.co-modal__dlg:hover::-webkit-scrollbar-thumb{background:rgba(211,60,20,.55)}.szk-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:10px;margin-top:10px;border-top:1px dashed var(--border,#e2e8f0)}[data-theme=dark] .szk-price{border-top-color:#2a2e34}.szk-price__val{font-family:Rajdhani,sans-serif;font-size:1.45rem;font-weight:700;color:var(--accent-text)}.szk-price__vat{font-family:'Fira Code',ui-monospace,monospace;font-size:.78rem;color:var(--text-muted,#6b7280)}@media(max-width:460px){.szk-price{flex-direction:column;align-items:flex-start;gap:2px}.szk-price__val{font-size:1.3rem}.co-modal{padding:10px}.co-modal__body,.co-modal__foot,.co-modal__head{padding-left:16px;padding-right:16px}}.szk-done{text-align:center;padding:14px 0 4px}.szk-done__id{display:inline-block;margin:10px 0 12px;padding:8px 14px;border-radius:4px;border:1px solid #3fce78;background:rgba(63,206,120,.08);font-family:'Fira Code',ui-monospace,monospace;font-size:1rem;color:#20a05a}[data-theme=dark] .szk-done__id{color:#3fce78}.szk-done p{margin:0 0 8px;line-height:1.6}.szk-turnstile{margin:6px 0 12px}.co-checkbox a{color:var(--accent-text);font-weight:500;text-decoration:underline;text-decoration-color:currentColor;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s}.co-checkbox a:hover{color:var(--accent)}