@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Segoe UI,Tahoma,sans-serif;line-height:1.5;font-weight:500;color:#173b35;background-color:#f3f7f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:#f3f7f6}#root{margin:0;padding:0}h1,h2,h3,h4{letter-spacing:-.01em}input,button,select,textarea{font-family:inherit}:root{--bg-canvas: #f3f7f6;--bg-surface: #ffffff;--bg-soft: #f0f6f4;--ink-primary: #173b35;--ink-secondary: #4d6862;--ink-muted: #6f8580;--line-soft: #dbe8e4;--line-strong: #bfd5cf;--brand-900: #0f3a33;--brand-700: #1f6f5d;--brand-600: #2f8f74;--brand-100: #e4f2ed;--warn-100: #fff3da;--warn-700: #9a6a00;--danger-700: #b91c1c;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--shadow-card: 0 12px 28px rgba(15, 58, 51, .08);--shadow-hover: 0 16px 38px rgba(15, 58, 51, .14)}.layout{display:flex;min-height:100vh;background:radial-gradient(circle at 88% 8%,#8cc9b740,#8cc9b700 38%),radial-gradient(circle at 8% 90%,#bdd6e442,#bdd6e400 36%),var(--bg-canvas)}.login-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at 15% 20%,#daf0e7,#eff7f3 43%,#f8fbfa)}.login-card{width:min(460px,100%);background:var(--bg-surface);border:1px solid var(--line-soft);border-radius:var(--radius-lg);padding:1.7rem 1.5rem;box-shadow:var(--shadow-card)}.login-card h1{margin:.25rem 0 .6rem;font-size:1.35rem;color:var(--ink-primary)}.login-card__logo{display:block;width:clamp(155px,42vw,220px);max-width:100%;height:auto;object-fit:contain;margin:0 auto .7rem}.login-form{margin-top:1rem;display:grid;gap:.85rem}.login-form label,.estimativas-form label,.csv-options label,.ch-form label{display:grid;gap:.38rem;font-size:.88rem;font-weight:700;color:var(--ink-primary)}.login-form input,.estimativas-form input,.estimativas-form select,.estimativas-form textarea,.estimativas-filters input,.estimativas-filters select,.csv-options select,.data-compare-field input,.data-compare-copilot textarea,.results__header input,.ch-form input,.ch-form select,.ch-form textarea,.ch-filter-select,input[type=search]{width:100%;border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:.65rem .75rem;font-size:.93rem;color:#1c3f38;background:#fcfefd;box-sizing:border-box}.login-form input:focus,.estimativas-form input:focus,.estimativas-form select:focus,.estimativas-form textarea:focus,.estimativas-filters input:focus,.estimativas-filters select:focus,.csv-options select:focus,.data-compare-field input:focus,.data-compare-copilot textarea:focus,.results__header input:focus,input[type=search]:focus{outline:none;border-color:var(--brand-600);box-shadow:0 0 0 3px #2f8f742e}.sidebar{width:256px;background:#194338;color:#f0f4f3;padding:0 .5rem 1rem;display:flex;flex-direction:column;gap:0;position:fixed;height:100vh;left:0;top:0;border-right:1px solid hsl(165,35%,25%);overflow-y:auto}.sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem .75rem;border-bottom:1px solid hsl(165,35%,25%);margin-bottom:.5rem}.sidebar__brand{display:flex;flex-direction:row;align-items:center;gap:.6rem}.sidebar__logo{width:148px;height:auto;object-fit:contain;margin-top:0}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .25rem}.sidebar__subnav{display:flex;flex-direction:column;margin:.1rem 0 .35rem;padding-left:2.2rem;gap:.1rem}.sidebar__subnav--nested{margin:.1rem 0 0;padding-left:1rem}.sidebar__link,.sidebar__sublink{border:none;background:transparent;color:#f0f4f3;text-align:left;cursor:pointer;transition:.2s ease}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:8px;width:100%;font-weight:500;font-size:.9rem}.sidebar__link:hover{background:#26594d;color:#fff}.sidebar__link:focus-visible,.sidebar__sublink:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #9bd4c3;outline-offset:2px}.sidebar__link:after{content:none}.sidebar__link--active{background:#39ac8f;color:#fff;box-shadow:none}.sidebar__link--active:hover{background:#339980}.sidebar__sublink{width:100%;padding:.42rem .65rem;border-radius:8px;font-size:.83rem;font-weight:500;color:#dce5e3}.sidebar__sublink:hover{background:#26594d;color:#fff}.sidebar__sublink--active{background:#39ac8f;color:#fff}.sidebar__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__icon svg{width:18px;height:18px}.sidebar__spacer{flex:1}.sidebar__footer{padding:.5rem .25rem;border-top:1px solid hsl(165,35%,25%);margin-top:.5rem}.app{display:flex;flex-direction:column;gap:1.25rem;margin-left:256px;flex:1;padding:1.7rem 2rem 2.1rem;min-height:100vh}.app__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem;background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(219,232,228,.82);border-radius:16px;padding:1rem 1.1rem}.app__header h1{color:var(--ink-primary);font-size:clamp(1.45rem,1.7vw,1.95rem);margin:0}.app__subtitle{color:var(--ink-secondary);margin:.45rem 0 0;max-width:780px;line-height:1.5}.app__actions{display:flex;align-items:center;gap:.7rem}.app__hello{color:var(--ink-primary);font-weight:700;font-size:.95rem;white-space:nowrap}.page-transition{animation:page-enter .28s ease-out both}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.ranking-layout{grid-template-columns:minmax(310px,.8fr) minmax(760px,1.58fr)}.card{background:var(--bg-surface);border-radius:var(--radius-md);padding:1.35rem;box-shadow:var(--shadow-card);border:1px solid var(--line-soft);transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease}.card:hover{box-shadow:var(--shadow-hover);border-color:#c8ddd6;transform:translateY(-2px)}.card h2{margin:0 0 .95rem;font-size:1.05rem;font-weight:800;color:var(--ink-primary)}.file-input{display:inline-flex;align-items:center;gap:.75rem;padding:.66rem .98rem;border-radius:var(--radius-sm);background:#fcfefe;border:1px dashed var(--line-strong);cursor:pointer;font-weight:700;color:#245148}.file-input:hover{border-color:var(--brand-600);background:var(--brand-100)}.file-input--small{padding:.58rem .88rem;font-size:.9rem}.file-input input{display:none}.controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.45rem}.checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.9rem;line-height:1.25;color:var(--ink-secondary)}.estimativas-form label.checkbox,.login-form label.checkbox,.csv-options label.checkbox{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}.checkbox input[type=checkbox]{width:16px;height:16px;margin-top:0;flex:0 0 auto}.csv-preview{margin-top:.9rem;display:flex;flex-direction:column;gap:.72rem}.csv-summary{display:flex;gap:1rem;font-size:.9rem;color:var(--ink-muted)}.csv-options{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.csv-table,.estimativas-table{overflow-x:auto;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:#fff}.csv-table table,.estimativas-table table{width:100%;border-collapse:collapse;font-size:.9rem}.csv-table th,.csv-table td,.estimativas-table th,.estimativas-table td{padding:.58rem .72rem;border-bottom:1px solid #e6efec;text-align:left;vertical-align:top}.csv-table th,.estimativas-table th{background:#f3f8f6;font-weight:800;color:var(--ink-primary);position:sticky;top:0;z-index:1}.csv-table tbody tr,.estimativas-table tbody tr{transition:background .2s ease}.csv-table tbody tr:hover,.estimativas-table tbody tr:hover{background:#f7fcfa}.results{margin-top:.95rem;display:flex;flex-direction:column;gap:.75rem}.results__header{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.results__actions{display:flex;align-items:center;gap:.72rem}.results ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;max-height:420px;overflow:auto}.results li{display:flex;align-items:center;gap:.72rem;padding:.67rem .84rem;border-radius:11px;background:#fbfdfc;border:1px solid #e2ece8;font-size:.9rem;transition:border-color .2s ease,transform .2s ease,background .2s ease}.results li:hover{background:#fff;border-color:var(--line-strong);transform:translate(2px)}.badge{font-size:.7rem;font-weight:800;padding:.24rem .55rem;border-radius:7px;text-transform:uppercase;letter-spacing:.05em}.badge--prw{background:#e7f5ef;color:#1f6d58}.badge--tlpp{background:#edf6f3;color:#2f8f74}.muted{color:var(--ink-muted);font-size:.9rem;line-height:1.5}.error{color:var(--danger-700);font-weight:700}.success{color:#1f7a63;font-weight:700}button{background:linear-gradient(140deg,var(--brand-700) 0%,var(--brand-600) 100%);color:#fff;border:none;padding:.66rem 1.08rem;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #1f6f5d38}button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px #1f6f5d33}.button-secondary{background:#edf5f2;color:#215347}.button-secondary:hover:not(:disabled){background:#dcefe8}.button-primary{background:linear-gradient(140deg,var(--brand-700) 0%,var(--brand-600) 100%);color:#fff}button:disabled{opacity:.56;cursor:not-allowed;transform:none;box-shadow:none}.home{display:flex;flex-direction:column;gap:1rem}.home-hero{background:linear-gradient(125deg,#fff,#eef8f4 56%,#f6fbf9);border:1px solid var(--line-soft)}.home-hero h2{margin:0 0 .52rem;font-size:1.2rem;color:var(--ink-primary)}.home-hero p{margin:0;color:var(--ink-secondary);line-height:1.5}.home-actions{margin-top:.95rem;display:flex;gap:.7rem;flex-wrap:wrap}.home-tool h3{margin:0 0 .35rem;font-size:1rem;color:var(--ink-primary)}.home-tool p{margin:0 0 .75rem;color:var(--ink-secondary);line-height:1.45}.app--home .app__header{background:linear-gradient(140deg,#ffffffe6,#ecf7f3e6)}.app--home .home-hero{padding:1.6rem;border-radius:18px}.app--home .home-tool{min-height:175px}.app--process .app__header{border-color:#c8ddd6}.page-process{grid-template-columns:minmax(380px,.96fr) minmax(520px,1.34fr);align-items:start}.app--process .card,.app--data-compare .card,.app--xml-excel .card,.app--excel-csv-sqlite .card,.app--resume-ranking .card,.app--estimativas .card,.app--rubricas-validacao .card{border-top:4px solid #d3e7e0}.app--data-compare .app__header{background:linear-gradient(130deg,#ffffffeb,#f5faf7e6)}.app--data-compare .data-compare-layout{display:grid;gap:1rem}.app--data-compare .estimativas-table,.app--data-compare .csv-table{box-shadow:inset 0 0 0 1px #dbe8e499}.data-compare-layout{grid-template-columns:minmax(340px,.9fr) minmax(480px,1.2fr);align-items:start}.data-compare-field{margin-top:.8rem;display:grid;gap:.4rem;font-size:.88rem;font-weight:700;color:var(--ink-primary)}.data-compare-summary{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:.82rem;color:var(--ink-secondary);font-size:.9rem}.data-compare-normalization{margin-top:.8rem;display:grid;gap:.45rem;padding:.75rem;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:#fbfefd}.data-compare-normalization__title{font-size:.88rem;font-weight:800;color:var(--ink-primary)}.data-compare-filters{display:grid;grid-template-columns:1fr 180px;gap:.62rem;margin-bottom:.82rem}.data-compare-filters label{display:grid;gap:.35rem;font-size:.84rem;font-weight:700;color:var(--ink-primary)}.data-compare-filters select{width:100%;border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:.62rem .7rem;font-size:.9rem;background:#fcfefd;color:#1c3f38}.data-compare-mapping-panel{grid-column:1 / -1}.data-compare-mapping-file{margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--line-soft)}.data-compare-mapping-file h3{margin:0 0 .6rem;font-size:.95rem;color:var(--ink-primary);font-weight:700}.data-compare-mapping-grid{display:grid;gap:.8rem}.data-compare-mapping-row{display:grid;grid-template-columns:1fr 30px 1fr;gap:.8rem;align-items:flex-end;padding:.7rem;background:#fbfefd;border:1px solid var(--line-soft);border-radius:var(--radius-sm)}.data-compare-mapping-base,.data-compare-mapping-target{display:grid;gap:.35rem}.data-compare-mapping-base label,.data-compare-mapping-target label{font-size:.8rem;font-weight:700;color:var(--ink-secondary)}.data-compare-mapping-base input,.data-compare-mapping-target select{width:100%;border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:.55rem .6rem;font-size:.85rem;background:#fff;color:#1c3f38}.data-compare-mapping-base input{background:#f7f9f8;color:#6f8580}.data-compare-mapping-arrow{text-align:center;font-size:1.2rem;color:#2f8f74;font-weight:700}.data-compare-confidence{font-size:.75rem;font-weight:500;color:#2f8f74;margin-left:.3rem}.data-compare-agg-file{margin-bottom:1.5rem}.data-compare-agg-file__header{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.data-compare-agg-stats{display:flex;gap:.4rem;flex-wrap:wrap}.badge--success{background:#d1fae5;color:#065f46}.badge--error{background:#fee2e2;color:#991b1b}.badge--warning{background:#fef3c7;color:#92400e}.badge--info{background:#dbeafe;color:#1e40af}.data-compare-agg-total{margin-left:auto;font-size:.85rem;font-weight:600;color:#6b7280}.data-compare-agg-total--diff{color:#b91c1c}.data-compare-agg-table{font-size:.9rem}.data-compare-agg-table tr.agg-row--ok{background:#f0fdf4}.data-compare-agg-table tr.agg-row--diff{background:#fff7ed}.data-compare-agg-table tr.agg-row--missing{background:#fef2f2}.data-compare-agg-table tr.agg-row--extra{background:#eff6ff}.data-compare-agg-table .agg-value{text-align:right;font-variant-numeric:tabular-nums;font-family:Courier New,monospace}.data-compare-agg-table .agg-value--diff{color:#b91c1c;font-weight:600}.data-compare-modal-overlay{position:fixed;inset:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#081c1873;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.data-compare-modal{width:min(560px,100%);border-radius:16px;border:1px solid var(--line-soft);background:#fff;box-shadow:0 22px 48px #08231e3d;padding:1rem}.data-compare-modal h3{margin:0 0 .5rem}.data-compare-modal p{margin:0 0 .95rem}.data-compare-ai-cards{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:.75rem}.data-compare-ai-card{border:1px solid #d8e8e2;border-radius:12px;background:#f8fcfa;padding:.75rem}.data-compare-ai-card h4{margin:0 0 .35rem}.data-compare-ai-card p{margin:.35rem 0}.data-compare-ai-card ul,.data-compare-ai-card ol{margin:.4rem 0 0;padding-left:1rem}.data-compare-ai-metrics{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:.84rem;color:#2f5d53}.data-compare-copilot textarea{width:100%;min-height:220px;resize:vertical}.app--xml-excel .app__header{background:linear-gradient(130deg,#ffffffeb,#ecf3fbe0)}.app--excel-csv-sqlite .app__header{background:linear-gradient(130deg,#ffffffeb,#f0f8f7e6)}.app--xml-excel .card:nth-child(1){border-top-color:#c7ddff}.app--resume-ranking .app__header{background:linear-gradient(130deg,#ffffffeb,#f0f8f6e6)}.app--resume-ranking .ranking-layout{align-items:start}.app--estimativas .app__header{background:linear-gradient(130deg,#ffffffeb,#f5faf7e6)}.app--estimativas .estimativas-table{box-shadow:inset 0 0 0 1px #dbe8e499}.estimativas-layout{display:grid;gap:1rem}.estimativas-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.estimativas-subgrid{margin-top:.78rem}.estimativas-subgrid p{margin:0 0 .42rem;color:var(--ink-secondary);font-size:.9rem}.estimativas-form{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:.8rem}.estimativas-form__full{grid-column:1 / -1}.estimativas-stats{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:.82rem;color:var(--ink-secondary)}.daily-activities-controls{margin-left:auto;display:flex;align-items:flex-end;gap:.55rem}.estimativas-filters{display:grid;grid-template-columns:1fr 180px;gap:.62rem;margin-bottom:.82rem}.daily-activities-month-filter{display:grid;gap:.22rem;margin:0;font-size:.8rem;font-weight:700;color:var(--ink-secondary);background:#f4faf8;border:1px solid var(--line-soft);border-radius:10px;padding:.4rem .52rem}.daily-activities-month-filter span{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#567970}.daily-activities-month-filter input{min-width:155px;background:#fff}.estimativas-status{font-size:.78rem;font-weight:800;border-radius:7px;padding:.24rem .56rem;display:inline-block}.estimativas-status--pending{background:var(--warn-100);color:var(--warn-700)}.estimativas-status--sent{background:#e6f4ef;color:#1b6b57}.estimativas-status--completed{background:#e5f3ff;color:#1f5f99}.estimativas-status--cancelled{background:#fdebec;color:#9d2f35}.estimativas-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.estimativas-sheet-import{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.65rem}.estimativas-sheet-import label{margin:0}.estimativas-modal-overlay{position:fixed;inset:0;background:#071a1680;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:120;box-sizing:border-box}.estimativas-modal{width:min(980px,100%);max-height:calc(100vh - 3rem);overflow-y:auto;background:#fff;border-radius:16px;border:1px solid var(--line-soft);box-shadow:0 22px 48px #08231e3d;padding:1rem;box-sizing:border-box}.estimativas-modal__header{position:sticky;top:0;z-index:2;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.8rem;padding:.1rem 0 .55rem;border-bottom:1px solid var(--line-soft)}.estimativas-modal__header h3,.estimativas-modal h4{margin:0;color:var(--ink-primary)}.estimativas-modal .estimativas-table table{table-layout:fixed}.estimativas-modal .estimativas-col-index{width:56px;text-align:center}.estimativas-modal .estimativas-col-detail{width:auto}.estimativas-modal .estimativas-col-hours{width:140px}.estimativas-modal .estimativas-col-actions{width:124px}.estimativas-modal .estimativas-input-detail{width:100%}.estimativas-modal .estimativas-input-hours{width:110px;max-width:100%}.user-admin-layout{grid-template-columns:minmax(320px,.95fr) minmax(560px,1.45fr);align-items:start}.user-admin-form{margin-top:.45rem}.user-admin-form__intro{margin:0}.user-admin-form__permissions{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:#f9fdfb;padding:.72rem .82rem}.user-admin-form__permissions-grid{margin-top:.5rem;display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:.46rem .72rem}.user-admin-form__permission-item{margin:0;font-weight:600;color:var(--ink-secondary)}.customer-hub{display:flex;flex-direction:column;gap:1rem}.rule-tool--workspace{min-height:0;overflow:visible}.rule-tool__workspace{display:grid;gap:1rem}.rule-tool__header-actions{flex-wrap:wrap}.rule-tool__controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem;align-items:end}.rule-tool__controls label,.rule-tool__import-action{display:flex;flex-direction:column;gap:.38rem}.rule-tool__controls input,.rule-tool__controls select{width:100%}.rule-tool__file-input input{padding:.55rem .75rem}.rule-tool__import-action{justify-content:end}.rule-tool__meta{margin-top:.9rem}.rule-tool__empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding:1.2rem;border:1px dashed #cfe0da;border-radius:14px;background:#fbfdfc}.rule-tool__empty-state h3{margin:0;color:var(--ink-primary)}.rule-tool__set-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.rule-tool__set-card{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #dbe5e2;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbfa)}.rule-tool__set-card--active{border-color:#72b8a4;box-shadow:0 0 0 1px #72b8a42e}.rule-tool__set-card h3{margin:0 0 .45rem}.rule-tool__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.rule-tool__toolbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.rule-tool__rules-card{display:flex;flex-direction:column;max-height:calc(100dvh - 340px);min-height:0;overflow:hidden}.rule-tool__sticky-toolbar{position:sticky;top:0;z-index:4;background:#fbfdfc;box-shadow:0 8px 18px #0f3a330f}.rule-tool__table-wrap{overflow:auto;flex:1 1 auto;min-height:0;max-height:100%}.rule-tool__table-wrap table{min-width:2200px}.rule-tool__table-wrap thead th{position:sticky;top:0;z-index:2;background:#f7fbfa;box-shadow:inset 0 -1px #dbe5e2}.rule-tool__sticky-head{min-width:140px}.rule-tool__th-label{font-weight:700;margin-bottom:.45rem}.rule-tool__sticky-col{position:sticky;left:0;z-index:3;background:#f7fbfa;box-shadow:1px 0 #dbe5e2,10px 0 16px #0f3a330d}.rule-tool__sticky-col-cell{background:#fff;z-index:1}.rule-tool__sticky-col-right{position:sticky;right:0;z-index:3;background:#f7fbfa;box-shadow:-1px 0 #dbe5e2,-10px 0 16px #0f3a330d}.rule-tool__sticky-col-right-cell{background:#fff;z-index:1}.rule-tool__table-wrap tbody tr:nth-child(2n) .rule-tool__sticky-col-cell{background:#fbfdfc}.rule-tool__table-wrap tbody tr:nth-child(2n) .rule-tool__sticky-col-right-cell{background:#fbfdfc}.rule-tool__column-filter{width:100%;min-width:110px;padding:.45rem .55rem;border:1px solid #d6e2df;border-radius:8px;background:#fff;color:var(--ink-secondary);font-size:.8rem}.rule-tool__column-filter:focus{outline:2px solid #9bd4c3;outline-offset:1px;border-color:#8bc8b6}.rule-tool__table-wrap td,.rule-tool__table-wrap th{white-space:nowrap;vertical-align:top}.rule-tool__table-wrap td:nth-child(1),.rule-tool__table-wrap td:nth-child(2),.rule-tool__table-wrap th:nth-child(1),.rule-tool__table-wrap th:nth-child(2){white-space:normal;min-width:220px}.rule-tool__modal{width:min(1120px,calc(100vw - 2rem))}.rule-tool__form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:72vh;overflow-y:auto;padding-right:.3rem}@media(max-width:900px){.rule-tool--workspace{min-height:auto;overflow:visible}.rule-tool__rules-card{min-height:auto;max-height:none;overflow:visible}.rule-tool__toolbar{flex-direction:column;align-items:stretch}.rule-tool__toolbar-actions{justify-content:space-between}.rule-tool__sticky-toolbar{top:auto}.rule-tool__table-wrap{max-height:60vh}.rule-tool__table-wrap thead th{top:0}}.ch-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0}.ch-dashboard-header h2{margin:0;font-size:2rem;line-height:1}.ch-dashboard-header .muted{margin-top:.42rem}.ch-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:900px){.ch-stats{grid-template-columns:repeat(2,1fr)}}.ch-stat-card{display:flex;flex-direction:column;gap:.22rem;box-shadow:none;border-color:#dbe4e2;padding:1.45rem 1.45rem 1.3rem}.ch-stat-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.ch-stat-card__icon{width:34px;height:34px;border-radius:11px;background:#e1e8e6;color:#2a6b5c;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ch-stat-card__icon svg{width:18px;height:18px}.ch-stat-card__label{margin:0;font-size:.84rem;font-weight:600;color:#5d756f}.ch-stat-card__value{margin:0;font-size:2.1rem;font-weight:800;color:#1d433c;line-height:1.1}.ch-stat-card__sub{margin:0}.ch-dashboard-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ch-chart-card{min-height:336px;box-shadow:none;border-color:#dbe4e2}.ch-status-chart-wrap{margin-top:.35rem;display:grid;place-items:center;gap:1.25rem}.ch-status-donut{width:155px;height:155px;border-radius:50%;display:grid;place-items:center}.ch-status-donut__hole{width:114px;height:114px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #e3ece8}.ch-status-legend{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap}.ch-status-legend-item{display:inline-flex;align-items:center;gap:.36rem;color:#2f4b45;font-size:.9rem}.ch-segment-chart{display:flex;flex-direction:column;gap:.84rem;margin-top:.35rem}.ch-segment-row{display:grid;grid-template-columns:minmax(86px,120px) 1fr;align-items:center;gap:.78rem}.ch-segment-label{font-size:.95rem;font-weight:700;color:#738983;text-transform:uppercase;line-height:1.05;word-break:break-word}.ch-segment-bar-track{position:relative;height:84px;border-radius:8px;border:1px dashed #d9e8e2;background-image:linear-gradient(to right,transparent 0,transparent 24.5%,rgba(150,174,167,.35) 24.5%,rgba(150,174,167,.35) 25%,transparent 25%,transparent 49.5%,rgba(150,174,167,.35) 49.5%,rgba(150,174,167,.35) 50%,transparent 50%,transparent 74.5%,rgba(150,174,167,.35) 74.5%,rgba(150,174,167,.35) 75%,transparent 75%,transparent 100%);overflow:hidden}.ch-segment-bar{height:100%;min-width:6%;background:#276954;border-radius:4px}.ch-segment-axis{display:grid;grid-template-columns:repeat(5,1fr);color:#7a8f89;font-size:.82rem;padding-left:96px}.ch-segment-axis span{text-align:center}.ch-segment-axis span:first-child{text-align:left}.ch-segment-axis span:last-child{text-align:right}.ch-status-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.ch-status-item{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:var(--ink-primary)}.ch-status-item strong{margin-left:auto}.ch-status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.ch-activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ch-activity-list li{display:flex;gap:.75rem;align-items:baseline;font-size:.9rem;border-bottom:1px solid var(--line-soft);padding-bottom:.5rem}.ch-recent-card h2{display:flex;align-items:center;gap:.5rem}.ch-recent-card{box-shadow:none;border-color:#dbe4e2}.ch-stat-card:hover,.ch-chart-card:hover,.ch-recent-card:hover{transform:none;box-shadow:none;border-color:#dbe4e2}.ch-recent-title-icon{color:#54766d;width:20px;height:20px;display:inline-flex}.ch-recent-title-icon svg{width:20px;height:20px}@media(max-width:1024px){.ch-dashboard-grid,.ch-segment-row{grid-template-columns:1fr}.ch-segment-bar-track{height:58px}.ch-segment-axis{padding-left:0}}@media(max-width:700px){.ch-dashboard-header{align-items:flex-start;flex-direction:column}.ch-dashboard-header h2{font-size:1.6rem}}.ch-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.ch-section-header h2{margin:0}.ch-header-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.ch-row-actions{display:flex;gap:.4rem;flex-wrap:wrap}.ch-action-btn{padding:.28rem .7rem;font-size:.8rem}.ch-action-btn--danger{color:var(--danger-700);border-color:#fecaca}.ch-action-btn--danger:hover{background:#fef2f2;border-color:var(--danger-700)}.ch-empty{text-align:center;padding:1.5rem;color:var(--ink-muted);font-style:italic}.ch-badge{display:inline-block;padding:.18rem .6rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.ch-badge--ativo{background:var(--brand-100);color:var(--brand-700)}.ch-badge--inativo{background:var(--warn-100);color:var(--warn-700)}.ch-badge--implantacao{background:#eff6ff;color:#1d4ed8}.ch-badge--tipo-gestao,.ch-badge--tipo-gestão{background:#ebf5f2;color:#2c675a;border:1px solid #cadfd8}.ch-badge--tipo-usuario,.ch-badge--tipo-usuário{background:#f1f5f9;color:#475569;border:1px solid #dbe5ef}.ch-badge--tipo-tecnico,.ch-badge--tipo-técnico{background:#faf5ff;color:#7c3aed;border:1px solid #eadcff}.ch-badge--tipo-comercial{background:#e8f6ef;color:#1f6f5d;border:1px solid #cce7dc}.ch-badge--tipo-servicos{background:#edf4ff;color:#2f5594;border:1px solid #d6e4ff}.ch-badge--tipo-outros{background:#f4f4f5;color:#52525b;border:1px solid #e4e4e7}.ch-org-badges{display:flex;flex-wrap:wrap;gap:.35rem}.ch-badge--org{background:#f3f8f7;color:#2e5f53;border:1px solid #d0e1db}.ch-org-select-field{display:flex;flex-direction:column;gap:.42rem}.ch-org-select{position:relative}.ch-org-select__trigger{width:100%;min-height:44px;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:#fff;color:var(--ink-secondary);display:flex;align-items:center;justify-content:space-between;padding:.58rem .88rem;font-size:.9rem;cursor:pointer}.ch-org-select__trigger:hover{border-color:var(--line-strong)}.ch-org-select__trigger:focus-visible{outline:2px solid #9bd4c3;outline-offset:2px}.ch-org-select__caret{font-size:.88rem;color:var(--ink-muted)}.ch-org-select__dropdown{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow-y:auto;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:#fff;box-shadow:0 10px 24px #0f172a24;padding:.45rem;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:.35rem .6rem}.ch-org-select__item{margin:0;font-weight:600;color:var(--ink-secondary)}.ch-filter-select{max-width:260px}.ch-contacts-card{padding:1rem}.ch-contacts-toolbar,.ch-table-toolbar{border:1px solid #dbe5e2;border-radius:12px;padding:.85rem;display:grid;grid-template-columns:1fr 220px;gap:.75rem;margin-bottom:1rem;background:#fbfdfc}.ch-table-toolbar--single{grid-template-columns:1fr}.rubrica-compare-toolbar{grid-template-columns:minmax(280px,1fr) minmax(280px,1fr) auto;align-items:end}.rubrica-compare-toolbar .file-input{width:100%;min-height:42px;box-sizing:border-box}.rubrica-compare-toolbar .button-primary{min-height:42px;align-self:end}.ch-contacts-search,.ch-table-search{position:relative;display:block}.ch-contacts-search__icon,.ch-table-search__icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#7a918b;width:18px;height:18px;pointer-events:none}.ch-contacts-search__icon svg{width:18px;height:18px}.ch-table-search__icon svg{width:18px;height:18px}.ch-contacts-search input,.ch-table-search input{padding-left:2rem!important}.ch-contacts-table table{font-size:.88rem}.ch-table-theme{border-color:#dbe5e2;border-radius:12px;background:#fff}.ch-table-theme table{font-size:.88rem;color:#1f443c}.ch-table-theme th,.ch-table-theme td{padding:.62rem .78rem;border-bottom:1px solid #e3ece8}.ch-table-theme th{background:#f2f8f5;color:#20453d;font-weight:800}.ch-table-theme tbody tr:nth-child(2n){background:#fbfdfc}.ch-table-theme tbody tr:hover{background:#eef7f4}.ch-client-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;background:#e4efeb;color:#2f6559;font-weight:700;font-size:.8rem}.ch-contact-stacked{display:flex;flex-direction:column;gap:.18rem}.ch-contact-line{display:inline-flex;align-items:center;gap:.28rem}.ch-contact-line__icon{width:13px;height:13px;color:#8ca19b;display:inline-flex}.ch-contact-line__icon svg{width:13px;height:13px}.ch-row-actions--icons{gap:.25rem;flex-wrap:nowrap;align-items:center}.ch-icon-action{all:unset;box-sizing:border-box;width:30px;height:30px;padding:0;border:1px solid #c8ddd7;border-radius:7px;background:#f0f7f5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.ch-icon-action svg{width:15px;height:15px;display:block;stroke:#315f53;fill:none}.ch-icon-action:hover{background:#d6ede7;border-color:#a5c8be;transform:none;box-shadow:none}.ch-icon-action--danger{color:#c0392b;background:#fdf0f0;border-color:#f0c0be}.ch-icon-action--danger svg{stroke:#c0392b}.ch-icon-action--danger:hover{background:#fbd9d7;border-color:#e09090}@media(max-width:900px){.ch-contacts-toolbar,.ch-table-toolbar{grid-template-columns:1fr}.rubrica-compare-toolbar .button-primary{width:100%}.ch-filter-select{max-width:none}}.ch-modal-overlay{position:fixed;inset:0;background:#071a1680;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:120;box-sizing:border-box}.ch-modal{width:min(560px,100%);max-height:calc(100vh - 3rem);overflow-y:auto;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--line-soft);box-shadow:0 22px 48px #08231e3d;padding:1.5rem;box-sizing:border-box}.ch-client-modal{width:min(548px,100%);border-radius:12px;padding:1.45rem 1.5rem 1.35rem}.ch-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.ch-modal-close{border:none;background:transparent;color:#5f7570;font-size:1.35rem;line-height:1;padding:0;width:28px;height:28px;cursor:pointer;border-radius:6px}.ch-modal-close:hover{background:#edf3f1;color:#244a42}.ch-modal h2{margin:0 0 1rem;color:var(--ink-primary)}.ch-client-modal h2{margin:0;font-size:2rem;font-weight:800}.ch-form{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin-bottom:1rem}.ch-client-form{gap:1rem 1rem;margin-bottom:1.15rem}.ch-client-form label{font-size:1rem;font-weight:600;color:#233f39}.ch-client-form input,.ch-client-form select{height:40px;padding:.52rem .75rem;border-color:#c8d8d3;background:#fff;font-size:.95rem}.ch-client-form input::placeholder{color:#8aa09b}.ch-client-form .ch-input-error{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261f}.ch-field-error{margin-top:.15rem;font-size:.82rem;color:#b91c1c;font-weight:600}.ch-form__full{grid-column:1 / -1}.ch-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--line-soft)}.ch-client-modal .ch-modal-actions{margin-top:0;padding-top:0;border-top:none;gap:.7rem}.ch-client-modal .ch-modal-actions .button-secondary,.ch-client-modal .ch-modal-actions .button-primary{min-width:94px;height:40px;border-radius:11px;font-size:1rem;font-weight:700}.ch-ticket-detail-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a94;box-sizing:border-box}.ch-ticket-detail-modal{width:min(1440px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;margin:0;padding:1.2rem;border-radius:18px;background:linear-gradient(180deg,#f6f9fcfa,#fffffffa 22%),#fff}.ch-ticket-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #dbe6ee}.ch-ticket-detail-header h3{margin:0;color:#243746}.ch-ticket-detail-header p{margin:.35rem 0 0;max-width:62rem}.ch-ticket-detail-header__actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.ch-ticket-detail-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,.84fr);gap:1.1rem;align-items:start}.ch-ticket-detail-main,.ch-ticket-detail-sidebar{display:flex;flex-direction:column;gap:1rem}.ch-ticket-detail-state{padding:1.5rem .5rem .3rem}.ch-ticket-entry,.ch-ticket-detail-card{border:1px solid #d8e1ea;border-radius:14px;background:#fff;box-shadow:0 10px 28px #0f172a0f}.ch-ticket-entry{display:grid;grid-template-columns:56px minmax(0,1fr);gap:.95rem;padding:1rem}.ch-ticket-entry__avatar{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;font-size:1.2rem;font-weight:800;color:#35526b;background:linear-gradient(135deg,#edf4fa,#dce7f1);border:1px solid #c9d7e3}.ch-ticket-entry__content{min-width:0}.ch-ticket-entry__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.ch-ticket-entry__meta strong{display:block;color:#1f2d3a}.ch-ticket-entry__meta span,.ch-ticket-entry__meta time{color:#6a7c8f;font-size:.92rem}.ch-ticket-entry__message{color:#22323f;line-height:1.58;overflow-wrap:anywhere}.ch-ticket-entry__message p,.ch-ticket-entry__message ul,.ch-ticket-entry__message ol,.ch-ticket-entry__message table,.ch-ticket-entry__message blockquote{margin:0 0 .85rem}.ch-ticket-entry__message table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.ch-ticket-entry__message td,.ch-ticket-entry__message th{border:1px solid #d7e2ea;padding:.55rem .7rem;text-align:left;background:#fff}.ch-ticket-entry__message img{max-width:100%;height:auto;border-radius:10px;border:1px solid #d8e1ea}.ch-ticket-entry__attachments{margin-top:1rem;padding-top:.9rem;border-top:1px solid #e5edf3}.ch-ticket-entry__attachments h4,.ch-ticket-detail-card__header h4,.ch-ticket-detail-field-group h5{margin:0}.ch-ticket-detail-card{padding:1rem}.ch-ticket-detail-card__header{margin-bottom:.9rem;padding-bottom:.7rem;border-bottom:1px solid #e7eef4}.ch-ticket-detail-facts{display:grid;gap:.75rem;margin:0}.ch-ticket-detail-facts div{display:grid;gap:.2rem}.ch-ticket-detail-facts dt{font-size:.82rem;font-weight:700;color:#6c8195;text-transform:uppercase;letter-spacing:.04em}.ch-ticket-detail-facts dd{margin:0;color:#22323f;line-height:1.45}.ch-ticket-detail-note{margin-top:1rem;padding:.8rem .9rem;border-radius:12px;background:#f6f9fc;border:1px solid #dce6ef}.ch-ticket-detail-note strong{display:block;margin-bottom:.35rem}.ch-ticket-detail-note p{margin:0;color:#314657}.ch-ticket-reply-composer{display:grid;gap:.8rem}.ch-ticket-reply-actions{display:flex;align-items:center;justify-content:space-between;gap:.65rem;flex-wrap:wrap}.ch-ticket-attach-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ch-ticket-reply-files{margin:0;padding:0;list-style:none;display:grid;gap:.45rem}.ch-ticket-reply-files li{border:1px solid #dbe6ee;border-radius:10px;padding:.45rem .6rem;background:#f8fbff;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.ch-ticket-reply-files span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#243746}.ch-ticket-file-remove{all:unset;color:#8b1f1f;font-size:.83rem;font-weight:700;cursor:pointer;flex-shrink:0}.ch-ticket-file-remove:hover{text-decoration:underline}.ch-ticket-detail-attachments{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.ch-ticket-detail-attachments li{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;padding-bottom:.7rem;border-bottom:1px solid #edf2f7}.ch-ticket-detail-attachments li:last-child{padding-bottom:0;border-bottom:none}.ch-ticket-detail-attachments a{color:#0f5b99;text-decoration:none;overflow-wrap:anywhere}.ch-ticket-detail-attachments a:hover{text-decoration:underline}.ch-ticket-detail-attachments span{flex-shrink:0;color:#6c8195;font-size:.88rem}.ch-ticket-status-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.ch-ticket-status-list li{padding:.85rem .95rem;border-radius:12px;background:#f7fafc;border:1px solid #dce6ef}.ch-ticket-status-list li div{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.35rem}.ch-ticket-status-list li span,.ch-ticket-status-list li p{color:#55697d}.ch-ticket-status-list li p{margin:0;line-height:1.45}.ch-ticket-detail-fields-list{display:grid;gap:.7rem;margin:0}.ch-ticket-detail-fields-list div{padding-bottom:.65rem;border-bottom:1px solid #edf2f7}.ch-ticket-detail-fields-list div:last-child{padding-bottom:0;border-bottom:none}.ch-ticket-detail-fields-list dt{margin:0 0 .2rem;font-size:.82rem;font-weight:700;color:#6c8195}.ch-ticket-detail-fields-list dd{margin:0;color:#22323f}.ch-ticket-detail-field-group+.ch-ticket-detail-field-group{margin-top:1rem}.ch-ticket-detail-field-group h5{margin-bottom:.6rem;color:#233746}.ch-ticket-detail__empty{margin:0}.ch-ticket-detail-raw summary{cursor:pointer;font-weight:700;color:#29465d}.ch-ticket-detail-raw pre{margin:.8rem 0 0;padding:.9rem;border-radius:12px;background:#0f172a;color:#e2e8f0;overflow-x:auto;font-size:.83rem}@media(min-width:1600px){.app{padding-left:2.4rem;padding-right:2.4rem}.ranking-layout{grid-template-columns:minmax(300px,.7fr) minmax(920px,1.95fr);gap:1.1rem}}@media(max-width:1220px){.ranking-layout,.page-process,.data-compare-layout{grid-template-columns:1fr}.data-compare-mapping-row{grid-template-columns:1fr;gap:.5rem}.data-compare-mapping-arrow{display:none}}@media(max-width:1024px){.layout{flex-direction:column}.ch-ticket-detail-layout{grid-template-columns:1fr}.ch-ticket-detail-header,.ch-ticket-entry__meta,.ch-ticket-status-list li div{flex-direction:column;align-items:flex-start}.ch-ticket-detail-header__actions{width:100%;justify-content:flex-start}.sidebar{position:sticky;width:100%;height:auto;max-height:none;padding:1rem;z-index:30}@media(max-width:720px){.ch-ticket-detail-overlay{padding:.4rem}.ch-ticket-detail-modal{max-height:calc(100vh - .8rem);padding:.85rem}.ch-ticket-entry{grid-template-columns:1fr}.ch-ticket-entry__avatar{width:44px;height:44px;font-size:1rem}.ch-ticket-detail-header__actions .button-secondary{flex:1 1 120px}.ch-ticket-detail-attachments li{flex-direction:column;align-items:flex-start}}.sidebar__header{padding-bottom:.7rem}.sidebar__logo{width:150px;margin-top:-1.5rem}.app{margin-left:0;padding:1rem}.grid{grid-template-columns:1fr}}@media(max-width:640px){.app__header{flex-direction:column;align-items:stretch}.estimativas-form,.estimativas-filters,.estimativas-sheet-import{grid-template-columns:1fr}.daily-activities-controls{margin-left:0;width:100%;justify-content:flex-start}.user-admin-form__permissions-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.page-transition{animation:none}}.rich-editor{border:1px solid var(--line-strong);border-radius:6px;background:var(--bg-surface);overflow:hidden;font-size:.92rem}.rich-editor--disabled{background:var(--bg-soft);opacity:.75}.rich-editor__toolbar{display:flex;align-items:center;gap:2px;padding:4px 6px;border-bottom:1px solid var(--line-soft);background:var(--bg-soft);flex-wrap:wrap}.rich-editor__btn{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 4px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--ink-secondary);cursor:pointer;font-size:.85rem;transition:background .15s,border-color .15s}.rich-editor__btn:hover{background:var(--line-soft);border-color:var(--line-strong)}.rich-editor__btn--active{background:var(--brand-900);color:#fff;border-color:var(--brand-900)}.rich-editor__separator{width:1px;height:18px;background:var(--line-strong);margin:0 4px}.rich-editor__content{padding:8px 10px;outline:none;min-height:inherit}.rich-editor__content .tiptap{outline:none;min-height:inherit;color:var(--ink-primary);line-height:1.55}.rich-editor__content .tiptap p{margin:0 0 .4em}.rich-editor__content .tiptap p:last-child{margin-bottom:0}.rich-editor__content .tiptap ul,.rich-editor__content .tiptap ol{padding-left:1.4em;margin:.3em 0}.rich-editor__content .tiptap img{max-width:100%;height:auto;border-radius:4px;margin:4px 0;display:block}.rich-editor__content .tiptap pre{background:var(--bg-soft);border:1px solid var(--line-soft);border-radius:4px;padding:8px 10px;font-size:.85em;overflow-x:auto}.rich-editor__content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--ink-muted);pointer-events:none;float:left;height:0}.rich-preview{max-width:320px;max-height:80px;overflow:hidden;font-size:.85rem;line-height:1.4;color:var(--ink-secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.rich-preview img{display:none}.rich-preview p{margin:0}
