.thp-page{max-width:var(--content-max,1600px);flex-direction:column;gap:2rem;margin-inline:auto;padding:2.4rem 2.8rem;display:flex}.thp-pagehead{background:var(--bg-surface);box-shadow:var(--shadow-sm);border-left:4px solid var(--accent);border-radius:1.2rem;justify-content:space-between;align-items:center;gap:1.6rem;padding:1.6rem 2.2rem;display:flex}.thp-pagehead__left{align-items:center;gap:1.4rem;min-width:0;display:flex}.thp-pagehead h1{font-family:var(--font-display);color:var(--text-1);letter-spacing:-.01em;font-size:2.2rem;font-weight:700}.thp-pagehead p{font-size:var(--shell-font-caption);color:var(--text-3);margin-top:.2rem}.thp-pagehead__count{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-pill);font-size:var(--shell-font-small);font-variant-numeric:tabular-nums;padding:.3rem 1.1rem;font-weight:700}.thp-pagehead__date{font-size:var(--shell-font-caption);color:var(--text-3);background:var(--bg-page);border-radius:var(--radius-pill);border:1px solid var(--border);text-transform:capitalize;white-space:nowrap;padding:.6rem 1.4rem;font-weight:600}.thp-kpis{grid-template-columns:repeat(auto-fit,minmax(216px,1fr));gap:1.6rem;display:grid}.thp-kpi{--kpi-accent:var(--accent);background:var(--bg-surface);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:1.6rem;flex-direction:column;gap:1.3rem;min-height:148px;padding:1.7rem 1.8rem 4.6rem;transition:transform .2s cubic-bezier(.19,1,.22,1),box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.thp-kpi:before{content:"";background:linear-gradient(90deg, var(--kpi-accent), color-mix(in srgb, var(--kpi-accent) 30%, transparent));opacity:.85;height:3px;position:absolute;inset:0 0 auto}.thp-kpi:after{content:"";background:radial-gradient(circle, var(--kpi-accent) 0%, transparent 70%);opacity:.09;pointer-events:none;border-radius:50%;width:140px;height:140px;position:absolute;top:-54px;right:-54px}.thp-kpi:hover{box-shadow:var(--shadow-lg);border-color:color-mix(in srgb, var(--kpi-accent) 42%, var(--border));transform:translateY(-3px)}.thp-kpi:hover .thp-kpi__ic{transform:scale(1.07)rotate(-3deg)}.thp-kpi__head{align-items:center;gap:1.1rem;display:flex}.thp-kpi__ic{width:40px;height:40px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--kpi-accent) 24%, transparent);border-radius:1.2rem;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;transition:transform .2s cubic-bezier(.19,1,.22,1);display:flex}.thp-kpi__lbl{font-family:var(--font-mono);font-size:var(--shell-font-caption);color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;font-weight:500;line-height:1.35}.thp-kpi__body{align-items:flex-end;gap:.9rem;display:flex}.thp-kpi__val{font-family:var(--font-display);color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:-.03em;font-size:3rem;font-weight:700;line-height:.95}.thp-kpi__delta{font-family:var(--font-mono);font-size:var(--shell-font-caption);border-radius:var(--radius-pill);letter-spacing:-.01em;align-items:center;gap:1px;margin-bottom:.3rem;padding:.3rem .8rem .3rem .5rem;font-weight:600;display:inline-flex}.thp-kpi__delta svg{font-size:var(--shell-font-small)}.thp-kpi__delta--up{color:var(--success);background:var(--success-bg)}.thp-kpi__delta--down{color:var(--text-3);background:var(--bg-surface-2)}.thp-kpi__sub{font-size:var(--shell-font-caption);color:var(--text-4);z-index:1;margin-top:-.4rem;position:relative}.thp-kpi__chart{pointer-events:none;opacity:.9;height:44px;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 14%);mask-image:linear-gradient(90deg,#0000,#000 14%)}.thp-kpi__chart svg{width:100%;height:100%}.thp-kpi--blue{--kpi-accent:var(--accent)}.thp-kpi--blue .thp-kpi__ic{background:var(--accent-light);color:var(--accent)}.thp-kpi--green{--kpi-accent:var(--success)}.thp-kpi--green .thp-kpi__ic{background:var(--success-bg);color:var(--success)}.thp-kpi--amber{--kpi-accent:var(--warning)}.thp-kpi--amber .thp-kpi__ic{background:var(--warning-bg);color:var(--warning)}.thp-kpi--red{--kpi-accent:var(--danger)}.thp-kpi--red .thp-kpi__ic{background:var(--danger-bg);color:var(--danger)}.thp-kpi--violet{--kpi-accent:var(--violet-600)}.thp-kpi--violet .thp-kpi__ic{background:var(--violet-100);color:var(--violet-600)}.thp-card{background:var(--bg-surface);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:1.2rem;padding:1.8rem 2rem;position:relative}.thp-card__title{font-family:var(--font-display);font-size:var(--shell-font-small);color:var(--text-2);letter-spacing:-.01em;align-items:center;gap:.8rem;margin-bottom:1.4rem;font-weight:700;display:flex}.thp-card__title:before{content:"";background:var(--accent);border-radius:99px;width:3px;height:15px}.thp-card__title svg{color:var(--accent);font-size:1.8rem}.thp-card__title--no-bar:before{display:none}.thp-alerts{background:var(--bg-surface);box-shadow:var(--shadow-sm);border-left:4px solid var(--warning);border-radius:1.2rem;padding:1.6rem 2rem}.thp-alerts__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.thp-alerts__item{background:var(--warning-bg);border:1px solid var(--color-warning-border);border-radius:8px;align-items:center;gap:1.2rem;padding:1.1rem 1.3rem;transition:filter .15s;display:flex}.thp-alerts__item:hover{filter:brightness(.97)}.thp-alerts__item__count{color:var(--warning);text-align:center;font-variant-numeric:tabular-nums;min-width:30px;font-size:2rem;font-weight:700}.thp-alerts__item__txt{font-size:var(--shell-font-caption);color:var(--text-2);font-weight:500}.thp-lrow{border-bottom:1px solid var(--border-light);align-items:center;gap:1.2rem;padding:1.1rem .4rem;display:flex}.thp-lrow:last-child{border-bottom:none}.thp-lrow:hover{background:var(--table-hover);border-radius:6px}.thp-lrow__primary{font-size:var(--shell-font-small);color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.thp-lrow__primary small{color:var(--text-4);font-weight:400}.thp-lrow__meta{font-size:var(--shell-font-caption);color:var(--text-4);white-space:nowrap}.thp-lrow__amt{font-size:var(--shell-font-small);color:var(--text-1);font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.thp-badge{font-size:var(--shell-font-caption);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:5px;padding:.4rem 1rem;font-weight:700;display:inline-flex}.thp-badge:before{content:"";background:currentColor;border-radius:99px;flex-shrink:0;width:6px;height:6px}.thp-badge--blue{background:var(--accent-light);color:var(--accent)}.thp-badge--green{background:var(--success-bg);color:var(--success)}.thp-badge--red{background:var(--danger-bg);color:var(--danger)}.thp-badge--amber{background:var(--warning-bg);color:var(--warning)}.thp-badge--neutral{background:var(--bg-surface-2);color:var(--text-3)}.thp-badge--violet{background:var(--violet-100);color:var(--violet-600)}.thp-badge--flat:before{display:none}.thp-btn{border-radius:var(--radius-sm);font-weight:700;font-size:var(--shell-font-small);white-space:nowrap;cursor:pointer;transition:var(--transition-base);border:1px solid #0000;justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.6rem;line-height:1.2;display:inline-flex}.thp-btn svg{font-size:1.7rem}.thp-btn--primary{background:linear-gradient(180deg, var(--accent), var(--accent-2));color:#fff;box-shadow:0 1px 2px #0d1e364d,inset 0 1px #ffffff1f}.thp-btn--primary:hover{filter:brightness(1.08);box-shadow:0 3px 12px color-mix(in srgb, var(--accent) 40%, transparent),inset 0 1px 0 #ffffff1f}.thp-btn--secondary{background:var(--accent-light);color:var(--accent)}.thp-btn--secondary:hover{border-color:var(--accent)}.thp-btn--ghost{background:var(--bg-surface);border-color:var(--border);color:var(--text-2)}.thp-btn--ghost:hover{background:var(--table-hover);color:var(--text-1)}.thp-btn--danger{background:var(--danger-bg);color:var(--danger)}.thp-btn--danger:hover{border-color:var(--danger)}.thp-btn--sm{font-size:var(--shell-font-small);padding:.6rem 1.2rem}.thp-tablewrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.thp-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1.2rem;padding:1.3rem 1.6rem;display:flex}.thp-toolbar__search{flex:1;align-items:center;min-width:200px;display:flex;position:relative}.thp-toolbar__search svg{color:var(--text-4);font-size:1.6rem;position:absolute;left:11px}.thp-toolbar__search input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:var(--shell-font-small);background:var(--bg-input);color:var(--text-1);outline:none;padding:.8rem 1.1rem .8rem 3.4rem;transition:border-color .15s}.thp-toolbar__search input::placeholder{color:var(--text-4)}.thp-toolbar__search input:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.thp-chip{font-size:var(--shell-font-caption);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-2);background:var(--bg-surface);cursor:pointer;transition:var(--transition-base);align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-weight:600;display:inline-flex}.thp-chip svg{font-size:var(--shell-font-small);color:var(--text-4)}.thp-chip:hover{border-color:var(--accent);color:var(--accent)}.thp-chip--on{background:var(--accent-light);color:var(--accent);border-color:#0000}.thp-chip--on svg{color:var(--accent)}.thp-tbl{border-collapse:collapse;width:100%}.thp-tbl th{background:var(--bg-surface-2);border-bottom:2px solid var(--border);color:var(--text-3);font-size:var(--shell-font-caption);letter-spacing:.5px;text-align:left;text-transform:uppercase;z-index:1;padding:1.2rem 1.6rem;font-weight:700;position:sticky;top:0}.thp-tbl td{border-bottom:1px solid var(--border);color:var(--text-1);font-size:var(--shell-font-small);vertical-align:middle;padding:1.2rem 1.6rem}.thp-tbl tr:last-child td{border-bottom:none}.thp-tbl tbody tr{cursor:pointer;transition:background .12s}.thp-tbl tbody tr:hover td{background:var(--table-hover)}.thp-tbl .thp-tbl-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-2)}.thp-tbl .thp-tbl-strong{font-weight:600}.thp-tbl .thp-tbl-right{text-align:right;white-space:nowrap}.thp-tbl--rich td{padding:1.1rem 1.4rem}.thp-tbl--rich tbody tr{position:relative}.thp-tbl--rich tbody tr td:first-child{transition:box-shadow .14s;box-shadow:inset 3px 0 #0000}.thp-tbl--rich tbody tr:hover td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.thp-idpill{font-family:var(--font-mono);font-size:var(--shell-font-caption);color:var(--accent);background:var(--accent-light);letter-spacing:-.01em;border-radius:6px;padding:.3rem .9rem;font-weight:600;display:inline-block}.thp-vcell{align-items:center;gap:1.1rem;display:flex}.thp-vcell__av{width:34px;height:34px;color:var(--accent);background:linear-gradient(150deg, var(--accent-light), color-mix(in srgb, var(--accent-light) 40%, transparent));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 14%, transparent);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.thp-vcell__av--folder{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent)}.thp-vcell__av--red{background:var(--danger-bg);color:var(--danger)}.thp-vcell__av--green{background:var(--success-bg);color:var(--success)}.thp-vcell__av--amber{background:var(--warning-bg);color:var(--warning)}.thp-vcell__av--violet{background:var(--violet-100);color:var(--violet-600)}.thp-vcell__av--neutral{background:var(--bg-surface-2);color:var(--text-3)}.thp-vcell__av--rect{border-radius:8px}.thp-vcell__txt{flex-direction:column;min-width:0;line-height:1.25;display:flex}.thp-vcell__name{font-size:var(--shell-font-small);color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.thp-vcell__sub{font-family:var(--font-mono);font-size:var(--shell-font-caption);color:var(--text-4)}.thp-portcell{font-size:var(--shell-font-small);align-items:center;gap:.8rem;display:inline-flex}.thp-portcell .dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 3px var(--accent-light);border-radius:99px;flex-shrink:0}.thp-row-acts{gap:.6rem;display:flex}.thp-row-acts button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);width:30px;height:30px;color:var(--text-3);cursor:pointer;transition:var(--transition-base);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.thp-row-acts button:hover{background:var(--accent-light);color:var(--accent);border-color:#0000}.thp-row-acts button.danger:hover{background:var(--danger-bg);color:var(--danger)}.thp-pagination{border-top:1px solid var(--border);color:var(--text-3);font-size:var(--shell-font-small);justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;display:flex}.thp-pagination>div{align-items:center;gap:.8rem;display:flex}.thp-pagebtn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-2);font-size:var(--shell-font-small);cursor:pointer;transition:var(--transition-base);padding:.6rem 1.3rem;font-weight:600}.thp-pagebtn:hover:not(:disabled){background:var(--table-hover);color:var(--accent);border-color:var(--accent)}.thp-pagebtn:disabled{opacity:.45;cursor:not-allowed}.thp-formsec{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.thp-formsec__head{border-bottom:1px solid var(--border);background:var(--bg-surface-2);align-items:center;gap:1.1rem;padding:1.5rem 2rem;display:flex}.thp-formsec__head__num{background:var(--accent);color:#fff;width:26px;height:26px;font-size:var(--shell-font-caption);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.thp-formsec__head h3{font-family:var(--font-display);font-size:var(--shell-font-body);color:var(--text-1);font-weight:600}.thp-formsec__head p{font-size:var(--shell-font-caption);color:var(--text-3)}.thp-formgrid{grid-template-columns:repeat(3,1fr);gap:1.6rem 1.8rem;padding:2rem;display:grid}@media (max-width:1100px){.thp-formgrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.thp-formgrid{grid-template-columns:1fr}}.thp-field{flex-direction:column;gap:.5rem;display:flex}.thp-field--wide{grid-column:span 2}.thp-field--full{grid-column:1/-1}.thp-field>label,.thp-field>span{color:var(--text-3);font-size:var(--shell-font-caption);letter-spacing:.3px;text-transform:uppercase;font-weight:700}.thp-field .req{color:var(--danger)}.thp-field input,.thp-field select,.thp-field textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-1);font-family:inherit;font-size:var(--shell-font-small);outline:none;width:100%;padding:.9rem 1.1rem;transition:border-color .15s,box-shadow .15s}.thp-field input::placeholder,.thp-field select::placeholder,.thp-field textarea::placeholder{color:var(--text-4)}.thp-field input:focus,.thp-field select:focus,.thp-field textarea:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.thp-field--err input,.thp-field--err select,.thp-field--err textarea{border-color:var(--danger)}.thp-field__msg{font-size:var(--shell-font-caption);color:var(--danger);font-weight:500}.thp-formbar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;gap:1.2rem;padding:1.3rem 1.8rem;display:flex;position:sticky;bottom:0}.thp-formbar__status{font-size:var(--shell-font-caption);color:var(--text-3);align-items:center;gap:.7rem;display:flex}.thp-vhero{box-shadow:var(--shadow-md);border-radius:1.4rem;align-items:flex-end;min-height:250px;display:flex;position:relative;overflow:hidden}.thp-vhero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.thp-vhero__scrim{background:linear-gradient(90deg,#0d1e36eb 0%,#0d1e368c 50%,#0d1e3640 100%);position:absolute;inset:0}.thp-vhero__body{color:#fff;width:100%;padding:2.6rem 2.8rem;position:relative}.thp-vhero__kicker{font-size:var(--shell-font-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--navy-200);font-weight:700}.thp-vhero h1{font-family:var(--font-display);margin:0 0 1.2rem;font-size:3rem;font-weight:700}.thp-vhero__meta{flex-wrap:wrap;align-items:flex-start;gap:2.8rem;display:flex}.thp-vhero__meta div{white-space:nowrap;font-size:var(--shell-font-caption);color:#ffffffbf}.thp-vhero__meta b{font-size:var(--shell-font-body);color:#fff;font-family:var(--font-mono);margin-top:1px;font-weight:500;display:block}.thp-specgrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.4rem;display:grid}.thp-spec{background:var(--bg-surface);border:1px solid var(--border);border-radius:1rem;padding:1.4rem 1.6rem}.thp-spec__k{font-size:var(--shell-font-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);font-weight:700}.thp-spec__v{color:var(--text-1);font-variant-numeric:tabular-nums;margin-top:3px;font-size:1.8rem;font-weight:700}.thp-spec__v small{font-size:var(--shell-font-caption);color:var(--text-3);font-weight:500}.thp-statbar{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}@media (max-width:1100px){.thp-statbar{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.thp-statbar{grid-template-columns:1fr}}.thp-stat{--s-accent:var(--accent);background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1.4rem;padding:1.5rem 1.7rem 1.6rem;transition:border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.thp-stat:before{content:"";background:linear-gradient(90deg, var(--s-accent), color-mix(in srgb, var(--s-accent) 24%, transparent));height:3px;position:absolute;inset:0 0 auto}.thp-stat__head{align-items:center;gap:.9rem;margin-bottom:1.1rem;display:flex}.thp-stat__ic{background:color-mix(in srgb, var(--s-accent) 12%, transparent);width:32px;height:32px;color:var(--s-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--s-accent) 22%, transparent);border-radius:9px;flex-shrink:0;place-items:center;font-size:1.7rem;display:grid}.thp-stat__ic svg{font-size:1.7rem}.thp-stat__lbl{font-family:var(--font-mono);font-size:var(--shell-font-caption);color:var(--text-3);text-transform:uppercase;letter-spacing:.09em;font-weight:500;line-height:1.3}.thp-stat__val{font-family:var(--font-display);color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.4rem;font-weight:700;line-height:1}.thp-stat__val small{font-size:var(--shell-font-small);color:var(--text-3);margin-left:3px;font-weight:600}.thp-stat__sub{font-size:var(--shell-font-caption);color:var(--text-4);margin-top:.6rem}.thp-stat--red{--s-accent:var(--danger)}.thp-stat--amber{--s-accent:var(--warning)}.thp-stat--blue{--s-accent:var(--accent)}.thp-stat--green{--s-accent:var(--success)}.thp-stat--clickable{cursor:pointer}.thp-stat--clickable:hover{border-color:color-mix(in srgb, var(--s-accent) 45%, var(--border));box-shadow:var(--shadow-md)}.thp-stat--on{border-color:var(--s-accent);box-shadow:0 0 0 1px var(--s-accent),var(--shadow-md)}.thp-bstatus{font-size:var(--shell-font-caption);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;padding:.4rem 1rem;font-weight:700;display:inline-flex}.thp-bstatus:before{content:"";background:currentColor;border-radius:99px;flex-shrink:0;width:6px;height:6px}.thp-bstatus--overdue{background:var(--danger-bg);color:var(--danger)}.thp-bstatus--soon{background:var(--warning-bg);color:var(--warning)}.thp-bstatus--pending{background:var(--bg-surface-2);color:var(--text-3)}.thp-bstatus--paid{background:var(--success-bg);color:var(--success)}.thp-duecell{flex-direction:column;line-height:1.25;display:inline-flex}.thp-duecell__d{font-family:var(--font-mono);font-size:var(--shell-font-caption);font-variant-numeric:tabular-nums;color:var(--text-2)}.thp-duecell__r{font-size:var(--shell-font-caption);color:var(--text-4)}.thp-duecell--overdue .thp-duecell__d,.thp-duecell--overdue .thp-duecell__r{color:var(--danger)}.thp-duecell--overdue .thp-duecell__d{font-weight:600}.thp-duecell--soon .thp-duecell__d,.thp-duecell--soon .thp-duecell__r{color:var(--warning)}.thp-duecell--soon .thp-duecell__d{font-weight:600}.thp-drive-cats{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.4rem;display:grid}.thp-drivecat{--cat-accent:var(--accent);--cat-bg:var(--accent-light);background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1.4rem;align-items:center;gap:1.3rem;padding:1.4rem 1.6rem;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.thp-drivecat:hover{box-shadow:var(--shadow-md);border-color:color-mix(in srgb, var(--cat-accent) 40%, var(--border));transform:translateY(-2px)}.thp-drivecat__ic{background:var(--cat-bg);width:44px;height:44px;color:var(--cat-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--cat-accent) 22%, transparent);border-radius:1.2rem;flex-shrink:0;justify-content:center;align-items:center;font-size:2.2rem;display:flex}.thp-drivecat__ic svg{font-size:2.2rem}.thp-drivecat__count{font-family:var(--font-display);color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:2.2rem;font-weight:700}.thp-drivecat__lbl{font-size:var(--shell-font-caption);color:var(--text-3)}.thp-drivecat--blue{--cat-accent:var(--accent);--cat-bg:var(--accent-light)}.thp-drivecat--green{--cat-accent:var(--success);--cat-bg:var(--success-bg)}.thp-drivecat--amber{--cat-accent:var(--warning);--cat-bg:var(--warning-bg)}.thp-drivecat--violet{--cat-accent:var(--violet-600);--cat-bg:var(--violet-100)}.thp-drivecat--hot{border-color:color-mix(in srgb, var(--cat-accent) 55%, var(--border));box-shadow:0 0 0 1px color-mix(in srgb, var(--cat-accent) 35%, transparent),var(--shadow-sm)}.thp-filecard{border:1px solid var(--border);background:var(--bg-surface);cursor:pointer;border-radius:1.2rem;flex-direction:column;align-items:flex-start;gap:4px;padding:1.6rem 1.4rem 1.4rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.thp-filecard:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border));box-shadow:var(--shadow-md);transform:translateY(-2px)}.thp-filecard--selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-md)}.thp-filecard--new{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--success) 45%, transparent),var(--shadow-sm);animation:.4s cubic-bezier(.19,1,.22,1) thp-newpop}.thp-filecard__ic{border-radius:1.1rem;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.6rem;font-size:2.3rem;display:flex}.thp-filecard__ic--red{background:var(--danger-bg);color:var(--danger)}.thp-filecard__ic--green{background:var(--success-bg);color:var(--success)}.thp-filecard__ic--blue{background:var(--accent-light);color:var(--accent)}.thp-filecard__ic--violet{background:var(--violet-100);color:var(--violet-600)}.thp-filecard__ic--amber{background:var(--warning-bg);color:var(--warning)}.thp-filecard__ic--neutral{background:var(--bg-surface-2);color:var(--text-3)}.thp-filecard__ic svg{font-size:2.3rem}.thp-filecard__name{font-size:var(--shell-font-caption);color:var(--text-1);white-space:nowrap;text-overflow:ellipsis;width:100%;font-weight:600;overflow:hidden}.thp-filecard__meta{font-size:var(--shell-font-caption);color:var(--text-4)}.thp-filecard__new{z-index:1;font-size:var(--shell-font-caption);letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--success);box-shadow:0 1px 4px color-mix(in srgb, var(--success) 50%, transparent);border-radius:99px;padding:2px 7px;font-weight:800;position:absolute;top:10px;left:10px}@keyframes thp-newpop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.thp-fsteps{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:1.6rem;display:flex}.thp-fstep{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.thp-fstep:not(:last-child):after{content:"";background:var(--border);border-radius:2px;flex:1;height:2px}.thp-fstep__dot{width:22px;height:22px;font-size:var(--shell-font-caption);background:var(--bg-surface-2);color:var(--text-4);border-radius:99px;flex-shrink:0;place-items:center;font-weight:700;display:grid}.thp-fstep__dot svg{font-size:var(--shell-font-small)}.thp-fstep__lbl{font-size:var(--shell-font-caption);color:var(--text-4);white-space:nowrap}.thp-fstep--done .thp-fstep__dot{background:var(--success);color:#fff}.thp-fstep--done:after{background:var(--success)}.thp-fstep--now .thp-fstep__dot{background:var(--accent);color:#fff;box-shadow:0 0 0 3px var(--accent-light)}.thp-fstep--now .thp-fstep__lbl{color:var(--text-1);font-weight:700}.thp-fbreak{border-collapse:collapse;width:100%;margin:1.4rem 0 .4rem}.thp-fbreak th{font-family:var(--font-mono);font-size:var(--shell-font-caption);text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);text-align:left;border-bottom:1px solid var(--border);padding:6px 8px;font-weight:500}.thp-fbreak td{font-size:var(--shell-font-caption);border-bottom:1px solid var(--border-light);padding:8px}.thp-fbreak .ta-r{text-align:right}.thp-fbreak__tot td{border-top:2px solid var(--border);color:var(--text-1);border-bottom:none;padding-top:1rem;font-weight:700}.thp-cols2{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:1100px){.thp-cols2{grid-template-columns:1fr}}[data-theme=dark] .thp-kpi{background:linear-gradient(180deg, var(--color-surface-raised), var(--bg-surface));border-color:#ffffff12}[data-theme=dark] .thp-kpi:hover{box-shadow:0 6px 20px #00000052,0 0 0 1px color-mix(in srgb, var(--kpi-accent) 32%, transparent)}[data-theme=dark] .thp-kpi__ic{box-shadow:0 0 10px -3px color-mix(in srgb, var(--kpi-accent) 45%, transparent)}[data-theme=dark] .thp-card,[data-theme=dark] .thp-tablewrap,[data-theme=dark] .thp-formsec,[data-theme=dark] .thp-formbar{background:var(--color-surface-raised);border-color:#ffffff12}[data-theme=dark] .thp-pagehead{background:var(--color-surface-raised)}[data-theme=dark] .thp-tbl th{background:#ffffff08}[data-theme=dark] .thp-btn--primary{box-shadow:0 1px 8px -2px color-mix(in srgb, var(--accent) 45%, transparent),inset 0 1px 0 #ffffff1f}
.SessionExpiryNotice-module-scss-module__M5zEsq__Notice{z-index:1000;background:var(--bg-surface);border:1px solid var(--border);width:min(42rem,100vw - 3.2rem);box-shadow:var(--shadow-lg);border-left:4px solid #856404;border-radius:8px;padding:1.2rem;position:fixed;bottom:1.6rem;right:1.6rem}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__title{color:var(--text-1);font-size:var(--shell-font-small);margin:0;font-weight:800}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__text{color:var(--text-3);font-size:var(--shell-font-caption);margin:.35rem 0 1rem;line-height:1.45}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__actions{justify-content:flex-end;gap:.7rem;display:flex}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice button{cursor:pointer;font-family:inherit;font-size:var(--shell-font-caption);border-radius:7px;min-height:3.2rem;padding:0 1rem;font-weight:800}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__primary{color:#fff;background:linear-gradient(135deg,#0962a9,#214b87);border:none}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__primary:hover{opacity:.85}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__ghost{background:var(--bg-page);border:1px solid var(--border);color:var(--text-2)}.SessionExpiryNotice-module-scss-module__M5zEsq__Notice__ghost:hover{background:var(--accent-light);color:var(--accent)}
