@font-face{font-family:Gilroy;src:url(../assets/fonts/Gilroy-Regular.otf)format("opentype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Gilroy;src:url(../assets/fonts/Gilroy-SemiBold.otf)format("opentype");font-style:normal;font-weight:600;font-display:swap}:root{--purple:#460a78;--violet:#be2878;--red:#e63c41;--orange:#f58746;--yellow:#ffbe6e;--ink:#460a78;--paper:#fffdfb;--font-brand:"Gilroy", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{font-family:var(--font-brand);background:radial-gradient(circle at 18% 18%, #fff 0, transparent 34%), radial-gradient(circle at 82% 75%, #f9f1f7 0, transparent 36%), var(--paper);color:var(--ink);font-weight:400}.app{width:100vw;height:100vh;position:relative}.app-header{z-index:4;background:#fffffff7;border-bottom:1px solid #460a781a;justify-content:center;align-items:center;height:124px;padding:16px clamp(20px,3vw,48px);display:flex;position:relative;box-shadow:0 5px 18px #460a780f}.brand-logo{object-fit:contain;pointer-events:none;width:clamp(132px,13vw,210px);max-height:92px;position:absolute;left:clamp(20px,3vw,48px)}.app-title{color:var(--purple);letter-spacing:.01em;pointer-events:none;white-space:nowrap;margin:0;font-size:clamp(25px,2.5vw,42px);font-weight:600;line-height:1}.graph-stage{width:100%;height:calc(100vh - 124px)}.connection-graph{touch-action:none;width:100%;height:100%}.graph-links path{fill:none;stroke-width:3.5px;stroke-linecap:round;opacity:.34}.graph-link--group-saude{stroke:var(--red)}.graph-link--group-seguranca{stroke:var(--orange)}.graph-link--group-beneficios{stroke:var(--violet)}.graph-link--group-root,.graph-link--group-ungrouped{stroke:var(--purple)}.graph-node{cursor:grab;outline:none}.graph-node:active{cursor:grabbing}.graph-node__hit{fill:#0000}.graph-node__entry,.graph-node__pulse{transform-box:fill-box;transform-origin:50%}.graph-node__surface{transform-box:fill-box;transform-origin:50%;transition:transform .32s cubic-bezier(.22,.61,.36,1),filter .32s}.graph-node__circle{fill:#fff;stroke:var(--purple);stroke-width:4px;filter:drop-shadow(0 7px 15px #460a781f);transition:filter .32s,stroke-width .32s}.graph-node--root .graph-node__circle{fill:#fff;stroke:url(#arcelor-gradient);stroke-width:8px}.graph-node--group-saude .graph-node__circle{fill:var(--red);stroke:var(--red)}.graph-node--group-seguranca .graph-node__circle{fill:var(--orange);stroke:var(--orange)}.graph-node--group-beneficios .graph-node__circle{fill:var(--violet);stroke:var(--violet)}.graph-node--category .graph-node__circle,.graph-node--subcategory .graph-node__circle{fill:#fff}.graph-node__label{pointer-events:none;font-family:var(--font-brand);fill:#fff;font-size:16px;font-weight:600}.graph-node--root .graph-node__label{fill:var(--orange);font-size:33px}.graph-node--category .graph-node__label{font-size:21px}.graph-node--subcategory .graph-node__label{font-size:19px}.graph-node--category.graph-node--group-saude .graph-node__label,.graph-node--subcategory.graph-node--group-saude .graph-node__label{fill:var(--red)}.graph-node--category.graph-node--group-seguranca .graph-node__label,.graph-node--subcategory.graph-node--group-seguranca .graph-node__label{fill:var(--orange)}.graph-node--category.graph-node--group-beneficios .graph-node__label,.graph-node--subcategory.graph-node--group-beneficios .graph-node__label{fill:var(--violet)}.graph-node--exiting{pointer-events:none}@media (hover:hover) and (pointer:fine){.graph-node:hover .graph-node__surface{transform:scale(1.025)}.graph-node:hover .graph-node__circle{filter:drop-shadow(0 10px 20px #460a782e)}}.graph-node:focus-visible .graph-node__circle{stroke-width:7px}.graph-node--item:focus-visible .graph-node__circle{stroke:#fff}.explore-hint{color:var(--purple);letter-spacing:.04em;white-space:nowrap;margin:0;position:absolute;top:calc(50% + 230px);left:50%;transform:translate(-50%)}.details-panel{z-index:3;background:#fffffff5;width:clamp(320px,28vw,480px);padding:42px;position:absolute;top:124px;bottom:0;right:0;overflow-y:auto;box-shadow:-18px 0 50px #3e1c4c29}.details-panel__close{min-width:44px;min-height:44px;color:var(--ink);cursor:pointer;background:#f8edf4;border:0;border-radius:50%;font-size:30px;position:absolute;top:20px;right:24px}.details-panel__accent{background:linear-gradient(90deg,var(--purple),var(--violet),var(--red),var(--orange),var(--yellow));border-radius:5px;height:5px}.details-panel h2{color:var(--purple);margin:24px 0 18px;font-size:clamp(26px,2.4vw,38px);font-weight:600;line-height:1.08}.details-panel p{color:#473a4d;white-space:pre-line;font-size:18px;font-weight:400;line-height:1.65}.center-message{width:100vw;height:100vh;color:var(--purple);place-items:center;font-size:24px;font-weight:600;display:grid}@media (width<=700px){.app-header{justify-content:flex-end;height:104px;padding:14px 18px}.brand-logo{width:108px;max-height:76px;left:16px}.app-title{font-size:23px}.graph-stage{height:calc(100vh - 104px)}.details-panel{width:min(100%,480px);padding:38px 28px;top:104px}}@media (prefers-reduced-motion:no-preference){.graph-node__pulse{animation:4.8s ease-in-out infinite alternate node-pulse}.graph-node__visual{animation:15s cubic-bezier(.45,.05,.55,.95) infinite alternate ambient-float}.details-panel{animation:.52s cubic-bezier(.22,.61,.36,1) both panel-in}.details-panel__content{animation:.32s both content-in}@keyframes ambient-float{0%{transform:translate(-1px,-1.5px)}to{transform:translate(1.5px,1px)}}@keyframes panel-in{0%{transform:translate(100%)}}@keyframes content-in{0%{opacity:0;transform:translateY(3px)}}}@keyframes node-pulse{0%{transform:scale(1)}to{transform:scale(1.012)}}
