#trc-root *{box-sizing:border-box}
#trc-root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#1b1f24;line-height:1.5;font-size:14px}
#trc-root .trc-wrap{max-width:1000px;margin:0 auto;padding:8px 0 16px}
#trc-root .trc-card{background:#fff;border:1px solid #e3e6ea;border-radius:12px;padding:20px;margin-bottom:16px}
#trc-root .trc-step{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;margin-bottom:14px;color:#1b1f24}
#trc-root .trc-num{width:26px;height:26px;border-radius:50%;background:#1f3864;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;flex:none}
#trc-root .trc-optnote{font-size:12px;color:#5b6470;font-weight:400;margin-left:auto}
#trc-root .trc-opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}
#trc-root .trc-opt{border:2px solid #e3e6ea;border-radius:10px;padding:12px 14px;cursor:pointer;background:#fff;transition:.12s;font-size:14px}
#trc-root .trc-opt:hover{border-color:#b9c2cc}
#trc-root .trc-opt.trc-on{border-color:#1f3864;background:#f0f4fb}
#trc-root .trc-opt b{display:block;font-size:14px;margin-bottom:2px}
#trc-root .trc-opt span{font-size:12px;color:#5b6470}
#trc-root .trc-row{display:flex;gap:14px;flex-wrap:wrap;align-items:flex-end}
#trc-root .trc-lbl{font-size:13px;color:#3c4551;display:block;margin-bottom:5px;font-weight:600}
#trc-root .trc-inp{width:150px;padding:10px 12px;border:2px solid #e3e6ea;border-radius:8px;font-size:16px;font-family:inherit;background:#fff;color:#1b1f24;height:auto;margin:0}
#trc-root .trc-inp:focus{outline:none;border-color:#1f3864;box-shadow:none}
#trc-root .trc-chk{display:flex;align-items:flex-start;gap:9px;font-size:14px;cursor:pointer;padding:7px 0;font-weight:400;margin:0}
#trc-root .trc-chk input{width:18px;height:18px;margin:2px 0 0;flex:none}
#trc-root .trc-chk small{display:block;color:#5b6470;font-size:12px}
#trc-root .trc-chk.trc-lock{opacity:.75;cursor:not-allowed}
#trc-root .trc-sys{border:2px solid #e3e6ea;border-radius:12px;padding:16px;margin-bottom:12px;background:#fff;position:relative}
#trc-root .trc-sys.trc-rec{border-color:#1f3864;box-shadow:0 2px 12px rgba(31,56,100,.10)}
#trc-root .trc-sys.trc-alt{background:#fbfcfd;border-style:dashed}
#trc-root .trc-badge{position:absolute;top:-11px;left:16px;background:#1f3864;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.3px}
#trc-root .trc-sysh{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px}
#trc-root .trc-sysn{font-weight:700;font-size:16px}
#trc-root .trc-sysline{font-size:12px;color:#5b6470;font-weight:400}
#trc-root .trc-tags{margin-top:5px}
#trc-root .trc-tag{display:inline-block;font-size:11px;background:#eef1f5;color:#3c4551;border-radius:20px;padding:2px 9px;margin:2px 4px 0 0}
#trc-root .trc-tag.trc-g{background:#eaf5ec;color:#1d6b33}
#trc-root .trc-tag.trc-m{background:#fdecec;color:#8f2020}
#trc-root .trc-price{font-size:22px;font-weight:800;color:#1f3864;white-space:nowrap}
#trc-root .trc-was{font-size:13px;color:#8b95a1;text-decoration:line-through;margin-right:8px;font-weight:400}
#trc-root table.trc-t{width:100%;border-collapse:collapse;font-size:13px;margin:6px 0 0;background:none;border:0}
#trc-root table.trc-t td{padding:6px 0;border:0;border-bottom:1px solid #f0f2f5;background:none}
#trc-root table.trc-t td:last-child{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
#trc-root table.trc-t td.trc-q{color:#5b6470;width:62px;text-align:right}
#trc-root .trc-save{background:#eaf5ec;border:1px solid #cfe6d4;color:#1d6b33;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;margin-top:10px}
#trc-root .trc-note{background:#fff8e6;border:1px solid #f2e2b3;border-radius:8px;padding:12px;font-size:13px;color:#6b5615;margin-bottom:12px}
#trc-root .trc-note.trc-warn{background:#fdecec;border-color:#f5c2c2;color:#8f2020}
#trc-root .trc-hdr2{font-size:13px;font-weight:700;color:#5b6470;text-transform:uppercase;letter-spacing:.4px;margin:20px 0 10px}
#trc-root .trc-foot{font-size:12px;color:#7a838f;margin-top:14px;line-height:1.7}
#trc-root .trc-act{margin-top:12px}
#trc-root button.trc-cos{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;padding:13px 18px;border:2px solid #1f3864;border-radius:10px;background:#fff;color:#1f3864;font-family:inherit;font-size:15px;font-weight:700;line-height:1.25;cursor:pointer;transition:.12s;text-transform:none;letter-spacing:0;height:auto;margin:0}
#trc-root button.trc-cos span{font-size:12px;font-weight:400;opacity:.8}
#trc-root button.trc-cos:hover{background:#f0f4fb}
#trc-root button.trc-cos.trc-cos-rec{background:#1f3864;color:#fff}
#trc-root button.trc-cos.trc-cos-rec:hover{background:#16294a}
#trc-root button.trc-cos[disabled]{opacity:.6;cursor:default}
#trc-root .trc-actnote{font-size:11px;color:#8b95a1;text-align:center;margin-top:6px}
#trc-root .trc-hidden{display:none}#trc-root .trc-asteapta{opacity:.55;transition:opacity .15s}
#trc-root .trc-note.trc-warn{border-left:3px solid #c0392b;padding-left:10px}
