:root {
	--ttom-red: #ed1c24;
	--ttom-ink: #171719;
	--ttom-muted: #66666e;
	--ttom-line: #dedee3;
	--ttom-paper: #f5f4f1;
	--ttom-white: #fff;
}

.ttom {
	color: var(--ttom-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 auto 80px;
	max-width: 1280px;
	padding: 0 24px;
}

.ttom *, .ttom *::before, .ttom *::after { box-sizing: border-box; }
.ttom button, .ttom input { font: inherit; }
.ttom button { cursor: pointer; }

.ttom-hero {
	background:
		radial-gradient(circle at 78% 25%, rgba(237, 28, 36, .25), transparent 26%),
		linear-gradient(135deg, #111113 0%, #26262a 100%);
	border-radius: 26px;
	color: var(--ttom-white);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	margin: 28px 0 18px;
	min-height: 300px;
	overflow: hidden;
	padding: 42px 50px 54px;
	position: relative;
}

.ttom-hero::after {
	background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.025) 34px 35px);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ttom-hero__content, .ttom-hero__quick { position: relative; z-index: 1; }
.ttom-hero__top { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 14px; margin: 0 0 15px; }
.ttom-eyebrow {
	color: #b9b9c0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	margin: 0;
	text-transform: uppercase;
}

.ttom-language { border: 1px solid #55555c; border-radius: 999px; color: #c8c8ce; font-size: 9px; font-weight: 700; letter-spacing: .08em; padding: 4px 8px; text-transform: uppercase; }

.ttom-hero h1 {
	color: var(--ttom-white);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .98;
	margin: 0;
	max-width: 760px;
	text-transform: none;
}

.ttom .ttom-hero h1,
.ttom .ttom-hero h1.tt-heading-on-light,
.ttom .ttom-hero h1.tt-heading-on-dark { color: var(--ttom-white) !important; }
.ttom[data-ttom] .ttom-hero h1 span { color: var(--ttom-red) !important; }
.ttom-hero__lead { color: #d2d2d7; font-size: 16px; margin: 15px 0 20px; max-width: 600px; }
.ttom-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ttom-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 0 19px;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.ttom-button:hover { transform: translateY(-2px); }
.ttom-button--primary { background: var(--ttom-red); color: #fff; }
.ttom-button--primary:hover { background: #ff3037; color: #fff; }
.ttom-button--ghost { border-color: #55555c; color: #fff; }
.ttom-button--ghost:hover { border-color: #fff; color: #fff; }

.ttom-hero__quick {
	align-self: end;
	border-left: 1px solid #49494f;
	display: grid;
	gap: 13px;
	margin: 0 0 2px 24px;
	padding-left: 24px;
}

.ttom-hero__quick div { display: grid; grid-template-columns: 52px 1fr; gap: 8px; align-items: baseline; }
.ttom-hero__quick strong { color: #fff; font-size: 22px; line-height: 1; }
.ttom-hero__quick span { color: #a8a8b0; font-size: 13px; }

.ttom-search-shell {
	background: var(--ttom-white);
	border: 1px solid var(--ttom-line);
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(20,20,22,.08);
	margin: -36px 26px 42px;
	padding: 16px;
	position: relative;
	z-index: 4;
}

.ttom-search {
	align-items: center;
	background: #fff;
	border: 2px solid #c9c9cf;
	border-radius: 12px;
	display: flex;
	min-height: 64px;
	padding: 0 15px 0 19px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.ttom-search:focus-within { border-color: var(--ttom-red); box-shadow: 0 0 0 4px rgba(237,28,36,.1); }
.ttom-search__icon { border: 2px solid #54545b; border-radius: 50%; height: 17px; margin-right: 16px; position: relative; width: 17px; }
.ttom-search__icon::after { background: #54545b; content: ""; height: 2px; position: absolute; right: -7px; top: 13px; transform: rotate(45deg); width: 8px; }
.ttom-search input { border: 0; box-shadow: none; color: var(--ttom-ink); flex: 1; font-size: 17px; height: 56px; margin: 0; min-width: 0; outline: 0; padding: 0; }
.ttom-search input::placeholder { color: #8a8a92; }
.ttom-search kbd { background: #f0f0f2; border: 1px solid #d6d6da; border-radius: 5px; color: #77777e; font-size: 12px; line-height: 24px; margin-left: 12px; text-align: center; width: 26px; }
.ttom-search__clear { background: transparent; border: 0; color: #555; font-size: 25px; line-height: 1; margin-left: 10px; padding: 6px; }

.ttom-suggestions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; padding: 13px 2px 0; }
.ttom-suggestions > span { color: var(--ttom-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 4px; text-transform: uppercase; }
.ttom-suggestions button { background: #f3f3f5; border: 0; border-radius: 999px; color: #4c4c53; font-size: 12px; padding: 7px 12px; }
.ttom-suggestions button:hover { background: #e9e9ec; color: #111; }

.ttom-layout { align-items: start; display: grid; gap: 50px; grid-template-columns: 245px minmax(0, 1fr); }
.ttom-toc { position: sticky; top: 106px; }
.ttom-mobile-index { display: none; }
.ttom-toc__label { color: #929299; font-size: 11px; font-weight: 700; letter-spacing: .15em; margin: 0 0 13px; text-transform: uppercase; }
.ttom-toc__item { align-items: center; background: transparent; border: 0; border-left: 2px solid #dedee2; color: #63636a; display: grid; font-size: 13px; grid-template-columns: 28px 1fr auto; min-height: 42px; padding: 7px 8px 7px 13px; text-align: left; transition: color .2s ease, border-color .2s ease, background .2s ease; width: 100%; }
.ttom-toc__item span { color: #a2a2a8; font-size: 10px; letter-spacing: .08em; }
.ttom-toc__item b { background: #eeeef0; border-radius: 99px; color: #77777e; font-size: 10px; font-weight: 600; min-width: 22px; padding: 2px 5px; text-align: center; }
.ttom-toc__item:hover, .ttom-toc__item.is-active { background: #f7f7f8; border-left-color: var(--ttom-red); color: var(--ttom-ink); }
.ttom-toc__item.is-active { font-weight: 700; }
.ttom-toc__pdf { background: var(--ttom-ink); border-radius: 12px; color: #fff; display: grid; grid-template-columns: 42px 1fr; margin-top: 26px; padding: 14px; text-decoration: none; }
.ttom-toc__pdf:hover { color: #fff; }
.ttom-toc__pdf > span { align-items: center; background: var(--ttom-red); border-radius: 6px; display: flex; font-size: 10px; font-weight: 800; grid-row: 1 / 3; justify-content: center; margin-right: 10px; }
.ttom-toc__pdf strong { font-size: 12px; }
.ttom-toc__pdf small { color: #aaaab1; font-size: 10px; }

.ttom-manual { min-width: 0; }
.ttom-status { align-items: center; border-bottom: 1px solid var(--ttom-line); display: flex; justify-content: space-between; margin-bottom: 24px; min-height: 58px; padding: 0 2px 17px; }
.ttom-status p { display: grid; margin: 0; }
.ttom-status strong { font-size: 15px; }
.ttom-status span { color: var(--ttom-muted); font-size: 12px; }

.ttom-best { align-items: center; background: #1a1a1d; border-radius: 16px; color: #fff; display: grid; gap: 18px; grid-template-columns: 98px minmax(0,1fr) auto; margin: 0 0 36px; overflow: hidden; padding: 24px 28px; position: relative; }
.ttom-best::before { background: var(--ttom-red); content: ""; inset: 0 auto 0 0; position: absolute; width: 4px; }
.ttom-best__eyebrow { color: #ff8589; font-size: 10px; font-weight: 800; letter-spacing: .13em; margin: 0; text-transform: uppercase; }
.ttom-best h2 { color: #fff; font-size: 22px; letter-spacing: -.02em; margin: 0 0 4px; text-transform: none; }
.ttom-best div p { color: #c8c8ce; font-size: 13px; margin: 0; }
.ttom-best a { border-bottom: 1px solid #66666d; color: #fff; font-size: 12px; font-weight: 700; padding-bottom: 3px; text-decoration: none; white-space: nowrap; }

.ttom-empty { background: var(--ttom-paper); border-radius: 16px; margin: 30px 0; padding: 42px; text-align: center; }
.ttom-empty strong { font-size: 24px; }
.ttom-empty p { color: var(--ttom-muted); }
.ttom-empty button { background: var(--ttom-ink); border: 0; border-radius: 999px; color: #fff; padding: 10px 18px; }

.ttom-section { margin: 0 0 58px; scroll-margin-top: 120px; }
.ttom-section__header { align-items: center; display: flex; gap: 17px; margin-bottom: 16px; }
.ttom-section__header > span { align-items: center; background: var(--ttom-red); border-radius: 50%; color: #fff; display: flex; font-size: 11px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.ttom-section__header h2 { color: var(--ttom-ink); font-size: 25px; letter-spacing: -.025em; line-height: 1.1; margin: 0; text-transform: none; }
.ttom-section__header p { color: #96969d; font-size: 11px; margin: 2px 0 0; text-transform: uppercase; }
.ttom-section__cards { border-top: 1px solid var(--ttom-line); }

.ttom-card { border-bottom: 1px solid var(--ttom-line); scroll-margin-top: 112px; }
.ttom-card[hidden], .ttom-section[hidden] { display: none; }
.ttom-card summary { align-items: start; cursor: pointer; display: grid; gap: 14px; grid-template-columns: 34px minmax(0,1fr) auto 24px; list-style: none; padding: 22px 2px; }
.ttom-card summary::-webkit-details-marker { display: none; }
.ttom-card__number { color: #aaaab0; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding-top: 5px; }
.ttom-card__heading { display: grid; gap: 5px; }
.ttom-card__heading strong { color: var(--ttom-ink); font-size: 17px; line-height: 1.25; }
.ttom-card__heading small { color: var(--ttom-muted); font-size: 12px; font-weight: 400; line-height: 1.45; max-width: 680px; }
.ttom-card__page { background: #f0f0f2; border-radius: 5px; color: #77777d; font-size: 9px; font-weight: 700; margin-top: 1px; padding: 5px 7px; white-space: nowrap; }
.ttom-card__toggle { height: 22px; margin-top: 1px; position: relative; width: 22px; }
.ttom-card__toggle::before, .ttom-card__toggle::after { background: #77777e; content: ""; left: 5px; position: absolute; top: 10px; transition: transform .2s ease; width: 12px; height: 1px; }
.ttom-card__toggle::after { transform: rotate(90deg); }
.ttom-card[open] .ttom-card__toggle::after { transform: rotate(0); }
.ttom-card[open] summary { padding-bottom: 17px; }

.ttom-card__body { background: var(--ttom-paper); border-radius: 14px; display: grid; gap: 28px; grid-template-columns: minmax(0,1.45fr) minmax(230px,.75fr); margin: 0 0 22px; padding: 28px; }
.ttom-card__answer { font-size: 15px; font-weight: 650; margin: 0 0 20px; }
.ttom-card__copy ol { counter-reset: ttom-step; list-style: none; margin: 0; padding: 0; }
.ttom-card__copy li { counter-increment: ttom-step; font-size: 13px; margin: 0 0 13px; min-height: 25px; padding: 3px 0 0 38px; position: relative; }
.ttom-card__copy li::before { align-items: center; background: #fff; border: 1px solid #d5d5d9; border-radius: 50%; color: var(--ttom-red); content: counter(ttom-step); display: flex; font-size: 10px; font-weight: 800; height: 25px; justify-content: center; left: 0; position: absolute; top: 0; width: 25px; }
.ttom-card__note { border-left: 3px solid var(--ttom-red); color: #58585f; font-size: 12px; margin: 22px 0 0; padding: 3px 0 3px 13px; }
.ttom-card__note strong { color: var(--ttom-ink); display: block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.ttom-card__visual { align-self: start; background: #fff; border: 1px solid #dcdce0; border-radius: 10px; color: var(--ttom-ink); display: block; overflow: hidden; text-decoration: none; }
.ttom-card__visual img { aspect-ratio: 1 / 1.12; display: block; height: auto; object-fit: cover; object-position: top; transition: transform .25s ease; width: 100%; }
.ttom-card__visual:hover img { transform: scale(1.025); }
.ttom-card__visual > span { align-items: center; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; padding: 10px 12px; text-transform: uppercase; }

.ttom-current-visual { background: linear-gradient(145deg, #171719, #2a2a2f); color: #fff; min-height: 290px; padding: 22px; }
.ttom-current-visual > p { border-top: 1px solid #44444a; color: #aaaab2; font-size: 9px; font-weight: 700; letter-spacing: .08em; margin: 18px 0 0; padding-top: 12px; text-transform: uppercase; }
.ttom-package-visual { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ttom-package-visual > div { background: #303036; border: 1px solid #414148; border-radius: 7px; display: grid; padding: 10px; }
.ttom-package-visual > div.is-accent { background: rgba(237,28,36,.14); border-color: rgba(237,28,36,.65); }
.ttom-package-visual b { color: #fff; font-size: 14px; }
.ttom-package-visual span { color: #bcbcc3; font-size: 9px; }
.ttom-package-visual > p { grid-column: 1 / -1; }

.ttom-charge-visual { display: flex; flex-direction: column; justify-content: center; }
.ttom-charge-flow { align-items: center; display: flex; justify-content: center; margin: 8px 0 26px; }
.ttom-charge-flow > i { background: #7b7b84; height: 2px; width: 34px; }
.ttom-charge-usb, .ttom-charge-battery { align-items: center; border: 2px solid #c7c7cd; border-radius: 5px; display: flex; font-size: 10px; font-weight: 800; height: 44px; justify-content: center; width: 56px; }
.ttom-charge-battery { border-radius: 7px; height: 52px; position: relative; width: 42px; }
.ttom-charge-battery::before { background: #c7c7cd; border-radius: 2px 2px 0 0; content: ""; height: 5px; position: absolute; top: -7px; width: 18px; }
.ttom-charge-led { align-items: center; background: #303036; border-radius: 999px; display: flex; flex-direction: column; font-size: 8px; height: 54px; justify-content: center; width: 54px; }
.ttom-charge-led b { background: var(--ttom-red); border-radius: 50%; box-shadow: 0 0 12px rgba(237,28,36,.9); display: block; height: 10px; margin-bottom: 4px; width: 10px; }
.ttom-charge-states { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.ttom-charge-states p { background: #303036; border-radius: 7px; display: grid; grid-template-columns: 12px 1fr; margin: 0; padding: 10px; }
.ttom-charge-states p > b { border-radius: 50%; grid-row: 1 / 3; height: 8px; margin: 5px 5px 0 0; width: 8px; }
.ttom-charge-states .is-red { background: var(--ttom-red); box-shadow: 0 0 8px rgba(237,28,36,.8); }
.ttom-charge-states .is-off { border: 1px solid #777780; }
.ttom-charge-states strong { font-size: 10px; }
.ttom-charge-states span { color: #aaaab2; font-size: 8px; }

.ttom-lock-visual { display: grid; gap: 10px; padding: 10px; }
.ttom-lock-visual:hover img { transform: none; }
.ttom-lock-method { background: #f3f3f5; border-radius: 8px; color: var(--ttom-ink); display: block; overflow: hidden; text-decoration: none; }
.ttom-lock-method:hover { color: var(--ttom-ink); }
.ttom-lock-method img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.ttom-lock-method:hover img { transform: scale(1.025); }
.ttom-lock-method > span { align-items: center; display: flex; justify-content: space-between; padding: 9px 10px; }
.ttom-lock-method strong { font-size: 11px; }
.ttom-lock-method small { color: var(--ttom-muted); font-size: 9px; }
.ttom-lock-guide { align-items: center; border-top: 1px solid #e0e0e3; color: var(--ttom-ink); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; padding: 4px 2px 0; text-decoration: none; }
.ttom-lock-guide:hover { color: var(--ttom-red); }

.ttom-safety-visual { display: grid; gap: 9px; }
.ttom-safety-visual > div { align-items: center; background: #303036; border-left: 3px solid var(--ttom-red); border-radius: 6px; display: grid; grid-template-columns: 62px 1fr; padding: 11px; }
.ttom-safety-visual b { font-size: 10px; letter-spacing: .04em; }
.ttom-safety-visual span { color: #bebec5; font-size: 9px; }

.ttom-dialog { background: transparent; border: 0; height: 94vh; max-height: none; max-width: 1100px; padding: 0; width: min(94vw, 1100px); }
.ttom-dialog::backdrop { background: rgba(10,10,12,.86); backdrop-filter: blur(6px); }
.ttom-dialog > button { align-items: center; appearance: none; background: rgba(24,24,27,.94); border: 1px solid rgba(255,255,255,.58); border-radius: 8px; box-shadow: 0 5px 16px rgba(0,0,0,.28); box-sizing: border-box; color: #fff; cursor: pointer; display: flex; font-family: Arial, sans-serif; font-size: 23px; font-weight: 400; height: 36px; justify-content: center; line-height: 1; margin: 0; min-height: 0; min-width: 0; padding: 0 0 2px; position: fixed; right: 16px; text-shadow: none; top: 16px; width: 36px; z-index: 2; }
.ttom-dialog > button:hover { background: var(--ttom-red); border-color: var(--ttom-red); box-shadow: 0 5px 16px rgba(0,0,0,.28); color: #fff; }
.ttom-dialog > button:focus-visible { outline: 3px solid rgba(255,255,255,.8); outline-offset: 2px; }
.ttom-dialog figure { margin: 0 auto; width: fit-content; }
.ttom-dialog img { background: #fff; display: block; height: auto; margin: 0 auto; max-height: 88vh; max-width: 100%; width: auto; }
.ttom-dialog figcaption { background: #fff; color: #333; font-size: 12px; padding: 10px 14px; }

@media (max-width: 980px) {
	.ttom { padding: 0 18px; }
	.ttom-hero { grid-template-columns: 1fr; padding: 58px 46px 70px; }
	.ttom-hero__quick { border-left: 0; border-top: 1px solid #49494f; grid-template-columns: repeat(3, 1fr); margin: 42px 0 0; padding: 25px 0 0; }
	.ttom-hero__quick div { grid-template-columns: 1fr; }
	.ttom-search-shell { margin-left: 18px; margin-right: 18px; }
	.ttom-layout { gap: 30px; grid-template-columns: 205px minmax(0,1fr); }
	.ttom-card__body { grid-template-columns: 1fr; }
	.ttom-card__visual { max-width: 360px; }
}

@media (max-width: 760px) {
	.ttom { margin-bottom: 45px; padding: 0 12px; }
	.ttom-hero { border-radius: 18px; margin-top: 12px; min-height: 0; padding: 26px 20px 52px; }
	.ttom-hero__top { gap: 7px; margin-bottom: 12px; }
	.ttom-eyebrow { font-size: 9px; letter-spacing: .11em; }
	.ttom-language { font-size: 8px; padding: 3px 7px; }
	.ttom-hero h1 { font-size: 31px; line-height: 1.03; }
	.ttom-hero h1 span { display: block; }
	.ttom-hero__lead { font-size: 13px; line-height: 1.45; margin: 12px 0 0; }
	.ttom-hero__actions, .ttom-hero__quick { display: none; }
	.ttom-search-shell { border-radius: 14px; margin: -32px 8px 22px; padding: 8px; }
	.ttom-search { min-height: 58px; }
	.ttom-search input { font-size: 14px; height: 50px; }
	.ttom-search kbd { display: none; }
	.ttom-suggestions { display: none; }
	.ttom-layout { display: block; }
	.ttom-toc { background: #fff; display: block; margin: 0 0 24px; padding: 0; position: static; }
	.ttom-toc__label, .ttom-toc__pdf, .ttom-toc__item { display: none; }
	.ttom-mobile-index { display: grid; gap: 6px; }
	.ttom-mobile-index span { color: #929299; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
	.ttom-mobile-index select { background: #fff; border: 1px solid #d8d8dd; border-radius: 10px; box-shadow: 0 4px 14px rgba(20,20,24,.05); color: var(--ttom-ink); font-size: 14px; font-weight: 700; min-height: 48px; padding: 0 14px; width: 100%; }
	.ttom-mobile-index select:focus { border-color: var(--ttom-red); box-shadow: 0 0 0 3px rgba(237,28,36,.12); outline: 0; }
	.ttom-best { align-items: start; grid-template-columns: 1fr; padding: 22px; }
	.ttom-best__eyebrow { margin-bottom: -8px; }
	.ttom-section { margin-bottom: 44px; }
	.ttom-card summary { gap: 9px; grid-template-columns: 24px minmax(0,1fr) 20px; padding: 19px 0; }
	.ttom-card__page { display: none; }
	.ttom-card__heading small { font-size: 11px; }
	.ttom-card__body { border-radius: 10px; margin-bottom: 16px; padding: 20px; }
	.ttom-card__visual { max-width: none; }
	.ttom-current-visual { min-height: 260px; }
}

@media print {
	.ttom { max-width: none; }
	.ttom-hero, .ttom-search-shell, .ttom-toc, .ttom-best, .ttom-dialog { display: none !important; }
	.ttom-layout { display: block; }
	.ttom-card { break-inside: avoid; }
	.ttom-card summary { list-style: none; }
	.ttom-card__body { display: grid !important; }
}
