.keywords-module__FeoAaG__searchForm{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:20px}@media (min-width:640px){.keywords-module__FeoAaG__searchForm{padding:24px}}.keywords-module__FeoAaG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite keywords-module__FeoAaG__spin}@keyframes keywords-module__FeoAaG__spin{to{transform:rotate(360deg)}}.keywords-module__FeoAaG__trendContainer{flex-direction:column;justify-content:center;align-items:center;display:flex}.keywords-module__FeoAaG__trendBars{background:var(--surface-alt);cursor:help;border-radius:4px;justify-content:center;align-items:flex-end;gap:1px;height:28px;padding:2px 4px;display:flex}.keywords-module__FeoAaG__trendBar{background:var(--primary);border-radius:1px;width:5px;min-height:3px;transition:background .15s}.keywords-module__FeoAaG__trendBarHigh{background:var(--success,var(--color-stormy-teal))}.keywords-module__FeoAaG__trendBarMed{background:var(--primary)}.keywords-module__FeoAaG__trendBarLow{background:var(--text-tertiary)}.keywords-module__FeoAaG__trendTooltip{position:relative}.keywords-module__FeoAaG__trendTooltip:after{background:var(--surface);border:1px solid var(--border);color:var(--text);content:attr(data-tooltip);opacity:0;pointer-events:none;visibility:hidden;white-space:nowrap;z-index:10;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:500;transition:opacity .15s,visibility .15s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.keywords-module__FeoAaG__trendTooltip:hover:after{opacity:1;visibility:visible}.keywords-module__FeoAaG__trendChange{align-items:center;gap:2px;margin-top:2px;font-size:.6875rem;font-weight:500;display:flex}.keywords-module__FeoAaG__trendChangeUp{color:var(--success,var(--color-stormy-teal))}.keywords-module__FeoAaG__trendChangeDown{color:var(--error,var(--color-hot-rose))}.keywords-module__FeoAaG__trendChangeStable{color:var(--text-tertiary)}.keywords-module__FeoAaG__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none}.keywords-module__FeoAaG__sortIcon{opacity:.5;margin-left:4px;display:inline-block}.keywords-module__FeoAaG__kdBadge{white-space:nowrap;border-radius:4px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.keywords-module__FeoAaG__kdEasy{background:var(--success-light,#10b9811a);color:var(--success,var(--color-stormy-teal))}.keywords-module__FeoAaG__kdMedium{background:var(--warning-light,#35a7ff1a);color:var(--warning,var(--color-cool-sky))}.keywords-module__FeoAaG__kdHard{background:var(--danger-light,#ca1f7b1a);color:var(--error,var(--color-hot-rose))}.keywords-module__FeoAaG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.keywords-module__FeoAaG__skeleton{background:linear-gradient(90deg,var(--surface-alt)25%,var(--surface)50%,var(--surface-alt)75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite keywords-module__FeoAaG__shimmer}@keyframes keywords-module__FeoAaG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.keywords-module__FeoAaG__searchForm{margin-bottom:24px}.keywords-module__FeoAaG__searchInputGroup{flex-direction:column;gap:12px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__searchInputGroup{flex-direction:row;align-items:center}}.keywords-module__FeoAaG__searchFormHint{color:var(--text-tertiary);text-align:center;margin:8px 0 0;font-size:.75rem}.keywords-module__FeoAaG__keywordListBox{background:linear-gradient(135deg,var(--surface)0%,var(--surface-alt)100%);border:1px solid var(--border);border-radius:16px;max-width:480px;margin:20px auto 0;overflow:hidden;box-shadow:0 4px 12px #0000000d}.keywords-module__FeoAaG__keywordListHeader{background:linear-gradient(135deg,var(--primary)0%,var(--color-hot-rose)100%);border-bottom:none;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.keywords-module__FeoAaG__keywordListTitle{color:#fff;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.keywords-module__FeoAaG__keywordListTitle:before{content:"";background:#fffc;border-radius:50%;width:8px;height:8px;display:block}.keywords-module__FeoAaG__keywordListCount{color:#ffffffd9;background:#ffffff26;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:500}.keywords-module__FeoAaG__keywordList{margin:0;padding:8px 0;list-style:none}.keywords-module__FeoAaG__keywordListItem{border-radius:10px;align-items:center;gap:12px;margin:0 8px;padding:12px 20px;transition:all .15s;display:flex}.keywords-module__FeoAaG__keywordListItem:hover{background:var(--primary-light,#ca1f7b14)}.keywords-module__FeoAaG__keywordListNumber{background:linear-gradient(135deg,var(--primary)0%,var(--color-hot-rose)100%);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.keywords-module__FeoAaG__keywordListText{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9375rem;font-weight:500;overflow:hidden}.keywords-module__FeoAaG__keywordListRemove{color:var(--text-tertiary);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .15s;display:flex}.keywords-module__FeoAaG__keywordListItem:hover .keywords-module__FeoAaG__keywordListRemove{opacity:1}.keywords-module__FeoAaG__keywordListRemove:hover{background:var(--error-light,#ca1f7b1a);color:var(--error,var(--color-hot-rose))}.keywords-module__FeoAaG__searchInputWrapper{flex:1;align-items:center;min-width:0;display:flex;position:relative}@media (min-width:640px){.keywords-module__FeoAaG__searchInputWrapper{flex:3}}.keywords-module__FeoAaG__searchIcon{color:var(--text-tertiary);pointer-events:none;position:absolute;left:16px}.keywords-module__FeoAaG__searchInputField{background:var(--surface);border:2px solid var(--border);color:var(--text);border-radius:10px;outline:none;width:100%;padding:14px 16px 14px 48px;font-size:1rem;transition:all .15s}.keywords-module__FeoAaG__searchInputField:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ca1f7b26}.keywords-module__FeoAaG__searchInputField::placeholder{color:var(--text-tertiary)}.keywords-module__FeoAaG__searchInputField:disabled{cursor:not-allowed;opacity:.6}.keywords-module__FeoAaG__searchHistoryBar{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;margin-top:16px;padding:12px 16px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__searchHistoryBar{flex-direction:row;justify-content:space-between;align-items:center;padding:12px 20px}}.keywords-module__FeoAaG__searchHistoryNav{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__searchHistoryNav{flex-wrap:nowrap;gap:12px}}.keywords-module__FeoAaG__backButton{background:var(--primary-light,#ca1f7b1a);border:1px solid var(--primary);color:var(--primary);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:8px 12px;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.keywords-module__FeoAaG__backButton:hover{background:var(--primary-light,#ca1f7b33)}.keywords-module__FeoAaG__backButton:active{transform:scale(.98)}.keywords-module__FeoAaG__backButton svg{flex-shrink:0;width:14px;height:14px}@media (min-width:640px){.keywords-module__FeoAaG__backButton{padding:8px 14px;font-size:.8125rem}.keywords-module__FeoAaG__backButton svg{width:16px;height:16px}}.keywords-module__FeoAaG__breadcrumbs{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__breadcrumbs{gap:6px}}.keywords-module__FeoAaG__breadcrumbItem{align-items:center;gap:4px;display:inline-flex}@media (min-width:640px){.keywords-module__FeoAaG__breadcrumbItem{gap:6px}}.keywords-module__FeoAaG__breadcrumbSeparator{color:var(--text-quaternary,var(--text-tertiary));font-size:.75rem}.keywords-module__FeoAaG__breadcrumbLink{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;max-width:100px;padding:4px 8px;font-size:.75rem;font-weight:500;transition:all .15s;overflow:hidden}@media (min-width:640px){.keywords-module__FeoAaG__breadcrumbLink{max-width:150px;padding:6px 12px;font-size:.8125rem}}.keywords-module__FeoAaG__breadcrumbLink:hover{background:var(--surface-alt);border-color:var(--primary);color:var(--primary)}.keywords-module__FeoAaG__breadcrumbCurrent{background:var(--primary-light,#ca1f7b1a);border:1px solid var(--primary);color:var(--primary);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;max-width:120px;padding:4px 10px;font-size:.75rem;font-weight:600;overflow:hidden}@media (min-width:640px){.keywords-module__FeoAaG__breadcrumbCurrent{max-width:200px;padding:6px 12px;font-size:.8125rem}}.keywords-module__FeoAaG__clearHistoryButton{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-tertiary);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .15s}.keywords-module__FeoAaG__clearHistoryButton:hover{background:var(--error-light,#ca1f7b14);border-color:var(--error,var(--color-hot-rose));color:var(--error,var(--color-hot-rose))}.keywords-module__FeoAaG__databaseSelect{background:var(--surface);border:2px solid var(--border);color:var(--text);cursor:pointer;border-radius:10px;flex-shrink:0;width:auto;padding:14px 12px;font-size:.875rem}@media (min-width:640px){.keywords-module__FeoAaG__databaseSelect{flex:none;min-width:140px}}.keywords-module__FeoAaG__searchButton{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .15s;display:flex}.keywords-module__FeoAaG__searchButton:hover:not(:disabled){background:var(--primary-hover)}.keywords-module__FeoAaG__searchButton:disabled{cursor:not-allowed;opacity:.6}.keywords-module__FeoAaG__researchTab{flex-direction:column;gap:32px;display:flex}.keywords-module__FeoAaG__relatedSection{background:var(--surface);border-radius:12px;padding:20px}.keywords-module__FeoAaG__sectionTitle{color:var(--text);margin:0 0 4px;font-size:1.125rem;font-weight:600}.keywords-module__FeoAaG__sectionSubtitle{color:var(--text-secondary);margin:0 0 16px;font-size:.875rem}.keywords-module__FeoAaG__sectionHeader{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.keywords-module__FeoAaG__sectionHeaderTitle{flex:1;min-width:0}@media (min-width:1024px){.keywords-module__FeoAaG__sectionHeader{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}.keywords-module__FeoAaG__sectionHeaderTitle{margin-bottom:0}}.keywords-module__FeoAaG__rankingsList{flex-direction:column;gap:8px;margin-top:12px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__rankingsList{gap:12px;margin-top:16px}}.keywords-module__FeoAaG__rankingItem{background:var(--surface-alt);border-radius:8px;align-items:center;gap:8px;padding:10px;text-decoration:none;transition:all .15s;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__rankingItem{border-radius:10px;gap:12px;padding:12px}}.keywords-module__FeoAaG__rankingItem:hover{background:var(--surface-alt);transform:translateY(-1px)}.keywords-module__FeoAaG__rankingPosition{color:var(--text-secondary);min-width:24px;font-size:.75rem;font-weight:700}@media (min-width:640px){.keywords-module__FeoAaG__rankingPosition{min-width:32px;font-size:.875rem}}.keywords-module__FeoAaG__rankingThumbnail{object-fit:cover;border-radius:4px;flex-shrink:0;width:60px;height:34px}@media (min-width:640px){.keywords-module__FeoAaG__rankingThumbnail{border-radius:6px;width:80px;height:45px}}.keywords-module__FeoAaG__rankingInfo{flex:1;min-width:0}.keywords-module__FeoAaG__rankingTitle{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;display:block;overflow:hidden}@media (min-width:640px){.keywords-module__FeoAaG__rankingTitle{font-size:.9375rem}}.keywords-module__FeoAaG__rankingChannel{color:var(--text-secondary);font-size:.6875rem;display:block}@media (min-width:640px){.keywords-module__FeoAaG__rankingChannel{font-size:.8125rem}}.keywords-module__FeoAaG__rankingViews{color:var(--text-secondary);white-space:nowrap;font-size:.8125rem;display:none}@media (min-width:640px){.keywords-module__FeoAaG__rankingViews{display:block}}.keywords-module__FeoAaG__tableControls{flex-direction:column;gap:8px;width:100%;display:flex}.keywords-module__FeoAaG__tableControlsRow{gap:8px;width:100%;display:flex}.keywords-module__FeoAaG__tableControlsRow>*{flex:1;min-width:0}@media (min-width:640px){.keywords-module__FeoAaG__tableControls{flex-flow:wrap;gap:10px;width:auto}.keywords-module__FeoAaG__tableControlsRow{flex:none;width:auto}.keywords-module__FeoAaG__tableControlsRow>*{flex:none;min-width:auto}}@media (min-width:1024px){.keywords-module__FeoAaG__tableControls{flex-wrap:nowrap;gap:12px}}.keywords-module__FeoAaG__filterSelect{-webkit-appearance:none;appearance:none;background-color:var(--surface);border:2px solid var(--border);color:var(--text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border-radius:8px;width:100%;padding:10px 32px 10px 14px;font-size:.875rem;font-weight:500;transition:all .15s}.keywords-module__FeoAaG__filterSelect:hover{background-color:var(--surface-alt,var(--surface));border-color:var(--border-hover,var(--border))}.keywords-module__FeoAaG__filterSelect:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ca1f7b26}@media (min-width:640px){.keywords-module__FeoAaG__filterSelect{width:auto;min-width:140px}}@media (min-width:1024px){.keywords-module__FeoAaG__filterSelect{min-width:160px}}.keywords-module__FeoAaG__exportButton{background:var(--surface);border:2px solid var(--border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 14px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.keywords-module__FeoAaG__exportButton:hover:not(:disabled){background:var(--surface-alt,var(--surface));border-color:var(--border-hover,var(--border));color:var(--text)}.keywords-module__FeoAaG__exportButton:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ca1f7b26}.keywords-module__FeoAaG__exportButton:disabled{cursor:not-allowed;opacity:.5}@media (min-width:640px){.keywords-module__FeoAaG__exportButton{width:auto;padding:10px 16px}}.keywords-module__FeoAaG__tableContainer{margin-top:12px;overflow-x:auto}.keywords-module__FeoAaG__tableScrollWrapper{border:1px solid var(--border);border-radius:8px;max-height:480px;overflow:auto}@media (min-width:768px){.keywords-module__FeoAaG__tableScrollWrapper{max-height:560px}}.keywords-module__FeoAaG__tableScrollWrapper .keywords-module__FeoAaG__keywordsTable thead{z-index:1;position:sticky;top:0}.keywords-module__FeoAaG__tableScrollWrapper .keywords-module__FeoAaG__keywordsTable th{background:var(--surface);box-shadow:0 1px 0 var(--border)}.keywords-module__FeoAaG__paginationContainer{border-top:1px solid var(--border);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__paginationContainer{flex-direction:row;justify-content:space-between;align-items:center}}.keywords-module__FeoAaG__paginationInfo{color:var(--text-secondary);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:.75rem;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__paginationInfo{text-align:left;justify-content:flex-start;font-size:.8125rem}}.keywords-module__FeoAaG__paginationControls{justify-content:center;align-items:center;gap:4px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__paginationControls{gap:6px}}.keywords-module__FeoAaG__paginationButton{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__paginationButton{min-width:36px;height:36px;padding:0 10px;font-size:.8125rem}}.keywords-module__FeoAaG__paginationButton svg{width:14px;height:14px}@media (min-width:640px){.keywords-module__FeoAaG__paginationButton svg{width:16px;height:16px}}.keywords-module__FeoAaG__paginationButton:hover:not(:disabled){background:var(--surface-alt);border-color:var(--border-hover,var(--border));color:var(--text)}.keywords-module__FeoAaG__paginationButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.keywords-module__FeoAaG__paginationButton:disabled{cursor:not-allowed;opacity:.4}.keywords-module__FeoAaG__paginationButtonActive{background:var(--primary);border-color:var(--primary);color:#fff}.keywords-module__FeoAaG__paginationButtonActive:hover:not(:disabled){background:var(--primary-hover);color:#fff}.keywords-module__FeoAaG__pageSizeSelect{-webkit-appearance:none;appearance:none;background:var(--surface);border:1px solid var(--border);color:var(--text-tertiary);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 4px center;background-repeat:no-repeat;border-radius:4px;padding:2px 20px 2px 6px;font-size:.625rem}@media (min-width:640px){.keywords-module__FeoAaG__pageSizeSelect{background-position:right 6px center;padding:4px 22px 4px 8px;font-size:.6875rem}}.keywords-module__FeoAaG__keywordsTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:700px;font-size:.875rem}.keywords-module__FeoAaG__keywordsTable th,.keywords-module__FeoAaG__keywordsTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px}.keywords-module__FeoAaG__keywordsTable th{background:var(--bg);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:.75rem;font-weight:600}.keywords-module__FeoAaG__keywordsTable th:first-child,.keywords-module__FeoAaG__keywordsTable td:first-child{text-align:left}.keywords-module__FeoAaG__keywordsTable th:not(:first-child),.keywords-module__FeoAaG__keywordsTable td:not(:first-child){text-align:center}.keywords-module__FeoAaG__colKeyword{width:45%}.keywords-module__FeoAaG__colVolume,.keywords-module__FeoAaG__colDifficulty{width:15%}.keywords-module__FeoAaG__colCompetition{width:12%}.keywords-module__FeoAaG__colTrend{width:13%}.keywords-module__FeoAaG__sortableHeader{cursor:pointer;transition:color .15s}.keywords-module__FeoAaG__sortableHeader:hover{color:var(--text)}.keywords-module__FeoAaG__sortableHeader:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.keywords-module__FeoAaG__sortActive{color:var(--primary)!important}.keywords-module__FeoAaG__sortIcon{opacity:.5;margin-left:4px;font-size:.6875rem}.keywords-module__FeoAaG__sortIconActive{color:var(--primary);opacity:1}.keywords-module__FeoAaG__keywordsTable td{border-bottom:1px solid var(--border-light,var(--border));color:var(--text)}.keywords-module__FeoAaG__keywordCell{text-overflow:ellipsis;white-space:nowrap;max-width:0;font-weight:500;overflow:hidden}.keywords-module__FeoAaG__keywordText{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.keywords-module__FeoAaG__keywordTextContent{color:var(--text);cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;min-width:0;max-width:100%;margin:0;padding:0;font-weight:500;transition:color .15s;overflow:hidden}.keywords-module__FeoAaG__keywordTextContent:hover{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.keywords-module__FeoAaG__keywordTextContent:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}.keywords-module__FeoAaG__copyButton{color:var(--text-tertiary);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:inline-flex}.keywords-module__FeoAaG__keywordCell:hover .keywords-module__FeoAaG__copyButton{opacity:1}.keywords-module__FeoAaG__copyButton:focus-visible{opacity:1}.keywords-module__FeoAaG__copyButton:hover{background:var(--surface-alt);color:var(--text)}.keywords-module__FeoAaG__copyButton:focus-visible{opacity:1;outline:2px solid var(--primary);outline-offset:2px}.keywords-module__FeoAaG__copyButton[data-copied=true]{color:var(--success,var(--color-stormy-teal))}@media (hover:none){.keywords-module__FeoAaG__copyButton{opacity:1}}.keywords-module__FeoAaG__tableRow{transition:background .15s}.keywords-module__FeoAaG__tableRow:hover{background:var(--surface-alt)}.keywords-module__FeoAaG__tableSkeleton{flex-direction:column;gap:8px;display:flex}.keywords-module__FeoAaG__tableRowSkeleton{background:var(--surface-alt);border-radius:6px;height:48px;animation:1.5s ease-in-out infinite keywords-module__FeoAaG__pulse}.keywords-module__FeoAaG__emptyState{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.keywords-module__FeoAaG__emptyStateIcon{background:var(--surface-alt);color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.keywords-module__FeoAaG__emptyStateTitle{color:var(--text);margin:0 0 8px;font-size:1.25rem;font-weight:600}.keywords-module__FeoAaG__emptyStateText{font-size:.9375rem;line-height:var(--leading-normal);max-width:400px;margin:0 0 24px}.keywords-module__FeoAaG__emptyStateHints{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.keywords-module__FeoAaG__emptyStateHint{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:16px;padding:6px 12px;font-size:.8125rem;transition:all .15s}.keywords-module__FeoAaG__emptyStateHint:hover{background:var(--surface-alt);border-color:var(--primary);color:var(--primary)}.keywords-module__FeoAaG__errorCard{background:var(--surface);text-align:center;border-radius:12px;margin-bottom:24px;padding:24px}.keywords-module__FeoAaG__errorCard h3{color:var(--text);margin:0 0 8px;font-size:1.125rem;font-weight:600}.keywords-module__FeoAaG__errorCard p{color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem}.keywords-module__FeoAaG__retryButton{color:var(--primary);cursor:pointer;background:#ca1f7b1a;border:none;border-radius:8px;padding:10px 20px;font-size:.9375rem;font-weight:500;transition:all .15s}.keywords-module__FeoAaG__retryButton:hover{background:#ca1f7b33}.keywords-module__FeoAaG__paywallOverlay{z-index:var(--z-modal,1000);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.keywords-module__FeoAaG__paywallBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default;background:#0009;border:none;position:absolute;inset:0}.keywords-module__FeoAaG__paywallCard{background:var(--bg-elevated,var(--bg));border:1px solid var(--border);text-align:center;border-radius:16px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 25px 50px -12px #0006}.keywords-module__FeoAaG__paywallClose{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .15s;position:absolute;top:12px;right:12px}.keywords-module__FeoAaG__paywallClose:hover{background:var(--surface-alt,#0000000d);color:var(--text)}.keywords-module__FeoAaG__paywallIcon{color:var(--primary);background:linear-gradient(135deg,#ca1f7b26 0% 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.keywords-module__FeoAaG__paywallCard h3{color:var(--text);margin:0 0 8px;font-size:1.375rem;font-weight:700}.keywords-module__FeoAaG__paywallCard p{color:var(--text-secondary);font-size:.9375rem;line-height:var(--leading-normal);margin:0 0 24px}.keywords-module__FeoAaG__paywallFeatures{text-align:left;flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.keywords-module__FeoAaG__paywallFeature{color:var(--text);align-items:center;gap:12px;font-size:.9375rem;display:flex}.keywords-module__FeoAaG__paywallFeature svg{color:var(--success,var(--color-stormy-teal));flex-shrink:0}.keywords-module__FeoAaG__upgradeButton{background:linear-gradient(135deg,var(--primary)0%,var(--color-hot-rose)100%);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;width:100%;margin-bottom:12px;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.keywords-module__FeoAaG__upgradeButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ca1f7b59}.keywords-module__FeoAaG__dismissButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:10px;font-size:.875rem}.keywords-module__FeoAaG__dismissButton:hover{color:var(--text)}.keywords-module__FeoAaG__signInPrompt{background:var(--bg);border-radius:10px;flex-direction:column;align-items:center;gap:12px;margin-top:16px;padding:24px;display:flex}.keywords-module__FeoAaG__signInPrompt p{color:var(--text-secondary);text-align:center;margin:0;font-size:.9375rem}.keywords-module__FeoAaG__signInButton{color:var(--primary);cursor:pointer;background:#ca1f7b1a;border:none;border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .15s}.keywords-module__FeoAaG__signInButton:hover{background:#ca1f7b33}.keywords-module__FeoAaG__noData{color:var(--text-secondary);text-align:center;margin:0;padding:24px;font-size:.9375rem}.keywords-module__FeoAaG__skeleton{background:var(--surface-alt);animation:1.5s ease-in-out infinite keywords-module__FeoAaG__pulse}@keyframes keywords-module__FeoAaG__pulse{0%,to{box-shadow:0 0 #ca1f7b66}50%{box-shadow:0 0 0 6px #ca1f7b00}}.keywords-module__FeoAaG__tabNav{background:var(--surface-alt);border-radius:10px;gap:4px;margin-bottom:16px;padding:4px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__tabNav{border-radius:12px;gap:8px;margin-bottom:24px}}.keywords-module__FeoAaG__tabButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:.8125rem;font-weight:600;transition:all .15s;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__tabButton{gap:8px;padding:12px 20px;font-size:.875rem}}.keywords-module__FeoAaG__tabButton svg{display:none}@media (min-width:640px){.keywords-module__FeoAaG__tabButton svg{display:block}}.keywords-module__FeoAaG__tabButton:hover{background:var(--surface);color:var(--text)}.keywords-module__FeoAaG__tabButtonActive{background:linear-gradient(135deg,var(--primary)0%,var(--color-hot-rose)100%);color:#fff;box-shadow:0 2px 8px #ca1f7b4d}.keywords-module__FeoAaG__tabButtonActive:hover{background:linear-gradient(135deg,var(--primary)0%,var(--color-hot-rose)100%);color:#fff}.keywords-module__FeoAaG__tabBadge{background:#fff3;border-radius:8px;padding:2px 6px;font-size:.625rem;font-weight:700}@media (min-width:640px){.keywords-module__FeoAaG__tabBadge{border-radius:10px;padding:2px 8px;font-size:.6875rem}}.keywords-module__FeoAaG__tabButtonActive .keywords-module__FeoAaG__tabBadge{background:#ffffff40}.keywords-module__FeoAaG__tabButton:not(.keywords-module__FeoAaG__tabButtonActive) .keywords-module__FeoAaG__tabBadge{background:var(--border);color:var(--text-secondary)}.keywords-module__FeoAaG__tabSpinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite keywords-module__FeoAaG__spin}@media (min-width:640px){.keywords-module__FeoAaG__tabSpinner{width:14px;height:14px}}.keywords-module__FeoAaG__insightsTab{flex-direction:column;gap:16px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__insightsTab{gap:24px}}.keywords-module__FeoAaG__insightCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.keywords-module__FeoAaG__insightCardHeader{background:linear-gradient(135deg,var(--surface)0%,var(--surface-alt)100%);border-bottom:1px solid var(--border);padding:16px}@media (min-width:640px){.keywords-module__FeoAaG__insightCardHeader{padding:20px 24px}}.keywords-module__FeoAaG__insightCardTitle{color:var(--text);margin:0 0 4px;font-size:.9375rem;font-weight:700}@media (min-width:640px){.keywords-module__FeoAaG__insightCardTitle{font-size:1rem}}.keywords-module__FeoAaG__insightCardSubtitle{color:var(--text-secondary);margin:0;font-size:.75rem}@media (min-width:640px){.keywords-module__FeoAaG__insightCardSubtitle{font-size:.8125rem}}.keywords-module__FeoAaG__insightCardBody{padding:16px}@media (min-width:640px){.keywords-module__FeoAaG__insightCardBody{padding:24px}}.keywords-module__FeoAaG__insightLoadingNote{color:var(--text-secondary);text-align:center;margin:12px 0 0;font-size:.75rem;line-height:1.4}.keywords-module__FeoAaG__searchInterestChart{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;min-height:160px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__searchInterestChart{flex-direction:row;gap:16px;min-height:180px}}.keywords-module__FeoAaG__chartYAxis{color:var(--text-tertiary);text-align:right;flex-direction:column;justify-content:space-between;min-width:24px;height:120px;font-size:.625rem;font-weight:600;display:none}@media (min-width:640px){.keywords-module__FeoAaG__chartYAxis{min-width:28px;height:140px;font-size:.6875rem;display:flex}}.keywords-module__FeoAaG__chartArea{flex-direction:column;width:100%;max-width:100%;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__chartArea{flex:1;max-width:500px}}.keywords-module__FeoAaG__chartBars{background:linear-gradient(180deg,transparent 0%,var(--surface-alt)100%);border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-radius:0 0 4px;justify-content:space-between;align-items:flex-end;gap:2px;height:100px;padding:8px 4px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__chartBars{border-width:2px;gap:3px;height:140px;padding:8px 0}}.keywords-module__FeoAaG__chartBar{background:linear-gradient(180deg,var(--primary)0%,var(--color-hot-rose)100%);border-radius:2px 2px 0 0;flex:1;min-width:3px;max-width:10px;transition:all .15s}@media (min-width:640px){.keywords-module__FeoAaG__chartBar{border-radius:4px 4px 0 0;min-width:4px;max-width:14px}}.keywords-module__FeoAaG__chartBar:hover{filter:brightness(1.15);transform:scaleY(1.05)}.keywords-module__FeoAaG__chartBarHigh{background:linear-gradient(180deg,var(--color-stormy-teal)0%,var(--color-stormy-teal)100%)}.keywords-module__FeoAaG__chartXAxis{color:var(--text-tertiary);justify-content:space-between;padding-top:6px;font-size:.625rem;font-weight:600;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__chartXAxis{padding-top:8px;font-size:.6875rem}}.keywords-module__FeoAaG__chartStats{border-top:1px solid var(--border);flex-direction:row;justify-content:center;gap:16px;margin-top:8px;padding-top:12px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__chartStats{border-left:1px solid var(--border);border-top:none;flex-direction:column;gap:8px;margin-top:0;margin-left:16px;padding-top:0;padding-left:16px}}.keywords-module__FeoAaG__chartStat{flex-direction:column;align-items:center;display:flex}.keywords-module__FeoAaG__chartStatValue{color:var(--primary);font-size:1.25rem;font-weight:700}@media (min-width:640px){.keywords-module__FeoAaG__chartStatValue{font-size:1.5rem}}.keywords-module__FeoAaG__chartStatLabel{color:var(--text-tertiary);letter-spacing:.5px;text-transform:uppercase;font-size:.625rem}@media (min-width:640px){.keywords-module__FeoAaG__chartStatLabel{font-size:.6875rem}}.keywords-module__FeoAaG__chartCaption{color:var(--text-tertiary);text-align:center;margin:12px 0 0;font-size:.6875rem}@media (min-width:640px){.keywords-module__FeoAaG__chartCaption{margin:16px 0 0;font-size:.75rem}}.keywords-module__FeoAaG__noInsightData{color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 16px;display:flex}@media (min-width:640px){.keywords-module__FeoAaG__noInsightData{gap:12px;padding:40px 24px}}.keywords-module__FeoAaG__noInsightData svg{opacity:.5;width:32px;height:32px}@media (min-width:640px){.keywords-module__FeoAaG__noInsightData svg{width:40px;height:40px}}.keywords-module__FeoAaG__noInsightData p{margin:0;font-size:.8125rem}@media (min-width:640px){.keywords-module__FeoAaG__noInsightData p{font-size:.875rem}}.keywords-module__FeoAaG__risingBadge{background:var(--success-light,#10b9811a);color:var(--success,var(--color-stormy-teal));border-radius:4px;align-items:center;gap:4px;margin-left:8px;padding:2px 6px;font-size:.6875rem;font-weight:600;display:inline-flex}.keywords-module__FeoAaG__risingBadgeIcon{width:10px;height:10px}.keywords-module__FeoAaG__trendingSection{margin-bottom:var(--space-8);padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.keywords-module__FeoAaG__trendingHeader{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.keywords-module__FeoAaG__trendingHeaderLeft{align-items:center;gap:var(--space-3);display:flex}.keywords-module__FeoAaG__trendingPulse{background:var(--color-hot-rose);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite keywords-module__FeoAaG__pulse;display:block}.keywords-module__FeoAaG__trendingTitle{color:var(--color-imperial-blue);font-size:var(--text-base);font-weight:var(--font-bold);letter-spacing:-.01em;margin:0}.keywords-module__FeoAaG__trendingMeta{color:var(--text-tertiary);font-size:var(--text-xs)}.keywords-module__FeoAaG__trendingIcon{color:var(--color-hot-rose)}.keywords-module__FeoAaG__trendingFeatured{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.keywords-module__FeoAaG__trendingFeatured{grid-template-columns:1fr 1fr 1fr}}.keywords-module__FeoAaG__trendingFeaturedCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;gap:var(--space-2);padding:var(--space-4)var(--space-4)var(--space-3);text-align:left;flex-direction:column;width:100%;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.keywords-module__FeoAaG__trendingFeaturedCard:hover{border-color:var(--color-cool-sky);transform:translateY(-2px);box-shadow:0 8px 24px #222a680f}.keywords-module__FeoAaG__featuredTop{justify-content:space-between;align-items:center;display:flex}.keywords-module__FeoAaG__featuredRank{background:var(--color-imperial-blue);color:var(--text-inverse);font-size:11px;font-weight:var(--font-bold);border-radius:6px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;display:flex}.keywords-module__FeoAaG__featuredRankGold{background:linear-gradient(135deg,var(--color-hot-rose),#e84393)}.keywords-module__FeoAaG__featuredTraffic{color:var(--text-tertiary);font-family:var(--font-mono);font-size:11px;font-weight:var(--font-medium)}.keywords-module__FeoAaG__featuredQuery{-webkit-line-clamp:2;color:var(--color-imperial-blue);font-size:var(--text-sm);font-weight:var(--font-bold);letter-spacing:-.01em;margin:var(--space-1)0 0;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.keywords-module__FeoAaG__featuredBarTrack{background:var(--surface-alt);border-radius:var(--radius-full);height:4px;margin-top:var(--space-1);width:100%;overflow:hidden}.keywords-module__FeoAaG__featuredBarFill{background:linear-gradient(90deg,var(--color-cool-sky),var(--color-stormy-teal));border-radius:var(--radius-full);height:100%;animation:.8s cubic-bezier(.16,1,.3,1) both keywords-module__FeoAaG__barGrow}@keyframes keywords-module__FeoAaG__barGrow{0%{width:0}}.keywords-module__FeoAaG__featuredRelated{margin-top:var(--space-1);flex-wrap:wrap;gap:4px;display:flex}.keywords-module__FeoAaG__featuredTag{background:var(--color-lavender-mist);color:var(--color-imperial-blue);font-size:10px;font-weight:var(--font-medium);border-radius:4px;padding:2px 7px}.keywords-module__FeoAaG__featuredHeadline{-webkit-line-clamp:1;color:var(--text-tertiary);margin:var(--space-1)0 0;-webkit-box-orient:vertical;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.keywords-module__FeoAaG__trendingList{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1px;display:flex;overflow:hidden}.keywords-module__FeoAaG__trendingListItem{background:var(--surface);cursor:pointer;align-items:center;gap:var(--space-3);padding:10px var(--space-4);text-align:left;border:none;width:100%;transition:background .12s;display:flex}.keywords-module__FeoAaG__trendingListItem:hover{background:var(--color-lavender-mist)}.keywords-module__FeoAaG__listRank{color:var(--text-tertiary);font-family:var(--font-mono);font-size:11px;font-weight:var(--font-medium);text-align:right;flex-shrink:0;min-width:18px}.keywords-module__FeoAaG__listQuery{color:var(--color-imperial-blue);font-size:var(--text-sm);font-weight:var(--font-medium);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.keywords-module__FeoAaG__listBarTrack{background:var(--surface-alt);border-radius:var(--radius-full);flex-shrink:0;width:80px;height:4px;overflow:hidden}@media (min-width:640px){.keywords-module__FeoAaG__listBarTrack{width:120px}}.keywords-module__FeoAaG__listBarFill{background:linear-gradient(90deg,var(--color-cool-sky),var(--color-cool-sky));border-radius:var(--radius-full);height:100%;animation:.6s cubic-bezier(.16,1,.3,1) both keywords-module__FeoAaG__barGrow}.keywords-module__FeoAaG__listTraffic{color:var(--text-tertiary);font-family:var(--font-mono);text-align:right;flex-shrink:0;min-width:50px;font-size:11px}.keywords-module__FeoAaG__skeletonFeatured{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.keywords-module__FeoAaG__skeletonListItem{background:var(--surface);align-items:center;gap:var(--space-3);padding:10px var(--space-4);display:flex}.keywords-module__FeoAaG__skeletonLine{background:var(--surface-alt);border-radius:4px;animation:1.5s ease-in-out infinite keywords-module__FeoAaG__skeletonPulse}@keyframes keywords-module__FeoAaG__skeletonPulse{0%,to{opacity:.4}50%{opacity:.7}}
