.VictoryScreen-module__jMn03a__overlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;animation:.25s ease-out VictoryScreen-module__jMn03a__overlayFadeIn;position:fixed;inset:0}@keyframes VictoryScreen-module__jMn03a__overlayFadeIn{0%{opacity:0}to{opacity:1}}.VictoryScreen-module__jMn03a__modal{z-index:9999;overscroll-behavior:contain;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:440px;max-height:90vh;box-shadow:var(--shadow-lg);scrollbar-width:thin;scrollbar-color:var(--border)transparent;padding:28px 24px 20px;animation:.35s cubic-bezier(.16,1,.3,1) VictoryScreen-module__jMn03a__modalSlideIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.VictoryScreen-module__jMn03a__modal::-webkit-scrollbar{width:4px}.VictoryScreen-module__jMn03a__modal::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.VictoryScreen-module__jMn03a__closeX{color:var(--text-muted);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:22px;line-height:1;transition:all .15s;position:absolute;top:10px;right:12px}.VictoryScreen-module__jMn03a__closeX:hover{color:var(--text-primary);background:var(--bg-muted)}@keyframes VictoryScreen-module__jMn03a__modalSlideIn{0%{opacity:0;transform:translate(-50%,-45%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.VictoryScreen-module__jMn03a__header{text-align:center;margin-bottom:16px}.VictoryScreen-module__jMn03a__emoji{margin-bottom:6px;font-size:44px;animation:.6s cubic-bezier(.34,1.56,.64,1) VictoryScreen-module__jMn03a__victoryBounce;display:block}@keyframes VictoryScreen-module__jMn03a__victoryBounce{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}.VictoryScreen-module__jMn03a__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2px;font-size:20px;font-weight:800}.VictoryScreen-module__jMn03a__subtitle{color:var(--text-muted);font-size:13px}.VictoryScreen-module__jMn03a__checklist{margin:0 0 16px;padding:0;list-style:none}.VictoryScreen-module__jMn03a__step{color:var(--text-body);align-items:flex-start;gap:10px;padding:8px 0;font-size:13px;line-height:1.5;display:flex}.VictoryScreen-module__jMn03a__step+.VictoryScreen-module__jMn03a__step{border-top:1px solid var(--border)}.VictoryScreen-module__jMn03a__stepIcon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:13px;display:flex}.VictoryScreen-module__jMn03a__stepDone{color:#15803d;font-weight:700}.VictoryScreen-module__jMn03a__stepText{flex:1}.VictoryScreen-module__jMn03a__stepBold{color:var(--text-primary);font-weight:600}.VictoryScreen-module__jMn03a__planB{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:14px;padding:16px;animation:.5s ease-out .3s both VictoryScreen-module__jMn03a__planBFadeIn}@keyframes VictoryScreen-module__jMn03a__planBFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.VictoryScreen-module__jMn03a__planBHeader{align-items:center;gap:8px;margin-bottom:10px;display:flex}.VictoryScreen-module__jMn03a__planBShield{flex-shrink:0;font-size:20px}.VictoryScreen-module__jMn03a__planBTitle{font-family:var(--font-display);color:var(--accent-dark);font-size:14px;font-weight:700}.VictoryScreen-module__jMn03a__planBList{margin:0 0 12px;padding:0;list-style:none}.VictoryScreen-module__jMn03a__planBList li{color:var(--text-body);padding:3px 0 3px 20px;font-size:13px;line-height:1.5;position:relative}.VictoryScreen-module__jMn03a__planBList li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:6px}.VictoryScreen-module__jMn03a__planBList li strong{color:var(--text-primary)}.VictoryScreen-module__jMn03a__googleBtn{color:#374151;border-radius:var(--radius-pill);width:100%;font-size:14px;font-weight:600;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #d1d5db;justify-content:center;align-items:center;gap:10px;padding:11px 20px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.VictoryScreen-module__jMn03a__googleBtn:hover:not(:disabled){border-color:#9ca3af;transform:scale(1.01);box-shadow:0 2px 6px #0000001a}.VictoryScreen-module__jMn03a__googleBtn:disabled{opacity:.7;cursor:wait}.VictoryScreen-module__jMn03a__googleIcon{flex-shrink:0}.VictoryScreen-module__jMn03a__divider{color:var(--text-muted);text-transform:lowercase;align-items:center;gap:12px;margin:10px 0;font-size:11px;display:flex}.VictoryScreen-module__jMn03a__divider:before,.VictoryScreen-module__jMn03a__divider:after{content:"";background:var(--border);flex:1;height:1px}.VictoryScreen-module__jMn03a__emailForm{flex-direction:column;gap:8px;display:flex}.VictoryScreen-module__jMn03a__emailInput{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-input,#fff);width:100%;color:var(--text-primary);font-size:14px;font-family:var(--font-body);box-sizing:border-box;outline:none;padding:10px 14px;transition:border-color .2s}.VictoryScreen-module__jMn03a__emailInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.VictoryScreen-module__jMn03a__emailSubmit{background:var(--accent);color:#fff;border-radius:var(--radius-pill);width:100%;font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;padding:11px 18px;transition:all .2s}.VictoryScreen-module__jMn03a__emailSubmit:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.02)}.VictoryScreen-module__jMn03a__emailSubmit:disabled{opacity:.7;cursor:wait}.VictoryScreen-module__jMn03a__authError{color:#ef4444;text-align:center;margin-top:4px;font-size:12px}.VictoryScreen-module__jMn03a__authHint{text-align:center;color:var(--text-muted);margin-top:6px;font-size:11px}.VictoryScreen-module__jMn03a__dashboardLink{text-align:center;background:var(--accent);border-radius:var(--radius-pill);color:#fff;border:none;margin-bottom:14px;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;animation:.3s ease-out VictoryScreen-module__jMn03a__planBFadeIn;display:block;box-shadow:0 4px 14px #22c55e40}.VictoryScreen-module__jMn03a__dashboardLink:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px #22c55e59}.VictoryScreen-module__jMn03a__actions{gap:8px;display:flex}.VictoryScreen-module__jMn03a__shareBtn{border:1px solid var(--border);background:var(--bg-muted);color:var(--text-body);border-radius:var(--radius-pill);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer;text-align:center;flex:1;padding:10px 14px;transition:all .2s}.VictoryScreen-module__jMn03a__shareBtn:hover{border-color:var(--accent);color:var(--accent-dark);background:var(--accent-light)}.VictoryScreen-module__jMn03a__closeBtn{background:var(--accent);color:#fff;border-radius:var(--radius-pill);font-size:13px;font-weight:600;font-family:var(--font-body);cursor:pointer;text-align:center;border:none;flex:1;padding:10px 14px;transition:all .2s}.VictoryScreen-module__jMn03a__closeBtn:hover{filter:brightness(1.1);transform:scale(1.02)}.VictoryScreen-module__jMn03a__aiCta{text-align:center;border-radius:var(--radius-pill);color:#fff;background:#6366f1;border:none;margin-bottom:14px;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;animation:.4s ease-out .5s both VictoryScreen-module__jMn03a__planBFadeIn;display:block;box-shadow:0 4px 14px #6366f14d}.VictoryScreen-module__jMn03a__aiCta:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.VictoryScreen-module__jMn03a__aiCtaHint{text-align:center;color:var(--text-muted);margin:-8px 0 10px;font-size:11px;animation:.4s ease-out .6s both VictoryScreen-module__jMn03a__planBFadeIn}.VictoryScreen-module__jMn03a__aiPreview{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:14px;padding:14px;animation:.5s ease-out .4s both VictoryScreen-module__jMn03a__planBFadeIn;position:relative;overflow:hidden}.VictoryScreen-module__jMn03a__aiPreviewLabel{color:#6366f1;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.VictoryScreen-module__jMn03a__aiPreviewBlurred{filter:blur(3px);-webkit-user-select:none;user-select:none;pointer-events:none;color:var(--text-body);max-height:72px;font-size:11px;line-height:1.5;position:relative;overflow:hidden}.VictoryScreen-module__jMn03a__aiPreviewBlurred:after{content:"";background:linear-gradient(transparent,var(--bg-muted));height:40px;position:absolute;bottom:0;left:0;right:0}.VictoryScreen-module__jMn03a__aiPreviewBlurred p{margin:0 0 4px}.VictoryScreen-module__jMn03a__aiPreviewUnlock{text-align:center;color:#6366f1;border-radius:var(--radius-pill,100px);background:0 0;border:1.5px solid #6366f1;margin-top:10px;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.VictoryScreen-module__jMn03a__aiPreviewUnlock:hover{color:#fff;background:#6366f1;transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}@media (max-height:600px){.VictoryScreen-module__jMn03a__aiPreview{display:none}}
.site-module__wqAr2G__loadingPage{min-height:60vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.site-module__wqAr2G__breadcrumbs{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.site-module__wqAr2G__breadcrumbs a{color:var(--text-muted);transition:color .2s}.site-module__wqAr2G__breadcrumbs a:hover{color:var(--accent-dark)}.site-module__wqAr2G__breadcrumbSep{opacity:.4}.site-module__wqAr2G__siteHeader{border-bottom:1px solid var(--border);padding:24px 0 0}.site-module__wqAr2G__backLink{color:var(--text-muted);margin-bottom:16px;font-size:14px;transition:color .2s;display:inline-block}.site-module__wqAr2G__backLink:hover{color:var(--accent-dark)}.site-module__wqAr2G__headerRow{align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.site-module__wqAr2G__bigIcon{background:var(--accent-light);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:56px;display:flex}.site-module__wqAr2G__siteTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:32px;font-weight:800}.site-module__wqAr2G__siteDomain{color:var(--text-muted);margin-bottom:8px;font-size:14px}.site-module__wqAr2G__socialProof{border-radius:var(--radius-pill,100px);color:var(--color-success,#15803d);background:#22c55e1a;border:1px solid #22c55e40;align-items:center;gap:6px;margin-bottom:10px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.site-module__wqAr2G__socialProofIcon{font-size:14px}.site-module__wqAr2G__bestBadge{color:#78350f;will-change:box-shadow;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:1px solid #f59e0b66;font-size:11px;font-weight:700;animation:2s ease-in-out infinite site-module__wqAr2G__bestPulse;box-shadow:0 0 8px #fbbf244d}@keyframes site-module__wqAr2G__bestPulse{0%,to{box-shadow:0 0 8px #fbbf244d}50%{box-shadow:0 0 14px #fbbf2480}}.site-module__wqAr2G__regionTags{flex-wrap:wrap;gap:6px;display:flex}.site-module__wqAr2G__compactSearch{max-width:400px;margin-bottom:16px}.site-module__wqAr2G__compactSearch input{border-radius:var(--radius-md);padding:10px 16px 10px 44px;font-size:14px}.site-module__wqAr2G__filterTabs{gap:4px;margin-bottom:-1px;display:flex}.site-module__wqAr2G__tab{color:var(--text-muted);font-size:14px;font-weight:500;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 20px;transition:all .2s}.site-module__wqAr2G__tab:hover{color:var(--text-primary)}.site-module__wqAr2G__tabActive{color:var(--accent-dark);border-bottom-color:var(--accent)}.site-module__wqAr2G__templatesSection{padding:32px 0}.site-module__wqAr2G__templateCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);margin-bottom:24px;padding:28px;transition:all .25s}.site-module__wqAr2G__templateCard:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.site-module__wqAr2G__templateHeader{margin-bottom:16px}.site-module__wqAr2G__templateHeader>div{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.site-module__wqAr2G__templateTitle{font-family:var(--font-display);font-size:18px;font-weight:700}.site-module__wqAr2G__difficultyBadge{border-radius:var(--radius-pill);padding:3px 10px;font-size:12px;font-weight:600}.site-module__wqAr2G__officialBadge{color:#1d4ed8;background:#dbeafe}.site-module__wqAr2G__hackBadge{color:#7c3aed;background:#ede9fe}.site-module__wqAr2G__metaRow{flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;display:flex}.site-module__wqAr2G__successBadge{color:#15803d;border-radius:var(--radius-pill);letter-spacing:-.01em;background:#dcfce7;padding:3px 10px;font-size:13px;font-weight:600}.site-module__wqAr2G__templateBody{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-body);white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.8;font-family:var(--font-mono);scrollbar-width:thin;scrollbar-color:var(--border)transparent;max-height:400px;margin-bottom:16px;padding:24px;overflow-y:auto}.site-module__wqAr2G__templateBody::-webkit-scrollbar{width:6px}.site-module__wqAr2G__templateBody::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.site-module__wqAr2G__templateActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.site-module__wqAr2G__copyBtn{border-radius:var(--radius-pill);padding:8px 20px;font-size:13px;transition:all .2s}.site-module__wqAr2G__copyBtn:hover{transform:scale(1.02)}.site-module__wqAr2G__copiedBtn{font-weight:600;background:var(--accent)!important;color:#fff!important}.site-module__wqAr2G__usageCount{color:var(--text-muted);margin-left:auto;font-size:13px}.site-module__wqAr2G__viewToggle{border:1px solid var(--border);border-radius:var(--radius-md);gap:0;width:fit-content;margin-bottom:16px;display:flex;overflow:hidden}.site-module__wqAr2G__toggleBtn{background:var(--bg-muted);color:var(--text-muted);font-size:13px;font-weight:500;font-family:var(--font-body);cursor:pointer;border:none;padding:8px 20px;transition:all .2s}.site-module__wqAr2G__toggleBtn:hover{background:var(--bg-card);color:var(--text-primary)}.site-module__wqAr2G__toggleActive{background:var(--accent);color:#fff;font-weight:600}.site-module__wqAr2G__guideView{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:24px}.site-module__wqAr2G__guideSteps{counter-reset:step;margin:0 0 16px;padding-left:24px;list-style:none}.site-module__wqAr2G__guideStep{color:var(--text-body);counter-increment:step;padding:8px 0 8px 8px;font-size:14px;line-height:1.6;position:relative}.site-module__wqAr2G__guideStep:before{content:counter(step);background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:8px;left:-28px}.site-module__wqAr2G__guideStep+.site-module__wqAr2G__guideStep{border-top:1px solid var(--border)}.site-module__wqAr2G__directLink{background:var(--accent);color:#fff;border-radius:var(--radius-pill);align-items:center;gap:6px;margin-bottom:16px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.site-module__wqAr2G__directLink:hover{filter:brightness(1.1);transform:scale(1.02)}.site-module__wqAr2G__proTip{background:linear-gradient(135deg,rgba(var(--accent-rgb,46,204,113),.08),rgba(var(--accent-rgb,46,204,113),.03));border:1px solid var(--accent-light);border-radius:var(--radius-md);margin-bottom:12px;padding:16px}.site-module__wqAr2G__proTipLabel{color:var(--accent-dark);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.site-module__wqAr2G__proTip p{color:var(--text-body);margin:0;font-size:14px;line-height:1.6}.site-module__wqAr2G__legalBasis{color:var(--text-muted);border-top:1px solid var(--border);padding:8px 0 0;font-size:12px}.site-module__wqAr2G__sourcesBlock{border-top:1px solid var(--border);margin-top:12px;padding-top:8px}.site-module__wqAr2G__sourcesSummary{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px 0;font-size:12px;font-weight:600;list-style:none;transition:color .2s}.site-module__wqAr2G__sourcesSummary::-webkit-details-marker{display:none}.site-module__wqAr2G__sourcesSummary:after{content:" ▸";font-size:10px;transition:transform .2s;display:inline-block}.site-module__wqAr2G__sourcesBlock[open] .site-module__wqAr2G__sourcesSummary:after{content:" ▾"}.site-module__wqAr2G__sourcesSummary:hover{color:var(--accent-dark)}.site-module__wqAr2G__sourcesList{flex-direction:column;gap:4px;margin:6px 0 0;padding:0;list-style:none;display:flex}.site-module__wqAr2G__sourceItem{align-items:center;gap:6px;padding:3px 0;font-size:12px;line-height:1.4;display:flex}.site-module__wqAr2G__sourceFavicon{opacity:.7;border-radius:2px;flex-shrink:0}.site-module__wqAr2G__sourceLink{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:400px;text-decoration:none;transition:color .2s;overflow:hidden}.site-module__wqAr2G__sourceLink:hover{color:var(--accent-dark);text-decoration:underline}.site-module__wqAr2G__sourceDate{color:var(--text-muted);opacity:.6;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:11px}.site-module__wqAr2G__voteGroup{gap:4px;display:flex}.site-module__wqAr2G__voteBtn{border:1px solid var(--border);background:var(--bg-card);min-height:44px;color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;font-size:13px;font-family:var(--font-body);padding:10px 14px;transition:all .2s}.site-module__wqAr2G__voteBtn:hover:not(:disabled){border-color:var(--accent);color:var(--text-primary)}.site-module__wqAr2G__voteBtn:disabled{opacity:.6;cursor:default}.site-module__wqAr2G__voteBtnActive{background:var(--accent-light);border-color:var(--accent);color:var(--accent-dark);font-weight:600}.site-module__wqAr2G__voteBtnDislikeActive{color:#be123c;background:#ffe4e6;border-color:#f43f5e;font-weight:600}.site-module__wqAr2G__shareBtn{background:var(--bg-muted)}.site-module__wqAr2G__shareBtn:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent-dark)}.site-module__wqAr2G__guideTeaser{background:linear-gradient(135deg,var(--bg-muted),var(--bg-card));border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-muted);opacity:.85;align-items:center;gap:10px;margin-bottom:16px;padding:12px 18px;font-size:13px;transition:opacity .2s;display:flex}.site-module__wqAr2G__guideTeaser:hover{opacity:1;border-color:var(--accent)}.site-module__wqAr2G__guideTeaserIcon{flex-shrink:0;font-size:20px}.site-module__wqAr2G__guideTeaserVote{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-pill);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--font-body);color:var(--text-muted);margin-left:auto;padding:4px 12px;transition:all .2s}.site-module__wqAr2G__guideTeaserVote:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.site-module__wqAr2G__guideTeaserVote:disabled{opacity:.5;cursor:default}.site-module__wqAr2G__votedToast{color:var(--accent-dark);background:var(--accent-light);border-radius:var(--radius-pill);padding:4px 12px;font-size:12px;font-weight:600;animation:.3s ease-out site-module__wqAr2G__toastSlideUp,.4s ease-in 2.1s forwards site-module__wqAr2G__toastFadeOut}@keyframes site-module__wqAr2G__toastSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes site-module__wqAr2G__toastFadeOut{0%{opacity:1}to{opacity:0}}.site-module__wqAr2G__voteBtnActive{animation:.4s ease-out site-module__wqAr2G__votePulse}@keyframes site-module__wqAr2G__votePulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.site-module__wqAr2G__shareWrapper{position:relative}.site-module__wqAr2G__shareMenu{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-lg);z-index:100;flex-direction:column;padding:6px;animation:.15s ease-out site-module__wqAr2G__menuFadeIn;display:flex;position:absolute;bottom:calc(100% + 8px);right:0}@keyframes site-module__wqAr2G__menuFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.site-module__wqAr2G__shareMenu button{text-align:left;font-size:13px;font-family:var(--font-body);color:var(--text-body);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;padding:8px 14px;transition:background .15s}.site-module__wqAr2G__shareMenu button:hover{background:var(--bg-muted);color:var(--text-primary)}.site-module__wqAr2G__characterBadge{letter-spacing:-.01em;font-weight:700}.site-module__wqAr2G__channelBadge{background:var(--bg-muted);color:var(--text-muted);border-radius:var(--radius-pill);text-transform:capitalize;padding:3px 10px;font-size:12px;font-weight:500}.site-module__wqAr2G__estimatedTime{color:var(--text-muted);margin-top:4px;font-size:13px;display:block}.site-module__wqAr2G__templateHighlight{animation:2s ease-out site-module__wqAr2G__highlightPulse;border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-glow),var(--shadow-md)!important}@keyframes site-module__wqAr2G__highlightPulse{0%{box-shadow:0 0 0 6px var(--accent-glow),var(--shadow-md)}to{box-shadow:0 0 0 3px var(--accent-glow),var(--shadow-md)}}.site-module__wqAr2G__commentsSection{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.site-module__wqAr2G__commentsTitle{font-family:var(--font-display);margin-bottom:12px;font-size:15px;font-weight:600}.site-module__wqAr2G__commentInput{gap:8px;margin-bottom:16px;display:flex}.site-module__wqAr2G__commentInput input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);font-size:14px;font-family:var(--font-body);outline:none;flex:1;padding:10px 14px;transition:border-color .2s}.site-module__wqAr2G__commentInput input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.site-module__wqAr2G__loginHint{color:var(--text-muted);margin-bottom:12px;font-size:14px}.site-module__wqAr2G__commentsList{flex-direction:column;gap:12px;display:flex}.site-module__wqAr2G__comment{background:var(--bg-muted);border-radius:var(--radius-sm);border:1px solid var(--border);padding:12px 16px}.site-module__wqAr2G__commentHeader{justify-content:space-between;margin-bottom:6px;display:flex}.site-module__wqAr2G__commentUser{color:var(--accent-dark);font-size:13px;font-weight:600}.site-module__wqAr2G__commentDate{color:var(--text-muted);font-size:12px}.site-module__wqAr2G__commentText{color:var(--text-body);font-size:14px;line-height:1.5}.site-module__wqAr2G__noComments{color:var(--text-muted);text-align:center;padding:20px;font-size:14px}@media (max-width:768px){.site-module__wqAr2G__headerRow{flex-direction:column;align-items:flex-start;gap:12px}.site-module__wqAr2G__bigIcon{width:60px;height:60px;font-size:40px}.site-module__wqAr2G__siteTitle{font-size:24px}.site-module__wqAr2G__compactSearch{max-width:100%}.site-module__wqAr2G__filterTabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.site-module__wqAr2G__viewToggle{width:100%}.site-module__wqAr2G__toggleBtn{text-align:center;flex:1}.site-module__wqAr2G__templateActions{flex-direction:column;align-items:stretch;gap:8px}.site-module__wqAr2G__copyBtn{text-align:center;width:100%}.site-module__wqAr2G__voteGroup{width:100%}.site-module__wqAr2G__voteGroup .site-module__wqAr2G__voteBtn{text-align:center;flex:1}.site-module__wqAr2G__shareBtn{text-align:center;width:100%}.site-module__wqAr2G__usageCount{text-align:center;margin-left:0}.site-module__wqAr2G__directLink{justify-content:center;width:100%}.site-module__wqAr2G__commentInput{flex-direction:column}.site-module__wqAr2G__breadcrumbs{font-size:12px}.site-module__wqAr2G__templateBody{max-height:600px}.site-module__wqAr2G__shareMenu{border-radius:var(--radius-lg)var(--radius-lg)0 0;z-index:1000;min-width:100%;padding:12px 16px 24px;position:fixed;inset:auto 0 0;box-shadow:0 -4px 24px #00000026}.site-module__wqAr2G__shareMenu button{padding:14px 16px;font-size:15px}}.site-module__wqAr2G__relatedSection{border-top:1px solid var(--border);margin-top:40px;padding:40px 0}.site-module__wqAr2G__relatedTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:1.3rem;font-weight:700}.site-module__wqAr2G__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.site-module__wqAr2G__relatedCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);color:inherit;align-items:center;gap:10px;padding:12px 16px;text-decoration:none;transition:all .2s;display:flex}.site-module__wqAr2G__relatedCard:hover{border-color:var(--accent);box-shadow:0 2px 12px var(--accent-glow);transform:translateY(-1px)}.site-module__wqAr2G__relatedIcon{font-size:1.4rem}.site-module__wqAr2G__relatedName{color:var(--text-primary);font-size:13px;font-weight:600}.site-module__wqAr2G__siteSubtitle{color:var(--accent);margin-bottom:4px;font-size:15px;font-weight:500}.site-module__wqAr2G__seoIntro{padding:16px 0 0}.site-module__wqAr2G__seoIntro p{color:var(--text-secondary);max-width:700px;font-size:14px;line-height:1.7}.site-module__wqAr2G__guidesSection{padding:24px 0 8px}.site-module__wqAr2G__guidesTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:16px;font-size:20px;font-weight:700}.site-module__wqAr2G__guidesGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.site-module__wqAr2G__guideCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;box-shadow:var(--shadow-xs);align-items:center;gap:14px;padding:16px 20px;text-decoration:none;transition:all .25s;display:flex}.site-module__wqAr2G__guideCard:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-glow);transform:translateY(-2px)}.site-module__wqAr2G__guideIcon{flex-shrink:0;font-size:28px}.site-module__wqAr2G__guideCardTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2px;font-size:15px;font-weight:700}.site-module__wqAr2G__guideCardDesc{color:var(--text-muted);margin:0;font-size:13px;line-height:1.4}.site-module__wqAr2G__guideArrow{color:var(--accent);flex-shrink:0;margin-left:auto;font-size:18px;transition:transform .2s}.site-module__wqAr2G__guideCard:hover .site-module__wqAr2G__guideArrow{transform:translate(4px)}@media (max-width:768px){.site-module__wqAr2G__guidesGrid{grid-template-columns:1fr}}.site-module__wqAr2G__faqSection{padding:32px 0 48px}.site-module__wqAr2G__faqTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:22px;font-weight:700}.site-module__wqAr2G__faqList{flex-direction:column;gap:8px;display:flex}.site-module__wqAr2G__faqItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.site-module__wqAr2G__faqItem summary{cursor:pointer;color:var(--text-primary);align-items:center;gap:8px;padding:14px 18px;font-size:15px;font-weight:600;list-style:none;transition:background .2s;display:flex}.site-module__wqAr2G__faqItem summary:before{content:"▸";color:var(--accent);font-size:12px;transition:transform .2s}.site-module__wqAr2G__faqItem[open] summary:before{transform:rotate(90deg)}.site-module__wqAr2G__faqItem summary:hover{background:var(--accent-light)}.site-module__wqAr2G__faqItem summary::-webkit-details-marker{display:none}.site-module__wqAr2G__faqItem p{color:var(--text-secondary);margin:0;padding:0 18px 16px;font-size:14px;line-height:1.7}.site-module__wqAr2G__definitionBlock{border:1px solid #2ecc7133;border-left:4px solid var(--accent);border-radius:0 var(--radius-md)var(--radius-md)0;color:var(--text-body);background:linear-gradient(135deg,#2ecc710f,#2ecc7105);margin:12px 0 0;padding:16px 20px;font-size:14px;line-height:1.7}.site-module__wqAr2G__definitionBlock strong{color:var(--accent-dark);letter-spacing:.02em;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.site-module__wqAr2G__lastUpdated{color:var(--text-muted);background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:6px;margin-top:8px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.site-module__wqAr2G__lastUpdated time{color:var(--text-secondary);font-weight:600}.site-module__wqAr2G__verifiedBadge{color:#15803d;border-radius:var(--radius-pill);background:#dcfce7;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.site-module__wqAr2G__difficultyBadge{border-radius:var(--radius-pill);text-transform:capitalize;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.site-module__wqAr2G__difficultyEasy{color:#15803d;background:#dcfce7}.site-module__wqAr2G__difficultyMedium{color:#a16207;background:#fef9c3}.site-module__wqAr2G__difficultyHard{color:#b91c1c;background:#fee2e2}.site-module__wqAr2G__channelBadge{color:var(--text-muted);background:var(--bg-muted);border-radius:var(--radius-pill);text-transform:capitalize;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}
/*# sourceMappingURL=712730bdd49a6dab.css.map*/