@import"https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,500;8..60,700&display=swap";.landing{--landing-dark: #0f172a;--landing-dark-soft: #1e293b;--landing-accent: #3b82f6;--landing-accent-hover: #2563eb;--landing-muted: #64748b;--landing-border: #e2e8f0;--landing-bg: #ffffff;--landing-bg-soft: #f8fafc;font-family:Inter,sans-serif;color:var(--landing-dark);background:var(--landing-bg);overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-nav-inner{max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.landing-nav-logo img{height:44px;width:auto}.landing-nav-links{display:flex;align-items:center;gap:2rem}.landing-nav-links a{color:var(--landing-muted);font-size:.9rem;font-weight:500;transition:color .2s}.landing-nav-links a:hover{color:var(--landing-dark)}.landing-nav-actions{display:flex;align-items:center;gap:.75rem}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.landing-btn-primary{background:var(--landing-accent);color:#fff}.landing-btn-primary:hover{background:var(--landing-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.landing-btn-outline{background:transparent;color:var(--landing-dark);border:1px solid var(--landing-border)}.landing-btn-outline:hover{background:var(--landing-bg-soft);border-color:#cbd5e1}.landing-btn-ghost{background:transparent;color:var(--landing-muted);padding:.625rem 1rem}.landing-btn-ghost:hover{color:var(--landing-dark)}.landing-btn-lg{padding:.875rem 1.75rem;font-size:1rem}.landing-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:7rem 1.5rem 4rem;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0f172a);overflow:hidden}.landing-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/landing-hero.png);background-size:cover;background-position:center;opacity:.35}.landing-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f172af2,#0f172abf 45%,#0f172a66)}.landing-hero-content{position:relative;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.landing-hero-text{color:#fff}.landing-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:999px;font-size:.8rem;font-weight:600;color:#93c5fd;margin-bottom:1.5rem}.landing-hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.landing-hero h1 span{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-subtitle{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin-bottom:2rem;max-width:540px}.landing-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.landing-hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap}.landing-hero-stat strong{display:block;font-size:1.75rem;font-weight:800;color:#fff}.landing-hero-stat span{font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.landing-hero-visual{position:relative}.landing-hero-card{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1.5rem;box-shadow:0 25px 50px #0000004d}.landing-hero-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.landing-hero-mini-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.landing-hero-mini-card svg{color:#60a5fa}.landing-hero-mini-card span{font-size:.8rem;color:#e2e8f0;font-weight:500}.landing-section{padding:5rem 1.5rem}.landing-section-alt{background:var(--landing-bg-soft)}.landing-section-inner{max-width:1200px;margin:0 auto}.landing-section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.landing-section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--landing-accent);margin-bottom:.75rem}.landing-section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--landing-dark)}.landing-section-header p{font-size:1.05rem;color:var(--landing-muted);line-height:1.7}.landing-tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.landing-tool-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--landing-border);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.landing-tool-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1a}.landing-tool-image{height:220px;background-size:cover;background-position:center;position:relative}.landing-tool-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.5),transparent)}.landing-tool-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.landing-tool-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.landing-tool-body h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.landing-tool-body p{font-size:.9rem;color:var(--landing-muted);line-height:1.65;flex:1}.landing-tool-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.landing-tool-tag{font-size:.7rem;font-weight:600;padding:.25rem .625rem;border-radius:999px;background:var(--landing-bg-soft);color:var(--landing-muted);border:1px solid var(--landing-border)}.landing-tool-saiba-mais{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.9rem;font-weight:600;color:var(--landing-accent);transition:gap .2s,color .2s}.landing-tool-saiba-mais:hover{color:var(--landing-accent-hover);gap:.625rem}.landing-audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.landing-audience-card{background:#fff;border:1px solid var(--landing-border);border-radius:16px;padding:2.5rem;transition:border-color .2s}.landing-audience-card:hover{border-color:var(--landing-accent)}.landing-audience-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.landing-audience-card h3{font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.landing-audience-card p{color:var(--landing-muted);line-height:1.7;margin-bottom:1.5rem}.landing-audience-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.landing-audience-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9rem;color:var(--landing-dark-soft)}.landing-audience-list li svg{color:var(--landing-accent);flex-shrink:0;margin-top:2px}.landing-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.landing-benefit-card{background:#fff;border:1px solid var(--landing-border);border-radius:12px;padding:1.75rem;text-align:center}.landing-benefit-icon{width:48px;height:48px;border-radius:12px;background:#3b82f61a;color:var(--landing-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.landing-benefit-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.landing-benefit-card p{font-size:.85rem;color:var(--landing-muted);line-height:1.6}.landing-cta{padding:5rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);text-align:center}.landing-cta-inner{max-width:700px;margin:0 auto;color:#fff}.landing-cta h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;margin-bottom:1rem}.landing-cta p{color:#94a3b8;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}.landing-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.landing-footer{background:#0b1120;color:#94a3b8;padding:3rem 1.5rem 2rem}.landing-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.landing-footer-brand img{height:40px;margin-bottom:1rem;filter:brightness(1.1);display:block}.landing-footer-brand p{font-size:.875rem;line-height:1.7;max-width:320px}.landing-footer-col h4{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.landing-footer-col a,.landing-footer-col p{display:block;font-size:.875rem;color:#94a3b8;margin-bottom:.5rem;transition:color .2s}.landing-footer-col a:hover{color:#fff}.landing-footer-bottom{max-width:1200px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid #1e293b;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem}.landing-mobile-menu-btn{display:none;background:none;border:none;color:var(--landing-dark);cursor:pointer}.landing-mobile-nav{display:none;position:fixed;top:65px;left:0;right:0;background:#fff;border-bottom:1px solid var(--landing-border);padding:1rem 1.5rem 1.5rem;z-index:99;flex-direction:column;gap:.75rem}.landing-mobile-nav.open{display:flex}.landing-mobile-nav a{color:var(--landing-muted);font-weight:500;padding:.5rem 0}@media (max-width: 1024px){.landing-hero-content{grid-template-columns:1fr;text-align:center}.landing-hero-subtitle{margin-left:auto;margin-right:auto}.landing-hero-cta,.landing-hero-stats{justify-content:center}.landing-hero-visual{display:none}.landing-tools-grid{grid-template-columns:1fr}.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}.landing-footer-inner{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.landing-nav-links,.landing-nav-actions .landing-btn-ghost{display:none}.landing-mobile-menu-btn{display:block}.landing-audience-grid,.landing-benefits-grid{grid-template-columns:1fr}.landing-footer-inner{grid-template-columns:1fr;gap:2rem}.landing-footer-bottom{flex-direction:column;text-align:center}}.landing-pricing-section{background:var(--landing-bg-soft)}.pricing-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.pricing-segment,.pricing-tools,.pricing-interval{display:inline-flex;flex-wrap:wrap;gap:.35rem;padding:.25rem;background:#fff;border:1px solid var(--landing-border);border-radius:10px}.pricing-segment button,.pricing-tools button,.pricing-interval button{border:none;background:transparent;padding:.5rem .9rem;border-radius:8px;font-size:.875rem;font-weight:600;color:var(--landing-muted);cursor:pointer}.pricing-segment button.active,.pricing-tools button.active,.pricing-interval button.active{background:var(--landing-accent);color:#fff}.pricing-tools button:disabled{opacity:.4;cursor:not-allowed}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-bottom:1.5rem}.pricing-card{background:#fff;border:1px solid var(--landing-border);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.pricing-card h3{margin:0;font-size:1.25rem}.pricing-tagline{margin:0;color:var(--landing-muted);font-size:.9rem}.pricing-amount{display:flex;align-items:baseline;gap:.35rem}.pricing-amount strong{font-size:1.75rem;color:var(--landing-dark)}.pricing-amount span,.pricing-trial{color:var(--landing-muted);font-size:.875rem}.pricing-trial{margin:0}.pricing-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;flex:1}.pricing-features li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;color:#334155}.pricing-features svg{color:#16a34a;flex-shrink:0;margin-top:2px}.pricing-cta{margin-top:.5rem;width:100%}.pricing-coming-soon{background:#fff;border:1px dashed var(--landing-border);border-radius:14px;padding:2rem;text-align:center;max-width:560px;margin:0 auto 1.5rem}.pricing-note,.pricing-footnote{text-align:center;color:var(--landing-muted);font-size:.9rem}.pricing-footnote a{color:var(--landing-accent);font-weight:600}.tool-detail-hero{position:relative;min-height:520px;display:flex;align-items:center;padding:7rem 1.5rem 4rem;overflow:hidden}.tool-detail-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.tool-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0f172af0,#0f172ad1,#0f172a8c)}.tool-detail-hero-inner{position:relative;max-width:1200px;margin:0 auto;width:100%}.tool-detail-back{display:inline-flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;transition:color .2s}.tool-detail-back:hover{color:#fff}.tool-detail-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff}.tool-detail-hero h1{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;max-width:720px}.tool-detail-hero-tagline{font-size:1.2rem;color:#cbd5e1;line-height:1.6;max-width:640px;margin-bottom:1.5rem}.tool-detail-hero-intro{font-size:1rem;color:#94a3b8;line-height:1.75;max-width:640px;margin-bottom:2rem}.tool-detail-hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.tool-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-3rem;position:relative;z-index:2;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.tool-detail-stat-card{background:#fff;border:1px solid var(--landing-border, #e2e8f0);border-radius:14px;padding:1.5rem;text-align:center;box-shadow:0 10px 30px #0f172a14}.tool-detail-stat-card strong{display:block;font-size:1.5rem;font-weight:800;color:var(--tool-accent, #3b82f6);margin-bottom:.375rem}.tool-detail-stat-card span{font-size:.8rem;color:#64748b;line-height:1.4}.tool-detail-section{padding:5rem 1.5rem}.tool-detail-section-alt{background:#f8fafc}.tool-detail-section-inner{max-width:1200px;margin:0 auto}.tool-detail-section-header{max-width:680px;margin-bottom:3rem}.tool-detail-section-header.center{text-align:center;margin-left:auto;margin-right:auto}.tool-detail-section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.tool-detail-section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem;color:#0f172a}.tool-detail-section-header p{color:#64748b;line-height:1.7;font-size:1.05rem}.tool-detail-pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.tool-detail-pain-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;border-left:4px solid #ef4444}.tool-detail-pain-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.625rem;color:#0f172a}.tool-detail-pain-card p{font-size:.9rem;color:#64748b;line-height:1.65}.tool-detail-solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.tool-detail-solution-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.75rem;border-left:4px solid var(--tool-accent, #3b82f6);transition:box-shadow .2s,transform .2s}.tool-detail-solution-card:hover{box-shadow:0 12px 30px #0f172a14;transform:translateY(-2px)}.tool-detail-solution-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.625rem;color:#0f172a}.tool-detail-solution-card p{font-size:.9rem;color:#64748b;line-height:1.65}.tool-detail-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.tool-detail-split-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0f172a26;aspect-ratio:4/3;background-size:cover;background-position:center}.tool-detail-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.tool-detail-feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;color:#334155;line-height:1.5}.tool-detail-feature-item svg{flex-shrink:0;margin-top:2px}.tool-detail-audience-tags{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.5rem}.tool-detail-audience-tag{padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:500;background:var(--tool-accent-soft, #eff6ff);color:var(--tool-accent, #2563eb);border:1px solid transparent}.tool-detail-other-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.tool-detail-other-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:border-color .2s,transform .2s;display:flex;flex-direction:column;gap:.5rem}.tool-detail-other-card:hover{border-color:var(--tool-accent, #3b82f6);transform:translateY(-2px)}.tool-detail-other-card h4{font-size:.95rem;font-weight:700}.tool-detail-other-card span{font-size:.8rem;color:#64748b}.tool-detail-other-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.85rem;font-weight:600;margin-top:auto;padding-top:.5rem}@media (max-width: 1024px){.tool-detail-stats{grid-template-columns:1fr;margin-top:2rem}.tool-detail-split{grid-template-columns:1fr}.tool-detail-features-grid{grid-template-columns:repeat(2,1fr)}.tool-detail-other-tools{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.tool-detail-hero{min-height:auto;padding-top:6rem}.tool-detail-pain-grid,.tool-detail-solution-grid,.tool-detail-features-grid,.tool-detail-other-tools{grid-template-columns:1fr}}.subscribe-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.subscribe-card{width:100%;max-width:480px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 12px 40px #0f172a14;border:1px solid #e2e8f0}.subscribe-logo img{height:48px;margin-bottom:1rem}.subscribe-back{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:#64748b;cursor:pointer;font-size:.875rem;margin-bottom:1rem;padding:0}.subscribe-card h1{font-size:1.5rem;margin:0 0 .35rem;color:#0f172a}.subscribe-summary{color:#64748b;margin:0 0 1rem;font-size:.9rem}.subscribe-price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1rem}.subscribe-price strong{font-size:2rem;color:#0f172a}.subscribe-price span{color:#64748b}.subscribe-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.subscribe-features li{display:flex;align-items:flex-start;gap:.5rem;color:#334155;font-size:.9rem}.subscribe-features svg{color:#16a34a;flex-shrink:0;margin-top:2px}.subscribe-form,.subscribe-logged{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.subscribe-form h2{font-size:1rem;margin:0;color:#0f172a}.subscribe-form label,.subscribe-logged label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#64748b;font-weight:600}.subscribe-form input,.subscribe-logged input{padding:.65rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:400;color:#0f172a}.subscribe-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.875rem;margin-bottom:.75rem}.subscribe-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:8px;padding:.75rem;font-size:.875rem;margin-bottom:.75rem}.subscribe-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer}.subscribe-submit:disabled{opacity:.7;cursor:not-allowed}.subscribe-legal,.subscribe-login-hint{margin-top:1rem;font-size:.8rem;color:#64748b;text-align:center}.subscribe-login-hint a{color:#2563eb;font-weight:600}.spin{animation:subscribe-spin .8s linear infinite}@keyframes subscribe-spin{to{transform:rotate(360deg)}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.guided-mapping-layout{display:flex;flex-direction:column;height:calc(100vh - 220px);min-height:520px}.guided-mapping-layout__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.5rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.guided-mapping-layout__toolbar-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.guided-mapping-toolbar{flex-shrink:0}.guided-toggle{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:#1e40af;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.35rem .65rem;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe}.guided-toggle__badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#64748b;background:#e2e8f0;padding:.1rem .35rem;border-radius:4px}.guided-toggle input{width:1rem;height:1rem;accent-color:#2563eb}.guided-toggle--disabled{opacity:.55;cursor:not-allowed}.guided-mapping-split{display:flex;flex:1;min-height:0}.guided-mapping-split__chat{width:40%;min-width:280px;max-width:480px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;background:#fff}.guided-mapping-split__diagram{flex:1;min-width:0;display:flex;flex-direction:column}.guided-chat{display:flex;flex-direction:column;height:100%;min-height:0}.guided-chat--locked{padding:1.5rem;align-items:center;justify-content:center;text-align:center;gap:.5rem;color:#475569;height:100%}.guided-chat__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.guided-chat__process{padding:.4rem 1rem;font-size:.75rem;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guided-chat__process strong{color:#1e40af}.guided-chat__title{display:flex;align-items:center;gap:.35rem;font-weight:700;font-size:.85rem;color:#1e40af;flex:1}.guided-chat__mode{font-size:.75rem;padding:.25rem .5rem;border-radius:6px;border:1px solid #cbd5e1}.guided-chat__pause{background:transparent;border:none;cursor:pointer;color:#64748b;padding:.25rem}.guided-chat__progress{position:relative;height:28px;background:#f1f5f9;font-size:.7rem;color:#64748b;display:flex;align-items:center;padding:0 .75rem}.guided-chat__progress-bar{position:absolute;left:0;top:0;bottom:0;background:#dbeafe;transition:width .3s ease;z-index:0}.guided-chat__progress span{position:relative;z-index:1}.guided-chat__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.guided-chat__bubble{padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.45;max-width:95%}.guided-chat__bubble--user{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:4px}.guided-chat__bubble--assistant{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.guided-chat__preview{padding:1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}.guided-chat__preview-title{font-weight:600;margin-bottom:.75rem;color:#92400e}.guided-chat__preview-hint{font-size:.8rem;color:#b45309;margin:0 0 .5rem}.guided-chat__preview-actions{display:flex;gap:.5rem}.guided-chat__form{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid #e2e8f0}.guided-chat__form .input{flex:1;margin:0}@media (max-width: 900px){.guided-mapping-split{flex-direction:column}.guided-mapping-split__chat{width:100%;max-width:none;height:45%;border-right:none;border-bottom:1px solid #e2e8f0}}.sim-toolbar{container-type:inline-size;container-name:sim-toolbar;width:100%;max-width:100%;min-width:0;box-sizing:border-box;height:50px;padding:0 1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:1.25rem;z-index:20;overflow:visible;position:relative}.sim-toolbar__primary{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;min-width:0}.sim-toolbar__secondary{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0;flex-wrap:nowrap}.sim-toolbar__menu{display:none;position:relative;margin-left:auto;flex-shrink:0;z-index:50}@container sim-toolbar (max-width: 1320px){.sim-toolbar__secondary{display:none!important}.sim-toolbar__menu{display:block!important}}.fs-manual-root{--fs-ink: #0f172a;--fs-muted: #64748b;--fs-line: #e2e8f0;--fs-panel: #ffffff;--fs-bg: #f1f5f9;--fs-accent: #0369a1;--fs-accent-soft: #e0f2fe;--fs-warn: #9a3412;--fs-warn-bg: #fff7ed;--fs-tip: #0f766e;--fs-tip-bg: #f0fdfa;--fs-step: #1e3a5f;font-family:Outfit,system-ui,sans-serif;color:var(--fs-ink)}.fs-manual-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;background:#0f172a7a;display:flex;align-items:stretch;justify-content:center;padding:16px;animation:fs-manual-fade .2s ease}@keyframes fs-manual-fade{0%{opacity:0}to{opacity:1}}@keyframes fs-manual-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fs-manual-shell{width:min(1120px,100%);height:100%;max-height:calc(100vh - 32px);background:var(--fs-bg);border-radius:18px;border:1px solid var(--fs-line);box-shadow:0 24px 64px #0f172a38;display:flex;flex-direction:column;overflow:hidden;animation:fs-manual-rise .28s ease}.fs-manual-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:linear-gradient(120deg,#0c4a6e,#0369a1 55%,#0e7490);color:#f8fafc}.fs-manual-header h1{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.fs-manual-header p{margin:2px 0 0;font-size:.78rem;opacity:.88;font-weight:500}.fs-manual-close{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.fs-manual-close:hover{background:#ffffff38}.fs-manual-body{flex:1;display:grid;grid-template-columns:260px 1fr;min-height:0}.fs-manual-nav{border-right:1px solid var(--fs-line);background:var(--fs-panel);overflow-y:auto;padding:12px 10px 24px}.fs-manual-nav-label{font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fs-muted);padding:6px 10px 10px}.fs-manual-nav button{width:100%;text-align:left;border:none;background:transparent;border-radius:10px;padding:10px;cursor:pointer;display:flex;gap:10px;align-items:flex-start;color:var(--fs-ink);transition:background .15s ease}.fs-manual-nav button:hover{background:#f8fafc}.fs-manual-nav button.active{background:var(--fs-accent-soft)}.fs-manual-nav-num{flex-shrink:0;width:24px;height:24px;border-radius:8px;background:#e2e8f0;color:#334155;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.fs-manual-nav button.active .fs-manual-nav-num{background:var(--fs-accent);color:#fff}.fs-manual-nav-title{font-size:.8rem;font-weight:700;line-height:1.25}.fs-manual-nav-sub{font-size:.68rem;color:var(--fs-muted);font-weight:500;margin-top:2px}.fs-manual-content{overflow-y:auto;padding:22px 28px 40px}.fs-manual-chapter-head{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--fs-line)}.fs-manual-kicker{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fs-accent);margin-bottom:6px}.fs-manual-chapter-head h2{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.fs-manual-chapter-head .sub{margin-top:6px;color:var(--fs-muted);font-size:.95rem;font-weight:500}.fs-manual-lead{font-family:"Source Serif 4",Georgia,serif;font-size:1.05rem;line-height:1.55;color:#334155;margin:0 0 18px}.fs-manual-p{margin:0 0 12px;font-size:.92rem;line-height:1.55;color:#334155}.fs-manual-steps{display:flex;flex-direction:column;gap:10px;margin:0 0 18px}.fs-manual-step{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:12px 14px;border-radius:14px;background:var(--fs-panel);border:1px solid var(--fs-line);box-shadow:0 1px #0f172a08}.fs-manual-step-idx{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#0c4a6e,#0284c7);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center}.fs-manual-step h3{margin:0 0 4px;font-size:.92rem;font-weight:800;color:var(--fs-step)}.fs-manual-step p{margin:0;font-size:.84rem;line-height:1.5;color:#475569}.fs-manual-callout{border-radius:12px;padding:12px 14px;margin:0 0 14px;font-size:.84rem;line-height:1.5;font-weight:550}.fs-manual-callout.tip{background:var(--fs-tip-bg);border:1px solid #99f6e4;color:var(--fs-tip)}.fs-manual-callout.warn{background:var(--fs-warn-bg);border:1px solid #fdba74;color:var(--fs-warn)}.fs-manual-keys{display:grid;gap:8px;margin:0 0 16px}.fs-manual-key-row{display:grid;grid-template-columns:minmax(120px,160px) 1fr;gap:10px;align-items:center;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid var(--fs-line)}.fs-manual-key-row .fs-manual-kbd{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:.72rem;font-weight:800;letter-spacing:.02em}.fs-manual-key-row>span:not(.fs-manual-kbd){font-size:.82rem;color:#475569}.fs-manual-props{margin:0 0 16px;border-radius:14px;border:1px solid var(--fs-line);background:#fff;overflow:hidden}.fs-manual-props h3{margin:0;padding:10px 14px;font-size:.8rem;font-weight:800;background:#f8fafc;border-bottom:1px solid var(--fs-line);color:#0f172a}.fs-manual-props table{width:100%;border-collapse:collapse;font-size:.8rem}.fs-manual-props th,.fs-manual-props td{padding:8px 14px;text-align:left;border-top:1px solid #f1f5f9;vertical-align:top}.fs-manual-props th{width:34%;font-weight:800;color:#0f172a;background:#fcfcfd}.fs-manual-props td{color:#475569}.fs-manual-check{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.fs-manual-check li{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid var(--fs-line);font-size:.84rem;color:#334155;font-weight:600}.fs-manual-check li:before{content:"";width:16px;height:16px;margin-top:2px;flex-shrink:0;border-radius:5px;border:2px solid #0284c7;background:linear-gradient(135deg,#e0f2fe,#fff)}.fs-manual-footer-nav{display:flex;justify-content:space-between;gap:10px;margin-top:28px;padding-top:16px;border-top:1px solid var(--fs-line)}.fs-manual-footer-nav button{border:1px solid var(--fs-line);background:#fff;border-radius:10px;padding:10px 14px;font-size:.8rem;font-weight:800;color:#0f172a;cursor:pointer;font-family:inherit}.fs-manual-footer-nav button:hover:not(:disabled){border-color:#7dd3fc;background:#f0f9ff}.fs-manual-footer-nav button:disabled{opacity:.4;cursor:default}@media (max-width: 840px){.fs-manual-body{grid-template-columns:1fr}.fs-manual-nav{max-height:160px;border-right:none;border-bottom:1px solid var(--fs-line)}.fs-manual-content{padding:16px 16px 32px}.fs-manual-key-row{grid-template-columns:1fr}}.fs-assist-root{--fs-assist-ink: #0f172a;--fs-assist-muted: #64748b;--fs-assist-line: #e2e8f0;--fs-assist-accent: #0e7490;--fs-assist-accent-deep: #0c4a6e;--fs-assist-panel: #ffffff;font-family:Outfit,system-ui,sans-serif;color:var(--fs-assist-ink)}.fs-assist-fab{position:relative;z-index:40;width:48px;height:48px;border-radius:14px;border:1px solid rgba(14,116,144,.35);background:linear-gradient(145deg,#0c4a6e,#0e7490);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px #0f172a38;transition:transform .15s ease,box-shadow .15s ease}.fs-assist-fab:hover{transform:translateY(-1px);box-shadow:0 14px 32px #0f172a47}.fs-assist-panel{position:relative;z-index:45;width:380px;max-width:min(380px,calc(100vw - 48px));height:min(520px,70vh);display:flex;flex-direction:column;background:var(--fs-assist-panel);border:1px solid var(--fs-assist-line);border-radius:16px;box-shadow:0 18px 48px #0f172a33;overflow:hidden;animation:fs-assist-rise .22s ease}@keyframes fs-assist-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fs-assist-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:linear-gradient(120deg,#0c4a6e,#0369a1 55%,#0e7490);color:#f8fafc}.fs-assist-header-left{display:flex;align-items:center;gap:10px;min-width:0}.fs-assist-avatar{width:36px;height:36px;border-radius:999px;background:#ffffff29;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-assist-header h2{margin:0;font-size:.92rem;font-weight:800;letter-spacing:-.01em}.fs-assist-status{margin:2px 0 0;font-size:.7rem;opacity:.9;font-weight:600}.fs-assist-header-actions{display:flex;gap:6px}.fs-assist-icon-btn{width:32px;height:32px;border-radius:9px;border:1px solid rgba(255,255,255,.28);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.fs-assist-icon-btn:hover{background:#ffffff38}.fs-assist-messages{flex:1;overflow-y:auto;padding:14px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.fs-assist-bubble{max-width:92%;padding:10px 12px;border-radius:14px;font-size:.84rem;line-height:1.45;white-space:pre-wrap}.fs-assist-bubble.bot{align-self:flex-start;background:#ecfeff;border:1px solid #a5f3fc;color:#164e63;border-bottom-left-radius:4px}.fs-assist-bubble.user{align-self:flex-end;background:#0f172a;color:#f8fafc;border-bottom-right-radius:4px}.fs-assist-bubble.error{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.fs-assist-citations{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.fs-assist-cite{border:1px solid #7dd3fc;background:#fff;color:#0369a1;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:700;cursor:pointer;font-family:inherit}.fs-assist-cite:hover{background:#e0f2fe}.fs-assist-composer{border-top:1px solid var(--fs-assist-line);padding:10px 12px 12px;background:#fff}.fs-assist-composer-row{display:flex;gap:8px;align-items:flex-end}.fs-assist-composer textarea{flex:1;resize:none;min-height:42px;max-height:96px;border:1px solid #67e8f9;border-radius:12px;padding:10px 12px;font-size:.84rem;font-family:inherit;color:var(--fs-assist-ink);outline:none}.fs-assist-composer textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b226}.fs-assist-send{width:42px;height:42px;border-radius:12px;border:none;background:linear-gradient(145deg,#0e7490,#0891b2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-assist-send:disabled{opacity:.45;cursor:default}.fs-assist-counter{margin-top:6px;text-align:right;font-size:.68rem;color:var(--fs-assist-muted);font-weight:600}.fs-assist-typing{align-self:flex-start;font-size:.78rem;color:var(--fs-assist-muted);font-weight:600;padding:4px 2px}.fs-assist-typing .spin,.fs-assist-send .spin{animation:fs-assist-spin .8s linear infinite}@keyframes fs-assist-spin{to{transform:rotate(360deg)}}.orienta-chat-root{display:flex;flex-direction:column;height:calc(100dvh - 8rem);max-width:1100px;margin:0 auto;width:100%;min-width:0;box-sizing:border-box;padding:0 .25rem}.orienta-chat-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.orienta-chat-toolbar-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.orienta-chat-layout{display:flex;flex:1;gap:1rem;min-height:0;min-width:0;position:relative;overflow:hidden}.orienta-chat-history{width:240px;flex-shrink:0;padding:1rem;overflow-y:auto}.orienta-chat-history-title{font-size:.75rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.75rem;text-transform:uppercase}.orienta-chat-history-item{display:block;flex:1;min-width:0;text-align:left;padding:.6rem;border-radius:6px;border:none;cursor:pointer;background:transparent;font-size:.8rem;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orienta-chat-history-row{display:flex;align-items:center;gap:.15rem;margin-bottom:.35rem;border-radius:6px}.orienta-chat-history-row.is-active{background:#f5f3ff}.orienta-chat-history-row:hover .orienta-chat-history-delete,.orienta-chat-history-row:focus-within .orienta-chat-history-delete{opacity:1}.orienta-chat-history-delete{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:4px;background:transparent;color:var(--color-text-muted);cursor:pointer;opacity:.55;padding:0}.orienta-chat-history-delete:hover:not(:disabled){background:#fee2e2;color:#b91c1c;opacity:1}.orienta-chat-history-delete:disabled{cursor:wait;opacity:.7}.orienta-chat-history-item.is-active{background:#f5f3ff}.orienta-chat-main{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.orienta-chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem;-webkit-overflow-scrolling:touch}.orienta-chat-bubble{max-width:85%;padding:.875rem 1rem;border-radius:12px;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:.9rem;line-height:1.5}.orienta-chat-composer{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--border-color);flex-shrink:0}.orienta-chat-composer .input{flex:1;min-width:0}.orienta-chat-history-toggle,.orienta-chat-backdrop{display:none}@media (max-width: 768px){.orienta-chat-root{height:calc(100dvh - 6.5rem);padding:0}.orienta-chat-history-toggle{display:inline-flex;align-items:center;gap:.35rem}.orienta-chat-layout{gap:0}.orienta-chat-backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:15;border:none;padding:0;cursor:pointer}.orienta-chat-history{display:none;position:absolute;top:0;left:0;bottom:0;width:min(280px,85vw);z-index:20;margin:0;border-radius:0 12px 12px 0;box-shadow:4px 0 24px #0f172a2e}.orienta-chat-history.is-open{display:block}.orienta-chat-main{width:100%}.orienta-chat-messages{padding:1rem}.orienta-chat-bubble{max-width:92%;font-size:.875rem}.orienta-chat-composer{padding:.75rem}.orienta-chat-history-delete{opacity:1}}.app-shell{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.app-shell__dev-banner{padding:.25rem 1rem;background:#f59e0b;color:#1f2937;font-size:.75rem;font-weight:600;text-align:center;flex-shrink:0}.app-shell__topbar{display:flex;align-items:center;gap:.75rem;padding:.55rem .85rem;background:var(--color-primary);color:#fff;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08);z-index:40}.app-shell__menu-btn,.app-shell__close-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:#ffffff1a;color:#fff;cursor:pointer;flex-shrink:0}.app-shell__topbar-logo{height:32px;width:auto;max-width:140px;object-fit:contain}.app-shell__body{display:flex;flex:1;overflow:hidden;min-height:0;position:relative}.app-shell__main{flex:1;padding:1rem;background:var(--color-bg-body);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;min-width:0}.app-shell__backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;border:none;background:#0f172a80;cursor:pointer;padding:0}.app-shell--nav-open .app-shell__backdrop{display:block}.app-sidebar{position:fixed;top:0;left:0;z-index:1000;width:min(300px,86vw);height:100dvh;background:var(--color-primary);color:#fff;padding:1.25rem;display:flex;flex-direction:column;transform:translate(-105%);transition:transform .22s ease;box-shadow:none}.app-shell--nav-open .app-sidebar{transform:translate(0);box-shadow:8px 0 24px #00000059}.app-sidebar__brand{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-sidebar__logo{max-width:70%;height:auto;max-height:44px}.app-sidebar__nav{flex:1;overflow-y:auto;padding-right:.25rem;margin-right:-.25rem;-webkit-overflow-scrolling:touch}.app-sidebar__section{margin:1rem 0;padding:0 1rem;font-size:.75rem;color:#64748b;text-transform:uppercase}.app-sidebar__footer{border-top:1px solid #334155;padding-top:1rem}.app-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;min-height:44px;border-radius:8px;color:var(--color-text-muted);background:transparent;margin-bottom:.35rem;transition:all .2s;text-decoration:none;width:100%;justify-content:flex-start;font:inherit;border:none;cursor:pointer}.app-sidebar__link--active{color:#fff;background:var(--color-primary-light)}.app-sidebar__link--danger{color:#ef4444}@media (min-width: 901px){.app-shell__topbar{display:none}.app-shell__backdrop{display:none!important}.app-shell__main{padding:2rem}.app-sidebar{position:relative;top:auto;left:auto;z-index:auto;width:250px;height:100%;flex-shrink:0;align-self:stretch;padding:1.5rem;transform:none!important;box-shadow:none!important;transition:none}.app-sidebar__logo{max-width:100%;max-height:50px}.app-sidebar__close-btn{display:none}}.ogn-home-ops-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;min-width:0}@media (min-width: 768px){.ogn-home-ops-grid{grid-template-columns:minmax(220px,320px) minmax(0,1fr)}}:root{--color-primary: #0f172a;--color-primary-light: #1e293b;--color-accent: #3b82f6;--color-accent-hover: #2563eb;--color-bg-body: #f8fafc;--color-bg-card: #ffffff;--color-text-main: #0f172a;--color-text-muted: #64748b;--border-color: #e2e8f0;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--color-bg-body);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s;gap:.5rem}.btn-primary{background-color:var(--color-accent);color:#fff}.btn-primary:hover{background-color:var(--color-accent-hover)}.btn-outline{border:1px solid var(--border-color);background-color:#fff;color:var(--color-text-main)}.btn-outline:hover{background-color:var(--color-bg-body)}.card{background:var(--color-bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:0 1px 3px #0000000d}.input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;outline:none;transition:border-color .2s}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #3b82f61a}.badge{display:inline-flex;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}
