.markdown-body{word-wrap:break-word}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--pulsers-text);font-weight:700;margin:12px 0 6px}.markdown-body h1{font-size:18px}.markdown-body h2{font-size:16px}.markdown-body h3{font-size:14px}.markdown-body p{margin:0 0 10px}.markdown-body ul,.markdown-body ol{margin:0 0 10px;padding-left:20px}.markdown-body li{margin:2px 0}.markdown-body a{color:var(--pulsers-accent);text-decoration:underline}.markdown-body code{background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:3px;padding:1px 4px;font-family:var(--font-mono);font-size:.9em}.markdown-body blockquote{border-left:3px solid var(--pulsers-line);margin:0 0 10px;padding-left:12px;color:var(--pulsers-muted)}button:not(:disabled),summary,[role=button]:not([aria-disabled=true]),label:has(input[type=checkbox]),label:has(input[type=radio]){cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed}.rack-body{position:relative;padding:7px 0;border-radius:4px;background-color:#161616}.rack-rail{position:relative;height:7px;background:radial-gradient(circle at calc(var(--hp-px) / 2) 50%,#0b0b0b 0 1.1px,transparent 1.4px) repeat-x,linear-gradient(180deg,#3d3d3d,#262626 45%,#1a1a1a);background-size:var(--hp-px) 100%,auto;box-shadow:inset 0 1px #ffffff12,inset 0 -1px #0009}.rack-rail--top{border-radius:3px 3px 0 0;margin-bottom:2px}.rack-rail--bottom{border-radius:0 0 3px 3px;margin-top:2px}.rack-ruler{background:linear-gradient(180deg,#2a2a2a,#202020);border-radius:3px 3px 0 0;overflow:hidden;margin-bottom:2px}.rack-ruler-tick{position:absolute;top:0;width:1px;height:6px;background:#4a4a4a}.rack-ruler-tick--major{height:11px;background:#6b7f88}.rack-ruler-num{position:absolute;bottom:1px;transform:translate(2px);font-family:IBM Plex Mono,monospace;font-size:9px;color:#8a9aa0}.rack-module-link{cursor:pointer}.rack-module-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#0d0d0d8c;border:1.5px solid var(--pulsers-accent);border-radius:4px;box-shadow:0 0 12px color-mix(in srgb,var(--pulsers-accent) 35%,transparent);opacity:0;transition:opacity .12s ease;pointer-events:none}.rack-module-link:hover .rack-module-overlay,.rack-module-link:focus-visible .rack-module-overlay{opacity:1}.rack-module-overlay-label{font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--pulsers-accent)}.rack-module-overlay-name{font-family:var(--font-mono);font-size:9px;color:var(--pulsers-text);text-align:center;padding:0 4px}.rack-body .placed-component,.rack-body .placed-component *{cursor:default}.rack-body .placed-component svg{cursor:default!important}.module-show-cols{display:grid;grid-template-columns:minmax(0,1fr) 288px;grid-template-rows:auto auto;gap:24px;margin-bottom:40px}.module-show-panel{grid-column:1;grid-row:1}.module-show-cols>.module-specs{grid-column:2;grid-row:1;align-self:start}.module-show-under-panel{grid-column:1;grid-row:2}@media(max-width:1000px){.module-show-cols{grid-template-columns:minmax(0,1fr)}.module-show-cols>.module-specs{grid-column:1;grid-row:2}.module-show-under-panel{grid-row:3}}.module-show-panel{min-width:0}.module-show-panel .module-panel{height:100%;align-items:center;padding:13px;background-color:var(--pulsers-thumb-bg);border:1px solid var(--pulsers-line);border-radius:2px}.module-show-panel-hint{display:flex;justify-content:space-between;gap:12px;margin:10px 0 0;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--pulsers-muted)}.module-show-panel-scroll{display:none;color:var(--pulsers-accent)}.module-show-panel:has(.module-panel[data-overflow-start])~.module-show-under-panel .module-show-panel-scroll,.module-show-panel:has(.module-panel[data-overflow-end])~.module-show-under-panel .module-show-panel-scroll{display:inline}.module-panel[data-overflow-end]{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 56px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 56px),transparent)}.module-panel[data-overflow-start]{-webkit-mask-image:linear-gradient(to right,transparent,#000 56px);mask-image:linear-gradient(to right,transparent,#000 56px)}.module-panel[data-overflow-start][data-overflow-end]{-webkit-mask-image:linear-gradient(to right,transparent,#000 56px,#000 calc(100% - 56px),transparent);mask-image:linear-gradient(to right,transparent,#000 56px,#000 calc(100% - 56px),transparent)}.demo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:16px}.demo-tile-stage{position:relative;width:100%;aspect-ratio:16 / 9}.demo-tile-stage--audio{aspect-ratio:auto;height:166px}.demo-tile-frame{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:6px}.demo-tile-stage--audio .demo-tile-frame{position:static;height:166px}.demo-tile-stage[data-playing] .demo-tile{display:none}.demo-tile{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0;border:1px solid var(--pulsers-line);border-radius:6px;overflow:hidden;background:var(--pulsers-thumb-bg);cursor:pointer;transition:border-color .12s ease}.demo-tile:hover,.demo-tile:focus-visible{border-color:var(--pulsers-accent)}.demo-tile-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.demo-tile-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:13px;letter-spacing:.14em;color:var(--pulsers-muted)}.demo-tile-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.demo-tile-figure{margin:0}.demo-tile-caption{margin-top:8px;color:var(--pulsers-muted);font-family:var(--font-mono);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolbar{display:flex;align-items:center;gap:8px}.toolbar-button{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--pulsers-muted);background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:2px;cursor:pointer;transition:color .12s ease,border-color .12s ease}.toolbar-button:hover{color:var(--pulsers-text);border-color:var(--pulsers-faint)}.toolbar-button:focus-visible{outline:2px solid var(--pulsers-accent);outline-offset:2px}a.toolbar-button{text-decoration:none}.form-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%238E8DA0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px;padding-right:38px}.toolbar-button--accent{color:var(--pulsers-on-accent);background:var(--pulsers-accent-solid);border-color:var(--pulsers-accent-solid);font-weight:700}.toolbar-button--accent:hover{color:var(--pulsers-on-accent);border-color:var(--pulsers-accent-solid)}.toolbar-button--burger{display:none}@media(max-width:767px){.toolbar-button--burger{display:inline-flex}}.rack-row{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;padding:13px 15px;background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:2px;text-decoration:none;transition:border-color .12s ease}.rack-row:hover{border-color:var(--pulsers-accent)}.rack-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 24px;align-items:start}@media(max-width:767px){.rack-list{grid-template-columns:minmax(0,1fr)}}.rack-card{position:relative;display:block;text-decoration:none;color:inherit}.rack-card:hover,.rack-card:focus-visible{outline:none}.rack-card__head{display:flex;align-items:baseline;gap:10px;min-width:0;padding-bottom:10px}.rack-card__title{margin:0;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;letter-spacing:-.01em;color:var(--pulsers-text);transition:color .12s ease}.rack-card:hover .rack-card__title,.rack-card:focus-visible .rack-card__title{color:var(--pulsers-accent)}.rack-card__author{flex:none;font-size:13px;color:var(--pulsers-muted)}.rack-card__box{position:relative;background:var(--pulsers-void);border:1px solid var(--pulsers-line);border-radius:var(--radius-panel);transition:border-color .12s ease}.rack-card:hover .rack-card__box,.rack-card:focus-visible .rack-card__box{border-color:var(--pulsers-accent)}.rack-card__stage{padding:12px}.rack-card__case{display:flex;flex-direction:column;gap:8px}.rack-card__row{display:flex;align-items:flex-start}.rack-card__face{display:block;min-width:0}.rack-card__caption{display:block;padding:3px 4px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:var(--font-mono);font-size:10px;color:var(--pulsers-muted)}.rack-card__caption b{color:var(--pulsers-text);font-weight:400}.rack-card__free{align-self:stretch;min-width:0;display:flex;align-items:center;justify-content:center;border:1px dashed var(--pulsers-line);font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.042em;color:var(--pulsers-muted);text-align:center}.rack-card__badge{position:absolute;top:10px;right:10px;z-index:2;padding:2px 8px;border-radius:4px;font-family:var(--font-mono);font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:var(--pulsers-line);color:var(--pulsers-warn)}.rack-card__veil{position:absolute;inset:0;z-index:1;overflow:hidden;container-type:size;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;padding:16px 20px;background:var(--pulsers-ground);border-radius:inherit;opacity:0;transition:opacity .16s ease}.rack-card__veil:after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;background:linear-gradient(to bottom,transparent,var(--pulsers-ground));pointer-events:none}.rack-card:hover .rack-card__veil,.rack-card:focus-visible .rack-card__veil{opacity:1}.rack-card__description{margin:0;font-size:14px;line-height:1.45;color:var(--pulsers-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rack-card__facts{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.rack-card__description+.rack-card__facts{padding-top:14px;border-top:1px solid var(--pulsers-line)}.rack-card__fact dt{margin-bottom:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--pulsers-muted)}.rack-card__fact dd{margin:0;display:flex;flex-direction:column;gap:2px}.rack-card__figure{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--pulsers-text);font-variant-numeric:tabular-nums}.rack-card__figure--small{font-size:16px}.rack-card__detail{font-size:13px;line-height:1.4;color:var(--pulsers-muted)}.rack-card__detail--gap{margin-top:10px}.rack-card__full{color:var(--pulsers-warn)}.rack-card__rails{font-size:15px;color:var(--pulsers-text);font-variant-numeric:tabular-nums}.rack-card__rail{display:inline-block;min-width:3.4em;color:var(--pulsers-muted)}@container (max-height: 300px){.rack-card__description{display:none}.rack-card__description+.rack-card__facts{padding-top:0;border-top:0}}@container (max-height: 200px){.rack-card__fact--secondary,.rack-card__open{display:none}}.rack-bundle{display:inline-flex;flex-direction:column;gap:2px;vertical-align:top}.rack-bundle__figures b{color:var(--pulsers-text);font-weight:600}.rack-bundle__discontinued{color:var(--pulsers-warn)}.rack-bundle__source{font-size:11px;color:var(--pulsers-muted)}.rack-bundle__source a{color:inherit;text-decoration:underline;text-underline-offset:3px}.rack-bundle__source a:hover{color:var(--pulsers-accent)}.rack-bundle--stacked{display:flex}.rack-bundle--stacked .rack-bundle__figures{display:flex;flex-direction:column;gap:2px;font-size:15px;color:var(--pulsers-muted)}.rack-bundle--stacked .rack-bundle__figures b{font-size:20px;letter-spacing:-.01em}.rack-bundle--stacked .rack-bundle__sep{display:none}.rack-bundle--stacked .rack-bundle__source{font-size:12px}.rack-card__open{margin-top:4px;font-size:14px;color:var(--pulsers-accent)}.rack-card__band{display:none}@media(hover:none){.rack-card__veil{display:none}.rack-card__band{display:block;padding:8px 12px;border-top:1px solid var(--pulsers-line);border-radius:0 0 var(--radius-panel) var(--radius-panel);background:var(--pulsers-surface);font-family:var(--font-mono);font-size:11px;color:var(--pulsers-muted)}}.rack-row-thumb{flex:0 0 auto;width:142px;overflow:hidden;background:var(--pulsers-thumb-bg);border:1px solid var(--pulsers-line);border-radius:2px;padding:5px}.rack-row-fill{display:inline-flex;align-items:center;gap:6px;margin:4px 0 0;font-family:var(--font-mono);font-size:11px;color:var(--pulsers-ok)}.rack-row-fill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}.rack-row-fill--full{color:var(--pulsers-warn)}.rack-row-meter{display:block;height:4px;width:126px;margin:6px 0 0 auto;background:var(--pulsers-line);border-radius:1px;overflow:hidden}.rack-row-meter i{display:block;height:100%;background:var(--pulsers-ok)}@media(max-width:640px){.rack-row>div:last-child{flex:1 1 100%;text-align:left}.rack-row-meter{margin-left:0}}.contact-chip{font-family:var(--font-mono);font-size:12px;padding:6px 12px;border:1px solid var(--pulsers-line);border-radius:2px;background:var(--pulsers-surface);color:var(--pulsers-muted);cursor:pointer;transition:border-color .15s,color .15s}.contact-chip:hover{border-color:var(--pulsers-accent);color:var(--pulsers-text)}.contact-chip:focus-visible{outline:2px solid var(--pulsers-accent);outline-offset:2px}.contact-chip--on{background:var(--pulsers-accent);border-color:var(--pulsers-accent);color:var(--pulsers-on-accent)}.contact-chip--on:hover{color:var(--pulsers-on-accent)}.panel-fit-dock{position:sticky;bottom:16px;align-self:flex-end;z-index:40}.panel-fit{display:inline-flex;border:1px solid var(--pulsers-line);border-radius:2px;overflow:hidden;background:var(--pulsers-surface);box-shadow:0 1px 3px #00000047}.panel-fit__option{font-family:var(--font-mono);font-size:12px;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:0;background:transparent;color:var(--pulsers-muted);cursor:pointer;white-space:nowrap;transition:background-color .15s,color .15s}.panel-fit__option+.panel-fit__option{border-left:1px solid var(--pulsers-line)}.panel-fit__option:hover{color:var(--pulsers-text)}.panel-fit__option:focus-visible{outline:2px solid var(--pulsers-accent);outline-offset:-2px}.panel-fit__option--on{background:var(--pulsers-accent);color:var(--pulsers-on-accent)}.panel-fit__option--on:hover{color:var(--pulsers-on-accent)}.panel-fit__icon{width:13px;height:13px;flex:none}.form-field{width:100%;background:var(--pulsers-field-bg);border:1px solid var(--pulsers-line);border-radius:2px;color:var(--pulsers-text);font-family:var(--font-mono);font-size:13px;padding:9px 11px}.form-field:focus{outline:none;border-color:var(--pulsers-accent)}.form-field--multiline{min-height:150px;resize:vertical;line-height:1.55}.form-field--narrow{width:7rem}.synths-label{display:flex;align-items:center;gap:14px;margin:0 0 16px;font-size:15px;color:var(--pulsers-muted)}.synths-label:after{content:"";flex:1;height:1px;background:var(--pulsers-hair)}.synths-columns{columns:1;column-gap:24px;margin:0 0 16px}@media(min-width:768px){.synths-columns{columns:2}}.synths-columns>*,.card-masonry>*{break-inside:avoid;margin-bottom:24px}.card-masonry{columns:1;column-gap:16px}@media(min-width:640px){.card-masonry{columns:2}}@media(min-width:1024px){.card-masonry{columns:3}}.card-masonry>*{margin-bottom:16px}.synths-columns-wide{column-span:all}.synths-columns-wide:not(:first-child){margin-top:24px}.synths-brand{margin:0 0 10px;font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;color:var(--pulsers-body)}.synths-announced{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px}.synths-announced li{background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:2px;transition:border-color .2s}.synths-announced li:hover{border-color:var(--pulsers-accent)}.synths-announced-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;color:inherit;text-decoration:none}.synths-announced-name{display:block;font-family:var(--font-mono);font-size:12px;font-weight:700}.synths-announced-brand{display:block;font-family:var(--font-mono);font-size:11px;color:var(--pulsers-muted)}.synths-announced-state{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--pulsers-faint)}.module-show{background-color:var(--pulsers-ground);color:var(--pulsers-text)}.module-show-inner{max-width:1080px;margin:0 auto;padding:24px 16px}.module-show-body,.module-index-body{padding:22px;background-image:linear-gradient(to right,var(--pulsers-grid) 1px,transparent 1px),linear-gradient(to bottom,var(--pulsers-grid) 1px,transparent 1px);background-size:22px 22px}.module-index-body{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}.listing-bar{position:sticky;top:0;z-index:30;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 22px 10px;margin:0 -22px -12px;background:var(--pulsers-ground)}.listing-bar__filters{flex:1 1 320px;min-width:0}.view-tabs{display:flex;align-items:center;gap:2px;height:var(--pulsers-control-height);padding:2px;border:1px solid var(--pulsers-line);border-radius:var(--radius-field);background:var(--pulsers-field-bg)}.view-tab{display:inline-flex;align-items:center;justify-content:center;width:34px;height:100%;padding:0;text-decoration:none;border:0;border-radius:calc(var(--radius-field) - 3px);background:transparent;color:var(--pulsers-muted);cursor:pointer;transition:background-color .12s,color .12s}.view-tab:hover{color:var(--pulsers-text)}.view-tab.is-active{background:var(--pulsers-surface);color:var(--pulsers-accent)}.view-tab:focus-visible{outline:2px solid var(--pulsers-accent);outline-offset:1px}.module-card-grid{display:grid;gap:13px;grid-template-columns:repeat(auto-fill,minmax(186px,1fr));align-items:stretch}.module-card{display:flex;flex-direction:column;height:100%}.module-card__body{display:flex;flex-direction:column;flex:1;padding:10px 12px 12px}.module-card__chips{margin-top:auto}.module-card-slot{display:flex;flex-direction:column;gap:8px}.listing-next-batch{display:block}.listing-next-batch__label{margin:16px 0 0;text-align:center;font-family:var(--font-mono);font-size:11px;color:var(--pulsers-muted)}.module-card-slot>.module-card{height:auto;flex:1}.module-index-results{display:flex;align-items:center;gap:14px;margin:0 0 -8px;font-size:15px;color:var(--pulsers-muted)}.module-index-results:after{content:"";flex:1;height:1px;background:var(--pulsers-hair);order:3}.module-index-results__total{order:2;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;font-variant-numeric:tabular-nums}.screen{padding:96px 0 104px;text-align:center}.screen--deep{background:var(--pulsers-void)}.screen--mid{background:var(--pulsers-surface)}.screen-stage{max-width:980px;margin:0 auto;padding:0 24px}.screen-eyebrow{font-size:15px;color:var(--pulsers-muted);margin:0 0 14px}.screen-title{font-size:clamp(38px,6vw,70px);font-weight:600;letter-spacing:-.02em;line-height:.95;margin:0 0 18px;text-wrap:balance;color:var(--pulsers-text)}.screen-sub{font-size:21px;line-height:1.38;letter-spacing:.011em;color:var(--pulsers-muted);margin:0 auto 26px;max-width:34ch}.screen-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.screen-object{margin-top:46px}.screen-plate{display:block;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center;outline:1px solid var(--pulsers-panel-outline)}.screen-pair{display:flex;gap:26px;align-items:flex-start;justify-content:center}.screen-pair figure{margin:0}.screen-pair figcaption{margin-top:12px;font-family:var(--font-mono);font-size:11px;letter-spacing:.042em;text-transform:uppercase;color:var(--pulsers-muted);font-variant-numeric:tabular-nums}.screen-pair figcaption b{color:var(--pulsers-text);font-weight:400}.screen-readout{margin:18px 0 0;display:flex;gap:22px;justify-content:center;flex-wrap:wrap;font-family:var(--font-mono);font-size:11px;letter-spacing:.042em;text-transform:uppercase;color:var(--pulsers-muted);font-variant-numeric:tabular-nums}.screen-readout b{color:var(--pulsers-text);font-weight:400}.screen-stage--wide{max-width:1200px}.screen-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(5,auto);column-gap:40px;row-gap:14px;margin-top:46px;text-align:center}.screen-split__side{display:grid;grid-row:span 5;grid-template-rows:subgrid;grid-template-columns:minmax(0,1fr);min-width:0}.screen-split__title{font-size:26px;font-weight:600;margin:0;color:var(--pulsers-text)}.screen-split__sub{font-size:16px;line-height:1.4;color:var(--pulsers-muted);margin:0 auto;max-width:32ch}.screen-split .screen-readout{margin-top:0}.screen-split__visual{display:flex;justify-content:center;min-height:0}.screen-split__visual .screen-plate{width:auto;height:100%;max-width:100%}.screen-split__case{display:flex;flex-direction:column;gap:6px;width:100%}.screen-cards .card-stage{min-height:0;overflow:hidden}.screen-cards .card-stage__content{height:100%;display:flex;align-items:center;justify-content:center}.screen-cards .card-stage__content>:not(.rack-frame),.screen-cards .patch-panel>div{height:100%;max-width:100%;display:flex;justify-content:center}.screen-cards .card-stage__content svg{height:100%!important;width:auto!important;max-width:100%}.screen-cards .rack-frame{margin:0 auto}.screen-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:36px;text-align:left}.screen-actions--after{margin-top:32px}@media(max-width:640px){.screen{padding:64px 0 72px}.screen-pair{gap:14px}}@media(max-width:860px){.screen-split{grid-template-columns:1fr;grid-template-rows:none;row-gap:56px}.screen-split__side{display:flex;flex-direction:column;gap:14px;grid-row:auto}.screen-split__visual .screen-plate{width:100%;height:auto}}.module-section-note{margin:0 0 22px;font-size:15px;color:var(--pulsers-muted);max-width:78ch}.scale-board{background:var(--pulsers-void);border-radius:var(--radius-panel);padding:12px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--pulsers-elevation)}.module-thumbnail-image{display:block;width:100%;height:auto;object-fit:contain;outline:1px solid var(--pulsers-panel-outline);outline-offset:-1px}.module-card .module-thumbnail-image{width:auto;max-width:100%;height:100px}.selector-card .module-thumbnail-image{width:auto;max-width:100%;height:90px}.module-selector-filters form>*{flex-basis:100%;width:100%}.free-rail{background:repeating-linear-gradient(90deg,transparent 0 9px,var(--pulsers-line) 9px 10px)}.spec-th{padding:13px 12px;background:var(--pulsers-void);border-bottom:1px solid var(--pulsers-line);font-size:14px;font-weight:500;color:var(--pulsers-muted);white-space:nowrap}.spec-td{padding:12px;border-bottom:1px solid var(--pulsers-hair);font-size:14px;white-space:nowrap;color:var(--pulsers-text)}.spec-table{table-layout:fixed;min-width:720px}.spec-col-function{width:160px}.spec-col-width{width:76px}.spec-col-rail{width:72px}.spec-col-measure{width:120px}.spec-row:last-child .spec-td{border-bottom:none}.spec-row:hover .spec-td{background:var(--pulsers-raised)}.spec-num{font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.spec-absent{font-family:var(--font-mono);font-size:12px;letter-spacing:0;color:var(--pulsers-warn)}.spec-foot{padding:13px 12px;background:var(--pulsers-void);border-top:1px solid var(--pulsers-line);font-size:14px;color:var(--pulsers-muted);font-variant-numeric:tabular-nums}.spec-foot.spec-num{color:var(--pulsers-text);font-size:13px}.module-show-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:4px 22px 18px;border-bottom:1px solid var(--pulsers-line)}.module-show-name{font-family:var(--font-mono);color:var(--pulsers-text);font-size:20px;font-weight:700;letter-spacing:.05em;margin:0 0 5px}.module-show-meta{font-family:var(--font-mono);color:var(--pulsers-muted);font-size:12px;margin:0}.module-show-edit{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--pulsers-accent);color:var(--pulsers-on-accent);border-radius:2px;padding:8px 16px;text-decoration:none;white-space:nowrap}.module-show-h2{font-family:var(--font-mono);color:var(--pulsers-text);font-size:12px;text-transform:uppercase;letter-spacing:.16em;margin:0}.module-show-desc-block{margin-top:22px}.module-show-desc-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.module-show-desc{color:var(--pulsers-muted);font-size:13.5px;line-height:1.7;max-width:66ch}.module-show-manufacturer{margin:14px 0 0}.module-show-link{color:var(--pulsers-accent);font-family:var(--font-mono);font-size:12px;text-decoration:none}.module-show-link:hover{text-decoration:underline}.module-show-demos{margin-top:32px}.demo-link{color:var(--pulsers-accent);font-family:var(--font-mono);font-size:13px;text-decoration:none;word-break:break-all}.app-modal-overlay{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:24px 16px;background:#000000c7}.app-modal-overlay.is-open{display:flex}.app-modal-dialog{position:relative;width:100%;max-width:1120px;max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;background:var(--pulsers-ground);border:1px solid var(--pulsers-line);border-radius:10px}.app-modal-content{overflow-y:auto}.app-modal-close{position:absolute;top:12px;right:14px;z-index:2;background:transparent;border:none;color:var(--pulsers-muted);font-size:18px;cursor:pointer;line-height:1}.app-modal-close:hover{color:var(--pulsers-text)}.patch-source{display:block;max-width:1040px;margin:0 auto;padding:28px 32px 32px}.patch-source__kicker{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pulsers-muted)}.patch-source__title{margin-top:6px;font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--pulsers-text)}.patch-source__search{margin-top:22px}.patch-source__search input{width:100%;padding:11px 18px;border-radius:100px;background:var(--pulsers-void);border:1px solid var(--pulsers-hair);color:var(--pulsers-text);font-size:14px;outline:none}.patch-source__search input:focus{border-color:var(--pulsers-accent)}.patch-source__section{display:flex;align-items:baseline;gap:10px;margin:26px 0 12px;font-size:13px;font-weight:700;color:var(--pulsers-muted)}.patch-source__section small{font-weight:500;color:var(--pulsers-faint)}.patch-source__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.patch-source .card-stage{container-type:inline-size}.patch-source .card-stage>img{max-height:43.75cqw}.patch-source .rack-card__stage{padding:0}.patch-source .rack-card__case{gap:3px;margin:0 auto}.patch-source__new{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:150px;padding:16px;border:1.5px dashed var(--pulsers-line);border-radius:var(--radius-panel);text-align:center;text-decoration:none;transition:border-color .12s ease}.patch-source__new:hover,.patch-source__new:focus-visible{border-color:var(--pulsers-accent);outline:none}.patch-source__plus{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--pulsers-accent);color:var(--pulsers-on-accent);font-size:24px;font-weight:600;line-height:1}.patch-source__new-title{font-size:14px;font-weight:600;color:var(--pulsers-text)}.patch-source__new-detail{font-size:12px;color:var(--pulsers-muted)}.patch-source__tag{position:absolute;top:8px;right:8px;z-index:1;padding:3px 9px;border-radius:100px;background:var(--pulsers-void);color:var(--pulsers-muted);font-size:11px;font-weight:600}.patch-source__empty{margin-top:26px;font-size:14px;color:var(--pulsers-muted)}.module-panel-unavailable{margin:0;padding:24px 22px;font-family:var(--font-mono);font-size:12px;color:var(--pulsers-muted);background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:2px}.module-panel-unavailable--compact{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:center;padding:6px 4px;font-size:9px;line-height:1.3;text-align:center;overflow:hidden;overflow-wrap:anywhere;hyphens:auto}.module-card .module-panel-unavailable--compact,.selector-card .module-panel-unavailable--compact,.rack-frame .module-panel-unavailable--compact{padding:0;background:repeating-linear-gradient(135deg,transparent 0 5px,var(--pulsers-line) 5px 6px)}.patch-families{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:28px}@media(max-width:767px){.patch-families{grid-template-columns:minmax(0,1fr)}}.patch-family{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;color:inherit;background:var(--pulsers-surface);border:1px solid var(--pulsers-line);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);transition:border-color .12s ease,background-color .12s ease}.patch-family:hover,.patch-family:focus-visible{outline:none;border-color:var(--pulsers-accent)}.patch-family:not(.is-active):hover{background:var(--pulsers-raised)}.patch-family.is-active{border-color:var(--pulsers-accent);box-shadow:var(--pulsers-elevation),0 0 0 1px var(--pulsers-accent)}.patch-family__art{display:flex;align-items:center;justify-content:center;height:190px;padding:20px;background:var(--pulsers-void)}.patch-family__panel{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:var(--radius-image);box-shadow:0 0 0 1px var(--pulsers-panel-outline)}.patch-family__rack{display:flex;max-width:100%;overflow:hidden;box-shadow:0 0 0 1px var(--pulsers-panel-outline)}.patch-family__rack img{flex:none;display:block;width:auto;height:130px}.patch-family__body{flex:1;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:18px 22px 22px}.patch-family__shown{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--pulsers-accent)}.patch-family__title{display:block;margin-bottom:6px;font-size:24px;font-weight:600;letter-spacing:-.015em;line-height:1.1;color:var(--pulsers-text)}.patch-family__text{display:block;max-width:34ch;font-size:15px;line-height:1.4;color:var(--pulsers-muted)}.patch-family__count{flex:none;font-family:var(--font-mono);font-size:13px;letter-spacing:.04em;font-variant-numeric:tabular-nums;color:var(--pulsers-muted)}.module-card .module-panel-unavailable__text,.selector-card .module-panel-unavailable__text,.rack-frame .module-panel-unavailable__text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.module-card .module-panel-unavailable--compact{width:auto;height:100px}.selector-card .module-panel-unavailable--compact{width:auto;height:90px}.back-to-top{position:fixed;right:20px;bottom:20px;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--pulsers-line);border-radius:var(--radius-pill);background:var(--pulsers-surface);color:var(--pulsers-text);box-shadow:var(--pulsers-elevation);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s,color .12s,border-color .12s}.back-to-top--visible{opacity:1;visibility:visible}.back-to-top:hover{color:var(--pulsers-accent);border-color:var(--pulsers-accent)}.back-to-top:focus-visible{outline:2px solid var(--pulsers-accent);outline-offset:2px}.feedback-howto{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;background:var(--pulsers-surface);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:16px 20px;margin-bottom:28px;font-size:15px;line-height:1.4;color:var(--pulsers-muted)}.feedback-howto p{margin:0}.feedback-howto b{color:var(--pulsers-text);font-weight:500}@media(max-width:767px){.feedback-howto{grid-template-columns:minmax(0,1fr);gap:8px}}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-card{display:flex;gap:18px;align-items:flex-start;background:var(--pulsers-surface);border:1px solid transparent;border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:18px 20px;transition:border-color .12s ease}.feedback-card:hover{border-color:var(--pulsers-line)}.feedback-card__body{flex:1;min-width:0}.feedback-card__title{margin:0 0 4px;font-size:18px;font-weight:600;letter-spacing:-.01em}.feedback-card__link{color:var(--pulsers-text);text-decoration:none}.feedback-card__link:hover,.feedback-card__link:focus-visible{text-decoration:underline;text-underline-offset:4px}.feedback-card__excerpt{margin:0;font-size:15px;line-height:1.4;color:var(--pulsers-muted)}.feedback-card__replies{flex:none;align-self:center;font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;color:var(--pulsers-muted);white-space:nowrap}@media(max-width:640px){.feedback-card__replies{display:none}}.feedback-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;font-size:13px;color:var(--pulsers-muted)}.feedback-kind{border:1px solid var(--pulsers-line);border-radius:var(--radius-pill);padding:2px 10px;color:var(--pulsers-text)}.feedback-status{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:6px;background:var(--pulsers-raised);color:var(--pulsers-text)}.feedback-status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px;vertical-align:1px;background:var(--pulsers-muted)}.feedback-status--planned:before{background:var(--pulsers-warn)}.feedback-status--done:before{background:var(--pulsers-ok)}.feedback-status--declined:before{background:var(--pulsers-faint)}.feedback-team-badge{display:inline-block;margin-right:6px;padding:1px 5px;border:1px solid var(--pulsers-muted);border-radius:4px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--pulsers-text)}.feedback-team-reply{margin:10px 0 0;padding:8px 12px;border-left:2px solid var(--pulsers-line);font-size:14px;color:var(--pulsers-muted)}.feedback-team-reply b{color:var(--pulsers-text);font-weight:500}.feedback-vote{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:56px;height:62px;border:1px solid var(--pulsers-line);border-radius:10px;background:transparent;color:var(--pulsers-text);cursor:pointer;transition:border-color .12s ease}.feedback-vote:hover,.feedback-vote:focus-visible{outline:none;border-color:var(--pulsers-muted)}.feedback-vote.is-voted{border-color:var(--pulsers-accent)}.feedback-vote__arrow{font-size:12px;line-height:1;color:var(--pulsers-muted)}.feedback-vote.is-voted .feedback-vote__arrow{color:var(--pulsers-accent)}.feedback-vote__count{font-family:var(--font-mono);font-size:16px;font-variant-numeric:tabular-nums}.feedback-vote--wide{flex-direction:row;gap:10px;width:100%;height:auto;padding:12px}.feedback-vote__label{font-size:14px;color:var(--pulsers-muted)}.feedback-thread{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;align-items:start}@media(max-width:767px){.feedback-thread{grid-template-columns:minmax(0,1fr)}}.feedback-post{background:var(--pulsers-surface);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:22px 24px;margin-bottom:14px}.feedback-post__title{margin:6px 0 10px;font-size:30px;font-weight:600;letter-spacing:-.015em;line-height:1.1}.feedback-post__body,.feedback-reply__body{font-size:16px;line-height:1.5;color:var(--pulsers-text)}.feedback-post__body p,.feedback-reply__body p{margin:0 0 10px}.feedback-reply{background:var(--pulsers-surface);border-radius:var(--radius-panel);padding:16px 20px;margin-bottom:10px}.feedback-reply--team{background:var(--pulsers-raised)}.feedback-reply__who{margin:0 0 6px;font-size:13px;color:var(--pulsers-muted)}.feedback-reply__who b{color:var(--pulsers-text);font-weight:500}.feedback-reply-form{display:flex;flex-direction:column;gap:6px;margin-top:16px;background:var(--pulsers-surface);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:18px 20px}.feedback-sign-in{margin-top:16px;font-size:15px;color:var(--pulsers-muted)}.feedback-sign-in__link{background:none;border:0;padding:0;color:var(--pulsers-text);text-decoration:underline;text-underline-offset:4px;cursor:pointer;font:inherit}.feedback-side{background:var(--pulsers-surface);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:18px;font-size:14px;color:var(--pulsers-muted)}.feedback-side__facts{margin:16px 0 0}.feedback-side__facts div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--pulsers-hair)}.feedback-side__facts dd{margin:0;color:var(--pulsers-text)}.feedback-admin{margin-top:16px;padding:12px;border:1px dashed var(--pulsers-line);border-radius:var(--radius-field)}.feedback-admin__title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--pulsers-text)}.feedback-form{display:flex;flex-direction:column;gap:20px;background:var(--pulsers-surface);border-radius:var(--radius-panel);box-shadow:var(--pulsers-elevation);padding:22px 24px}.feedback-choice{display:inline-block;padding:7px 16px;border:1px solid var(--pulsers-line);border-radius:var(--radius-pill);font-size:13px;color:var(--pulsers-muted);cursor:pointer}.feedback-choice:has(:checked){background:var(--pulsers-accent);border-color:var(--pulsers-accent);color:var(--pulsers-on-accent)}.feedback-choice:has(:focus-visible){outline:2px solid var(--pulsers-accent);outline-offset:2px}.feedback-clamp{margin:0}.feedback-clamp.is-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.feedback-expand{margin-top:4px;padding:0;border:0;background:none;cursor:pointer;font:inherit;font-size:13px;color:var(--pulsers-text);text-decoration:underline;text-underline-offset:3px}.feedback-expand:hover,.feedback-expand:focus-visible{color:var(--pulsers-accent);outline:none}
