.sdtt-front-wrap{
--sdtt-accent: var(--wp--preset--color--primary, #1769aa);
--sdtt-text: inherit;
--sdtt-card: #fff;
--sdtt-border: rgba(30,41,59,.12);
--sdtt-soft: rgba(23,105,170,.06);
color:var(--sdtt-text);
font-family:inherit;
margin:24px 0;
}
.sdtt-view-hero{
border-radius:18px;
padding:26px 28px;
margin-bottom:18px;
background:linear-gradient(135deg,var(--sdtt-soft),rgba(255,255,255,.9));
border:1px solid var(--sdtt-border);
}
.sdtt-kicker{
display:inline-block;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--sdtt-accent);
margin-bottom:6px;
}
.sdtt-view-hero h2{margin:0 0 6px;font-size:clamp(24px,4vw,36px);line-height:1.15}
.sdtt-view-hero p{margin:0;opacity:.7}
.sdtt-view-toolbar{
background:var(--sdtt-card);
border:1px solid var(--sdtt-border);
border-radius:14px;
padding:14px;
margin-bottom:18px;
}
.sdtt-view-toolbar form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.sdtt-view-toolbar select{
min-height:44px;
border:1px solid var(--sdtt-border);
border-radius:10px;
padding:0 12px;
background:#fff;
font:inherit;
}
.sdtt-view-btn{
min-height:44px;
border:0;
border-radius:10px;
padding:0 16px;
background:var(--sdtt-accent);
color:#fff;
font:inherit;
font-weight:700;
cursor:pointer;
}
.sdtt-view-btn.sdtt-secondary{background:#f3f4f6;color:#111827}
.sdtt-view-card{
background:var(--sdtt-card);
border:1px solid var(--sdtt-border);
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.sdtt-view-title{padding:18px 20px;border-bottom:1px solid var(--sdtt-border)}
.sdtt-view-title h3{margin:0;font-size:22px}
.sdtt-responsive-table{overflow-x:auto}
.sdtt-modern-table{width:100%;border-collapse:collapse;margin:0}
.sdtt-modern-table th,.sdtt-modern-table td{padding:16px 18px;border-bottom:1px solid var(--sdtt-border);text-align:left;vertical-align:top}
.sdtt-modern-table thead th{background:#f8fafc;font-size:13px;text-transform:uppercase;letter-spacing:.03em}
.sdtt-modern-table tbody tr:hover{background:#fafcff}
.sdtt-period-pill{
display:inline-flex;min-width:36px;height:28px;align-items:center;justify-content:center;
border-radius:999px;background:var(--sdtt-soft);color:var(--sdtt-accent);font-weight:800
}
.sdtt-compact-chip{
display:inline-flex;
margin:2px 6px 2px 0;
padding:6px 9px;
border-radius:999px;
background:#f4f6f8;
border:1px solid var(--sdtt-border);
font-size:13px;
line-height:1.2;
}
@media(max-width:700px){
.sdtt-view-hero{padding:20px}
.sdtt-view-toolbar form{display:grid;grid-template-columns:1fr 1fr}
.sdtt-view-toolbar select{grid-column:1/-1;width:100%}
.sdtt-modern-table thead{display:none}
.sdtt-modern-table,.sdtt-modern-table tbody,.sdtt-modern-table tr,.sdtt-modern-table td{display:block;width:100%}
.sdtt-modern-table tr{padding:10px 14px;border-bottom:1px solid var(--sdtt-border)}
.sdtt-modern-table td{display:grid;grid-template-columns:105px 1fr;gap:10px;padding:8px 0;border:0}
.sdtt-modern-table td:before{content:attr(data-label);font-weight:700;opacity:.7}
}
@media print{
.sdtt-view-toolbar{display:none!important}
.sdtt-front-wrap{margin:0}
.sdtt-view-card{box-shadow:none}
}