.style-module__W7KqWq__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.style-module__W7KqWq__stat{background:#fff;border:1px solid #e7eaf0;border-radius:12px;min-width:0;padding:14px;overflow:hidden}.style-module__W7KqWq__statLabel{color:#6b7280;font-size:12px}.style-module__W7KqWq__statValue{color:#111;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;font-size:18px;font-weight:600;overflow:hidden}.style-module__W7KqWq__tone-ok .style-module__W7KqWq__statValue{color:#0a7a40}.style-module__W7KqWq__tone-warn .style-module__W7KqWq__statValue{color:#9a3412}
.style-module__OlzkeG__card{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,16px);padding:var(--space-md,16px)}@media (min-width:768px){.style-module__OlzkeG__card{padding:var(--space-lg,24px)}}.style-module__OlzkeG__cardHighlight{border-radius:var(--radius-lg,16px);padding:var(--space-lg,24px);color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#2563eb 100%)}.style-module__OlzkeG__header{gap:var(--space-sm,8px);margin-bottom:var(--space-md,16px);flex-direction:column;display:flex}@media (min-width:640px){.style-module__OlzkeG__header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.style-module__OlzkeG__title{margin:0;font-size:1.25rem;font-weight:600}.style-module__OlzkeG__subtitle{opacity:.9;margin-top:4px;font-size:.875rem}.style-module__OlzkeG__badge{color:#3730a3;background:#e0e7ff;border-radius:9999px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.style-module__OlzkeG__badgeSuccess{color:#065f46;background:#d1fae5}.style-module__OlzkeG__badgeWarning{color:#92400e;background:#fef3c7}.style-module__OlzkeG__cancelNotice{margin-bottom:var(--space-md,16px);border-radius:var(--radius-md,8px);color:#92400e;background:#fef3c7;border:1px solid #fbbf24;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;display:flex}.style-module__OlzkeG__cancelNotice svg{stroke:#f59e0b;flex-shrink:0}.style-module__OlzkeG__cancelNotice strong{font-weight:600}.style-module__OlzkeG__details{margin-bottom:var(--space-md,16px)}.style-module__OlzkeG__meta{color:var(--color-text-secondary,#64748b);margin-bottom:var(--space-sm,8px);font-size:.875rem}.style-module__OlzkeG__features{margin:0 0 var(--space-md,16px);padding:0;list-style:none}.style-module__OlzkeG__features li{padding:var(--space-xs,4px)0;font-size:.875rem}.style-module__OlzkeG__cardHighlight .style-module__OlzkeG__features li{color:#ffffffe6}.style-module__OlzkeG__pricing{margin-bottom:var(--space-md,16px);align-items:baseline;gap:4px;display:flex}.style-module__OlzkeG__price{font-size:2rem;font-weight:700}.style-module__OlzkeG__period{opacity:.8;font-size:1rem}.style-module__OlzkeG__btn{border:1px solid var(--color-border,#e2e8f0);background:var(--color-surface,#fff);width:100%;color:var(--color-text,#1a1a2e);cursor:pointer;text-align:center;border-radius:10px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .15s;display:block}.style-module__OlzkeG__btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.style-module__OlzkeG__btn:disabled{opacity:.5;cursor:not-allowed}.style-module__OlzkeG__btnPrimary{color:#1e3a5f;background:#fff;border-color:#fff}.style-module__OlzkeG__btnPrimary:hover:not(:disabled){background:#f8fafc}

.VideoToolbar-module__1RFUAq__toolbar{background:var(--bg);padding:var(--space-3)0;margin-bottom:var(--space-4);border-bottom:1px solid var(--border)}.VideoToolbar-module__1RFUAq__toolbarInner{gap:var(--space-3);flex-direction:column;display:flex}.VideoToolbar-module__1RFUAq__primaryRow{align-items:center;gap:var(--space-2);display:flex}.VideoToolbar-module__1RFUAq__sortWrap{flex-shrink:0;position:relative}.VideoToolbar-module__1RFUAq__sortButton{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;display:inline-flex}.VideoToolbar-module__1RFUAq__sortButton:hover{border-color:var(--primary);background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__sortButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__sortButton[aria-expanded=true]{border-color:var(--primary)}.VideoToolbar-module__1RFUAq__sortButtonIcon{transition:transform var(--transition-base);flex-shrink:0}.VideoToolbar-module__1RFUAq__sortButton[aria-expanded=true] .VideoToolbar-module__1RFUAq__sortButtonIcon{transform:rotate(180deg)}.VideoToolbar-module__1RFUAq__sortDropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-lg);z-index:100;max-height:60vh;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.VideoToolbar-module__1RFUAq__sortOption{padding:var(--space-3)var(--space-4);text-align:left;width:100%;font-size:var(--text-sm);color:var(--text);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;flex-direction:column;gap:2px;display:flex}.VideoToolbar-module__1RFUAq__sortOption:hover{background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__sortOption:focus-visible{background:var(--surface-alt);outline:none}.VideoToolbar-module__1RFUAq__sortOption[aria-selected=true]{background:var(--accent-light);color:var(--primary)}.VideoToolbar-module__1RFUAq__sortOptionLabel{font-weight:var(--font-medium)}.VideoToolbar-module__1RFUAq__sortOptionDesc{font-size:var(--text-xs);color:var(--text-secondary)}.VideoToolbar-module__1RFUAq__searchWrap{flex:1;min-width:0;position:relative}.VideoToolbar-module__1RFUAq__searchInput{width:100%;padding:var(--space-2)var(--space-3);font-size:var(--text-sm);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-base);padding-left:36px;padding-right:32px}.VideoToolbar-module__1RFUAq__searchInput::placeholder{color:var(--text-tertiary)}.VideoToolbar-module__1RFUAq__searchInput:hover{border-color:var(--primary-muted,var(--border))}.VideoToolbar-module__1RFUAq__searchInput:focus{border-color:var(--primary);box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.VideoToolbar-module__1RFUAq__searchClear{background:var(--surface-alt);width:20px;height:20px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.VideoToolbar-module__1RFUAq__searchClear:hover{background:var(--border);color:var(--text)}.VideoToolbar-module__1RFUAq__searchClear:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__pageSizeWrap{flex-shrink:0;position:relative}.VideoToolbar-module__1RFUAq__pageSizeButton{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;display:inline-flex}@media (min-width:640px){.VideoToolbar-module__1RFUAq__pageSizeButton{padding:var(--space-2)var(--space-3)}}.VideoToolbar-module__1RFUAq__pageSizeButton:hover{border-color:var(--primary);color:var(--text);background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__pageSizeButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__pageSizeButton[aria-expanded=true]{border-color:var(--primary)}.VideoToolbar-module__1RFUAq__pageSizeLabel{display:none}@media (min-width:640px){.VideoToolbar-module__1RFUAq__pageSizeLabel{color:var(--text-secondary);display:inline}}.VideoToolbar-module__1RFUAq__pageSizeValue{font-weight:var(--font-semibold);color:var(--text)}.VideoToolbar-module__1RFUAq__pageSizeIcon{transition:transform var(--transition-base);flex-shrink:0}.VideoToolbar-module__1RFUAq__pageSizeButton[aria-expanded=true] .VideoToolbar-module__1RFUAq__pageSizeIcon{transform:rotate(180deg)}.VideoToolbar-module__1RFUAq__pageSizeDropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:120px;box-shadow:var(--shadow-lg);z-index:100;position:absolute;top:calc(100% + 4px);right:0}.VideoToolbar-module__1RFUAq__pageSizeOption{width:100%;padding:var(--space-2)var(--space-3);font-size:var(--text-sm);color:var(--text);text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;display:flex}.VideoToolbar-module__1RFUAq__pageSizeOption:hover{background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__pageSizeOption:focus-visible{background:var(--surface-alt);outline:none}.VideoToolbar-module__1RFUAq__pageSizeOption[aria-selected=true]{background:var(--accent-light);color:var(--primary);font-weight:var(--font-medium)}.VideoToolbar-module__1RFUAq__actionsWrap{flex-shrink:0;position:relative}.VideoToolbar-module__1RFUAq__actionsButton{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);min-width:36px;min-height:36px;display:inline-flex}.VideoToolbar-module__1RFUAq__actionsButton:hover{border-color:var(--primary);color:var(--text);background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__actionsButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__actionsButtonText{display:none}@media (min-width:640px){.VideoToolbar-module__1RFUAq__actionsButton{padding:var(--space-2)var(--space-3)}.VideoToolbar-module__1RFUAq__actionsButtonText{display:inline}}.VideoToolbar-module__1RFUAq__actionsDropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-lg);z-index:100;position:absolute;top:calc(100% + 4px);right:0}@media (max-width:640px){.VideoToolbar-module__1RFUAq__actionsDropdown{margin-top:4px;position:fixed;inset:auto}}.VideoToolbar-module__1RFUAq__actionItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3)var(--space-4);font-size:var(--text-sm);color:var(--text);text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.VideoToolbar-module__1RFUAq__actionItem:hover{background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__actionItem:focus-visible{background:var(--surface-alt);outline:none}.VideoToolbar-module__1RFUAq__actionItem svg{color:var(--text-secondary);flex-shrink:0}.VideoToolbar-module__1RFUAq__secondaryRow{justify-content:center;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}@media (min-width:640px){.VideoToolbar-module__1RFUAq__secondaryRow{justify-content:flex-start;gap:var(--space-3)}}.VideoToolbar-module__1RFUAq__filterGroup{align-items:center;gap:var(--space-2);display:flex}.VideoToolbar-module__1RFUAq__filterLabel{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.02em}.VideoToolbar-module__1RFUAq__filterChips{gap:var(--space-1);display:flex}.VideoToolbar-module__1RFUAq__filterChip{padding:var(--space-1)var(--space-2);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}@media (min-width:640px){.VideoToolbar-module__1RFUAq__filterChip{padding:var(--space-1)var(--space-3)}}.VideoToolbar-module__1RFUAq__filterChip:hover{border-color:var(--primary-muted,var(--border));color:var(--text)}.VideoToolbar-module__1RFUAq__filterChip:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__filterChip[aria-pressed=true],.VideoToolbar-module__1RFUAq__filterChipActive{background:var(--primary);border-color:var(--primary);color:var(--text-inverse)}.VideoToolbar-module__1RFUAq__presetChip{background:var(--surface-alt)}.VideoToolbar-module__1RFUAq__presetChip[aria-pressed=true]{background:var(--accent,#8b5cf6);border-color:var(--accent,#8b5cf6);color:var(--text-inverse)}.VideoToolbar-module__1RFUAq__resetButton{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);border:1px dashed var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;display:inline-flex}.VideoToolbar-module__1RFUAq__resetButton:hover{color:var(--text);border-color:var(--text-secondary)}.VideoToolbar-module__1RFUAq__resetButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.VideoToolbar-module__1RFUAq__videoCount{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap}@media (min-width:640px){.VideoToolbar-module__1RFUAq__videoCount{font-size:var(--text-sm);margin-left:auto}}.VideoToolbar-module__1RFUAq__videoCountNum{font-weight:var(--font-semibold);color:var(--text)}.VideoToolbar-module__1RFUAq__toast{bottom:var(--space-6);padding:var(--space-3)var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:var(--text-sm);color:var(--text);z-index:50;align-items:center;gap:var(--space-3);animation:.2s ease-out VideoToolbar-module__1RFUAq__toastIn;display:flex;position:fixed;left:50%;transform:translate(-50%)}@keyframes VideoToolbar-module__1RFUAq__toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.VideoToolbar-module__1RFUAq__toastSuccess{border-color:var(--success,#22c55e)}.VideoToolbar-module__1RFUAq__toastSuccess svg{color:var(--success,#22c55e)}
.ChannelInsightsPanel-module__XmF0Iq__panel{flex-direction:column;gap:24px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__loadingState,.ChannelInsightsPanel-module__XmF0Iq__emptyState{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 20px;font-size:.875rem;display:flex}.ChannelInsightsPanel-module__XmF0Iq__spinner{border:2px solid var(--color-border);border-top-color:var(--color-text-muted);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite ChannelInsightsPanel-module__XmF0Iq__spin}@keyframes ChannelInsightsPanel-module__XmF0Iq__spin{to{transform:rotate(360deg)}}.ChannelInsightsPanel-module__XmF0Iq__retryBtn{color:var(--color-text);background:var(--color-surface-2);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:background .15s}.ChannelInsightsPanel-module__XmF0Iq__retryBtn:hover{background:var(--color-border)}.ChannelInsightsPanel-module__XmF0Iq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0;font-size:.6875rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__metricsSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__metricsGrid{grid-template-columns:repeat(2,1fr);justify-items:center;gap:12px;display:grid}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__metricsGrid{grid-template-columns:repeat(4,1fr);gap:16px}}.ChannelInsightsPanel-module__XmF0Iq__metricCard{gap:var(--metric-gap);flex-direction:column;width:100%;max-width:200px;display:flex}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__metricCard{max-width:none}}.ChannelInsightsPanel-module__XmF0Iq__metricLabel{font-size:var(--metric-label-size);font-weight:var(--metric-label-weight);text-transform:uppercase;letter-spacing:var(--metric-label-spacing);color:var(--color-text-muted)}.ChannelInsightsPanel-module__XmF0Iq__metricValue{font-size:1.5rem;font-weight:var(--metric-value-weight);color:var(--color-text);line-height:1.1}.ChannelInsightsPanel-module__XmF0Iq__metricTrend{font-size:.75rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__metricTrend.ChannelInsightsPanel-module__XmF0Iq__up{color:#10b981}.ChannelInsightsPanel-module__XmF0Iq__metricTrend.ChannelInsightsPanel-module__XmF0Iq__down{color:#ef4444}.ChannelInsightsPanel-module__XmF0Iq__metricTrend.ChannelInsightsPanel-module__XmF0Iq__flat{color:var(--color-text-muted)}.ChannelInsightsPanel-module__XmF0Iq__chartsSection{flex-direction:column;gap:16px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__chartCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:16px}.ChannelInsightsPanel-module__XmF0Iq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__chartTitle{color:var(--color-text);margin:0;font-size:.8125rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__chartLegend{align-items:center;gap:16px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__legendItem{color:var(--color-text-muted);align-items:center;gap:6px;font-size:.75rem;display:flex}.ChannelInsightsPanel-module__XmF0Iq__legendDot{border-radius:50%;width:8px;height:8px}.ChannelInsightsPanel-module__XmF0Iq__chartContainer{-webkit-user-select:none;user-select:none;height:160px}.ChannelInsightsPanel-module__XmF0Iq__trafficSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__trafficSection .ChannelInsightsPanel-module__XmF0Iq__sectionTitle{margin-bottom:16px}.ChannelInsightsPanel-module__XmF0Iq__trafficChart{-webkit-user-select:none;user-select:none;min-height:100px}.ChannelInsightsPanel-module__XmF0Iq__trafficInsight{color:var(--color-text-secondary);background:var(--color-surface-2);border-radius:8px;margin:16px 0 0;padding:12px;font-size:.8125rem;line-height:1.5}.ChannelInsightsPanel-module__XmF0Iq__recsSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__recsSection .ChannelInsightsPanel-module__XmF0Iq__sectionTitle{margin-bottom:16px}.ChannelInsightsPanel-module__XmF0Iq__recsLoading{color:var(--color-text-muted);justify-content:center;align-items:center;gap:12px;padding:32px 20px;font-size:.875rem;display:flex}.ChannelInsightsPanel-module__XmF0Iq__recsError{text-align:center;padding:32px 20px}.ChannelInsightsPanel-module__XmF0Iq__errorText{color:var(--color-text-muted);margin:0;font-size:.875rem}.ChannelInsightsPanel-module__XmF0Iq__strategicContainer{flex-direction:column;gap:20px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__channelSummary{background:linear-gradient(135deg,#3b82f614,#8b5cf614);border:1px solid #3b82f633;border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__summaryTitle{color:var(--color-text);background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:.875rem;font-weight:700}.ChannelInsightsPanel-module__XmF0Iq__summaryText{color:var(--color-text);margin:0;font-size:.9375rem;line-height:1.6}.ChannelInsightsPanel-module__XmF0Iq__pillarsGrid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__pillarsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.ChannelInsightsPanel-module__XmF0Iq__pillarCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:16px;padding:20px;transition:all .2s;display:flex}.ChannelInsightsPanel-module__XmF0Iq__pillarCard:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ChannelInsightsPanel-module__XmF0Iq__pillarHeader{align-items:center;gap:10px;margin-bottom:16px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__pillarLabel{text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem;font-weight:700}.ChannelInsightsPanel-module__XmF0Iq__pillarSection{flex-direction:column;gap:6px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__pillarSectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0;font-size:.6875rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__pillarText{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.6}.ChannelInsightsPanel-module__XmF0Iq__pillarOutcome{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;align-items:flex-start;gap:8px;padding:12px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__outcomeIcon{color:#10b981;flex-shrink:0;width:16px;height:16px;margin-top:1px}.ChannelInsightsPanel-module__XmF0Iq__outcomeText{color:var(--color-text);font-size:.8125rem;font-weight:500;line-height:1.5}.ChannelInsightsPanel-module__XmF0Iq__psychologyBox{background:#8b5cf60d;border:1px solid #8b5cf626;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__psychologyContent{flex-direction:column;flex:1;gap:4px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__psychologyLabel{text-transform:uppercase;letter-spacing:.04em;color:#8b5cf6;font-size:.625rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__psychologyText{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.5}.ChannelInsightsPanel-module__XmF0Iq__nextMove{background:linear-gradient(135deg,#f59e0b14,#ef444414);border:1px solid #f59e0b4d;border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__nextMoveTitle{color:var(--color-text);background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:.875rem;font-weight:700}.ChannelInsightsPanel-module__XmF0Iq__nextMoveText{color:var(--color-text);margin:0;font-size:.9375rem;font-weight:500;line-height:1.6}.ChannelInsightsPanel-module__XmF0Iq__recsList{flex-direction:column;gap:12px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__recCard{background:var(--color-surface-2);border-radius:10px;padding:16px}.ChannelInsightsPanel-module__XmF0Iq__recHeader{align-items:center;gap:10px;margin-bottom:8px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__recNumber{color:#3b82f6;background:#3b82f61a;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.6875rem;font-weight:700;display:flex}.ChannelInsightsPanel-module__XmF0Iq__recMetric{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-size:.625rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__recTitle{color:var(--color-text);margin:0 0 6px;font-size:.875rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__recDesc{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.ChannelInsightsPanel-module__XmF0Iq__noRecs{text-align:center;color:var(--color-text-muted);padding:24px;font-size:.875rem}.ChannelInsightsPanel-module__XmF0Iq__performersSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__performersSection .ChannelInsightsPanel-module__XmF0Iq__sectionTitle{margin-bottom:12px}.ChannelInsightsPanel-module__XmF0Iq__performersList{flex-direction:column;gap:4px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__performerRow{background:var(--color-surface-2);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.ChannelInsightsPanel-module__XmF0Iq__performerRow:hover{background:var(--color-border)}.ChannelInsightsPanel-module__XmF0Iq__performerRank{width:22px;height:22px;color:var(--color-text-muted);background:var(--color-surface);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:flex}.ChannelInsightsPanel-module__XmF0Iq__performerTitle{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8125rem;overflow:hidden}.ChannelInsightsPanel-module__XmF0Iq__performerValue{color:var(--color-text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}.ChannelInsightsPanel-module__XmF0Iq__audienceSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px}.ChannelInsightsPanel-module__XmF0Iq__audienceSection .ChannelInsightsPanel-module__XmF0Iq__sectionTitle{margin-bottom:16px}.ChannelInsightsPanel-module__XmF0Iq__audienceCard{flex-direction:column;gap:16px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__audienceMetrics{grid-template-columns:repeat(2,1fr);justify-items:center;gap:12px;display:grid}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__audienceMetrics{grid-template-columns:repeat(3,1fr);gap:16px}}.ChannelInsightsPanel-module__XmF0Iq__audienceMetric{align-items:center;gap:var(--metric-gap);padding:var(--metric-padding);background:var(--metric-background);border-radius:var(--metric-border-radius);text-align:center;flex-direction:column;width:100%;max-width:200px;display:flex}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__audienceMetric{max-width:none}}.ChannelInsightsPanel-module__XmF0Iq__audienceMetricValue{font-size:var(--metric-value-size-mobile);font-weight:var(--metric-value-weight);color:var(--color-text)}@media (min-width:768px){.ChannelInsightsPanel-module__XmF0Iq__audienceMetricValue{font-size:var(--metric-value-size-desktop)}}.ChannelInsightsPanel-module__XmF0Iq__audienceMetricLabel{font-size:var(--metric-label-size);font-weight:var(--metric-label-weight);text-transform:uppercase;letter-spacing:var(--metric-label-spacing);color:var(--color-text-muted)}.ChannelInsightsPanel-module__XmF0Iq__audienceInsight{background:var(--color-surface-2);border-radius:10px;padding:14px}.ChannelInsightsPanel-module__XmF0Iq__audienceInsightTitle{color:var(--color-text);margin:0 0 10px;font-size:.75rem;font-weight:600}.ChannelInsightsPanel-module__XmF0Iq__audienceInsightList{flex-direction:column;gap:6px;margin:0;padding:0 0 0 18px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__audienceInsightList li{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.45}.ChannelInsightsPanel-module__XmF0Iq__audienceInsightList strong{color:var(--color-text);font-weight:500}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus{border-left:3px solid var(--color-border);border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__healthy{background:#22c55e14;border-left-color:#22c55e}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__lowNew,.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__lowReturning{background:#f59e0b14;border-left-color:#f59e0b}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__neutral{background:var(--color-surface-2);border-left-color:var(--color-text-muted)}.ChannelInsightsPanel-module__XmF0Iq__audienceStatusIcon{background:var(--color-border);width:18px;height:18px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__healthy .ChannelInsightsPanel-module__XmF0Iq__audienceStatusIcon{color:#22c55e;background:#22c55e33}.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__lowNew .ChannelInsightsPanel-module__XmF0Iq__audienceStatusIcon,.ChannelInsightsPanel-module__XmF0Iq__audienceStatus.ChannelInsightsPanel-module__XmF0Iq__lowReturning .ChannelInsightsPanel-module__XmF0Iq__audienceStatusIcon{color:#f59e0b;background:#f59e0b33}.ChannelInsightsPanel-module__XmF0Iq__audienceStatusText{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}
.Tabs-module__yuO-lq__tabNav{gap:var(--space-1);margin-bottom:var(--space-6);background:0 0;border-radius:0;padding:0;display:flex}.Tabs-module__yuO-lq__tabItem{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;font-family:var(--font-sans);color:var(--tab-text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;flex:1;padding:12px 16px;line-height:1.5;text-decoration:none;transition:all .15s;display:flex;font-size:1rem!important;font-weight:500!important}.Tabs-module__yuO-lq__tabItem:hover{text-decoration:none}.Tabs-module__yuO-lq__tabItem:hover:not(.Tabs-module__yuO-lq__active){color:var(--tab-text-hover);background:var(--tab-bg-hover);border-color:var(--primary)}.Tabs-module__yuO-lq__tabItem:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active{color:var(--tab-text-active);background:var(--tab-bg-active);border-color:var(--primary);box-shadow:var(--tab-shadow-active)}.Tabs-module__yuO-lq__tabIcon{opacity:.7;flex-shrink:0;width:18px;height:18px}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active .Tabs-module__yuO-lq__tabIcon{opacity:1}.Tabs-module__yuO-lq__tabBadge{min-width:20px;height:20px;padding:0 var(--space-2);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius-full);justify-content:center;align-items:center;display:inline-flex}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active .Tabs-module__yuO-lq__tabBadge{background:var(--accent-light);color:var(--accent)}
.PageContainer-module__RmODcG__page{max-width:var(--page-max-width);padding:var(--page-padding-mobile);margin:0 auto}@media (min-width:768px){.PageContainer-module__RmODcG__page{padding:var(--page-padding-desktop)}}.PageContainer-module__RmODcG__narrow{max-width:var(--page-max-width-narrow)}
.PageHeader-module__JBfLSq__header{margin-bottom:var(--page-header-margin)}@media (min-width:640px){.PageHeader-module__JBfLSq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}}.PageHeader-module__JBfLSq__content{flex:1;min-width:0}.PageHeader-module__JBfLSq__title{font-size:var(--page-title-size);font-weight:var(--page-title-weight);color:var(--text);margin:0 0 var(--space-1);line-height:var(--leading-tight)}@media (min-width:640px){.PageHeader-module__JBfLSq__title{font-size:var(--page-title-size-lg)}}.PageHeader-module__JBfLSq__subtitle{font-size:var(--page-subtitle-size);color:var(--text-secondary);line-height:var(--page-subtitle-line-height);margin:0}.PageHeader-module__JBfLSq__subtitle strong{color:var(--text)}.PageHeader-module__JBfLSq__action{margin-top:var(--space-4);flex-shrink:0}@media (min-width:640px){.PageHeader-module__JBfLSq__action{margin-top:0}}
.EmptyState-module__CK4Fmq__empty{text-align:center;width:100%;padding:var(--space-12)var(--space-6);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;display:flex}.EmptyState-module__CK4Fmq__icon{width:80px;height:80px;margin-bottom:var(--space-5);background:var(--surface-alt);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.EmptyState-module__CK4Fmq__icon svg{width:40px;height:40px}.EmptyState-module__CK4Fmq__title{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text);margin:0 0 var(--space-2)}.EmptyState-module__CK4Fmq__description{font-size:var(--page-subtitle-size);color:var(--text-secondary);margin:0 0 var(--space-6);max-width:320px;line-height:var(--leading-relaxed)}.EmptyState-module__CK4Fmq__action{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}
.ErrorState-module__qx1gKq__error{text-align:center;padding:var(--space-12)var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:480px;margin:var(--space-8)auto;flex-direction:column;justify-content:center;align-items:center;display:flex}.ErrorState-module__qx1gKq__icon{width:80px;height:80px;margin-bottom:var(--space-5);background:var(--danger-light);color:var(--danger);border-radius:50%;justify-content:center;align-items:center;display:flex}.ErrorState-module__qx1gKq__icon svg{width:40px;height:40px}.ErrorState-module__qx1gKq__title{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text);margin:0 0 var(--space-2)}.ErrorState-module__qx1gKq__description{font-size:var(--page-subtitle-size);color:var(--text-secondary);margin:0 0 var(--space-4);max-width:360px;line-height:var(--leading-relaxed)}.ErrorState-module__qx1gKq__requestId{font-size:var(--text-xs);color:var(--text-tertiary);margin:0 0 var(--space-6)}.ErrorState-module__qx1gKq__requestId code{background:var(--surface-alt);border-radius:var(--radius-xs);font-family:var(--font-mono);font-size:inherit;padding:2px 6px}.ErrorState-module__qx1gKq__actions{gap:var(--space-3);flex-wrap:wrap;justify-content:center;display:flex}.ErrorState-module__qx1gKq__btnPrimary{padding:var(--space-3)var(--space-6);font-size:var(--text-sm);font-weight:var(--font-semibold);background:linear-gradient(135deg,var(--primary)0%,#8b5cf6 100%);color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.ErrorState-module__qx1gKq__btnPrimary:hover{color:var(--text-inverse);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.ErrorState-module__qx1gKq__btnPrimary:focus-visible{box-shadow:var(--focus-ring);outline:none}.ErrorState-module__qx1gKq__btnSecondary{padding:var(--space-3)var(--space-5);font-size:var(--text-sm);font-weight:var(--font-medium);background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.ErrorState-module__qx1gKq__btnSecondary:hover{background:var(--surface-alt);color:var(--text);border-color:var(--border-hover)}.ErrorState-module__qx1gKq__btnSecondary:focus-visible{box-shadow:var(--focus-ring);outline:none}
.Skeleton-module__59wJKq__skeleton{background:linear-gradient(90deg,var(--surface-alt)25%,var(--border)50%,var(--surface-alt)75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite Skeleton-module__59wJKq__shimmer}@keyframes Skeleton-module__59wJKq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Skeleton-module__59wJKq__text{border-radius:var(--radius-xs);height:16px}.Skeleton-module__59wJKq__thumbnail{aspect-ratio:16/9;border-radius:var(--radius-md);width:100%}.Skeleton-module__59wJKq__card{border-radius:var(--radius-lg);width:100%;height:200px}.Skeleton-module__59wJKq__circle{border-radius:50%}.Skeleton-module__59wJKq__videoCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.Skeleton-module__59wJKq__videoCardContent{padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}
.BadgeArt-module__YTIl2a__badgeWrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.BadgeArt-module__YTIl2a__badgeSvg{transition:transform .3s;display:block}.BadgeArt-module__YTIl2a__common .BadgeArt-module__YTIl2a__badgeSvg{filter:drop-shadow(0 2px 4px #60a5fa4d)}.BadgeArt-module__YTIl2a__rare .BadgeArt-module__YTIl2a__badgeSvg{filter:drop-shadow(0 4px 8px #a78bfa66)}.BadgeArt-module__YTIl2a__epic .BadgeArt-module__YTIl2a__badgeSvg{filter:drop-shadow(0 6px 12px #f472b666)}.BadgeArt-module__YTIl2a__legendary .BadgeArt-module__YTIl2a__badgeSvg{filter:drop-shadow(0 8px 16px #fbbf2480)}.BadgeArt-module__YTIl2a__locked .BadgeArt-module__YTIl2a__badgeSvg{filter:grayscale()brightness(.7);opacity:.6}.BadgeArt-module__YTIl2a__badgeShape{transition:all .3s}.BadgeArt-module__YTIl2a__badgeShapeLocked{opacity:.8}.BadgeArt-module__YTIl2a__glowCircle{animation:3s ease-in-out infinite BadgeArt-module__YTIl2a__pulse}@keyframes BadgeArt-module__YTIl2a__pulse{0%,to{opacity:.4;r:42}50%{opacity:.7;r:44}}.BadgeArt-module__YTIl2a__iconGroup{transition:transform .3s}.BadgeArt-module__YTIl2a__lockOverlay{opacity:.9}.BadgeArt-module__YTIl2a__sparkles circle{animation:2s ease-in-out infinite BadgeArt-module__YTIl2a__twinkle}.BadgeArt-module__YTIl2a__sparkle1{animation-delay:0s}.BadgeArt-module__YTIl2a__sparkle2{animation-delay:.5s}.BadgeArt-module__YTIl2a__sparkle3{animation-delay:1s}.BadgeArt-module__YTIl2a__sparkle4{animation-delay:1.5s}@keyframes BadgeArt-module__YTIl2a__twinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.BadgeArt-module__YTIl2a__shineOverlay{pointer-events:none;clip-path:polygon(50% 8%,88% 28%,88% 72%,50% 92%,12% 72%,12% 28%);background:linear-gradient(135deg,#0000 20%,#ffffff4d 40%,#fff6 50%,#ffffff4d 60%,#0000 80%) 0 0/200% 200%;border-radius:50%;animation:3s ease-in-out infinite BadgeArt-module__YTIl2a__shine;position:absolute;inset:0}@keyframes BadgeArt-module__YTIl2a__shine{0%{background-position:200% 0}to{background-position:-200% 0}}.BadgeArt-module__YTIl2a__badgeWrap:not(.BadgeArt-module__YTIl2a__locked):hover .BadgeArt-module__YTIl2a__badgeSvg{transform:scale(1.08)translateY(-2px)}.BadgeArt-module__YTIl2a__badgeWrap:not(.BadgeArt-module__YTIl2a__locked):hover .BadgeArt-module__YTIl2a__iconGroup{transform:translate(50px,50px)scale(.6)}.BadgeArt-module__YTIl2a__badgeWrap:focus-visible{outline-offset:4px;border-radius:8px;outline:3px solid #6366f1}@media (prefers-reduced-motion:reduce){.BadgeArt-module__YTIl2a__glowCircle,.BadgeArt-module__YTIl2a__sparkles circle,.BadgeArt-module__YTIl2a__shineOverlay{animation:none}.BadgeArt-module__YTIl2a__badgeWrap:not(.BadgeArt-module__YTIl2a__locked):hover .BadgeArt-module__YTIl2a__badgeSvg{transform:scale(1.02)}}
.BadgeDetailModal-module__Ky9x6q__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s BadgeDetailModal-module__Ky9x6q__fadeIn;display:flex;position:fixed;inset:0}@keyframes BadgeDetailModal-module__Ky9x6q__fadeIn{0%{opacity:0}to{opacity:1}}.BadgeDetailModal-module__Ky9x6q__modal{background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;padding:32px 24px;animation:.3s BadgeDetailModal-module__Ky9x6q__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes BadgeDetailModal-module__Ky9x6q__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.BadgeDetailModal-module__Ky9x6q__closeBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.BadgeDetailModal-module__Ky9x6q__closeBtn:hover{color:#1e293b;background:#e2e8f0}.BadgeDetailModal-module__Ky9x6q__badgeArtWrap{justify-content:center;margin-bottom:20px;display:flex;position:relative}.BadgeDetailModal-module__Ky9x6q__newPill{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#f472b6 0%,#ec4899 100%);border-radius:12px;padding:4px 10px;font-size:.6875rem;font-weight:700;animation:1.5s ease-in-out infinite BadgeDetailModal-module__Ky9x6q__pulse;position:absolute;top:-8px;right:calc(50% - 80px)}@keyframes BadgeDetailModal-module__Ky9x6q__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.BadgeDetailModal-module__Ky9x6q__badgeInfo{text-align:center;margin-bottom:24px}.BadgeDetailModal-module__Ky9x6q__rarityBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:12px;margin-bottom:8px;padding:4px 12px;font-size:.6875rem;font-weight:700;display:inline-block}.BadgeDetailModal-module__Ky9x6q__badgeName{color:#1e293b;margin:0 0 8px;font-size:1.5rem;font-weight:800}.BadgeDetailModal-module__Ky9x6q__badgeDesc{color:#64748b;margin:0;font-size:.9375rem;line-height:1.5}.BadgeDetailModal-module__Ky9x6q__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 12px;font-size:.75rem;font-weight:700}.BadgeDetailModal-module__Ky9x6q__progressSection{background:#f8fafc;border-radius:12px;margin-bottom:20px;padding:16px}.BadgeDetailModal-module__Ky9x6q__unlockedInfo{color:#10b981;align-items:center;gap:10px;font-weight:600;display:flex}.BadgeDetailModal-module__Ky9x6q__lockedInfo{color:#64748b;align-items:center;gap:10px;font-style:italic;display:flex}.BadgeDetailModal-module__Ky9x6q__progressInfo{flex-direction:column;gap:8px;display:flex}.BadgeDetailModal-module__Ky9x6q__progressBar{background:#e2e8f0;border-radius:5px;height:10px;overflow:hidden}.BadgeDetailModal-module__Ky9x6q__progressFill{border-radius:5px;height:100%;transition:width .5s}.BadgeDetailModal-module__Ky9x6q__progressText{color:#1e293b;justify-content:center;align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:flex}.BadgeDetailModal-module__Ky9x6q__progressDivider{color:#94a3b8}.BadgeDetailModal-module__Ky9x6q__howToUnlock{margin-bottom:20px}.BadgeDetailModal-module__Ky9x6q__goalsList{margin:0;padding:0;list-style:none}.BadgeDetailModal-module__Ky9x6q__goalItem{background:#f8fafc;border-radius:10px;flex-direction:column;gap:2px;margin-bottom:8px;padding:12px;display:flex}.BadgeDetailModal-module__Ky9x6q__goalItem:last-child{margin-bottom:0}.BadgeDetailModal-module__Ky9x6q__goalTitle{color:#1e293b;font-size:.875rem;font-weight:600}.BadgeDetailModal-module__Ky9x6q__goalDesc{color:#64748b;font-size:.75rem}.BadgeDetailModal-module__Ky9x6q__chainSection{margin-bottom:20px}.BadgeDetailModal-module__Ky9x6q__chainList{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;display:flex}.BadgeDetailModal-module__Ky9x6q__chainBadge{opacity:.5;align-items:center;gap:4px;transition:opacity .2s;display:flex}.BadgeDetailModal-module__Ky9x6q__chainBadge.BadgeDetailModal-module__Ky9x6q__current{opacity:1}.BadgeDetailModal-module__Ky9x6q__chainArrow{color:#94a3b8;font-size:.75rem}.BadgeDetailModal-module__Ky9x6q__actions{border-top:1px solid #e2e8f0;justify-content:center;gap:10px;padding-top:16px;display:flex}.BadgeDetailModal-module__Ky9x6q__shareBtn,.BadgeDetailModal-module__Ky9x6q__closeModalBtn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.BadgeDetailModal-module__Ky9x6q__shareBtn{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.BadgeDetailModal-module__Ky9x6q__shareBtn:hover{color:#1e293b;background:#e2e8f0}.BadgeDetailModal-module__Ky9x6q__closeModalBtn{color:#fff;background:#6366f1;border:none}.BadgeDetailModal-module__Ky9x6q__closeModalBtn:hover{color:#fff;background:#4f46e5}@media (max-width:480px){.BadgeDetailModal-module__Ky9x6q__modal{padding:24px 16px}.BadgeDetailModal-module__Ky9x6q__badgeName{font-size:1.25rem}}
.style-module__pw2qga__errorBanner{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;padding:12px 16px}.style-module__pw2qga__noChannel{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.style-module__pw2qga__noChannelIcon{color:#94a3b8;margin-bottom:16px}.style-module__pw2qga__noChannelTitle{color:#1e293b;margin:0 0 8px;font-size:1.25rem;font-weight:700}.style-module__pw2qga__noChannelDesc{color:#64748b;max-width:320px;margin:0 0 24px;font-size:.9375rem}.style-module__pw2qga__connectBtn{color:#fff;background:#6366f1;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.style-module__pw2qga__connectBtn:hover{color:#fff;background:#4f46e5}.style-module__pw2qga__loading{text-align:center;color:#64748b;padding:40px}.style-module__pw2qga__summarySection{margin-bottom:32px}.style-module__pw2qga__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.style-module__pw2qga__summaryCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;transition:all .2s}.style-module__pw2qga__summaryIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.style-module__pw2qga__streakIcon{background:linear-gradient(135deg,#f97316 0%,#ef4444 100%)}.style-module__pw2qga__summaryValue{color:#1e293b;font-size:2rem;font-weight:800;line-height:1}.style-module__pw2qga__summaryTotal{color:#94a3b8;margin-left:4px;font-size:1rem;font-weight:600}.style-module__pw2qga__summaryLabel{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin-top:4px;font-size:.75rem;font-weight:600}.style-module__pw2qga__nextBadgeCard{text-align:left;cursor:pointer;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#fbbf24;align-items:center;gap:16px;display:flex}.style-module__pw2qga__nextBadgeCard:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fbbf2433}.style-module__pw2qga__nextBadgePreview{flex-shrink:0}.style-module__pw2qga__nextBadgeInfo{flex:1;min-width:0}.style-module__pw2qga__nextBadgeLabel{text-transform:uppercase;letter-spacing:.05em;color:#92400e;font-size:.6875rem;font-weight:700}.style-module__pw2qga__nextBadgeName{color:#78350f;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.style-module__pw2qga__nextBadgeProgress{color:#a16207;font-size:.75rem}.style-module__pw2qga__gallerySection{margin-bottom:40px}.style-module__pw2qga__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.style-module__pw2qga__sectionTitle{color:#1e293b;align-items:center;gap:8px;margin:0;font-size:1.125rem;font-weight:700;display:flex}.style-module__pw2qga__newCount{color:#fff;background:linear-gradient(135deg,#f472b6 0%,#ec4899 100%);border-radius:10px;padding:3px 8px;font-size:.6875rem;font-weight:700}.style-module__pw2qga__filtersRow{background:#f8fafc;border-radius:12px;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:16px;display:flex}.style-module__pw2qga__filterGroup{flex-direction:column;gap:4px;display:flex}.style-module__pw2qga__filterLabel{text-transform:uppercase;letter-spacing:.03em;color:#64748b;font-size:.6875rem;font-weight:600}.style-module__pw2qga__filterSelect{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:140px;padding:8px 12px;font-size:.875rem}.style-module__pw2qga__filterSelect:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.style-module__pw2qga__searchGroup{flex:1;min-width:180px}.style-module__pw2qga__searchInput{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:8px 12px;font-size:.875rem}.style-module__pw2qga__searchInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.style-module__pw2qga__badgeGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;display:grid}.style-module__pw2qga__badgeCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;padding:16px 12px;transition:all .2s;display:flex}.style-module__pw2qga__badgeCard:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 8px 20px #6366f126}.style-module__pw2qga__badgeCard:focus-visible{outline-offset:2px;outline:3px solid #6366f1}.style-module__pw2qga__badgeCard.style-module__pw2qga__unlocked{background:linear-gradient(#fefce8 0%,#fef9c3 100%);border-color:#fde047}.style-module__pw2qga__badgeCard.style-module__pw2qga__locked{opacity:.6}.style-module__pw2qga__badgeArtWrap{margin-bottom:8px;position:relative}.style-module__pw2qga__newPill{color:#fff;text-transform:uppercase;background:#ec4899;border-radius:6px;padding:2px 6px;font-size:.5625rem;font-weight:700;position:absolute;top:-6px;right:-12px}.style-module__pw2qga__badgeName{color:#1e293b;text-align:center;margin-bottom:4px;font-size:.8125rem;font-weight:600;line-height:1.3}.style-module__pw2qga__badgeRarity{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:2px 8px;font-size:.625rem;font-weight:700}.style-module__pw2qga__badgeRarity[data-rarity=common]{color:#1d4ed8;background:#dbeafe}.style-module__pw2qga__badgeRarity[data-rarity=rare]{color:#6d28d9;background:#ede9fe}.style-module__pw2qga__badgeRarity[data-rarity=epic]{color:#be185d;background:#fce7f3}.style-module__pw2qga__badgeRarity[data-rarity=legendary]{color:#92400e;background:#fef3c7}.style-module__pw2qga__badgeProgressBar{background:#e2e8f0;border-radius:2px;width:100%;height:4px;margin-top:8px;overflow:hidden}.style-module__pw2qga__badgeProgressFill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;height:100%;transition:width .5s}.style-module__pw2qga__noResults{text-align:center;color:#64748b;padding:40px}.style-module__pw2qga__resetBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;margin-top:12px;padding:8px 16px;font-size:.875rem;font-weight:600}.style-module__pw2qga__resetBtn:hover{color:#fff;background:#4f46e5}.style-module__pw2qga__goalsSection{margin-bottom:40px}.style-module__pw2qga__goalCategory{margin-bottom:24px}.style-module__pw2qga__goalCategoryTitle{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin:0 0 12px;font-size:.875rem;font-weight:700}.style-module__pw2qga__goalsList{flex-direction:column;gap:10px;display:flex}.style-module__pw2qga__goalCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.style-module__pw2qga__goalCard:hover{border-color:#c7d2fe}.style-module__pw2qga__goalCard.style-module__pw2qga__completed{background:#f0fdf4;border-color:#bbf7d0}.style-module__pw2qga__goalCard.style-module__pw2qga__goalLocked{opacity:.6;background:#f8fafc}.style-module__pw2qga__goalInfo{flex:1;min-width:0}.style-module__pw2qga__goalTitle{color:#1e293b;margin:0 0 4px;font-size:.9375rem;font-weight:600}.style-module__pw2qga__goalDesc{color:#64748b;margin:0;font-size:.8125rem}.style-module__pw2qga__goalBadges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.style-module__pw2qga__goalBadgeChip{border-radius:6px;padding:3px 8px;font-size:.625rem;font-weight:600}.style-module__pw2qga__goalBadgeChip[data-rarity=common]{color:#1d4ed8;background:#dbeafe}.style-module__pw2qga__goalBadgeChip[data-rarity=rare]{color:#6d28d9;background:#ede9fe}.style-module__pw2qga__goalBadgeChip[data-rarity=epic]{color:#be185d;background:#fce7f3}.style-module__pw2qga__goalBadgeChip[data-rarity=legendary]{color:#92400e;background:#fef3c7}.style-module__pw2qga__goalProgress{flex-shrink:0}.style-module__pw2qga__completedBadge{color:#10b981;background:#d1fae5;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.style-module__pw2qga__lockedBadge{color:#64748b;background:#f1f5f9;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.style-module__pw2qga__goalProgressWrap{flex-direction:column;align-items:flex-end;gap:4px;min-width:100px;display:flex}.style-module__pw2qga__goalProgressBar{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.style-module__pw2qga__goalProgressFill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:3px;height:100%;transition:width .5s}.style-module__pw2qga__goalProgressText{color:#64748b;font-size:.6875rem;font-weight:600}.style-module__pw2qga__recentSection{margin-bottom:40px}.style-module__pw2qga__recentList{flex-direction:column;gap:8px;display:flex}.style-module__pw2qga__recentItem{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.style-module__pw2qga__recentItem:hover{background:#fffbeb;border-color:#fde047}.style-module__pw2qga__recentInfo{flex-direction:column;display:flex}.style-module__pw2qga__recentName{color:#1e293b;font-size:.875rem;font-weight:600}.style-module__pw2qga__recentDate{color:#94a3b8;font-size:.75rem}@media (max-width:640px){.style-module__pw2qga__summaryGrid{grid-template-columns:1fr 1fr}.style-module__pw2qga__nextBadgeCard{grid-column:span 2}.style-module__pw2qga__filtersRow{flex-direction:column}.style-module__pw2qga__filterGroup,.style-module__pw2qga__filterSelect,.style-module__pw2qga__searchInput{width:100%}.style-module__pw2qga__badgeGrid{grid-template-columns:repeat(3,1fr);gap:10px}.style-module__pw2qga__badgeCard{padding:12px 8px}.style-module__pw2qga__badgeName{font-size:.75rem}.style-module__pw2qga__goalCard{flex-direction:column;align-items:flex-start;gap:12px}.style-module__pw2qga__goalProgress{width:100%}.style-module__pw2qga__goalProgressWrap{align-items:stretch;width:100%}}
.style-module__ZBwwhq__page{max-width:var(--page-max-width);padding:var(--page-padding-mobile);margin:0 auto}@media (min-width:768px){.style-module__ZBwwhq__page{padding:var(--page-padding-desktop)}}.style-module__ZBwwhq__header{margin-bottom:var(--space-lg)}.style-module__ZBwwhq__title{font-size:var(--page-title-size);font-weight:var(--page-title-weight);color:var(--color-text);margin:0}@media (min-width:640px){.style-module__ZBwwhq__title{font-size:var(--page-title-size-lg)}}.style-module__ZBwwhq__subtitle{font-size:var(--page-subtitle-size);color:var(--color-text-secondary);margin:var(--space-xs)0 0;line-height:var(--page-subtitle-line-height)}.style-module__ZBwwhq__grid{gap:var(--space-2xl);padding-bottom:var(--space-xl);flex-direction:column;display:flex}@media (min-width:640px){.style-module__ZBwwhq__grid{gap:var(--space-16)}}.style-module__ZBwwhq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md)}@media (min-width:640px){.style-module__ZBwwhq__card{padding:var(--space-lg)}}.style-module__ZBwwhq__cardTitle{font-size:var(--section-title-size);font-weight:var(--section-title-weight);margin:0 0 var(--space-md);color:var(--color-text)}.style-module__ZBwwhq__section{margin-bottom:0}.style-module__ZBwwhq__sectionTitle{font-size:var(--section-title-size);font-weight:var(--section-title-weight);margin:0 0 var(--space-sm);color:var(--color-text)}.style-module__ZBwwhq__channelList{gap:var(--space-sm);flex-direction:column;display:flex}.style-module__ZBwwhq__channelItem{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:var(--color-surface-2);border-radius:var(--radius-md);transition:background .15s;display:flex}.style-module__ZBwwhq__channelItem:hover{background:var(--color-border)}.style-module__ZBwwhq__channelThumb{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.style-module__ZBwwhq__channelInfo{flex:1;min-width:0}.style-module__ZBwwhq__channelName{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.style-module__ZBwwhq__channelStats{color:var(--color-text-secondary);margin-top:2px;font-size:.8125rem}.style-module__ZBwwhq__channelActions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.style-module__ZBwwhq__removeBtn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.style-module__ZBwwhq__removeBtn:hover{color:var(--color-danger);background:#dc26261a}.style-module__ZBwwhq__removeBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.style-module__ZBwwhq__removeBtn:disabled{opacity:.5;cursor:not-allowed}.style-module__ZBwwhq__removeBtn .style-module__ZBwwhq__spinner{border-width:2px;width:16px;height:16px}.style-module__ZBwwhq__emptyChannels{text-align:center;padding:var(--space-lg)var(--space-md);background:var(--color-surface-2);border-radius:var(--radius-md);flex-direction:column;align-items:center;display:flex}.style-module__ZBwwhq__emptyIcon{margin-bottom:var(--space-xs);opacity:.7;font-size:2rem}.style-module__ZBwwhq__emptyChannels p{color:var(--color-text-secondary);margin:0 0 var(--space-sm);font-size:.9375rem}.style-module__ZBwwhq__linkBtn{color:var(--color-primary);font-size:.875rem;font-weight:500;text-decoration:none}.style-module__ZBwwhq__linkBtn:hover{text-decoration:underline}.style-module__ZBwwhq__linkBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.style-module__ZBwwhq__loadingState{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-xl)var(--space-lg);background:var(--color-surface-2);border-radius:var(--radius-lg);color:var(--color-text-secondary);flex-direction:column;font-size:.9375rem;display:flex}.style-module__ZBwwhq__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite style-module__ZBwwhq__spin}@keyframes style-module__ZBwwhq__spin{to{transform:rotate(360deg)}}
.tags-module__BF2nUW__pageWrapper{width:100%;max-width:var(--page-max-width);padding:var(--page-padding-mobile);margin:0 auto}@media (min-width:768px){.tags-module__BF2nUW__pageWrapper{padding:var(--page-padding-desktop)}}.tags-module__BF2nUW__pageContent{margin-top:24px}.tags-module__BF2nUW__header{margin-bottom:24px}.tags-module__BF2nUW__title{color:var(--text);margin:0 0 8px;font-size:1.75rem;font-weight:700;line-height:1.2}@media (min-width:640px){.tags-module__BF2nUW__title{font-size:2rem}}.tags-module__BF2nUW__subtitle{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.5}@media (min-width:640px){.tags-module__BF2nUW__subtitle{font-size:1.125rem}}.tags-module__BF2nUW__formCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:20px}@media (min-width:640px){.tags-module__BF2nUW__formCard{padding:24px}}.tags-module__BF2nUW__field{margin-bottom:16px}.tags-module__BF2nUW__field:last-of-type{margin-bottom:20px}.tags-module__BF2nUW__label{color:var(--text);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.tags-module__BF2nUW__required{color:var(--error,#ef4444)}.tags-module__BF2nUW__optional{color:var(--text-secondary);font-weight:400}.tags-module__BF2nUW__input,.tags-module__BF2nUW__textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.tags-module__BF2nUW__input::placeholder,.tags-module__BF2nUW__textarea::placeholder{color:var(--text-tertiary,#9ca3af)}.tags-module__BF2nUW__input:focus,.tags-module__BF2nUW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha,#6366f11a);outline:none}.tags-module__BF2nUW__input:disabled,.tags-module__BF2nUW__textarea:disabled{opacity:.6;cursor:not-allowed}.tags-module__BF2nUW__inputError{border-color:var(--error,#ef4444)}.tags-module__BF2nUW__inputError:focus{box-shadow:0 0 0 3px #ef44441a}.tags-module__BF2nUW__textarea{resize:vertical;min-height:100px}.tags-module__BF2nUW__fieldHint{color:var(--text-secondary);margin:6px 0 0;font-size:.75rem}.tags-module__BF2nUW__errorText{color:var(--error,#ef4444);margin:6px 0 0;font-size:.8125rem}.tags-module__BF2nUW__submitBtn{color:#fff;background:var(--primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .15s;display:inline-flex}@media (min-width:640px){.tags-module__BF2nUW__submitBtn{width:auto;min-width:180px}}.tags-module__BF2nUW__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px #6366f14d}.tags-module__BF2nUW__submitBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.tags-module__BF2nUW__submitBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.tags-module__BF2nUW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite tags-module__BF2nUW__spin}@keyframes tags-module__BF2nUW__spin{to{transform:rotate(360deg)}}.tags-module__BF2nUW__resultsCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:20px;animation:.2s ease-out tags-module__BF2nUW__fadeIn}@media (min-width:640px){.tags-module__BF2nUW__resultsCard{padding:24px}}@keyframes tags-module__BF2nUW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tags-module__BF2nUW__resultsHeader{border-bottom:1px solid var(--border);flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}@media (min-width:640px){.tags-module__BF2nUW__resultsHeader{flex-direction:row;justify-content:space-between;align-items:center}}.tags-module__BF2nUW__resultsTitle{color:var(--text);margin:0;font-size:1.125rem;font-weight:600}.tags-module__BF2nUW__copyButtons{flex-wrap:wrap;gap:8px;display:flex}.tags-module__BF2nUW__copyBtn{color:var(--text-secondary);background:var(--surface-alt);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.tags-module__BF2nUW__copyBtn:hover{color:var(--text);background:var(--bg);border-color:var(--primary)}.tags-module__BF2nUW__copyBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.tags-module__BF2nUW__tagsGrid{flex-wrap:wrap;gap:8px;display:flex}.tags-module__BF2nUW__tag{color:var(--text);background:var(--surface-alt);border:1px solid var(--border);border-radius:9999px;align-items:center;padding:6px 14px;font-size:.875rem;transition:all .15s;display:inline-flex}.tags-module__BF2nUW__tag:hover{border-color:var(--primary);background:var(--primary-alpha,#6366f114)}.tags-module__BF2nUW__notesSection{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.tags-module__BF2nUW__notesTitle{color:var(--text);margin:0 0 12px;font-size:.9375rem;font-weight:600}.tags-module__BF2nUW__notesList{margin:0;padding-left:20px}.tags-module__BF2nUW__noteItem{color:var(--text-secondary);margin-bottom:8px;font-size:.875rem;line-height:1.6}.tags-module__BF2nUW__noteItem:last-child{margin-bottom:0}.tags-module__BF2nUW__seoSection{border-top:1px solid var(--border);margin-top:64px;padding-top:48px}@media (min-width:768px){.tags-module__BF2nUW__seoSection{margin-top:80px;padding-top:56px}}.tags-module__BF2nUW__seoTitle{color:var(--text);margin:0 0 16px;font-size:1.25rem;font-weight:600}.tags-module__BF2nUW__seoText{color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem;line-height:1.7}.tags-module__BF2nUW__seoText:last-child{margin-bottom:0}.tags-module__BF2nUW__seoText strong{color:var(--text)}.tags-module__BF2nUW__seoList{color:var(--text-secondary);margin:0 0 16px;padding-left:20px;font-size:.9375rem;line-height:1.7}.tags-module__BF2nUW__seoList li{margin-bottom:8px}.tags-module__BF2nUW__seoList li:last-child{margin-bottom:0}.tags-module__BF2nUW__seoSubtitle{color:var(--text);margin:24px 0 12px;font-size:1rem;font-weight:600}.tags-module__BF2nUW__videoInfo{background:var(--surface-alt);border-radius:8px;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px;display:flex}@media (min-width:640px){.tags-module__BF2nUW__videoInfo{flex-direction:row;align-items:flex-start;gap:16px}}.tags-module__BF2nUW__videoThumb{aspect-ratio:16/9;object-fit:cover;border-radius:8px;flex-shrink:0;width:100%;max-width:160px}.tags-module__BF2nUW__videoMeta{flex:1;min-width:0}.tags-module__BF2nUW__videoTitle{color:var(--text);margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.4}.tags-module__BF2nUW__videoChannel{color:var(--text-secondary);margin:0;font-size:.875rem}.tags-module__BF2nUW__infoBox{background:var(--surface);border:1px solid var(--border);border-radius:12px;gap:12px;margin-bottom:24px;padding:16px;display:flex}.tags-module__BF2nUW__infoIcon{color:var(--primary);flex-shrink:0;margin-top:2px}.tags-module__BF2nUW__infoContent{flex:1}.tags-module__BF2nUW__infoTitle{color:var(--text);margin:0 0 8px;font-size:.9375rem;font-weight:600}.tags-module__BF2nUW__infoList{color:var(--text-secondary);margin:0 0 12px;padding-left:20px;font-size:.875rem;line-height:1.6}.tags-module__BF2nUW__infoList li{margin-bottom:4px}.tags-module__BF2nUW__infoList li:last-child{margin-bottom:0}.tags-module__BF2nUW__infoList strong{color:var(--text)}.tags-module__BF2nUW__infoWarning{color:var(--warning-text,#b45309);background:var(--warning-bg,#fef3c7);border-radius:6px;margin:0;padding:8px 12px;font-size:.8125rem}.tags-module__BF2nUW__noTagsState{text-align:center;padding:32px 16px}.tags-module__BF2nUW__noTagsIcon{width:48px;height:48px;color:var(--text-tertiary,#9ca3af);margin:0 auto 12px}.tags-module__BF2nUW__noTagsTitle{color:var(--text);margin:0 0 8px;font-size:1rem;font-weight:600}.tags-module__BF2nUW__noTagsText{color:var(--text-secondary);max-width:280px;margin:0 auto;font-size:.875rem}.tags-module__BF2nUW__loadingContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.tags-module__BF2nUW__loadingSpinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:.8s linear infinite tags-module__BF2nUW__spin}.tags-module__BF2nUW__loadingText{font-size:.9375rem}.tags-module__BF2nUW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 16px;display:flex}.tags-module__BF2nUW__emptyIcon{width:48px;height:48px;color:var(--border);margin-bottom:16px}.tags-module__BF2nUW__emptyTitle{color:var(--text);margin:0 0 8px;font-size:1rem;font-weight:500}.tags-module__BF2nUW__emptyText{color:var(--text-secondary);max-width:300px;margin:0;font-size:.875rem}.tags-module__BF2nUW__faqSection{margin-top:32px}.tags-module__BF2nUW__faqTitle{color:var(--text);margin:0 0 16px;font-size:1.25rem;font-weight:600}.tags-module__BF2nUW__faqList{flex-direction:column;gap:12px;display:flex}.tags-module__BF2nUW__faqItem{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px}.tags-module__BF2nUW__faqItem summary{color:var(--text);padding:16px;font-size:.9375rem;font-weight:600;list-style:none}.tags-module__BF2nUW__faqItem summary::-webkit-details-marker{display:none}.tags-module__BF2nUW__faqItem[open] summary{border-bottom:1px solid var(--border)}.tags-module__BF2nUW__faqAnswer{color:var(--text-secondary);margin:0;padding:16px;font-size:.875rem;line-height:1.6}
