:root{--accent: #ff825d;--accent-dk: #e05a34;--accent-lt: #fff0ec;--accent-pale: #fff8f5;--ink: #373737;--muted: #8898aa;--line: #e9ecef;--paper: #f8f9fe;--ok: #2dce89;--err: #f5365c}*{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--paper);color:var(--ink)}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit;color:var(--ink)}.logo{height:26px;width:auto;display:block}.lg-wrap{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.lg-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 32px;width:100%;max-width:380px;-webkit-box-shadow:0 12px 40px rgba(55,55,55,.08);box-shadow:0 12px 40px #37373714}.lg-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:22px}.lg-sub{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:700}.lg-label{display:block;font-size:12px;font-weight:700;color:#6b7280;margin:12px 0 5px}.fld{width:100%;min-height:44px;border:1.5px solid var(--line);border-radius:11px;padding:9px 12px;font-size:14px;background:#fff}.fld:focus,select.fld:focus{outline:none;border-color:var(--accent)}.lg-btn{width:100%;min-height:46px;margin-top:18px;border:none;border-radius:11px;background:var(--accent);color:#fff;font-weight:700;font-size:14.5px}.lg-btn:hover:not(:disabled){background:var(--accent-dk)}.lg-btn:disabled{opacity:.5}.lg-err{color:var(--err);font-size:13px;margin-top:12px;min-height:18px}.sh{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh}.side{width:236px;-ms-flex-negative:0;flex-shrink:0;background:#fff;border-right:1px solid var(--line);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:22px 14px}.brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:4px 10px 20px}.brand-sub{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:800;margin-left:2px}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.nav a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;color:#5a6474;font-size:13.5px;font-weight:600;text-decoration:none}.nav a svg{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0}.nav a:hover{background:var(--accent-pale);color:var(--ink)}.nav a.router-link-active{background:var(--accent-lt);color:var(--accent-dk)}.who{margin-top:auto;font-size:12px;color:var(--muted);padding:14px 12px 4px;border-top:1px solid var(--line)}.logout{background:none;border:none;color:var(--accent);font-weight:700;font-size:12.5px;padding:8px 12px 0;text-align:left}.main{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:28px 34px 60px;overflow-y:auto;max-width:1320px}.tabs{gap:2px}.tab{border-radius:8px 8px 0 0}.tab:hover{color:var(--ink);background:var(--accent-pale)}.h1{font-size:22px;font-weight:800;margin:0}.sub{font-size:13.5px;color:#6b7280;margin:6px 0 18px;line-height:1.5}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:14px;max-width:760px}.add{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.add .fld{-webkit-box-flex:1;-ms-flex:1;flex:1}.btn{border:none;background:var(--accent);color:#fff;font-weight:700;font-size:13.5px;padding:0 18px;border-radius:10px;white-space:nowrap;min-height:44px}.btn:hover:not(:disabled){background:var(--accent-dk)}.btn:disabled{opacity:.5}.nota{font-size:13.5px;color:var(--muted);margin:4px 2px}ul.lst{list-style:none;margin:0;padding:0}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:12px 6px;border-bottom:1px solid #f1f3f6}.row:last-child{border-bottom:none}.email{font-weight:700;font-size:14px}.name{font-size:12.5px;color:var(--muted)}.tag{font-size:11.5px;font-weight:700;color:var(--ok);background:#e6faf1;padding:4px 10px;border-radius:8px}.rm{border:1px solid #fbd5dd;background:#fff;color:var(--err);font-weight:700;font-size:12.5px;padding:6px 12px;border-radius:8px}.rm:hover:not(:disabled){background:#fdeef1}.rm:disabled{opacity:.5}.page-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-ghost{background:#fff;border:1.5px solid var(--line);color:#5a6474;font-weight:700;font-size:13px;padding:9px 14px;border-radius:10px}.btn-ghost:hover{background:var(--paper)}.link-back{background:none;border:none;color:var(--accent);font-weight:700;font-size:13px;padding:0;margin-bottom:10px}.search{width:100%;max-width:360px;min-height:42px;border:1.5px solid var(--line);border-radius:11px;padding:8px 12px;font-size:14px;margin-bottom:14px;background:#fff}table.tbl{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}table.tbl th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:12px 14px;border-bottom:1px solid var(--line);background:#fbfcfe}table.tbl td{padding:12px 14px;border-bottom:1px solid #f1f3f6;font-size:13.5px}table.tbl tr:last-child td{border-bottom:none}table.tbl tr.clik{cursor:pointer}table.tbl tr.clik:hover td{background:var(--accent-pale)}.pill{display:inline-block;font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:7px}.pill.zs{background:#e7eefb;color:#2f6bd8}.pill.wr{background:var(--accent-lt);color:var(--accent-dk)}.pill.np{background:#eef0f3;color:#6b7280}.pill.ok{background:#e6faf1;color:#1d7a58}.pill.bad{background:#fdeef1;color:var(--err)}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;border-bottom:1px solid var(--line);margin:6px 0 18px;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab{border:none;background:none;padding:10px 14px;font-size:13.5px;font-weight:700;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent}.tab.on{color:var(--accent);border-bottom-color:var(--accent)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:12px}.field>label{font-size:12px;font-weight:700;color:#6b7280;margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.field .fld,select.fld{min-height:42px}.actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.msg-ok{color:var(--ok);font-size:13px;font-weight:700}.rest-item{border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:12px}.rest-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-bottom:8px}.rest-nome{font-weight:800;font-size:14.5px}.hint{font-size:12.5px;color:var(--muted)}.info-ic{width:15px;height:15px;vertical-align:middle;color:var(--muted);cursor:help}.big-num{font-size:30px;font-weight:800;color:var(--ink)}.stat{display:-webkit-box;display:-ms-flexbox;display:flex;gap:26px;margin:6px 0 16px}.stat>div{text-align:center}.stat .lbl{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.geral-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.9fr);gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.bloco{margin-bottom:24px}.bloco-t{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 10px}.bloco-sub{text-transform:none;letter-spacing:0;font-weight:600;color:#b3bcc6;margin-left:6px}.bloco .card{max-width:none;margin-bottom:0}.resumo-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:22px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 22px;margin-bottom:22px;-ms-flex-wrap:wrap;flex-wrap:wrap}.resumo-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px}.resumo-lbl{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.resumo-val{font-size:22px;font-weight:800;line-height:1.1}.resumo-val.sm{font-size:15px;font-weight:700}.resumo-val.alerta{color:#d97706}.resumo-sep{width:1px;-ms-flex-item-align:stretch;align-self:stretch;background:var(--line)}.resumo-alerta{margin-left:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;background:#fff7ed;color:#b45309;border:1px solid #fed7aa;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:700}.resumo-alerta svg{width:15px;height:15px}.checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 15px;-webkit-transition:-webkit-box-shadow .15s;transition:-webkit-box-shadow .15s;transition:box-shadow .15s;transition:box-shadow .15s,-webkit-box-shadow .15s}.check:hover{-webkit-box-shadow:0 2px 10px rgba(55,55,55,.06);box-shadow:0 2px 10px #3737370f}.check.erro{border-color:#fecaca;background:#fffbfb}.check.aviso{border-color:#fed7aa;background:#fffcf7}.check-ic{width:34px;height:34px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#eef0f3;color:#8a94a0}.check-ic svg{width:17px;height:17px}.check-ic.ok{background:#e6faf1;color:#1d9e75}.check-ic.aviso{background:#fff3e6;color:#d97706}.check-ic.erro{background:#fdeef1;color:var(--err)}.check-body{min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.check-label{font-weight:800;font-size:13.5px;line-height:1.2}.check-det{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.4}.check-cta{background:none;border:none;color:var(--accent);font-weight:700;font-size:12px;white-space:nowrap;padding:4px 0 4px 6px;-ms-flex-negative:0;flex-shrink:0}.check-cta:hover{color:var(--accent-dk)}.medidor{margin-bottom:15px}.medidor:last-child{margin-bottom:0}.medidor-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:6px}.medidor-lbl{font-size:13px;font-weight:700}.medidor-num strong{font-size:15px;font-weight:800}.medidor-num strong.ok{color:var(--ink)}.medidor-num strong.warn{color:#d97706}.medidor-num strong.bad{color:var(--err)}.barra{height:7px;background:#eef0f3;border-radius:6px;overflow:hidden}.barra-fill{height:100%;border-radius:6px;-webkit-transition:width .4s ease;transition:width .4s ease}.barra-fill.ok{background:var(--ok)}.barra-fill.warn{background:#f59e0b}.barra-fill.bad{background:var(--err)}.kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}.kpi{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 10px;text-align:center}.kpi-n{font-size:23px;font-weight:800;line-height:1.05;letter-spacing:-.5px}.kpi-n.up{color:var(--ok)}.kpi .lbl{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:4px;font-weight:700}.linha-tempo{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:12px;font-size:12.5px;color:var(--muted)}.linha-tempo strong{color:var(--ink);font-weight:700}.contrato{position:sticky;top:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;-webkit-box-shadow:0 2px 14px rgba(55,55,55,.05);box-shadow:0 2px 14px #3737370d}.contrato-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.contrato-t{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.contrato-edit{background:none;border:none;color:var(--accent);font-weight:700;font-size:12.5px;padding:0}.contrato-preco{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:4px}.contrato-valor{font-size:38px;font-weight:800;letter-spacing:-1.5px;line-height:1}.contrato-mes{font-size:15px;color:var(--muted);font-weight:600}.contrato .pill{margin-top:10px}.contrato-linhas{list-style:none;margin:18px 0 0;padding:16px 0 0;border-top:1px solid var(--line)}.contrato-linhas li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;font-size:13.5px;padding:7px 0}.contrato-linhas li.vazio{color:var(--muted);font-style:italic;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.contrato-v{font-weight:700;white-space:nowrap}.contrato-form{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.contrato-form .grid2{grid-template-columns:1fr;gap:0}.contrato-form .field{margin-bottom:14px}.contrato-accoes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:4px}.contrato-accoes .btn,.contrato-accoes .btn-ghost{-webkit-box-flex:1;-ms-flex:1;flex:1}.link-sub{display:block;width:100%;background:none;border:none;color:var(--muted);font-size:12px;text-align:center;margin-top:10px;text-decoration:underline}.link-sub:hover{color:var(--accent)}@media (max-width: 1100px){.geral-grid{grid-template-columns:1fr}.contrato{position:static}}.danger-zone{border-color:#fbd5dd;background:#fff9fa;margin-top:26px}.btn-danger{border:none;background:var(--err);color:#fff;font-weight:700;font-size:13.5px;padding:0 18px;border-radius:10px;min-height:44px}.btn-danger:hover:not(:disabled){background:#d92a4f}.btn-danger:disabled{opacity:.45;cursor:not-allowed}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#37373773;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:24px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.2);box-shadow:0 20px 60px #0003}.modal-title{margin:0 0 8px;font-size:18px;font-weight:800}.modal-foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:8px;margin-top:18px}.preview{list-style:none;margin:8px 0 14px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 14px}.preview li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:8px;font-size:13.5px}.preview-n{font-weight:800;min-width:44px;text-align:right;color:var(--err)}.chk{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;font-size:13.5px;cursor:pointer;margin-top:6px}.chk input{margin-top:3px}.msg-err{color:var(--err);font-size:13px;font-weight:700}.aviso-dupla{background:#fff4e5;border:1px solid #ffd9a8;color:#8a5a00;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.5;margin-bottom:8px}.pend{border:1px solid #ffd9a8;background:#fff8ee;border-radius:12px;padding:12px 14px}.pend-title{font-weight:800;color:#8a5a00;margin-bottom:4px}.notif{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid #f1f3f6}.notif:last-of-type{border-bottom:none}.notif-label{font-weight:700;min-width:110px}.seg{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:#eef0f3;border-radius:9px;padding:3px}.seg-btn{border:none;background:transparent;padding:6px 12px;border-radius:7px;font-size:12.5px;font-weight:600;color:#6b7280}.seg-btn.on{background:#fff;color:var(--accent-dk);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:0 1px 3px #0000001f}.notif-tpl{max-width:300px;min-height:38px}.notif{display:block}.notif-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.notif-tpl:disabled{background:#f1f3f6;color:#9aa3ae;cursor:not-allowed}.notif-opcional{font-size:11.5px;color:var(--muted);font-style:italic}.code{background:#f1f3f6;padding:2px 7px;border-radius:6px;font-size:12.5px}.re-root{margin-top:10px;border-top:1px dashed var(--line);padding-top:10px}.re-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.re-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.re-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;background:var(--accent);color:#fff;border-radius:9px;font-size:10.5px;font-weight:800}.re-add{background:none;border:1.5px dashed var(--line);border-radius:8px;padding:5px 10px;font-size:12px;font-weight:700;color:var(--accent)}.re-add:hover{border-color:var(--accent);background:var(--accent-pale)}.re-hint{font-size:11.5px;color:var(--muted);margin:6px 0}.re-hint-info{font-size:11.5px;color:#6b7280;background:var(--accent-pale);border:1px solid var(--accent-lt);border-radius:8px;padding:8px 10px;line-height:1.5;margin:6px 0}.re-hint-info strong{color:var(--accent-dk)}.re-list{list-style:none;margin:0;padding:0}.re-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid #f4f1ee}.re-item.off{opacity:.5}.re-item-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12.5px}.re-prio{background:#eef0f3;color:#6b7280;font-weight:700;font-size:11px;border-radius:5px;padding:1px 6px}.re-arrow{color:var(--muted)}.re-tpl{font-weight:700;color:var(--accent-dk)}.re-link{background:none;border:none;color:var(--accent);font-size:12px;font-weight:700;padding:2px 5px}.re-link.danger{color:var(--err)}.re-label{display:block;font-size:12px;font-weight:700;color:#6b7280;margin:12px 0 5px}.re-cond{display:grid;grid-template-columns:1.3fr 1fr 1.2fr auto;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.re-cond .fld{min-height:38px}.re-x{background:#fdeef1;border:none;color:var(--err);width:34px;height:34px;border-radius:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.re-x svg{width:14px;height:14px}textarea.fld{min-height:90px;resize:vertical}@media (max-width: 640px){.re-cond{grid-template-columns:1fr}}@media (max-width: 720px){.sh{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side{width:100%}}@media (max-width: 640px){.grid2,.preview{grid-template-columns:1fr}}
