.sb-dev,.sb-dev *,.sb-dev *:before,.sb-dev *:after{box-sizing:border-box}.sb-dev{isolation:isolate;--sb-dev-ink: #10151a;--sb-dev-muted: #5b6875;--sb-dev-line: #e3e9ef;--sb-dev-surface: #ffffff;--sb-dev-sunk: #f5f8fb;--sb-dev-tint: #e7f2fd;--sb-dev-code-bg: #0f1c2b;--sb-dev-code-ink: #e8f1fa;--sb-dev-display: var(--font-heading-family, "Titillium Web", ui-sans-serif, system-ui, sans-serif);--sb-dev-body: var(--font-body-family, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);--sb-dev-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;font-family:var(--sb-dev-body);color:var(--sb-dev-ink);background:var(--sb-dev-sunk);padding:40px 0 72px}.sb-dev__shell{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}@media screen and (min-width:990px){.sb-dev__shell{grid-template-columns:244px minmax(0,1fr);gap:40px}.sb-dev__shell--solo{grid-template-columns:minmax(0,1fr)}}.sb-dev__shell--solo .sb-dev__main{max-width:1100px;margin-inline:auto}.sb-dev__main{min-width:0}.sb-dev__aside{display:none}@media screen and (min-width:990px){.sb-dev__aside{display:block;position:sticky;top:112px;background:var(--sb-dev-surface);border:1px solid var(--sb-dev-line);border-radius:var(--sb-radius-lg, 14px);padding:20px}}.sb-dev__aside-head{font-family:var(--sb-dev-display);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sb-dev-muted);margin:0 0 12px}.sb-dev__toc{list-style:none;margin:0;padding:0}.sb-dev__toc a{display:block;font-size:15px;line-height:1.35;padding:11px 0;min-height:var(--sb-btn-h-sm, 44px);color:var(--sb-dev-ink);text-decoration:none;border-bottom:1px solid var(--sb-dev-line)}.sb-dev__toc li:last-child a{border-bottom:0}.sb-dev__toc a:hover,.sb-dev__toc a:focus-visible{color:var(--sb-blue-text, #0070c4);text-decoration:underline}.sb-dev__jump{background:var(--sb-dev-surface);border:1px solid var(--sb-dev-line);border-radius:var(--sb-radius-md, 12px);margin:0 0 20px;overflow:hidden}@media screen and (min-width:990px){.sb-dev__jump{display:none}}.sb-dev__jump-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--sb-btn-h-sm, 44px);padding:12px 16px;cursor:pointer;font-family:var(--sb-dev-display);font-size:15px;font-weight:700;color:var(--sb-dev-ink);list-style:none}.sb-dev__jump-summary::-webkit-details-marker{display:none}.sb-dev__jump-summary:after{content:"";flex:none;width:9px;height:9px;border-right:2px solid var(--sb-dev-muted);border-bottom:2px solid var(--sb-dev-muted);transform:rotate(45deg) translateY(-2px);transition:transform .12s ease}.sb-dev__jump[open] .sb-dev__jump-summary:after{transform:rotate(225deg) translateY(-2px)}.sb-dev__jump-count{margin-left:auto;font-family:var(--sb-dev-body);font-size:13px;font-weight:400;color:var(--sb-dev-muted)}.sb-dev__jump .sb-dev__toc{padding:0 16px 8px}.sb-dev__hero{background:linear-gradient(135deg,var(--sb-dev-hero-from, #0272c4),var(--sb-dev-hero-to, #0454a0));color:#fff;border-radius:var(--sb-radius-xl, 24px);padding:36px 28px;margin:0 0 32px}.sb-dev__hero-title{font-family:var(--sb-dev-display);font-size:30px;line-height:1.15;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.01em}@media screen and (min-width:750px){.sb-dev__hero{padding:48px 40px}.sb-dev__hero-title{font-size:40px}}.sb-dev__hero-body{font-size:17px;line-height:1.6;margin:0;max-width:62ch;color:#ffffffeb}.sb-dev__hero-meta{display:flex;flex-wrap:wrap;gap:8px 10px;margin:22px 0 0;padding:0;list-style:none}.sb-dev__pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:var(--sb-radius-pill, 999px);background:#ffffff29;border:1px solid rgba(255,255,255,.3);font-size:13px;font-weight:600;color:#fff}.sb-dev__pill code{font-family:var(--sb-dev-mono);font-size:12px;color:#fff;background:none;padding:0}.sb-dev__card{background:var(--sb-dev-surface);border:1px solid var(--sb-dev-line);border-radius:var(--sb-radius-lg, 14px);padding:26px 22px;margin:0 0 24px}@media screen and (min-width:750px){.sb-dev__card{padding:32px}}.sb-dev__h2{font-family:var(--sb-dev-display);font-size:24px;line-height:1.2;font-weight:700;color:var(--sb-dev-ink);margin:0 0 8px;scroll-margin-top:120px}.sb-dev__h3{font-family:var(--sb-dev-display);font-size:18px;line-height:1.3;font-weight:700;color:var(--sb-dev-ink);margin:26px 0 8px}.sb-dev__lede{font-size:16px;line-height:1.65;color:var(--sb-dev-muted);margin:0 0 20px;max-width:70ch}.sb-dev p{font-size:15px;line-height:1.7;margin:0 0 14px;max-width:74ch}.sb-dev__card p:last-child{margin-bottom:0}.sb-dev__card a:not(.sb-dev__btn),.sb-dev__lede a{color:var(--sb-blue-text, #0070c4);text-decoration:underline;text-underline-offset:2px}.sb-dev ul,.sb-dev ol{font-size:15px;line-height:1.7;margin:0 0 16px;padding-left:22px;max-width:74ch}.sb-dev li+li{margin-top:6px}.sb-dev code{font-family:var(--sb-dev-mono);font-size:13.5px;background:var(--sb-dev-tint);color:#0b4d80;padding:2px 5px;border-radius:var(--sb-radius-sm, 8px);word-break:break-word}.sb-dev__pre{margin:0 0 16px;padding:16px 18px;background:var(--sb-dev-code-bg);color:var(--sb-dev-code-ink);border-radius:var(--sb-radius-md, 12px);overflow-x:auto;font-family:var(--sb-dev-mono);font-size:13px;line-height:1.6;-webkit-overflow-scrolling:touch}.sb-dev__pre code{background:none;color:inherit;padding:0;font-size:inherit;white-space:pre;word-break:normal}.sb-dev__tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 18px;border:1px solid var(--sb-dev-line);border-radius:var(--sb-radius-md, 12px)}.sb-dev__table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px}.sb-dev__table th,.sb-dev__table td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--sb-dev-line);vertical-align:top;line-height:1.55}.sb-dev__table thead th{font-family:var(--sb-dev-display);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sb-dev-muted);background:var(--sb-dev-sunk);white-space:nowrap}.sb-dev__table tbody tr:last-child th,.sb-dev__table tbody tr:last-child td{border-bottom:0}.sb-dev__table td code,.sb-dev__table th code{white-space:nowrap}.sb-dev__verb{font-family:var(--sb-dev-mono);font-size:12px;font-weight:700;color:#0b4d80;white-space:nowrap}.sb-dev__note{border-left:4px solid var(--sb-blue, #038bef);background:var(--sb-dev-tint);border-radius:0 var(--sb-radius-md, 12px) var(--sb-radius-md, 12px) 0;padding:14px 18px;margin:0 0 18px}.sb-dev__note p{margin:0}.sb-dev__note p+p{margin-top:10px}.sb-dev__btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--sb-btn-h-sm, 44px);padding:0 22px;border-radius:var(--sb-radius-md, 12px);background:var(--sb-blue, #038bef);color:#fff;font-size:15px;font-weight:700;text-decoration:none;border:0}.sb-dev__btn:hover,.sb-dev__btn:focus-visible{background:var(--sb-blue-text, #0070c4);color:#fff;text-decoration:none}.sb-dev__btnrow{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 0}.sb-dev__btn--ghost{background:transparent;color:var(--sb-blue-text, #0070c4);border:1px solid var(--sb-blue, #038bef)}.sb-dev__btn--ghost:hover,.sb-dev__btn--ghost:focus-visible{background:var(--sb-dev-tint);color:var(--sb-blue-text, #0070c4)}.sb-dev__pricegrid{display:grid;grid-template-columns:1fr;gap:16px;margin:0 0 8px}@media screen and (min-width:750px){.sb-dev__pricegrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.sb-dev__pricegrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.sb-dev__price{display:flex;flex-direction:column;gap:10px;background:var(--sb-dev-surface);border:1px solid var(--sb-dev-line);border-radius:var(--sb-radius-lg, 14px);padding:18px;height:100%}.sb-dev__price-media{display:block;border-radius:var(--sb-radius-md, 12px);overflow:hidden;background:var(--sb-dev-sunk);aspect-ratio:4 / 3}.sb-dev__price-media img{width:100%;height:100%;object-fit:cover;display:block}.sb-dev__price-title{font-family:var(--sb-dev-display);font-size:17px;line-height:1.3;font-weight:700;margin:0}.sb-dev__price-title a{color:var(--sb-dev-ink);text-decoration:none}.sb-dev__price-title a:hover,.sb-dev__price-title a:focus-visible{text-decoration:underline}.sb-dev__price-figures{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:auto}.sb-dev__price-now{font-family:var(--sb-dev-display);font-size:22px;font-weight:700;color:var(--sb-dev-ink)}.sb-dev__price-was{font-size:14px;color:var(--sb-dev-muted);text-decoration:line-through}.sb-dev__price-save{font-size:12px;font-weight:700;color:#0b6b3a;background:#e6f6ed;border-radius:var(--sb-radius-pill, 999px);padding:3px 9px}.sb-dev__price-stock{font-size:13px;color:var(--sb-dev-muted);margin:0}.sb-dev__price-stock--out{color:#8a4b00}.sb-dev__handle{font-family:var(--sb-dev-mono);font-size:12px;color:var(--sb-dev-muted);word-break:break-all}
/*# sourceMappingURL=/cdn/shop/t/5/assets/sb-dev.css.map */
