.sshop{margin-top:34px;padding:26px 28px;border:1px solid var(--border,#e2e8f0);border-radius:4px;background:var(--bg-card,#fff)}[data-theme=dark] .sshop{background:#15171a;border-color:#2a2e34}.sshop__kicker{display:block;margin-bottom:10px;font-family:'Fira Code',ui-monospace,monospace;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#d33c14}.sshop__lead{margin:0 0 18px;max-width:72ch;font-size:14.5px;line-height:1.6;color:var(--text-muted,#6b7280)}.sshop__lead strong{color:var(--text-main,#111);font-weight:600}.sshop__rows{display:flex;flex-direction:column}.sshop__row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:10px 22px;align-items:center;padding:13px 2px;border-top:1px solid var(--border,#e2e8f0)}[data-theme=dark] .sshop__row{border-top-color:#2a2e34}.sshop__row:last-child{border-bottom:1px solid var(--border,#e2e8f0)}[data-theme=dark] .sshop__row:last-child{border-bottom-color:#2a2e34}.sshop__name b{display:block;font-family:Rajdhani,sans-serif;font-weight:700;font-size:1.05rem;color:var(--text-main,#111)}.sshop__name span{display:block;margin-top:1px;font-family:'Fira Code',ui-monospace,monospace;font-size:.72rem;color:var(--text-muted,#6b7280)}.sshop__price b{font-family:Rajdhani,sans-serif;font-weight:700;font-size:1.25rem;color:var(--accent-text,#d33c14)}.sshop__price i{font-style:normal;margin-left:6px;font-size:.78rem;color:var(--text-muted,#6b7280)}.sshop__price>span{display:block;font-size:.78rem;color:var(--text-muted,#6b7280)}.sshop__buy{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid #ff5a2c;border-radius:4px;background:#d33c14;color:#fff;cursor:pointer;box-shadow:4px 4px 0 #9e2a0e;font-family:Rajdhani,sans-serif;font-weight:700;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease}.sshop__buy:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 #9e2a0e}.sshop__buy:active{transform:translate(4px,4px);box-shadow:0 0 0 transparent}.sshop__buy:focus-visible{outline:2px solid #d33c14;outline-offset:3px}@media(prefers-reduced-motion:reduce){.sshop__buy{transition:none}.sshop__buy:active,.sshop__buy:hover{transform:none;box-shadow:4px 4px 0 #9e2a0e}}.sshop__note{margin:16px 0 0;font-size:.85rem;line-height:1.55;color:var(--text-muted,#6b7280)}.sshop__note a{color:#d33c14}@media(max-width:680px){.sshop{padding:20px 16px}.sshop__row{grid-template-columns:1fr auto;grid-template-areas:"name buy" "price buy"}.sshop__name{grid-area:name}.sshop__price{grid-area:price}.sshop__buy{grid-area:buy}}.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-steps{display:flex;gap:8px;margin-bottom:22px}.co-step{flex:1;padding:8px 12px;border-radius:4px;border:1px solid var(--border,#e2e8f0);background:var(--bg-card,#fff);font-family:'Fira Code',monospace;font-size:.78rem;color:var(--text-muted,#6b7280);text-align:center;text-transform:uppercase;letter-spacing:.06em}[data-theme=dark] .co-step{background:#1a1d22;border-color:#2a2e34}.co-step.is-active{border-color:#d33c14;background:rgba(211,60,20,.06);color:var(--accent-text);font-weight:600}.co-step.is-done{border-color:#3fce78;background:rgba(63,206,120,.06);color:#3fce78}.co-pane{display:none}.co-pane.is-active{display:block}.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-scope-note{display:block;margin:8px 0 0;font-size:.82rem;line-height:1.5;color:var(--text-muted,#6b7280)}.co-scope-note a{color:var(--accent-text,#b83212);text-underline-offset:2px}.co-field textarea{min-height:130px;font-family:'Fira Code',ui-monospace,monospace;font-size:.78rem;line-height:1.5;resize:vertical}.co-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.co-row-3{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px}@media(max-width:540px){.co-row,.co-row-3{grid-template-columns:1fr}}.co-nip-row{display:flex;gap:8px}.co-nip-row input{flex:1}.co-nip-btn{padding:0 14px;border-radius:4px;border:1px solid #d33c14;background:rgba(211,60,20,.08);color:var(--accent-text);font-family:Rajdhani,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;transition:background .15s}.co-nip-btn:hover:not(:disabled){background:rgba(211,60,20,.18)}.co-nip-btn:disabled{opacity:.55;cursor:wait}.co-nip-status{margin-top:6px;font-size:.82rem;font-family:'Fira Code',monospace}.co-nip-status.ok{color:#16a34a}.co-nip-status.err{color:#dc2626}.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-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-csr-help{margin:6px 0 0;border:1px dashed rgba(211,60,20,.35);border-radius:4px;padding:10px 14px;font-size:.84rem;line-height:1.55;color:var(--text-muted,#6b7280)}.co-csr-help summary{cursor:pointer;font-family:Rajdhani,sans-serif;font-weight:600;color:var(--accent-text,#d33c14)}.co-csr-help code{display:block;margin:8px 0;padding:8px 10px;border-radius:4px;background:rgba(0,0,0,.05);font-family:'Fira Code',ui-monospace,monospace;font-size:.72rem;word-break:break-all;user-select:all}[data-theme=dark] .co-csr-help code{background:rgba(255,255,255,.06)}@media(hover:hover){.co-modal__dlg{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .18s 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 .18s ease}.co-modal__dlg:hover::-webkit-scrollbar-thumb{background:rgba(211,60,20,.55)}}@media(prefers-reduced-motion:reduce){.co-modal__dlg,.co-modal__dlg::-webkit-scrollbar-thumb{transition:none}}.sshop__buy:disabled{opacity:.6;cursor:wait;transform:none;box-shadow:none}.co-modal [hidden]{display:none!important}.co-modal__dlg{overflow-wrap:anywhere}.co-modal a:focus-visible,.co-modal button:focus-visible{outline:2px solid #d33c14;outline-offset:3px}.co-field input:focus-visible,.co-field select:focus-visible,.co-field textarea:focus-visible{outline:2px solid #d33c14;outline-offset:2px}.co-modal--csr{z-index:10060}.co-modal--csr .co-modal__dlg{max-width:560px}.co-modal--csr .co-modal__dlg:focus{outline:0}.csrg__lab{display:block;margin:14px 0 6px;font-family:"Fira Code",ui-monospace,monospace;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:#6b6660}.co-modal--csr input,.co-modal--csr select,.co-modal--csr textarea{width:100%;padding:9px 11px;border:1px solid #d6d3d0;border-radius:4px;font-family:"Fira Code",ui-monospace,monospace;font-size:12.5px;line-height:1.5;background:#fff;color:#16140f}.co-modal--csr input[readonly]{background:#f4f2ef;color:#3a3733}.csrg__note{margin:6px 0 0;font-size:12px;line-height:1.5;color:#6b6660}.csrg__opt{margin:14px 0 0;border:1px solid #e0ddd8;border-radius:4px}.csrg__opt summary{cursor:pointer;padding:9px 12px;font-family:"Fira Code",ui-monospace,monospace;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:#6b6660}.csrg__opt summary:hover{color:#16140f}.csrg__grid{padding:0 12px 12px;display:grid;gap:10px}.csrg__grid label{display:block;font-size:12px;color:#3a3733}.csrg__grid span{display:block;margin-bottom:4px}.csrg__err{margin:10px 0 0;padding:9px 11px;border:1px solid #d33c14;border-radius:4px;background:rgba(211,60,20,.06);color:#9e2a0e;font-size:12.5px}.csrg__ok{margin:0 0 10px;font-weight:600;color:#16140f}.csrg__warn{margin:0 0 14px;padding:11px 13px;border:1px solid #d33c14;border-left-width:4px;border-radius:4px;background:rgba(211,60,20,.07);color:#9e2a0e;font-size:13px;line-height:1.55}.csrg__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.co-modal--csr #csrgGo{margin-top:16px;width:100%}@media(max-width:600px){.csrg__actions .co-btn{flex:1 1 100%;text-align:center}}.sshop__row.is-dup{display:none}@supports (appearance:base-select){.co-field select,.co-field select::picker(select){appearance:base-select}.co-field select::picker(select){border:1px solid var(--border,#e2e8f0);border-radius:4px;background:var(--bg-card,#fff);color:inherit;padding:4px;margin-top:4px;box-shadow:0 12px 32px rgba(2,6,23,.16)}[data-theme=dark] .co-field select::picker(select){background:#1a1d22;border-color:#2a2e34;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.5)}.co-field select option{padding:9px 12px;border-radius:3px;font:inherit}.co-field select option:focus-visible,.co-field select option:hover{background:rgba(211,60,20,.1);outline:0}.co-field select option:checked{color:var(--accent-text,#b83212);font-weight:600}.co-field select option::checkmark{color:var(--accent-text,#b83212)}.co-field select::picker-icon{color:var(--accent-text,#b83212);transition:rotate .15s}.co-field select:open::picker-icon{rotate:180deg}}.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)}