.tcph-scope{--navy:#0b1f3a;--blue:#175cd3;--blue2:#2e90fa;--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f8fafc;--green:#067647;--greenbg:#ecfdf3;--red:#b42318;--amber:#b54708;--white:#fff;--shadow:0 18px 50px rgba(16,24,40,.12)}.tcph-scope,.tcph-scope *{box-sizing:border-box}html{scroll-behavior:smooth}.tcph-scope{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);background:#f2f4f7;line-height:1.45}.tcph-scope button,.tcph-scope input{font:inherit}.tcph-scope .hero{background:linear-gradient(130deg,#081a31,#123f79);color:#fff;padding:28px 18px 70px;position:relative;overflow:hidden;min-height:0;display:block;align-items:normal;gap:0;max-width:none;margin:0}.tcph-scope .hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(46,144,250,.18);right:-150px;top:-210px}.tcph-scope .hero-inner,.tcph-scope .app{max-width:1180px;margin:auto}.tcph-scope .brand{display:flex;gap:14px;align-items:center;position:relative;z-index:1}.tcph-scope .logo{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.13);display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);font-weight:800}.tcph-scope .hero h1{margin:0;font-size:clamp(22px,4vw,34px);color:#fff}.tcph-scope .hero p{margin:7px 0 0;color:#d1e9ff;max-width:720px}.tcph-scope .hero-actions{margin-left:auto}.tcph-scope .btn{border:0;border-radius:11px;padding:11px 15px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.tcph-scope .btn-primary{background:var(--blue);color:#fff}.tcph-scope .btn-dark{background:var(--navy);color:#fff}.tcph-scope .btn-light{background:#fff;color:var(--blue)}.tcph-scope .btn-ghost{background:#f2f4f7;color:#344054;border:1px solid var(--line)}.tcph-scope .app{margin-top:-42px;padding:0 16px 50px;position:relative;z-index:2}.tcph-scope .shell{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.tcph-scope .tabs{display:flex;border-bottom:1px solid var(--line);background:#fcfcfd}.tcph-scope .tab{flex:1;padding:16px;border:0;background:transparent;font-weight:700;color:var(--muted);cursor:pointer}.tcph-scope .tab.active{color:var(--blue);box-shadow:inset 0 -3px var(--blue)}.tcph-scope .view{padding:22px}.tcph-scope .notice{background:var(--greenbg);border:1px solid #abefc6;color:#085d3a;padding:12px 14px;border-radius:12px;font-size:13px}.tcph-scope .chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.tcph-scope .chip{padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475467;font-size:11px;font-weight:700}.tcph-scope .chip.verified{background:#eff8ff;color:#175cd3;border-color:#b2ddff}.tcph-scope .grid2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.tcph-scope .panel{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.tcph-scope .panel h2,.tcph-scope .panel h3{margin:0}.tcph-scope .sub{color:var(--muted);font-size:13px;margin:3px 0 16px}.tcph-scope .field{margin-bottom:15px}.tcph-scope .field label{display:block;font-size:12px;font-weight:700;color:#475467;margin-bottom:6px}.tcph-scope .money{position:relative}.tcph-scope .money span{position:absolute;left:12px;top:11px;color:#98a2b3;font-weight:700}.tcph-scope .money input{padding-left:30px}.tcph-scope input{width:100%;padding:11px 12px;border:1px solid #d0d5dd;border-radius:10px;outline:0;color:var(--ink);background:#fff}.tcph-scope input:focus{border-color:var(--blue2);box-shadow:0 0 0 3px #d1e9ff}.tcph-scope .presets{display:flex;gap:7px;flex-wrap:wrap;margin:-5px 0 16px}.tcph-scope .preset{border:1px solid #b2ddff;background:#eff8ff;color:#175cd3;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;cursor:pointer}.tcph-scope .contrib-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.tcph-scope .result{background:linear-gradient(135deg,#eff8ff,#eef4ff);border:1px solid #b2ddff;border-radius:16px;padding:17px;margin-top:15px}.tcph-scope .result-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.tcph-scope .result strong{font-size:22px;color:#175cd3}.tcph-scope .divider{height:1px;background:#b2ddff;margin:12px 0}.tcph-scope .dashboard{margin-top:24px;background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:18px}.tcph-scope .dash-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.tcph-scope .toggle{display:flex;border:1px solid var(--line);border-radius:10px;padding:3px;background:#fff}.tcph-scope .toggle button{border:0;background:transparent;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:700;color:var(--muted);cursor:pointer}.tcph-scope .toggle button.active{background:var(--navy);color:#fff}.tcph-scope .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tcph-scope .kpi{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;min-height:86px}.tcph-scope .kpi small{display:block;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;font-size:10px}.tcph-scope .kpi b{display:block;margin-top:7px;font-size:18px}.tcph-scope .kpi.good{background:var(--greenbg);border-color:#abefc6}.tcph-scope .kpi.good b{color:var(--green)}.tcph-scope .bracket{margin-top:13px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}.tcph-scope .bracket-top{display:flex;justify-content:space-between;gap:10px}.tcph-scope .track{height:9px;background:#eaecf0;border-radius:99px;overflow:hidden;margin-top:10px}.tcph-scope .fill{height:100%;width:0;background:linear-gradient(90deg,var(--blue2),#7f56d9);transition:.25s}.tcph-scope .actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.tcph-scope .summary{margin-top:26px}.tcph-scope .table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}.tcph-scope table{border-collapse:collapse;width:100%;min-width:720px}.tcph-scope th,.tcph-scope td{padding:11px 12px;border-bottom:1px solid var(--line);font-size:12px;text-align:right}.tcph-scope th{background:#f9fafb;color:#475467;text-transform:uppercase;font-size:10px}.tcph-scope th:first-child,.tcph-scope td:first-child{text-align:left}.tcph-scope .empty{text-align:center!important;color:#98a2b3;padding:28px!important}.tcph-scope .batch{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:12px}.tcph-scope .hidden{display:none!important}.tcph-scope .drawer-backdrop{position:fixed;inset:0;background:rgba(16,24,40,.55);opacity:0;visibility:hidden;transition:.2s;z-index:1050}.tcph-scope .drawer-backdrop.open{opacity:1;visibility:visible}.tcph-scope .drawer{position:fixed;top:0;right:0;width:min(560px,100%);height:100%;background:#fff;z-index:1060;transform:translateX(100%);transition:.25s;overflow:auto}.tcph-scope .drawer.open{transform:translateX(0)}.tcph-scope .drawer-head{position:sticky;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.tcph-scope .drawer-body{padding:18px}.tcph-scope .rule{border:1px solid var(--line);border-radius:15px;padding:15px;margin-bottom:12px}.tcph-scope .rule h3{margin:0 0 8px}.tcph-scope .rule ul{margin:0;padding-left:20px;color:#475467;font-size:13px}.tcph-scope .break-row{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid #f2f4f7}.tcph-scope .break-row:last-child{border:0}.tcph-scope .break-row small{display:block;color:var(--muted)}.tcph-scope .form-paper{max-width:850px;margin:auto;border:1px solid #98a2b3;background:#fff;padding:20px}.tcph-scope .form-title{text-align:center;border-bottom:2px solid var(--ink);padding-bottom:10px}.tcph-scope .form-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);margin-top:10px}.tcph-scope .form-col{padding:12px}.tcph-scope .form-col+ .form-col{border-left:1px solid var(--ink)}.tcph-scope .form-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #d0d5dd;padding:7px 0;font-size:12px}.tcph-scope .cta{margin-top:24px;background:linear-gradient(120deg,#175cd3,#5925dc);color:#fff;border-radius:18px;padding:22px;display:flex;justify-content:space-between;gap:18px;align-items:center}.tcph-scope .cta h3{margin:0}.tcph-scope .cta p{margin:4px 0 0;color:#e9d7fe}.tcph-scope .sticky-net{display:none}.tcph-scope .footnote{font-size:11px;color:var(--muted);margin-top:10px}@media(max-width:850px){.tcph-scope .grid2{grid-template-columns:1fr}.tcph-scope .kpis{grid-template-columns:1fr 1fr}.tcph-scope .batch{grid-template-columns:1fr 1fr}.tcph-scope .hero-inner{display:block}.tcph-scope .hero-actions{margin-top:14px}.tcph-scope .form-grid{grid-template-columns:1fr}.tcph-scope .form-col+ .form-col{border-left:0;border-top:1px solid var(--ink)}}@media(max-width:520px){.tcph-scope .view{padding:14px}.tcph-scope .contrib-grid{grid-template-columns:1fr}.tcph-scope .kpis{grid-template-columns:1fr 1fr}.tcph-scope .dashboard{padding:13px}.tcph-scope .dash-head{align-items:flex-start;flex-direction:column}.tcph-scope .cta{display:block}.tcph-scope .cta .btn{margin-top:14px;width:100%}.tcph-scope .sticky-net{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:30;background:rgba(11,31,58,.97);color:#fff;border-radius:14px;padding:11px 13px;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}.tcph-scope{padding-bottom:75px}}.tcph-scope .icon-btn{width:34px;height:34px;border:0;border-radius:9px;background:transparent;display:inline-grid;place-items:center;cursor:pointer;color:#175cd3}.tcph-scope .icon-btn:hover{background:#eff8ff}.tcph-scope .icon-btn.danger{color:#d92d20}.tcph-scope .icon-btn svg,.tcph-scope .btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tcph-scope .summary-title{display:flex;align-items:center;gap:10px}.tcph-scope .summary-icon{width:40px;height:40px;border-radius:10px;background:#f2f4f7;display:grid;place-items:center;color:#344054}.tcph-scope .summary-toolbar{display:flex;gap:8px;flex-wrap:wrap}.tcph-scope .summary-toolbar .btn{white-space:nowrap}.tcph-scope .edit-banner{display:none;background:#fffaeb;border:1px solid #fedf89;color:#93370d;padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:12px}.tcph-scope .edit-banner.show{display:flex;justify-content:space-between;align-items:center}@media print{.tcph-scope .hero,.tcph-scope .tabs,.tcph-scope .notice,.tcph-scope .chips,.tcph-scope .actions,.tcph-scope .dashboard,.tcph-scope .summary,.tcph-scope .cta,.tcph-scope .sticky-net,.tcph-scope .no-print{display:none!important}.tcph-scope .app{margin:0;padding:0}.tcph-scope .shell{box-shadow:none;border:0}.tcph-scope .view{padding:0}.tcph-scope .form-paper{border:0;max-width:none}}.tcph-scope .form-layout{display:grid;grid-template-columns:285px 1fr;gap:20px;align-items:start}.tcph-scope .info-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 8px 22px rgba(16,24,40,.08);margin-bottom:16px}.tcph-scope .info-card h3{margin:0 0 13px;padding-bottom:10px;border-bottom:1px solid var(--line);font-size:14px}.tcph-scope .info-card input,.tcph-scope .info-card textarea{margin-bottom:10px;background:#f8fafc}.tcph-scope .info-card textarea{width:100%;min-height:65px;padding:11px 12px;border:1px solid #d0d5dd;border-radius:10px;resize:vertical}.tcph-scope .paper-wrap{overflow:auto;padding:2px}.tcph-scope .bir-paper{width:820px;min-height:1040px;margin:auto;background:#fff;border:1px solid #d0d5dd;box-shadow:0 18px 45px rgba(16,24,40,.15);padding:22px;color:#101828}.tcph-scope .bir-disclaimer{background:#fff7c2;border:1px solid #f4c430;color:#854d0e;text-align:center;padding:10px;font-size:12px;font-weight:700;margin-bottom:14px}.tcph-scope .bir-top{display:grid;grid-template-columns:220px 1fr 115px;align-items:center;gap:10px;margin-bottom:10px}.tcph-scope .bir-agency{display:flex;gap:9px;align-items:center;font-size:10px;font-weight:700;line-height:1.2}.tcph-scope .bir-seal{width:52px;height:52px;border:2px solid #111;border-radius:50%;display:grid;place-items:center;font-weight:900}.tcph-scope .bir-main-title{text-align:center}.tcph-scope .bir-main-title h1{font-size:21px;line-height:1.05;margin:0}.tcph-scope .bir-main-title em{font-size:10px}.tcph-scope .bir-2316{text-align:right;font-size:48px;font-weight:800;line-height:1}.tcph-scope .bir-2316 small{display:block;font-size:9px;margin-top:4px}.tcph-scope .bir-period{display:grid;grid-template-columns:235px 1fr 210px;border:1px solid #111;margin-bottom:5px;font-size:11px}.tcph-scope .bir-period>div{padding:7px;border-right:1px solid #111}.tcph-scope .bir-period>div:last-child{border:0}.tcph-scope .bir-year{text-align:center;font-size:20px;font-family:Consolas,monospace;font-weight:700;letter-spacing:4px}.tcph-scope .bir-columns{display:grid;grid-template-columns:1fr 1fr;border:1px solid #111}.tcph-scope .bir-column:first-child{border-right:1px solid #111}.tcph-scope .bir-section{background:#1d2939;color:#fff;text-align:center;text-transform:uppercase;font-size:10px;font-weight:800;padding:5px}.tcph-scope .bir-subsection{background:#e4e7ec;font-size:9px;font-weight:800;padding:4px 6px}.tcph-scope .bir-row{display:grid;grid-template-columns:1fr 105px;border-bottom:1px solid #111;min-height:24px}.tcph-scope .bir-row:last-child{border-bottom:0}.tcph-scope .bir-label{padding:4px 6px;font-size:8px;text-transform:uppercase}.tcph-scope .bir-value{padding:4px 6px;border-left:1px solid #111;text-align:right;font-family:Consolas,monospace;font-size:10px;font-weight:700}.tcph-scope .bir-sign{height:110px;padding:55px 18px 8px;text-align:center;font-size:8px;background:#f9fafb}.tcph-scope .bir-sign:before{content:"";display:block;border-top:1px solid #111;margin-bottom:5px}.tcph-scope .form-actions{display:flex;gap:8px;margin-top:12px}.tcph-scope .two-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width:980px){.tcph-scope .form-layout{grid-template-columns:1fr}.tcph-scope .form-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tcph-scope .info-card{margin-bottom:0}}@media(max-width:620px){.tcph-scope .form-sidebar{grid-template-columns:1fr}.tcph-scope .bir-paper{transform-origin:top left}.tcph-scope .paper-wrap{max-width:100%}}
