:root{--orange: #e8621f;--amber: #f59e0b;--ink: #1a1a1a;--bg: #ffffff;--bg-elev: #f6f6f7;--surface: #ffffff;--text: #1a1a1a;--text-muted: #5b5b62;--border: #e2e2e6;--accent: var(--orange);--status-proposto: #6b7280;--status-analise: #2563eb;--status-hold: #d97706;--status-aprovado: #16a34a;--status-rejeitado: #dc2626;--maxw: 60rem;--radius: 10px}@media (prefers-color-scheme: dark){:root{--bg: #0f0f11;--bg-elev: #17171a;--surface: #1c1c20;--text: #ececee;--text-muted: #a1a1aa;--border: #2c2c31}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.page{min-height:100dvh}.release-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1rem;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.release-bar__brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.release-bar__mark{width:22px;height:14px;background:linear-gradient(100deg,var(--ink) 0 33%,var(--orange) 33% 66%,var(--amber) 66%);border-radius:2px}.release-bar__meta{display:flex;gap:.4rem;flex-wrap:wrap}.chip{font-size:.75rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:var(--bg-elev);border:1px solid var(--border);color:var(--text)}.chip--status{color:#fff;background:var(--accent);border-color:transparent;text-transform:capitalize}.chip--muted{color:var(--text-muted)}.story{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem 4rem}.cover{padding:3.5rem 0 2rem;border-bottom:1px solid var(--border)}.cover__kicker{margin:0;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--accent);font-size:.85rem}.cover__title{margin:.4rem 0 0;font-size:clamp(1.9rem,5vw,3rem);line-height:1.1;font-weight:800;display:flex;flex-direction:column}.cover__subtitle{font-size:.55em;font-weight:600;color:var(--text-muted)}.cover__place{margin-top:1rem;color:var(--text-muted);font-size:.95rem}.toc{margin:2rem 0;padding:1rem 1.25rem;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius)}.toc ol{margin:0;padding-left:1.25rem;columns:2;gap:1rem}.toc a{color:var(--text);text-decoration:none}.toc a:hover,.toc a:focus-visible{color:var(--accent);text-decoration:underline}.block{padding:1.75rem 0;border-bottom:1px solid var(--border);scroll-margin-top:4rem}.block__head{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.block__head h2{margin:0;font-size:1.35rem}.block__summary{margin:.5rem 0 0;color:var(--text-muted)}.tag{font-size:.7rem;font-weight:600;padding:.1rem .5rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.tag--pronto{color:var(--status-aprovado);border-color:color-mix(in srgb,var(--status-aprovado) 40%,var(--border))}.tag--nao-validado{color:var(--status-hold);border-color:color-mix(in srgb,var(--status-hold) 45%,var(--border))}.footer{margin-top:2.5rem;color:var(--text-muted);font-size:.85rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}@media (max-width: 30rem){.toc ol{columns:1}}.note{margin:.75rem 0 0;font-size:.85rem;color:var(--text-muted);border-left:3px solid var(--border);padding-left:.75rem}.badge{display:inline-block;font-size:.7rem;font-weight:700;padding:.12rem .5rem;border-radius:999px;border:1px solid;white-space:nowrap}.badge--neutral{color:var(--text-muted);border-color:var(--border);background:var(--bg-elev)}.badge--info{color:var(--status-analise);border-color:color-mix(in srgb,var(--status-analise) 45%,var(--border));background:color-mix(in srgb,var(--status-analise) 10%,transparent)}.badge--warn{color:var(--status-hold);border-color:color-mix(in srgb,var(--status-hold) 50%,var(--border));background:color-mix(in srgb,var(--status-hold) 12%,transparent)}.badge--ok{color:var(--status-aprovado);border-color:color-mix(in srgb,var(--status-aprovado) 45%,var(--border));background:color-mix(in srgb,var(--status-aprovado) 10%,transparent)}.badge--danger{color:var(--status-rejeitado);border-color:color-mix(in srgb,var(--status-rejeitado) 45%,var(--border));background:color-mix(in srgb,var(--status-rejeitado) 10%,transparent)}.sys-groups{margin-top:1rem}.sys-group+.sys-group{margin-top:1.75rem}.sys-group__title{margin:1.5rem 0 .75rem;font-size:1.05rem;color:var(--accent)}.sys-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.85rem}.sys-card{border:1px solid var(--border);border-radius:var(--radius);padding:.85rem .95rem;background:var(--surface)}.sys-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.sys-card__head h4{margin:0;font-size:.98rem;line-height:1.25}.kv{margin:.6rem 0 0}.kv>div{display:grid;grid-template-columns:8rem 1fr;gap:.5rem;padding:.15rem 0;font-size:.85rem}.kv dt{color:var(--text-muted);margin:0}.kv dd{margin:0}.kv--wide{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.35rem 1.5rem}.kv--wide>div{grid-template-columns:1fr;gap:0}.kv--wide dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.kv--wide dd{font-weight:600}@media (max-width: 30rem){.kv>div{grid-template-columns:6.5rem 1fr}}.table-wrap{overflow-x:auto;margin-top:.75rem;border:1px solid var(--border);border-radius:var(--radius)}.data-table{width:100%;border-collapse:collapse;font-size:.85rem;min-width:38rem}.data-table caption{text-align:left;font-weight:600;padding:.6rem .75rem;color:var(--text-muted)}.data-table th,.data-table td{text-align:left;padding:.5rem .75rem;border-top:1px solid var(--border);vertical-align:top}.data-table thead th{background:var(--bg-elev);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.data-table tbody th[scope=row]{font-weight:700;white-space:nowrap}.company-list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.6rem}.company{border:1px solid var(--border);border-radius:var(--radius);padding:.6rem .8rem;background:var(--surface)}.company__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.company__name{font-weight:700}.company__roles{display:block;margin-top:.2rem;font-size:.8rem;color:var(--text-muted)}.doc-list{list-style:none;margin:.75rem 0 0;padding:0}.doc{padding:.6rem 0;border-top:1px solid var(--border)}.doc:first-child{border-top:none}.doc__ref{display:block;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.85rem;word-break:break-all}.doc__meta{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.pend-list{margin:.5rem 0 0;padding-left:1.1rem;color:var(--text-muted);font-size:.9rem}.pend-list li{margin:.25rem 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.explorer{display:grid;grid-template-columns:minmax(13rem,18rem) 1fr minmax(14rem,20rem);gap:.75rem;margin-top:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.75rem;min-height:26rem}.explorer__tree,.explorer__props{min-width:0;overflow:auto;max-height:32rem}.explorer__stage{display:flex;flex-direction:column;gap:.5rem;min-width:0}@media (max-width: 52rem){.explorer{grid-template-columns:1fr}.explorer__tree,.explorer__props{max-height:20rem}}.tree__search input{width:100%;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);font:inherit}.tree__count{margin:.5rem 0;font-size:.75rem;color:var(--text-muted)}.tree__group+.tree__group{margin-top:.5rem}.tree__group-title{margin:.5rem 0 .3rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.tree__list{list-style:none;margin:0;padding:0}.tree__item{display:flex;align-items:baseline;gap:.5rem;width:100%;text-align:left;padding:.4rem .5rem;border:1px solid transparent;border-radius:var(--radius);background:none;color:var(--text);cursor:pointer;font:inherit;min-height:1.75rem}.tree__item:hover{background:var(--bg-elev)}.tree__item:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.tree__item.is-selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.tree__item.is-hidden .tree__item-name{text-decoration:line-through;color:var(--text-muted)}.tree__item-name{flex:1;font-size:.85rem}.tree__item-class{font-size:.68rem;color:var(--text-muted);font-family:ui-monospace,Consolas,monospace}.tree__item-hidden{font-size:.62rem;text-transform:uppercase;color:var(--status-hold)}.toolbar{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.toolbar button{padding:.35rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit;font-size:.82rem;min-height:1.75rem}.toolbar button:hover:not(:disabled){border-color:var(--accent)}.toolbar button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.toolbar button:disabled{opacity:.45;cursor:not-allowed}.toolbar__reset{margin-left:auto}.toolbar__status{font-size:.75rem;color:var(--text-muted);width:100%}.stage{position:relative;flex:1;min-height:18rem;border:1px dashed var(--border);border-radius:var(--radius);background:repeating-linear-gradient(45deg,transparent,transparent 12px,color-mix(in srgb,var(--border) 30%,transparent) 12px,color-mix(in srgb,var(--border) 30%,transparent) 13px);overflow:hidden}.stage__canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.stage--live{border-style:solid;background:none}.stage__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;text-align:center;pointer-events:none}.stage__note{max-width:28rem;margin:0;font-size:.85rem;color:var(--text-muted)}.stage__selection{position:absolute;left:0;right:0;bottom:0;margin:0;padding:.35rem .6rem;font-size:.8rem;font-weight:600;background:color-mix(in srgb,var(--surface) 88%,transparent);border-top:1px solid var(--border);pointer-events:none}.props__hover{display:flex;flex-direction:column;gap:.1rem;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);min-height:3.4rem;font-size:.82rem}.props__hover-meta{color:var(--text-muted);font-size:.78rem}.props__hover-hint{color:var(--accent);font-size:.72rem}.props__hover-empty{color:var(--text-muted)}.props__empty{margin-top:.75rem;color:var(--text-muted);font-size:.85rem}.props__title{margin:.85rem 0 .5rem;font-size:1rem}.props__group+.props__group{margin-top:.75rem}.props__group-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.props__group-head h4{margin:0;font-size:.85rem}.src-tag{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.08rem .4rem;border-radius:999px;border:1px solid var(--border);color:var(--text-muted)}.src-tag--ifc{color:var(--status-analise);border-color:color-mix(in srgb,var(--status-analise) 45%,var(--border))}.src-tag--editorial{color:var(--status-hold);border-color:color-mix(in srgb,var(--status-hold) 45%,var(--border))}.src-tag--decision{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.plan{margin-top:1rem}.plan__controls{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between;margin-bottom:.6rem}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.segmented button{padding:.35rem .8rem;border:none;border-right:1px solid var(--border);background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit;font-size:.82rem}.segmented button:last-child{border-right:none}.segmented button.is-active{background:var(--accent);color:#fff}.segmented button:focus-visible,.plan__zoom button:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.plan__zoom{display:inline-flex;gap:.3rem}.plan__zoom button{min-width:2rem;padding:.3rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit}.plan__stage{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.5rem}.plan__svg{width:100%;height:auto;max-height:26rem;display:block;touch-action:none;cursor:grab;background:var(--bg-elev);border-radius:var(--radius)}.plan-boundary{fill:none;stroke:var(--border);stroke-width:2;stroke-dasharray:6 4}.plan-base{pointer-events:none}.plan-base path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.plan-base__wall{stroke:var(--text);stroke-width:1.4;opacity:.85}.plan-base__partition{stroke:var(--text);stroke-width:1;opacity:.6}.plan-base__door{stroke:var(--text-muted);stroke-width:.8;opacity:.7}.plan-base__finish,.plan-base__fixture{stroke:var(--text-muted);stroke-width:.6;opacity:.45}.plan-base__furniture{stroke:var(--text-muted);stroke-width:.6;opacity:.3}.plan-zone{fill:color-mix(in srgb,var(--accent) 12%,transparent);stroke:color-mix(in srgb,var(--accent) 55%,var(--border));stroke-width:1.5;cursor:pointer;transition:fill .12s ease}.plan-zone:hover{fill:color-mix(in srgb,var(--accent) 22%,transparent)}.plan-zone:focus-visible{outline:none;stroke:var(--accent);stroke-width:3}.plan-zone.is-active{fill:color-mix(in srgb,var(--accent) 34%,transparent);stroke:var(--accent);stroke-width:2.5}.plan-zone.is-muted{fill:color-mix(in srgb,var(--border) 22%,transparent);stroke:var(--border);cursor:default}.plan-zone-label{fill:var(--text);font-size:11px;font-weight:600;text-anchor:middle;dominant-baseline:middle;pointer-events:none}.plan-hotspot{fill:var(--status-hold);stroke:#fff;stroke-width:2;cursor:pointer}.plan-hotspot:focus-visible{outline:none;stroke:var(--accent);stroke-width:3}.plan-hotspot.is-active{fill:var(--accent)}.plan__tag{margin:.5rem 0 0;font-size:.82rem;color:var(--text-muted);min-height:1.2rem}.plan__list{margin-top:.75rem}.plan__list ul{list-style:none;margin:.3rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.plan-list-item{padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit;font-size:.8rem}.plan-list-item:hover{border-color:var(--accent)}.plan-list-item:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.plan-list-item.is-active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent)}.plan-legend{margin-top:.75rem;font-size:.82rem;color:var(--text-muted)}.plan-legend ul{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.detail-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.detail-dialog{width:min(30rem,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:0 10px 40px #00000059}.detail-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.detail-dialog__head h3{margin:0;font-size:1rem}.detail-dialog__close{padding:.3rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit}.detail-dialog__close:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-screen__note{color:var(--text-muted)}.auth-card{width:min(24rem,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.85rem}.auth-card__kicker{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.auth-card__title{margin:0;font-size:1.15rem;line-height:1.3}.auth-card__note{margin:0;font-size:.85rem;color:var(--text-muted)}.auth-field{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.auth-field input{padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);font:inherit}.auth-field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.auth-error{margin:0;font-size:.82rem;color:var(--status-rejeitado)}.auth-submit{padding:.6rem 1rem;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-bar{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;padding:.3rem 1rem;font-size:.75rem;color:var(--text-muted);background:var(--bg-elev);border-bottom:1px solid var(--border)}.auth-bar__out{padding:.15rem .6rem;border:1px solid var(--border);border-radius:999px;background:none;color:var(--text-muted);font:inherit;font-size:.72rem;cursor:pointer}.auth-bar__out:hover{border-color:var(--accent);color:var(--text)}.auth-bar__out:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.detail-dialog--wide{width:min(44rem,100%);max-height:90vh;overflow-y:auto}.gt-create{display:grid;grid-template-columns:1fr 8rem auto;gap:.75rem;align-items:end;margin:.5rem 0 .75rem}@media (max-width: 34rem){.gt-create{grid-template-columns:1fr}}.gt-created{border:1px solid color-mix(in srgb,var(--status-aprovado) 45%,var(--border));border-radius:var(--radius);padding:.6rem .75rem;margin-bottom:.75rem;background:color-mix(in srgb,var(--status-aprovado) 8%,transparent)}.gt-created__note{margin:0 0 .4rem;font-size:.82rem}.gt-created__row{display:flex;gap:.5rem}.gt-created__row input{flex:1;min-width:0;padding:.45rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);font-family:ui-monospace,Consolas,monospace;font-size:.75rem}.gt-table{margin-top:.25rem}.gt-table .data-table{min-width:30rem}.pw-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.pw-success{margin:.25rem 0 .75rem;font-size:.88rem;color:var(--status-aprovado)}.share{display:inline-flex;align-items:center;gap:.5rem}.share__btn{padding:.3rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elev);color:var(--text);cursor:pointer;font:inherit;font-size:.8rem}.share__btn:hover{border-color:var(--accent)}.share__btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.share__msg{font-size:.75rem;color:var(--accent);min-width:6.5rem}
