*{box-sizing:border-box}:root{--text-primary:#2f2f2f;--text-secondary:#77756f;--border:#e8e6e1;--surface:#fff;--muted:#f7f7f5;--blue:#2383e2;--green:#2d9d68;--amber:#e9951e}html{scroll-behavior:smooth}body{color:var(--text-primary);background:#fff;margin:0;font-family:Inter,Segoe UI,SF Pro Text,Helvetica Neue,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,p{margin:0}.site-shell{background:#fff;min-height:100vh}.topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #f0efec;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:66px;padding:0 clamp(18px,4vw,42px);display:grid;position:sticky;top:0}.brand{width:fit-content;color:var(--text-primary);align-items:center;gap:10px;display:inline-flex}.brand-mark{background:linear-gradient(135deg,#ff4b3f 0 46%,#0000 47%),linear-gradient(225deg,#2383e2 0 46%,#0000 47%),linear-gradient(45deg,#ffad33 0 46%,#0000 47%);background-color:var(--green);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:850;display:inline-flex}.brand span:last-child{gap:1px;display:grid}.brand strong{font-size:.98rem}.brand small,.toolbar-center a{color:var(--text-secondary);font-size:.78rem}.toolbar-center{justify-content:center;gap:8px;display:inline-flex}.toolbar-center a{border-radius:999px;min-height:34px;padding:8px 11px;font-weight:700}.toolbar-center a:hover{color:var(--text-primary);background:#f4f4f2}.topbar-actions{justify-self:end}.client-pill{color:#176fc8;background:#eef6ff;border:1px solid #dbeaff;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:8px 14px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #176fc814}.client-pill svg{width:17px;height:17px}.system-pill{color:#3e4b5d;box-shadow:none;cursor:default;background:#fff;border-color:#e4e8ef}.hero{isolation:isolate;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(24px,4vw,56px);min-height:calc(100vh - 66px);padding:54px clamp(24px,7vw,110px) 76px;display:grid;position:relative;overflow:hidden}.hero-image{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.hero-scrim{z-index:-1;background:linear-gradient(90deg,#fffffff5 0%,#ffffffe6 48%,#ffffffb8 100%);position:absolute;inset:0}.hero-content{gap:18px;width:min(720px,100%);display:grid}.eyebrow{color:#366d9d;text-transform:uppercase;letter-spacing:.03em;background:#eff6ff;border-radius:999px;width:fit-content;padding:5px 10px;font-size:.72rem;font-weight:800}.hero h1,.login-copy h1,.hub-head h1{color:#292826;letter-spacing:0;font-size:clamp(2.5rem,4.8vw,4.9rem);line-height:1}.hero p,.login-copy p,.hub-head p,.feature-grid p,.system-card p{color:var(--text-secondary);font-size:1rem;line-height:1.55}.hero-actions,.hero-stats{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.button{color:#56544f;background:#fff;border:1px solid #dfddd8;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:10px 14px;font-weight:750;display:inline-flex}.button.primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 14px 26px #2383e22e}.button.ghost{background:#ffffffc7}.button.full{width:100%}.hero-stats{margin-top:12px}.hero-stats div{border:1px solid var(--border);background:#fffc;border-radius:18px;gap:4px;min-width:150px;padding:12px;display:grid}.hero-stats svg{color:var(--blue)}.hero-stats strong{font-size:1.2rem}.hero-stats span{color:var(--text-secondary);font-size:.78rem;font-weight:700}.whatsapp-demo{background:#fff;border:1px solid #d8eadf;border-radius:28px;justify-self:end;width:min(100%,430px);animation:5.5s ease-in-out infinite float-chat;overflow:hidden;box-shadow:0 24px 60px #23221f1f}.whatsapp-head,.whatsapp-composer{align-items:center;gap:10px;padding:14px;display:flex}.whatsapp-head{background:#fbfbfa;border-bottom:1px solid #eef1ed}.whatsapp-head>svg{color:#2d9d68;margin-left:auto}.whatsapp-avatar{color:#237646;background:#edf7f1;border:1px solid #c8ead5;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:850;display:inline-flex}.whatsapp-head div{gap:2px;display:grid}.whatsapp-head small{color:var(--text-secondary)}.whatsapp-thread{background:#f7f7f5;flex-direction:column;gap:11px;min-height:330px;padding:16px;display:flex}.chat-bubble{opacity:0;background:#fff;border:1px solid #e5e3de;border-radius:18px;gap:4px;max-width:86%;padding:10px 12px;animation:.58s forwards message-in;display:grid;transform:translateY(10px)}.chat-bubble.out{background:#edf7f1;border-color:#c8ead5;align-self:flex-end}.chat-bubble span{color:#176fc8;font-size:.76rem;font-weight:800}.chat-bubble.out span{color:#237646}.chat-bubble p{color:var(--text-primary);font-size:.92rem;line-height:1.42}.typing{opacity:0;background:#fff;border:1px solid #e5e3de;border-radius:999px;gap:4px;width:fit-content;padding:9px 11px;animation:.58s 2.3s forwards message-in;display:inline-flex}.typing i{background:#9b9992;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite typing-dot}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}.whatsapp-composer{background:#fff;border-top:1px solid #eef1ed}.whatsapp-composer span{color:var(--text-secondary);border:1px solid #e5e3de;border-radius:999px;flex:1;padding:9px 12px;font-size:.84rem}.whatsapp-composer button{color:#fff;background:#2d9d68;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.landing-section{gap:24px;padding:64px clamp(24px,7vw,110px) 78px;display:grid}.section-head{gap:10px;max-width:720px;display:grid}.section-head h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}.feature-grid,.hub-overview{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.feature-grid article,.hub-overview article{border:1px solid var(--border);background:#fff;border-radius:24px;gap:10px;padding:18px;display:grid;box-shadow:0 12px 28px #23221f0a}.feature-grid svg,.hub-overview svg{color:#176fc8;background:#eef6ff;border-radius:12px;width:34px;height:34px;padding:8px}.feature-grid strong,.hub-overview strong{font-size:1.05rem}.login-page,.hub-page{background:#fff;min-height:calc(100vh - 66px);padding:54px clamp(24px,6vw,96px) 70px}.login-panel{grid-template-columns:minmax(0,.9fr) minmax(320px,.55fr);align-items:stretch;gap:22px;width:min(1060px,100%);margin:0 auto;display:grid}.login-copy,.login-card,.client-card,.system-card{border:1px solid var(--border);background:#fff;border-radius:22px;box-shadow:0 12px 28px #23221f0a}.login-copy{background:var(--muted);align-content:center;gap:18px;padding:34px;display:grid}.icon-badge{color:#1b72cc;background:#eef7ff;border:1px solid #cfe3fa;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.icon-badge svg{width:22px;height:22px}.login-card{gap:14px;padding:22px;display:grid}.login-card label{color:#6f6d68;gap:7px;font-size:.84rem;font-weight:650;display:grid}.login-card input{min-height:42px;color:var(--text-primary);background:#fbfbfa;border:1px solid #e0ded8;border-radius:12px;padding:9px 11px}.hub-page{align-content:start;gap:16px;padding-top:0;display:grid}.hub-hero-band{background:#fbfbfa;border-bottom:1px solid #edf2f6;margin:-54px calc(-1*clamp(24px,6vw,96px)) 0;padding:76px clamp(24px,6vw,96px) 30px}.hub-head{justify-content:space-between;align-items:center;gap:18px;display:flex}.hub-head>div:first-child{gap:10px;max-width:820px;display:grid}.move-logo-card{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:28px;align-self:center;width:min(270px,24vw);height:190px;padding:28px 22px;box-shadow:0 16px 36px #23221f0f}.dashboard-central-button{color:#176fc8;background:#eef6ff;border:1px solid #cfe5ff;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:fit-content;min-height:58px;margin-top:8px;padding:10px 12px;font-weight:800;display:inline-grid}.dashboard-central-button>svg:first-child{background:#fff;border-radius:12px;width:34px;height:34px;padding:8px}.dashboard-central-button>svg:last-child{width:18px;height:18px}.dashboard-central-button span{text-align:left;gap:2px;display:grid}.dashboard-central-button small{color:#527ba9;font-size:.78rem;font-weight:700}.client-card{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:280px;padding:16px;display:grid}.client-card svg{width:24px;height:24px;color:var(--green)}.client-card span{gap:3px;display:grid}.client-card small{color:var(--text-secondary)}.hub-board{display:block}.hub-client-panel,.hub-access-panel{border:1px solid var(--border);background:#fff;border-radius:24px;box-shadow:0 12px 28px #23221f0a}.hub-client-panel{background:#fbfbfa;align-content:start;gap:18px;padding:20px;display:grid}.hub-client-logo{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:18px;width:178px;max-width:100%;padding:12px}.hub-client-panel>div{gap:6px;display:grid}.hub-client-panel p,.hub-section-head p,.dashboard-side-link small,.system-launcher small,.hub-overview span{color:#6f6d68;line-height:1.45}.hub-client-meta{border-top:1px solid #e5e3de;padding-top:14px}.hub-client-meta span{color:#8a8883;letter-spacing:.03em;text-transform:uppercase;font-size:.72rem;font-weight:800}.dashboard-side-link{color:var(--text-primary);background:#fff;border:1px solid #e2e0dc;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:2px;padding:14px;display:grid}.dashboard-side-link>svg:first-child{width:22px;height:22px;color:var(--blue)}.dashboard-side-link>svg:last-child{color:#8a8883;width:18px;height:18px}.dashboard-side-link span{gap:3px;min-width:0;display:grid}.dashboard-side-link strong{font-size:.9rem;line-height:1.2}.dashboard-side-link small{color:var(--text-secondary);font-size:.76rem}.hub-access-panel{align-content:start;gap:16px;padding:18px;display:grid}.hub-section-head{justify-content:space-between;align-items:flex-end;gap:14px;padding:2px 2px 0;display:flex}.hub-section-head>div{gap:4px;display:grid}.hub-section-head strong{color:var(--text-primary);font-size:1.08rem}.system-launcher-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.system-launcher{min-height:142px;color:var(--text-primary);background:#fff;border:1px solid #eceae5;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:grid}.system-launcher:hover{border-color:#d9d6cf;transform:translateY(-2px);box-shadow:0 18px 38px #23221f12}.system-launcher-icon{border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.system-launcher.blue .system-launcher-icon{color:#176fc8;background:#eef6ff}.system-launcher.green .system-launcher-icon{color:#237646;background:#edf7f1}.system-launcher.amber .system-launcher-icon{color:#93610f;background:#fff6df}.system-launcher.steel .system-launcher-icon{color:#334155;background:#eef2f7}.system-launcher-icon svg{width:27px;height:27px}.system-launcher-copy{gap:6px;min-width:0;display:grid}.system-launcher-copy strong{color:var(--text-primary);font-size:1.16rem}.system-launcher-copy small{font-size:.86rem}.system-launcher-arrow{width:22px;height:22px;color:var(--text-secondary)}.hub-overview{margin-top:2px}.central-page{background:#fbfbfa;gap:18px;min-height:calc(100vh - 66px);padding:32px clamp(24px,6vw,96px) 72px;display:grid}.central-head{justify-content:space-between;align-items:center;gap:18px;display:flex}.central-head>div{gap:10px;max-width:820px;display:grid}.central-head h1{font-size:clamp(2rem,3.5vw,3.7rem);line-height:1}.central-head p{color:var(--text-secondary);line-height:1.55}.central-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.central-metrics article,.central-card{border:1px solid var(--border);background:#fff;border-radius:24px;box-shadow:0 12px 28px #23221f0a}.central-metrics article{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;display:grid}.metric-icon{border-radius:13px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.metric-icon svg{width:18px;height:18px}.metric-card.blue .metric-icon{color:#176fc8;background:#eef6ff}.metric-card.green .metric-icon{color:#237646;background:#edf7f1}.metric-card.amber .metric-icon{color:#93610f;background:#fff6df}.metric-card.rose .metric-icon{color:#a64260;background:#fff0f4}.central-metrics article>div{gap:2px;min-width:0;display:grid}.central-metrics span,.central-card-head span{color:var(--text-secondary);font-size:.78rem;font-weight:750}.central-metrics strong{font-size:1.65rem}.central-metrics small{color:#566170;background:#f4f6f8;border-radius:999px;padding:5px 8px;font-size:.76rem;font-weight:800}.central-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.central-card{align-content:start;gap:14px;padding:16px;display:grid}.central-wide{grid-column:span 2}.central-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.central-card-head h2{margin-top:4px;font-size:1.1rem}.central-card-head>svg{color:#176fc8}.week-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;min-height:260px;display:grid}.week-chart div{text-align:center;grid-template-rows:minmax(0,1fr) auto auto;align-items:end;gap:7px;min-height:240px;display:grid}.week-chart i{background:linear-gradient(#2383e2,#7cb7f2);border-radius:14px 14px 8px 8px;width:100%;min-height:24px;box-shadow:inset 0 1px #ffffff73}.week-chart div:nth-child(2) i{background:linear-gradient(#2d9d68,#92d6b2)}.week-chart div:nth-child(3) i{background:linear-gradient(#e9951e,#f6ca74)}.week-chart div:nth-child(4) i{background:linear-gradient(#8b5cf6,#c4b5fd)}.week-chart div:nth-child(5) i{background:linear-gradient(#ef5b84,#f6a9bc)}.week-chart div:nth-child(6) i{background:linear-gradient(#06a9c9,#8bddea)}.week-chart div:nth-child(7) i{background:linear-gradient(#64748b,#cbd5e1)}.week-chart strong{color:#2f3541;font-size:.85rem}.week-chart span{color:var(--text-secondary);font-size:.78rem;font-weight:750}.donut-card{justify-items:center;gap:14px;display:grid}.donut-chart{aspect-ratio:1;background:conic-gradient(#2383e2 0 34%, #2d9d68 34% 62%, #e9951e 62% 84%, #ef5b84 84% 100%);border-radius:50%;width:min(210px,100%);position:relative;box-shadow:0 18px 36px #23221f14}.donut-chart:after{content:"1.284";color:#2f3541;background:#fff;border-radius:50%;place-items:center;font-size:1.45rem;font-weight:850;display:grid;position:absolute;inset:22%}.donut-legend{gap:8px;width:100%;display:grid}.donut-legend span{color:#5e6570;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;font-size:.86rem;display:grid}.donut-legend i{border-radius:999px;width:10px;height:10px}.donut-legend i.blue{background:#2383e2}.donut-legend i.green{background:#2d9d68}.donut-legend i.amber{background:#e9951e}.donut-legend i.rose{background:#ef5b84}.funnel-list,.system-score-list,.central-events{gap:9px;display:grid}.funnel-list div{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.funnel-list span{color:var(--text-secondary);font-weight:750}.funnel-list i,.score-bars i{background:#edf1f6;border-radius:999px;grid-column:1/-1;height:13px;overflow:hidden}.funnel-list b,.score-bars b{border-radius:inherit;background:linear-gradient(90deg,#2383e2,#2d9d68);height:100%;display:block}.funnel-list div:nth-child(2) b{background:linear-gradient(90deg,#2d9d68,#8cd7b1)}.funnel-list div:nth-child(3) b{background:linear-gradient(90deg,#e9951e,#f1c767)}.funnel-list div:nth-child(4) b{background:linear-gradient(90deg,#ef5b84,#f2a2b8)}.system-score{background:#fff;border:1px solid #edf0f4;border-radius:18px;grid-template-columns:auto minmax(0,1fr) minmax(180px,.45fr);align-items:center;gap:12px;padding:12px;display:grid}.system-score-icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.system-score.blue .system-score-icon{color:#176fc8;background:#eef6ff}.system-score.green .system-score-icon{color:#237646;background:#edf7f1}.system-score.amber .system-score-icon{color:#93610f;background:#fff6df}.system-score.rose .system-score-icon{color:#a64260;background:#fff0f4}.system-score div{gap:3px;min-width:0;display:grid}.system-score small,.score-bars span{color:var(--text-secondary);font-size:.8rem;font-weight:650}.score-bars{gap:7px;display:grid}.fundiaria-page{background:#fbfbfa;gap:14px;min-height:calc(100vh - 66px);padding:18px clamp(18px,4vw,54px) 42px;display:grid}.fundiaria-head{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.fundiaria-head>div{gap:10px;max-width:780px;display:grid}.fundiaria-head h1{color:#292826;font-size:clamp(2.2rem,4.4vw,4.7rem);line-height:1}.fundiaria-head p{color:var(--text-secondary);line-height:1.55}.fundiaria-workspace{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:stretch;gap:14px;min-height:calc(100vh - 126px);display:grid}.fundiaria-panel,.editor-shell{border:1px solid var(--border);background:#fff;border-radius:24px;box-shadow:0 12px 28px #23221f09}.fundiaria-panel{align-content:start;gap:12px;padding:14px;display:grid}.workspace-status{color:#263445;background:#eef6ff;border:1px solid #dbeaff;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.workspace-status svg{color:#176fc8;background:#fff;border-radius:13px;width:38px;height:38px;padding:9px}.workspace-status div{gap:2px;display:grid}.workspace-status span,.workspace-status small,.fundiaria-block-head span,.doc-upload-card small,.template-list small,.editor-toolbar span{color:var(--text-secondary);font-size:.78rem;line-height:1.35}.workspace-status span{color:#66809f}.workspace-status small{color:#5e7896;font-weight:600}.workspace-back-link{color:#566170;background:#fff;border:1px solid #e4e7ec;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:38px;font-size:.9rem;font-weight:600;display:inline-flex}.fundiaria-block{background:#fbfcfe;border:1px solid #e4e7ec;border-radius:18px;gap:10px;padding:12px;display:grid}.fundiaria-block-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.fundiaria-block-head strong{font-size:.98rem;font-weight:650}.doc-upload-card,.template-list button{width:100%;color:var(--text-primary);text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:border-color .18s,background .18s,transform .18s}.doc-upload-card{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:68px;padding:12px;display:grid}.doc-upload-card.ready{background:#f1f8ff;border-color:#9fcaff;box-shadow:inset 0 0 0 1px #2383e21f}.doc-upload-card:hover,.template-list button:hover{border-color:#bac7dc;transform:translateY(-1px)}.doc-upload-card>svg{color:#176fc8;background:#eef6ff;border-radius:12px;width:36px;height:36px;padding:9px}.doc-upload-card.ready>svg{color:#176fc8;background:#dceeff}.doc-upload-card span{gap:3px;min-width:0;display:grid}.template-list{grid-template-columns:1fr;gap:8px;display:grid}.template-list button{align-content:start;gap:7px;min-height:88px;padding:12px;display:grid}.template-list button.active{background:#f7fbff;border-color:#c7d8f6;box-shadow:inset 0 0 0 1px #6f96dc2e}.template-list button.sky{background:#fbfdff}.template-list button.amber{background:#fffdf7}.template-list button.rose{background:snow}.template-list button.sky.active{background:#f1f8ff;border-color:#b9d7ff}.template-list button.amber.active{background:#fff9e8;border-color:#f3d38a}.template-list button.rose.active{background:#fff4f7;border-color:#edc6d1}.template-list span{color:#506071;text-transform:uppercase;background:#eef2f7;border-radius:999px;width:fit-content;padding:4px 8px;font-size:.68rem;font-weight:750}.template-list button.sky span{color:#3f6f9d;background:#eaf5ff}.template-list button.amber span{color:#86621b;background:#fff1cb}.template-list button.rose span{color:#9b5367;background:#fdeaf0}.template-list strong{font-size:.95rem;font-weight:650}.workspace-main{grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;display:grid}.mini-ficha{border:1px solid var(--border);background:#fff;border-radius:18px;gap:8px;padding:12px;display:grid;box-shadow:0 12px 28px #23221f09}.mini-ficha-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.mini-ficha-head span,.mini-ficha-grid small{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:750}.mini-ficha-head strong{font-size:1rem}.mini-ficha-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.mini-ficha-grid div{background:#fff;border:1px solid #eef1f4;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px;min-width:0;padding:9px 10px;display:grid}.mini-ficha-grid div>svg{color:#60758d;background:#f3f7fb;border-radius:10px;width:30px;height:30px;padding:7px}.mini-ficha-grid span{gap:2px;min-width:0;display:grid}.mini-ficha-grid strong{color:#2f3541;overflow-wrap:anywhere;min-width:0;font-size:.88rem;font-weight:550;line-height:1.25}.editor-shell{grid-template-rows:auto minmax(0,1fr);gap:12px;min-width:0;padding:12px;display:grid}.editor-toolbar{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:12px;padding:0 0 10px;display:flex}.editor-toolbar>div:first-child{gap:2px;min-width:0;display:grid}.editor-toolbar strong{color:#424b57;font-size:1rem;font-weight:600}.editor-actions{align-items:center;gap:8px;display:flex}.mini-editor{color:#252c28;white-space:pre-wrap;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(#edf2fb,#e8eaef) border-box;border:1px solid #0000;border-radius:16px;outline:none;width:100%;height:100%;min-height:560px;padding:clamp(18px,3vw,34px);font:400 1rem/1.72 Segoe UI,SF Pro Text,Arial,sans-serif;overflow:auto;box-shadow:inset 0 1px #fffc}.mini-editor:focus{border-color:#9eb6e3;box-shadow:0 0 0 4px #4d76c91f}.editor-placeholder{color:#176fc8;background:#e5f2ff;border-radius:8px;padding:1px 6px 2px;font-weight:650}.export-button{color:#176fc8;box-shadow:none;background:#f4f9ff;border-color:#cfe3fa}.export-button:hover{background:#eef6ff;border-color:#b9d8f7}@keyframes message-in{to{opacity:1;transform:translateY(0)}}@keyframes typing-dot{0%,to{opacity:.32;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes float-chat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1060px){.topbar{grid-template-columns:1fr auto}.toolbar-center{display:none}.hero,.login-panel,.hub-board,.feature-grid,.hub-overview,.central-metrics,.central-grid,.fundiaria-workspace{grid-template-columns:1fr}.system-launcher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.central-wide{grid-column:auto}.central-head,.fundiaria-head{flex-direction:column;align-items:flex-start}.system-score{grid-template-columns:auto minmax(0,1fr)}.system-score .score-bars{grid-column:1/-1}.whatsapp-demo{justify-self:start}.fundiaria-workspace{min-height:auto}.week-chart{min-height:220px}.week-chart div{min-height:200px}.mini-editor{min-height:620px}.hub-head{flex-direction:column;align-items:flex-start}.move-logo-card{width:min(240px,100%)}.client-card{min-width:0}}@media (max-width:640px){.topbar{padding:12px 16px}.client-pill span{display:none}.hero{padding:34px 18px 52px}.hero h1,.login-copy h1,.hub-head h1{font-size:2.35rem}.landing-section,.login-page,.hub-page{padding-inline:18px}.login-copy,.login-card{padding:20px}.hub-section-head{flex-direction:column;align-items:flex-start}.system-launcher{grid-template-columns:auto minmax(0,1fr)}.system-launcher-grid,.template-list{grid-template-columns:1fr}.system-launcher-arrow{display:none}.fundiaria-page{padding:28px 14px 42px}.central-page{padding-inline:18px}.central-metrics article,.system-score{grid-template-columns:auto minmax(0,1fr)}.central-metrics small,.system-score .score-bars{grid-column:1/-1}.week-chart{gap:6px}.fundiaria-panel,.editor-shell{border-radius:18px}.editor-toolbar,.editor-actions{flex-direction:column;align-items:stretch}.editor-actions .button{width:100%}}
