@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--technical-white:#fff;--graphite:#111317;--graphite-raised:#1a1d22;--alloy:#6b6f76;--alloy-light:#8e939b;--mist:#e5e7eb;--divider-dark:#2a2d33;--sebs-signal:#e30613;--sebs-signal-hover:#b80510;--sebs-signal-light:#ff3b47;--sebs-signal-tint:#e306131f;--sebs-signal-tint-soft:#e306130f;--sebs-focus-ring:0 0 0 3px #e306131f;--red:var(--sebs-signal);--red-deep:var(--sebs-signal-hover);--red-soft:var(--sebs-signal-tint-soft);--white:var(--technical-white);--black:var(--graphite);--text:var(--alloy);--text-strong:var(--graphite);--text-muted:var(--alloy);--redText:#ffe8eb;--bg:#fafbfc;--grid-fine:#eef0f3;--grid-major:var(--mist);--border:#1113170f;--ribbon-steel:var(--mist);--on-mist-secondary:#111317b8;--ribbon-label:var(--on-mist-secondary);--loading-red:#a30019;--warn-bg:#fffbeb;--warn-text:#92400e;--warn-border:#fde68a;--error-bg:#fef2f2;--error-text:#991b1b;--error-border:#fecaca;--shadow-lg:0 12px 32px -8px #1113171f, 0 4px 12px -4px #1113170f;--shadow:0 4px 14px -2px #11131714, 0 2px 4px -1px #1113170a;--shadow-soft:0 2px 6px -1px #1113170f, 0 1px 2px -1px #1113170a;--shadow-inset:inset 0 0 0 1px #1113170a;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-round:9999px;--radius:var(--radius-xl);--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--ease:cubic-bezier(.4, 0, .2, 1);--dur-micro:.15s;--dur-component:.25s;--font-display:"Space Grotesk", "Segoe UI", system-ui, sans-serif;--font:"Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--stage-min-w:560px;--rbn-btn:78px;--rbn-icon:64px;--rbn-ink:#3a3d43;--rbn-png-alpha:.82;--rbn-label-h:16px;--rbn-h:calc(var(--rbn-btn) + var(--rbn-label-h) + 10px);--rbn-pro-h:calc(var(--rbn-btn) + var(--rbn-label-h) + 8px);--topbar-h:48px;--chrome-h:calc(var(--topbar-h) + var(--rbn-h))}*,:before,:after{box-sizing:border-box}html,body{width:100%;height:100%;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow:hidden}button,input,select{font:inherit;color:inherit}button{cursor:pointer;-webkit-user-select:none;user-select:none}input:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--sebs-signal);outline-offset:2px}@keyframes spin-slow{to{transform:rotate(360deg)}}@keyframes seg-pop{0%{transform:scale(.86)}60%{transform:scale(1.07)}to{transform:scale(1)}}#root{width:100%;height:100%}.app{background:linear-gradient(var(--grid-fine) 1px, transparent 1px), linear-gradient(90deg, var(--grid-fine) 1px, transparent 1px), var(--bg);background-size:24px 24px;width:100vw;height:100vh;position:relative}.topbar{background:var(--black);z-index:20;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;height:48px;padding:0 16px;display:flex;position:relative;box-shadow:0 2px 8px -2px #00000059}.logo{align-items:center;gap:var(--space-md);flex-shrink:0;display:flex}.logo-img{filter:brightness(0)invert();width:auto;height:26px;display:block}.logo-by{align-items:center;gap:var(--space-sm);padding-left:var(--space-md);opacity:.72;transition:opacity .16s var(--ease);border-left:1px solid #ffffff24;text-decoration:none;display:flex}.logo-by:hover{opacity:1}.logo-by-word{font-family:var(--font);letter-spacing:.04em;color:#ffffffbf;font-size:10px;font-weight:500;line-height:1}.logo-sebs{filter:brightness(0)invert();width:auto;height:12px;display:block}.gear-o{vertical-align:middle;width:22px;height:22px;margin:0;display:inline-block;position:relative}.gear-o:before{content:"";background:var(--red);clip-path:polygon(50% 0%,58% 12%,72% 7%,78% 21%,93% 22%,88% 38%,100% 50%,88% 62%,93% 78%,78% 79%,72% 93%,58% 88%,50% 100%,42% 88%,28% 93%,22% 79%,7% 78%,12% 62%,0% 50%,12% 38%,7% 22%,22% 21%,28% 7%,42% 12%);transform-origin:50%;border-radius:50%;animation:18s linear infinite spin-slow;position:absolute;inset:1px}.gear-o:after{content:"";background:var(--black);border-radius:50%;position:absolute;inset:7px}.topbar-center{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.topbar-project{font-family:var(--font-mono);color:var(--white);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.topbar-sep{color:#ffffff4d;flex-shrink:0;font-size:13px}.topbar-summary{font-family:var(--font-mono);color:#ffffff80;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.topbar-actions{align-items:center;gap:10px;display:flex}.icon-action{width:36px;height:36px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;place-items:center;transition:all .16s;display:grid}.icon-action:hover{background:var(--mist);color:var(--graphite)}.icon-action svg{stroke-width:2px;width:18px;height:18px}.download{width:var(--rbn-btn);height:var(--rbn-btn);background:var(--sebs-signal);color:var(--technical-white);justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-md);font-family:var(--font);letter-spacing:.04em;border:none;flex-direction:column;flex-shrink:0;padding:0;font-size:11px;font-weight:600;transition:all .16s;display:flex;box-shadow:0 2px 8px -2px #e3061366,inset 0 1px #fff3}.download svg{stroke-width:1.9px;flex-shrink:0;width:32px;height:32px}.download:hover{background:var(--sebs-signal-hover);transform:translateY(-1px)}.download:active{transform:translateY(0)}.field{margin-bottom:14px}.field:last-child{margin-bottom:0}.field-title{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin:0 0 8px;font-size:10px;font-weight:600;line-height:1;display:flex}.field-title:after{content:"";background:linear-gradient(to right, var(--border), transparent);flex:1;height:1px}.mini-label{text-align:center;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-top:5px;font-size:10px}.text-input{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow-soft);color:var(--text-strong);font-family:var(--font-mono);border-radius:11px;outline:none;width:100%;height:38px;padding:0 14px;font-size:13px;font-weight:500;transition:all .16s}.text-input:hover{border-color:#0f12171f}.text-input:focus{border-color:var(--sebs-signal);box-shadow:var(--sebs-focus-ring)}.select-wrap{width:100%;position:relative}select.text-input{appearance:none;cursor:pointer;padding-right:42px}.select-wrap:after{content:"";border-right:2px solid var(--text);border-bottom:2px solid var(--text);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:18px;transform:translateY(-70%)rotate(45deg)}.segmented{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:12px;gap:2px;padding:3px;display:grid;overflow:hidden}.segmented.cols-2{grid-template-columns:1fr 1fr}.segmented.cols-3{grid-template-columns:1fr 1fr 1fr}.segmented button{height:32px;color:var(--text);letter-spacing:-.005em;background:0 0;border:0;border-radius:8px;font-size:12px;font-weight:500;transition:all .18s cubic-bezier(.4,0,.2,1)}.segmented button:hover:not(.active){background:var(--mist);color:var(--graphite)}.segmented button:disabled{opacity:.35;cursor:not-allowed}.segmented button:disabled:hover{color:var(--text);background:0 0}.segmented button.active{background:var(--graphite);color:var(--technical-white);font-weight:600;animation:.22s cubic-bezier(.34,1.56,.64,1) seg-pop;box-shadow:0 2px 6px -2px #11131759}.stepper{background:var(--white);border:1px solid var(--border);height:38px;box-shadow:var(--shadow-soft);border-radius:11px;grid-template-columns:34px 1fr 34px;transition:border-color .16s;display:grid;overflow:hidden}.stepper:hover{border-color:#0f12171f}.stepper:focus-within{border-color:var(--sebs-signal);box-shadow:var(--sebs-focus-ring)}.stepper button{color:var(--text-muted);background:0 0;border:0;font-size:16px;font-weight:500;transition:all .14s}.stepper button:hover{background:var(--mist);color:var(--graphite)}.stepper input{color:var(--text-strong);text-align:center;font-family:var(--font-mono);background:0 0;border:0;outline:0;min-width:0;font-size:13px;font-weight:500}.stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stepper input[type=number]{appearance:textfield}.stepper--derived{box-shadow:none;cursor:default;background:0 0;grid-template-columns:1fr;align-content:center;justify-items:center}.stepper-derived-value{font-family:var(--font-mono);color:var(--text);font-size:13px;font-weight:500;line-height:1}.warn-badge{border-radius:8px;margin-top:6px;padding:7px 12px;font-size:11px;font-weight:500;line-height:1.4}.warn-badge.warn-warn{background:var(--warn-bg);color:var(--warn-text);border:1px solid var(--warn-border)}.warn-badge.warn-error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.ribbon{height:var(--rbn-h);background:var(--ribbon-steel);z-index:18;border-bottom:1px solid #0f12171a;align-items:stretch;display:flex;position:relative;overflow:auto hidden;box-shadow:0 2px 6px -2px #0f121714}.ribbon::-webkit-scrollbar{height:0}.ribbon{scrollbar-width:none}.ribbon-wrap{flex-shrink:0;position:relative}.rbn-scroll{z-index:19;cursor:pointer;height:14px;position:absolute;top:100%;left:0;right:0}.rbn-scroll:before{content:"";background:#0f121721;border-radius:999px;height:4px;transition:height .14s,background .14s;position:absolute;top:2px;left:0;right:0}.rbn-scroll:hover:before{background:#0f12172b;height:7px}.rbn-scroll-thumb{background:var(--graphite);border-radius:var(--radius-round);opacity:.8;cursor:grab;touch-action:none;min-width:28px;height:4px;transition:height .14s,opacity .14s;position:absolute;top:2px}.rbn-scroll:hover .rbn-scroll-thumb{opacity:1;height:7px}.rbn-scroll-thumb:active{cursor:grabbing;opacity:1}@media (prefers-reduced-motion:reduce){.rbn-scroll:before,.rbn-scroll-thumb{transition:none}}.rbn-group{flex-direction:column;flex-shrink:0;display:flex}.rbn-controls{flex:1;align-items:flex-end;gap:6px;padding:0 10px 8px;display:flex}.rbn-label{height:var(--rbn-label-h);line-height:var(--rbn-label-h);text-align:center;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--ribbon-label);white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #0f12170d;flex-shrink:0;padding:0 3px;font-size:8.5px;font-weight:600;overflow:hidden}.rbn-divider{background:#0f12170e;flex-shrink:0;align-self:stretch;width:1px}.rbn-spacer{flex:1;min-width:8px}.ribbon .stepper{border-radius:var(--radius-sm);background:var(--technical-white);border-color:#11131726;grid-template-columns:30px 1fr 30px;width:104px;height:34px}.ribbon .stepper button{color:var(--text)}.ribbon .stepper--derived{background:var(--ribbon-steel);box-shadow:none;cursor:default;border:1px solid #0f12172e;grid-template-columns:1fr;align-content:center;justify-items:center}.ribbon .stepper--derived:hover{border-color:#0f12172e}.ribbon .mini-label{letter-spacing:.04em;color:var(--ribbon-label);margin-top:0;margin-bottom:2px;font-size:8.5px;font-weight:600}.rbn-export-zone{z-index:6;background:var(--ribbon-steel);border-left:1px solid #0f121714;flex-shrink:0;align-items:center;gap:14px;padding:0 14px;display:flex;position:sticky;right:0;box-shadow:-10px 0 12px -7px #0f12172e}.rbn-vsw{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.rbn-vsw-controls{flex-direction:column;align-items:center;gap:3px;display:flex}.rbn-vsw-state{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--on-mist-secondary);font-size:8.5px;font-weight:700;line-height:1;transition:color .15s}.rbn-vsw-state.active{color:var(--sebs-signal)}.rbn-vsw .rbn-label{border-top:none;height:auto;padding:0;line-height:1.2}.rbn-vsw-track{cursor:pointer;background:#0f12172e;border:none;border-radius:12px;width:22px;height:42px;padding:0;transition:background .18s;position:relative}.rbn-vsw-track.on{background:var(--sebs-signal)}.rbn-vsw-thumb{background:var(--white);border-radius:50%;width:16px;height:16px;transition:bottom .2s cubic-bezier(.34,1.4,.6,1);position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0000004d}.rbn-vsw-track.on .rbn-vsw-thumb{bottom:23px}@media (prefers-reduced-motion:reduce){.rbn-vsw-thumb{transition:none}}.rbn-controls--center{align-items:center;padding-top:4px;padding-bottom:0}.rbn-group--collapsed{max-width:calc(var(--rbn-btn) + 10px);flex-shrink:0}.rbn-group--collapsed .rbn-controls--center{justify-content:center;padding:0 5px}.rbn-collapsed-btn{width:var(--rbn-btn);height:var(--rbn-btn);background:var(--white);color:var(--rbn-ink);cursor:pointer;border:1px solid #0f121726;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:border-color .13s,box-shadow .13s;display:flex;position:relative}img.rbn-collapsed-icon,.rbn-type-wrap .gts-trigger .gts-icon,.rbn-hand-face{opacity:var(--rbn-png-alpha)}.rbn-collapsed-btn:hover{border-color:#11131759}.rbn-collapsed-btn.open{border-color:var(--sebs-signal);box-shadow:var(--sebs-focus-ring)}.rbn-collapsed-icon{width:var(--rbn-icon);height:var(--rbn-icon);object-fit:contain;flex-shrink:0}.rbn-collapsed-glyph{flex-shrink:0;width:24px;height:24px}.rbn-collapsed-caret,.rbn-hand-cycle{color:var(--text-muted);opacity:.55;flex-shrink:0;transition:transform .18s,color .13s,opacity .13s;position:absolute;bottom:6px;right:7px}.rbn-collapsed-btn:hover .rbn-collapsed-caret{color:var(--graphite);opacity:1}.rbn-collapsed-btn.open .rbn-collapsed-caret{color:var(--graphite);opacity:1;transform:rotate(180deg)}.rbn-hand-btn{perspective:420px}.rbn-hand-flip{width:var(--rbn-icon);height:var(--rbn-icon);transform-style:preserve-3d;flex-shrink:0;transition:transform .42s cubic-bezier(.34,1.28,.62,1);display:block;position:relative}.rbn-hand-flip[data-flipped]{transform:rotateY(180deg)}.rbn-hand-face{object-fit:contain;backface-visibility:hidden;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.08)}.rbn-hand-face--back{transform:rotateY(180deg)scale(1.08)}.rbn-hand-cycle{transition:transform .42s,color .13s,opacity .13s}.rbn-hand-btn:hover .rbn-hand-cycle{color:var(--graphite);opacity:1}.rbn-hand-flip[data-flipped]~.rbn-hand-cycle{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.rbn-hand-flip,.rbn-hand-cycle{transition:none}}.rbn-setscrew-icon{transition:transform .16s cubic-bezier(.34,1.3,.64,1)}@media (prefers-reduced-motion:reduce){.rbn-setscrew-icon{transition:none}}.rbn-flyout{z-index:9999;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:9px 11px 11px;animation:.14s gtg-pop;box-shadow:0 10px 30px #00000029}.rbn-pro{flex-shrink:0;align-items:center;margin:0 4px;display:flex}.rbn-pro-btn{justify-content:center;align-items:center;gap:var(--space-xs);height:var(--rbn-pro-h);padding:0 var(--space-lg);border-radius:var(--radius-md);background:var(--technical-white);color:var(--graphite);cursor:pointer;box-shadow:var(--shadow-soft);border:1px solid #11131726;flex-direction:column;align-self:center;transition:border-color .13s,box-shadow .13s,border-radius .2s;display:flex}.rbn-pro-btn:hover{border-color:#11131766}.rbn-pro.open .rbn-pro-btn{border-radius:var(--radius-md) 0 0 var(--radius-md);border-right-color:#0000;border-color:var(--graphite);box-shadow:0 0 0 3px #11131714}.rbn-pro-word{font-family:var(--font-display);letter-spacing:.16em;color:var(--graphite);font-size:13px;font-weight:700}.rbn-pro-caret{color:var(--alloy);flex-shrink:0;transition:transform .28s cubic-bezier(.22,1,.36,1)}.rbn-pro-btn.open .rbn-pro-caret{transform:rotate(180deg)}.rbn-pro-body{height:var(--rbn-pro-h);background:var(--ribbon-steel);border:1px solid var(--graphite);border-radius:0 var(--radius-md) var(--radius-md) 0;opacity:0;visibility:hidden;border-left:none;align-self:center;align-items:center;gap:2px;max-width:0;padding:0;transition:max-width .34s cubic-bezier(.22,1,.36,1),padding .34s cubic-bezier(.22,1,.36,1),opacity .2s,visibility 0s linear .34s;display:flex;overflow:hidden}.rbn-pro.open .rbn-pro-body{opacity:1;visibility:visible;max-width:1800px;padding:0 10px 0 6px;transition:max-width .34s cubic-bezier(.22,1,.36,1),padding .34s cubic-bezier(.22,1,.36,1),opacity .28s,visibility}@media (prefers-reduced-motion:reduce){.rbn-pro-body,.rbn-pro.open .rbn-pro-body,.rbn-pro-caret{transition:none}}.ribbon-scroll-hint{z-index:6;border:1px solid var(--border);box-shadow:var(--shadow-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);pointer-events:none;white-space:nowrap;background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;gap:7px;margin-top:18px;padding:3px 12px;font-size:9.5px;font-weight:600;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}.ribbon-scroll-hint svg{width:12px;height:12px;color:var(--graphite)}.ribbon-scroll-hint .rsh-arrow{animation:1.6s ease-in-out infinite rsh-nudge}@keyframes rsh-nudge{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@media (prefers-reduced-motion:reduce){.ribbon-scroll-hint .rsh-arrow{animation:none}}.rbn-flyout-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ribbon-label);margin-bottom:7px;font-size:8.5px;font-weight:600}.rbn-flyout-body{align-items:flex-end;gap:8px;display:flex}.rbn-tooth-stack{flex-direction:column;align-items:stretch;gap:9px;display:flex}.rbn-tooth-helix{flex-direction:column;gap:3px;display:flex}.rbn-tooth-sublabel{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ribbon-label);font-size:8.5px;font-weight:600}.rbn-face-slider{align-items:center;gap:8px;height:34px;display:flex}.rbn-face-slider input[type=range]{appearance:none;cursor:pointer;background:0 0;border:none;width:90px;height:16px;margin:0;padding:0}.rbn-face-slider input[type=range]::-webkit-slider-runnable-track{background:#0f121726;border-radius:2px;height:4px}.rbn-slider-zoned input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, #0f121726 0 var(--rbn-zone-pct), var(--warn-soft,#e6960059) var(--rbn-zone-pct) 100%)}.rbn-slider-zoned input[type=range]::-moz-range-track{background:linear-gradient(to right, #0f121726 0 var(--rbn-zone-pct), var(--warn-soft,#e6960059) var(--rbn-zone-pct) 100%)}.rbn-face-val-ext{color:var(--warn-text,#9a6400);font-weight:600}.rbn-face-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--graphite);cursor:pointer;border-radius:50%;width:16px;height:16px;margin-top:-6px;transition:box-shadow .15s,transform .15s;box-shadow:0 2px 6px #11131759}.rbn-face-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 10px #11131773}.rbn-face-slider input[type=range]::-moz-range-track{background:#0f121726;border-radius:2px;height:4px}.rbn-face-slider input[type=range]::-moz-range-thumb{background:var(--graphite);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.rbn-face-val{font-family:var(--font-mono);color:var(--text-strong);white-space:nowrap;min-width:44px;font-size:11.5px;font-weight:600}.rbn-fine{align-items:center;gap:8px;display:flex}.rbn-fine-readout{font-family:var(--font-mono);color:var(--on-mist-secondary);white-space:nowrap;font-size:9.5px}.rbn-fine-btn{border:1px solid var(--border);background:var(--white);width:20px;height:20px;color:var(--text);cursor:pointer;border-radius:6px;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:600;line-height:1;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.rbn-fine-btn:hover{background:var(--mist);color:var(--graphite);border-color:#11131740}.rbn-fine-btn:active{transform:scale(.9)}.rbn-select-wrap{position:relative}.rbn-select-wrap:after{content:"";border-right:1.5px solid var(--text);border-bottom:1.5px solid var(--text);pointer-events:none;width:6px;height:6px;position:absolute;top:50%;right:10px;transform:translateY(-65%)rotate(45deg)}.rbn-select{appearance:none;border-radius:var(--radius-sm);background:var(--technical-white);height:34px;box-shadow:var(--shadow-soft);font-family:var(--font-mono);color:var(--text-strong);cursor:pointer;border:1px solid #11131726;width:104px;padding:0 24px 0 9px;font-size:11.5px;font-weight:500;transition:border-color .14s}.rbn-select:hover{border-color:#0f121738}.rbn-select:focus{border-color:var(--sebs-signal);box-shadow:var(--sebs-focus-ring);outline:none}.rbn-segmented{border-radius:var(--radius-sm)}.rbn-segmented button{height:28px;font-size:10.5px}.rbn-tooth-img{aspect-ratio:4/3;object-fit:contain;object-position:center;pointer-events:none;border-radius:5px;width:46px;max-width:100%;display:block}.rbn-trace-card-icon{pointer-events:none;width:38px;height:38px;color:var(--text-strong);opacity:.9;display:block}.opt-card.active .rbn-trace-card-icon{color:var(--graphite);opacity:1}@media (width<=640px){.opt-grid.cols-3{grid-template-columns:1fr}}.rbn-start-seg button{flex-direction:column;justify-content:center;align-items:center;gap:1px;height:auto;padding:5px 3px 3px;display:flex}.rbn-start-img{aspect-ratio:1;object-fit:contain;pointer-events:none;mix-blend-mode:multiply;width:46px;display:block}.rbn-start-seg button.active .rbn-start-img{filter:invert();mix-blend-mode:screen}.rbn-start-num{font-family:var(--font-mono);pointer-events:none;font-size:10px;font-weight:600;line-height:1}.rbn-start-icon{mix-blend-mode:multiply;width:50px;height:50px}.rbn-number{text-align:center;border-radius:var(--radius-sm);background:var(--technical-white);width:76px;height:34px;box-shadow:var(--shadow-soft);font-family:var(--font-mono);color:var(--text-strong);appearance:textfield;border:1px solid #11131726;padding:0 8px;font-size:12px;font-weight:500;transition:border-color .14s}.rbn-number::-webkit-inner-spin-button{-webkit-appearance:none}.rbn-number::-webkit-outer-spin-button{-webkit-appearance:none}.rbn-number:hover{border-color:#0f12171f}.rbn-number:focus{border-color:var(--sebs-signal);box-shadow:var(--sebs-focus-ring);outline:none}.rbn-warn-area{flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;max-width:260px;padding:4px 12px;display:flex}.rbn-warn-chip{white-space:nowrap;text-overflow:ellipsis;border-radius:5px;padding:2px 8px;font-size:10px;font-weight:500;overflow:hidden}.rbn-warn-warn{background:var(--warn-bg);color:var(--warn-text);border:1px solid var(--warn-border)}.rbn-warn-error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.stage{inset:var(--chrome-h) 0 0 0;z-index:5;pointer-events:none;place-items:center;display:grid;position:absolute}.stage svg{pointer-events:auto;width:min(560px,46vw);height:auto;overflow:visible}.export-wrap{position:relative}.export-menu{z-index:50;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-width:188px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.export-menu button{text-align:left;width:100%;font-family:var(--font);color:var(--text-strong);background:0 0;border:0;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;transition:background .12s;display:flex}.export-menu button:hover{background:var(--mist);color:var(--graphite)}.export-menu hr{border:none;border-top:1px solid var(--border);margin:3px 0}.export-menu .menu-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:6px 14px 3px;font-size:10px;font-weight:600}.download.active{background:var(--sebs-signal-hover)}.gts-wrap{width:100%;position:relative}.gts-trigger{border:1px solid var(--border);background:var(--white);width:100%;box-shadow:var(--shadow-soft);cursor:pointer;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:5px 10px 4px;transition:border-color .14s,box-shadow .14s;display:flex;position:relative}.gts-trigger:hover{border-color:#0f12171f}.gts-trigger.open{border-color:var(--red);box-shadow:0 0 0 3px #e600231a}.gts-trigger .gts-icon{object-fit:contain;flex-shrink:0;width:60px;height:60px}.gts-trigger .gts-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-family:var(--font-mono);color:var(--text-strong);font-size:9.5px;font-weight:500;line-height:1;overflow:hidden}.gts-caret{color:var(--text-muted);transition:transform .18s;position:absolute;bottom:5px;right:7px}.gts-caret.open{transform:rotate(180deg)}.gtg-modal{background:var(--white);border-radius:18px;flex-direction:column;width:min(860px,94vw);max-height:90vh;animation:.18s gtg-pop;display:flex;overflow:hidden;box-shadow:0 24px 64px -12px #0a0c104d,0 0 0 1px #0a0c100f}@keyframes gtg-pop{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:none}}.gtg-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:18px 20px 14px;display:flex}.gtg-header-text{flex-direction:column;gap:2px;display:flex}.gtg-title{font-family:var(--font-display);color:var(--text-strong);font-size:18px;font-weight:600}.gtg-subtitle{color:var(--text-muted);font-size:12.5px}.gtg-tier-row{border-bottom:1px solid var(--border);justify-content:center;padding:12px 20px;display:flex}.gtg-tier-toggle{background:var(--white);border:1px solid var(--border);border-radius:12px;grid-template-columns:118px 118px;gap:2px;padding:3px;display:grid}.gtg-tier-toggle button{height:34px;color:var(--text);cursor:pointer;font-family:var(--font-display);letter-spacing:.02em;background:0 0;border:0;border-radius:9px;font-size:13px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1)}.gtg-tier-toggle button:hover:not(.active){background:var(--red-soft);color:var(--red)}.gtg-tier-toggle button.active{color:var(--white);background:var(--red);box-shadow:0 2px 8px -2px #e6002359}.gtg-body{overscroll-behavior:contain;scrollbar-width:thin;padding:14px 20px 20px;overflow-y:auto}.gtg-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width<=620px){.gtg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.gtg-card{text-align:center;border:1.5px solid var(--border);background:var(--white);cursor:pointer;border-radius:13px;flex-direction:column;align-items:center;padding:0 0 10px;transition:border-color .13s,box-shadow .13s,transform .13s;display:flex;position:relative;overflow:hidden}.gtg-card:hover{border-color:#e6002359;transform:translateY(-1px);box-shadow:0 6px 18px -8px #0a0c1040}.gtg-card.active{border-color:var(--red);box-shadow:0 0 0 3px #e600231a}.gtg-card.soon{cursor:default;opacity:.55}.gtg-card.soon:hover{border-color:var(--border);box-shadow:none;transform:none}.gtg-card.soon .gtg-card-img{filter:grayscale()}.gtg-card-media{background:var(--bg);flex-shrink:0;place-items:center;width:100%;height:108px;margin-bottom:7px;display:grid}.gtg-card-img{object-fit:contain;width:92px;height:92px}.gtg-card-body{flex-direction:column;align-items:center;gap:5px;width:100%;min-width:0;padding:0 8px;display:flex}.gtg-card-title{font-family:var(--font-mono);color:var(--text-strong);white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.gtg-card.active .gtg-card-title{color:var(--red)}.gtg-chip{font-family:var(--font-mono);white-space:nowrap;border-radius:5px;padding:2px 6px;font-size:9px;font-weight:500}.gtg-chip-ratio{background:var(--red-soft);color:var(--red-deep)}.gtg-chip-soon{background:var(--bg);color:var(--text-muted)}.gtg-card-check{width:15px;height:15px;color:var(--red);position:absolute;top:8px;right:8px}.rbn-type-wrap{width:calc(var(--rbn-icon) + 94px)}.rbn-type-wrap .gts-trigger{grid-template-columns:var(--rbn-icon) 1fr 11px;height:var(--rbn-btn);border-radius:8px;align-items:center;gap:8px;padding:0 10px 0 7px;display:grid}.rbn-type-wrap .gts-trigger .gts-icon{width:var(--rbn-icon);height:var(--rbn-icon);grid-column:1}.rbn-type-wrap .gts-trigger .gts-label{text-align:left;white-space:normal;color:var(--text-strong);grid-column:2;min-width:0;max-width:100%;font-size:9.5px;font-weight:600;line-height:1.3}.rbn-type-wrap .gts-caret{flex-shrink:0;grid-column:3;position:static;bottom:auto;right:auto}.app:after{content:"";inset:var(--chrome-h) 0 0 0;pointer-events:none;z-index:0;background:linear-gradient(var(--grid-major) 1px, transparent 1px), linear-gradient(90deg, var(--grid-major) 1px, transparent 1px), radial-gradient(ellipse 800px 500px at 60% 50%, #e6002306, transparent 70%);background-size:120px 120px,120px 120px,100% 100%;position:absolute}.ratio-row{grid-template-columns:1fr 24px 1fr;align-items:center;gap:10px;display:grid}.ratio-row+.ratio-row{margin-top:4px}.input-pill{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow-soft);color:var(--text-strong);font-family:var(--font-mono);text-align:center;border-radius:11px;outline:none;width:100%;height:38px;font-size:13px;font-weight:500;transition:all .16s}.input-pill:hover{border-color:#0f12171f}.input-pill:focus{border-color:var(--red);box-shadow:0 0 0 3px #e600231a}.input-pill::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-pill::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-pill[type=number]{appearance:textfield}.colon{color:var(--text-strong);text-align:center;font-family:var(--font-mono);font-size:18px;font-weight:600}.segmented.cols-4{grid-template-columns:1fr 1fr 1fr 1fr}.view-toggle{z-index:12;top:calc(var(--chrome-h) + 24px);background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;grid-template-columns:58px 58px;gap:2px;padding:3px;display:grid;position:absolute;right:18px}.view-toggle button{height:38px;color:var(--text);font-family:var(--font-display);letter-spacing:.02em;background:0 0;border:0;border-radius:9px;font-size:14px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1)}.view-toggle button:hover:not(.active){background:var(--mist);color:var(--graphite)}.view-toggle button.active{color:var(--technical-white);background:var(--graphite);box-shadow:0 2px 8px -2px #11131759}.fab-check-list{flex-direction:column;gap:7px;display:flex}.fab-check{color:var(--text-strong);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;font-size:13px;display:flex}.fab-check input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--red);border-radius:4px}.fab-hint{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);margin:6px 0 0}.stage-annotation{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-strong);background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-soft);pointer-events:auto;z-index:6;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:10px;display:flex;position:absolute}.ann-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ann-label{color:var(--text-muted)}.ann-value{color:var(--text-strong);font-weight:500}.ann-tl{top:32px;left:50%;transform:translate(-180px)}.ann-br{bottom:32px;left:50%;transform:translate(60px)}.stage .axis-gizmo{color:#45484f;opacity:.85;pointer-events:none;z-index:6;width:58px;height:58px;position:absolute;bottom:20px;left:20px;overflow:visible}.axis-gizmo-label{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:15px;font-weight:700}.stage--three{display:block!important}.gear3d-wrap{pointer-events:auto;position:absolute;inset:0}.gear3d-canvas{cursor:grab;width:100%;height:100%;display:block}.gear3d-canvas:active{cursor:grabbing}.gear3d-loading{pointer-events:none;z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gear3d-spinner{border:3px solid var(--red-soft);border-top-color:var(--red);filter:drop-shadow(0 2px 8px #c8202a47);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite gear3d-spin}@keyframes gear3d-spin{to{transform:rotate(360deg)}}.topbar-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.topbar-action{color:#fffffff5;height:30px;font-family:var(--font);cursor:pointer;background:#ffffff1f;border:1px solid #ffffff4d;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.topbar-action:hover{color:#fff;background:#ffffff38;border-color:#ffffff7a}.topbar-action.copied{color:#4ade80;background:#4ade8024;border-color:#4ade8080}.topbar-action--ai{color:#fff;background:linear-gradient(135deg,#e6002370,#c43cdc4d);border-color:#ff96aa9e;padding:0 12px;font-weight:600;position:relative;overflow:hidden;box-shadow:0 0 0 1px #e600231a,0 3px 12px -5px #e60023e6}.topbar-action--ai:hover{background:linear-gradient(135deg,#e60023a3,#c43cdc75);border-color:#ffb9c8d9;box-shadow:0 0 0 1px #e6002329,0 4px 16px -5px #e60023}.topbar-action--ai:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 36%,#ffffff47 50%,#0000 64%);animation:5.5s ease-in-out infinite topbar-ai-sheen;position:absolute;inset:0;transform:translate(-120%)}@keyframes topbar-ai-sheen{0%,62%{transform:translate(-120%)}88%,to{transform:translate(120%)}}.topbar-ai-spark{filter:drop-shadow(0 0 3px #ffffff80);flex-shrink:0}.topbar-ai-spark-sm{animation:2.9s ease-in-out infinite topbar-ai-twinkle}.topbar-ai-spark-sm:last-of-type{animation-delay:1.2s}@keyframes topbar-ai-twinkle{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.topbar-action--ai:after{animation:none}.topbar-ai-spark-sm{opacity:.75;animation:none}}.help-modal{background:var(--white);border-radius:18px;flex-direction:column;width:min(520px,94vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 64px -12px #0a0c104d,0 0 0 1px #0a0c100f}.help-body{flex-direction:column;gap:14px;padding:18px 22px 20px;display:flex;overflow-y:auto}.help-body>*{flex-shrink:0}.help-center{text-align:center;justify-content:center;align-items:center;min-height:220px}.help-q{flex-direction:column;gap:6px;display:flex}.help-body .export-modal-btn:disabled{color:var(--text-muted);cursor:not-allowed;box-shadow:none;background:#0f12171f;transform:none}.help-optional{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-left:6px;font-size:9px;font-weight:600}.help-textarea{resize:none;border:1px solid var(--border);width:100%;min-height:62px;max-height:168px;font-family:var(--font);color:var(--text-strong);background:var(--bg);border-radius:10px;padding:10px 12px;font-size:13px;overflow-y:auto}.help-textarea:focus{border-color:var(--red);outline:none}.svy-row{--rbn-btn:96px;--rbn-icon:80px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:center;gap:2px;padding:6px 0 2px;display:flex}.svy-photo{mix-blend-mode:multiply}.svy-grid{min-width:210px}.svy-word{text-align:center;width:var(--rbn-icon);height:var(--rbn-icon);font-family:var(--font-mono);color:var(--text-strong);place-items:center;padding:0 4px;font-size:10px;font-weight:600;line-height:1.25;display:grid}.svy-card-glyph{width:46px;height:34px;font-family:var(--font-display);color:var(--text-muted);place-items:center;font-size:20px;font-weight:700;display:grid}.help-stages{justify-content:center;gap:16px;min-height:220px}.help-stage-list{flex-direction:column;gap:12px;margin:0 auto;padding:0;list-style:none;display:flex}.help-stage-list li{font-family:var(--font);color:var(--text-muted);align-items:center;gap:10px;font-size:13px;transition:color .2s;display:flex}.help-stage-dot{background:#0f121724;border-radius:50%;flex-shrink:0;width:9px;height:9px;transition:background .2s,box-shadow .2s}.help-stage-list li.done{color:var(--text)}.help-stage-list li.done .help-stage-dot{background:var(--red)}.help-stage-list li.active{color:var(--text-strong);font-weight:600}.help-stage-list li.active .help-stage-dot{background:var(--red);animation:1.3s ease-in-out infinite help-stage-pulse;box-shadow:0 0 0 4px #e6002326}@keyframes help-stage-pulse{0%,to{box-shadow:0 0 0 3px #e600231a}50%{box-shadow:0 0 0 6px #e6002333}}@media (prefers-reduced-motion:reduce){.help-stage-list li.active .help-stage-dot{animation:none}}.help-card{border:1px solid var(--border);background:var(--white);border-radius:12px;grid-template-columns:62px 1fr 96px;align-items:center;gap:14px;padding:12px 13px;transition:border-color .14s,box-shadow .14s;display:grid}.help-card:hover{box-shadow:var(--shadow-soft);border-color:#e6002352}.help-card-fig{flex-direction:column;align-items:center;gap:4px;display:flex}.help-card-icon{object-fit:contain;width:56px;height:56px}.help-card-ratio{font-family:var(--font-mono);color:var(--text-strong);letter-spacing:-.01em;font-size:12px;font-weight:700}.help-card-body{min-width:0}.help-card-mode{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--red);font-size:9px;font-weight:600;display:block}.help-card-title{font-family:var(--font-display);color:var(--text-strong);margin-top:1px;font-size:14.5px;font-weight:600;line-height:1.25}.help-card-rationale{color:var(--text);margin:5px 0 0;font-size:12px;line-height:1.45}.help-card-rationale.clamped{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.help-card-more{font-family:var(--font);color:var(--red);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:11px;font-weight:600}.help-card-more:hover{text-decoration:underline}.help-card-open{background:var(--red);color:var(--white);font-family:var(--font);cursor:pointer;border:none;border-radius:9px;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:1px;padding:10px 8px;font-size:13px;font-weight:600;line-height:1.15;transition:background .15s;display:flex}.help-card-open-sub{opacity:.82;font-size:10px;font-weight:500}.help-card-open:hover{background:var(--red-deep)}.help-back-btn{border:1px solid var(--border);font-family:var(--font);color:var(--text);cursor:pointer;background:0 0;border-radius:9px;align-self:center;align-items:center;gap:7px;margin-top:2px;padding:8px 16px;font-size:12.5px;font-weight:600;transition:border-color .14s,color .14s,background .14s;display:flex}.help-back-btn:hover{color:var(--red);background:var(--red-soft);border-color:#e6002366}.help-history{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:2px;padding-top:12px;display:flex}.help-history-title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--red);font-size:9px;font-weight:600}.help-hist-entry{border:1px solid var(--border);border-radius:10px;overflow:hidden}.help-hist-head{background:var(--bg);cursor:pointer;text-align:left;width:100%;color:var(--text-muted);border:none;grid-template-columns:62px 1fr 14px;align-items:center;gap:10px;padding:9px 11px;display:grid}.help-hist-head:hover{background:var(--red-soft)}.help-hist-when{font-family:var(--font-mono);color:var(--red);border-right:1px solid var(--border);padding-right:9px;font-size:9.5px;font-weight:600;line-height:1.2}.help-hist-head svg{transition:transform .18s}.help-hist-head.open svg{transform:rotate(180deg)}.help-hist-labels{min-width:0}.help-hist-prompt{font-family:var(--font);color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.help-hist-summary{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9.5px;display:block;overflow:hidden}.help-hist-body{flex-direction:column;gap:10px;padding:10px 11px 11px;display:flex}.app-frozen{pointer-events:none}.app-frozen .topbar,.app-frozen .ribbon,.app-frozen .view-toggle,.app-frozen .stage{pointer-events:none;filter:brightness(.97)}.topbar-divider{background:#ffffff1f;flex-shrink:0;width:1px;height:20px}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:all;background:#0a0c1073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.export-modal{background:var(--white);border-radius:18px;flex-direction:column;width:min(880px,94vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 64px -12px #0a0c104d,0 0 0 1px #0a0c100f}.export-modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px 14px;display:flex}.export-modal-title{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.01em;font-size:16px;font-weight:600}.export-mode-badge{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--red);background:var(--red-soft);border-radius:20px;padding:3px 8px;font-size:10px;font-weight:600}.modal-close-btn{width:34px;height:34px;color:var(--text-muted);background:0 0;border:none;border-radius:8px;place-items:center;transition:all .14s;display:grid}.modal-close-btn:hover{background:var(--red-soft);color:var(--red)}.modal-close-btn svg{width:16px;height:16px}.export-modal-body{flex:1;min-height:460px;display:flex;overflow:hidden}.export-modal-preview{border-right:1px solid var(--border);background:#f7f8f9;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:28px 28px 20px;display:flex;position:relative;overflow:hidden}.export-preview-label{text-align:center;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:10px;font-weight:500;position:absolute;top:12px;left:0;right:0}.export-preview-snap{background:#fff;border-radius:10px;box-shadow:0 4px 20px -4px #0a0c102e,0 0 0 1px #0a0c100f}.export-static-preview{justify-content:center;align-items:center;width:100%;max-width:360px;display:flex}@keyframes kerf-detail-in{0%{opacity:0;transform:scale(.94)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.kerf-detail-overlay{z-index:10;pointer-events:none;animation:.28s cubic-bezier(.34,1.56,.64,1) kerf-detail-in;position:absolute;bottom:18px;right:18px}.export-preview-img{object-fit:contain;background:#fff;border-radius:6px;max-width:100%;max-height:100%;box-shadow:0 2px 16px -4px #0a0c101f,0 0 0 1px #0a0c100f}.export-modal-settings{flex-direction:column;flex-shrink:0;gap:18px;width:276px;padding:20px 22px 22px;display:flex;overflow-y:auto}.export-setting-group{flex-direction:column;gap:8px;display:flex}.export-setting-label{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.export-setting-label:after{content:"";background:linear-gradient(to right, var(--border), transparent);flex:1;height:1px}.info-tip{cursor:help;color:var(--text-muted);flex-shrink:0;align-items:center;margin-left:-2px;display:inline-flex;position:relative}.info-tip svg{width:13px;height:13px}.info-tip:hover svg{color:var(--text)}.info-tip-popup{background:var(--text-strong);color:#fff;font-family:var(--font);letter-spacing:normal;text-transform:none;text-align:left;white-space:normal;z-index:999;pointer-events:none;border-radius:8px;width:210px;padding:7px 10px;font-size:11px;font-weight:400;line-height:1.45;display:none;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.info-tip-popup:after{content:"";border:5px solid #0000;border-top-color:var(--text-strong);position:absolute;top:100%;left:50%;transform:translate(-50%)}.info-tip:hover .info-tip-popup{display:block}.export-modal-btn{background:var(--red);width:100%;height:44px;color:var(--white);font-family:var(--font);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:auto;font-size:14px;font-weight:600;transition:background .16s,transform .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px -2px #e6002359,inset 0 1px #fff3}.export-modal-btn:not(:disabled):hover{background:var(--red-deep);transform:translateY(-1px)}.export-modal-btn:not(:disabled):active{transform:translateY(0)}.export-modal-btn:disabled{cursor:wait}.export-modal-btn svg{stroke-width:2.5px;width:16px;height:16px}.export-modal-btn.is-loading{background:var(--loading-red);box-shadow:inset 0 2px 8px #00000047}.export-btn-label{z-index:1;align-items:center;gap:8px;display:flex;position:relative}.export-btn-fill{background:var(--red);opacity:0;pointer-events:none;width:0%;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.export-modal-btn.is-loading .export-btn-fill,.export-modal-btn.is-done .export-btn-fill{opacity:1}.export-modal-btn.is-done .export-btn-fill{transition:width .3s ease-out}.export-btn-fill:before{content:"";background:repeating-linear-gradient(45deg,#ffffff21 0 6px,#0000 6px 12px);transition:opacity .35s;animation:.7s linear infinite export-stripes;position:absolute;inset:0 0 0 -17px}.export-btn-fill:after{content:"";background:#ffffffe6;width:2px;position:absolute;top:0;bottom:0;right:0;box-shadow:0 0 10px 2px #ffffff73}.export-modal-btn.is-done .export-btn-fill:before,.export-modal-btn.is-done .export-btn-fill:after{opacity:0}@keyframes export-stripes{to{transform:translate(16.97px)}}.export-btn-gear{animation:1.4s linear infinite export-gear-spin}@keyframes export-gear-spin{to{transform:rotate(360deg)}}.export-btn-pct{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;min-width:36px;font-size:12px;font-weight:600}.export-btn-check{animation:.32s cubic-bezier(.2,1.4,.4,1) export-check-pop}@keyframes export-check-pop{0%{opacity:0;transform:scale(.4)}}.bts-wrap{align-items:center;gap:6px;display:flex}.rbn-bore-wrap,.rbn-screw-wrap{width:190px}:is(.rbn-bore-wrap:has(.bts-split),.rbn-screw-wrap:has(.bts-split)){width:396px}.bts-split{align-items:flex-start;gap:12px;display:flex}.bts-split>*{flex:1 1 0;min-width:0}.bts-col{flex-direction:column;gap:8px;display:flex}.bts-col-lbl{font-family:var(--font-display);color:var(--text-strong);font-size:11px;font-weight:600}.link-sw{justify-content:center;align-items:center;gap:8px;padding-top:2px;display:flex}.link-sw.disabled{opacity:.5;pointer-events:none}.link-sw-lbl{font-family:var(--font-mono);color:var(--text-muted);font-size:10px;font-weight:600;transition:color .13s}.link-sw-lbl.active{color:var(--red)}.link-sw-track{cursor:pointer;border:1px solid var(--border);background:var(--bg);border-radius:11px;width:38px;height:20px;padding:0;transition:background .13s,border-color .13s;position:relative}.link-sw-track.on{background:var(--red);border-color:var(--red)}.link-sw-thumb{background:var(--white);border-radius:50%;width:14px;height:14px;transition:left .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}.link-sw-track.on .link-sw-thumb{left:20px}@media (prefers-reduced-motion:reduce){.link-sw-thumb{transition:none}}.ss-wrap{flex-direction:column;gap:8px;width:100%;display:flex}.ssc{flex-direction:column;gap:8px;display:flex}.ssc--off{opacity:.55}.ssc-hint{font-family:var(--font-mono);color:var(--text-muted);padding:6px 2px;font-size:9.5px;line-height:1.4}.bts-wrap-v{flex-direction:column;gap:8px;width:100%;display:flex}.bts-diam-row{align-items:center;gap:6px;display:flex}.bts-diam-cap{font-family:var(--font-mono);color:var(--text-muted);font-size:13px}.bts-diam-row .bts-diam-input{width:100%;height:30px}.opt-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.opt-grid.cols-3{grid-template-columns:repeat(3,1fr)}.opt-card{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:9px;flex-direction:column;align-items:center;gap:4px;padding:9px 6px 7px;transition:border-color .13s,background .13s;display:flex}.opt-card:hover:not(:disabled){border-color:#11131766}.opt-card.active{border-color:var(--graphite);background:var(--mist)}.opt-card:disabled{opacity:.4;cursor:default}.opt-card-label{font-family:var(--font-mono);color:var(--text-strong);font-size:10px;font-weight:600}.opt-card.active .opt-card-label{color:var(--graphite)}.bts-pro-btn{background:var(--technical-white);width:100%;height:30px;color:var(--graphite);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);cursor:pointer;border:1px solid #11131726;justify-content:center;align-items:center;gap:7px;transition:border-color .13s,box-shadow .13s;display:flex}.bts-pro-btn:hover:not(:disabled){border-color:#e6002366;box-shadow:0 0 0 3px #e6002314}.bts-pro-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.bts-pro-word{font-family:var(--font-display);letter-spacing:.16em;color:var(--red);font-size:12px;font-weight:700}.bore-pro-panel{z-index:60;background:var(--white);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:264px;max-height:calc(100vh - 236px);animation:.16s bpp-in;display:flex;position:fixed;top:214px;right:16px;overflow-y:auto;box-shadow:0 16px 46px -12px #0a0c1052}@keyframes bpp-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.bpp-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px 10px;display:flex}.bpp-title{font-family:var(--font-display);color:var(--text-strong);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.bpp-title-pro{letter-spacing:.14em;color:var(--red);border:1px solid #e6002359;border-radius:6px;padding:1px 6px;font-size:10.5px;font-weight:700}.bpp-close{width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:none;justify-content:center;align-items:center;transition:background .14s,color .14s;display:inline-flex}.bpp-close svg{width:16px;height:16px}.bpp-close:hover{background:var(--red-soft);color:var(--red)}.bpp-body{flex-direction:column;padding:4px 14px;display:flex}.bpp-section{flex-direction:column;gap:9px;padding:12px 0;display:flex}.bpp-section+.bpp-section{border-top:1px solid var(--border)}.bpp-section-head{align-items:center;gap:10px;display:flex}.bpp-section-title{flex-direction:column;line-height:1.2;display:flex}.bpp-role{font-family:var(--font-display);color:var(--text-strong);font-size:13px;font-weight:600}.bpp-teeth{font-family:var(--font-mono);color:var(--text-muted);font-size:10px}.bpp-diam{align-items:center;gap:7px;display:flex}.bpp-default-btn{background:var(--bg);border:1px solid var(--border);height:34px;color:var(--text);font-family:var(--font);cursor:pointer;border-radius:9px;margin:6px 14px 14px;font-size:12.5px;font-weight:500;transition:border-color .14s,color .14s,background .14s}.bpp-default-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-soft)}.bore-pro-panel--wide{width:384px}.bpp-cols{align-items:flex-start;gap:14px;display:flex}.bpp-col{flex-direction:column;flex:1 1 0;gap:9px;min-width:0;display:flex}.bpp-hub{border-left:1px solid var(--border);padding-left:14px}.bpp-hub-title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--red);font-size:9.5px;font-weight:600}.bpp-field{flex-direction:column;gap:2px;display:flex}.bpp-field-lbl{font-family:var(--font-mono);color:var(--text-muted);font-size:9.5px}.bpp-screw{gap:4px;display:flex}.bpp-screw button{border:1px solid var(--border);background:var(--bg);height:24px;color:var(--text);font-family:var(--font-mono);cursor:pointer;border-radius:6px;flex:1;font-size:10px;font-weight:600;transition:border-color .13s,background .13s,color .13s}.bpp-screw button:hover:not(.active){color:var(--red);border-color:#e6002366}.bpp-screw button.active{border-color:var(--red);background:var(--red-soft);color:var(--red)}.bpp-hub-hint{font-family:var(--font-mono);color:var(--text-muted);text-align:center;align-self:center;padding:14px 4px;font-size:9.5px}.bpp-screw button.disabled{opacity:.4;cursor:not-allowed;border-style:dashed}.bpp-screw button.disabled:hover{border-color:var(--border);color:var(--text)}.bpp-auto{flex-direction:column;gap:3px;margin-top:2px;display:flex}.bpp-auto-row{font-family:var(--font-mono);color:var(--text-muted);justify-content:space-between;align-items:baseline;font-size:10px;display:flex}.bpp-auto-row b{color:var(--text-strong);font-weight:600}.bpp-auto-note{font-family:var(--font-mono);color:var(--text-muted);opacity:.8;font-size:8.5px;line-height:1.35}.bpp-warn{z-index:200;background:#1a1c1f52;justify-content:center;align-items:center;animation:.12s bpp-in;display:flex;position:fixed;inset:0}.bpp-warn-card{background:var(--bg);border:1px solid var(--red);border-radius:10px;flex-direction:column;gap:9px;width:min(300px,92%);padding:14px;display:flex;box-shadow:0 8px 28px #0000002e}.bpp-warn-head{color:var(--red);font-family:var(--font-display);align-items:center;gap:7px;font-size:12.5px;font-weight:600;display:flex}.bpp-warn-msg{font-family:var(--font);color:var(--text);margin:0;font-size:11.5px;line-height:1.45}.bpp-warn-ok{border:1px solid var(--red);background:var(--red);color:#fff;font-family:var(--font-display);cursor:pointer;border-radius:7px;align-self:flex-end;padding:5px 14px;font-size:11px;font-weight:600}.bpp-warn-ok:hover{background:var(--red-deep);border-color:var(--red-deep)}.rbn-bore-wrap .bts-trigger{border-radius:8px;grid-template-rows:1fr;grid-template-columns:36px 1fr 10px;align-items:center;gap:8px;height:52px;padding:6px 10px;display:grid}.rbn-bore-wrap .bts-trigger img,.rbn-bore-wrap .bts-trigger>div{grid-column:1}.rbn-bore-wrap .bts-label{grid-column:2}.rbn-bore-wrap .bts-caret{grid-column:3}.bts-trigger{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;font-family:var(--font);color:var(--text);border-radius:8px;align-items:center;gap:6px;width:100%;padding:5px 9px;font-size:12px;font-weight:500;transition:border-color .14s,box-shadow .14s;display:flex}.bts-trigger:hover{border-color:#0f12171f}.bts-trigger.open{border-color:var(--red);box-shadow:0 0 0 3px #e600231a}.bts-trigger.locked{cursor:default;opacity:.7;background:repeating-linear-gradient(135deg, var(--bg), var(--bg) 6px, #0f121706 6px, #0f121706 12px)}.bts-trigger.locked:hover{border-color:var(--border)}.bts-trigger.locked .bts-caret{color:var(--red);opacity:.8}.bts-label{text-align:left;white-space:nowrap;text-overflow:ellipsis;font-family:var(--font-mono);color:var(--text-strong);flex:1;font-size:10.5px;font-weight:500;overflow:hidden}.bts-caret{color:var(--text-muted);flex-shrink:0;transition:transform .18s}.bts-caret.open{transform:rotate(180deg)}.bts-diam-wrap{flex-shrink:0;align-items:center;gap:3px;display:flex}.bts-diam-input{border:1.5px solid var(--border);background:var(--bg);width:84px;height:28px;color:var(--text-strong);font-family:var(--font-mono);text-align:center;-moz-appearance:textfield;border-radius:6px;padding:0;font-size:12px}.bts-diam-input::-webkit-inner-spin-button{-webkit-appearance:none}.bts-diam-input::-webkit-outer-spin-button{-webkit-appearance:none}.bts-diam-input:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 2px #e6002314}.bts-diam-unit{color:var(--text-muted);font-size:10px;font-family:var(--font-mono);white-space:nowrap}.bts-edit-btn{background:var(--red-soft);border:1.5px solid var(--red);cursor:pointer;height:32px;color:var(--red);font-family:var(--font);white-space:nowrap;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:11.5px;font-weight:600;transition:all .14s;display:flex}.bts-edit-btn:hover{background:var(--red);color:#fff}.bts-edit-btn svg{flex-shrink:0;width:12px;height:12px}.bts-dropdown{background:var(--white);border:1.5px solid var(--border);z-index:9999;border-radius:10px;padding:4px 0;overflow:hidden;box-shadow:0 8px 24px #00000021}.bts-separator{background:var(--border);height:1px;margin:4px 8px}.bts-option{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;height:52px;padding:0 12px;transition:background .11s;display:flex}.bts-opt-img{object-fit:contain;flex-shrink:0;width:38px;height:38px}.bts-opt-label{font-family:var(--font-mono);color:var(--text-strong);white-space:nowrap;font-size:11px;font-weight:500}.bts-option:hover{background:var(--red-soft)}.bts-option:hover .bts-opt-label{color:var(--red)}.bts-option.active{background:var(--red-soft)}.bts-option.active .bts-opt-label{color:var(--red);font-weight:600}.bts-option-none{opacity:.75}.bts-opt-none-label{font-style:italic;color:var(--text-muted)!important}.bts-option-none.active{opacity:1}.bts-option-none.active .bts-opt-none-label{font-style:normal;color:var(--red)!important}.bore-modal{width:min(580px,94vw)!important}.bore-modal .export-modal-body{min-height:290px}.bore-modal .export-modal-settings{width:290px}.bore-preview-area{flex:1;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex}.bore-preview-item{flex-direction:column;align-items:center;gap:8px;display:flex}.bore-preview-label{font-family:var(--font-mono);color:var(--text-muted);text-align:center;font-size:10px;font-weight:500}.bore-preview-divider{background:var(--border);align-self:stretch;width:1px}.bore-sub-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--red);padding-bottom:2px;font-size:10px;font-weight:600}.bore-same-row{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:9px 11px;transition:border-color .14s;display:flex}.bore-same-row:hover{border-color:var(--red)}.bore-toggle-track{background:var(--border);border-radius:10px;flex-shrink:0;width:34px;height:20px;transition:background .2s;position:relative}.bore-toggle-track.on{background:var(--red)}.bore-toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:left .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.bore-toggle-track.on .bore-toggle-thumb{left:17px}.bore-same-label{color:var(--text);font-size:12px;font-weight:500}.bore-type-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.bore-type-opt{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:9px;flex-direction:column;align-items:center;gap:5px;padding:10px 4px 8px;transition:border-color .13s,background .13s;display:flex}.bore-type-opt:hover,.bore-type-opt.active{border-color:var(--red);background:var(--red-soft)}.bore-type-opt-label{font-family:var(--font);color:var(--text);text-align:center;white-space:nowrap;font-size:9.5px;font-weight:500}.bore-type-opt.active .bore-type-opt-label{color:var(--red);font-weight:600}.bore-type-opt-none{opacity:.65}.bore-type-opt-none.active{opacity:1}.bore-type-opt-none .bore-type-opt-label{color:var(--text-muted);font-style:italic}.bore-type-opt-none.active .bore-type-opt-label{color:var(--red);font-style:normal}.bore-actions{gap:8px;display:flex}.bore-btn-reset{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;height:38px;font-family:var(--font);color:var(--text);border-radius:10px;flex:1;font-size:13px;font-weight:600;transition:border-color .14s}.bore-btn-reset:hover{border-color:var(--text)}.bore-btn-apply{flex:2;height:38px;margin-top:0!important}.cchain{align-items:center;gap:0;padding:2px 4px 0;display:flex}.cchain-stage{cursor:pointer;color:var(--text);background:0 0;border:1.5px solid #0000;border-radius:7px;flex-direction:column;align-items:center;gap:5px;min-width:48px;padding:5px 9px 4px;transition:border-color .1s,background .1s,color .1s;display:flex}.cchain-stage:hover{background:#0000000a;border-color:#dde0e6}.cchain-stage--on{border-color:var(--red);background:var(--red-soft);color:var(--red)}.cchain-icons{align-items:center;gap:3px;height:22px;display:flex}.cchain-drv{background:0 0;border:1.5px solid;border-radius:50%;flex-shrink:0}.cchain-drn{opacity:.82;background:currentColor;border-radius:50%;flex-shrink:0}.cchain-stage--on .cchain-drn{opacity:1}.cchain-line{opacity:.3;background:currentColor;flex-shrink:0;width:7px;height:1.5px}.cchain-lbl{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;opacity:.75;font-size:8px;font-weight:700}.cchain-stage--on .cchain-lbl{opacity:1}.cchain-shaft{align-items:center;gap:3px;padding:0 3px 14px;display:flex}.cchain-shaft-bar{background:linear-gradient(#c8cdd6,#a8b0bc);border-radius:2px;width:3px;height:20px}@media (width<=1100px){.view-toggle{right:18px}.stage.mode-3d{transform:none}.topbar-summary,.topbar-sep{display:none}}@media (width<=760px){body{overflow:auto}.app{background:var(--bg);height:auto;min-height:100vh;overflow:visible}.app:after{display:none}.topbar{position:sticky;top:0}.topbar-center{flex:none;margin-right:auto}.topbar-action span{display:none}.topbar-action{justify-content:center;width:34px;padding:0}.ribbon-wrap{top:var(--topbar-h);z-index:18;position:sticky}.view-toggle{width:124px;margin:12px 16px 12px auto;position:relative;top:auto;right:auto}.stage{height:430px;position:relative;inset:auto}.stage svg{width:70vw}.stage-annotation,.stage .axis-gizmo{display:none}.export-modal-body{flex-direction:column}.export-modal-preview{border-right:none;border-bottom:1px solid var(--border);min-height:220px}.export-modal-settings{width:100%}}.gi-trigger{font-family:var(--font-mono);letter-spacing:.01em;max-width:100%;font-size:11.5px}.gi-trigger svg{opacity:.85;flex-shrink:0}.gi-trigger-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gi-backdrop{z-index:120;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c0e128c;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.gi-panel{background:var(--white,#fff);border-radius:18px;flex-direction:column;width:min(940px,96vw);max-height:min(88vh,900px);display:flex;overflow:hidden;box-shadow:0 24px 64px -12px #0a0c1057,0 0 0 1px #0a0c100f}.gi-head{background:var(--white,#fff);border-bottom:1px solid #0a0c1014;flex-shrink:0;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex}.gi-head-text{flex:1;min-width:0}.gi-title{font-family:var(--font-display,var(--font));color:var(--text-strong);letter-spacing:-.01em;margin:0;font-size:19px;font-weight:600}.gi-close{width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0a0c101a;border-radius:8px;flex-shrink:0;place-items:center;transition:background .15s,color .15s,border-color .15s;display:grid}.gi-close:hover{background:var(--red-soft);color:var(--red);border-color:#e600234d}.gi-close:focus-visible{outline:2px solid var(--red);outline-offset:2px}.gi-body{columns:2;column-gap:28px;padding:18px 22px 8px;overflow-y:auto}@media (width<=780px){.gi-body{columns:1}}.gi-body::-webkit-scrollbar{width:10px}.gi-body::-webkit-scrollbar-thumb{background:#0a0c102e padding-box content-box;border:3px solid #0000;border-radius:6px}.gi-body::-webkit-scrollbar-thumb:hover{background:#0a0c1052 padding-box content-box}.gi-group{break-inside:avoid;page-break-inside:avoid;margin:0 0 18px}.gi-group-title{font-family:var(--font);text-transform:uppercase;letter-spacing:.07em;color:var(--red);margin:0 0 2px;font-size:11px}.gi-group-title--note{cursor:help;border-bottom:1px dotted #e6002359;outline:none;width:fit-content}.gi-group-title--note:hover,.gi-group-title--note:focus-visible{border-bottom-color:var(--red)}.gi-rows{margin:5px 0 0}.gi-row{border-bottom:1px solid #0a0c100e;align-items:baseline;gap:10px;min-height:22px;padding:4px 0;display:flex}.gi-row:last-child{border-bottom:none}.gi-row--key .gi-num{color:var(--text-strong)}.gi-row--note{cursor:help;outline:none}.gi-row--note .gi-name{border-bottom:1px dotted #0a0c104d}.gi-row--note:hover,.gi-row--note:focus-visible{background:#e6002309}.gi-row--note:hover .gi-name,.gi-row--note:focus-visible .gi-name{border-bottom-color:var(--red);color:var(--text-strong)}.gi-label{min-width:0;color:var(--text);flex:1;align-items:baseline;gap:7px;margin:0;font-size:12.5px;display:flex}.gi-sym{font-family:var(--font-mono);color:var(--text-muted);flex-shrink:0;min-width:26px;font-size:11px}.gi-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gi-value{white-space:nowrap;flex-shrink:0;margin:0}.gi-num{font-family:var(--font-mono);color:var(--text-strong);font-size:12.5px}.gi-unit{font-family:var(--font-mono);color:var(--text-muted);margin-left:4px;font-size:11px}.gi-tip{z-index:130;color:#ffffffeb;max-width:320px;font-family:var(--font);pointer-events:none;background:#1a1c1f;border-radius:8px;padding:8px 11px;font-size:11.5px;line-height:1.5;position:fixed;transform:translate(-100%);box-shadow:0 8px 24px -6px #0a0c1073}.gi-tip--above{transform:translate(-100%,-100%)}.gi-foot{color:var(--text-muted);text-align:center;font-size:10.5px;font-family:var(--font-mono);border-top:1px solid #0a0c1014;flex-shrink:0;padding:11px 22px}
