:root{--bg:#f5f6f8;--surface:#ffffff;--surface-2:#f1f3f5;--border:#e3e6ea;--border-strong:#c8cdd3;--text:#1c2024;--text-muted:#666e78;--brand:#15467a;--brand-ink:#ffffff;--brand-soft:#e9f0f8;--good:#1f8a4c;--thread:#475569;--track:#e3e6ea;--radius:6px;color-scheme:light}*{box-sizing:border-box}[hidden]{display:none!important}body{background:var(--bg);color:var(--text);font-family:Manrope,-apple-system,Segoe UI,sans-serif;padding-inline:24px;padding-block:32px 64px;margin:0;-webkit-font-smoothing:antialiased}h1,h2{margin:0;text-wrap:balance;font-family:inherit}button{font:inherit}.mono{font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-variant-numeric:tabular-nums}.wrap{max-width:1640px;margin:0 auto}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:16px}.app{display:grid;grid-template-columns:minmax(0,1fr) 348px;gap:16px;align-items:start}.viewport-panel{position:sticky;top:16px}.side{display:grid;grid-template-columns:1fr;gap:16px}.side-group{display:flex;flex-direction:column;gap:12px;min-width:0}.group-title{font-size:.8rem;font-weight:700;color:var(--text-muted);margin:0 0 -2px 2px}@media (min-width:1400px){.app{grid-template-columns:minmax(0,1fr) 640px}.side{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto 1fr;grid-template-areas:"bauteil bearbeitung" "auftrag bearbeitung";align-items:start}.g-bauteil{grid-area:bauteil}.g-bearbeitung{grid-area:bearbeitung}.g-auftrag{grid-area:auftrag}}@media (max-width:900px){.app{grid-template-columns:1fr}.viewport-panel{position:static}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.panel>.section+.section{border-top:1px solid var(--border)}.section-title,.viewport-bar .label{font-size:.8rem;font-weight:700;color:var(--text)}.spec .k,.price .k,.kind-label,.unit-row-label,.field-row label,.field-row .lbl{font-size:.78rem;font-weight:500;color:var(--text-muted)}.viewport-panel{overflow:hidden}.viewport-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 18px;flex-wrap:wrap}.bar-title{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;min-width:0}.bar-hint{font-size:.75rem;color:var(--text-muted)}.segmented{display:inline-flex;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:2px}.segmented button{font-size:.8rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;border-radius:4px;padding:5px 12px;cursor:pointer}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--brand)}.canvas-shell{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--surface-2);border-block:1px solid var(--border)}.canvas-shell canvas{display:block;width:100%;height:100%;cursor:grab}.canvas-shell canvas:active{cursor:grabbing}.dim-label{position:absolute;top:0;left:0;will-change:transform;font-size:.62rem;font-weight:600;color:var(--brand);line-height:1.2;font-variant-numeric:tabular-nums;background:#ffffffe6;border:1px solid var(--border);padding:1px 4px;border-radius:var(--radius);pointer-events:none;white-space:nowrap}.dim-label.guide{z-index:3}.dim-label.bad{color:#b42318;border-color:#e6b3ad}.dim-label.bend{font-size:.56rem;font-weight:500;color:var(--text-muted)}.hole-label{font-size:.5rem;font-weight:700;color:var(--brand);letter-spacing:0;width:12px;height:12px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.hole-label.threaded{color:#fff;background:var(--thread);border-color:var(--thread)}.cut-label{font-size:.54rem;color:var(--text-muted)}.edge-label{font-size:.58rem;font-weight:500;color:var(--text)}.specs{display:flex;flex-wrap:wrap;gap:0 24px;padding:12px 18px 4px}.spec{flex:1 1 120px;padding:2px 0 10px}.spec .k{display:block;margin-bottom:2px}.spec .v{font-size:.95rem;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.section{padding:14px 16px}.section h2{margin-bottom:10px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-head h2{margin:0}.options{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.chips{display:flex;flex-wrap:wrap;gap:6px}.opt,.chip-opt{font-size:.85rem;font-weight:600;color:var(--text);text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:7px 10px;cursor:pointer;min-width:0;transition:border-color .15s ease,background .15s ease,color .15s ease}.opt{display:flex;flex-direction:column;gap:2px}.chip-opt{display:inline-flex;align-items:center;white-space:nowrap}.opt:hover,.chip-opt:hover{border-color:var(--border-strong)}.opt[aria-pressed=true],.chip-opt[aria-pressed=true]{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.opt .s{font-size:.75rem;font-weight:400;color:var(--text-muted);line-height:1.3}.chip{width:11px;height:11px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block;margin-right:6px;vertical-align:-1px}.chip-detail,.hint,.holes-empty{font-size:.8rem;color:var(--text-muted);line-height:1.45}.chip-detail,.hint{margin:8px 0 0}.kind-groups+.hint{margin:8px 0 10px}.dropzone{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:0 6px;padding:10px 12px;text-align:center;cursor:pointer;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-2);transition:border-color .15s ease,background .15s ease}.dropzone:hover,.dropzone:focus-visible{border-color:var(--brand)}.dropzone.over{border-color:var(--brand);background:var(--brand-soft)}.dropzone strong{font-size:.85rem;font-weight:600}.dropzone span{font-size:.78rem;color:var(--text-muted)}.hole-legend{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.hole-legend>div{display:flex;gap:8px;align-items:flex-start}.hole-legend svg{flex:none}.hole-legend p{margin:0;font-size:.75rem;line-height:1.4;color:var(--text-muted)}.hole-legend strong{color:var(--text);font-weight:600}@media (max-width:1400px){.hole-legend{grid-template-columns:1fr}}.kind-groups{display:flex;flex-direction:column;gap:10px}.kind-label{display:block;margin-bottom:6px}.method-warn{margin:10px 0 0;font-size:.8rem;line-height:1.45;color:#7a4b00;background:#fff7e6;border:1px solid #efd9a6;padding:8px 10px;border-radius:var(--radius)}.custom-dims{margin-top:14px;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:14px}.shape-params{margin-top:12px;display:flex;flex-direction:column;gap:12px}.unit-row{display:flex;align-items:center;justify-content:space-between}.segmented.small button{padding:3px 10px;font-size:.75rem}.field{display:flex;flex-direction:column;gap:7px}.field-row{display:flex;align-items:center;justify-content:space-between;font-size:.85rem}.numfield{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:4px 6px 4px 10px}.numfield input{font:inherit;font-weight:600;color:var(--text);border:none;background:transparent;outline:none;width:52px;text-align:right;padding:0}.numfield .unit-suffix{font-size:.78rem;color:var(--text-muted)}.numfield:focus-within{border-color:var(--brand)}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:var(--track);outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--surface);border:2px solid var(--brand);cursor:pointer}input[type=range]::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:var(--surface);border:2px solid var(--brand);cursor:pointer}.ghost-btn{font-size:.8rem;font-weight:600;color:var(--brand);background:transparent;border:1px solid var(--border);border-radius:var(--radius);padding:6px 12px;cursor:pointer;transition:border-color .15s ease}.ghost-btn:hover{border-color:var(--brand)}.ghost-btn.wide{width:100%;margin-top:8px;padding:10px 14px}.itemlist{display:flex;flex-direction:column;max-height:230px;overflow-y:auto}.item{display:grid;grid-template-columns:1fr auto 28px;gap:8px;align-items:center;padding:9px 2px}.item+.item{border-top:1px solid var(--border)}.item .pos{font-size:.8rem;color:var(--text-muted);display:flex;align-items:baseline;gap:8px;min-width:0}.item .spec-label{font-size:.8rem;font-weight:600;color:var(--text);white-space:nowrap}.item .coords{display:flex;gap:5px;align-items:center}.item .coords input{width:54px;font:inherit;font-family:IBM Plex Mono,Consolas,monospace;font-size:.76rem;text-align:right;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3px 6px}.item>button{width:28px;height:28px;border:none;background:transparent;color:var(--text-muted);border-radius:var(--radius);cursor:pointer;font-size:1rem;transition:background .15s ease,color .15s ease}.item>button:hover{background:var(--surface-2);color:var(--text)}.item>button:disabled{opacity:.35;cursor:default}.item-sub{grid-column:1 / -1;display:flex;align-items:center;gap:6px;padding:0 0 2px 18px}.item-sub .ghost-btn{padding:3px 9px;font-size:.75rem}.item-sub select{font:inherit;font-size:.76rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3px 6px}.numfield.small{padding:2px 6px 2px 8px}.numfield.small input{width:40px;font-size:.76rem}.numfield.small .unit-suffix{font-size:.72rem}.thread-type{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.pattern{margin:0 0 12px;padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2)}.pattern .fld input{padding:4px 6px;font-size:.8rem}.readonly{font-weight:600;color:var(--text)}.btn-row{display:flex;gap:8px}.price{display:flex;flex-direction:column;gap:3px}.price .v{font-size:1.5rem;font-weight:700}.price-rows{margin:10px 0 0;display:flex;flex-direction:column;gap:5px;font-size:.82rem}.price-rows>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.price-rows dt{color:var(--text-muted)}.price-rows dd{margin:0;font-weight:600;font-variant-numeric:tabular-nums}.price{margin-top:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fld{display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:var(--text-muted);min-width:0}.fld.wide{grid-column:1 / -1}.fld input,.fld select{font:inherit;font-size:.85rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px 8px;width:100%;min-width:0}.fld select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.fld input:focus-visible,.fld select:focus-visible{outline:2px solid var(--brand);outline-offset:1px}@media (max-width:380px){.form-grid{grid-template-columns:1fr}}.status{display:flex;align-items:center;gap:7px;font-size:.8rem;color:var(--text-muted);margin-top:9px}.cta{width:100%;margin-top:14px;font-size:.9rem;font-weight:600;color:var(--brand-ink);background:var(--brand);border:none;border-radius:var(--radius);padding:11px 14px;cursor:pointer;transition:background .15s ease}.cta:hover{background:#123c69}.fineprint{font-size:.75rem;color:var(--text-muted);margin:9px 0 0;line-height:1.45}.segmented button:focus-visible,.opt:focus-visible,.chip-opt:focus-visible,.ghost-btn:focus-visible,.cta:focus-visible,input:focus-visible,.item>button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.workorder{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;overflow:auto;background:#1c202480;padding:32px 20px}.wo-sheet{max-width:820px;margin:0 auto;background:#fff;color:#1c2024;border-radius:var(--radius);padding:32px}.wo-actions{display:flex;gap:10px;margin-bottom:24px}.wo-actions .cta{width:auto;margin:0}.wo-actions .ghost-btn{background:#fff}.wo-sheet h1{font-size:1.4rem;font-weight:700;margin:0 0 2px}.wo-sheet .sub{color:#666e78;font-size:.85rem;margin:0 0 24px}.wo-sheet h2{font-size:.8rem;font-weight:700;margin:0 0 8px}.wo-sheet .grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #d5d8dc;margin-bottom:16px}@media (max-width:620px){.wo-sheet .grid{grid-template-columns:repeat(2,1fr)}}.wo-sheet .cell{padding:10px 12px;border-right:1px solid #d5d8dc;border-bottom:1px solid #d5d8dc}.wo-sheet .cell .k{display:block;font-size:.75rem;color:#666e78;margin-bottom:3px}.wo-sheet .cell .v{font-size:.95rem;font-weight:600}.wo-sheet .note{font-size:.82rem;color:#3d4248;margin:0 0 24px;line-height:1.55}.wo-sheet table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:20px;font-variant-numeric:tabular-nums}.wo-sheet th,.wo-sheet td{border:1px solid #d5d8dc;padding:6px 9px;text-align:left}.wo-sheet th{background:#f2f4f6;font-size:.78rem;font-weight:600}.wo-sheet svg{width:100%;max-width:460px;height:auto;border:1px solid #d5d8dc;border-radius:var(--radius)}.wo-sheet table.money{max-width:340px;margin-left:auto}.wo-sheet table.money td:last-child{text-align:right;font-weight:600}.wo-sheet table.money tr.sum td{font-weight:700;background:#f2f4f6}@media print{body{padding:0;background:#fff}body>*:not(.workorder){display:none!important}.workorder{position:static;padding:0;background:#fff;overflow:visible}.wo-sheet{max-width:none;border-radius:0;padding:0}.wo-actions{display:none!important}.wo-sheet table,.wo-sheet .grid,.wo-sheet svg{break-inside:avoid}}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(6px);background:#1c2024;color:#fff;font-size:.84rem;font-weight:500;padding:10px 16px;border-radius:var(--radius);opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none;z-index:1000;width:max-content;max-width:min(92vw,620px);text-align:center;line-height:1.45}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media (prefers-reduced-motion:reduce){.toast{transition:none}}
