body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#edf2f9}.osp-manual{--osp-blue: #1E5BB8;--osp-blue-dark: #16437E;--osp-ink: #0B1E3F;--osp-muted: #51617A;--osp-bg: #f5f8fb;--osp-surface: #ffffff;--osp-soft: #EAF2FB;--osp-line: #DCE6F3;--osp-success: #16835f;--osp-success-bg: rgba(22, 131, 95, .08);--osp-warning: #a85b00;--osp-warning-bg: rgba(168, 91, 0, .09);--osp-danger: #b3261e;--osp-danger-bg: rgba(179, 38, 30, .08);--osp-radius: 16px;--osp-radius-lg: 24px;--osp-shadow: 0 18px 50px rgba(11, 30, 63, .1);--osp-shadow-sm: 0 8px 24px rgba(11, 30, 63, .07);--osp-max: 1200px;--osp-tap: 46px;color:var(--osp-ink);background:var(--osp-bg);font-family:inherit;line-height:1.55;padding:clamp(.75rem,3vw,2rem)}.osp-manual *,.osp-manual *:before,.osp-manual *:after{box-sizing:border-box}.osp-manual img{max-width:100%;height:auto;display:block}.osp-manual a{color:var(--osp-blue)}.osp-manual :focus-visible{outline:3px solid var(--osp-blue);outline-offset:2px;border-radius:6px}.osp-wrap{width:min(var(--osp-max),100%);margin-inline:auto}.osp-manual h1,.osp-manual h2,.osp-manual h3,.osp-manual h4{line-height:1.12;letter-spacing:-.02em;margin:0 0 .5rem}.osp-manual h1{font-size:clamp(1.9rem,6vw,3.4rem)}.osp-manual h2{font-size:clamp(1.5rem,4vw,2.2rem)}.osp-manual h3{font-size:clamp(1.15rem,2.4vw,1.4rem)}.osp-manual h4{font-size:1.02rem}.osp-eyebrow{display:inline-flex;width:fit-content;border:1px solid var(--osp-line);border-radius:999px;padding:.3rem .7rem;background:var(--osp-soft);color:var(--osp-blue-dark);font-weight:800;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;margin:0 0 .65rem}.osp-lead{color:var(--osp-muted);font-size:clamp(1rem,2vw,1.18rem);max-width:66ch;margin:0}.osp-brandbar{display:flex;align-items:center;gap:.8rem;margin:0 0 .9rem}.osp-brandbar img{height:40px;width:auto;display:block}.osp-unlocks{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:1.1rem 0 0;padding:0}.osp-unlocks li{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:#fff;border:1px solid var(--osp-line);border-radius:14px;padding:.65rem .4rem .55rem;flex:1 1 84px;max-width:108px;text-align:center;font-size:.72rem;font-weight:800;color:var(--osp-blue-dark);line-height:1.15;box-shadow:var(--osp-shadow-sm)}.osp-unlocks img{width:42px;height:42px;display:block}.osp-callout--app{display:flex;gap:.85rem;align-items:center}.osp-manual img.osp-ttlock-logo{height:46px;width:auto;flex:none;background:#fff;border:1px solid var(--osp-line);border-radius:12px;padding:5px}.osp-manual img.osp-btn-logo{height:20px;width:auto;display:block;background:#fff;border-radius:5px;padding:1px}.osp-breadcrumbs{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap;color:var(--osp-muted);font-size:.9rem;margin-bottom:1rem}.osp-breadcrumbs a{text-decoration:none}.osp-breadcrumbs a:hover{text-decoration:underline}.osp-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.1rem}.osp-button{min-height:var(--osp-tap);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;text-align:center;border:1px solid transparent;border-radius:999px;padding:.7rem 1.15rem;font-weight:800;font-size:1rem;cursor:pointer;transition:background .15s ease,transform .05s ease}.osp-button:active{transform:translateY(1px)}.osp-button--primary{background:var(--osp-blue);color:#fff!important}.osp-button--primary:hover{background:var(--osp-blue-dark)}.osp-button--secondary{background:#fff;border-color:var(--osp-line);color:var(--osp-blue-dark)!important}.osp-button--secondary:hover{background:var(--osp-soft)}.osp-button--ghost{background:transparent;border-color:var(--osp-line);color:var(--osp-blue)!important}.osp-button--block{width:100%}.osp-hero{display:grid;gap:1rem;margin-bottom:1rem}.osp-hero__copy,.osp-hero__panel,.osp-search,.osp-section,.osp-support{background:var(--osp-surface);border:1px solid var(--osp-line);border-radius:var(--osp-radius-lg);box-shadow:var(--osp-shadow);padding:clamp(1rem,3vw,2rem)}.osp-hero__panel h2{font-size:1.25rem}.osp-hero__panel hr{border:0;border-top:1px solid var(--osp-line);margin:1rem 0}.osp-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:1.1rem 0 0;padding:0}.osp-stats>div{background:var(--osp-soft);border:1px solid var(--osp-line);border-radius:14px;padding:.65rem .75rem}.osp-stats dt{color:var(--osp-muted);font-size:.78rem;margin:0}.osp-stats dd{margin:.1rem 0 0;font-weight:800}.osp-app-links{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.osp-app-links .osp-button{flex:1 1 auto}.osp-callout{border:1px solid var(--osp-line);border-left-width:5px;border-radius:12px;background:#fff;padding:.85rem 1rem;margin:1rem 0}.osp-callout>strong{display:block;margin-bottom:.2rem}.osp-callout>div :last-child{margin-bottom:0}.osp-callout--warning{background:var(--osp-warning-bg);border-color:#a85b0066}.osp-callout--danger{background:var(--osp-danger-bg);border-color:#b3261e66}.osp-callout--success{background:var(--osp-success-bg);border-color:#16835f66}.osp-callout--info{background:#1e5bb812;border-color:#1e5bb859}.osp-callout--note{background:var(--osp-soft);border-color:var(--osp-line)}.osp-checklist{margin:0;padding-left:1.15rem}.osp-checklist li{margin:.4rem 0}.osp-specs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.4rem}.osp-specs li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem .2rem;border-bottom:1px dashed var(--osp-line)}.osp-specs li:last-child{border-bottom:0}.osp-specs .k{color:var(--osp-muted)}.osp-specs .v{font-weight:700;text-align:right}.osp-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.osp-table{width:100%;border-collapse:collapse;min-width:320px}.osp-table caption{text-align:left;color:var(--osp-muted);font-size:.9rem;margin-bottom:.5rem}.osp-table th,.osp-table td{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--osp-line)}.osp-table thead th{background:var(--osp-soft);font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.osp-table tbody tr:nth-child(2n){background:#fafcfe}.osp-search{margin-bottom:1rem}.osp-search label{display:block;font-weight:800;margin-bottom:.5rem}.osp-search__field{position:relative}.osp-search input[type=search]{width:100%;min-height:50px;border:1px solid var(--osp-line);border-radius:999px;padding:0 1.1rem;font-size:1rem;background:#fff}.osp-search__results{display:grid;gap:.5rem;margin-top:.9rem}.osp-search__results:empty{margin-top:0}.osp-search-result{display:block;border:1px solid var(--osp-line);border-radius:12px;padding:.7rem .85rem;background:#fff;text-decoration:none;color:inherit}.osp-search-result:hover{background:var(--osp-soft)}.osp-search-result small{display:block;color:var(--osp-muted);font-weight:700;font-size:.76rem;text-transform:uppercase;letter-spacing:.03em}.osp-search-result strong{display:block;color:var(--osp-ink)}.osp-search-result mark{background:#fff3c4;padding:0 .1em;border-radius:3px}.osp-search__suggest{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-top:.7rem}.osp-search__suggest>span{color:var(--osp-muted);font-size:.82rem;font-weight:800}.osp-chip{border:1px solid var(--osp-line);background:var(--osp-soft);color:var(--osp-blue-dark);border-radius:999px;padding:.3rem .75rem;font-size:.85rem;font-weight:700;cursor:pointer;min-height:34px}.osp-chip:hover{background:#fff;border-color:var(--osp-blue)}.osp-layout{display:block}.osp-toc{display:none}.osp-progress{margin-top:1rem}.osp-section{margin-top:1rem;scroll-margin-top:1rem}.osp-section__head{margin-bottom:1rem}.osp-section__head p{margin:0}.osp-guides{display:grid;gap:1rem}.osp-guide{border:1px solid var(--osp-line);border-radius:var(--osp-radius);background:#fff;box-shadow:var(--osp-shadow-sm);overflow:hidden;scroll-margin-top:1rem}.osp-guide__summary{list-style:none;cursor:pointer;padding:1rem 1.1rem;display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center}.osp-guide__summary::-webkit-details-marker{display:none}.osp-guide__num{width:40px;height:40px;flex:none;border-radius:50%;background:linear-gradient(135deg,var(--osp-blue),#0B1E3F);color:#fff;font-weight:800;display:grid;place-items:center;font-size:1.05rem}.osp-guide[data-priority=high] .osp-guide__num{background:var(--osp-warning)}.osp-guide__head h3{margin:0 0 .15rem}.osp-guide__meta{display:flex;gap:.4rem;flex-wrap:wrap}.osp-pill{border:1px solid var(--osp-line);border-radius:999px;padding:.12rem .5rem;color:var(--osp-muted);font-size:.74rem;font-weight:800;white-space:nowrap}.osp-pill--done{background:var(--osp-success-bg);border-color:#16835f66;color:var(--osp-success)}.osp-guide__chevron{color:var(--osp-muted);font-size:1.4rem;transition:transform .2s ease;line-height:1}.osp-guide[open] .osp-guide__chevron{transform:rotate(180deg)}.osp-guide__body{padding:0 1.1rem 1.2rem;border-top:1px solid var(--osp-line)}.osp-guide__body>p.osp-guide__summary-text{color:var(--osp-muted);margin:1rem 0}.osp-figures{display:grid;gap:.75rem;grid-template-columns:1fr;margin:1rem 0}.osp-image-button{border:0;background:transparent;padding:0;width:100%;cursor:zoom-in;border-radius:14px;overflow:hidden;display:block}.osp-image-button img{width:100%;border:1px solid var(--osp-line);border-radius:14px;background:var(--osp-soft)}.osp-figure figcaption{color:var(--osp-muted);font-size:.82rem;margin-top:.35rem}.osp-figure--missing img{display:none}.osp-figure--missing .osp-image-placeholder{display:grid}.osp-image-placeholder{display:none;place-items:center;aspect-ratio:3 / 2;border:1px dashed var(--osp-line);border-radius:14px;color:var(--osp-muted);background:var(--osp-soft);padding:1rem;text-align:center;font-size:.85rem}.osp-steps{list-style:none;margin:.5rem 0;padding:0;counter-reset:ospstep;display:grid;gap:.55rem}.osp-steps li{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;padding:.7rem .8rem;border:1px solid var(--osp-line);border-radius:12px;background:#fff}.osp-steps li.is-done{background:var(--osp-success-bg);border-color:#16835f59}.osp-step-check{width:26px;height:26px;margin:0;flex:none;accent-color:var(--osp-success);cursor:pointer}.osp-steps li.is-done .osp-step-text{text-decoration:line-through;color:var(--osp-muted)}.osp-subhead{font-weight:800;margin:1.2rem 0 .4rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.03em;color:var(--osp-blue-dark)}.osp-list{margin:.2rem 0;padding-left:1.15rem}.osp-list li{margin:.3rem 0}.osp-issues{display:grid;gap:.8rem}.osp-issue{border:1px solid var(--osp-line);border-radius:var(--osp-radius);background:#fff;box-shadow:var(--osp-shadow-sm);overflow:hidden;scroll-margin-top:1rem}.osp-issue[data-priority=high]{border-color:#a85b0073}.osp-issue__summary{list-style:none;cursor:pointer;padding:1rem 1.1rem;display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:center}.osp-issue__summary::-webkit-details-marker{display:none}.osp-issue__summary h3{margin:0;font-size:1.1rem}.osp-issue__cat{display:block;color:var(--osp-muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.2rem}.osp-issue[data-priority=high] .osp-issue__cat{color:var(--osp-warning)}.osp-issue__chevron{color:var(--osp-muted);font-size:1.4rem;transition:transform .2s ease}.osp-issue[open] .osp-issue__chevron{transform:rotate(180deg)}.osp-issue__body{padding:0 1.1rem 1.1rem;border-top:1px solid var(--osp-line)}.osp-related{display:flex;gap:.4rem;flex-wrap:wrap;margin:.3rem 0}.osp-related a{display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;border:1px solid var(--osp-line);border-radius:999px;padding:.3rem .7rem;font-size:.85rem;font-weight:700;background:var(--osp-soft)}.osp-related a:hover{background:#fff}.osp-helpful{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:1.1rem;padding-top:.9rem;border-top:1px dashed var(--osp-line)}.osp-helpful span{font-weight:700;color:var(--osp-muted)}.osp-helpful button{min-height:40px;border:1px solid var(--osp-line);background:#fff;border-radius:999px;padding:.35rem .9rem;font-weight:800;cursor:pointer}.osp-helpful button:hover{background:var(--osp-soft)}.osp-helpful[data-answered] button{opacity:.5;pointer-events:none}.osp-helpful[data-answered] .osp-helpful__thanks{display:inline}.osp-helpful__thanks{display:none;color:var(--osp-success);font-weight:800}.osp-videos{display:grid;gap:1rem;grid-template-columns:1fr}.osp-video{border:1px solid var(--osp-line);border-radius:var(--osp-radius);overflow:hidden;background:#fff}.osp-video__frame{position:relative;aspect-ratio:16 / 9;background:#000}.osp-video__frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.osp-video__body{padding:.85rem 1rem}.osp-video__body h3{font-size:1.05rem;margin:0 0 .25rem}.osp-video__body p{margin:0;color:var(--osp-muted);font-size:.9rem}.osp-video-guide{border-color:#1e5bb859}.osp-video-feature{display:block}.osp-video-feature .osp-video{max-width:920px;margin-inline:auto;box-shadow:var(--osp-shadow-sm)}.osp-video-feature .osp-video__body{padding:1rem 1.15rem}.osp-video-feature .osp-video__body h3{font-size:1.2rem}.osp-video-feature .osp-video__body p{font-size:.98rem}.osp-templates{display:grid;gap:.8rem}.osp-template{border:1px solid var(--osp-line);border-radius:var(--osp-radius);background:#fff;overflow:hidden}.osp-template summary{list-style:none;cursor:pointer;padding:.9rem 1.1rem;font-weight:800;display:flex;justify-content:space-between;gap:.6rem;align-items:center}.osp-template summary::-webkit-details-marker{display:none}.osp-template__body{padding:0 1.1rem 1.1rem;border-top:1px solid var(--osp-line)}.osp-template__subject{color:var(--osp-muted);font-size:.85rem;margin:.8rem 0 .4rem}.osp-template pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.92rem;background:var(--osp-soft);border:1px solid var(--osp-line);border-radius:12px;padding:.9rem;margin:0}.osp-copy{margin-top:.7rem}.osp-copy[data-copied]:after{content:" \2713  copied";color:var(--osp-success)}.osp-support{margin-top:1rem;background:linear-gradient(135deg,#0b1e3f,#173a6e);color:#fff}.osp-support h2{color:#fff}.osp-support p,.osp-support ul{color:#ffffffd1}.osp-support .osp-button--secondary{color:var(--osp-blue-dark)!important}.osp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000000e6;display:grid;place-items:center;padding:1rem}.osp-lightbox img{max-width:100%;max-height:86vh;width:auto;border-radius:10px}.osp-lightbox figcaption{color:#fff;text-align:center;margin-top:.6rem;font-size:.9rem;max-width:60ch}.osp-lightbox__close{position:absolute;right:1rem;top:1rem;min-height:44px;min-width:44px;border:0;border-radius:999px;padding:.5rem 1rem;font-weight:800;cursor:pointer;background:#fff}.osp-totop{position:fixed;right:1rem;bottom:1rem;z-index:50;min-height:46px;min-width:46px;border-radius:999px;border:1px solid var(--osp-line);background:#fff;color:var(--osp-blue-dark);font-weight:800;box-shadow:var(--osp-shadow-sm);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease;padding:.5rem .9rem}.osp-totop.is-visible{opacity:1;pointer-events:auto}.osp-noscript{border:1px solid var(--osp-line);border-radius:12px;padding:1rem;background:#fff;margin:1rem 0}@media(min-width:720px){.osp-hero{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:start}.osp-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.osp-figures{grid-template-columns:repeat(2,minmax(0,1fr))}.osp-videos{grid-template-columns:repeat(3,minmax(0,1fr))}.osp-app-links .osp-button{flex:0 1 auto}}@media(min-width:960px){.osp-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.25rem;align-items:start}.osp-toc{display:block;position:sticky;top:1rem;align-self:start;background:var(--osp-surface);border:1px solid var(--osp-line);border-radius:var(--osp-radius-lg);box-shadow:var(--osp-shadow);padding:1.1rem;max-height:calc(100vh - 2rem);overflow:auto}.osp-toc h2{font-size:1rem;text-transform:uppercase;letter-spacing:.04em;color:var(--osp-muted)}.osp-toc__list{list-style:none;margin:.5rem 0 0;padding:0}.osp-toc__list ul{list-style:none;margin:.2rem 0 .6rem;padding:0 0 0 .2rem}.osp-toc__link{display:block;text-decoration:none;color:var(--osp-ink);padding:.35rem .5rem;border-radius:8px;font-size:.92rem;border-left:3px solid transparent}.osp-toc__link:hover{background:var(--osp-soft)}.osp-toc__link.is-active{background:var(--osp-soft);border-left-color:var(--osp-blue);font-weight:800;color:var(--osp-blue-dark)}.osp-toc__group{font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:var(--osp-muted);font-weight:800;margin:.8rem 0 .2rem}.osp-section .osp-section__head h2{scroll-margin-top:1rem}}@media(min-width:1100px){.osp-figures--single{grid-template-columns:minmax(0,720px)}}.osp-progressbar{height:10px;border-radius:999px;background:var(--osp-soft);overflow:hidden;border:1px solid var(--osp-line)}.osp-progressbar>span{display:block;height:100%;width:0%;background:var(--osp-success);transition:width .3s ease}.osp-progress__label{display:flex;justify-content:space-between;font-size:.85rem;color:var(--osp-muted);margin-bottom:.35rem;font-weight:700}.osp-progress__reset{background:none;border:0;color:var(--osp-blue);cursor:pointer;font-weight:700;padding:0;font-size:.85rem}.osp-manual{--osp-tap: 54px;--osp-card-pad: clamp(22px, 4vw, 38px);font-size:clamp(18px,1.25vw,20px);line-height:1.62}.osp-hero__copy,.osp-hero__panel,.osp-search,.osp-section,.osp-support{padding:var(--osp-card-pad)}.osp-manual h1{font-size:clamp(34px,5.4vw,58px)}.osp-manual h2{font-size:clamp(28px,3.2vw,42px)}.osp-manual h3{font-size:clamp(22px,2vw,28px)}.osp-manual h4{font-size:20px}.osp-eyebrow{padding:6px 12px;font-size:13px}.osp-lead{font-size:clamp(18px,1.45vw,22px);line-height:1.62}.osp-brandbar,.osp-breadcrumbs{padding-left:var(--osp-card-pad)}.osp-brandbar{margin-bottom:18px}.osp-brandbar img{height:clamp(48px,4vw,58px)}.osp-breadcrumbs{font-size:14px;margin-bottom:18px}.osp-stats{gap:10px}.osp-stats>div{padding:14px 16px}.osp-stats dt{font-size:13px}.osp-stats dd{font-size:clamp(20px,1.7vw,26px);line-height:1.18}.osp-unlocks{gap:10px}.osp-unlocks li{flex-basis:116px;max-width:138px;min-height:104px;padding:12px 10px 10px;font-size:13px}.osp-unlocks img{width:52px;height:52px}.osp-callout{padding:16px 20px;font-size:clamp(17px,1.25vw,20px)}.osp-callout--app{align-items:flex-start;gap:16px}.osp-manual img.osp-ttlock-logo{height:56px;padding:6px}.osp-manual img.osp-btn-logo{height:24px}.osp-actions,.osp-app-links{gap:12px}.osp-button{min-height:54px;padding:13px 22px;font-size:16px;line-height:1.2}.osp-hero__panel h2{font-size:24px}.osp-checklist li,.osp-specs li,.osp-table th,.osp-table td{font-size:18px}.osp-table thead th{font-size:13px}.osp-search label{font-size:20px;margin-bottom:12px}.osp-search input[type=search]{min-height:60px;padding:0 20px;font-size:18px}.osp-search__suggest{gap:8px;margin-top:14px}.osp-search__suggest>span{font-size:14px}.osp-chip{min-height:40px;padding:8px 14px;font-size:14px}.osp-search-result{padding:14px 16px}.osp-search-result small{font-size:13px}.osp-search-result strong{font-size:19px}.osp-section{margin-top:22px}.osp-section__head{margin-bottom:22px}.osp-guides,.osp-videos{gap:16px}.osp-guide__summary{padding:18px 20px;gap:16px}.osp-guide__num{width:52px;height:52px;font-size:18px}.osp-guide__head h3,.osp-issue__summary h3,.osp-video__body h3{font-size:20px;letter-spacing:0}.osp-guide__body,.osp-issue__body,.osp-template__body{padding:0 20px 22px}.osp-guide__body>p.osp-guide__summary-text,.osp-video__body p,.osp-template__subject,.osp-figure figcaption,.osp-image-placeholder{font-size:16px}.osp-pill,.osp-issue__cat{font-size:12px}.osp-guide__chevron,.osp-issue__chevron{font-size:24px}.osp-steps{gap:10px}.osp-steps li{gap:12px;padding:14px 16px}.osp-step-check{width:30px;height:30px}.osp-subhead{font-size:15px}.osp-list li{margin:6px 0}.osp-issues,.osp-templates{gap:14px}.osp-issue__summary,.osp-template summary{padding:18px 20px}.osp-related a{min-height:40px;padding:8px 14px;font-size:15px}.osp-helpful button{min-height:44px;padding:8px 16px;font-size:16px}.osp-video__body,.osp-video-feature .osp-video__body{padding:18px 20px}.osp-video-feature .osp-video__body h3{font-size:24px}.osp-video-feature .osp-video__body p{font-size:17px}.osp-template pre{font-size:16px}.osp-lightbox figcaption{font-size:16px}.osp-progress__label,.osp-progress__reset{font-size:14px}@media(min-width:960px){.osp-layout{grid-template-columns:300px minmax(0,1fr);gap:24px}.osp-toc{padding:20px}.osp-toc h2{font-size:14px}.osp-toc__link{padding:7px 10px;font-size:15px}.osp-toc__group{font-size:12px}}@media(max-width:719px){.osp-manual{--osp-card-pad: 20px;padding:12px}.osp-manual h1{font-size:clamp(32px,9vw,40px)}.osp-brandbar,.osp-breadcrumbs{padding-left:var(--osp-card-pad)}.osp-brandbar img{height:48px}.osp-unlocks li{flex-basis:calc(50% - 5px);max-width:none}.osp-button{font-size:15px;padding-inline:18px}}.osp-manual{--osp-blue: #1E5BB8;--osp-blue-dark: #16437E;--osp-ink: #0B1E3F;--osp-muted: #51617A;--osp-bg: #f5f8fb;--osp-soft: #EAF2FB;--osp-line: #DCE6F3;--osp-shadow: 0 18px 50px rgba(11, 30, 63, .08);--osp-shadow-sm: 0 8px 22px rgba(11, 30, 63, .06);background:var(--osp-bg);font-family:Instrument Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.osp-brandbar{justify-content:flex-start;align-items:center;flex-direction:column;padding-left:0;gap:4px;margin:0 0 18px;text-align:center}.osp-brandbar__logo{display:inline-flex;align-items:center;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-decoration:none}.osp-brandbar__logo img{height:clamp(34px,3vw,42px)}.osp-brandbar__badge{display:inline-flex;align-items:center;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--osp-muted);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.osp-breadcrumbs{padding-left:0;margin-bottom:18px}.osp-manual h1,.osp-manual h2,.osp-manual h3,.osp-manual h4{letter-spacing:0}.osp-hero{gap:22px;margin-bottom:22px}.osp-hero__copy{position:relative;overflow:visible;border:1px solid var(--osp-line);border-radius:var(--osp-radius-lg);background:#fff;color:var(--osp-ink);box-shadow:var(--osp-shadow)}.osp-hero__copy h1{color:var(--osp-ink);letter-spacing:0}.osp-hero__copy .osp-lead,.osp-hero__copy p{color:var(--osp-muted)}.osp-hero__copy .osp-eyebrow{border:1px solid var(--osp-line);background:var(--osp-soft);color:var(--osp-blue-dark);box-shadow:none}.osp-hero__copy .osp-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.osp-hero__copy .osp-stats>div{display:block;width:auto;padding:10px 14px;border:1px solid var(--osp-line);border-radius:14px;background:var(--osp-soft);box-shadow:var(--osp-shadow-sm)}.osp-hero__copy .osp-stats dt,.osp-hero__copy .osp-stats dd{margin:0;color:var(--osp-ink);font-size:14px;line-height:1.25}.osp-hero__copy .osp-stats dt{color:var(--osp-muted)}.osp-hero__copy .osp-stats dd{font-weight:850}.osp-hero__copy .osp-unlocks li{border-color:var(--osp-line);background:#fff;color:var(--osp-blue-dark);box-shadow:var(--osp-shadow-sm)}.osp-hero__copy .osp-callout--app{border-color:#1e5bb859;border-left-color:var(--osp-blue);background:#1e5bb812;color:var(--osp-ink)}.osp-hero__copy .osp-callout--app strong{color:var(--osp-ink)}.osp-hero__copy .osp-callout--app p{color:var(--osp-muted)}.osp-hero__copy .osp-callout--app .osp-ttlock-logo{border-color:var(--osp-line)}.osp-hero__copy .osp-button--primary{background:var(--osp-blue);color:#fff!important;box-shadow:none}.osp-hero__copy .osp-button--primary:hover{background:var(--osp-blue-dark)}.osp-hero__copy .osp-button--secondary,.osp-hero__copy .osp-button--ghost{border-color:var(--osp-line);background:#fff;color:var(--osp-blue-dark)!important}.osp-hero__copy .osp-button--secondary:hover,.osp-hero__copy .osp-button--ghost:hover{background:var(--osp-soft)}.osp-hero__panel,.osp-search,.osp-section,.osp-support{border-color:#0b20381a;border-radius:28px}.osp-hero__panel{background:linear-gradient(180deg,#fff,var(--osp-soft))}.osp-search input[type=search]{border-color:#0b20381f;box-shadow:inset 0 1px #ffffffe6}.osp-chip{border-color:#2f9fdb33;background:#2f9fdb1a}.osp-guide,.osp-issue,.osp-template,.osp-video{border-color:#0b20381a}@media(max-width:719px){.osp-brandbar{align-items:center;gap:4px}.osp-brandbar__logo{min-height:0;padding:0}.osp-brandbar__badge{min-height:0;font-size:11px}.osp-hero__copy{border-radius:22px}.osp-hero__copy .osp-stats{grid-template-columns:1fr}.osp-hero__copy .osp-stats>div{width:100%;justify-content:space-between}}@media(prefers-reduced-motion:reduce){.osp-manual *{transition:none!important;scroll-behavior:auto!important}}@media print{.osp-manual{background:#fff;padding:0;color:#000}.osp-breadcrumbs,.osp-search,.osp-search__suggest,.osp-actions,.osp-app-links,.osp-toc,.osp-progress,.osp-helpful,.osp-totop,.osp-videos,.osp-support .osp-button,.osp-guide__chevron,.osp-issue__chevron,.osp-copy{display:none!important}.osp-hero__copy,.osp-hero__panel,.osp-section,.osp-support,.osp-guide,.osp-issue,.osp-template{box-shadow:none!important;border-color:#999!important}.osp-layout,.osp-guide__body,.osp-issue__body,.osp-template__body{display:block!important}.osp-guide__summary,.osp-issue__summary,.osp-guide,.osp-issue,.osp-step,.osp-video{break-inside:avoid}.osp-support{background:#fff!important;color:#000!important}.osp-support p,.osp-support ul{color:#000!important}details:not([open])>*:not(summary){display:block!important}a[href]:after{content:""}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/origin-smart-plus-manual.css.map */
