:root { --tsws-blue: #0071e3; --tsws-ink: #1d1d1f; --tsws-muted: #6e6e73; --tsws-line: #dedee3; --tsws-soft: #f5f5f7; }
.tsws-policy,
.tsws-account,
.tsws-case-detail,
.tsws-order-panel { color: var(--tsws-ink); font-family: inherit; }
.tsws-policy { background: #fff; }
.tsws-policy * { box-sizing: border-box; }
.tsws-policy-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
	gap: 64px;
	align-items: center;
	padding: 84px max(24px, calc((100vw - 1180px) / 2));
	color: #fff;
	background: #111113;
}
.tsws-eyebrow { display: block; color: #67adff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tsws-policy-hero h1 { max-width: 800px; margin: 14px 0 20px; color: #fff; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.tsws-policy-hero p { max-width: 760px; margin: 0; color: #c6c6cc; font-size: 20px; line-height: 1.55; }
.tsws-company-card { display: flex; flex-direction: column; gap: 8px; padding: 28px; border: 1px solid #35353a; border-radius: 24px; background: #1d1d20; }
.tsws-company-card strong { font-size: 19px; }
.tsws-company-card span,
.tsws-company-card small { color: #b9b9c0; }
.tsws-policy-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 1228px;
	margin: 0 auto;
	padding: 64px 24px 40px;
}
.tsws-policy-actions > div { display: flex; flex-direction: column; min-height: 250px; padding: 28px; border: 1px solid var(--tsws-line); border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.045); }
.tsws-policy-actions h2 { margin: 26px 0 8px; font-size: 25px; }
.tsws-policy-actions p { flex: 1; color: var(--tsws-muted); line-height: 1.55; }
.tsws-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; border-radius: 13px; background: var(--tsws-blue); font-size: 12px; font-weight: 700; }
.tsws-primary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; color: #fff !important; border-radius: 999px; background: var(--tsws-blue); font-weight: 650; text-decoration: none !important; }
.tsws-primary-link:hover { background: #0564bd; }
.tsws-guest-forms,
.tsws-legal-policy { max-width: 1180px; margin: 0 auto; padding: 64px 24px; }
.tsws-section-head { max-width: 760px; margin-bottom: 30px; }
.tsws-section-head .tsws-eyebrow { color: var(--tsws-blue); }
.tsws-section-head h2 { margin: 10px 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.tsws-section-head p { color: var(--tsws-muted); font-size: 17px; line-height: 1.6; }
.tsws-form { max-width: 920px; padding: 30px; border: 1px solid var(--tsws-line); border-radius: 24px; background: #fff; box-shadow: 0 16px 48px rgba(0,0,0,.055); }
.tsws-form-head { margin-bottom: 24px; }
.tsws-form-head .tsws-eyebrow { color: var(--tsws-blue); }
.tsws-form-head h2 { margin: 8px 0 0; font-size: 28px; }
.tsws-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tsws-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.tsws-field.tsws-wide { grid-column: 1 / -1; }
.tsws-field > span,
.tsws-form legend { font-size: 14px; font-weight: 650; }
.tsws-field input,
.tsws-field select,
.tsws-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--tsws-ink); border: 1px solid #c9c9cf; border-radius: 10px; background: #fff; box-shadow: none; font: inherit; }
.tsws-field textarea { min-height: 120px; resize: vertical; }
.tsws-field input:focus,
.tsws-field select:focus,
.tsws-field textarea:focus { outline: 3px solid rgba(0,113,227,.15); border-color: var(--tsws-blue); }
.tsws-order-context { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; background: #edf5ff; }
.tsws-problems,
.tsws-delivery { margin: 6px 0 20px; padding: 0; border: 0; }
.tsws-problems legend,
.tsws-delivery legend { margin-bottom: 11px; }
.tsws-check-grid { display: grid; grid-template-columns: 1fr; gap: 9px; }
.tsws-problem-row { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(260px, 1.3fr); gap: 12px; align-items: center; padding: 10px 12px; border: 1px solid var(--tsws-line); border-radius: 10px; background: #fbfbfd; }
.tsws-check-grid label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.tsws-check-grid input { width: 17px; height: 17px; accent-color: var(--tsws-blue); }
.tsws-check-grid .tsws-problem-detail { width: 100%; height: 42px; padding: 9px 11px; color: var(--tsws-ink); border: 1px solid #c9c9cf; border-radius: 8px; background: #fff; font: inherit; }
.tsws-check-grid .tsws-problem-detail:disabled { color: #8b8b91; background: #ececef; cursor: not-allowed; }
.tsws-check-grid .tsws-problem-detail:focus { outline: 3px solid rgba(0,113,227,.15); border-color: var(--tsws-blue); }
.tsws-delivery-option { display: flex; gap: 12px; padding: 15px; border: 1px solid var(--tsws-line); border-radius: 12px; background: #fbfbfd; }
.tsws-delivery-option + .tsws-delivery-option { margin-top: 9px; }
.tsws-delivery-option input { margin-top: 4px; accent-color: var(--tsws-blue); }
.tsws-delivery-option span { display: flex; flex-direction: column; gap: 4px; }
.tsws-delivery-option small { color: var(--tsws-muted); }
.tsws-pickup-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin-top: 14px; padding: 18px; border: 1px solid #bddcff; border-radius: 12px; background: #f4f9ff; }
.tsws-pickup-fields[hidden] { display: none; }
.tsws-consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--tsws-muted); font-size: 13px; line-height: 1.5; }
.tsws-consent input { margin-top: 3px; accent-color: var(--tsws-blue); }
.tsws-submit { min-height: 50px; padding: 0 26px; color: #fff; border: 0; border-radius: 999px; background: var(--tsws-blue); font: inherit; font-weight: 700; cursor: pointer; }
.tsws-policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 54px; }
.tsws-policy-grid article { position: relative; padding: 28px 0 30px 58px; border-top: 1px solid var(--tsws-line); }
.tsws-policy-grid article > span { position: absolute; top: 30px; left: 0; color: var(--tsws-blue); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.tsws-policy-grid h3 { margin: 0 0 10px; font-size: 22px; }
.tsws-policy-grid p { margin: 0; color: #515154; line-height: 1.7; }
.tsws-legal-note { margin-top: 30px; padding: 26px; border-radius: 18px; background: var(--tsws-soft); }
.tsws-legal-note strong { font-size: 18px; }
.tsws-legal-note p { color: #515154; line-height: 1.65; }
.tsws-legal-note a { color: var(--tsws-blue); font-weight: 650; }
.tsws-notice { max-width: 1132px; margin: 20px auto; padding: 16px 18px; border-radius: 12px; }
.tsws-notice.success { color: #095c2d; background: #e2f6e9; }
.tsws-notice.error { color: #8a231f; background: #fde9e7; }
.tsws-account-head,
.tsws-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.tsws-account-head .tsws-eyebrow,
.tsws-detail-head .tsws-eyebrow { color: var(--tsws-blue); }
.tsws-account-head h2,
.tsws-detail-head h2 { margin: 7px 0; font-size: 34px; }
.tsws-account-head p,
.tsws-detail-head p { color: var(--tsws-muted); }
.tsws-case-grid,
.tsws-order-cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.tsws-case-card { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 20px; border: 1px solid var(--tsws-line); border-radius: 16px; background: #fff; }
.tsws-case-card h3 { margin: 4px 0 0; font-size: 19px; }
.tsws-case-card p { grid-column: 1 / -1; margin: 0; color: var(--tsws-muted); }
.tsws-case-card > a { color: var(--tsws-blue); font-weight: 650; }
.tsws-case-type { color: var(--tsws-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tsws-status { display: inline-flex; align-items: center; align-self: flex-start; padding: 6px 9px; border-radius: 999px; color: #5f4300; background: #fff0c8; font-size: 11px; font-weight: 700; }
.tsws-status-completed,
.tsws-status-ready,
.tsws-status-approved { color: #095c2d; background: #dff4e7; }
.tsws-status-diagnosing,
.tsws-status-in_repair { color: #074f9b; background: #dceeff; }
.tsws-empty { padding: 34px; border-radius: 16px; background: var(--tsws-soft); text-align: center; }
.tsws-back { display: inline-block; margin-bottom: 22px; color: var(--tsws-blue); }
.tsws-detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.tsws-detail-grid section,
.tsws-case-detail > section { padding: 22px; border: 1px solid var(--tsws-line); border-radius: 16px; margin-bottom: 18px; }
.tsws-detail-grid h3,
.tsws-case-detail > section h3 { margin-top: 0; }
.tsws-detail-grid dl { display: grid; grid-template-columns: 90px 1fr; gap: 8px; margin: 0; }
.tsws-detail-grid dt { color: var(--tsws-muted); }
.tsws-detail-grid dd { margin: 0; font-weight: 600; }
.tsws-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.tsws-tags span { padding: 5px 9px; border-radius: 999px; background: var(--tsws-soft); font-size: 12px; }
.tsws-problem-summaries { display: grid; gap: 8px; margin-top: 14px; }
.tsws-problem-summaries > div { display: grid; grid-template-columns: minmax(130px, .45fr) minmax(0, 1.55fr); gap: 10px; padding: 10px 12px; border-radius: 10px; background: var(--tsws-soft); }
.tsws-problem-summaries span { color: var(--tsws-muted); }
.tsws-response { border-color: #bddcff !important; background: #f2f8ff; }
.tsws-response .tsws-eyebrow { color: var(--tsws-blue); }
.tsws-findings { display: grid; gap: 10px; }
.tsws-findings article { padding: 14px; border-radius: 10px; background: var(--tsws-soft); }
.tsws-findings article p { margin: 5px 0; }
.tsws-table { width: 100%; border-collapse: collapse; }
.tsws-table th,
.tsws-table td { padding: 10px; border-bottom: 1px solid var(--tsws-line); text-align: left; }
.tsws-table td:last-child,
.tsws-table th:last-child { text-align: right; }
.tsws-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tsws-coverage-note { color: var(--tsws-muted); font-size: 13px; }
.tsws-order-panel { margin-top: 34px; }
@media (max-width: 880px) {
	.tsws-policy-hero,
	.tsws-policy-actions,
	.tsws-detail-grid { grid-template-columns: 1fr; }
	.tsws-policy-hero { gap: 30px; padding-top: 58px; padding-bottom: 58px; }
	.tsws-policy-actions { padding-top: 42px; }
}
@media (max-width: 640px) {
	.tsws-policy-hero { padding-left: 18px; padding-right: 18px; }
	.tsws-guest-forms,
	.tsws-legal-policy { padding: 42px 18px; }
	.tsws-policy-grid,
	.tsws-form-grid,
	.tsws-check-grid,
	.tsws-case-grid,
	.tsws-order-cases { grid-template-columns: 1fr; }
	.tsws-form { padding: 20px; border-radius: 18px; }
	.tsws-order-context,
	.tsws-account-head,
	.tsws-detail-head { flex-direction: column; }
	.tsws-problem-row,
	.tsws-problem-summaries > div,
	.tsws-pickup-fields { grid-template-columns: 1fr; }
	.tsws-policy-grid article { padding-left: 46px; }
}
