.tcsmq-quiz{max-width:850px;margin:32px auto;border:1px solid #ddd;border-radius:14px;padding:clamp(20px,4vw,42px);background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.06)}.tcsmq-quiz button,.tcsmq-review-link{display:inline-block;border:0;border-radius:7px;padding:11px 18px;background:#222;color:#fff;text-decoration:none;cursor:pointer;font-weight:700}.tcsmq-stage[hidden],.tcsmq-results[hidden],.tcsmq-loading[hidden],.tcsmq-intro[hidden]{display:none}.tcsmq-progress{height:8px;background:#e7e7e7;border-radius:20px;overflow:hidden;margin-bottom:28px}.tcsmq-progress span{display:block;height:100%;background:currentColor;transition:width .2s}.tcsmq-step-label,.tcsmq-match-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;opacity:.65}.tcsmq-options{display:grid;gap:10px;margin:22px 0}.tcsmq-option{display:block;border:1px solid #ccc;border-radius:9px;padding:14px;cursor:pointer}.tcsmq-option:has(input:checked){border-color:currentColor;box-shadow:0 0 0 2px currentColor}.tcsmq-option input{margin-right:10px}.tcsmq-nav{display:flex;justify-content:space-between;gap:12px}.tcsmq-nav button:disabled{opacity:.4}.tcsmq-result-card{display:grid;grid-template-columns:140px 1fr;gap:22px;border-top:1px solid #ddd;padding:26px 0}.tcsmq-poster{width:140px;border-radius:8px}.tcsmq-result-card h3{font-size:1.5rem;margin:.2em 0}.tcsmq-meta{opacity:.7}.tcsmq-streaming{margin-top:18px;padding-top:14px;border-top:1px solid #eee}.tcsmq-streaming>div{margin:7px 0}.tcsmq-provider{display:inline-flex;align-items:center;gap:4px;margin:3px 7px;padding:4px 7px;background:#f2f2f2;border-radius:5px;font-size:.88rem}.tcsmq-provider img{width:22px;height:22px;border-radius:4px}.tcsmq-streaming small{display:block;margin-top:8px;opacity:.65}.tcsmq-restart{margin-top:22px}.tcsmq-shake{animation:tcsmqshake .3s}@keyframes tcsmqshake{25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}@media(max-width:600px){.tcsmq-result-card{grid-template-columns:90px 1fr}.tcsmq-poster{width:90px}.tcsmq-nav{flex-direction:column-reverse}.tcsmq-nav button{width:100%}}
.tcsmq-error{padding:16px;border:1px solid #d63638;border-radius:8px;background:#fff5f5;color:#3c1414;margin:12px 0}.tcsmq-error p{margin:8px 0 0}

.tcsmq-stream-group-public{margin:12px 0}.tcsmq-stream-group-public>span{display:block;margin-bottom:7px;font-weight:700}.tcsmq-provider-logos{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.tcsmq-provider-logo{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:74px;min-height:64px;padding:8px;border:1px solid #e3e3e3;border-radius:10px;background:#fff;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .15s,box-shadow .15s}.tcsmq-provider-logo:hover,.tcsmq-provider-logo:focus{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.12)}.tcsmq-provider-logo img{display:block;width:64px;height:64px;object-fit:contain;border-radius:9px}.tcsmq-provider-logo small{margin-top:5px;font-size:.72rem;color:#555}.tcsmq-provider-fallback{font-size:.78rem;font-weight:700;color:#222;text-align:center}.tcsmq-provider{display:none!important}@media(max-width:600px){.tcsmq-provider-logo{min-width:62px;min-height:56px;padding:6px}.tcsmq-provider-logo img{width:54px;height:54px}}

.tcsmq-more-options{margin-top:14px;border-top:1px solid #e7e7e7;padding-top:8px}.tcsmq-more-options>summary{display:flex;align-items:center;justify-content:center;gap:8px;width:max-content;cursor:pointer;font-weight:700;color:inherit;list-style:none;padding:8px 0}.tcsmq-more-options>summary::-webkit-details-marker{display:none}.tcsmq-more-options>summary::after{content:"↓";font-size:1.05em;line-height:1;transition:transform .18s ease}.tcsmq-more-options[open]>summary::after{transform:rotate(180deg)}.tcsmq-more-options-content{padding-top:2px}.tcsmq-more-options-content .tcsmq-stream-group-public:first-child{margin-top:6px}

/* Admin-controlled appearance */
.tcsmq-quiz{background:var(--tcsmq-bg,#fff);color:var(--tcsmq-text,#222);border-color:var(--tcsmq-border,#ddd)}.tcsmq-quiz button,.tcsmq-review-link{background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);border-radius:calc(var(--tcsmq-radius,7px))}.tcsmq-progress{background:color-mix(in srgb,var(--tcsmq-border,#ddd) 70%,transparent)}.tcsmq-progress span{background:var(--tcsmq-accent,#222)}.tcsmq-option{background:var(--tcsmq-option,#fff);border-color:var(--tcsmq-border,#ccc)}.tcsmq-option:has(input:checked){border-color:var(--tcsmq-accent,#222);box-shadow:0 0 0 2px var(--tcsmq-accent,#222)}.tcsmq-result-card{background:var(--tcsmq-card,#fff);border-color:var(--tcsmq-border,#ddd);padding-left:14px;padding-right:14px;border-radius:10px;grid-template-columns:var(--tcsmq-poster-width,140px) 1fr}.tcsmq-poster{width:var(--tcsmq-poster-width,140px)}.tcsmq-streaming{border-color:var(--tcsmq-border,#eee)}.tcsmq-provider-logo{border-color:var(--tcsmq-border,#e3e3e3);background:var(--tcsmq-card,#fff)}.tcsmq-provider-logo img{width:var(--tcsmq-logo-size,64px);height:var(--tcsmq-logo-size,64px)}.tcsmq-more-options{border-color:var(--tcsmq-border,#e7e7e7)}

/* 2.4.8 dropdown styles and editable answer summary */
.tcsmq-more-options>summary{border-radius:999px}.tcsmq-quiz[data-more-align="center"] .tcsmq-more-options>summary{margin-left:auto;margin-right:auto}.tcsmq-quiz[data-more-align="right"] .tcsmq-more-options>summary{margin-left:auto}.tcsmq-quiz[data-more-style="pill"] .tcsmq-more-options>summary{padding:9px 15px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 10%,transparent)}.tcsmq-quiz[data-more-style="outline"] .tcsmq-more-options>summary{padding:9px 15px;border:1px solid var(--tcsmq-accent,#222)}.tcsmq-quiz[data-more-style="solid"] .tcsmq-more-options>summary{padding:9px 15px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff)}
.tcsmq-answer-summary{margin:18px 0 24px;padding:16px;border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,12px);background:color-mix(in srgb,var(--tcsmq-card,#fff) 92%,var(--tcsmq-accent,#222) 8%)}.tcsmq-answer-summary-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.tcsmq-answer-summary-head h3{margin:0}.tcsmq-answer-rows{display:grid;gap:8px}.tcsmq-answer-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(140px,2fr) auto;gap:10px;align-items:center;padding:8px 0;border-top:1px solid var(--tcsmq-border,#ddd)}.tcsmq-answer-row:first-child{border-top:0}.tcsmq-answer-row span{opacity:.8}.tcsmq-answer-row button,.tcsmq-edit-answers{padding:7px 11px!important;font-size:.85em}.tcsmq-answer-chip{display:inline-block;padding:7px 10px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px}@media(max-width:600px){.tcsmq-answer-row{grid-template-columns:1fr}.tcsmq-answer-summary-head{align-items:flex-start;flex-direction:column}}

/* 2.5.0 controllable More Options arrow */
.tcsmq-more-options>summary{gap:var(--tcsmq-more-arrow-gap,8px)}
.tcsmq-quiz .tcsmq-more-options>summary::before,.tcsmq-quiz .tcsmq-more-options>summary::after{content:none;font-size:var(--tcsmq-more-arrow-size,18px);line-height:1;display:inline-block;transition:transform .18s ease}
.tcsmq-quiz[data-more-arrow-position="before"][data-more-arrow="down"] .tcsmq-more-options>summary::before{content:"↓"}
.tcsmq-quiz[data-more-arrow-position="before"][data-more-arrow="chevron"] .tcsmq-more-options>summary::before{content:"⌄"}
.tcsmq-quiz[data-more-arrow-position="before"][data-more-arrow="triangle"] .tcsmq-more-options>summary::before{content:"▾"}
.tcsmq-quiz[data-more-arrow-position="before"][data-more-arrow="plus"] .tcsmq-more-options>summary::before{content:"+"}
.tcsmq-quiz[data-more-arrow-position="after"][data-more-arrow="down"] .tcsmq-more-options>summary::after{content:"↓"}
.tcsmq-quiz[data-more-arrow-position="after"][data-more-arrow="chevron"] .tcsmq-more-options>summary::after{content:"⌄"}
.tcsmq-quiz[data-more-arrow-position="after"][data-more-arrow="triangle"] .tcsmq-more-options>summary::after{content:"▾"}
.tcsmq-quiz[data-more-arrow-position="after"][data-more-arrow="plus"] .tcsmq-more-options>summary::after{content:"+"}
.tcsmq-quiz .tcsmq-more-options[open]>summary::before,.tcsmq-quiz .tcsmq-more-options[open]>summary::after{transform:rotate(var(--tcsmq-more-arrow-rotation,180deg))}
.tcsmq-api-attribution{display:block;margin-top:14px;font-size:11px;line-height:1.4;color:#646970}.tcsmq-api-attribution a{color:inherit;text-decoration:underline;text-underline-offset:2px}

/* 2.9.0 media preference and compact answer-review modal */
.tcsmq-media-choice{margin:22px 0;padding:0;border:0}.tcsmq-media-choice legend{font-weight:800;margin-bottom:10px}.tcsmq-media-choice label,.tcsmq-modal-media-choice label{display:inline-flex;align-items:center;gap:7px;margin:0 8px 8px 0;padding:10px 14px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:var(--tcsmq-option,#fff);cursor:pointer}.tcsmq-media-choice label:has(input:checked),.tcsmq-modal-media-choice label:has(input:checked){border-color:var(--tcsmq-accent,#222);box-shadow:0 0 0 2px var(--tcsmq-accent,#222)}
.tcsmq-result-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 4px;padding:12px 0;border-bottom:1px solid var(--tcsmq-border,#ddd)}.tcsmq-result-filter{font-size:.92em}.tcsmq-result-tools .tcsmq-edit-answers{padding:8px 12px!important;font-size:.88em}
.tcsmq-answer-modal[hidden]{display:none}.tcsmq-answer-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px}.tcsmq-answer-modal-backdrop{position:absolute!important;inset:0;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;padding:0!important;background:rgba(0,0,0,.62)!important}.tcsmq-answer-modal-dialog{position:relative;z-index:1;width:min(760px,calc(100vw - 32px));max-height:min(82vh,760px);overflow:auto;padding:22px;background:var(--tcsmq-bg,#fff);color:var(--tcsmq-text,#222);border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,14px);box-shadow:0 24px 70px rgba(0,0,0,.28)}.tcsmq-answer-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:-22px;margin:-22px -22px 16px;padding:18px 22px;background:var(--tcsmq-bg,#fff);border-bottom:1px solid var(--tcsmq-border,#ddd);z-index:2}.tcsmq-answer-modal-head h3{margin:0}.tcsmq-answer-modal-close{min-width:40px;padding:7px 11px!important;font-size:1.2em!important;line-height:1}.tcsmq-modal-media-choice{margin:0 0 18px;padding:0 0 16px;border:0;border-bottom:1px solid var(--tcsmq-border,#ddd)}.tcsmq-modal-media-choice legend{font-weight:800;margin-bottom:10px}.tcsmq-modal-media-choice .tcsmq-apply-media{display:block;margin-top:4px}.tcsmq-answer-modal .tcsmq-answer-rows{display:grid;gap:0}.tcsmq-answer-modal .tcsmq-answer-row{padding:12px 0}
@media(max-width:600px){.tcsmq-result-tools{align-items:flex-start;flex-direction:column}.tcsmq-result-tools .tcsmq-edit-answers{width:100%}.tcsmq-answer-modal{padding:8px}.tcsmq-answer-modal-dialog{width:calc(100vw - 16px);max-height:92vh;padding:18px}.tcsmq-answer-modal-head{top:-18px;margin:-18px -18px 14px;padding:15px 18px}.tcsmq-media-choice label,.tcsmq-modal-media-choice label{width:100%;box-sizing:border-box}.tcsmq-modal-media-choice .tcsmq-apply-media{width:100%}}


/* 2.9.2 normalized recommendation scoring */
.tcsmq-result-card .tcsmq-match-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.tcsmq-match-percent{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 8%,transparent);font-size:.72rem;letter-spacing:.03em;white-space:nowrap;opacity:1}
@media(max-width:600px){.tcsmq-result-card .tcsmq-match-label{align-items:flex-start;flex-direction:column;gap:6px}}

/* 3.0.0 Release 1 question system */
.tcsmq-question-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.tcsmq-question-title-row h3{margin-top:0}.tcsmq-optional-label{display:inline-flex;padding:4px 9px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;font-size:.74em;font-weight:700;white-space:nowrap;opacity:.75}.tcsmq-option-content{display:flex;align-items:center;gap:12px;width:100%}.tcsmq-option-content>span{display:grid;gap:3px}.tcsmq-option-title{font-weight:700}.tcsmq-option small{display:block;font-size:.82em;line-height:1.35;opacity:.72}.tcsmq-service-choice-logo{width:46px;height:46px;object-fit:contain;border-radius:8px;background:#fff;padding:4px;border:1px solid var(--tcsmq-border,#ddd)}.tcsmq-service-choice,.tcsmq-exclusion-choice{align-items:flex-start}.tcsmq-question-warning{margin:10px 0 0;color:#b32d2e;font-weight:700}.tcsmq-importance-control{margin-top:20px;padding:16px;border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,12px);background:color-mix(in srgb,var(--tcsmq-option,#fff) 92%,var(--tcsmq-accent,#222) 8%)}.tcsmq-importance-control>label{display:block;margin-bottom:10px;font-weight:800}.tcsmq-importance-scale{display:grid;grid-template-columns:auto minmax(140px,1fr) auto;gap:12px;align-items:center}.tcsmq-importance-scale span{font-size:.8em;opacity:.75}.tcsmq-importance-range{width:100%;accent-color:var(--tcsmq-accent,#222)}.tcsmq-importance-control output{display:block;margin-top:7px;text-align:center;font-weight:700}.tcsmq-answer-row span small{display:block;margin-top:3px;opacity:.7}
@media(max-width:600px){.tcsmq-question-title-row{display:block}.tcsmq-optional-label{margin-bottom:12px}.tcsmq-importance-scale{grid-template-columns:1fr}.tcsmq-importance-scale span{text-align:center}.tcsmq-option-content{align-items:flex-start}.tcsmq-service-choice-logo{width:38px;height:38px}}


/* 3.2.0 Release 3 compact experience and result feedback */
.tcsmq-quiz{margin:20px auto;padding:clamp(16px,2.5vw,26px)}
.tcsmq-intro h2,.tcsmq-results>h2{margin:.1em 0 .45em}.tcsmq-intro p{margin:.4em 0 1em}
.tcsmq-progress{height:6px;margin-bottom:16px}.tcsmq-step-label{margin-bottom:6px}.tcsmq-question-title-row h3{font-size:1.25rem;margin-bottom:8px}
.tcsmq-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.tcsmq-option{padding:10px 11px}.tcsmq-option small{font-size:.78em}.tcsmq-nav{position:sticky;bottom:0;z-index:4;margin:16px -10px -10px;padding:10px;background:color-mix(in srgb,var(--tcsmq-bg,#fff) 94%,transparent);backdrop-filter:blur(8px);border-top:1px solid var(--tcsmq-border,#ddd)}
.tcsmq-importance-control{margin-top:12px;padding:11px}.tcsmq-importance-control>label{margin-bottom:6px}.tcsmq-result-card{padding:18px 12px;gap:16px}.tcsmq-result-card h3{font-size:1.3rem}.tcsmq-result-card p{margin:.55em 0}.tcsmq-streaming{margin-top:12px;padding-top:10px}.tcsmq-provider-logo{min-width:58px;min-height:52px;padding:6px}.tcsmq-provider-logo img{width:48px;height:48px}.tcsmq-provider-logos{gap:8px}
.tcsmq-result-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tcsmq-result-actions button,.tcsmq-result-pagination button{padding:8px 11px!important;font-size:.82rem}.tcsmq-result-actions button:last-child{background:transparent;color:var(--tcsmq-accent,#222);border:1px solid var(--tcsmq-accent,#222)}.tcsmq-result-pagination{display:flex;justify-content:center;gap:10px;margin:18px 0}.tcsmq-undo{background:transparent!important;color:var(--tcsmq-accent,#222)!important;border:1px solid var(--tcsmq-accent,#222)!important}
@media(max-width:700px){.tcsmq-options{grid-template-columns:1fr}.tcsmq-quiz{margin:10px auto;padding:14px}.tcsmq-result-card{grid-template-columns:82px 1fr}.tcsmq-poster{width:82px}.tcsmq-result-actions{grid-column:1/-1}.tcsmq-nav{margin:14px -6px -6px}}

/* 3.2.1 segmented importance selector */
.tcsmq-importance-control{border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,12px);margin-top:12px;padding:11px;min-width:0}
.tcsmq-importance-control legend{padding:0 5px;font-weight:800}
.tcsmq-importance-line{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;align-items:start;margin-top:5px}
.tcsmq-importance-line:before{content:"";position:absolute;left:8%;right:8%;top:12px;height:3px;border-radius:999px;background:var(--tcsmq-border,#d7d7d7)}
.tcsmq-importance-point{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;cursor:pointer;text-align:center;font-size:.76em;line-height:1.15}
.tcsmq-importance-choice{position:absolute;opacity:0;pointer-events:none}
.tcsmq-importance-dot{width:25px;height:25px;border:3px solid var(--tcsmq-border,#bbb);border-radius:50%;background:var(--tcsmq-card,#fff);box-sizing:border-box;transition:.16s ease}
.tcsmq-importance-tag{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:4px 6px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:var(--tcsmq-option,#fff);font-weight:700}
.tcsmq-importance-choice:checked+.tcsmq-importance-dot{border-color:var(--tcsmq-accent,#222);background:var(--tcsmq-accent,#222);box-shadow:0 0 0 4px color-mix(in srgb,var(--tcsmq-accent,#222) 18%,transparent)}
.tcsmq-importance-choice:checked~.tcsmq-importance-tag{border-color:var(--tcsmq-accent,#222);box-shadow:0 0 0 2px color-mix(in srgb,var(--tcsmq-accent,#222) 12%,transparent)}
.tcsmq-importance-choice:focus-visible+.tcsmq-importance-dot{outline:3px solid color-mix(in srgb,var(--tcsmq-accent,#222) 35%,transparent);outline-offset:3px}
.tcsmq-importance-control output{display:block;margin-top:8px;text-align:center;font-weight:800}
@media(max-width:650px){.tcsmq-importance-line{gap:3px}.tcsmq-importance-tag{padding:4px 3px;font-size:.9em;min-height:38px}.tcsmq-importance-line:before{left:9%;right:9%}}


/* 3.2.2 compact cards, appended result batches, and normalized provider details */
.tcsmq-quiz{width:min(100%,var(--tcsmq-max-width,980px));box-sizing:border-box}
.tcsmq-question{min-width:0}.tcsmq-options{align-items:stretch}
.tcsmq-option{display:flex;align-items:center;min-height:62px;height:100%;box-sizing:border-box;padding:10px 14px;gap:10px}
.tcsmq-option>input{flex:0 0 auto;margin:0}.tcsmq-option-content{align-items:center;min-width:0}.tcsmq-option-content>span{min-width:0}.tcsmq-option-title{line-height:1.25}.tcsmq-option small{margin-top:2px}
.tcsmq-service-choice,.tcsmq-exclusion-choice{align-items:center}
.tcsmq-result-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.tcsmq-result-card{display:flex!important;flex-direction:column!important;min-width:0;padding:12px!important;gap:10px!important;border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,14px);background:var(--tcsmq-card,#fff);overflow:hidden}
.tcsmq-result-card>.tcsmq-poster{width:100%!important;height:auto!important;aspect-ratio:2/3;object-fit:cover;border-radius:calc(var(--tcsmq-radius,14px) - 4px)}
.tcsmq-result-card>div{display:flex;flex-direction:column;min-width:0;flex:1}.tcsmq-result-card h3{font-size:1.08rem!important;line-height:1.2;margin:.35rem 0}.tcsmq-result-card p{font-size:.86rem;line-height:1.42}.tcsmq-result-card>div>p:not(.tcsmq-meta){display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tcsmq-result-card .tcsmq-match-label{font-size:.75rem}.tcsmq-result-card .tcsmq-streaming{margin-top:auto}.tcsmq-result-card .tcsmq-provider-logos{gap:5px}.tcsmq-result-card .tcsmq-provider-logo{min-width:48px;min-height:44px;padding:4px}.tcsmq-result-card .tcsmq-provider-logo img{width:40px;height:40px}.tcsmq-result-card .tcsmq-provider-logo small{font-size:.65rem;line-height:1.15}
.tcsmq-result-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.tcsmq-result-actions button{white-space:normal;line-height:1.15}.tcsmq-result-actions button:last-child{grid-column:1/-1}
.tcsmq-result-status{text-align:center;margin:14px 0 6px;font-size:.84rem;opacity:.72}.tcsmq-show-fewer{background:transparent!important;color:var(--tcsmq-accent,#222)!important;border:1px solid var(--tcsmq-accent,#222)!important}.tcsmq-result-pagination button:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:900px){.tcsmq-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.tcsmq-result-list{grid-template-columns:1fr}.tcsmq-option{min-height:54px}.tcsmq-result-card>.tcsmq-poster{max-height:360px;object-fit:contain;background:color-mix(in srgb,var(--tcsmq-card,#fff) 92%,#000 8%)}.tcsmq-result-pagination{flex-wrap:wrap}}

/* 3.2.3 fixed quiz frame and wide quick-glance recommendation cards */
.tcsmq-quiz{
  width:min(100%,var(--tcsmq-max-width,920px));
  max-width:920px;
  margin:16px auto;
  padding:18px 20px;
  font-size:15px;
  line-height:1.4;
}
.tcsmq-progress{height:5px;margin-bottom:12px}
.tcsmq-step-label{font-size:.7rem;margin-bottom:4px}
.tcsmq-question-title-row{gap:10px}
.tcsmq-question-title-row h3{font-size:1.12rem;line-height:1.25;margin:0 0 7px}
.tcsmq-stage{min-height:520px;display:flex;flex-direction:column}
.tcsmq-stage[hidden]{display:none}
.tcsmq-question{display:flex;flex-direction:column;min-height:0;flex:1}
.tcsmq-options{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:12px 0;
  align-content:start;
  max-height:300px;
  overflow:auto;
  padding-right:3px;
}
.tcsmq-option{
  min-height:48px;
  padding:8px 11px;
  border-radius:8px;
  gap:8px;
  font-size:.94rem;
}
.tcsmq-option-content{gap:9px}
.tcsmq-option-title{font-size:.95rem;line-height:1.2}
.tcsmq-option small{font-size:.76rem;line-height:1.25}
.tcsmq-service-choice-logo{width:34px;height:34px;padding:3px;border-radius:6px}
.tcsmq-importance-control{margin-top:auto;padding:9px 10px}
.tcsmq-importance-control legend{font-size:.92rem}
.tcsmq-importance-line{gap:4px;margin-top:3px}
.tcsmq-importance-line:before{top:10px}
.tcsmq-importance-dot{width:21px;height:21px}
.tcsmq-importance-tag{min-height:28px;padding:3px 5px;font-size:.72rem;line-height:1.08}
.tcsmq-importance-control output{margin-top:5px;font-size:.9rem}
.tcsmq-nav{margin-top:12px;padding-top:12px;border-top:1px solid var(--tcsmq-border,#ddd)}
.tcsmq-nav button,.tcsmq-quiz button,.tcsmq-review-link{padding:8px 14px;font-size:.9rem}

.tcsmq-results{max-width:1180px;margin-left:auto;margin-right:auto}
.tcsmq-result-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px;
}
.tcsmq-result-card{
  display:grid!important;
  grid-template-columns:86px minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  align-items:start;
  min-height:0;
  padding:10px!important;
  gap:11px!important;
}
.tcsmq-result-card>.tcsmq-poster{
  width:86px!important;
  height:129px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:8px!important;
  grid-row:1;
}
.tcsmq-result-card>div{min-width:0;display:block!important}
.tcsmq-result-card h3{font-size:1rem!important;line-height:1.16;margin:2px 0 4px!important}
.tcsmq-result-card .tcsmq-match-label{font-size:.68rem;gap:6px}
.tcsmq-match-percent{padding:3px 6px;font-size:.66rem}
.tcsmq-result-card .tcsmq-meta{font-size:.76rem;margin:2px 0 5px}
.tcsmq-result-card>div>p:not(.tcsmq-meta){
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:4px 0;
  font-size:.78rem;
  line-height:1.3;
}
.tcsmq-result-card .tcsmq-streaming{margin-top:7px;padding-top:7px}
.tcsmq-stream-group-public{margin:6px 0}
.tcsmq-stream-group-public>span{margin-bottom:4px;font-size:.76rem}
.tcsmq-result-card .tcsmq-provider-logos{gap:4px}
.tcsmq-result-card .tcsmq-provider-logo{min-width:39px;min-height:37px;padding:3px;border-radius:7px}
.tcsmq-result-card .tcsmq-provider-logo img{width:31px;height:31px;border-radius:6px}
.tcsmq-result-card .tcsmq-provider-logo small{font-size:.58rem;max-width:62px}
.tcsmq-result-card .tcsmq-more-options{margin-top:6px;padding-top:4px}
.tcsmq-result-card .tcsmq-more-options>summary{padding:5px 0;font-size:.74rem}
.tcsmq-result-actions{display:flex!important;flex-wrap:wrap;gap:5px;margin-top:8px}
.tcsmq-result-actions button{flex:1 1 auto;padding:6px 8px!important;font-size:.7rem!important;min-width:0}
.tcsmq-result-actions button:last-child{grid-column:auto}
.tcsmq-result-pagination{margin:14px 0;gap:7px}
.tcsmq-result-pagination button{padding:7px 10px!important;font-size:.78rem}

@media(max-width:760px){
  .tcsmq-quiz{margin:8px auto;padding:14px;font-size:14px}
  .tcsmq-stage{min-height:0}
  .tcsmq-options{grid-template-columns:1fr;max-height:none;overflow:visible}
  .tcsmq-result-list{grid-template-columns:1fr!important}
  .tcsmq-result-card{grid-template-columns:76px minmax(0,1fr)!important}
  .tcsmq-result-card>.tcsmq-poster{width:76px!important;height:114px!important;max-height:none!important}
  .tcsmq-importance-tag{font-size:.66rem}
}
@media(max-width:430px){
  .tcsmq-result-card{grid-template-columns:68px minmax(0,1fr)!important;padding:8px!important;gap:9px!important}
  .tcsmq-result-card>.tcsmq-poster{width:68px!important;height:102px!important}
  .tcsmq-result-actions{grid-column:1/-1}
}

/* 3.2.4 natural-height questions and full-width result rows */
.tcsmq-stage{
  min-height:0!important;
  height:auto!important;
}
.tcsmq-question{
  flex:0 1 auto!important;
  min-height:0!important;
}
.tcsmq-options{
  max-height:none!important;
  overflow:visible!important;
  margin:10px 0 12px!important;
}
.tcsmq-importance-control{
  margin-top:8px!important;
}
.tcsmq-nav{
  margin-top:10px!important;
}

.tcsmq-results{max-width:1040px!important}
.tcsmq-result-list{
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.tcsmq-result-card{
  grid-template-columns:118px minmax(0,1fr)!important;
  padding:12px!important;
  gap:14px!important;
  width:100%;
  box-sizing:border-box;
}
.tcsmq-result-card>.tcsmq-poster{
  width:118px!important;
  height:177px!important;
}
.tcsmq-result-card>div{
  display:flex!important;
  flex-direction:column!important;
  min-height:177px;
}
.tcsmq-result-card h3{
  font-size:1.12rem!important;
  margin:3px 0 5px!important;
}
.tcsmq-result-card .tcsmq-meta{
  font-size:.82rem!important;
  margin:2px 0 6px!important;
}
.tcsmq-result-card>div>p:not(.tcsmq-meta){
  display:block!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  margin:4px 0 8px!important;
  font-size:.84rem!important;
  line-height:1.38!important;
}
.tcsmq-result-card .tcsmq-streaming{
  margin-top:4px!important;
  padding-top:7px!important;
}
.tcsmq-result-actions{
  margin-top:auto!important;
}

@media(max-width:760px){
  .tcsmq-options{max-height:none!important;overflow:visible!important}
  .tcsmq-result-card{grid-template-columns:86px minmax(0,1fr)!important}
  .tcsmq-result-card>.tcsmq-poster{width:86px!important;height:129px!important}
  .tcsmq-result-card>div{min-height:129px}
}
@media(max-width:430px){
  .tcsmq-result-card{grid-template-columns:72px minmax(0,1fr)!important}
  .tcsmq-result-card>.tcsmq-poster{width:72px!important;height:108px!important}
  .tcsmq-result-card>div{min-height:108px}
}


/* 3.2.5 importance heading fully contained inside the panel */
.tcsmq-importance-control{
  box-sizing:border-box;
  padding-top:12px!important;
}
.tcsmq-importance-heading{
  display:block;
  width:100%;
  margin:0 0 9px;
  padding:0;
  font-size:.92rem;
  line-height:1.3;
  font-weight:800;
  color:inherit;
  box-sizing:border-box;
}
.tcsmq-importance-control .tcsmq-importance-line{
  clear:both;
  margin-top:0;
}
@media(max-width:650px){
  .tcsmq-importance-heading{font-size:.86rem;margin-bottom:8px}
}

/* 4.0.1 result filters, scale questions, and compact feedback layout */
.tcsmq-result-filter-controls{display:flex;flex-wrap:wrap;align-items:end;gap:10px 16px}.tcsmq-result-switch{display:flex;align-items:center;gap:7px;font-size:.84rem}.tcsmq-rating-filter{display:flex;flex-direction:column;gap:4px;font-size:.78rem;font-weight:700}.tcsmq-rating-filter select{min-height:34px;padding:4px 28px 4px 9px;border:1px solid var(--tcsmq-border,#ddd);border-radius:7px;background:#fff}.tcsmq-result-card{grid-template-columns:156px minmax(0,1fr)!important;align-items:start}.tcsmq-result-side{display:flex;flex-direction:column;gap:9px;min-width:0}.tcsmq-result-side>.tcsmq-poster{width:156px!important;height:234px!important;object-fit:cover}.tcsmq-result-main{min-width:0}.tcsmq-result-side .tcsmq-result-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:6px;margin:0}.tcsmq-result-side .tcsmq-result-actions button{min-height:42px;padding:6px!important;font-size:.7rem!important;line-height:1.1}.tcsmq-result-side .tcsmq-result-actions button:last-child{grid-column:1/-1}.tcsmq-api-attribution{margin-top:22px!important;margin-bottom:4px}.tcsmq-provider-logo{min-width:82px!important;min-height:72px!important;padding:8px!important}.tcsmq-provider-logo img{width:70px!important;height:70px!important}.tcsmq-provider-logo small{font-size:.72rem!important;max-width:90px!important}.tcsmq-options-scale{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;margin:20px 0!important;position:relative}.tcsmq-options-scale:before{content:"";position:absolute;left:8%;right:8%;top:19px;height:4px;border-radius:99px;background:var(--tcsmq-border,#ddd)}.tcsmq-options-scale .tcsmq-option{position:relative;z-index:1;border:0!important;background:transparent!important;box-shadow:none!important;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 4px!important;min-height:76px!important}.tcsmq-options-scale .tcsmq-option input{appearance:none;width:24px;height:24px;border:4px solid #fff;box-shadow:0 0 0 3px var(--tcsmq-border,#ddd);border-radius:50%;background:#fff;margin:7px 0 12px!important}.tcsmq-options-scale .tcsmq-option input:checked{background:var(--tcsmq-accent,#222);box-shadow:0 0 0 4px color-mix(in srgb,var(--tcsmq-accent,#222) 24%,transparent)}.tcsmq-options-scale .tcsmq-option-content{display:block!important}.tcsmq-options-scale .tcsmq-option-title{font-size:.78rem;line-height:1.15}.tcsmq-options-scale .tcsmq-option small{font-size:.68rem}
@media(max-width:700px){.tcsmq-result-card{grid-template-columns:92px minmax(0,1fr)!important}.tcsmq-result-side>.tcsmq-poster{width:92px!important;height:138px!important}.tcsmq-result-side .tcsmq-result-actions{grid-template-columns:1fr}.tcsmq-result-side .tcsmq-result-actions button:last-child{grid-column:auto}.tcsmq-provider-logo{min-width:68px!important;min-height:60px!important}.tcsmq-provider-logo img{width:56px!important;height:56px!important}.tcsmq-options-scale{grid-template-columns:repeat(5,minmax(54px,1fr))!important;overflow-x:auto;padding-bottom:5px}}

/* 4.0.2 exact-rating filters and accessible toggle switches */
.tcsmq-toggle-row{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.82rem;font-weight:700;line-height:1.25;max-width:290px}.tcsmq-toggle-row>input{position:absolute;opacity:0;pointer-events:none}.tcsmq-toggle-track{position:relative;flex:0 0 42px;width:42px;height:23px;border-radius:999px;background:#c9c9c9;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);transition:.18s ease}.tcsmq-toggle-track>span{position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.28);transition:.18s ease}.tcsmq-toggle-row>input:checked+.tcsmq-toggle-track{background:var(--tcsmq-accent,#d71920)}.tcsmq-toggle-row>input:checked+.tcsmq-toggle-track>span{transform:translateX(19px)}.tcsmq-toggle-row>input:focus-visible+.tcsmq-toggle-track{outline:3px solid color-mix(in srgb,var(--tcsmq-accent,#d71920) 30%,transparent);outline-offset:2px}.tcsmq-toggle-label{display:inline-block}.tcsmq-result-filter-controls .tcsmq-rating-filter{min-width:150px}

/* 4.0.3 unlabeled scale points */
.tcsmq-options-scale .tcsmq-scale-choice-unlabeled{min-height:46px!important}.tcsmq-options-scale .tcsmq-scale-choice-unlabeled .tcsmq-option-content>span{display:none}.tcsmq-options-scale .tcsmq-scale-choice-unlabeled input{margin-bottom:0!important}.tcsmq-options-scale .tcsmq-scale-choice-unlabeled:focus-within{outline:2px solid var(--tcsmq-accent,#222);outline-offset:4px;border-radius:999px}

/* 4.0.4 variable-length linear scales and result loading notice */
.tcsmq-options-scale{grid-template-columns:repeat(var(--tcsmq-scale-points,5),minmax(34px,1fr))!important;align-items:start;gap:8px!important}.tcsmq-options-scale .tcsmq-scale-choice{min-width:0}.tcsmq-options-scale .tcsmq-option-title{font-size:.76rem;line-height:1.15;text-align:center;word-break:normal}.tcsmq-loading{min-height:72px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:700px){.tcsmq-options-scale{gap:4px!important}.tcsmq-options-scale .tcsmq-option-title{font-size:.67rem}}

.tcsmq-loading{min-height:48px}.tcsmq-result-filter-controls .tcsmq-toggle-row{align-items:center}

.tcsmq-result-filter-note{display:block;flex-basis:100%;opacity:.75;line-height:1.35}


/* 5.0.0 production results header and refinement panel */
.tcsmq-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 12px;padding:18px;border:1px solid var(--tcsmq-border,#ddd);border-radius:calc(var(--tcsmq-radius,14px) * .9);background:linear-gradient(135deg,color-mix(in srgb,var(--tcsmq-accent,#222) 8%,var(--tcsmq-card,#fff)),var(--tcsmq-card,#fff));box-sizing:border-box}
.tcsmq-results-heading-copy{min-width:0}.tcsmq-results-eyebrow{display:block;font-size:.7rem;line-height:1.2;text-transform:uppercase;letter-spacing:.12em;font-weight:900;opacity:.66;margin-bottom:5px}.tcsmq-results-head h2{margin:0 0 5px!important;font-size:clamp(1.35rem,3vw,2rem)!important;line-height:1.1}.tcsmq-results-head p{margin:0!important;font-size:.88rem;opacity:.76}.tcsmq-results-head .tcsmq-edit-answers{flex:0 0 auto;background:transparent!important;color:var(--tcsmq-accent,#222)!important;border:1px solid var(--tcsmq-accent,#222)!important;padding:9px 13px!important;font-size:.8rem!important}
.tcsmq-active-filter-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.tcsmq-active-filter-chips span{display:inline-flex;padding:4px 8px;border:1px solid color-mix(in srgb,var(--tcsmq-accent,#222) 25%,var(--tcsmq-border,#ddd));border-radius:999px;background:var(--tcsmq-card,#fff);font-size:.7rem;font-weight:800}
.tcsmq-refine-results{margin:0 0 14px;border:1px solid var(--tcsmq-border,#ddd);border-radius:calc(var(--tcsmq-radius,14px) * .75);background:color-mix(in srgb,var(--tcsmq-card,#fff) 96%,var(--tcsmq-accent,#222) 4%);overflow:hidden}.tcsmq-refine-results>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:12px 14px;font-weight:850}.tcsmq-refine-results>summary::-webkit-details-marker{display:none}.tcsmq-refine-results>summary:after{content:"+";font-size:1.15rem;line-height:1;font-weight:500}.tcsmq-refine-results[open]>summary:after{content:"−"}.tcsmq-refine-results>summary small{margin-left:auto;max-width:560px;font-size:.7rem;font-weight:500;line-height:1.35;opacity:.68;text-align:right}.tcsmq-refine-results .tcsmq-result-filter-controls{padding:14px;border-top:1px solid var(--tcsmq-border,#ddd);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px 20px}.tcsmq-refine-results .tcsmq-result-filter{grid-column:1/-1}.tcsmq-refine-results .tcsmq-rating-filter{min-width:0}.tcsmq-refine-results .tcsmq-rating-filter select{width:100%;box-sizing:border-box}.tcsmq-no-results{padding:24px;text-align:center;border:1px dashed var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,14px)}
.tcsmq-match-label{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.tcsmq-match-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.tcsmq-access-badge{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:.63rem;letter-spacing:0;text-transform:none;font-weight:850;background:color-mix(in srgb,var(--tcsmq-accent,#222) 9%,var(--tcsmq-card,#fff));border:1px solid color-mix(in srgb,var(--tcsmq-accent,#222) 22%,var(--tcsmq-border,#ddd));opacity:1}.tcsmq-access-3{background:color-mix(in srgb,#18864b 12%,var(--tcsmq-card,#fff));border-color:color-mix(in srgb,#18864b 34%,var(--tcsmq-border,#ddd))}.tcsmq-access-2{background:color-mix(in srgb,#b57500 12%,var(--tcsmq-card,#fff));border-color:color-mix(in srgb,#b57500 34%,var(--tcsmq-border,#ddd))}.tcsmq-access-1{opacity:.8}
@media(max-width:700px){.tcsmq-results-head{flex-direction:column;padding:15px}.tcsmq-results-head .tcsmq-edit-answers{width:100%}.tcsmq-refine-results>summary{align-items:flex-start;flex-wrap:wrap}.tcsmq-refine-results>summary small{order:3;width:100%;max-width:none;text-align:left;margin:0}.tcsmq-refine-results .tcsmq-result-filter-controls{grid-template-columns:1fr}.tcsmq-refine-results .tcsmq-result-filter{grid-column:auto}.tcsmq-match-label{align-items:flex-start!important}.tcsmq-match-meta{justify-content:flex-start}}

/* 5.0.1 adaptive progress and four result actions */
.tcsmq-result-side .tcsmq-result-actions button:last-child{grid-column:auto}
.tcsmq-step-label{font-variant-numeric:tabular-nums}

/* 5.0.3 contextual quiz paths and result-action explanations */

.tcsmq-result-actions .tcsmq-feedback-action{position:relative;overflow:visible;z-index:1}
.tcsmq-result-actions .tcsmq-feedback-action::before,
.tcsmq-result-actions .tcsmq-feedback-action::after{position:absolute;left:0;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:100}
.tcsmq-result-actions .tcsmq-feedback-action::after{content:attr(data-tooltip);bottom:calc(100% + 9px);width:min(238px,72vw);box-sizing:border-box;padding:9px 10px;border-radius:8px;background:#171717;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.24);font-size:.72rem;font-weight:600;line-height:1.35;text-align:left;white-space:normal;transform:translateY(4px)}
.tcsmq-result-actions .tcsmq-feedback-action::before{content:"";bottom:calc(100% + 3px);left:15px;border:6px solid transparent;border-top-color:#171717;transform:translateY(4px)}
.tcsmq-result-actions .tcsmq-feedback-action:hover,
.tcsmq-result-actions .tcsmq-feedback-action:focus-visible{z-index:101}
.tcsmq-result-actions .tcsmq-feedback-action:hover::before,
.tcsmq-result-actions .tcsmq-feedback-action:hover::after,
.tcsmq-result-actions .tcsmq-feedback-action:focus-visible::before,
.tcsmq-result-actions .tcsmq-feedback-action:focus-visible::after{opacity:1;visibility:visible;transform:translateY(0)}
.tcsmq-result-actions .tcsmq-feedback-action:focus-visible{outline:3px solid color-mix(in srgb,var(--tcsmq-accent,#222) 32%,transparent);outline-offset:2px}
@media(max-width:700px){.tcsmq-result-actions .tcsmq-feedback-action::after{width:min(230px,76vw);font-size:.7rem}}

/* 6.0.0 configurable scales and viewer library */
.tcsmq-options-scale{grid-template-columns:repeat(var(--tcsmq-scale-points,5),minmax(64px,1fr))!important;gap:8px!important;overflow-x:auto;overflow-y:visible;padding:3px 2px 8px;scrollbar-width:thin}
.tcsmq-options-scale:before{left:calc(50% / var(--tcsmq-scale-points,5));right:calc(50% / var(--tcsmq-scale-points,5))}
.tcsmq-options-scale .tcsmq-scale-choice{min-width:64px}
@media(max-width:700px){.tcsmq-options-scale{grid-template-columns:repeat(var(--tcsmq-scale-points,5),minmax(58px,1fr))!important}.tcsmq-options-scale .tcsmq-scale-choice{min-width:58px}}
.tcsmq-viewer-library{width:100%;margin:24px auto;padding:clamp(18px,3vw,30px);box-sizing:border-box;background:var(--tcsmq-bg,#fff);color:var(--tcsmq-text,#222);border:1px solid var(--tcsmq-border,#ddd)}
.tcsmq-library-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.tcsmq-library-heading h2{margin:4px 0 7px;font-size:clamp(1.55rem,4vw,2.25rem);line-height:1.08}.tcsmq-library-heading p{margin:0;max-width:760px;opacity:.76}.tcsmq-library-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;opacity:.64}
.tcsmq-library-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.tcsmq-library-tabs button{appearance:none;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:var(--tcsmq-card,#fff);color:var(--tcsmq-text,#222);padding:9px 13px;font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.tcsmq-library-tabs button[aria-selected=true]{background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);border-color:var(--tcsmq-accent,#222)}.tcsmq-library-tabs button span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;margin-left:5px;padding:2px 6px;border-radius:999px;background:color-mix(in srgb,currentColor 12%,transparent);font-size:.72rem}
.tcsmq-library-note{margin-bottom:16px;padding:10px 12px;border-left:4px solid var(--tcsmq-accent,#222);background:color-mix(in srgb,var(--tcsmq-accent,#222) 6%,var(--tcsmq-card,#fff));font-size:.82rem;line-height:1.4}.tcsmq-library-status{padding:18px;text-align:center;font-weight:700}.tcsmq-library-status[hidden]{display:none}
.tcsmq-library-panel-head{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:14px 0;border-top:1px solid var(--tcsmq-border,#ddd)}.tcsmq-library-panel-head h3{margin:0 0 4px;font-size:1.25rem}.tcsmq-library-panel-head p{margin:0;font-size:.84rem;opacity:.72}.tcsmq-library-clear,.tcsmq-library-remove{appearance:none;border:1px solid var(--tcsmq-accent,#222);border-radius:8px;background:transparent;color:var(--tcsmq-accent,#222);padding:8px 11px;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.tcsmq-library-clear:disabled,.tcsmq-library-remove:disabled{opacity:.55;cursor:wait}
.tcsmq-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tcsmq-library-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--tcsmq-border,#ddd);border-radius:calc(var(--tcsmq-radius,14px) * .8);background:var(--tcsmq-card,#fff);min-width:0}.tcsmq-library-poster img,.tcsmq-library-poster-placeholder{display:flex;width:92px;height:138px;object-fit:cover;border-radius:8px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 7%,var(--tcsmq-option,#fff));align-items:center;justify-content:center;font-size:2rem}.tcsmq-library-card-body{min-width:0}.tcsmq-library-card-meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-bottom:5px;font-size:.68rem;font-weight:800;opacity:.7}.tcsmq-library-expiry{color:#8a4b00;opacity:1}.tcsmq-library-card h4{margin:0 0 5px;font-size:1.06rem;line-height:1.2}.tcsmq-library-card h4 a{color:inherit}.tcsmq-library-card p{margin:0 0 9px;font-size:.78rem;line-height:1.45;opacity:.78}.tcsmq-library-title-meta{font-weight:800}.tcsmq-library-empty{padding:32px 20px;border:1px dashed var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,14px);text-align:center;opacity:.72}
@media(max-width:820px){.tcsmq-library-grid{grid-template-columns:1fr}}
@media(max-width:520px){.tcsmq-viewer-library{padding:15px}.tcsmq-library-tabs{display:grid;grid-template-columns:1fr}.tcsmq-library-tabs button{width:100%}.tcsmq-library-panel-head{align-items:stretch;flex-direction:column}.tcsmq-library-clear{width:100%}.tcsmq-library-card{grid-template-columns:72px minmax(0,1fr);gap:11px;padding:11px}.tcsmq-library-poster img,.tcsmq-library-poster-placeholder{width:72px;height:108px}.tcsmq-library-card p:not(.tcsmq-library-title-meta){display:none}}

/* 6.0.1 live library synchronization and viewer dashboard */
.tcsmq-resume-box{display:grid;gap:7px;margin:16px 0;padding:14px;border:1px solid var(--tcsmq-border,#ddd);border-left:4px solid var(--tcsmq-accent,#222);border-radius:10px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 5%,var(--tcsmq-card,#fff))}.tcsmq-resume-box strong{font-size:.96rem}.tcsmq-resume-box span{font-size:.8rem;opacity:.76}.tcsmq-resume-box div{display:flex;flex-wrap:wrap;gap:8px}.tcsmq-resume-box button{appearance:none;border:1px solid var(--tcsmq-accent,#222);border-radius:8px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);padding:8px 12px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.tcsmq-resume-box button+button{background:transparent;color:var(--tcsmq-accent,#222)}
.tcsmq-feedback-toast{position:fixed;right:20px;bottom:20px;z-index:99999;max-width:min(360px,calc(100vw - 40px));padding:11px 14px;border-radius:10px;background:#171717;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.28);font-size:.82rem;font-weight:750;line-height:1.4;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}.tcsmq-feedback-toast.is-visible{opacity:1;visibility:visible;transform:none}
.tcsmq-library-summary{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:10px;margin:0 0 18px}.tcsmq-library-stat,.tcsmq-library-taste{border:1px solid var(--tcsmq-border,#ddd);border-radius:10px;background:var(--tcsmq-card,#fff);padding:13px}.tcsmq-library-stat{display:flex;flex-direction:column;justify-content:center;min-height:74px}.tcsmq-library-stat strong{font-size:1.6rem;line-height:1}.tcsmq-library-stat span{margin-top:5px;font-size:.72rem;font-weight:800;opacity:.68;text-transform:uppercase;letter-spacing:.05em}.tcsmq-library-taste{grid-column:1/-1;display:grid;gap:3px}.tcsmq-library-taste span{font-size:.84rem}.tcsmq-library-taste small{opacity:.68}
.tcsmq-library-toolbar{display:grid;grid-template-columns:minmax(180px,2fr) repeat(2,minmax(140px,1fr));gap:10px;margin:0 0 14px}.tcsmq-library-toolbar label,.tcsmq-library-settings-grid>label{display:grid;gap:5px;font-size:.72rem;font-weight:850}.tcsmq-library-toolbar input,.tcsmq-library-toolbar select,.tcsmq-library-settings select,.tcsmq-library-bulk select{width:100%;box-sizing:border-box;border:1px solid var(--tcsmq-border,#ddd);border-radius:8px;background:var(--tcsmq-card,#fff);color:var(--tcsmq-text,#222);padding:9px 10px;font:inherit;font-size:.8rem}
.tcsmq-library-bulk{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0 0 12px;padding:10px 12px;border:1px solid var(--tcsmq-border,#ddd);border-radius:9px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 3%,var(--tcsmq-card,#fff));font-size:.76rem}.tcsmq-library-bulk label{display:flex;align-items:center;gap:6px;font-weight:800}.tcsmq-library-bulk [data-selected-count]{margin-right:auto;font-weight:750;opacity:.7}.tcsmq-library-bulk select{width:auto;min-width:180px}.tcsmq-library-bulk button,.tcsmq-library-data-actions button{appearance:none;border:1px solid var(--tcsmq-accent,#222);border-radius:8px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);padding:8px 11px;font:inherit;font-size:.76rem;font-weight:850;cursor:pointer}.tcsmq-library-bulk button:disabled{opacity:.5;cursor:not-allowed}
.tcsmq-library-card{position:relative}.tcsmq-library-select{position:absolute;top:8px;right:8px;z-index:2;display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:var(--tcsmq-card,#fff);box-shadow:0 2px 8px rgba(0,0,0,.08)}.tcsmq-library-select input{margin:0}.tcsmq-library-card-highlight{animation:tcsmqLibraryHighlight 2.5s ease}@keyframes tcsmqLibraryHighlight{0%,35%{box-shadow:0 0 0 4px color-mix(in srgb,var(--tcsmq-accent,#222) 30%,transparent);border-color:var(--tcsmq-accent,#222)}100%{box-shadow:none}}
.tcsmq-library-activity,.tcsmq-library-settings{margin-top:22px;border-top:1px solid var(--tcsmq-border,#ddd);padding-top:18px}.tcsmq-library-section-head h3{margin:0 0 4px}.tcsmq-library-section-head p{margin:0 0 12px;font-size:.82rem;opacity:.7}.tcsmq-library-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tcsmq-library-activity-list article{display:grid;gap:3px;padding:12px;border:1px solid var(--tcsmq-border,#ddd);border-radius:9px;background:var(--tcsmq-card,#fff)}.tcsmq-library-activity-list span,.tcsmq-library-activity-list small{font-size:.75rem;opacity:.7}.tcsmq-library-settings summary{cursor:pointer;font-weight:900}.tcsmq-library-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.tcsmq-library-settings-grid .tcsmq-library-check{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;font-weight:700}.tcsmq-library-settings-grid .tcsmq-library-check input{margin-top:2px}.tcsmq-library-privacy-copy{font-size:.8rem;line-height:1.5;opacity:.76}.tcsmq-library-data-actions{display:flex;flex-wrap:wrap;gap:8px}.tcsmq-library-data-actions button{background:transparent;color:var(--tcsmq-accent,#222)}.tcsmq-library-data-actions .tcsmq-danger{border-color:#a51d1d;color:#a51d1d}.tcsmq-library-status-success{color:#176b2c}.tcsmq-viewer-library .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:820px){.tcsmq-library-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.tcsmq-library-toolbar{grid-template-columns:1fr 1fr}.tcsmq-library-toolbar label:first-child{grid-column:1/-1}.tcsmq-library-activity-list{grid-template-columns:1fr}}
@media(max-width:520px){.tcsmq-library-summary,.tcsmq-library-toolbar,.tcsmq-library-settings-grid{grid-template-columns:1fr}.tcsmq-library-toolbar label:first-child{grid-column:auto}.tcsmq-library-bulk{align-items:stretch;flex-direction:column}.tcsmq-library-bulk [data-selected-count]{margin-right:0}.tcsmq-library-bulk select,.tcsmq-library-bulk button{width:100%}.tcsmq-library-data-actions{display:grid}.tcsmq-library-data-actions button{width:100%}.tcsmq-feedback-toast{right:12px;bottom:12px;max-width:calc(100vw - 24px)}}

/* 6.0.2 Film Reel random discovery */
.tcsmq-film-reel{box-sizing:border-box;margin:32px auto;padding:clamp(18px,3vw,34px);border:1px solid var(--tcsmq-border,#ddd);background:var(--tcsmq-bg,#fff);color:var(--tcsmq-text,#222)}
.tcsmq-film-reel *{box-sizing:border-box}.tcsmq-film-reel [hidden]{display:none!important}
.tcsmq-film-reel-header{text-align:center;margin:0 auto clamp(22px,4vw,38px);max-width:920px}.tcsmq-film-reel-header h2{margin:0;font-size:clamp(2.5rem,7vw,5.2rem);line-height:.92;letter-spacing:-.045em}.tcsmq-film-reel-header h3{margin:18px 0 0;font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.05}.tcsmq-film-reel-header p{margin:20px auto 0;max-width:860px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.55;opacity:.72}
.tcsmq-film-reel-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.98fr);gap:26px;align-items:start}.tcsmq-film-reel-display,.tcsmq-film-reel-controls{border:1px solid var(--tcsmq-border,#ddd);border-radius:calc(var(--tcsmq-radius,14px) * 1.25);background:var(--tcsmq-card,#fff)}
.tcsmq-film-reel-display{min-height:520px;overflow:hidden}.tcsmq-film-reel-stage{display:flex;min-height:520px;padding:24px;align-items:center;justify-content:center;flex-direction:column;gap:20px;text-align:center}.tcsmq-film-reel-animation-wrap{display:grid;width:100%;max-width:500px;min-height:390px;place-items:center}.tcsmq-film-reel-media{display:block;max-width:94%;max-height:430px;width:auto;height:auto;object-fit:contain}.tcsmq-film-reel-video{width:100%;max-width:500px;border-radius:14px;background:#111}.tcsmq-film-reel-stage-message{margin:0;font-weight:800;letter-spacing:.01em;opacity:.76}
.tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-css{animation:tcsmqFilmReelSpin .74s linear infinite}.tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-stage-message{animation:tcsmqFilmReelPulse 1s ease-in-out infinite}
@keyframes tcsmqFilmReelSpin{to{transform:rotate(360deg)}}@keyframes tcsmqFilmReelPulse{50%{opacity:.42}}
.tcsmq-film-reel-css{position:relative;width:min(390px,88%);aspect-ratio:1;border:13px solid #777;border-radius:50%;background:#d9d9d9;box-shadow:inset 0 0 0 5px #eee,0 7px 0 rgba(0,0,0,.09)}.tcsmq-film-reel-css .tcsmq-film-reel-rim{position:absolute;inset:12px;border:4px solid #6e6e6e;border-radius:50%}.tcsmq-film-reel-css .tcsmq-film-reel-hub{position:absolute;left:50%;top:50%;width:68px;height:68px;border-radius:50%;background:#161616;transform:translate(-50%,-50%);box-shadow:0 0 0 11px #d9d9d9,0 0 0 17px #161616}.tcsmq-film-reel-css i{position:absolute;left:50%;top:50%;width:76px;height:76px;border-radius:50%;background:var(--tcsmq-card,#fff);transform-origin:0 0}.tcsmq-film-reel-css i:nth-of-type(1){transform:rotate(0deg) translate(78px,-38px)}.tcsmq-film-reel-css i:nth-of-type(2){transform:rotate(60deg) translate(78px,-38px)}.tcsmq-film-reel-css i:nth-of-type(3){transform:rotate(120deg) translate(78px,-38px)}.tcsmq-film-reel-css i:nth-of-type(4){transform:rotate(180deg) translate(78px,-38px)}.tcsmq-film-reel-css i:nth-of-type(5){transform:rotate(240deg) translate(78px,-38px)}.tcsmq-film-reel-css i:nth-of-type(6){transform:rotate(300deg) translate(78px,-38px)}
.tcsmq-film-reel-controls{padding:clamp(22px,3.5vw,34px);background:color-mix(in srgb,var(--tcsmq-accent,#222) 3%,var(--tcsmq-card,#fff))}.tcsmq-film-reel-controls h3{margin:0 0 8px;font-size:1.45rem}.tcsmq-film-reel-controls>div>p{margin:0 0 26px;line-height:1.5;opacity:.7}.tcsmq-film-reel-media-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px;padding:0;border:0}.tcsmq-film-reel-media-choice legend{grid-column:1/-1;margin:0 0 2px;font-weight:900}.tcsmq-film-reel-media-choice label{position:relative;display:grid;min-height:66px;place-items:center;border:1px solid var(--tcsmq-border,#ddd);border-radius:12px;background:var(--tcsmq-option,#fff);cursor:pointer;font-weight:850}.tcsmq-film-reel-media-choice input{position:absolute;opacity:0}.tcsmq-film-reel-media-choice label:has(input:checked){border-color:var(--tcsmq-accent,#222);background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);box-shadow:0 0 0 2px color-mix(in srgb,var(--tcsmq-accent,#222) 22%,transparent)}.tcsmq-film-reel-media-choice label:has(input:focus-visible){outline:3px solid color-mix(in srgb,var(--tcsmq-accent,#222) 35%,transparent);outline-offset:2px}
.tcsmq-film-reel-filters{margin:0 0 20px;border:1px solid var(--tcsmq-border,#ddd);border-radius:14px;background:var(--tcsmq-card,#fff)}.tcsmq-film-reel-filters summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;cursor:pointer;list-style:none}.tcsmq-film-reel-filters summary::-webkit-details-marker{display:none}.tcsmq-film-reel-filters summary span{display:flex;align-items:center;justify-content:space-between;gap:18px;flex:1}.tcsmq-film-reel-filters summary strong{font-size:1.08rem}.tcsmq-film-reel-filters summary small{font-size:.76rem;opacity:.66}.tcsmq-film-reel-filters summary b{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--tcsmq-accent,#222) 9%,transparent);font-size:1.3rem;transition:transform .18s}.tcsmq-film-reel-filters[open] summary b{transform:rotate(45deg)}.tcsmq-film-reel-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:0 18px 18px}.tcsmq-film-reel-filter-grid>label:not(.tcsmq-film-reel-check){display:grid;gap:6px;font-size:.75rem;font-weight:850}.tcsmq-film-reel-filter-grid select{width:100%;min-width:0;border:1px solid var(--tcsmq-border,#ddd);border-radius:9px;background:var(--tcsmq-option,#fff);color:var(--tcsmq-text,#222);padding:10px;font:inherit}.tcsmq-film-reel-wide{grid-column:1/-1}.tcsmq-film-reel-check{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;font-weight:750;line-height:1.4}.tcsmq-film-reel-check input{margin-top:2px}
.tcsmq-film-reel-spin{display:grid;width:100%;gap:3px;border:0;border-radius:15px;padding:16px 20px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);cursor:pointer;text-align:center}.tcsmq-film-reel-spin strong{font-size:1.2rem}.tcsmq-film-reel-spin span{font-size:.76rem;font-weight:700;opacity:.83}.tcsmq-film-reel-spin:disabled{opacity:.62;cursor:wait}.tcsmq-film-reel-status{min-height:1.4em;margin-top:10px;font-size:.76rem;line-height:1.4;text-align:center;opacity:.72}
.tcsmq-film-reel-result{min-height:520px}.tcsmq-film-reel-card{padding:clamp(20px,3vw,30px)}.tcsmq-film-reel-pick-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px;padding-bottom:13px;border-bottom:1px solid var(--tcsmq-border,#ddd)}.tcsmq-film-reel-pick-head span{font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;opacity:.62}.tcsmq-film-reel-pick-head strong{font-size:1.05rem}.tcsmq-film-reel-card-grid{display:grid;grid-template-columns:minmax(128px,36%) minmax(0,1fr);gap:22px;align-items:start}.tcsmq-film-reel-poster,.tcsmq-film-reel-poster-placeholder{display:flex;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:12px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 7%,var(--tcsmq-option,#fff));align-items:center;justify-content:center;font-size:3rem}.tcsmq-film-reel-selection{margin:0 0 5px;font-size:.82rem;font-weight:800;opacity:.7}.tcsmq-film-reel-card h3{margin:0 0 7px;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.05}.tcsmq-film-reel-card h3 a{color:inherit;text-decoration-thickness:2px;text-underline-offset:4px}.tcsmq-film-reel-excerpt{margin:16px 0;line-height:1.55}.tcsmq-film-reel-card .tcsmq-review-link{margin:0 0 4px}.tcsmq-film-reel-card .tcsmq-streaming{margin-top:18px}.tcsmq-film-reel-card .tcsmq-provider-logo{min-width:58px;min-height:54px;padding:6px}.tcsmq-film-reel-card .tcsmq-provider-logo img{width:min(var(--tcsmq-logo-size,64px),54px);height:min(var(--tcsmq-logo-size,64px),54px)}.tcsmq-film-reel-card .tcsmq-result-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}.tcsmq-film-reel-card .tcsmq-result-actions button{min-width:0;padding:9px 10px;border:1px solid var(--tcsmq-border,#ddd);border-radius:9px;background:var(--tcsmq-option,#fff);color:var(--tcsmq-text,#222);font:inherit;font-size:.75rem;font-weight:800;cursor:pointer}.tcsmq-film-reel-card .tcsmq-result-actions button:hover,.tcsmq-film-reel-card .tcsmq-result-actions button:focus-visible{border-color:var(--tcsmq-accent,#222)}.tcsmq-film-reel-candidate-count{display:block;margin-top:12px;opacity:.6}.tcsmq-film-reel-empty{display:grid;min-height:520px;padding:32px;place-content:center;text-align:center}.tcsmq-film-reel-empty strong{font-size:1.25rem}.tcsmq-film-reel-empty p{max-width:470px;line-height:1.55;opacity:.72}
.tcsmq-film-reel[data-more-align="center"] .tcsmq-more-options>summary{margin-left:auto;margin-right:auto}.tcsmq-film-reel[data-more-align="right"] .tcsmq-more-options>summary{margin-left:auto}.tcsmq-film-reel[data-more-style="pill"] .tcsmq-more-options>summary{padding:9px 15px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 10%,transparent)}.tcsmq-film-reel[data-more-style="outline"] .tcsmq-more-options>summary{padding:9px 15px;border:1px solid var(--tcsmq-accent,#222)}.tcsmq-film-reel[data-more-style="solid"] .tcsmq-more-options>summary{padding:9px 15px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff)}
@media(prefers-reduced-motion:reduce){.tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-css,.tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-stage-message{animation:none}.tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-animation-wrap{opacity:.7}}
@media(max-width:900px){.tcsmq-film-reel-layout{grid-template-columns:1fr}.tcsmq-film-reel-display,.tcsmq-film-reel-stage,.tcsmq-film-reel-result,.tcsmq-film-reel-empty{min-height:440px}.tcsmq-film-reel-animation-wrap{min-height:320px}.tcsmq-film-reel-media{max-height:350px}}
@media(max-width:580px){.tcsmq-film-reel{padding:14px}.tcsmq-film-reel-header h2{font-size:2.65rem}.tcsmq-film-reel-header h3{font-size:1.4rem}.tcsmq-film-reel-media-choice{grid-template-columns:1fr}.tcsmq-film-reel-filter-grid{grid-template-columns:1fr}.tcsmq-film-reel-wide{grid-column:auto}.tcsmq-film-reel-filters summary span{align-items:flex-start;flex-direction:column;gap:2px}.tcsmq-film-reel-card-grid{grid-template-columns:105px minmax(0,1fr);gap:14px}.tcsmq-film-reel-pick-head{align-items:flex-start;flex-direction:column}.tcsmq-film-reel-card .tcsmq-result-actions{grid-template-columns:1fr}.tcsmq-film-reel-excerpt{font-size:.88rem}.tcsmq-film-reel-card .tcsmq-streaming{grid-column:1/-1}.tcsmq-film-reel-display,.tcsmq-film-reel-stage,.tcsmq-film-reel-result,.tcsmq-film-reel-empty{min-height:390px}.tcsmq-film-reel-animation-wrap{min-height:275px}.tcsmq-film-reel-css{width:min(280px,86%)}.tcsmq-film-reel-css i{width:54px;height:54px}.tcsmq-film-reel-css i:nth-of-type(1){transform:rotate(0deg) translate(57px,-27px)}.tcsmq-film-reel-css i:nth-of-type(2){transform:rotate(60deg) translate(57px,-27px)}.tcsmq-film-reel-css i:nth-of-type(3){transform:rotate(120deg) translate(57px,-27px)}.tcsmq-film-reel-css i:nth-of-type(4){transform:rotate(180deg) translate(57px,-27px)}.tcsmq-film-reel-css i:nth-of-type(5){transform:rotate(240deg) translate(57px,-27px)}.tcsmq-film-reel-css i:nth-of-type(6){transform:rotate(300deg) translate(57px,-27px)}}


/* 6.0.3 simplified My Cinema Account, reviewable quiz history, and media loading states */
.tcsmq-loading[hidden]{display:none!important}
.tcsmq-loading{box-sizing:border-box;min-height:260px;padding:26px;flex-direction:column;gap:14px;border:1px solid var(--tcsmq-border,#ddd);border-radius:var(--tcsmq-radius,14px);background:var(--tcsmq-card,#fff)}
.tcsmq-loading p{margin:0;font-weight:850;letter-spacing:.01em}
.tcsmq-quiz-loading-visual{display:grid;width:100%;max-width:min(var(--tcsmq-loading-media-width,420px),100%);min-height:170px;place-items:center}
.tcsmq-quiz-loading-media{display:block;width:auto;max-width:100%;max-height:340px;object-fit:contain}
.tcsmq-quiz-loading-video{width:100%;border-radius:12px;background:#111}
.tcsmq-quiz-loading-fallback{position:relative;width:126px;aspect-ratio:1;border:8px solid color-mix(in srgb,var(--tcsmq-accent,#222) 55%,#aaa);border-radius:50%;background:color-mix(in srgb,var(--tcsmq-accent,#222) 8%,var(--tcsmq-card,#fff))}
.tcsmq-quiz-loading-fallback span{position:absolute;inset:42%;border-radius:50%;background:var(--tcsmq-accent,#222)}
.tcsmq-quiz-loading-fallback i{position:absolute;left:50%;top:50%;width:24px;height:24px;margin:-12px;border-radius:50%;background:var(--tcsmq-card,#fff);transform-origin:12px 12px}
.tcsmq-quiz-loading-fallback i:nth-of-type(1){transform:rotate(0deg) translateY(-37px)}.tcsmq-quiz-loading-fallback i:nth-of-type(2){transform:rotate(60deg) translateY(-37px)}.tcsmq-quiz-loading-fallback i:nth-of-type(3){transform:rotate(120deg) translateY(-37px)}.tcsmq-quiz-loading-fallback i:nth-of-type(4){transform:rotate(180deg) translateY(-37px)}.tcsmq-quiz-loading-fallback i:nth-of-type(5){transform:rotate(240deg) translateY(-37px)}.tcsmq-quiz-loading-fallback i:nth-of-type(6){transform:rotate(300deg) translateY(-37px)}
.tcsmq-loading.is-active .tcsmq-quiz-loading-fallback{animation:tcsmqQuizLoadingSpin 1s linear infinite}@keyframes tcsmqQuizLoadingSpin{to{transform:rotate(360deg)}}
.tcsmq-film-reel-video{transform:none!important;animation:none!important}

.tcsmq-my-account{max-width:1180px;border-radius:calc(var(--tcsmq-radius,14px) * 1.05);overflow:hidden}
.tcsmq-account-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--tcsmq-border,#ddd)}
.tcsmq-account-header h2{margin:4px 0 7px;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.05}.tcsmq-account-header p{max-width:760px;margin:0;line-height:1.5;opacity:.73}
.tcsmq-account-state{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 8%,var(--tcsmq-card,#fff));font-size:.72rem;font-weight:850}
.tcsmq-account-tabs{display:flex;gap:2px;margin:0 -4px;padding:14px 4px 0;border-bottom:1px solid var(--tcsmq-border,#ddd);overflow-x:auto}
.tcsmq-account-tabs button{position:relative;flex:0 0 auto;appearance:none;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--tcsmq-text,#222);padding:11px 12px 12px;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;white-space:nowrap}
.tcsmq-account-tabs button[aria-selected=true]{border-bottom-color:var(--tcsmq-accent,#222);color:var(--tcsmq-accent,#222)}
.tcsmq-account-tabs button span{display:inline-flex;min-width:20px;justify-content:center;margin-left:4px;padding:1px 5px;border-radius:999px;background:color-mix(in srgb,currentColor 10%,transparent);font-size:.68rem}
.tcsmq-account-panel{min-height:230px;padding-top:22px}
.tcsmq-account-welcome h3,.tcsmq-account-section-head h3{margin:3px 0 6px;font-size:1.45rem}.tcsmq-account-welcome p,.tcsmq-account-section-head p{margin:0;line-height:1.5;opacity:.7}
.tcsmq-account-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}
.tcsmq-account-overview button{display:flex;min-height:90px;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid var(--tcsmq-border,#ddd);border-radius:11px;background:var(--tcsmq-card,#fff);color:inherit;padding:14px;text-align:left;cursor:pointer}.tcsmq-account-overview button:hover,.tcsmq-account-overview button:focus-visible{border-color:var(--tcsmq-accent,#222)}
.tcsmq-account-overview strong{font-size:1.8rem;line-height:1}.tcsmq-account-overview span{margin-top:6px;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;opacity:.66}
.tcsmq-account-overview-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:12px}.tcsmq-account-overview-grid article{padding:17px;border:1px solid var(--tcsmq-border,#ddd);border-radius:11px;background:var(--tcsmq-card,#fff)}.tcsmq-account-overview-grid h4{margin:0 0 8px;font-size:1rem}.tcsmq-account-overview-grid p{margin:0 0 8px;line-height:1.5}.tcsmq-account-overview-grid small{opacity:.66}.tcsmq-account-overview-grid button{display:block;margin-top:12px;border:0;background:transparent;color:var(--tcsmq-accent,#222);padding:0;font:inherit;font-weight:850;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.tcsmq-account-main-note{margin-top:13px;padding:12px 14px;border-left:4px solid var(--tcsmq-accent,#222);background:color-mix(in srgb,var(--tcsmq-accent,#222) 5%,var(--tcsmq-card,#fff));font-size:.8rem;line-height:1.45}
.tcsmq-account-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:15px}
.tcsmq-account-list-tools{margin-bottom:14px;border:1px solid var(--tcsmq-border,#ddd);border-radius:10px;background:color-mix(in srgb,var(--tcsmq-card,#fff) 97%,var(--tcsmq-accent,#222) 3%);overflow:hidden}.tcsmq-account-list-tools>summary{padding:12px 14px;cursor:pointer;font-weight:850}.tcsmq-account-list-tools .tcsmq-library-toolbar{padding:0 14px 12px;margin:0}.tcsmq-account-list-tools .tcsmq-library-bulk{margin:0 14px 14px}
.tcsmq-quiz-history-list{display:grid;gap:10px}.tcsmq-quiz-history-item{border:1px solid var(--tcsmq-border,#ddd);border-radius:11px;background:var(--tcsmq-card,#fff);overflow:hidden}.tcsmq-quiz-history-item>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px;cursor:pointer;list-style:none}.tcsmq-quiz-history-item>summary::-webkit-details-marker{display:none}.tcsmq-quiz-history-item>summary span{display:grid;gap:4px}.tcsmq-quiz-history-item>summary small{font-size:.75rem;opacity:.68}.tcsmq-quiz-history-item>summary b{font-size:.76rem;color:var(--tcsmq-accent,#222)}.tcsmq-quiz-history-item[open]>summary{border-bottom:1px solid var(--tcsmq-border,#ddd)}
.tcsmq-quiz-history-detail{padding:16px}.tcsmq-quiz-history-detail>h4{margin:0 0 12px}.tcsmq-history-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tcsmq-history-results article{display:grid;grid-template-columns:62px minmax(0,1fr);gap:10px;padding:10px;border:1px solid var(--tcsmq-border,#ddd);border-radius:9px;min-width:0}.tcsmq-history-result-poster img,.tcsmq-history-result-poster>div{display:flex;width:62px;height:93px;object-fit:cover;align-items:center;justify-content:center;border-radius:6px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 6%,var(--tcsmq-card,#fff))}.tcsmq-history-results article span{font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;opacity:.62}.tcsmq-history-results h5{margin:3px 0 5px;font-size:.9rem;line-height:1.2}.tcsmq-history-results h5 a{color:inherit}.tcsmq-history-results p{margin:0 0 5px;font-size:.7rem;line-height:1.35;opacity:.7}.tcsmq-history-results article>div>strong{font-size:.72rem;color:var(--tcsmq-accent,#222)}
.tcsmq-history-answers{margin-top:14px;border-top:1px solid var(--tcsmq-border,#ddd);padding-top:12px}.tcsmq-history-answers>summary{cursor:pointer;font-weight:850}.tcsmq-history-answers>div{display:grid;gap:8px;margin-top:10px}.tcsmq-history-answers p{display:grid;grid-template-columns:minmax(150px,1fr) 1.2fr;gap:14px;margin:0;padding:8px 0;border-bottom:1px solid color-mix(in srgb,var(--tcsmq-border,#ddd) 65%,transparent);font-size:.78rem}.tcsmq-history-answers p span{line-height:1.4}.tcsmq-history-answers small{opacity:.65}
.tcsmq-account-settings .tcsmq-library-settings-grid{margin:0}.tcsmq-account-privacy{margin-top:20px;padding-top:18px;border-top:1px solid var(--tcsmq-border,#ddd)}.tcsmq-account-privacy h4{margin:0 0 6px}.tcsmq-account-privacy p{max-width:760px;margin:0 0 13px;line-height:1.5;opacity:.72}
@media(prefers-reduced-motion:reduce){.tcsmq-loading.is-active .tcsmq-quiz-loading-fallback{animation:none}.tcsmq-quiz-loading-video{opacity:.9}}
@media(max-width:900px){.tcsmq-account-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.tcsmq-account-overview-grid{grid-template-columns:1fr}.tcsmq-history-results{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.tcsmq-account-header{flex-direction:column}.tcsmq-account-state{align-self:flex-start}.tcsmq-account-tabs{margin-left:-10px;margin-right:-10px;padding-left:10px}.tcsmq-account-overview{grid-template-columns:1fr 1fr}.tcsmq-account-overview button{min-height:78px}.tcsmq-account-section-head{align-items:stretch;flex-direction:column}.tcsmq-history-results{grid-template-columns:1fr}.tcsmq-history-answers p{grid-template-columns:1fr;gap:3px}.tcsmq-loading{min-height:220px;padding:18px}.tcsmq-quiz-loading-visual{min-height:140px}}

/* 6.0.5 quiz fallback and compact Film Reel */
.tcsmq-results[hidden]{display:none!important}
.tcsmq-results:not([hidden]){display:block!important;visibility:visible!important;opacity:1!important}

.tcsmq-film-reel{margin:22px auto;padding:clamp(16px,2.4vw,26px)}
.tcsmq-film-reel-header{margin:0 auto clamp(16px,2.8vw,26px);max-width:780px}
.tcsmq-film-reel-header h2{font-size:clamp(2.15rem,5.5vw,4rem)}
.tcsmq-film-reel-header h3{margin-top:12px;font-size:clamp(1.25rem,2.5vw,1.8rem)}
.tcsmq-film-reel-header p{margin-top:12px;max-width:720px;font-size:clamp(.92rem,1.6vw,1.08rem);line-height:1.45}
.tcsmq-film-reel-layout{grid-template-columns:minmax(0,1fr) minmax(310px,.86fr);gap:18px}
.tcsmq-film-reel-display{min-height:430px}
.tcsmq-film-reel-stage{min-height:430px;padding:18px;gap:12px}
.tcsmq-film-reel-animation-wrap{max-width:410px;min-height:300px}
.tcsmq-film-reel-media{max-width:90%;max-height:335px}
.tcsmq-film-reel-video{max-width:410px;border-radius:10px}
.tcsmq-film-reel-stage-message{font-size:.86rem}
.tcsmq-film-reel-css{width:min(315px,82%);border-width:10px}
.tcsmq-film-reel-controls{padding:clamp(18px,2.5vw,24px)}
.tcsmq-film-reel-controls h3{font-size:1.25rem}
.tcsmq-film-reel-controls>div>p{margin-bottom:18px;font-size:.92rem}
.tcsmq-film-reel-media-choice{gap:8px;margin-bottom:14px}
.tcsmq-film-reel-media-choice label{min-height:54px;border-radius:9px;font-size:.88rem}
.tcsmq-film-reel-filters{margin-bottom:14px;border-radius:10px}
.tcsmq-film-reel-filters summary{padding:13px 15px}
.tcsmq-film-reel-filters summary strong{font-size:.96rem}
.tcsmq-film-reel-filters summary b{width:30px;height:30px;font-size:1.05rem}
.tcsmq-film-reel-filter-grid{gap:10px;padding:0 14px 14px}
.tcsmq-film-reel-filter-grid select{padding:8px}
.tcsmq-film-reel-spin{border-radius:11px;padding:13px 16px}
.tcsmq-film-reel-spin strong{font-size:1.05rem}
.tcsmq-film-reel-result,.tcsmq-film-reel-empty{min-height:430px}
.tcsmq-film-reel-card{padding:18px}
.tcsmq-film-reel-pick-head{margin-bottom:14px;padding-bottom:10px}
.tcsmq-film-reel-pick-head strong{font-size:.96rem}
.tcsmq-film-reel-card-grid{grid-template-columns:minmax(108px,30%) minmax(0,1fr);gap:16px}
.tcsmq-film-reel-poster,.tcsmq-film-reel-poster-placeholder{border-radius:9px}
.tcsmq-film-reel-card h3{font-size:clamp(1.35rem,2.4vw,1.85rem)}
.tcsmq-film-reel-selection{font-size:.76rem}
.tcsmq-film-reel-excerpt{margin:10px 0;font-size:.9rem;line-height:1.45}
.tcsmq-film-reel-card .tcsmq-review-link{padding:8px 12px;font-size:.82rem}
.tcsmq-film-reel-card .tcsmq-streaming{margin-top:12px;padding-top:10px}
.tcsmq-film-reel-card .tcsmq-provider-logo{min-width:50px;min-height:46px;padding:5px}
.tcsmq-film-reel-card .tcsmq-provider-logo img{width:min(var(--tcsmq-logo-size,64px),46px);height:min(var(--tcsmq-logo-size,64px),46px)}
.tcsmq-film-reel-card .tcsmq-result-actions{gap:6px;margin-top:14px}
.tcsmq-film-reel-card .tcsmq-result-actions button{min-height:38px;padding:7px 9px!important;border:0;border-radius:7px;background:var(--tcsmq-accent,#222);color:var(--tcsmq-button-text,#fff);font-size:.72rem!important}
.tcsmq-film-reel-card .tcsmq-result-actions button:last-child{border:1px solid var(--tcsmq-accent,#222);background:transparent;color:var(--tcsmq-accent,#222)}
.tcsmq-film-reel-card .tcsmq-result-actions button:hover,.tcsmq-film-reel-card .tcsmq-result-actions button:focus-visible{filter:brightness(.94)}
.tcsmq-film-reel-candidate-count{margin-top:8px}
.tcsmq-film-reel-empty{padding:24px}

@media(max-width:900px){
 .tcsmq-film-reel-layout{grid-template-columns:1fr}
 .tcsmq-film-reel-display,.tcsmq-film-reel-stage,.tcsmq-film-reel-result,.tcsmq-film-reel-empty{min-height:390px}
 .tcsmq-film-reel-animation-wrap{min-height:270px}
 .tcsmq-film-reel-media{max-height:305px}
}
@media(max-width:580px){
 .tcsmq-film-reel{padding:12px}
 .tcsmq-film-reel-header h2{font-size:2.35rem}
 .tcsmq-film-reel-header h3{font-size:1.25rem}
 .tcsmq-film-reel-card-grid{grid-template-columns:92px minmax(0,1fr);gap:12px}
 .tcsmq-film-reel-card{padding:14px}
 .tcsmq-film-reel-display,.tcsmq-film-reel-stage,.tcsmq-film-reel-result,.tcsmq-film-reel-empty{min-height:350px}
 .tcsmq-film-reel-animation-wrap{min-height:235px}
 .tcsmq-film-reel-media{max-height:270px}
}

/* 6.0.5 recommendation and gated-video hotfix */
.tcsmq-recommendation-notice{margin:16px 0 22px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--tcsmq-accent,#222) 24%,var(--tcsmq-border,#ddd));border-radius:10px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 6%,var(--tcsmq-card,#fff));line-height:1.45}
.tcsmq-recommendation-debug{margin:12px 0 20px;border:1px solid var(--tcsmq-border,#ddd);border-radius:10px;background:var(--tcsmq-card,#fff)}.tcsmq-recommendation-debug>summary{cursor:pointer;padding:10px 12px;font-weight:700}.tcsmq-recommendation-debug dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin:0;padding:0 12px 12px}.tcsmq-recommendation-debug dl>div{padding:8px;border-radius:8px;background:color-mix(in srgb,var(--tcsmq-accent,#222) 5%,var(--tcsmq-card,#fff))}.tcsmq-recommendation-debug dt{font-size:.78em;text-transform:capitalize;opacity:.72}.tcsmq-recommendation-debug dd{margin:2px 0 0;font-weight:700}
.tcsmq-film-reel-video-host{display:grid;width:100%;min-height:inherit;place-items:center}
.tcsmq-film-reel-video-idle{display:grid;width:100%;height:100%;place-items:center}
.tcsmq-film-reel-video-host .tcsmq-film-reel-video{display:block;width:100%;max-width:410px;height:auto;max-height:335px;object-fit:contain}

/* 6.0.7 placeholder-free media and compact Film Reel */
.tcsmq-film-reel{
 margin:12px auto;
 padding:10px 14px 16px;
}
.tcsmq-film-reel-header{
 margin:0 auto 14px;
 max-width:720px;
}
.tcsmq-film-reel-header h2{
 margin:0;
 font-size:clamp(1.8rem,4.5vw,3rem);
 line-height:1;
}
.tcsmq-film-reel-header h3{
 margin-top:7px;
 font-size:clamp(1.05rem,2vw,1.35rem);
}
.tcsmq-film-reel-header p{
 margin-top:8px;
 max-width:660px;
 font-size:.92rem;
 line-height:1.4;
}
.tcsmq-film-reel-layout{
 gap:14px;
}
.tcsmq-film-reel-display,
.tcsmq-film-reel-stage,
.tcsmq-film-reel-result,
.tcsmq-film-reel-empty{
 min-height:340px;
}
.tcsmq-film-reel-stage{
 padding:12px;
 gap:8px;
}
.tcsmq-film-reel-animation-wrap{
 max-width:360px;
 min-height:235px;
}
.tcsmq-film-reel-media,
.tcsmq-film-reel-video,
.tcsmq-film-reel-video-host .tcsmq-film-reel-video{
 max-width:360px;
 max-height:275px;
}
.tcsmq-film-reel-controls{
 padding:16px 18px;
}
.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle{
 min-height:128px;
}
.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle .tcsmq-film-reel-animation-wrap{
 width:0;
 height:0;
 min-height:0;
 margin:0;
 overflow:hidden;
}
.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-media-pending .tcsmq-film-reel-animation-wrap{
 min-height:0;
}
.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-animation-wrap{
 min-height:235px;
}
.tcsmq-film-reel-video-host[hidden],
.tcsmq-quiz-loading-video-host[hidden]{
 display:none!important;
}
.tcsmq-film-reel-video-host.is-custom,
.tcsmq-quiz-loading-video-host.is-custom{
 width:100%;
 place-items:center;
}
.tcsmq-film-reel-video-host.is-custom:not([hidden]),
.tcsmq-quiz-loading-video-host.is-custom:not([hidden]){
 display:grid;
}
.tcsmq-quiz.has-custom-loading-media .tcsmq-quiz-loading-visual{
 min-height:0;
}
.tcsmq-quiz.has-custom-loading-media .tcsmq-loading{
 min-height:180px;
}
@media(max-width:900px){
 .tcsmq-film-reel-display,
 .tcsmq-film-reel-stage,
 .tcsmq-film-reel-result,
 .tcsmq-film-reel-empty{min-height:320px}
 .tcsmq-film-reel-animation-wrap{min-height:220px}
 .tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle{min-height:112px}
}
@media(max-width:580px){
 .tcsmq-film-reel{padding:8px 10px 12px}
 .tcsmq-film-reel-header{margin-bottom:11px}
 .tcsmq-film-reel-header h2{font-size:1.85rem}
 .tcsmq-film-reel-header h3{font-size:1.05rem}
 .tcsmq-film-reel-header p{font-size:.86rem}
 .tcsmq-film-reel-display,
 .tcsmq-film-reel-stage,
 .tcsmq-film-reel-result,
 .tcsmq-film-reel-empty{min-height:290px}
 .tcsmq-film-reel-animation-wrap{min-height:195px}
 .tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle{min-height:96px}
 .tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-animation-wrap{min-height:195px}
}

/* 6.0.8 compact Film Reel and click-activated preloaded media */
.tcsmq-film-reel.tcsmq-film-reel{
 width:100%;
 margin:10px auto;
 padding:8px 10px 10px;
 min-height:0;
 overflow:visible;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header{
 max-width:none;
 margin:0 0 8px;
 padding:0;
 text-align:center;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header h2{
 margin:0!important;
 padding:0!important;
 font-size:clamp(1.45rem,3vw,1.9rem);
 line-height:1.05;
 letter-spacing:-.025em;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header h3{
 margin:3px 0 0!important;
 padding:0!important;
 font-size:clamp(.9rem,1.8vw,1.05rem);
 line-height:1.2;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header p{
 max-width:620px;
 margin:4px auto 0!important;
 padding:0!important;
 font-size:.78rem;
 line-height:1.35;
}
.tcsmq-film-reel-setup{
 margin:0 0 8px;
 border:1px solid var(--tcsmq-border,#ddd);
 border-radius:9px;
 background:color-mix(in srgb,var(--tcsmq-accent,#222) 2.5%,var(--tcsmq-card,#fff));
 overflow:hidden;
}
.tcsmq-film-reel-setup>summary,
.tcsmq-film-reel-streaming-details>summary,
.tcsmq-film-reel-about>summary{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:12px;
 cursor:pointer;
 list-style:none;
}
.tcsmq-film-reel-setup>summary::-webkit-details-marker,
.tcsmq-film-reel-streaming-details>summary::-webkit-details-marker,
.tcsmq-film-reel-about>summary::-webkit-details-marker{display:none}
.tcsmq-film-reel-setup>summary{padding:8px 10px}
.tcsmq-film-reel-setup>summary span{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;flex:1}
.tcsmq-film-reel-setup>summary strong{font-size:.84rem}
.tcsmq-film-reel-setup>summary small{overflow:hidden;font-size:.7rem;opacity:.68;text-overflow:ellipsis;white-space:nowrap}
.tcsmq-film-reel-setup>summary b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--tcsmq-accent,#222) 9%,transparent);transition:transform .18s}
.tcsmq-film-reel-setup[open]>summary b{transform:rotate(45deg)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-controls{
 padding:8px 10px 10px;
 border:0;
 border-top:1px solid var(--tcsmq-border,#ddd);
 border-radius:0;
 background:var(--tcsmq-card,#fff);
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media-choice{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:6px;
 margin:0 0 7px;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media-choice legend{margin:0 0 4px;font-size:.75rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media-choice label{min-height:38px;border-radius:7px;font-size:.78rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filters{margin:0;border-radius:8px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filters summary{padding:8px 10px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filters summary strong{font-size:.78rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filters summary small{font-size:.68rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filters summary b{width:23px;height:23px;font-size:.9rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filter-grid{gap:8px;padding:0 9px 9px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filter-grid>label:not(.tcsmq-film-reel-check){font-size:.7rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filter-grid select{padding:7px;font-size:.75rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-check{font-size:.7rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-spin{
 width:100%;
 margin:0 0 8px;
 padding:9px 12px;
 border-radius:8px;
 gap:1px;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-spin strong{font-size:.95rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-spin span{font-size:.66rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-display{
 min-height:0;
 border-radius:9px;
 overflow:hidden;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-stage{
 min-height:0;
 padding:8px;
 gap:6px;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-animation-wrap{
 width:100%;
 max-width:300px;
 min-height:0;
 margin:0 auto;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-video-host{
 display:grid;
 width:100%;
 min-height:0;
 place-items:center;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-video-host:empty{display:none}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media,
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-video,
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-still{
 display:block;
 width:auto;
 max-width:100%;
 height:auto;
 max-height:230px;
 margin:0 auto;
 object-fit:contain;
 border-radius:8px;
 animation:none!important;
 transform:none!important;
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-stage-message{margin:0;font-size:.72rem}
.tcsmq-film-reel.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle,
.tcsmq-film-reel.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-media-pending{min-height:44px}
.tcsmq-film-reel.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-idle .tcsmq-film-reel-animation-wrap,
.tcsmq-film-reel.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-media-pending .tcsmq-film-reel-animation-wrap{width:100%;height:auto;min-height:0;overflow:visible}
.tcsmq-film-reel.tcsmq-film-reel.has-custom-animation .tcsmq-film-reel-stage.is-spinning .tcsmq-film-reel-animation-wrap{min-height:0}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css{width:min(190px,65%);border-width:7px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css .tcsmq-film-reel-hub{width:38px;height:38px;box-shadow:0 0 0 7px #d9d9d9,0 0 0 11px #161616}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i{width:38px;height:38px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(1){transform:rotate(0deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(2){transform:rotate(60deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(3){transform:rotate(120deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(4){transform:rotate(180deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(5){transform:rotate(240deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-css i:nth-of-type(6){transform:rotate(300deg) translate(39px,-19px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-result,
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-empty{min-height:0}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card{padding:10px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-pick-head{margin:0 0 9px;padding:0 0 7px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-pick-head span{font-size:.6rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-pick-head strong{font-size:.82rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card-grid{grid-template-columns:100px minmax(0,1fr);gap:11px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-poster,
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-poster-placeholder{border-radius:7px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-selection{margin:0 0 2px;font-size:.67rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card h3{margin:0 0 3px;font-size:1.25rem;line-height:1.08}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card .tcsmq-meta{margin:0 0 6px;font-size:.68rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card .tcsmq-review-link{display:inline-flex;margin:0 0 6px;padding:6px 9px;font-size:.72rem}
.tcsmq-film-reel-about,
.tcsmq-film-reel-streaming-details{margin:6px 0;border:1px solid var(--tcsmq-border,#ddd);border-radius:7px;background:var(--tcsmq-card,#fff);overflow:hidden}
.tcsmq-film-reel-about>summary,
.tcsmq-film-reel-streaming-details>summary{padding:7px 9px;font-size:.73rem;font-weight:850}
.tcsmq-film-reel-streaming-details>summary small{font-size:.64rem;font-weight:700;opacity:.65}
.tcsmq-film-reel-about>summary::after,
.tcsmq-film-reel-streaming-details>summary::after{content:'+';font-size:1rem;line-height:1}
.tcsmq-film-reel-about[open]>summary::after,
.tcsmq-film-reel-streaming-details[open]>summary::after{content:'−'}
.tcsmq-film-reel-about p{margin:0;padding:0 9px 9px;font-size:.76rem;line-height:1.4}
.tcsmq-film-reel-streaming-content{padding:0 9px 9px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-stream-group-public{margin:7px 0}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-stream-group-public>span{font-size:.65rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-provider-logos{gap:5px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-provider-logo{min-width:42px;min-height:40px;padding:4px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-provider-logo img{width:min(var(--tcsmq-logo-size,64px),38px);height:min(var(--tcsmq-logo-size,64px),38px)}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-provider-logo small{font-size:.55rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-result-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:7px}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-result-actions button{min-height:34px;padding:6px 7px!important;border-radius:6px;font-size:.67rem!important}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-candidate-count{margin-top:6px;font-size:.62rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-status{min-height:1em;margin-top:5px;font-size:.66rem}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-empty{padding:18px}

/* Custom quiz loading media is preloaded but inserted and played only during calculation. */
.tcsmq-quiz.has-custom-loading-media .tcsmq-loading{min-height:0;padding:14px;gap:8px}
.tcsmq-quiz.has-custom-loading-media .tcsmq-quiz-loading-visual{min-height:0}
.tcsmq-quiz.has-custom-loading-media .tcsmq-quiz-loading-media{max-height:250px}
.tcsmq-quiz-loading-video-host:empty{display:none}

@media(max-width:620px){
 .tcsmq-film-reel.tcsmq-film-reel{padding:7px 8px 9px}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header h2{font-size:1.4rem}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-header p{font-size:.72rem}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card-grid{grid-template-columns:82px minmax(0,1fr);gap:9px}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media-choice{grid-template-columns:repeat(3,minmax(0,1fr))}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-filter-grid{grid-template-columns:1fr}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-wide{grid-column:auto}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-result-actions{grid-template-columns:1fr 1fr}
}
@media(max-width:390px){
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-card-grid{grid-template-columns:70px minmax(0,1fr)}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-media-choice{grid-template-columns:1fr}
 .tcsmq-film-reel.tcsmq-film-reel .tcsmq-result-actions{grid-template-columns:1fr}
}
.tcsmq-film-reel.tcsmq-film-reel .tcsmq-film-reel-spin{display:flex;min-height:44px;flex-direction:column;align-items:center;justify-content:center}


/* 6.0.9 account retention, integration slots, and visible Film Reel format controls */
.tcsmq-film-reel.tcsmq-film-reel>.tcsmq-film-reel-media-choice-visible{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 8px;padding:0;border:0}
.tcsmq-film-reel.tcsmq-film-reel>.tcsmq-film-reel-media-choice-visible legend{grid-column:1/-1;margin:0 0 3px;font-size:.76rem;font-weight:800;opacity:.78}
.tcsmq-film-reel.tcsmq-film-reel>.tcsmq-film-reel-media-choice-visible label{min-height:42px;border-radius:8px;font-size:.84rem;font-weight:850}
.tcsmq-film-reel>.tcsmq-film-reel-setup{margin-top:0}
.tcsmq-film-reel>.tcsmq-film-reel-setup .tcsmq-film-reel-controls{padding:8px}
.tcsmq-film-reel>.tcsmq-film-reel-setup .tcsmq-film-reel-filters{margin:0}
.tcsmq-account-integration{min-height:120px}
@media(max-width:480px){.tcsmq-film-reel.tcsmq-film-reel>.tcsmq-film-reel-media-choice-visible{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.tcsmq-film-reel.tcsmq-film-reel>.tcsmq-film-reel-media-choice-visible label{min-height:40px;font-size:.78rem}}

/* 6.0.10 — Public Cinema Library */
.tcsmq-catalog-library{margin:28px auto;padding:clamp(18px,3vw,34px);background:var(--tcsmq-bg);color:var(--tcsmq-text);border:1px solid var(--tcsmq-border);box-sizing:border-box}
.tcsmq-catalog-library *{box-sizing:border-box}
.tcsmq-catalog-library-header{max-width:760px;margin:0 auto 22px;text-align:center}
.tcsmq-catalog-library-eyebrow{margin:0 0 4px;font-size:.76em;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--tcsmq-accent)}
.tcsmq-catalog-library-header h2{margin:0 0 8px;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.04;color:var(--tcsmq-text)}
.tcsmq-catalog-library-header>p:last-child{margin:0;color:#666}
.tcsmq-catalog-library-form{display:grid;grid-template-columns:minmax(240px,2fr) minmax(150px,.7fr);gap:12px;align-items:end;padding:14px;border:1px solid var(--tcsmq-border);border-radius:calc(var(--tcsmq-radius) - 2px);background:color-mix(in srgb,var(--tcsmq-card) 94%,var(--tcsmq-accent) 6%)}
.tcsmq-catalog-library-form label{display:grid;gap:5px;font-weight:700;font-size:.88em}
.tcsmq-catalog-library-form input,.tcsmq-catalog-library-form select{width:100%;min-height:44px;padding:9px 11px;border:1px solid var(--tcsmq-border);border-radius:9px;background:#fff;color:#222;font:inherit}
.tcsmq-catalog-library-filters{grid-column:1/-1;border-top:1px solid var(--tcsmq-border);padding-top:10px}
.tcsmq-catalog-library-filters summary{cursor:pointer;font-weight:800;color:var(--tcsmq-accent)}
.tcsmq-catalog-library-filters>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-top:12px}
.tcsmq-catalog-library-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}
.tcsmq-catalog-library-form-actions button,.tcsmq-catalog-library-more{min-height:42px;padding:9px 18px;border:1px solid var(--tcsmq-accent);border-radius:9px;background:var(--tcsmq-accent);color:var(--tcsmq-button-text);font:inherit;font-weight:800;cursor:pointer}
.tcsmq-catalog-library-form-actions .tcsmq-catalog-library-reset{background:transparent;color:var(--tcsmq-accent)}
.tcsmq-catalog-library-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:18px 0 12px}
.tcsmq-catalog-library-toolbar span{font-size:.86em;color:#666;text-align:right}
.tcsmq-catalog-library-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.tcsmq-catalog-library-card{min-width:0;border:1px solid var(--tcsmq-border);border-radius:11px;background:var(--tcsmq-card);overflow:hidden}
.tcsmq-catalog-library-open{display:grid;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.tcsmq-catalog-library-open:focus-visible{outline:3px solid color-mix(in srgb,var(--tcsmq-accent) 40%,transparent);outline-offset:-3px}
.tcsmq-catalog-library-poster{display:grid;place-items:center;aspect-ratio:2/3;background:#eee;overflow:hidden;font-size:2rem}
.tcsmq-catalog-library-poster img{width:100%;height:100%;object-fit:cover}
.tcsmq-catalog-library-card-body{display:flex;flex-direction:column;gap:5px;padding:11px}
.tcsmq-catalog-library-card-body strong{font-size:.98em;line-height:1.2}
.tcsmq-catalog-library-card-body small{color:#666;line-height:1.35}
.tcsmq-catalog-library-card-body>b{margin-top:auto;padding-top:5px;color:var(--tcsmq-accent);font-size:.84em}
.tcsmq-catalog-library-genres{display:flex;flex-wrap:wrap;gap:4px}
.tcsmq-catalog-library-genres i{padding:3px 6px;border-radius:999px;background:color-mix(in srgb,var(--tcsmq-accent) 9%,#fff);font-size:.7em;font-style:normal}
.tcsmq-catalog-library-empty{grid-column:1/-1;padding:42px 20px;border:1px dashed var(--tcsmq-border);border-radius:11px;text-align:center;color:#666}
.tcsmq-catalog-library-more-wrap{display:flex;justify-content:center;margin-top:18px}
.tcsmq-catalog-library-more[hidden]{display:none}
.tcsmq-catalog-library.is-loading .tcsmq-catalog-library-grid{opacity:.55}
.tcsmq-catalog-library-dialog{width:min(880px,calc(100vw - 28px));max-height:calc(100vh - 34px);padding:0;border:0;border-radius:16px;background:var(--tcsmq-card);color:var(--tcsmq-text);box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:auto}
.tcsmq-catalog-library-dialog::backdrop{background:rgba(0,0,0,.62)}
.tcsmq-catalog-library-dialog-close{position:sticky;z-index:3;top:10px;float:right;margin:10px 10px -50px 0;width:40px;height:40px;border:1px solid var(--tcsmq-border);border-radius:50%;background:#fff;color:#222;font-size:1.7rem;line-height:1;cursor:pointer}
.tcsmq-catalog-library-detail{padding:clamp(18px,4vw,38px)}
.tcsmq-catalog-library-detail-grid{display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:24px;align-items:start}
.tcsmq-catalog-library-detail-poster{display:grid;place-items:center;aspect-ratio:2/3;border-radius:11px;background:#eee;overflow:hidden;font-size:3rem}
.tcsmq-catalog-library-detail-poster img{width:100%;height:100%;object-fit:cover}
.tcsmq-catalog-library-detail-main{padding-right:36px}
.tcsmq-catalog-library-kicker{margin:0 0 5px;color:var(--tcsmq-accent);font-size:.75em;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.tcsmq-catalog-library-detail h3{margin:0 0 8px;font-size:clamp(1.6rem,4vw,2.5rem);line-height:1.05}
.tcsmq-catalog-library-detail .tcsmq-meta{margin:0 0 10px;color:#666}
.tcsmq-catalog-library-score{display:inline-block;margin:0 0 12px;font-weight:800}
.tcsmq-catalog-library-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}
.tcsmq-catalog-library-tags span{padding:5px 9px;border:1px solid var(--tcsmq-border);border-radius:999px;font-size:.78em}
.tcsmq-catalog-library-synopsis,.tcsmq-catalog-library-streaming{margin-top:24px;padding-top:20px;border-top:1px solid var(--tcsmq-border)}
.tcsmq-catalog-library-synopsis h4,.tcsmq-catalog-library-streaming h4{margin:0 0 8px}
.tcsmq-catalog-library-synopsis p{margin:0;line-height:1.65}
.tcsmq-catalog-library-streaming summary{cursor:pointer;font-size:1.08em;font-weight:800}
.tcsmq-catalog-library-streaming>div{padding-top:12px}
.tcsmq-catalog-library-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px}
.tcsmq-catalog-library-actions .tcsmq-feedback-action{min-height:44px}
.tcsmq-catalog-library-detail-loading{padding:70px 24px;text-align:center;color:#666}
.tcsmq-dialog-open{overflow:hidden}
@media(max-width:1050px){.tcsmq-catalog-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tcsmq-catalog-library-filters>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.tcsmq-catalog-library{padding:16px}.tcsmq-catalog-library-form{grid-template-columns:1fr}.tcsmq-catalog-library-filters,.tcsmq-catalog-library-form-actions{grid-column:1}.tcsmq-catalog-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tcsmq-catalog-library-toolbar{align-items:flex-start;flex-direction:column}.tcsmq-catalog-library-toolbar span{text-align:left}.tcsmq-catalog-library-detail-grid{grid-template-columns:100px minmax(0,1fr);gap:14px}.tcsmq-catalog-library-detail-main{padding-right:18px}.tcsmq-catalog-library-actions{grid-template-columns:1fr}.tcsmq-catalog-library-filters>div{grid-template-columns:1fr}}
@media(max-width:390px){.tcsmq-catalog-library-grid{grid-template-columns:1fr}.tcsmq-catalog-library-card{max-width:260px;margin:auto}.tcsmq-catalog-library-detail-grid{grid-template-columns:1fr}.tcsmq-catalog-library-detail-poster{max-width:150px}.tcsmq-catalog-library-detail-main{padding-right:0}}

/* Release 8.0.0 retains Release 7 recommendation intelligence */
.tcsmq-candidate-refinement{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.5fr);gap:18px;align-items:start;margin:18px 0;padding:18px;border:1px solid color-mix(in srgb,var(--tcsmq-accent) 24%,var(--tcsmq-border));border-radius:calc(var(--tcsmq-radius) - 2px);background:color-mix(in srgb,var(--tcsmq-accent) 5%,var(--tcsmq-card));}
.tcsmq-candidate-refinement h3{margin:4px 0 6px;font-size:1.05em;line-height:1.25}.tcsmq-candidate-refinement p{margin:0;color:color-mix(in srgb,var(--tcsmq-text) 72%,transparent);font-size:.92em}.tcsmq-refinement-eyebrow{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.72em;font-weight:700;color:var(--tcsmq-accent)}
.tcsmq-refinement-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tcsmq-refinement-options button{appearance:none;text-align:left;border:1px solid var(--tcsmq-border);border-radius:10px;background:var(--tcsmq-option);color:var(--tcsmq-text);padding:10px 12px;cursor:pointer}.tcsmq-refinement-options button:hover,.tcsmq-refinement-options button:focus-visible,.tcsmq-refinement-options button.is-selected{border-color:var(--tcsmq-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--tcsmq-accent) 18%,transparent)}.tcsmq-refinement-options button.is-selected{background:color-mix(in srgb,var(--tcsmq-accent) 9%,var(--tcsmq-option))}.tcsmq-refinement-options strong,.tcsmq-refinement-options small{display:block}.tcsmq-refinement-options small{margin-top:3px;font-size:.78em;line-height:1.3;opacity:.76}.tcsmq-refinement-options .tcsmq-refinement-clear{grid-column:1/-1;text-align:center;background:transparent;border-style:dashed;font-size:.86em}
.tcsmq-why-match{margin:10px 0 12px;border:1px solid color-mix(in srgb,var(--tcsmq-accent) 18%,var(--tcsmq-border));border-radius:9px;background:color-mix(in srgb,var(--tcsmq-accent) 4%,var(--tcsmq-card));padding:0}.tcsmq-why-match summary{cursor:pointer;padding:8px 11px;font-weight:700;font-size:.86em}.tcsmq-why-match ul{margin:0;padding:0 12px 10px 29px}.tcsmq-why-match li{margin:3px 0;font-size:.86em;line-height:1.35}
@media(max-width:680px){.tcsmq-candidate-refinement{grid-template-columns:1fr;padding:14px}.tcsmq-refinement-options{grid-template-columns:1fr}}

/* 8.0.4 public source scores and attribution */
.tcsmq-source-score{display:inline-flex;align-items:center;gap:5px;margin:4px 8px 9px 0;padding:5px 8px;border:1px solid var(--tcsmq-border,#ddd);border-radius:999px;background:var(--tcsmq-card,#fff);font-size:.78rem;font-variant-numeric:tabular-nums}.tcsmq-source-score strong{font-weight:800}.tcsmq-source-score.is-tcscore{border-color:color-mix(in srgb,var(--tcsmq-accent,#222) 45%,var(--tcsmq-border,#ddd));background:color-mix(in srgb,var(--tcsmq-accent,#222) 8%,#fff)}
.tcsmq-data-attribution{margin:16px 0 0;font-size:11px;line-height:1.45;color:var(--tcsmq-muted,#646970)}
