@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--primary-color);text-decoration:inherit}a:hover{color:var(--primary-hover)}body,html{padding:0;margin:0;width:100%;height:100%;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:var(--border-radius);border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color var(--transition-base);background-color:var(--button-bg-dark)}button:hover{border-color:var(--primary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.ant-btn-color-primary{background:var(--gradient-primary)!important;border-color:var(--gradient-primary)!important;font-size:16px;font-weight:500}.ant-btn-color-primary:hover,.ant-btn-color-primary:focus{background:var(--gradient-primary)!important;border-color:var(--gradient-primary)!important;opacity:.85!important}.ant-tabs-nav .ant-tabs-tab{font-size:15px;font-weight:500}#root{height:100%;width:100%;overflow:hidden}.App{text-align:left;height:100%;width:100%;overflow:hidden}main{padding:0 var(--padding-base)}main h1{color:var(--text-color-light);margin-bottom:var(--padding-base)}main p{line-height:1.6;margin-bottom:var(--padding-base)}.card{background:#fff;border-radius:var(--border-radius);padding:var(--padding-base);box-shadow:0 2px 8px #0000001a}.read-the-docs{color:var(--text-muted)}.sidenav{width:240px;height:100vh;background:#fff;color:#e2e8f0;position:fixed;left:0;top:0;z-index:1000;display:flex;flex-direction:column;border-right:1px solid #e2e8f0}.sidenav .sidenav-header{padding:20px 16px}.sidenav .sidenav-header .sidenav-logo{display:flex;align-items:center;gap:12px;padding:5px 0}.sidenav .sidenav-header .sidenav-logo img{max-width:120px;height:auto}.sidenav .sidenav-footer-button{display:flex;align-items:center;gap:12px;padding:8px 12px;color:#484d55;text-decoration:none;transition:all .15s ease;border-radius:6px;font-size:14px;margin:10px 15px}.sidenav .sidenav-footer{padding:8px}.sidenav .sidenav-footer .upgrade-trigger-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:var(--gradient-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #f43f5e33}.sidenav .sidenav-footer .upgrade-trigger-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #f43f5e40}.sidenav .sidenav-footer .upgrade-trigger-button:active{transform:translateY(0)}.sidenav .sidenav-footer .upgrade-trigger-button svg{color:#fbbf24}.sidenav .sidenav-nav{flex:1;padding:8px 0;display:flex;flex-direction:column}.sidenav .sidenav-nav .nav-section{margin-bottom:12px}.sidenav .sidenav-nav .nav-section:last-child{margin-bottom:0}.sidenav .sidenav-nav .nav-section .nav-group-header{padding:0 20px;margin-bottom:4px;display:flex;gap:10px;align-items:center;margin-top:25px}.sidenav .sidenav-nav .nav-section .nav-group-header .nav-group-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.sidenav .sidenav-nav .nav-section .nav-group-header .group-divider{width:100%;height:1px;background:#e2e8f0;margin:4px 0;display:none}.sidenav .sidenav-nav .nav-list{list-style:none;margin:0;padding:0 8px}.sidenav .sidenav-nav .nav-list .nav-divider{height:1px;background:#e2e8f0;margin:10px}.sidenav .sidenav-nav .nav-list .nav-item{margin-bottom:2px}.sidenav .sidenav-nav .nav-list .nav-item.active .nav-link{background-color:#f8fafc;color:#1f2937;font-weight:500;border:1px solid #f1f1f1;color:#000}.sidenav .sidenav-nav .nav-list .nav-item.active .nav-link .nav-icon{color:#374151}.sidenav .sidenav-nav .nav-list .nav-item.active .nav-link:hover{background-color:#f8fafc}.sidenav .sidenav-nav .nav-list .nav-item .nav-link{display:flex;align-items:center;gap:12px;padding:6.5px 12px;color:#484d55;text-decoration:none;transition:all .15s ease;border-radius:6px;font-size:13px;border:1px solid transparent;font-family:500}.sidenav .sidenav-nav .nav-list .nav-item .nav-link:hover{background-color:#f9fafb;color:#1e293b}.sidenav .sidenav-nav .nav-list .nav-item .nav-link:hover .nav-icon{color:#374151}.sidenav .sidenav-nav .nav-list .nav-item .nav-link .nav-icon{color:#6b7280;transition:color .15s ease;flex-shrink:0}.sidenav .sidenav-nav .nav-list .nav-item .nav-link .nav-text{font-size:14px;font-weight:500;line-height:1.25;position:relative}.sidenav .sidenav-nav .nav-list .nav-item .nav-link.disabled{pointer-events:none;opacity:.6;cursor:not-allowed}.sidenav .sidenav-nav .nav-list .nav-item .nav-link.disabled:hover{background-color:transparent;color:#484d55}.sidenav .sidenav-nav .nav-list .nav-item .nav-link.disabled:hover .nav-icon{color:#6b7280}.sidenav .sidenav-nav .nav-list .nav-item.coming-soon .nav-link{justify-content:space-between}.sidenav .sidenav-nav .nav-list .nav-item.coming-soon .nav-link .coming-soon-badge{font-size:10px;padding:2px 6px;background:#f1f5f9;color:#64748b;border-radius:4px;font-weight:600;letter-spacing:.2px;text-transform:uppercase;border:1px solid #e2e8f0;flex-shrink:0}.sidenav .reddit-prompt-card{margin:12px 8px 16px;padding:12px;background:var(--gradient-light-bg-alt);border-radius:8px;position:relative;border:1px solid var(--border-color)}.sidenav .reddit-prompt-card .prompt-dismiss{position:absolute;top:8px;right:8px;background:#fff3;border:none;border-radius:4px;color:#222;cursor:pointer;padding:4px;transition:background .2s;display:none}.sidenav .reddit-prompt-card .prompt-dismiss:hover{background:#ffffff4d}.sidenav .reddit-prompt-card .reddit-prompt-content{display:flex;align-items:flex-start;gap:4px;margin-bottom:12px}.sidenav .reddit-prompt-card .reddit-prompt-content .reddit-icon{display:flex;align-items:center;justify-content:center;width:32px;height:26px;background:#fff3;border-radius:50%;flex-shrink:0}.sidenav .reddit-prompt-card .reddit-prompt-content .prompt-text{flex:1}.sidenav .reddit-prompt-card .reddit-prompt-content .prompt-text h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#222;line-height:1.2}.sidenav .reddit-prompt-card .reddit-prompt-content .prompt-text p{margin:0;font-size:12px;color:#333;line-height:1.3;opacity:.86}.sidenav .reddit-prompt-card .connect-reddit-btn{display:flex;align-items:center;gap:6px;background:var(--gradient-primary);color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;justify-content:center;outline:none;box-shadow:none}.sidenav .reddit-prompt-card .connect-reddit-btn:hover{background:var(--gradient-primary);opacity:.7}.sidenav .reddit-prompt-card.connected{padding:14px;background:#fffc;border:1px solid rgba(244,63,94,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidenav .reddit-prompt-card.connected .reddit-connected-header{margin-bottom:14px}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info{display:flex;align-items:center;gap:10px}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .reddit-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 2px 6px #00000014}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .reddit-avatar img{width:100%;height:100%;object-fit:cover}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .reddit-avatar .avatar-placeholder{width:100%;height:100%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details{flex:1}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .username{font-size:14px;font-weight:600;color:#111827;line-height:1.2;margin-bottom:3px}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .account-status{display:flex;align-items:center;gap:5px;font-size:11px;color:#6b7280}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .account-status .status-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .account-status .status-dot.healthy{background:#10b981;box-shadow:0 0 0 1px #10b98133}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .account-status .status-dot.moderate{background:#f59e0b;box-shadow:0 0 0 1px #f59e0b33}.sidenav .reddit-prompt-card.connected .reddit-connected-header .reddit-user-info .user-details .account-status .status-dot.low{background:#ef4444;box-shadow:0 0 0 1px #ef444433}.sidenav .reddit-prompt-card.connected .reddit-karma-section{background:#f43f5e08;border:1px solid rgba(244,63,94,.08);border-radius:10px;padding:10px 12px;margin-bottom:14px}.sidenav .reddit-prompt-card.connected .reddit-karma-section .karma-inline{display:flex;align-items:center;justify-content:space-between}.sidenav .reddit-prompt-card.connected .reddit-karma-section .karma-inline .karma-header{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:11px;font-weight:500}.sidenav .reddit-prompt-card.connected .reddit-karma-section .karma-inline .karma-header svg{color:var(--primary-color);width:14px;height:14px}.sidenav .reddit-prompt-card.connected .reddit-karma-section .karma-inline .karma-value{font-size:16px;font-weight:700;color:#111827;line-height:1}.sidenav .reddit-prompt-card.connected .reddit-insights{margin-bottom:14px}.sidenav .reddit-prompt-card.connected .reddit-insights .insight-item{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:11px;color:#374151;line-height:1.3}.sidenav .reddit-prompt-card.connected .reddit-insights .insight-item:last-child{border-bottom:none}.sidenav .reddit-prompt-card.connected .reddit-insights .insight-item svg{color:#9ca3af;flex-shrink:0;width:12px;height:12px}.sidenav .reddit-prompt-card.connected .reddit-insights .insight-item span{font-weight:500}.sidenav .reddit-prompt-card.connected .reddit-analytics-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;background:var(--gradient-primary);color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #f43f5e33;box-sizing:border-box}.sidenav .reddit-prompt-card.connected .reddit-analytics-btn svg{width:13px;height:13px}.sidenav .reddit-prompt-card.connected .reddit-analytics-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #f43f5e40}.sidenav .reddit-prompt-card.connected .reddit-analytics-btn:active{transform:translateY(0)}@media (max-width: 768px){.sidenav{width:100%;transform:translate(-100%);transition:transform .3s}.sidenav.open{transform:translate(0)}}.header{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-left:240px;position:fixed;top:0;left:0;right:0;z-index:999}.header .header-left{display:flex;align-items:center;gap:8px}.header .header-left .mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#64748b}.header .header-left .mobile-menu-btn:hover{background:#f1f5f9}@media (max-width: 768px){.header .header-left .mobile-menu-btn{display:flex;align-items:center}}.header .header-left .vertical-bar-divider{height:20px;width:1px;background:#e2e8f0;margin:0 6px}.header .header-left .project-config-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#64748b;transition:all .15s ease;justify-content:center;font-size:13px;display:flex;align-items:center;gap:8px;outline:none}.header .header-left .project-config-btn:hover{background:#f1f5f9;color:#3b82f6}.header .header-left .header-search{position:relative;width:320px}.header .header-left .header-search .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.header .header-left .header-search .search-input{width:100%;padding:8px 12px 8px 38px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:all .15s ease}.header .header-left .header-search .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.header .header-left .header-search .search-input::placeholder{color:#94a3b8}.header .reddit-connect-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid #ff4500;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#222}.header .reddit-connect-btn:hover{background:#ff5722;border-color:#ff5722;transform:translateY(-1px)}.header .reddit-connect-btn.connected{background:#10b981;border-color:#10b981}.header .reddit-connect-btn.connected:hover{background:#059669;border-color:#059669}@media (max-width: 768px){.header .reddit-connect-btn .reddit-btn-text{display:none}}.header .header-right{display:flex;align-items:center;gap:12px}.header .header-right .header-btn{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#64748b;transition:background-color .15s ease}.header .header-right .header-btn:hover{background:#f1f5f9}.header .header-right .notification-btn .notification-badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1}.header .header-right .notifications-dropdown{position:relative}.header .header-right .notifications-dropdown .notifications-panel{position:absolute;top:100%;right:0;width:380px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:4px;z-index:1000;max-height:480px;overflow:hidden}.header .header-right .notifications-dropdown .notifications-panel .notifications-header{padding:16px 20px 12px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.header .header-right .notifications-dropdown .notifications-panel .notifications-header h3{font-size:16px;font-weight:600;color:#0f172a;margin:0}.header .header-right .notifications-dropdown .notifications-panel .notifications-header .mark-all-read{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .15s ease}.header .header-right .notifications-dropdown .notifications-panel .notifications-header .mark-all-read:hover{background:#eff6ff}.header .header-right .notifications-dropdown .notifications-panel .notifications-list{max-height:360px;overflow-y:auto}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item{padding:12px 20px;border-bottom:1px solid #f8fafc;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:flex-start;gap:12px}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item:hover{background:#f8fafc}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item.unread{background:#fefce8;border-left:3px solid #eab308}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item.unread:hover{background:#fef3c7}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item:last-child{border-bottom:none}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item .notification-icon{width:32px;height:32px;border-radius:6px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item .notification-content{flex:1;min-width:0}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item .notification-content h4{font-size:14px;font-weight:500;color:#0f172a;margin:0 0 4px;line-height:1.25}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item .notification-content p{font-size:13px;color:#64748b;margin:0 0 6px;line-height:1.4}.header .header-right .notifications-dropdown .notifications-panel .notifications-list .notification-item .notification-content .notification-time{font-size:12px;color:#94a3b8;line-height:1.25}.header .header-right .notifications-dropdown .notifications-panel .notifications-footer{padding:12px 20px;border-top:1px solid #f1f5f9}.header .header-right .notifications-dropdown .notifications-panel .notifications-footer .view-all-btn{width:100%;background:none;border:none;color:#3b82f6;font-size:13px;font-weight:500;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.header .header-right .notifications-dropdown .notifications-panel .notifications-footer .view-all-btn:hover{background:#eff6ff}.header .header-right .user-dropdown{position:relative}.header .header-right .user-dropdown .user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background-color .15s ease;margin-left:8px;background:none;border:none;outline:none}.header .header-right .user-dropdown .user-profile:hover{background:#f1f5f9}.header .header-right .user-dropdown .user-profile .user-avatar{width:32px;height:32px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}.header .header-right .user-dropdown .user-profile .user-avatar.large{width:40px;height:40px;font-size:16px}.header .header-right .user-dropdown .user-profile .user-info{display:flex;flex-direction:column}.header .header-right .user-dropdown .user-profile .user-info .user-name{font-size:14px;font-weight:500;color:#0f172a;line-height:1.25}.header .header-right .user-dropdown .user-profile .user-info .user-role{font-size:12px;color:#64748b;line-height:1.25}.header .header-right .user-dropdown .user-profile .dropdown-icon{color:#64748b;transition:transform .15s ease;margin-left:4px}.header .header-right .user-dropdown .user-profile .dropdown-icon.open{transform:rotate(180deg)}.header .header-right .user-dropdown .user-dropdown-panel{position:absolute;top:100%;right:0;width:280px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:4px;z-index:1000}.header .header-right .user-dropdown .user-dropdown-panel .user-dropdown-header{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}.header .header-right .user-dropdown .user-dropdown-panel .user-dropdown-header .user-avatar{width:40px;height:40px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:600}.header .header-right .user-dropdown .user-dropdown-panel .user-dropdown-header .user-details{flex:1;display:flex;flex-direction:column}.header .header-right .user-dropdown .user-dropdown-panel .user-dropdown-header .user-details .user-name{font-size:15px;font-weight:600;color:#0f172a;line-height:1.25;margin-bottom:2px}.header .header-right .user-dropdown .user-dropdown-panel .user-dropdown-header .user-details .user-email{font-size:13px;color:#64748b;line-height:1.25}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items{padding:8px 0}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item{width:100%;background:none;border:none;padding:12px 20px;text-align:left;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;gap:12px;color:#0f172a;font-size:14px}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item:hover{background:#f8fafc}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item:first-child{border-top-left-radius:7px;border-top-right-radius:7px}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item:last-child{border-bottom-left-radius:7px;border-bottom-right-radius:7px;color:#dc2626}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item:last-child:hover{background:#fef2f2}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item svg{color:#64748b}.header .header-right .user-dropdown .user-dropdown-panel .user-menu-items .user-menu-item:last-child svg{color:#dc2626}.header .header-right .user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background-color .15s ease;margin-left:8px}.header .header-right .user-profile:hover{background:#f1f5f9}.header .header-right .user-profile .user-avatar{width:32px;height:32px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}.header .header-right .user-profile .user-info{display:flex;flex-direction:column}.header .header-right .user-profile .user-info .user-name{font-size:14px;font-weight:500;color:#0f172a;line-height:1.25}.header .header-right .user-profile .user-info .user-role{font-size:12px;color:#64748b;line-height:1.25}@media (max-width: 768px){.header{margin-left:0;padding:0 16px}.header .header-left .header-search{width:auto;flex:1;margin-left:8px;max-width:200px}.header .header-left .header-search .search-input{font-size:14px}.header .header-right{gap:8px}.header .header-right .user-info{display:none}}@media (min-width: 769px) and (max-width: 1024px){.header{margin-left:0}}.project-selector{position:relative}.project-selector .project-selector-btn{display:flex;align-items:center;gap:8px;background:#fff;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;transition:all .15s ease;outline:none}.project-selector .project-selector-btn:hover{border-color:#d1d5db;background:#f9fafb}.project-selector .project-selector-btn:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 1px #9ca3af1a}.project-selector .project-selector-btn:disabled{opacity:.5;cursor:not-allowed}.project-selector .project-selector-btn .project-avatar{display:flex;align-items:center;justify-content:center}.project-selector .project-selector-btn .project-avatar .loading-avatar{width:24px;height:24px;border-radius:4px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.project-selector .project-selector-btn .project-avatar .loading-avatar .loading-dot{width:4px;height:4px;background:#6b7280;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.project-selector .project-selector-btn .project-avatar .project-initial{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.project-selector .project-selector-btn .project-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.project-selector .project-selector-btn .project-info .loading-content .project-name{font-size:14px;font-weight:400;color:#9ca3af}.project-selector .project-selector-btn .project-info .project-name{font-size:14px;font-weight:500;color:#374151;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-selector .project-selector-btn .project-info .project-meta .project-type{font-size:12px;color:#9ca3af;line-height:1.25;text-transform:capitalize;font-weight:400}.project-selector .project-selector-btn .project-info .project-meta .project-count{display:none}.project-selector .project-selector-btn .project-info .empty-state .project-name{color:#9ca3af;font-weight:400}.project-selector .project-selector-btn .project-info .empty-state .project-subtitle{display:none}.project-selector .project-selector-btn .dropdown-icon{color:#9ca3af;transition:transform .15s ease}.project-selector .project-selector-btn .dropdown-icon.open{transform:rotate(180deg)}.project-selector .project-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:4px;z-index:1000;max-height:300px;overflow:hidden;min-width:250px}.project-selector .project-dropdown .projects-header{padding:10px 15px;display:flex;align-items:center;font-size:13px;justify-content:space-between;border-bottom:1px solid #dadad7;opacity:.5;color:#000;background:#f6f6f6}.project-selector .project-dropdown .project-dropdown-header{padding:8px;margin-bottom:0}.project-selector .project-dropdown .project-dropdown-header .dropdown-title{font-size:13px;font-weight:500;color:#374151;display:block;margin-bottom:2px}.project-selector .project-dropdown .project-dropdown-header .project-total{font-size:12px;color:#9ca3af;font-weight:400}.project-selector .project-dropdown .project-list{max-height:200px;overflow-y:auto;padding:4px 0}.project-selector .project-dropdown .project-dropdown-divider{height:1px;background:#f3f4f6;margin:4px 0}.project-selector .project-dropdown .project-option{width:100%;background:none;border:none;padding:8px 16px;text-align:left;cursor:pointer;transition:background-color .15s ease;display:flex;align-items:center;gap:8px;position:relative;outline:none;box-shadow:none}.project-selector .project-dropdown .project-option:hover{background:#f9fafb}.project-selector .project-dropdown .project-option.selected .project-option-name{font-weight:600!important}.project-selector .project-dropdown .project-option.selected .selected-indicator{color:#dc2626}.project-selector .project-dropdown .project-option.create-project-btn{border-top:1px solid #f1f1f1;border-radius:0;outline:none;box-shadow:none}.project-selector .project-dropdown .project-option.create-project-btn:hover{background:#f9fafb}.project-selector .project-dropdown .project-option.create-project-btn .project-option-name{font-weight:400;color:#374151}.project-selector .project-dropdown .project-option.create-project-btn .project-option-subtitle{display:none}.project-selector .project-dropdown .project-option.create-project-btn .create-btn-avatar{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:none;border:none}.project-selector .project-dropdown .project-option.create-project-btn .create-btn-avatar .plus-icon{background:none;display:flex;align-items:center;justify-content:center}.project-selector .project-dropdown .project-option .project-option-avatar .project-initial{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.project-selector .project-dropdown .project-option .project-option-info{flex:1;display:flex;flex-direction:column;min-width:0;font-size:14px}.project-selector .project-dropdown .project-option .project-option-info .project-option-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-selector .project-dropdown .project-option .project-option-info .project-option-main .project-option-name{font-size:14px;font-weight:400;color:#374151;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.project-selector .project-dropdown .project-option .project-option-info .project-option-main .selected-indicator{color:#dc2626;flex-shrink:0}.project-selector .project-dropdown .project-option .project-option-info .project-option-meta .project-option-type{font-size:12px;color:#9ca3af;line-height:1.25;text-transform:capitalize;font-weight:400}.project-selector .project-dropdown .project-option .project-option-info .project-option-meta .project-website{display:none}@media (max-width: 768px){.project-selector .project-selector-btn{min-width:160px;padding:6px 10px;gap:6px}.project-selector .project-selector-btn .project-avatar .project-initial{width:20px;height:20px;font-size:10px}.project-selector .project-selector-btn .project-avatar .loading-avatar{width:20px;height:20px}.project-selector .project-selector-btn .project-info .project-name{font-size:13px}.project-selector .project-selector-btn .project-info .project-meta .project-type{font-size:11px}.project-selector .project-dropdown .project-dropdown-header{padding:10px 12px 6px}.project-selector .project-dropdown .project-dropdown-header .dropdown-title{font-size:12px}.project-selector .project-dropdown .project-dropdown-header .project-total{font-size:11px}.project-selector .project-dropdown .project-option{padding:6px 12px;gap:6px}.project-selector .project-dropdown .project-option .project-option-avatar .project-initial{width:20px;height:20px;font-size:10px}.project-selector .project-dropdown .project-option .create-btn-avatar{width:20px!important;height:20px!important}.project-selector .project-dropdown .project-option .create-btn-avatar .plus-icon{font-size:12px}.project-selector .project-dropdown .project-option .project-option-info .project-option-main .project-option-name{font-size:13px}.project-selector .project-dropdown .project-option .project-option-info .project-option-main .selected-indicator svg{width:12px;height:12px}.project-selector .project-dropdown .project-option .project-option-info .project-option-meta .project-option-type{font-size:11px}}.trial-status{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;background:#fff;border:1px solid var(--secondary-hover);transition:all .2s ease}.trial-status.active{border-color:var(--secondary-hover)}.trial-status.active .trial-status-icon svg{color:var(--secondary-hover)}.trial-status.active .trial-status-text{color:var(--secondary-hover)}.trial-status.urgent{border-color:#f59e0b;background:#fffbeb}.trial-status.urgent .trial-status-icon svg{color:#f59e0b;animation:pulse 2s infinite}.trial-status.urgent .trial-status-text{color:#d97706;font-weight:600}.trial-status.trial-expired{border-color:#ef4444;background:#fef2f2}.trial-status.trial-expired .trial-status-icon svg{color:#ef4444}.trial-status.trial-expired .trial-status-text{color:#dc2626;font-weight:600}.trial-status .trial-status-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.trial-status .trial-status-content{display:flex;align-items:center;gap:8px;min-width:0}.trial-status .trial-status-text{font-size:13px;font-weight:500;color:#374151;white-space:nowrap}.trial-status .trial-status-button{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.trial-status .trial-status-button.normal{background:var(--gradient-primary);color:#fff}.trial-status .trial-status-button.normal:hover{background:var(--gradient-primary);opacity:.9;transform:translateY(-1px)}.trial-status .trial-status-button.urgent{background:#f59e0b;color:#fff}.trial-status .trial-status-button.urgent:hover{background:#d97706;transform:translateY(-1px)}.trial-status .trial-status-button.expired{background:#ef4444;color:#fff}.trial-status .trial-status-button.expired:hover{background:#dc2626;transform:translateY(-1px)}.trial-status .trial-status-button svg{flex-shrink:0}.trial-status:hover{box-shadow:0 4px 8px #00000026}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.trial-status{padding:6px 8px;gap:6px}.trial-status .trial-status-text{font-size:12px}.trial-status .trial-status-button{padding:3px 6px;font-size:11px}.trial-status .trial-status-button svg{width:12px;height:12px}}.feed-column-card{background:#fff;border:1px solid #e5e7eb;border-radius:var(--border-radius);padding:12px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.feed-column-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #f43f5e1a;transform:translateY(-1px)}.feed-column-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px}.feed-column-card .card-header .subreddit-info{display:flex;align-items:center;gap:4px}.feed-column-card .card-header .subreddit-info .subreddit-indicator{width:8px;height:8px;border-radius:50%}.feed-column-card .card-header .subreddit-info .subreddit-name{font-weight:500;color:var(--text-color-light)}.feed-column-card .card-header .post-time{display:flex;align-items:center;gap:3px;color:var(--text-muted)}.feed-column-card .card-header .post-time span{font-size:10px}.feed-column-card .post-title{margin-bottom:8px}.feed-column-card .post-title h4{margin:0;font-size:13px;font-weight:600;line-height:1.3;color:var(--text-color-light);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.feed-column-card .post-content{margin-bottom:10px}.feed-column-card .post-content p{margin:0;font-size:12px;line-height:1.4;color:#6b7280;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.feed-column-card .post-stats{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:8px;font-size:11px}.feed-column-card .post-stats .stat-item{display:flex;align-items:center;gap:3px;color:var(--text-muted)}.feed-column-card .post-stats .stat-item.upvotes{color:#f97316}.feed-column-card .post-stats .stat-item.upvotes svg{color:#f97316}.feed-column-card .post-stats .stat-item.comments{color:#3b82f6}.feed-column-card .post-stats .stat-item.comments svg{color:#3b82f6}.feed-column-card .post-stats .stat-item span{font-weight:500}.feed-column-card .post-stats .author-info{display:flex;align-items:center;gap:3px;color:var(--text-muted);font-size:10px}.feed-column-card .post-stats .author-info span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-column-card .post-stats .relevant-info{margin-left:auto;font-size:10px;font-weight:500;text-align:right;width:100px;overflow:hidden}.feed-column-card .card-actions{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .2s ease}.feed-column-card .card-actions .external-link-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#ffffffe6;color:var(--text-muted);border-radius:4px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;padding:0}.feed-column-card .card-actions .external-link-btn:hover{background:#fff;color:var(--primary-color);box-shadow:0 2px 6px #00000026}.feed-column-card:hover .card-actions{opacity:1}.feed-column-card .engagement-badge{position:absolute;top:6px;left:6px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;border-radius:50%;background:#ffffffe6;box-shadow:0 1px 3px #0000001a}.feed-column-card .engagement-badge.trending{left:26px}.feed-column-card .engagement-badge.awarded{left:46px}.feed-column-card.highlighted{border-color:var(--secondary-color);background:var(--gradient-light-bg-alt-alt)}.feed-column-card.new-post{position:relative}.feed-column-card.new-post:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--primary-color)}@media (max-width: 320px){.feed-column-card{padding:10px}.feed-column-card .post-title h4{font-size:12px}.feed-column-card .post-content p{font-size:11px}.feed-column-card .post-stats{font-size:10px}}.feed-column{display:flex;flex-direction:column;background:#fff;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000001a;position:relative;-webkit-user-select:none;user-select:none;cursor:grab;transition:transform .2s ease,box-shadow .2s ease;width:320px}.feed-column:hover{box-shadow:0 4px 12px #0000001a}.feed-column:active{cursor:grabbing}.feed-column.drag-over-left{transform:translate(8px)}.feed-column.drag-over-right{transform:translate(-8px)}.feed-column .column-header{padding:12px;border:1px solid rgba(229,231,235,.6588235294);background:#f9fafb;border-radius:var(--border-radius) var(--border-radius) 0 0}.feed-column .column-header .header-top{display:flex;align-items:flex-start;gap:8px;margin-bottom:0}.feed-column .column-header .header-top .drag-handle{padding:4px 0;color:var(--text-muted);cursor:grab;opacity:.5;transition:opacity .2s ease}.feed-column .column-header .header-top .drag-handle:hover{opacity:1}.feed-column .column-header .header-top .feed-info{flex:1;min-width:0}.feed-column .column-header .header-top .feed-info .feed-name{display:flex;align-items:center;gap:8px;margin-bottom:4px}.feed-column .column-header .header-top .feed-info .feed-name h3{margin:0;font-size:14px;font-weight:600;color:var(--text-color-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.feed-column .column-header .header-top .feed-info .feed-name .feed-status{display:flex;align-items:center;gap:4px}.feed-column .column-header .header-top .feed-info .feed-name .feed-status .status-indicator{width:6px;height:6px;border-radius:50%}.feed-column .column-header .header-top .feed-info .feed-name .feed-status span{font-size:11px;color:var(--text-muted);text-transform:capitalize}.feed-column .column-header .header-top .feed-info .feed-stats{display:flex;align-items:center;gap:8px;margin-top:10px;margin-bottom:0}.feed-column .column-header .header-top .feed-info .feed-stats .posts-count{font-size:12px;color:var(--text-muted)}.feed-column .column-header .header-top .feed-info .feed-stats .new-posts-badge .ant-badge-count{font-size:10px;min-width:16px;height:16px;line-height:16px;background:var(--primary-color)}.feed-column .column-header .header-top .last-updated{font-size:11px;color:var(--text-muted);margin-left:auto}.feed-column .column-header .header-top .header-actions{display:flex;align-items:center;gap:4px;position:absolute;right:10px;top:15px}.feed-column .column-header .header-top .header-actions .refresh-btn,.feed-column .column-header .header-top .header-actions .settings-btn,.feed-column .column-header .header-top .header-actions .menu-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--text-muted);border-radius:4px;cursor:pointer;transition:all .2s ease;padding:0;outline:none}.feed-column .column-header .header-top .header-actions .refresh-btn:hover,.feed-column .column-header .header-top .header-actions .settings-btn:hover,.feed-column .column-header .header-top .header-actions .menu-btn:hover{background:#0000000d;color:var(--text-color-light)}.feed-column .column-header .header-top .header-actions .refresh-btn.refreshing,.feed-column .column-header .header-top .header-actions .settings-btn.refreshing,.feed-column .column-header .header-top .header-actions .menu-btn.refreshing{animation:spin 1s linear infinite}.feed-column .column-content{flex:1;overflow-y:auto;max-height:calc(100vh - 220px)}.feed-column .column-content .loading-posts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:var(--text-muted)}.feed-column .column-content .loading-posts .loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.feed-column .column-content .loading-posts p{margin:0;font-size:13px}.feed-column .column-content .empty-posts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;text-align:center;color:var(--text-muted)}.feed-column .column-content .empty-posts p{margin:0 0 4px;font-size:14px;font-weight:500}.feed-column .column-content .empty-posts span{font-size:12px;opacity:.8}.feed-column .column-content .posts-list{padding:8px;display:flex;flex-direction:column;gap:8px}.feed-column .resize-handle{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;background:transparent;z-index:10}.feed-column .resize-handle:hover:after{content:"";position:absolute;top:0;left:3px;width:2px;height:100%;background:var(--primary-color);opacity:.5}.feed-column .resize-handle:active:after{opacity:1}.feed-column .column-content::-webkit-scrollbar{width:6px}.feed-column .column-content::-webkit-scrollbar-track{background:transparent}.feed-column .column-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.feed-column .column-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.feed-command-center{height:100%;display:flex;flex-direction:column}.feed-command-center .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:var(--text-muted)}.feed-command-center .loading-state .loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.feed-command-center .empty-command-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;text-align:center;color:var(--text-muted)}.feed-command-center .empty-command-center .empty-icon{margin-bottom:24px;color:var(--text-muted);opacity:.5}.feed-command-center .empty-command-center h2{margin-bottom:8px;color:var(--text-color-light);font-size:24px;font-weight:600}.feed-command-center .empty-command-center p{margin-bottom:24px;max-width:400px;line-height:1.5}.feed-command-center .command-center-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e5e7eb;background:#fff}.feed-command-center .command-center-header .header-content h1{margin:0 0 4px;font-size:28px;font-weight:700;color:var(--text-color-light)}.feed-command-center .command-center-header .header-content p{margin:0;color:var(--text-muted);font-size:16px}.feed-command-center .command-center-header .add-column-btn{height:40px;border-radius:var(--border-radius);font-weight:500}.feed-command-center .columns-container{flex:1;overflow-x:auto;overflow-y:hidden;position:relative}.feed-command-center .columns-container:before,.feed-command-center .columns-container:after{content:"";position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:10;opacity:0;transition:opacity .3s ease}.feed-command-center .columns-container:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.9),transparent)}.feed-command-center .columns-container:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.9),transparent)}.feed-command-center .columns-container.scrolled-left:before{opacity:1}.feed-command-center .columns-container.scrolled-right:after{opacity:1}.feed-command-center .columns-container .columns-scroll-area{display:flex;align-items:flex-start;gap:12px;height:calc(100vh - 190px);padding:5px;background:#fff;border-radius:10px;overflow-x:auto;overflow-y:hidden}.feed-command-center .columns-container .columns-scroll-area .add-column-placeholder{min-width:280px;display:flex;align-items:flex-start;height:100%}.feed-command-center .columns-container .columns-scroll-area .add-column-placeholder .add-column-btn-inline{width:100%;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #d1d5db;background:#f9fafb;transition:all .25s ease;height:100%}.feed-command-center .columns-container .columns-scroll-area .add-column-placeholder .add-column-btn-inline:hover{border-color:var(--primary-color);background:var(--gradient-light-bg-alt-alt);color:var(--primary-color)}.feed-command-center .columns-container .columns-scroll-area .add-column-placeholder .add-column-btn-inline .anticon{margin-bottom:8px}.feed-command-center .columns-container::-webkit-scrollbar{height:8px}.feed-command-center .columns-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.feed-command-center .columns-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.feed-command-center .columns-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.feed-command-center .dragging .columns-scroll-area .feed-column{transition:transform .2s ease}.feed-command-center .dragging .columns-scroll-area .feed-column.drag-over-left{transform:translate(10px)}.feed-command-center .dragging .columns-scroll-area .feed-column.drag-over-right{transform:translate(-10px)}.feeds-page .segment-label{display:flex;align-items:center;gap:6px;font-weight:500}.feeds-page .segment-label svg{opacity:.7}.feeds-page .feed-command-center{height:calc(100vh - 140px)}.content-page .link-to-back{position:relative;top:2.5px}.content-page .link-to-back a{color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.content-page .link-to-back a:hover{background:var(--nav-bg)}.content-page .content-page-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem;gap:20px}.content-page .content-page-header h1{font-size:1.5rem;margin:0}.content-page .content-page-header p.lead{font-size:15px;color:#666;margin:8px 0 0}.content-page .content-page-header .content-page-actions{margin-left:auto}.content-page .content-page-header .content-page-actions .ant-btn{padding:10px 15px;height:auto!important;font-size:15px;display:flex;align-items:center}.content-page .content-page-header .content-page-actions .ant-btn .ant-btn-icon{display:inline-flex;align-items:center}.title-container{display:flex;align-items:center;gap:10px}.live-indicator{display:flex;align-items:center;background-color:#e6f7ff;color:#1890ff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.live-indicator .live-dot{width:8px;height:8px;background-color:#1890ff;border-radius:50%;margin-right:6px;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #1890ffb3}70%{box-shadow:0 0 0 10px #1890ff00}to{box-shadow:0 0 #1890ff00}}.primary-action-btn{background:var(--gradient-primary);display:inline-flex;align-items:center;gap:6px;color:#fff;padding:10px 14px;height:auto;font-weight:500;font-size:15px;border:none;box-shadow:none}.primary-action-btn:hover{background:var(--gradient-primary-hover)!important;color:#fff!important}.feed-post-card{background:var(--bg-color-light);border-radius:var(--border-radius);padding:1rem;margin-bottom:.75rem;border:1px solid #e5e7eb;transition:all var(--transition-base);cursor:pointer}.feed-post-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #f43f5e1a;transform:translateY(-1px)}.feed-post-card .post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.feed-post-card .post-header .author-info{display:flex;align-items:center;gap:.75rem}.feed-post-card .post-header .author-info .author-avatar{width:32px;height:32px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem}.feed-post-card .post-header .author-info .author-details .username{font-weight:600;color:var(--text-color-light);display:block;margin-bottom:.125rem}.feed-post-card .post-header .author-info .author-details .meta-info{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:var(--text-muted)}.feed-post-card .post-header .author-info .author-details .meta-info .separator{color:#d1d5db}.feed-post-card .post-header .author-info .author-details .meta-info .subreddit{color:var(--primary-color);font-weight:500}.feed-post-card .post-header .post-actions{display:flex;gap:.5rem}.feed-post-card .post-header .post-actions button{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base);padding:0}.feed-post-card .post-header .post-actions button:hover{border-color:var(--primary-color);color:var(--primary-color)}.feed-post-card .post-header .post-actions button.saved{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.feed-post-card .post-content{margin-bottom:.75rem}.feed-post-card .post-content .post-title{font-size:1rem;font-weight:600;color:var(--text-color-light);margin-bottom:.375rem;line-height:1.3}.feed-post-card .post-content .post-excerpt{color:#6b7280;line-height:1.4;margin:0;font-size:.875rem}.feed-post-card .post-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.feed-post-card .post-tags .category-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.feed-post-card .post-tags .category-tag.pain-point{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.feed-post-card .post-tags .category-tag.purchase-intent{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.feed-post-card .post-tags .category-tag.competitor-mention{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.feed-post-card .post-tags .category-tag.question{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.feed-post-card .post-tags .category-tag.default{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.feed-post-card .post-tags .sentiment-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.feed-post-card .post-tags .status-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:capitalize}.feed-post-card .post-tags .status-tag.status-new{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.feed-post-card .post-tags .status-tag.status-saved{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.feed-post-card .post-tags .status-tag.status-contacted{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.feed-post-card .post-tags .status-tag.status-ignored,.feed-post-card .post-tags .status-tag.status-default{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.feed-post-card .post-tags .urgency-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.feed-post-card .post-keywords{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}.feed-post-card .post-keywords .keyword-tag{padding:.125rem .375rem;border-radius:3px;font-size:.6875rem;background:var(--gradient-light-bg-alt);color:var(--primary-color);border:1px solid rgba(244,63,94,.1)}.feed-post-card .post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f3f4f6}.feed-post-card .post-footer .engagement-stats{display:flex;gap:1rem}.feed-post-card .post-footer .engagement-stats .stat{display:flex;align-items:center;gap:.25rem;color:var(--text-muted);font-size:.875rem}.feed-post-card .post-footer .engagement-stats .stat svg{color:#9ca3af}.feed-post-card .post-footer .engage-btn{background:var(--gradient-primary);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all var(--transition-base)}.feed-post-card .post-footer .engage-btn:hover{background:var(--gradient-primary-hover);transform:translateY(-1px)}@media (max-width: 768px){.feed-post-card{padding:.75rem}.feed-post-card .post-header{flex-direction:column;gap:.75rem}.feed-post-card .post-header .post-actions{align-self:flex-end}.feed-post-card .post-tags{gap:.25rem}.feed-post-card .post-footer{flex-direction:column;gap:.75rem;align-items:stretch}.feed-post-card .post-footer .engage-btn{justify-content:center}}.feed-single-container{max-width:100%}.feed-single-container .filters-section{background:#fff;padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem;border:1px solid #e5e7eb}.feed-single-container .filters-section .filters-container{display:grid;grid-template-columns:1fr auto auto auto;gap:.75rem;align-items:center}.feed-single-container .filters-section .filters-container .search-input{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:all var(--transition-base)}.feed-single-container .filters-section .filters-container .search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.feed-single-container .filters-section .filters-container .search-input::placeholder{color:var(--text-muted)}.feed-single-container .filters-section .filters-container .filter-select{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:all var(--transition-base);min-width:120px}.feed-single-container .filters-section .filters-container .filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.feed-single-container .filters-section .filters-container .filter-select:hover{border-color:#d1d5db}.feed-single-container .posts-section .section-header{margin-bottom:1rem}.feed-single-container .posts-section .section-header h3{color:var(--text-color-light);font-size:1.125rem;font-weight:600;margin:0}.feed-single-container .posts-section .posts-list .empty-state{text-align:center;padding:3rem 1rem;background:#fff;border-radius:var(--border-radius);border:1px solid #e5e7eb}.feed-single-container .posts-section .posts-list .empty-state p{color:var(--text-muted);font-size:.875rem;margin:0}@media (max-width: 768px){.feed-single-container .filters-section{padding:.75rem}.feed-single-container .filters-section .filters-container{grid-template-columns:1fr;gap:.5rem}.feed-single-container .filters-section .filters-container .filter-select{min-width:auto}}.feed-single-page .loading-state{display:flex;justify-content:center;align-items:center;padding:3rem}.feed-single-page .loading-state p{color:var(--text-muted);font-size:1rem}.feed-single-page .feed-header{background:#fff;border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1rem;border:1px solid #e5e7eb}.feed-single-page .feed-header .header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.feed-single-page .feed-header .header-top .back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--primary-color);font-size:.875rem;cursor:pointer;padding:.5rem 0;transition:all var(--transition-base)}.feed-single-page .feed-header .header-top .back-btn:hover{color:var(--primary-hover)}.feed-single-page .feed-header .header-top .breadcrumb{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.feed-single-page .feed-header .header-top .breadcrumb .separator{color:#d1d5db}.feed-single-page .feed-header .header-top .breadcrumb .current{color:var(--text-color-light);font-weight:500}.feed-single-page .feed-header .feed-info{margin-bottom:1.25rem}.feed-single-page .feed-header .feed-info .feed-title-section{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem}.feed-single-page .feed-header .feed-info .feed-title-section h1{font-size:1.5rem;font-weight:600;color:var(--text-color-light);margin:0}.feed-single-page .feed-header .feed-info .feed-title-section .last-fetched-section{margin-left:auto;display:flex;align-items:center}.feed-single-page .feed-header .feed-info .feed-title-section .last-fetched-section .last-fetched-text{font-size:.8rem;color:var(--text-muted);margin:0;margin-right:1rem}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge .status-dot{width:6px;height:6px;border-radius:50%}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge.active{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge.active .status-dot{background:#16a34a}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge.inactive{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.feed-single-page .feed-header .feed-info .feed-title-section .status-badge.inactive .status-dot{background:#6b7280}.feed-single-page .feed-header .feed-info .feed-description{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.feed-single-page .feed-header .feed-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1.25rem}.feed-single-page .feed-header .feed-stats .stat-card{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--gradient-light-bg-alt-alt);border-radius:6px;border:1px solid rgba(244,63,94,.1)}.feed-single-page .feed-header .feed-stats .stat-card .stat-icon{width:32px;height:32px;border-radius:6px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff}.feed-single-page .feed-header .feed-stats .stat-card .stat-info{display:flex;flex-direction:column}.feed-single-page .feed-header .feed-stats .stat-card .stat-info .stat-number{font-size:1.25rem;font-weight:600;color:var(--text-color-light);line-height:1}.feed-single-page .feed-header .feed-stats .stat-card .stat-info .stat-label{font-size:.6875rem;color:var(--text-muted);margin-top:.125rem}.feed-single-page .feed-header .feed-metadata{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.feed-single-page .feed-header .feed-metadata .metadata-section h4{font-size:.75rem;font-weight:600;color:var(--text-color-light);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.5px}.feed-single-page .feed-header .feed-metadata .metadata-section .tag-list{display:flex;flex-wrap:wrap;gap:.375rem}.feed-single-page .feed-header .feed-metadata .metadata-section .tag-list .keyword-tag{padding:.1875rem .375rem;border-radius:3px;font-size:.6875rem;background:var(--gradient-light-bg-alt);color:var(--primary-color);border:1px solid rgba(244,63,94,.2)}.feed-single-page .feed-header .feed-metadata .metadata-section .tag-list .subreddit-tag{padding:.1875rem .375rem;border-radius:3px;font-size:.6875rem;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}@media (max-width: 768px){.feed-single-page .feed-header{padding:1rem}.feed-single-page .feed-header .header-top{flex-direction:column;gap:.75rem;align-items:flex-start}.feed-single-page .feed-header .feed-info .feed-title-section{flex-direction:column;align-items:flex-start;gap:.375rem}.feed-single-page .feed-header .feed-info .feed-title-section h1{font-size:1.25rem}.feed-single-page .feed-header .feed-stats{grid-template-columns:repeat(2,1fr)}.feed-single-page .feed-header .feed-metadata{grid-template-columns:1fr;gap:1rem}}.opp-card-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;align-items:flex-start;gap:16px;padding:20px}.opp-card-container:hover{box-shadow:0 0 10px #0000001a}.opp-card-container:hover .opp-title{opacity:1;text-decoration:underline}.opp-card-container .score-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;color:#10b981;border-radius:50%;font-weight:600;flex-shrink:0}.opp-card-container .score-badge .score-number{font-size:21px;font-weight:700;line-height:1}.opp-card-container .score-badge .score-label{font-size:12px;font-weight:500;opacity:.9;line-height:1;margin-top:3px}.opp-card-content{padding:0;margin-bottom:16px;transition:all .2s ease;border:0px;box-shadow:none;flex-grow:1}.opp-card-content .opp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.opp-card-content .opp-header .opp-header-left{display:flex;align-items:center;gap:12px;flex:1}.opp-card-content .opp-header .opp-header-right{display:flex;align-items:center;gap:8px}.opp-card-content .alert-indicator{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#ef4444;color:#fff;border-radius:50%;flex-shrink:0}.opp-card-content .post-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;flex-wrap:wrap}.opp-card-content .post-meta .subreddit{color:#374151;font-weight:600}.opp-card-content .post-meta .separator{color:#d1d5db}.opp-card-content .post-meta .member-count,.opp-card-content .post-meta .author,.opp-card-content .post-meta .time{color:#6b7280}.opp-card-content .trending-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f3f4f6;border-radius:6px;font-size:12px;color:#374151;font-weight:500}.opp-card-content .trending-badge svg{color:#10b981}.opp-card-content .urgent-tag{background:#fff6f4;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.5px;color:#ff5722;border:1px solid #FF5722}.opp-card-content .icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0}.opp-card-content .icon-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.opp-card-content .opp-content{margin-bottom:16px}.opp-card-content .opp-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#111827;line-height:1.4;cursor:pointer}.opp-card-content .opp-title:hover{color:var(--primary-color)}.opp-card-content .opp-description{margin:0;font-size:14px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.opp-card-content .opp-metrics{display:flex;align-items:center;gap:20px;margin-top:16px;flex-wrap:wrap}.opp-card-content .opp-metrics .metric-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.opp-card-content .opp-metrics .metric-item.revenue{color:#10b981}.opp-card-content .opp-metrics .metric-item.revenue svg{color:#10b981}.opp-card-content .opp-metrics .metric-item.leads{color:#3b82f6}.opp-card-content .opp-metrics .metric-item.leads svg{color:#3b82f6}.opp-card-content .opp-metrics .metric-item.time-left{color:#f59e0b}.opp-card-content .opp-metrics .metric-item.time-left svg{color:#f59e0b}.opp-card-content .opp-metrics .metric-item.upvotes{color:#6b7280}.opp-card-content .opp-metrics .metric-item.upvotes svg{color:#6b7280}.opp-card-content .opp-metrics .metric-item.comments{color:#6b7280}.opp-card-content .opp-metrics .metric-item.comments svg{color:#6b7280}.opp-card-content .opp-metrics .metric-item.views{color:#6b7280}.opp-card-content .opp-metrics .metric-item.views svg{color:#6b7280}.opp-card-content .opp-suggestion{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #f0f3f6}.opp-card-content .opp-suggestion .suggestion-content{display:flex;align-items:center;gap:8px;flex:1}.opp-card-content .opp-suggestion .suggestion-content svg{color:#f59e0b;flex-shrink:0}.opp-card-content .opp-suggestion .suggestion-content span{font-size:13px;color:#374151;font-weight:500}.opp-card-content .suggestion-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.opp-card-content .suggestion-actions .action-btn{background:none;outline:none;opacity:.6}.opp-card-content .suggestion-actions .action-btn:hover{opacity:1}.opp-card-content .suggestion-actions .action-btn.save-btn,.opp-card-content .suggestion-actions .action-btn.ignore-btn{background:none;border:0px;padding:0 8px;color:#6b7280;font-size:13px}.opp-card-content .action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.opp-card-content .action-btn.copy-btn{background:transparent;border:1px solid #e5e7eb;color:#374151}.opp-card-content .action-btn.copy-btn:hover{background:#f9fafb;border-color:#d1d5db}.opp-card-content .action-btn.engage-btn{background:var(--gradient-primary);border:1px solid var(--primary-color);color:#fff}.opp-card-content .action-btn.engage-btn:hover{background:var(--gradient-primary);border-color:var(--primary-hover)}.opp-card-content .google-rank .metric-item{color:#2563eb;font-weight:500}.opp-card-content .keyword .metric-item{color:#059669;font-style:italic}.opp-card-content .traffic .metric-item{color:#7c3aed}.post-meta .search-keyword{color:#059669;font-weight:500;font-style:italic}.post-meta .search-rank{color:#2563eb;font-weight:500;background:#eff6ff;padding:2px 6px;border-radius:4px;font-size:12px}.post-meta .search-domain{color:#6b7280;font-weight:500}.search-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:16px}.search-details .search-details-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.search-details .search-details-header svg{color:#3b82f6}.search-details .search-details-header .search-details-title{font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.search-details .search-details-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}@media (max-width: 768px){.search-details .search-details-metrics{grid-template-columns:1fr;gap:12px}}.search-details .search-metric{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:6px;border:1px solid #e5e7eb;min-width:0}.search-details .search-metric svg{flex-shrink:0}.search-details .search-metric .metric-label{font-size:12px;color:#6b7280;font-weight:500;min-width:fit-content}.search-details .search-metric .metric-value{font-size:13px;font-weight:600;color:#111827;margin-left:auto;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-details .search-metric.keyword svg{color:#059669}.search-details .search-metric.keyword .metric-value{color:#059669;font-style:italic;max-width:180px}.search-details .search-metric.traffic svg{color:#7c3aed}.search-details .search-metric.traffic .metric-value{color:#7c3aed}.search-details .search-metric.position svg{color:#2563eb}.search-details .search-metric.position .metric-value{color:#2563eb;font-weight:700}.search-details .search-metric.lead-potential svg{color:#f59e0b}.search-details .search-metric.lead-potential.high .metric-value{color:#10b981;font-weight:700}.search-details .search-metric.lead-potential.medium .metric-value{color:#f59e0b;font-weight:600}.search-details .search-metric.lead-potential.low .metric-value{color:#ef4444;font-weight:500}.search-details .search-metric.lead-potential.unknown .metric-value{color:#6b7280;font-style:italic}.search-details .search-metric:hover{box-shadow:0 1px 3px #0000001a;border-color:#d1d5db}@media (prefers-color-scheme: dark){.search-details{background:#1f2937;border-color:#374151}.search-details .search-details-title{color:#e5e7eb}.search-details .search-metric{background:#111827;border-color:#374151}.search-details .search-metric .metric-label{color:#9ca3af}.search-details .search-metric .metric-value{color:#f9fafb}.search-details .search-metric:hover{border-color:#4b5563}}.opp-sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000}.opp-sidebar{position:fixed;top:0;right:0;width:700px;height:100vh;background-color:#fff;box-shadow:-4px 0 20px #00000026;z-index:1001;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.opp-sidebar{width:100vw}}.opp-sidebar-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:24px;flex-shrink:0}.opp-sidebar-header .header-top{display:flex;justify-content:flex-end;margin-bottom:16px}.opp-sidebar-header .header-top .close-btn{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;border-radius:6px;transition:all .2s ease}.opp-sidebar-header .header-top .close-btn:hover{background-color:#f3f4f6;color:#374151}.opp-sidebar-header .header-content .subreddit-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.opp-sidebar-header .header-content .subreddit-info .subreddit-name{font-weight:600;color:#1d4ed8;font-size:14px}.opp-sidebar-header .header-content .subreddit-info .time-ago{color:#6b7280;font-size:13px}.opp-sidebar-header .header-content .subreddit-info .urgency-badge{background-color:#fef3c7;color:#d97706;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.opp-sidebar-header .header-content .opportunity-title{font-size:20px;font-weight:600;color:#111827;line-height:1.3;margin-bottom:16px}.opp-sidebar-header .header-content .post-meta{display:flex;align-items:center;gap:16px;margin-bottom:16px}.opp-sidebar-header .header-content .post-meta .meta-item{display:flex;align-items:center;gap:4px;color:#6b7280;font-size:13px}.opp-sidebar-header .header-content .post-meta .meta-item svg{color:#9ca3af}.opp-sidebar-header .header-content .tags-section{display:flex;flex-wrap:wrap;gap:8px}.opp-sidebar-header .header-content .tags-section .tag{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;background-color:#f3f4f6;color:#374151}.opp-sidebar-header .header-content .tags-section .tag.category-tag.category-pain{background-color:#fee2e2;color:#dc2626}.opp-sidebar-header .header-content .tags-section .tag.category-tag.category-purchase{background-color:#dcfce7;color:#16a34a}.opp-sidebar-header .header-content .tags-section .tag.category-tag.category-competitor{background-color:#fef3c7;color:#d97706}.opp-sidebar-header .header-content .tags-section .tag.category-tag.category-question{background-color:#dbeafe;color:#2563eb}.opp-sidebar-header .header-content .tags-section .tag.sentiment-tag.sentiment-positive{background-color:#dcfce7;color:#16a34a}.opp-sidebar-header .header-content .tags-section .tag.sentiment-tag.sentiment-negative{background-color:#fee2e2;color:#dc2626}.opp-sidebar-header .header-content .tags-section .tag.sentiment-tag.sentiment-neutral{background-color:#f1f5f9;color:#64748b}.opp-sidebar-content{flex:1;overflow-y:auto;padding:24px}.opp-sidebar-content .content-section{margin-bottom:32px}.opp-sidebar-content .content-section:last-child{margin-bottom:0}.opp-sidebar-content .content-section h3{font-size:16px;font-weight:600;color:#111827;margin-bottom:12px}.opp-sidebar-content .content-section .post-content{background-color:#f9fafb;padding:16px;border-radius:8px;border-left:4px solid #e5e7eb}.opp-sidebar-content .content-section .post-content p{color:#374151;line-height:1.6;margin:0}.opp-sidebar-content .content-section .analysis-content .analysis-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.opp-sidebar-content .content-section .analysis-content .analysis-item:last-child{border-bottom:none}.opp-sidebar-content .content-section .analysis-content .analysis-item .label{color:#6b7280;font-size:14px}.opp-sidebar-content .content-section .analysis-content .analysis-item .value{font-weight:500;color:#111827;font-size:14px}.opp-sidebar-content .content-section .analysis-content .analysis-item .value.high{color:#16a34a}.opp-sidebar-content .content-section .response-suggestion{background-color:#f0f9ff;padding:16px;border-radius:8px;border-left:4px solid #0ea5e9}.opp-sidebar-content .content-section .response-suggestion p{color:#0f172a;line-height:1.6;margin:0;font-style:italic}.opp-sidebar-content .content-section .response-suggestion .response-textarea{width:100%;min-height:100px;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px;line-height:1.6;color:#0f172a;background-color:#fff;resize:vertical}.opp-sidebar-content .content-section .response-suggestion .response-textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.opp-sidebar-content .content-section .response-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.opp-sidebar-content .content-section .response-header h3{margin:0}.opp-sidebar-content .content-section .response-header .edit-response-btn,.opp-sidebar-content .content-section .response-header .save-response-btn{background:none;border:none;padding:6px;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s ease}.opp-sidebar-content .content-section .response-header .edit-response-btn:hover,.opp-sidebar-content .content-section .response-header .save-response-btn:hover{background-color:#f3f4f6;color:#374151}.opp-sidebar-content .content-section .response-header .save-response-btn{color:#16a34a}.opp-sidebar-content .content-section .response-header .save-response-btn:hover{background-color:#dcfce7;color:#15803d}.opp-sidebar-actions{background-color:#fff;border-top:1px solid #e5e7eb;padding:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.opp-sidebar-actions .action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:14px}.opp-sidebar-actions .action-btn.primary{background-color:#1d4ed8;color:#fff;border:none}.opp-sidebar-actions .action-btn.primary:hover{background-color:#1e40af;transform:translateY(-1px)}.opp-sidebar-actions .action-btn.secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.opp-sidebar-actions .action-btn.secondary:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.opp-sidebar-actions .action-btn svg{flex-shrink:0}.opp-sidebar-content::-webkit-scrollbar{width:6px}.opp-sidebar-content::-webkit-scrollbar-track{background:#f1f5f9}.opp-sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.opp-sidebar-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.opp-container{width:100%;padding:0;position:relative;min-height:100vh;overflow:hidden}.opp-container .animated-gradient-progress .ant-progress-inner{background:var(--gradient-light-bg-alt);overflow:hidden}.opp-container .animated-gradient-progress .ant-progress-bg{position:relative;overflow:hidden;background:var(--gradient-primary)}.opp-container .animated-gradient-progress .ant-progress-bg:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:var(--gradient-primary);background-size:50% 100%;animation:moveGradient 1.5s linear infinite}@keyframes moveGradient{0%{transform:translate(0)}to{transform:translate(50%)}}.opportunities-list{display:grid;grid-template-columns:1fr;gap:16px;transition:margin-right .2s}.opportunities-list.sidebar-open{margin-right:400px}.opportunities-list .opp-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s}.opportunities-list .opp-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#d1d5db}.empty-state{text-align:center;padding:48px 32px;background:#fff;border-radius:8px;border:1px dashed #d1d5db}.empty-state h3{color:#6b7280;margin-bottom:8px;font-size:18px;font-weight:600}.empty-state p{color:#9ca3af;font-size:14px}@media (max-width: 768px){.empty-state{padding:32px 16px}.empty-state h3{font-size:16px}}.ant-card{border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.ant-card .ant-card-head{border-bottom:1px solid #f3f4f6}.ant-card .ant-card-head .ant-card-head-title{color:#111827;font-weight:600}.ant-card .ant-card-body{color:#374151}.ant-btn-primary{background:#111827;border:none;border-radius:6px;font-weight:500}.ant-btn-primary:hover{background:#1f2937}.ant-tag{border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;font-weight:500;font-size:11px}.ant-table .ant-table-thead>tr>th{background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;color:#374151;font-size:13px}.ant-table .ant-table-tbody>tr:hover>td{background-color:#f9fafb}.ant-table .ant-table-tbody>tr td{border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:13px}.ant-select .ant-select-selector{border-radius:6px;border-color:#e5e7eb;background:#fff}.ant-select .ant-select-selector:hover{border-color:#d1d5db}.ant-select.ant-select-focused .ant-select-selector{border-color:#9ca3af}.ant-input{border-radius:6px;border-color:#e5e7eb}.ant-input:hover{border-color:#d1d5db}.ant-input:focus{border-color:#9ca3af}.ant-statistic .ant-statistic-title{color:#6b7280;font-size:13px;font-weight:500}.ant-statistic .ant-statistic-content{display:flex;align-items:center;gap:4px}.ant-statistic .ant-statistic-content .ant-statistic-content-value{font-weight:600;color:#111827}.ant-statistic .ant-statistic-content .ant-statistic-content-prefix,.ant-statistic .ant-statistic-content .ant-badge{display:inline-flex;align-items:center}.ant-badge .ant-badge-count{background:#ef4444;color:#fff;border-radius:12px;font-size:11px;font-weight:500}@media (max-width: 768px){.opportunities-list.sidebar-open{margin-right:0}}.loading-state-card{max-width:800px;margin:40px auto;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000000d;background:linear-gradient(to bottom right,#fff,#fafafa)}.loading-state-card .ant-spin{margin-bottom:24px}.loading-state-card .ant-typography{margin-bottom:8px}.loading-state-card .ant-progress{margin:24px 0}.loading-state-card .ant-statistic .ant-statistic-title{font-size:14px;margin-bottom:8px}.loading-state-card .ant-statistic .ant-statistic-content{font-size:20px}.loading-state-card .ant-statistic .ant-statistic-content .lucide{margin-right:8px;vertical-align:-.125em}.opportunities-page .ant-select .ant-select-selector{border-radius:var(--border-radius)}.opportunities-page .ant-btn-primary{background:var(--gradient-primary);border:none;border-radius:var(--border-radius)}.opportunities-page .ant-btn-primary:hover{background:var(--primary-hover)}.opportunities-page .ant-tag{border-radius:var(--border-radius)}.opportunities-tabs .ant-tabs-tab[data-node-key=saved]{display:none}.opportunities-tabs .ant-tabs-nav .ant-tabs-tab-btn{display:flex;align-items:center;gap:0px}.opportunities-tabs .ant-tabs-nav .ant-tabs-tab-btn .ant-tabs-tab-icon{display:flex;align-items:center}.opportunities-tabs .ant-tabs-nav .create-feed-tab-btn{background:none;display:flex;align-items:center;gap:8px;padding:0;border:0px;opacity:.5;outline:none}.opportunities-tabs .ant-tabs-nav .create-feed-tab-btn:hover{opacity:1}.opportunities-tabs .ant-tabs-nav .ant-tabs-tab{font-size:15px;font-weight:500}.opportunities-tabs .ant-tabs-nav .ant-tabs-extra-content .create-feed-btn{height:36px;border-radius:8px;font-weight:500;display:flex;align-items:center;gap:6px;background:#6366f1;border-color:#6366f1}.opportunities-tabs .ant-tabs-nav .ant-tabs-extra-content .create-feed-btn:hover{background:#5b21b6;border-color:#5b21b6;transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.opportunities-controls{display:flex;align-items:center;gap:24px;padding:8px 0}.opportunities-controls .filter-group,.opportunities-controls .sort-group{display:flex;align-items:center;gap:8px}.opportunities-controls .filter-group .control-label,.opportunities-controls .sort-group .control-label{font-size:14px;font-weight:500;color:#6b7280;white-space:nowrap}.opportunities-controls .filter-group svg,.opportunities-controls .sort-group svg{color:#6b7280}.opportunities-controls .filter-select,.opportunities-controls .sort-select{min-width:140px}.opportunities-controls .filter-select .ant-select-selector,.opportunities-controls .sort-select .ant-select-selector{border-radius:6px;border-color:#d1d5db}.opportunities-controls .filter-select .ant-select-selector:hover,.opportunities-controls .sort-select .ant-select-selector:hover{border-color:var(--primary-color)}.opportunities-controls .filter-select.ant-select-focused .ant-select-selector,.opportunities-controls .sort-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color);box-shadow:0 0 0 2px #6366f11a}@media (max-width: 768px){.opportunities-controls{flex-direction:column;gap:12px}.opportunities-controls .filter-group,.opportunities-controls .sort-group{flex-direction:column;gap:4px;align-items:flex-start}.opportunities-controls .filter-select,.opportunities-controls .sort-select{width:100%;min-width:unset}}.inbox-comment{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:16px;margin-bottom:12px;transition:all .2s ease}.inbox-comment:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.inbox-comment__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.inbox-comment__left{display:flex;align-items:center;gap:8px}.inbox-comment__separator{color:#6b7280;font-size:12px;font-weight:400}.inbox-comment__subreddit-tag{font-size:13px;font-weight:600;border-radius:4px;padding:0;margin:0;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.inbox-comment__time{font-size:13px;color:#6b7280;font-weight:400}.inbox-comment__status-tag{font-size:13px;font-weight:500;border-radius:4px;padding:2px 8px;margin:0}.inbox-comment__actions{display:flex;align-items:center;gap:4px}.inbox-comment__view-btn{color:#374151;font-size:13px;font-weight:500;padding:4px 8px;height:auto}.inbox-comment__view-btn:hover{color:var(--primary-color);background-color:#f9fafb}.inbox-comment__content{margin-bottom:16px}.inbox-comment__title{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px;line-height:1.4}.inbox-comment__author{font-size:12px;color:#6b7280;font-weight:400}.inbox-comment__comment-section{margin-bottom:12px}.inbox-comment__user-comment{display:flex;align-items:flex-start;gap:12px;background-color:#f9fafb;padding:12px;border-radius:6px;border-left:3px solid #E5E7EB}.inbox-comment__avatar{flex-shrink:0;background-color:#6b7280;color:#fff;font-size:12px;font-weight:600}.inbox-comment__comment-body{font-size:14px;color:#374151;line-height:1.5;margin:0}.inbox-comment__footer{display:flex;justify-content:space-between;align-items:center}.inbox-comment__engagement{display:flex;align-items:center;gap:16px}.inbox-comment__metric{display:flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;font-weight:500}.inbox-comment__metric svg{color:#9ca3af}.inbox-container{padding:0;margin:0 auto;background:#f9fafb;min-height:100vh}.inbox-container__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}@media (max-width: 768px){.inbox-container__header{flex-direction:column;align-items:stretch;gap:16px}}.inbox-container__header .ant-btn-primary{background:var(--primary-color);border-color:var(--primary-color);border-radius:6px;font-weight:500;display:flex;align-items:center;gap:6px}.inbox-container__header .ant-btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.inbox-container__filters{display:flex;gap:12px;margin-bottom:24px;align-items:center}@media (max-width: 768px){.inbox-container__filters{flex-direction:column;align-items:stretch;gap:12px}}.inbox-container__search{flex:1;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #E5E7EB;border-radius:6px;background:#fff}.inbox-container__search svg{color:#9ca3af;flex-shrink:0}.inbox-container__search .ant-input{border:none;box-shadow:none;padding:0}.inbox-container__search .ant-input:focus{box-shadow:none}.inbox-container__content{margin-bottom:32px}.inbox-container__empty{text-align:center;padding:48px 24px;color:#6b7280;background:#fff;border-radius:8px;border:1px solid #E5E7EB}.inbox-container__create-feed{border:2px dashed #E5E7EB;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fff}.inbox-container__create-feed:hover{border-color:#d1d5db;background-color:#f9fafb}.inbox-container__create-feed .create-feed-content{display:flex;align-items:center;justify-content:center;gap:16px}@media (max-width: 768px){.inbox-container__create-feed .create-feed-content{flex-direction:column;gap:12px}}.inbox-container__create-feed .create-feed-icon{color:#9ca3af}.inbox-container .ant-select .ant-select-selector{border-radius:6px;border-color:#e5e7eb;background:#fff}.inbox-container .ant-select .ant-select-selector:hover{border-color:#d1d5db}.inbox-container .ant-select.ant-select-focused .ant-select-selector{border-color:#9ca3af}.inbox-container .ant-modal .ant-modal-content{border-radius:8px}.inbox-container .ant-modal .ant-modal-header{border-bottom:1px solid #F3F4F6}.inbox-container .ant-modal .ant-modal-header .ant-modal-title{color:#111827;font-weight:600}@media (max-width: 768px){.inbox-container{padding:16px;max-width:100%}}.reddit-connection-prompt{padding:0}.reddit-connection-prompt .horizontal-prompt-card{border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;background:linear-gradient(135deg,#fff,#f8fafc)}.reddit-connection-prompt .horizontal-prompt-card .ant-card-body{padding:48px}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .reddit-icon-header{margin-bottom:16px}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .reddit-icon-header svg{filter:drop-shadow(0 4px 8px rgba(255,69,0,.2));transition:transform .2s ease}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .reddit-icon-header svg:hover{transform:scale(1.05)}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions{display:flex;align-items:center;gap:12px}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions .ant-btn-primary{background:#ff4500!important;border-color:#ff4500!important;font-weight:600;transition:all .2s ease;box-shadow:0 4px 12px #ff450033}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions .ant-btn-primary:hover{background:#e63e00!important;border-color:#e63e00!important;transform:translateY(-1px);box-shadow:0 6px 16px #ff45004d}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions .ant-btn-primary:focus{background:#e63e00!important;border-color:#e63e00!important}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions .ant-btn-default{border-color:#d1d5db;color:#6b7280;transition:all .2s ease}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-left .prompt-actions .ant-btn-default:hover{border-color:#9ca3af;color:#374151}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right{padding-left:24px;border-left:1px solid #e5e7eb}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right .benefits-list-horizontal .benefit-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#6b7280;font-size:14px;line-height:1.6}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right .benefits-list-horizontal .benefit-item .checkmark{background:#10b981;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0;margin-top:1px}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right .benefits-list-horizontal .benefit-item:hover{color:#374151}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right .benefits-list-horizontal .benefit-item:last-child{margin-bottom:0}@media (max-width: 1024px){.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal{grid-template-columns:1fr;gap:32px}.reddit-connection-prompt .horizontal-prompt-card .prompt-content-horizontal .prompt-right{padding-left:0;border-left:none;border-top:1px solid #e5e7eb;padding-top:32px}}.lead-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .2s}.lead-card:hover{box-shadow:0 4px 12px #0000001a}.lead-card .lead-header{display:flex;padding:20px;align-items:flex-start;gap:16px}.lead-card .lead-header .lead-avatar{flex-shrink:0}.lead-card .lead-header .lead-avatar .avatar-circle{width:48px;height:48px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.lead-card .lead-header .lead-info{flex:1;min-width:0}.lead-card .lead-header .lead-info .lead-name-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.lead-card .lead-header .lead-info .lead-name-row .lead-name{font-size:16px;font-weight:600;color:#111827;margin:0}.lead-card .lead-header .lead-info .lead-name-row .lead-tags{display:flex;gap:8px;align-items:center}.lead-card .lead-header .lead-info .lead-name-row .lead-tags .status-tag{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff;letter-spacing:.5px}.lead-card .lead-header .lead-info .lead-name-row .lead-tags .potential-tag{font-size:12px;font-weight:500}.lead-card .lead-header .lead-info .lead-name-row .external-link-btn{margin-left:auto;color:#6b7280;padding:4px;min-width:auto;height:auto}.lead-card .lead-header .lead-info .lead-name-row .external-link-btn:hover{color:#374151}.lead-card .lead-header .lead-info .lead-details{display:flex;gap:16px;margin-bottom:8px;font-size:14px;color:#6b7280}.lead-card .lead-header .lead-info .lead-details .username{color:var(--primary-color);font-weight:500}.lead-card .lead-header .lead-info .lead-details .email{color:#111827}.lead-card .lead-header .lead-info .lead-details .company{color:#111827;font-weight:500}.lead-card .lead-header .lead-info .lead-stats{display:flex;gap:16px;font-size:12px;color:#6b7280}.lead-card .lead-header .lead-info .lead-stats .stat-item{display:flex;align-items:center;gap:4px}.lead-card .lead-header .lead-info .lead-stats .stat-item .karma-icon,.lead-card .lead-header .lead-info .lead-stats .stat-item .age-icon{font-size:10px}.lead-card .lead-header .lead-info .lead-stats .stat-item svg{color:#9ca3af}.lead-card .lead-header .lead-score{flex-shrink:0}.lead-card .lead-header .lead-score .score-circle{width:56px;height:56px;border-radius:50%;background:var(--gradient-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.lead-card .lead-header .lead-score .score-circle .score-number{font-size:18px;font-weight:700;line-height:1}.lead-card .lead-header .lead-score .score-circle .score-label{font-size:10px;opacity:.8;line-height:1}.lead-card .lead-content{padding:0 20px 20px}.lead-card .lead-content .source-info{margin-bottom:12px}.lead-card .lead-content .source-info .source-label{font-size:12px;color:#6b7280;font-weight:500}.lead-card .lead-content .lead-quote{font-size:14px;color:#374151;font-style:italic;margin-bottom:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;border-left:3px solid var(--primary-color)}.lead-card .lead-content .lead-notes{margin-bottom:16px;font-size:14px}.lead-card .lead-content .lead-notes strong{color:#111827;font-weight:600}.lead-card .lead-content .lead-notes p{margin:4px 0 0;color:#6b7280}.lead-card .lead-content .lead-activity{margin-bottom:16px;font-size:14px}.lead-card .lead-content .lead-activity strong{color:#111827;font-weight:600;margin-bottom:4px;display:block}.lead-card .lead-content .lead-activity .subreddits{display:flex;gap:8px;flex-wrap:wrap}.lead-card .lead-content .lead-activity .subreddits .subreddit-tag{padding:4px 8px;background:#eff6ff;color:var(--primary-color);border-radius:4px;font-size:12px;font-weight:500}.lead-card .lead-content .lead-dates{display:flex;gap:16px;font-size:12px;color:#6b7280}.lead-card .lead-content .lead-dates .date-item{display:flex;align-items:center;gap:4px}.lead-card .lead-content .lead-dates .date-item svg{color:#9ca3af}.lead-card .lead-actions{display:flex;gap:8px;padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb}.lead-card .lead-actions .action-btn{height:32px;padding:0 12px;border-radius:6px;font-size:13px;font-weight:500;border:1px solid #d1d5db;background:#fff;color:#374151}.lead-card .lead-actions .action-btn:hover{border-color:#9ca3af;color:#111827}.lead-card .lead-actions .add-note-btn,.lead-card .lead-actions .view-profile-btn{color:#6b7280;font-size:13px;font-weight:500;height:32px;padding:0 12px}.lead-card .lead-actions .add-note-btn:hover,.lead-card .lead-actions .view-profile-btn:hover{color:#374151}.lead-container .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.lead-container .stats-grid .stat-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb;display:flex;align-items:center;gap:16px}.lead-container .stats-grid .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.lead-container .stats-grid .stat-card .stat-icon.user-icon{background:var(--primary-color)}.lead-container .stats-grid .stat-card .stat-icon.hot-icon{background:var(--secondary-color)}.lead-container .stats-grid .stat-card .stat-icon.converted-icon{background:#10b981}.lead-container .stats-grid .stat-card .stat-icon.score-icon{background:#f59e0b}.lead-container .stats-grid .stat-card .stat-content .stat-number{font-size:24px;font-weight:600;color:#111827;line-height:1.2}.lead-container .stats-grid .stat-card .stat-content .stat-label{font-size:14px;color:#6b7280;margin-top:2px}.lead-container .leads-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.lead-container .leads-section .leads-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.lead-container .leads-section .leads-header .filter-tabs{display:flex;gap:8px}.lead-container .leads-section .leads-header .filter-tabs .filter-tab{padding:8px 16px;border:none;background:transparent;color:#6b7280;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.lead-container .leads-section .leads-header .filter-tabs .filter-tab:hover{background:#f3f4f6;color:#374151}.lead-container .leads-section .leads-header .filter-tabs .filter-tab.active{background:#f3f4f6;color:#111827}.lead-container .leads-section .leads-header .leads-actions{display:flex;gap:8px}.lead-container .leads-section .leads-header .leads-actions .action-btn{color:#6b7280;border:1px solid #e5e7eb;height:36px;padding:0 12px;border-radius:8px;font-size:14px;font-weight:500}.lead-container .leads-section .leads-header .leads-actions .action-btn:hover{color:#374151;border-color:#d1d5db}.lead-container .leads-section .leads-list{padding:16px}.lead-container .leads-section .leads-list .leads-empty-state{text-align:center;padding:64px 32px;max-width:420px;margin:0 auto}.lead-container .leads-section .leads-list .leads-empty-state .empty-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#f3f4f6;color:#9ca3af;margin-bottom:24px}.lead-container .leads-section .leads-list .leads-empty-state .empty-content{margin-bottom:32px}.lead-container .leads-section .leads-list .leads-empty-state .empty-content h3{font-size:20px;font-weight:600;color:#111827;margin:0 0 12px}.lead-container .leads-section .leads-list .leads-empty-state .empty-content p{font-size:16px;color:#6b7280;line-height:1.5;margin:0}.lead-container .leads-section .leads-list .leads-empty-state .empty-actions{display:flex;justify-content:center;gap:12px}.lead-container .leads-section .leads-list .leads-empty-state .empty-actions .primary-btn{display:inline-flex;align-items:center;gap:8px;background:#111827;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.lead-container .leads-section .leads-list .leads-empty-state .empty-actions .primary-btn:hover{background:#1f2937}.lead-container .leads-section .leads-list .leads-empty-state .empty-actions .secondary-btn{display:inline-flex;align-items:center;background:transparent;color:#6b7280;border:1px solid #e5e7eb;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.lead-container .leads-section .leads-list .leads-empty-state .empty-actions .secondary-btn:hover{color:#374151;border-color:#d1d5db;background:#f9fafb}.leads-page .ant-card{border-radius:var(--border-radius);box-shadow:0 2px 8px #0000000f}.leads-page .ant-btn-primary{background:var(--gradient-primary);border:none;border-radius:var(--border-radius)}.leads-page .ant-btn-primary:hover{background:var(--primary-hover)}.leads-page .ant-tag{border-radius:var(--border-radius)}.leads-page .ant-rate .ant-rate-star.ant-rate-star-full .ant-rate-star-first,.leads-page .ant-rate .ant-rate-star.ant-rate-star-half .ant-rate-star-first{color:var(--primary-color)}.leads-page .ant-statistic .ant-statistic-title{color:var(--text-muted)}.leads-page .ant-drawer .ant-drawer-content .ant-drawer-header{border-bottom:1px solid var(--nav-hover-bg)}.leads-page .ant-timeline .ant-timeline-item:not(:last-child){padding-bottom:16px}.leads-page .ant-table-row:hover{background-color:var(--gradient-light-bg-alt-alt)}.create-post-container .create-post-content{padding:20px}.create-post-container .create-post-content p{margin-bottom:10px;color:#666}.posts-tab-content .tab-header{margin-bottom:2rem;display:flex;justify-content:flex-start}.posts-tab-content .loading-posts{display:flex;justify-content:center;align-items:center;min-height:200px;color:#666}.posts-tab-content .posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-top:1rem}.posts-tab-content .post-card{border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease}.posts-tab-content .post-card:hover{border-color:#f43f5e;box-shadow:0 4px 12px #f43f5e1a}.posts-tab-content .post-card .ant-card-body{padding:1.5rem}.posts-tab-content .post-card .ant-card-actions{background:#fafafa;border-top:1px solid #f0f0f0}.posts-tab-content .post-card .ant-card-actions .ant-btn{border-radius:4px;font-size:.875rem}.posts-tab-content .post-card .ant-card-actions .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#f43f5e,#f97316);border:none}.posts-tab-content .post-card .ant-card-actions .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#e11d48,#ea580c)}.posts-tab-content .post-card .edit-btn{border:1px solid #e5e5e5;padding:8px 12px;gap:4px;cursor:pointer;display:flex;align-items:center;gap:8px;right:10px;top:10px;border-radius:20px;font-size:12px;line-height:1}.posts-tab-content .post-card .edit-btn:hover{background:#f0f0f0}.posts-tab-content .post-card .post-header{margin-bottom:1rem}.posts-tab-content .post-card .post-header .post-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;margin-top:.1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.posts-tab-content .post-card .post-header .post-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.posts-tab-content .post-card .post-content{margin-bottom:1rem}.posts-tab-content .post-card .post-content p{color:#666;font-size:.875rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.posts-tab-content .post-card .post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f0f0f0}.posts-tab-content .post-card .post-footer .post-date{color:#888;font-size:.75rem}.posts-tab-content .post-card .post-footer .post-tags{display:flex;gap:.25rem;flex-wrap:wrap}@media (max-width: 768px){.posts-tab-content .posts-grid{grid-template-columns:1fr;gap:1rem}}.tiptap-editor{border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}.tiptap-editor .ProseMirror{padding:3rem;min-height:200px;outline:none;background:#fff;font-size:17px}.tiptap-editor .ProseMirror:focus{outline:none}.tiptap-editor .ProseMirror p{margin-bottom:.75rem}.tiptap-editor .ProseMirror ul,.tiptap-editor .ProseMirror ol{padding-left:1.5rem;margin-bottom:.75rem}.tiptap-editor .ProseMirror h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.tiptap-editor .ProseMirror h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.tiptap-editor .ProseMirror blockquote{border-left:3px solid #e5e7eb;padding-left:1rem;margin-left:0;color:#6b7280}.tiptap-toolbar{display:flex;flex-wrap:wrap;border-bottom:1px solid #e5e7eb;padding:.5rem;background-color:#f9fafb;gap:.375rem}.tiptap-toolbar button{background:none;border:1px solid #e5e7eb;border-radius:.25rem;padding:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;width:32px;height:32px}.tiptap-toolbar button:hover{background-color:#f3f4f6;color:#4b5563}.tiptap-toolbar button.is-active{background-color:#4f46e5;color:#fff;border-color:#4f46e5}.post-edit-page{padding:2rem;margin:0 auto}.post-edit-page .page-header{display:flex;align-items:center;gap:.65rem;margin-bottom:2rem}.post-edit-page .page-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.post-edit-page .page-header .ant-btn{display:flex;align-items:center;gap:.5rem}.post-edit-page .page-header .back-button{display:flex;align-items:center;background:none;gap:10px;padding:10px;border-radius:50%}.post-edit-page .page-header .back-button .ant-btn-icon{display:flex;align-items:center}.post-edit-page .post-content-card .ant-card-head .ant-card-head-title{font-weight:600;color:#1a1a1a}.post-edit-page .post-content-card .post-header{margin-bottom:20px}.post-edit-page .post-content-card .post-header input{width:100%;border:1px solid #eee;padding:16px;font-size:1.2rem;border-radius:6px;outline:none;box-sizing:border-box}.post-edit-page .post-content-card .post-content .tiptap{padding:1rem 2.5rem}.post-edit-page .sidebar-cards{display:flex;flex-direction:column;gap:1rem}.post-edit-page .sidebar-cards .ant-card{border-radius:8px;border:1px solid #e5e5e5}.post-edit-page .sidebar-cards .ant-card .ant-card-head .ant-card-head-title{font-weight:600;color:#1a1a1a;font-size:.875rem}.post-edit-page .sidebar-cards .stats-card .ant-statistic .ant-statistic-title{color:#666;font-size:.75rem}.post-edit-page .sidebar-cards .stats-card .ant-statistic .ant-statistic-content{color:#1a1a1a;font-size:1.5rem}.post-edit-page .sidebar-cards .insights-card .insight-item{margin-bottom:1rem}.post-edit-page .sidebar-cards .insights-card .insight-item:last-child{margin-bottom:0}.post-edit-page .sidebar-cards .insights-card .insight-item .insight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.875rem}.post-edit-page .sidebar-cards .insights-card .insight-item .insight-header svg{color:#666}.post-edit-page .sidebar-cards .insights-card .insight-item .insight-value{font-weight:600;color:#1a1a1a;margin:0;font-size:.875rem}.post-edit-page .sidebar-cards .insights-card .insight-item .metric{margin:0;font-size:.75rem;color:#666}.post-edit-page .sidebar-cards .insights-card .insight-item .metric strong{color:#1a1a1a}.post-edit-page .sidebar-cards .insights-card .insight-item .ant-progress{margin-bottom:.5rem}.post-edit-page .sidebar-cards .rules-card .rule-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4}.post-edit-page .sidebar-cards .rules-card .rule-item svg{color:#52c41a;margin-top:.1rem;flex-shrink:0}.post-edit-page .sidebar-cards .schedule-card .schedule-hint{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.75rem;color:#666}.post-edit-page .sidebar-cards .schedule-card .schedule-hint svg{color:#1890ff}.post-edit-page .post-edit-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.post-edit-page .post-edit-loading p{color:#666;margin:0}.post-edit-page .post-edit-error{display:flex;justify-content:center;align-items:center;min-height:400px}.post-edit-page .post-edit-error .ant-alert{max-width:500px}.post-edit-page .ant-form .ant-form-item-label>label{font-weight:500;color:#333}.post-edit-page .ant-form .ant-input,.post-edit-page .ant-form .ant-input-affix-wrapper,.post-edit-page .ant-form .ant-select-selector{border-radius:6px}.post-edit-page .ant-form .ant-input-affix-wrapper-focused,.post-edit-page .ant-form .ant-input-focused,.post-edit-page .ant-form .ant-select-focused .ant-select-selector{border-color:#f43f5e;box-shadow:0 0 0 2px #f43f5e1a}@media (max-width: 768px){.post-edit-page{padding:1rem}.post-edit-page .ant-row{flex-direction:column}.post-edit-page .ant-col{width:100%!important;margin-bottom:1rem}.post-edit-page .sidebar-cards{order:-1}}.post-sidebar{display:flex;flex-direction:column;gap:16px}.post-sidebar .subreddit-card .ant-card-body{padding:0}.post-sidebar .subreddit-card .subreddit-header{position:relative}.post-sidebar .subreddit-card .subreddit-header .subreddit-cover{height:80px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:6px 6px 0 0}.post-sidebar .subreddit-card .subreddit-header .subreddit-info{display:flex;align-items:center;padding:16px;gap:12px}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-avatar{flex-shrink:0}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details{flex:1;min-width:0}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details .subreddit-name{margin:0;font-size:18px;font-weight:600;color:#262626}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details .subreddit-stats{margin-top:4px}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details .subreddit-stats .stat{display:flex;align-items:center;gap:6px;color:#8c8c8c;font-size:14px}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details .subreddit-stats .stat svg{flex-shrink:0}.post-sidebar .subreddit-card .subreddit-description{padding:0 16px 16px;margin:0;color:#595959;font-size:14px;line-height:1.5}.post-sidebar .rules-card .ant-card-body{padding:0}.post-sidebar .rules-card .rules-header{display:flex;align-items:center;justify-content:space-between;padding:16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.post-sidebar .rules-card .rules-header:hover{background-color:#fafafa}.post-sidebar .rules-card .rules-header .rules-title{display:flex;align-items:center;gap:8px;font-weight:600;color:#262626}.post-sidebar .rules-card .rules-header .rules-title svg{color:#1890ff}.post-sidebar .rules-card .rules-header svg{color:#8c8c8c;transition:transform .2s}.post-sidebar .rules-card .rules-content{max-height:630px;overflow-y:hidden}.post-sidebar .rules-card .rules-content .ant-list-items{max-height:630px;overflow-y:auto}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item{padding:12px 16px;border-bottom:1px solid #f5f5f5;text-align:left;justify-content:flex-start;gap:10px;align-items:flex-start}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item .rule-name{font-weight:600}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item p.desc{margin:0}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item:last-child{border-bottom:none}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item .rule-item{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:center;justify-content:flex-start}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item .rule-item .rule-number{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#595959;border-radius:50%;font-size:12px;font-weight:600}.post-sidebar .rules-card .rules-content .ant-list .ant-list-item .rule-item .rule-text{flex:1;font-size:14px;line-height:1.4;color:#222;font-weight:600}.post-sidebar .stats-card .ant-card-head-title{font-size:16px;font-weight:600}.post-sidebar .stats-card .ant-statistic .ant-statistic-title{color:#8c8c8c;font-size:12px;margin-bottom:4px}.post-sidebar .stats-card .ant-statistic .ant-statistic-content{color:#262626;font-size:18px;font-weight:600}.post-sidebar .stats-card .ant-statistic .ant-statistic-content .ant-statistic-content-prefix{margin-right:6px;color:#1890ff}@media (max-width: 768px){.post-sidebar .subreddit-card .subreddit-header .subreddit-cover{height:60px}.post-sidebar .subreddit-card .subreddit-header .subreddit-info{padding:12px}.post-sidebar .subreddit-card .subreddit-header .subreddit-info .subreddit-details .subreddit-name{font-size:16px}}.scheduled-container .scheduled-content{padding:20px}.scheduled-container .scheduled-content p{margin-bottom:10px;color:#666}.published-container .published-content{padding:20px}.published-container .published-content p{margin-bottom:10px;color:#666}.analytics-container{margin:0 auto;background:#fafafa;min-height:100vh}.analytics-container .analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.analytics-container .analytics-header .analytics-filters{display:flex;gap:12px}.analytics-container .analytics-header .analytics-filters select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:13px;font-weight:500}.analytics-container .analytics-header .analytics-filters select:focus{outline:none;border-color:#9ca3af}.analytics-container .analytics-header .export-btn{padding:8px 16px;background:#111827;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:13px;transition:all .2s}.analytics-container .analytics-header .export-btn:hover{background:#1f2937}.analytics-container .kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:32px}.analytics-container .kpi-grid .kpi-card{background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s}.analytics-container .kpi-grid .kpi-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#d1d5db}.analytics-container .kpi-grid .kpi-card .kpi-icon{font-size:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#f9fafb;color:#6b7280}.analytics-container .kpi-grid .kpi-card .kpi-content{flex:1}.analytics-container .kpi-grid .kpi-card .kpi-content .kpi-value{font-size:24px;font-weight:600;color:#111827;margin-bottom:4px}.analytics-container .kpi-grid .kpi-card .kpi-content .kpi-label{color:#6b7280;font-size:13px;margin-bottom:8px;font-weight:500}.analytics-container .kpi-grid .kpi-card .kpi-content .kpi-change{font-size:12px;font-weight:500}.analytics-container .kpi-grid .kpi-card .kpi-content .kpi-change.positive{color:#10b981}.analytics-container .kpi-grid .kpi-card .kpi-content .kpi-change.negative{color:#ef4444}.analytics-container .analytics-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.analytics-container .analytics-section h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.analytics-container .analytics-section .funnel-container{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.analytics-container .analytics-section .funnel-container .funnel-stage{text-align:center;position:relative;min-width:120px}.analytics-container .analytics-section .funnel-container .funnel-stage .funnel-number{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.analytics-container .analytics-section .funnel-container .funnel-stage .funnel-label{color:#6b7280;font-size:12px;margin-bottom:8px;font-weight:500}.analytics-container .analytics-section .funnel-container .funnel-stage .funnel-bar{height:6px;background:#374151;border-radius:3px;margin-bottom:4px}.analytics-container .analytics-section .funnel-container .funnel-stage .funnel-rate{font-size:11px;color:#9ca3af;font-weight:500}.analytics-container .analytics-section .funnel-container .funnel-arrow{font-size:16px;color:#9ca3af;margin:0 8px}.analytics-container .charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:20px}.analytics-container .charts-grid .chart-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.analytics-container .charts-grid .chart-section h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.analytics-container .charts-grid .chart-section .chart-container .chart-legend{display:flex;gap:16px;margin-bottom:20px}.analytics-container .charts-grid .chart-section .chart-container .chart-legend .legend-item{display:flex;align-items:center;gap:8px}.analytics-container .charts-grid .chart-section .chart-container .chart-legend .legend-item .legend-color{width:12px;height:12px;border-radius:2px}.analytics-container .charts-grid .chart-section .chart-container .chart-legend .legend-item .legend-label{font-size:12px;color:#6b7280;font-weight:500}.analytics-container .charts-grid .chart-section .chart-container .chart-placeholder{height:200px;background:#f9fafb;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13px;font-weight:500}.analytics-container .performance-table{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.analytics-container .performance-table h3{color:#111827;margin-bottom:20px;font-size:18px;font-weight:600}.analytics-container .performance-table .table-wrapper{overflow-x:auto}.analytics-container .performance-table .table-wrapper table{width:100%;border-collapse:collapse}.analytics-container .performance-table .table-wrapper table th{background:#f9fafb;color:#374151;font-weight:600;font-size:13px;padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.analytics-container .performance-table .table-wrapper table td{padding:12px;color:#6b7280;font-size:13px;border-bottom:1px solid #f3f4f6}.analytics-container .performance-table .table-wrapper table tr:hover{background-color:#f9fafb}.analytics-container .metric-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;text-align:center}.analytics-container .metric-card .metric-value{font-size:28px;font-weight:600;color:#111827;margin-bottom:8px}.analytics-container .metric-card .metric-label{color:#6b7280;font-size:13px;font-weight:500;margin-bottom:8px}.analytics-container .metric-card .metric-change{font-size:12px;font-weight:500}.analytics-container .metric-card .metric-change.positive{color:#10b981}.analytics-container .metric-card .metric-change.negative{color:#ef4444}.analytics-container .metric-card .metric-change.neutral{color:#6b7280}@media (max-width: 768px){.analytics-container .analytics-header{flex-direction:column;gap:16px;align-items:stretch}.analytics-container .analytics-header .analytics-filters{justify-content:space-between}.analytics-container .kpi-grid,.analytics-container .charts-grid{grid-template-columns:1fr}.analytics-container .funnel-container{flex-direction:column}.analytics-container .funnel-container .funnel-arrow{transform:rotate(90deg);margin:8px 0}}.reddit-health-container{margin:0 auto;background:#fafbfc;min-height:100vh}.reddit-health-container .health-header{background:#fff;border-radius:16px;margin-bottom:32px;margin-top:0;box-shadow:0 4px 20px #0000000d;border:1px solid #e5e7eb;overflow:hidden}.reddit-health-container .health-header .header-content{padding:32px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;min-height:160px}.reddit-health-container .health-header .header-content .user-section{display:flex;align-items:center;gap:20px}.reddit-health-container .health-header .header-content .user-section .user-avatar .avatar-image{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid var(--gradient-light-bg)}.reddit-health-container .health-header .header-content .user-section .user-avatar .avatar-placeholder{width:72px;height:72px;border-radius:50%;background:var(--gradient-light-bg);display:flex;align-items:center;justify-content:center;border:3px solid var(--gradient-light-bg-alt);color:var(--primary-color)}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row .username{font-size:28px;font-weight:800;color:#111827;margin:0;line-height:1.2;letter-spacing:-.5px}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row .profile-link{color:var(--primary-color);text-decoration:none;transition:all .2s ease;padding:6px;border-radius:8px;display:flex;align-items:center}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row .profile-link:hover{background:var(--gradient-light-bg-alt);transform:translateY(-1px)}.reddit-health-container .health-header .header-content .user-section .user-details .user-stats{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.reddit-health-container .health-header .header-content .user-section .user-details .user-stats .stat-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;font-weight:500}.reddit-health-container .health-header .header-content .user-section .user-details .user-stats .stat-item svg{color:var(--primary-color)}.reddit-health-container .health-header .header-content .user-section .user-details .verified-badge{background:var(--gradient-primary);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.reddit-health-container .health-header .header-content .health-score-section .score-container{display:flex;flex-direction:column;gap:10px;padding:16px;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-radius:16px;border:1px solid #e2e8f0;min-width:280px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-header{display:flex;justify-content:space-between;align-items:center}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-header .score-title{font-size:14px;font-weight:700;color:#111827;margin:0;text-transform:uppercase;letter-spacing:.5px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-header .trend-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:600;text-transform:capitalize;border:1px solid currentColor}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display{display:flex;align-items:center;gap:20px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle{position:relative;width:80px;height:80px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;box-shadow:0 6px 24px #00000014}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle .score-value{font-size:26px;font-weight:800;line-height:1;letter-spacing:-.5px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle .score-max{font-size:12px;font-weight:600;color:#6b7280;margin-top:1px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info{flex:1}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-status-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-status-row .score-status{font-size:18px;font-weight:700;line-height:1.2}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-status-row .points-badge{font-size:14px;font-weight:700;padding:2px 8px;background:#10b9811a;border-radius:12px;border:1px solid currentColor}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-description{font-size:13px;color:#6b7280;line-height:1.3}@media (max-width: 1024px){.reddit-health-container .health-header .header-content{grid-template-columns:1fr;gap:24px;padding:20px;text-align:center;min-height:auto}.reddit-health-container .health-header .header-content .user-section{justify-content:center}.reddit-health-container .health-header .header-content .health-score-section .score-container{min-width:auto;margin:0 auto;max-width:320px;padding:16px}}@media (max-width: 768px){.reddit-health-container .health-header{margin-top:16px}.reddit-health-container .health-header .header-content{padding:20px;gap:24px}.reddit-health-container .health-header .header-content .user-section{flex-direction:column;gap:16px}.reddit-health-container .health-header .header-content .user-section .user-avatar .avatar-image,.reddit-health-container .health-header .header-content .user-section .user-avatar .avatar-placeholder{width:64px;height:64px}.reddit-health-container .health-header .header-content .user-section .user-details{text-align:center}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row{justify-content:center}.reddit-health-container .health-header .header-content .user-section .user-details .user-name-row .username{font-size:24px}.reddit-health-container .health-header .header-content .user-section .user-details .user-stats{align-items:center}.reddit-health-container .health-header .header-content .health-score-section .score-container{padding:16px;gap:10px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display{flex-direction:column;gap:12px;text-align:center}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle{width:70px;height:70px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle .score-value{font-size:22px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-circle .score-max{font-size:11px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-status-row{justify-content:center;flex-wrap:wrap;gap:8px}.reddit-health-container .health-header .header-content .health-score-section .score-container .score-display .score-info .score-status-row .points-badge{font-size:12px;padding:1px 6px}}.reddit-health-container .section-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid var(--gradient-light-bg-alt);display:inline-block}.reddit-health-container .metric-icon svg,.reddit-health-container .activity-icon svg,.reddit-health-container .type-icon svg,.reddit-health-container .rec-icon svg{color:inherit;stroke-width:2}.reddit-health-container .trend-indicator svg{color:inherit;stroke-width:2}.reddit-health-container .refresh-icon svg{stroke-width:2}.reddit-health-container .metrics-section{margin-bottom:40px}.reddit-health-container .metrics-section .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.reddit-health-container .metrics-section .metrics-grid .metric-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.reddit-health-container .metrics-section .metrics-grid .metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.reddit-health-container .metrics-section .metrics-grid .metric-card:hover{border-color:#d1d5db;box-shadow:0 8px 32px #0000001f;transform:translateY(-2px)}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-icon-wrapper.karma-icon{background:var(--gradient-light-bg);color:var(--primary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-icon-wrapper.age-icon{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);color:#7c3aed}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-icon-wrapper.engagement-icon{background:linear-gradient(135deg,#bfdbfe,#93c5fd);color:#2563eb}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-icon-wrapper.content-icon{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#ea580c}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-trend{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;background:#10b9811a}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-trend.stable{background:#6b72801a}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;background:#10b9811a}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-card-header .metric-status .status-indicator{width:6px;height:6px;border-radius:50%}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-main-value{font-size:36px;font-weight:800;color:#111827;line-height:1.1;margin-bottom:8px;letter-spacing:-.5px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-label{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:20px;text-transform:uppercase;letter-spacing:.8px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-item{text-align:center}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-item .breakdown-value{font-size:18px;font-weight:700;color:#374151;margin-bottom:4px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-item .breakdown-label{font-size:12px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-item.post-karma .breakdown-value{color:var(--primary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-item.comment-karma .breakdown-value{color:var(--secondary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-breakdown .breakdown-single .days-active{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:var(--gradient-light-bg-alt);border-radius:8px;font-size:14px;font-weight:600;color:#374151}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars{margin-bottom:16px}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-bottom:12px}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-bar .mix-bar-fill{height:100%;background:var(--gradient-primary);border-radius:4px;transition:width .3s ease}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-bar .mix-bar-fill.posts-bar{background:var(--primary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-legend{display:flex;justify-content:space-between;gap:12px}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#6b7280}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-legend .legend-item .legend-color{width:12px;height:12px;border-radius:2px}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-legend .legend-item .legend-color.posts-color{background:var(--primary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .content-mix-bars .mix-legend .legend-item .legend-color.comments-color{background:var(--secondary-color)}.reddit-health-container .metrics-section .metrics-grid .metric-card .ideal-ratio{padding:8px 12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;margin-top:12px}.reddit-health-container .metrics-section .metrics-grid .metric-card .ideal-ratio span{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.reddit-health-container .metrics-section .metrics-grid .metric-card{padding:20px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-main-value{font-size:28px}.reddit-health-container .metrics-section .metrics-grid .metric-card .breakdown-row{grid-template-columns:1fr;gap:12px}}@media (max-width: 1024px){.reddit-health-container .metrics-section .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}@media (max-width: 768px){.reddit-health-container .metrics-section .metrics-grid{grid-template-columns:1fr;gap:16px}}.reddit-health-container .charts-section{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:40px}.reddit-health-container .charts-section .chart-container{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb;transition:all .2s ease}.reddit-health-container .charts-section .chart-container:hover{border-color:#d1d5db;box-shadow:0 4px 20px #0000000d}.reddit-health-container .charts-section .chart-container .chart-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f3f4f6;margin-top:0}.reddit-health-container .charts-section .chart-container.karma-growth .chart-area .karma-line-chart{height:200px;margin-bottom:16px}.reddit-health-container .charts-section .chart-container.karma-growth .chart-area .karma-line-chart .chart-svg{width:100%;height:100%}.reddit-health-container .charts-section .chart-container.karma-growth .chart-area .karma-line-chart .chart-svg .karma-point{cursor:pointer;transition:all .2s ease}.reddit-health-container .charts-section .chart-container.karma-growth .chart-area .karma-line-chart .chart-svg .karma-point:hover{transform:scale(1.2)}.reddit-health-container .charts-section .chart-container.karma-growth .chart-area .chart-labels{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af;font-weight:500}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item{display:flex;align-items:center;gap:16px;padding:16px;margin-bottom:12px;background:#f9fafb;border-radius:8px;transition:all .2s ease}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item:hover{background:#f3f4f6}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item:last-child{margin-bottom:0}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item .activity-icon{font-size:20px;width:40px;height:40px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item .activity-details{flex:1}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item .activity-details .activity-name{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item .activity-details .activity-count{font-size:12px;color:#6b7280;font-weight:500}.reddit-health-container .charts-section .chart-container.activity-distribution .activity-stats .activity-item .activity-percentage{font-size:18px;font-weight:700;color:var(--primary-color)}.reddit-health-container .recommendations-section{margin-bottom:40px}.reddit-health-container .recommendations-section .recommendations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb;transition:all .2s ease;position:relative}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card:hover{border-color:#d1d5db;box-shadow:0 8px 25px #00000014;transform:translateY(-2px)}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .recommendation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .recommendation-header .rec-icon{font-size:24px;width:48px;height:48px;background:var(--gradient-light-bg);border-radius:12px;display:flex;align-items:center;justify-content:center}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .recommendation-header .rec-priority{font-size:11px;font-weight:600;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:4px}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px;line-height:1.3}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-description{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:16px}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-action{font-size:13px;color:#374151;margin-bottom:8px;padding:12px;background:#f9fafb;border-radius:8px;border-left:3px solid var(--primary-color)}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-action strong{color:#111827}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-impact{font-size:13px;color:#374151;font-style:italic}.reddit-health-container .recommendations-section .recommendations-grid .recommendation-card .rec-impact strong{color:#111827;font-style:normal}.reddit-health-container .activity-section .activity-feed{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.reddit-health-container .activity-section .activity-feed .activity-item{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;border-bottom:1px solid #f3f4f6;transition:all .2s ease}.reddit-health-container .activity-section .activity-feed .activity-item:hover{background:#f9fafb}.reddit-health-container .activity-section .activity-feed .activity-item:last-child{border-bottom:none}.reddit-health-container .activity-section .activity-feed .activity-item .activity-type{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:60px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-type .type-icon{font-size:20px;width:40px;height:40px;background:var(--gradient-light-bg);border-radius:8px;display:flex;align-items:center;justify-content:center}.reddit-health-container .activity-section .activity-feed .activity-item .activity-type .type-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content{flex:1}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-text{font-size:14px;color:#374151;line-height:1.5;margin-bottom:12px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta{display:flex;gap:16px;font-size:12px;flex-wrap:wrap}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .subreddit{font-weight:600;color:var(--primary-color);background:var(--gradient-light-bg-alt);padding:2px 8px;border-radius:4px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .engagement-stats{color:#6b7280;font-weight:500;display:flex;align-items:center;gap:4px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .engagement-stats svg{stroke-width:2}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .engagement-stats span{display:flex;align-items:center;gap:4px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .activity-time{color:#9ca3af;font-weight:500;display:flex;align-items:center;gap:4px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-content .activity-meta .activity-time svg{stroke-width:2}.reddit-health-container .activity-section .activity-feed .activity-item .engagement-indicator .engagement-badge{font-size:11px;font-weight:600;padding:6px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;border:1px solid currentColor}@media (max-width: 768px){.reddit-health-container{padding:0 16px}.reddit-health-container .health-header{flex-direction:column;gap:24px;align-items:stretch}.reddit-health-container .health-header .health-overview .health-score-section{flex-direction:column;text-align:center;gap:20px}.reddit-health-container .health-header .health-actions{flex-direction:row;align-items:center;justify-content:space-between}.reddit-health-container .charts-section,.reddit-health-container .metrics-section .metrics-grid,.reddit-health-container .recommendations-section .recommendations-grid{grid-template-columns:1fr}.reddit-health-container .activity-section .activity-feed .activity-item{flex-direction:column;gap:16px}.reddit-health-container .activity-section .activity-feed .activity-item .activity-type{flex-direction:row;align-items:center;min-width:auto}}@media (max-width: 480px){.reddit-health-container .health-header .health-overview .health-score-section .score-circle{width:100px;height:100px}.reddit-health-container .health-header .health-overview .health-score-section .score-circle .score-value{font-size:28px}.reddit-health-container .metrics-section .metrics-grid .metric-card .metric-value{font-size:24px}}.reddit-account-persona{padding:2rem;background:var(--bg-color-light);min-height:100vh}.reddit-account-persona .persona-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e5e9}.reddit-account-persona .persona-header .header-title{display:flex;align-items:flex-start;gap:1rem}.reddit-account-persona .persona-header .header-title .persona-icon{width:48px;height:48px;background:var(--gradient-light-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0}.reddit-account-persona .persona-header .header-title h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--text-color-light)}.reddit-account-persona .persona-header .header-title p{margin:0;color:var(--text-muted);font-size:.875rem}.reddit-account-persona .persona-header .header-actions{display:flex;gap:.75rem;align-items:center}.reddit-account-persona .persona-header .header-actions .ant-btn{border-radius:var(--border-radius);height:40px;padding:0 1rem;display:flex;align-items:center;gap:.5rem}.reddit-account-persona .persona-header .header-actions .ant-btn[type=primary]{background:var(--gradient-primary);border:none;color:#fff}.reddit-account-persona .persona-header .header-actions .ant-btn[type=primary]:hover{background:var(--gradient-primary-hover)}.reddit-account-persona .persona-view{display:flex;flex-direction:column;gap:1.5rem}.reddit-account-persona .persona-view .persona-section{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e1e5e9;display:flex;gap:1rem}.reddit-account-persona .persona-view .persona-section .section-icon{width:40px;height:40px;background:var(--gradient-light-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0}.reddit-account-persona .persona-view .persona-section .section-content{flex:1}.reddit-account-persona .persona-view .persona-section .section-content h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text-color-light)}.reddit-account-persona .persona-view .persona-section .section-content p{margin:0;color:var(--text-muted);line-height:1.5}.reddit-account-persona .persona-view .persona-section .section-content .knowledge-content{background:#f8f9fa;padding:1rem;border-radius:8px;margin-top:.75rem;color:var(--text-color-light);line-height:1.5}.reddit-account-persona .persona-view .tone-sliders{margin-top:1rem}.reddit-account-persona .persona-view .tone-sliders .tone-item{margin-bottom:1.5rem}.reddit-account-persona .persona-view .tone-sliders .tone-item:last-child{margin-bottom:0}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-header span{font-weight:500;color:var(--text-color-light)}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-header .tone-labels{display:flex;gap:1rem}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-header .tone-labels span{font-size:.75rem;color:var(--text-muted);font-weight:400}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-slider-container .tone-slider{position:relative;height:4px;background:#e1e5e9;border-radius:2px}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-slider-container .tone-slider .tone-fill{position:absolute;top:0;left:0;height:100%;background:var(--gradient-primary);border-radius:2px;transition:width .3s ease}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-slider-container .tone-slider .tone-thumb{position:absolute;top:-4px;width:12px;height:12px;background:#fff;border:2px solid var(--primary-color);border-radius:50%;transform:translate(-50%);transition:left .3s ease}.reddit-account-persona .persona-view .rules-display{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.reddit-account-persona .persona-view .rules-display .rules-column h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text-color-light)}.reddit-account-persona .persona-view .rules-display .rules-column ul{margin:0;padding-left:1.25rem;list-style-type:disc}.reddit-account-persona .persona-view .rules-display .rules-column ul li{margin-bottom:.5rem;color:var(--text-color-light);line-height:1.4}.reddit-account-persona .persona-view .rules-display .rules-column ul li:last-child{margin-bottom:0}.reddit-account-persona .persona-edit-form{display:flex;flex-direction:column;gap:2rem}.reddit-account-persona .persona-edit-form .form-section{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e1e5e9}.reddit-account-persona .persona-edit-form .form-section h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:var(--text-color-light)}.reddit-account-persona .persona-edit-form .form-section .form-field{margin-bottom:1.5rem}.reddit-account-persona .persona-edit-form .form-section .form-field:last-child{margin-bottom:0}.reddit-account-persona .persona-edit-form .form-section .form-field label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-color-light);font-size:.875rem}.reddit-account-persona .persona-edit-form .form-section .form-field .ant-input,.reddit-account-persona .persona-edit-form .form-section .form-field .ant-input-textarea{border-radius:var(--border-radius);border:1px solid #d1d5db;transition:border-color .2s}.reddit-account-persona .persona-edit-form .form-section .form-field .ant-input:focus,.reddit-account-persona .persona-edit-form .form-section .form-field .ant-input-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.reddit-account-persona .persona-edit-form .form-section .slider-field{margin-bottom:1.5rem}.reddit-account-persona .persona-edit-form .form-section .slider-field:last-child{margin-bottom:0}.reddit-account-persona .persona-edit-form .form-section .slider-field .slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reddit-account-persona .persona-edit-form .form-section .slider-field .slider-header label{font-weight:500;color:var(--text-color-light);font-size:.875rem;margin:0}.reddit-account-persona .persona-edit-form .form-section .slider-field .slider-header .slider-labels{display:flex;gap:1rem}.reddit-account-persona .persona-edit-form .form-section .slider-field .slider-header .slider-labels span{font-size:.75rem;color:var(--text-muted)}.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider{margin:0}.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider .ant-slider-rail{background:#e1e5e9}.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider .ant-slider-track{background:var(--gradient-primary)}.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider .ant-slider-handle{border-color:var(--primary-color)}.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider .ant-slider-handle:hover,.reddit-account-persona .persona-edit-form .form-section .slider-field .ant-slider .ant-slider-handle:focus{border-color:var(--primary-hover);box-shadow:0 0 0 5px #f43f5e1a}.reddit-account-persona .persona-edit-form .form-section .rules-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rules-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rules-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--text-color-light)}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rules-header .add-rule-btn{background:var(--gradient-light-bg);border:1px solid var(--primary-color);border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);cursor:pointer;transition:all .2s}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rules-header .add-rule-btn:hover{background:var(--gradient-light-bg-alt);transform:scale(1.05)}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rule-item{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:flex-start}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rule-item:last-child{margin-bottom:0}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rule-item .ant-input{flex:1}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rule-item .remove-rule-btn{background:transparent;border:1px solid #e1e5e9;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s;margin-top:0}.reddit-account-persona .persona-edit-form .form-section .rules-container .rules-column .rule-item .remove-rule-btn:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}@media (max-width: 768px){.reddit-account-persona{padding:1rem}.reddit-account-persona .persona-header{flex-direction:column;gap:1rem;align-items:stretch}.reddit-account-persona .persona-header .header-title .persona-icon{width:40px;height:40px}.reddit-account-persona .persona-header .header-title h2{font-size:1.25rem}.reddit-account-persona .persona-header .header-actions{justify-content:flex-end}.reddit-account-persona .persona-view .rules-display,.reddit-account-persona .persona-edit-form .rules-container{grid-template-columns:1fr;gap:1.5rem}.reddit-account-persona .persona-view .tone-sliders .tone-item .tone-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.reddit-health-page{padding:0;max-width:none}.reddit-health-page .top-tabs{border-bottom:1px solid #e1e5e9;padding:0;margin-bottom:24px}.reddit-health-page .top-tabs .ant-segmented{border-radius:0;border:0px;padding:0}.reddit-health-page .top-tabs .ant-segmented .ant-segmented-item{border-radius:0}.reddit-health-page .top-tabs .ant-segmented .ant-segmented-item.ant-segmented-item-selected .ant-segmented-item-label{background:#fff}.reddit-health-page .top-tabs .ant-segmented .ant-segmented-item .ant-segmented-item-label{background:#f8fafc}.reddit-health-page .top-tabs .ant-segmented .segment-label{display:flex;align-items:center;gap:5px;padding:4px 8px;font-weight:500}.reddit-health-page .tab-content{min-height:calc(100vh - 80px)}.settings-page{padding:0;max-width:none;background:#fafafa}.settings-page .settings-tabs{display:flex;flex-direction:column;min-height:100vh}.settings-page .settings-tabs .tab-navigation{display:flex;background:#fff;border-bottom:1px solid #e1e5e9;padding:0 2rem;overflow-x:auto}.settings-page .settings-tabs .tab-navigation .tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 0;margin-right:2rem;border:none;background:none;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:.875rem;font-weight:500;white-space:nowrap;border-bottom:2px solid transparent;position:relative;outline:none;box-shadow:none;border-radius:2px;font-weight:600}.settings-page .settings-tabs .tab-navigation .tab-button:hover{color:#374151}.settings-page .settings-tabs .tab-navigation .tab-button.active{color:#111827;border-bottom-color:#6366f1;font-weight:600}.settings-page .settings-tabs .tab-navigation .tab-button svg{display:none}.settings-page .settings-tabs .tab-content{flex:1;background:#fff;overflow-y:auto}.settings-tab{padding:2rem;max-width:1000px;margin:0 auto}.settings-tab .tab-header{margin-bottom:2.5rem}.settings-tab .tab-header h3{font-size:1.75rem;font-weight:700;color:#111827;letter-spacing:-.025em;margin-bottom:.25rem}.settings-tab .tab-header p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-top:0}.settings-tab .settings-sections .settings-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid #e1e5e9}.settings-tab .settings-sections .settings-section h4{font-size:1.125rem;margin-top:0;font-weight:600;color:#111827;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.settings-tab .settings-sections .settings-section h4 svg{display:none}.settings-tab .settings-sections .settings-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.settings-tab .settings-sections .settings-section .section-header h4{margin-bottom:0;flex:1}.settings-tab .settings-sections .settings-section .section-header .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--gradient-primary);color:#fff;border:1px solid var(--primary-color);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.settings-tab .settings-sections .settings-section .section-header .btn-primary:hover:not(:disabled){background:var(--gradient-primary-hover);border-color:var(--primary-color)}.settings-tab .settings-sections .settings-section .section-header .btn-primary:disabled{opacity:.5;cursor:not-allowed}.settings-tab .settings-sections .settings-section .section-header .btn-primary svg{width:16px;height:16px}.settings-tab .settings-sections .settings-section .setting-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.settings-tab .settings-sections .settings-section .setting-item{margin-bottom:1.5rem}.settings-tab .settings-sections .settings-section .setting-item label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.settings-tab .settings-sections .settings-section .setting-item label svg{display:none}.settings-tab .settings-sections .settings-section .setting-item label.checkbox-label{cursor:pointer;display:flex;align-items:center;gap:.5rem}.settings-tab .settings-sections .settings-section .setting-item label.checkbox-label input[type=checkbox]{margin:0}.settings-tab .settings-sections .settings-section .setting-item input[type=text],.settings-tab .settings-sections .settings-section .setting-item input[type=email],.settings-tab .settings-sections .settings-section .setting-item input[type=password],.settings-tab .settings-sections .settings-section .setting-item input[type=url],.settings-tab .settings-sections .settings-section .setting-item textarea,.settings-tab .settings-sections .settings-section .setting-item select{box-sizing:border-box;width:100%;padding:.75rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;background:#fff;transition:border-color .15s ease}.settings-tab .settings-sections .settings-section .setting-item input[type=text]:focus,.settings-tab .settings-sections .settings-section .setting-item input[type=email]:focus,.settings-tab .settings-sections .settings-section .setting-item input[type=password]:focus,.settings-tab .settings-sections .settings-section .setting-item input[type=url]:focus,.settings-tab .settings-sections .settings-section .setting-item textarea:focus,.settings-tab .settings-sections .settings-section .setting-item select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f10d}.settings-tab .settings-sections .settings-section .setting-item input[type=text]::placeholder,.settings-tab .settings-sections .settings-section .setting-item input[type=email]::placeholder,.settings-tab .settings-sections .settings-section .setting-item input[type=password]::placeholder,.settings-tab .settings-sections .settings-section .setting-item input[type=url]::placeholder,.settings-tab .settings-sections .settings-section .setting-item textarea::placeholder,.settings-tab .settings-sections .settings-section .setting-item select::placeholder{color:#9ca3af}.settings-tab .settings-sections .settings-section .setting-item textarea{resize:vertical;min-height:80px}.settings-tab .settings-sections .settings-section .setting-item select{cursor:pointer}.settings-tab .settings-sections .settings-section .setting-item .password-setting{display:flex;align-items:center;gap:1rem}.settings-tab .settings-sections .settings-section .setting-item .password-setting .password-placeholder{flex:1;padding:.75rem .875rem;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem}.settings-tab .settings-sections .settings-section .setting-item .keyword-input-container{display:flex;gap:.75rem;margin-bottom:1rem}.settings-tab .settings-sections .settings-section .setting-item .keyword-input-container input{flex:1}.settings-tab .settings-sections .settings-section .setting-item .keyword-input-container .btn-secondary{padding:.75rem 1rem;white-space:nowrap}.settings-tab .settings-sections .settings-section .setting-item .tags-container{display:flex;flex-wrap:wrap;gap:.5rem;min-height:20px}.settings-tab .settings-sections .settings-section .setting-item .tags-container .tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:20px;font-size:.875rem;color:#374151}.settings-tab .settings-sections .settings-section .setting-item .tags-container .tag .tag-remove{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;font-size:1rem;line-height:1}.settings-tab .settings-sections .settings-section .setting-item .tags-container .tag .tag-remove:hover{color:#dc2626}.settings-tab .settings-sections .danger-zone{border-color:#fecaca;background:#fef2f2}.settings-tab .settings-sections .danger-zone h4{color:#dc2626}.settings-tab .settings-sections .danger-zone h4 svg{display:none}.settings-tab .settings-sections .danger-zone .danger-actions .danger-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #fecaca;border-radius:6px}.settings-tab .settings-sections .danger-zone .danger-actions .danger-item .danger-info .danger-title{display:block;font-weight:600;color:#dc2626;margin-bottom:.25rem;font-size:.875rem}.settings-tab .settings-sections .danger-zone .danger-actions .danger-item .danger-info .danger-description{font-size:.75rem;color:#6b7280;line-height:1.4}.settings-tab .tab-actions{display:flex;gap:.75rem;justify-content:flex-start;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.btn-primary,.btn-secondary,.btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;border:1px solid transparent;transition:all .15s ease}.btn-primary.small,.btn-secondary.small,.btn-danger.small{padding:.5rem .75rem;font-size:.75rem}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#6366f1;color:#fff;border:1px solid #6366f1}.btn-primary:hover:not(:disabled){background:#5855eb;border-color:#5855eb}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-danger{background:#ef4444;color:#fff;border:1px solid #ef4444}.btn-danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.current-plan-card{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#f8fafc;border:1px solid #e1e5e9;border-radius:8px}.current-plan-card .plan-info .plan-name{font-weight:600;font-size:1rem;color:#111827}.current-plan-card .plan-info .plan-price{color:#6366f1;font-weight:500;font-size:.875rem;margin-top:.25rem}.current-plan-card .plan-status{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.current-plan-card .plan-status .status-badge{padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:500}.current-plan-card .plan-status .status-badge.active{background:#10b981;color:#fff}.current-plan-card .plan-status .next-billing{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}.current-plan-card .plan-status .next-billing svg{width:12px;height:12px}.billing-cycle-toggle{margin-bottom:1.5rem}.billing-cycle-toggle .toggle-buttons{display:flex;background:#f1f5f9;border-radius:6px;padding:.25rem;width:fit-content}.billing-cycle-toggle .toggle-buttons .toggle-btn{padding:.5rem 1rem;border:none;background:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7280;transition:all .15s ease;position:relative}.billing-cycle-toggle .toggle-buttons .toggle-btn.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.billing-cycle-toggle .toggle-buttons .toggle-btn .discount-badge{position:absolute;top:-6px;right:-6px;background:#059669;color:#fff;font-size:.625rem;padding:.125rem .375rem;border-radius:4px;font-weight:600}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.plans-grid .plan-card{border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .15s ease;position:relative;background:#fff}.plans-grid .plan-card:hover{border-color:#6366f1;box-shadow:0 4px 6px -1px #0000001a}.plans-grid .plan-card.selected{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.plans-grid .plan-card.recommended{border-color:#059669}.plans-grid .plan-card.recommended .recommended-badge{position:absolute;top:-6px;left:50%;transform:translate(-50%);background:#059669;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:4px}.plans-grid .plan-card .plan-header{margin-bottom:1.5rem}.plans-grid .plan-card .plan-header h5{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#111827}.plans-grid .plan-card .plan-header .plan-pricing .price{font-size:1.5rem;font-weight:700;color:#111827}.plans-grid .plan-card .plan-header .plan-pricing .period{color:#6b7280;font-size:.875rem}.plans-grid .plan-card .plan-features{list-style:none;padding:0;margin:0 0 1.5rem}.plans-grid .plan-card .plan-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:#374151}.plans-grid .plan-card .plan-features li svg{color:#10b981;flex-shrink:0;width:16px;height:16px}.plans-grid .plan-card .plan-button{width:100%;padding:.75rem;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}.plans-grid .plan-card .plan-button.current{background:#f3f4f6;color:#6b7280;border-color:#d1d5db;cursor:default}.plans-grid .plan-card .plan-button:not(.current){background:#6366f1;color:#fff;border-color:#6366f1}.plans-grid .plan-card .plan-button:not(.current):hover{background:#5855eb;border-color:#5855eb}.payment-method-card{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:1px solid #e1e5e9;border-radius:8px;background:#fff}.payment-method-card .card-info{display:flex;align-items:center;gap:.75rem}.payment-method-card .card-info svg{color:#6b7280}.payment-method-card .card-info .card-details{display:flex;flex-direction:column}.payment-method-card .card-info .card-details .card-number{font-weight:500;font-size:.875rem;color:#111827}.payment-method-card .card-info .card-details .card-expiry{font-size:.75rem;color:#6b7280;margin-top:.125rem}.billing-history .history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e1e5e9}.billing-history .history-item:last-child{border-bottom:none}.billing-history .history-item .invoice-info{display:flex;flex-direction:column}.billing-history .history-item .invoice-info .invoice-date{font-size:.875rem;font-weight:500;color:#111827}.billing-history .history-item .invoice-info .invoice-amount{font-size:.75rem;color:#6b7280;margin-top:.125rem}.labels-list .label-item{margin-bottom:1.5rem}.labels-list .label-item .label-display{display:flex;flex-direction:column;padding:1.5rem;border:1px solid #e1e5e9;border-radius:8px;background:#fff;transition:all .15s ease;gap:1rem}.labels-list .label-item .label-display:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.labels-list .label-item .label-display .label-main-info{display:flex;justify-content:space-between;align-items:center;flex:1}.labels-list .label-item .label-display .label-main-info .label-visual{display:flex;align-items:center;gap:1rem}.labels-list .label-item .label-display .label-main-info .label-visual .label-color{width:16px;height:16px;border-radius:50%;flex-shrink:0;border:2px solid white;box-shadow:0 1px 3px #0003}.labels-list .label-item .label-display .label-main-info .label-visual .label-details{display:flex;flex-direction:column}.labels-list .label-item .label-display .label-main-info .label-visual .label-details .label-name{font-weight:500;font-size:.875rem;color:#111827}.labels-list .label-item .label-display .label-main-info .label-visual .label-details .label-description{font-size:.75rem;color:#6b7280;margin-top:.25rem;line-height:1.4}.labels-list .label-item .label-display .label-main-info .label-preview .label-tag{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid}.labels-list .label-item .label-display .label-actions{display:flex;gap:.25rem;align-self:flex-end}.labels-list .label-item .label-display .label-actions .action-btn{padding:.5rem;border:none;background:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .15s ease}.labels-list .label-item .label-display .label-actions .action-btn:hover{background:#f3f4f6}.labels-list .label-item .label-display .label-actions .action-btn.edit:hover{color:#6366f1;background:#eef2ff}.labels-list .label-item .label-display .label-actions .action-btn.delete:hover{color:#dc2626;background:#fef2f2}.labels-list .label-item .label-display .label-actions .action-btn svg{width:16px;height:16px}.labels-list .label-item .label-display .label-keywords .keywords-header{margin-bottom:.75rem}.labels-list .label-item .label-display .label-keywords .keywords-header .keywords-title{font-size:.75rem;color:#6b7280;font-weight:500}.labels-list .label-item .label-display .label-keywords .keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.labels-list .label-item .label-display .label-keywords .keywords-list .keyword-tag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:400;border:1px solid;white-space:nowrap}.labels-list .label-item .label-display .label-keywords .keywords-list .keywords-more{font-size:.75rem;color:#6b7280;font-style:italic;padding:.25rem 0}.label-form{padding:2rem;border:1px solid #e1e5e9;border-radius:8px;background:#fff;margin-bottom:1.5rem}.label-form.new-label-form{border-color:#6366f1;box-shadow:0 0 0 1px #6366f11a}.label-form .form-header{margin-bottom:2rem}.label-form .form-header h5{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.label-form .form-row{display:grid;grid-template-columns:2fr 3fr;gap:2rem;margin-bottom:.25rem;align-items:start}.label-form .form-group{margin-bottom:1.5rem}.label-form .form-group:last-child{margin-bottom:0}.label-form .form-group label{display:block;margin-bottom:.625rem;font-weight:500;color:#374151;font-size:.875rem}.label-form .form-group input[type=text],.label-form .form-group textarea{width:100%;padding:.875rem 1rem;border:1.5px solid #e1e5e9;border-radius:8px;font-size:.875rem;font-family:inherit;background:#fff;transition:all .15s ease;box-sizing:border-box}.label-form .form-group input[type=text]:focus,.label-form .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.label-form .form-group input[type=text]:hover:not(:focus),.label-form .form-group textarea:hover:not(:focus){border-color:#d1d5db}.label-form .form-group input[type=text]::placeholder,.label-form .form-group textarea::placeholder{color:#9ca3af;font-weight:400}.label-form .form-group textarea{resize:vertical;min-height:80px;line-height:1.5}.label-form .color-picker{display:flex;flex-direction:column;gap:1rem}.label-form .color-picker .selected-color{width:32px;height:32px;border-radius:6px;border:2px solid white;box-shadow:0 2px 8px #00000026;align-self:flex-start}.label-form .color-picker .color-options{display:grid;grid-template-columns:repeat(10,1fr);gap:.75rem;max-width:200px;margin-top:5px}.label-form .color-picker .color-options .color-option{width:28px;height:28px;border:2px solid transparent;cursor:pointer;transition:all .15s ease;position:relative;padding:1rem;border-radius:50px}.label-form .color-picker .color-options .color-option:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.label-form .color-picker .color-options .color-option.selected{border-color:#fff;box-shadow:0 0 0 2px currentColor,0 2px 8px #00000026;transform:scale(1.05)}.label-form .form-actions{display:flex;gap:.75rem;justify-content:flex-start;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280;background:#fff;border:1px solid #e1e5e9;border-radius:8px}.empty-state svg{margin-bottom:1.5rem;color:#d1d5db;width:48px;height:48px}.empty-state h4{margin-bottom:.75rem;color:#374151;font-weight:600;display:inline-flex!important;font-size:1.125rem}.empty-state p{margin-bottom:2rem;font-size:.875rem;line-height:1.5;max-width:400px;margin-left:auto;margin-right:auto}.empty-state .btn-primary{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;background:var(--gradient-primary);border:1px solid var(--primary-color)}.empty-state .btn-primary svg{max-width:24px!important;max-height:24px!important;margin:0}.empty-state .btn-primary:hover{background:var(--gradient-primary-hover);border-color:var(--primary-color)}.tips-list .tip-item{padding:1.25rem;background:#f8fafc;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.tips-list .tip-item:last-child{margin-bottom:0}.tips-list .tip-item strong{color:#6366f1;font-weight:600}.post-sidepanel-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000}.post-sidepanel{position:fixed;top:0;right:0;width:700px;height:100vh;background-color:var(--bg-color-light);box-shadow:-4px 0 20px #00000026;z-index:1001;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.post-sidepanel{width:100vw}}.post-sidepanel-header{background-color:var(--bg-color-light);border-bottom:1px solid #e5e7eb;border-top:4px solid #e5e7eb;padding:16px 20px;flex-shrink:0;position:relative}.post-sidepanel-header .header-top{display:flex;justify-content:space-between;align-items:center}.post-sidepanel-header .header-top .close-btn{background:none;border:none;padding:6px;cursor:pointer;color:var(--text-muted);border-radius:var(--border-radius);transition:all var(--transition-base);position:absolute;right:20px;top:16px}.post-sidepanel-header .header-top .close-btn:hover{background-color:#f3f4f6;color:var(--text-color-light)}.post-sidepanel-header .header-actions{display:flex;gap:6px}.post-sidepanel-header .header-actions button{background:none;border:1px solid #e5e7eb;cursor:pointer;color:var(--text-muted);border-radius:var(--border-radius);transition:all var(--transition-base);display:flex;justify-content:center;padding:8px 16px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:400}.post-sidepanel-header .header-actions button:hover{background-color:#fff;color:var(--text-color-light);border-color:var(--primary-color)}.post-sidepanel-header .header-actions .reddit-btn{margin-left:auto}.post-sidepanel-header .header-content .subreddit-info{display:flex;align-items:center;gap:16px;margin-bottom:8px}.post-sidepanel-header .header-content .subreddit-info .subreddit-name{font-weight:600;color:var(--primary-color);font-size:13px}.post-sidepanel-header .header-content .subreddit-info .time-ago{color:var(--text-muted);font-size:13px}.post-sidepanel-header .header-content .post-title{font-size:18px;font-weight:600;color:var(--text-color-light);line-height:1.3;margin-bottom:10px;max-height:100px;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical}.post-sidepanel-header .header-content .post-meta{display:flex;align-items:center;gap:12px;margin-bottom:0}.post-sidepanel-header .header-content .post-meta .meta-item{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:13px}.post-sidepanel-header .header-content .post-meta .meta-item svg{color:#9ca3af}.post-sidepanel-header .header-content .post-meta .post-actions{margin-left:auto;display:flex;gap:8px}.post-sidepanel-header .header-content .post-meta .post-actions .action-btn{background:none;border:0px;padding:10px;border-radius:10px;background:transparent;width:40px;height:40px;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;border:1px solid #ddd}.post-sidepanel-header .header-content .post-meta .post-actions .action-btn svg{color:#222}.post-sidepanel-header .header-content .post-meta .post-actions .action-btn:hover{border:1px solid var(--primary-color)}.post-sidepanel-header .header-content .post-meta .post-actions .action-btn:hover svg{color:var(--primary-color)}.post-sidepanel-content{flex:1;overflow-y:auto;padding:16px 20px 0}.post-sidepanel-content .content-section{margin-bottom:20px}.post-sidepanel-content .content-section:last-child{margin-bottom:16px}.post-sidepanel-content .content-section h3{font-size:16px;font-weight:600;color:var(--text-color-light);margin-bottom:12px}.post-sidepanel-content .content-section .post-content{background-color:#f9fafb;padding:16px;border-radius:var(--border-radius);border-left:4px solid #e5e7eb;color:#222}.post-sidepanel-content .content-section .post-content h1{font-size:1.8rem}.post-sidepanel-content .content-section .post-content h2{font-size:1.5rem}.post-sidepanel-content .content-section .post-content h3{font-size:1.2rem}.post-sidepanel-content .content-section .post-content h4{font-size:1rem}.post-sidepanel-content .content-section .post-content p{color:var(--text-color-light);line-height:1.6;margin:0}.post-sidepanel-content .content-section .analysis-content .analysis-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.post-sidepanel-content .content-section .analysis-content .analysis-item:last-child{margin-bottom:0}.post-sidepanel-content .content-section .analysis-content .analysis-item .label{font-size:14px;color:var(--text-muted)}.post-sidepanel-content .content-section .analysis-content .analysis-item .value{font-size:14px;font-weight:500;color:var(--text-color-light)}.post-sidepanel-content .content-section .analysis-content .analysis-item .value.high{color:var(--primary-color);font-weight:600}.post-sidepanel-footer{background-color:var(--bg-color-light);border-top:1px solid #e5e7eb;padding:16px 20px;flex-shrink:0;position:sticky;bottom:0}.post-sidepanel-footer .content-section{margin-bottom:0}.post-sidepanel-footer .content-section h3{font-size:16px;font-weight:600;color:var(--text-color-light);margin:0}.post-sidepanel-footer .content-section .response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.post-sidepanel-footer .content-section .response-header .stage-context .stage-hint{font-size:12px;color:var(--text-muted);font-style:italic}.post-sidepanel-footer .content-section .response-header .reply-type-selector .reply-type-select{padding:6px 12px;border:1px solid #e5e7eb;border-radius:var(--border-radius);background-color:var(--bg-color-light);color:var(--text-color-light);font-size:13px;cursor:pointer;transition:all var(--transition-base)}.post-sidepanel-footer .content-section .response-header .reply-type-selector .reply-type-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.post-sidepanel-footer .content-section .generate-reply-section{text-align:center;padding:20px;background:var(--gradient-light-bg-alt);border-radius:var(--border-radius);border:1px dashed rgba(244,63,94,.3)}.post-sidepanel-footer .content-section .generate-reply-section .generate-description{color:var(--text-muted);font-size:14px;margin-bottom:16px;line-height:1.5}.post-sidepanel-footer .content-section .generate-reply-section .generate-btn{background:var(--gradient-primary);color:#fff;border:none;padding:12px 24px;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all var(--transition-base);display:inline-flex;align-items:center;gap:8px}.post-sidepanel-footer .content-section .generate-reply-section .generate-btn:hover:not(:disabled){background:var(--gradient-primary-hover);transform:translateY(-1px)}.post-sidepanel-footer .content-section .generate-reply-section .generate-btn:disabled{opacity:.7;cursor:not-allowed}.post-sidepanel-footer .content-section .generate-reply-section .generate-btn .spinning{animation:spin 1s linear infinite}.post-sidepanel-footer .content-section .response-suggestion .response-preview{background-color:#f9fafb;padding:16px;border-radius:var(--border-radius);border:1px solid #e5e7eb;max-height:150px;overflow-y:auto}.post-sidepanel-footer .content-section .response-suggestion .response-preview p{color:var(--text-color-light);line-height:1.6;margin:0;white-space:pre-wrap}.post-sidepanel-footer .content-section .response-suggestion .response-textarea{width:100%;padding:16px;border:1px solid #e5e7eb;border-radius:var(--border-radius);background-color:var(--bg-color-light);color:var(--text-color-light);font-family:inherit;line-height:1.6;resize:vertical;min-height:100px;max-height:150px;transition:all var(--transition-base)}.post-sidepanel-footer .content-section .response-suggestion .response-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.post-sidepanel-footer .content-section .response-suggestion .response-textarea::placeholder{color:var(--text-muted)}.post-sidepanel-footer .content-section .response-actions{display:flex;justify-content:flex-end;margin-bottom:0;gap:8px}.post-sidepanel-footer .content-section .response-actions .regenerate-response-btn,.post-sidepanel-footer .content-section .response-actions .edit-response-btn,.post-sidepanel-footer .content-section .response-actions .save-response-btn{background:none;border:1px solid #e5e7eb;padding:6px 12px;border-radius:var(--border-radius);cursor:pointer;color:var(--text-color-light);font-size:13px;display:flex;align-items:center;gap:6px;transition:all var(--transition-base)}.post-sidepanel-footer .content-section .response-actions .regenerate-response-btn:hover,.post-sidepanel-footer .content-section .response-actions .edit-response-btn:hover,.post-sidepanel-footer .content-section .response-actions .save-response-btn:hover{background-color:#f3f4f6;border-color:var(--primary-color)}.post-sidepanel-footer .footer-actions{display:flex;gap:12px;margin-top:16px}.post-sidepanel-footer .footer-actions .action-btn{flex:1;padding:12px 16px;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center;gap:8px;border:none;font-size:15px}.post-sidepanel-footer .footer-actions .action-btn.primary{background:var(--gradient-primary);color:#fff}.post-sidepanel-footer .footer-actions .action-btn.primary:hover{background:var(--gradient-primary-hover);transform:translateY(-1px)}.post-sidepanel-footer .footer-actions .action-btn.secondary{background-color:var(--bg-color-light);color:var(--text-color-light);border:1px solid #e5e7eb}.post-sidepanel-footer .footer-actions .action-btn.secondary:hover{background-color:#fff;border-color:var(--primary-color);color:var(--primary-color)}.post-sidepanel.stage-discovered .post-sidepanel-header{border-top-color:#3b82f6;background:linear-gradient(135deg,#eff6ff 0%,var(--bg-color-light) 100%)}.post-sidepanel.stage-opportunity .post-sidepanel-header{border-top-color:#f59e0b;background:linear-gradient(135deg,#fffbeb 0%,var(--bg-color-light) 100%)}.post-sidepanel.stage-engaged .post-sidepanel-header{border-top-color:#8b5cf6;background:linear-gradient(135deg,#f5f3ff 0%,var(--bg-color-light) 100%)}.post-sidepanel.stage-conversation .post-sidepanel-header{border-top-color:#10b981;background:linear-gradient(135deg,#ecfdf5 0%,var(--bg-color-light) 100%)}.post-sidepanel.stage-converted .post-sidepanel-header{border-top-color:#059669;background:linear-gradient(135deg,#d1fae5 0%,var(--bg-color-light) 100%)}.post-sidepanel.stage-archived .post-sidepanel-header{border-top-color:#6b7280;background:linear-gradient(135deg,#f9fafb 0%,var(--bg-color-light) 100%)}.stage-action-button{background:none;border:1px solid;padding:8px 16px;border-radius:var(--border-radius);cursor:pointer;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;transition:all var(--transition-base)}.stage-action-button.primary{background-color:var(--stage-color, var(--primary-color));color:#fff;border-color:var(--stage-color, var(--primary-color))}.stage-action-button.primary:hover{background-color:var(--stage-hover-color, var(--primary-color-hover));transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.stage-action-button.secondary{background-color:var(--stage-bg-color, #f3f4f6);color:var(--stage-color, var(--text-color-light));border-color:var(--stage-border-color, #e5e7eb)}.stage-action-button.secondary:hover{background-color:var(--stage-color, var(--primary-color));color:#fff}.stage-action-button.destructive{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.stage-action-button.destructive:hover{background-color:#dc2626;color:#fff}.stage-action-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.stage-transition{animation:stageTransition .3s ease-in-out}@keyframes stageTransition{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.stage-content-section{margin:12px 0;padding:12px;border-radius:var(--border-radius);border:1px solid #e5e7eb;background-color:#fafbfc}.stage-content-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-color-light)}.stage-content-section p{margin:0 0 8px;font-size:13px;color:var(--text-muted);line-height:1.4}.stage-content-section.highlighted{background:linear-gradient(135deg,var(--stage-bg-color, #f3f4f6) 0%,#fafbfc 100%);border-color:var(--stage-border-color, #e5e7eb)}.stage-actions{margin:12px 0;padding:12px;border-radius:var(--border-radius);border:1px solid #e5e7eb;background-color:#fafbfc}.stage-actions .stage-actions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stage-actions .stage-actions-header h4{margin:0;font-size:14px;font-weight:600;color:var(--text-color-light)}.stage-actions .stage-actions-header .current-stage-label{font-size:12px;color:var(--text-muted);background-color:#f3f4f6;padding:2px 6px;border-radius:4px}.stage-actions .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-bottom:12px}.stage-actions .actions-grid .stage-action-button{padding:10px 12px;border-radius:var(--border-radius);border:1px solid;cursor:pointer;font-size:13px;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all var(--transition-base);text-align:center;min-height:60px;justify-content:center}.stage-actions .actions-grid .stage-action-button .action-label{font-size:11px;line-height:1.2}.stage-actions .actions-grid .stage-action-button.primary{background-color:var(--stage-color, var(--primary-color));color:#fff;border-color:var(--stage-color, var(--primary-color))}.stage-actions .actions-grid .stage-action-button.primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a;opacity:.9}.stage-actions .actions-grid .stage-action-button.secondary{background-color:var(--stage-bg-color, #f3f4f6);color:var(--stage-color, var(--text-color-light));border-color:var(--stage-border-color, #e5e7eb)}.stage-actions .actions-grid .stage-action-button.secondary:hover{background-color:var(--stage-color, var(--primary-color));color:#fff}.stage-actions .actions-grid .stage-action-button.destructive{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.stage-actions .actions-grid .stage-action-button.destructive:hover{background-color:#dc2626;color:#fff}.stage-actions .actions-grid .stage-action-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.stage-actions .progression-hint{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.stage-actions .progression-hint .hint-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.stage-actions .progression-hint .next-stages{display:flex;gap:8px;flex-wrap:wrap}.stage-actions .progression-hint .next-stages .next-stage-hint{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted);background-color:#f3f4f6;padding:2px 6px;border-radius:4px}.stage-content .analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:12px}.stage-content .analysis-grid .analysis-metric{display:flex;align-items:center;gap:8px;padding:8px;background-color:#fff;border-radius:var(--border-radius);border:1px solid #e5e7eb}.stage-content .analysis-grid .analysis-metric div{display:flex;flex-direction:column}.stage-content .analysis-grid .analysis-metric div .metric-label{font-size:11px;color:var(--text-muted);margin-bottom:2px}.stage-content .analysis-grid .analysis-metric div .metric-value{font-size:13px;font-weight:600}.stage-content .analysis-grid .analysis-metric div .metric-value.risk-low{color:#10b981}.stage-content .analysis-grid .analysis-metric div .metric-value.risk-medium{color:#f59e0b}.stage-content .analysis-grid .analysis-metric div .metric-value.risk-high{color:#ef4444}.stage-content .analysis-grid .analysis-metric div .metric-value.potential-high{color:#10b981}.stage-content .analysis-grid .analysis-metric div .metric-value.interest-high{color:#8b5cf6}.stage-content .strategy-details{margin-bottom:12px}.stage-content .strategy-details .strategy-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:13px;color:var(--text-color-light)}.stage-content .strategy-tips ul{margin:0;padding-left:16px}.stage-content .strategy-tips ul li{font-size:13px;color:var(--text-color-light);margin-bottom:4px;line-height:1.4}.stage-content .engagement-timeline .timeline-item{display:flex;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.stage-content .engagement-timeline .timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.stage-content .engagement-timeline .timeline-item .timeline-icon{width:24px;height:24px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stage-content .engagement-timeline .timeline-item .timeline-content{display:flex;flex-direction:column;gap:2px}.stage-content .engagement-timeline .timeline-item .timeline-content .timeline-action{font-size:13px;font-weight:500;color:var(--text-color-light)}.stage-content .engagement-timeline .timeline-item .timeline-content .timeline-time{font-size:11px;color:var(--text-muted)}.stage-content .engagement-timeline .timeline-item .timeline-content .timeline-response{font-size:12px;color:var(--text-muted);font-style:italic}.stage-content .conversation-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:12px}.stage-content .conversation-stats .stat-item{display:flex;align-items:center;gap:8px;padding:10px;background-color:#fff;border-radius:var(--border-radius);border:1px solid #e5e7eb}.stage-content .conversation-stats .stat-item div{display:flex;flex-direction:column}.stage-content .conversation-stats .stat-item div .stat-label{font-size:11px;color:var(--text-muted);margin-bottom:2px}.stage-content .conversation-stats .stat-item div .stat-value{font-size:13px;font-weight:600;color:var(--text-color-light)}.stage-content .conversion-metrics .metric-highlight{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#d1fae5,#ecfdf5);border-radius:var(--border-radius);margin-bottom:16px;border:1px solid #a7f3d0}.stage-content .conversion-metrics .metric-highlight div .metric-title{display:block;font-size:14px;font-weight:600;color:#065f46;margin-bottom:2px}.stage-content .conversion-metrics .metric-highlight div .metric-subtitle{font-size:13px;color:#047857}.stage-content .conversion-metrics .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.stage-content .conversion-metrics .metrics-grid .metric-item{display:flex;align-items:center;gap:8px;padding:10px;background-color:#fff;border-radius:var(--border-radius);border:1px solid #e5e7eb}.stage-content .conversion-metrics .metrics-grid .metric-item .metric-label{font-size:11px;color:var(--text-muted);margin-bottom:2px}.stage-content .conversion-metrics .metrics-grid .metric-item .metric-value{font-size:13px;font-weight:600;color:var(--text-color-light)}.post-stage-indicator{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.post-stage-indicator.small{margin-bottom:0}.post-stage-indicator.small .stage-badge{padding:4px 8px;font-size:12px}.post-stage-indicator.small .stage-description{font-size:11px}.post-stage-indicator.medium .stage-badge{padding:6px 12px;font-size:14px}.post-stage-indicator.medium .stage-description{font-size:12px}.post-stage-indicator.large .stage-badge{padding:8px 16px;font-size:16px}.post-stage-indicator.large .stage-description{font-size:14px}.post-stage-indicator .stage-badge{display:inline-flex;align-items:center;gap:6px;border-radius:var(--border-radius);border:1px solid;font-weight:500;width:fit-content;transition:all var(--transition-base)}.post-stage-indicator .stage-badge .stage-label{white-space:nowrap}.post-stage-indicator .stage-description{color:var(--text-muted);font-size:12px;margin-left:4px}.stage-progress-indicator{margin:16px 0}.stage-progress-indicator .progress-label{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.stage-progress-indicator .progress-stages{display:flex;gap:8px;flex-wrap:wrap}.stage-progress-indicator .progress-stages .progress-stage{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 6px;border-radius:var(--border-radius);transition:all var(--transition-base);position:relative;min-width:60px}.stage-progress-indicator .progress-stages .progress-stage .stage-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#9ca3af;transition:all var(--transition-base)}.stage-progress-indicator .progress-stages .progress-stage .stage-name{font-size:10px;font-weight:500;color:var(--text-muted);text-align:center;line-height:1.2}.stage-progress-indicator .progress-stages .progress-stage.completed .stage-icon{background-color:var(--stage-bg-color);color:var(--stage-color)}.stage-progress-indicator .progress-stages .progress-stage.completed .stage-name{color:var(--stage-color)}.stage-progress-indicator .progress-stages .progress-stage.active .stage-icon{background-color:var(--stage-color);color:#fff;box-shadow:0 0 0 3px var(--stage-bg-color)}.stage-progress-indicator .progress-stages .progress-stage.active .stage-name{color:var(--stage-color);font-weight:600}.stage-transition-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--border-radius);font-size:11px;color:var(--text-muted)}.stage-transition-badge .transition-from,.stage-transition-badge .transition-to{display:flex;align-items:center;gap:4px}.stage-transition-badge .transition-arrow{color:var(--text-muted);font-weight:700}.main-layout{width:100%;min-height:100vh;position:relative;background:#f8fafc}.main-layout .main-content{margin-left:240px;margin-top:64px;padding:0;min-height:calc(100vh - 64px);background:#f8fafc;height:calc(100vh - 64px);overflow-y:auto}.main-layout .main-content .content-page{padding:30px}@media (max-width: 768px){.main-layout .main-content{margin-left:0;padding:16px}}@media (min-width: 769px) and (max-width: 1024px){.main-layout .main-content{margin-left:0}}.create-feed-modal .ant-modal-content{border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;padding:0!important}.create-feed-modal .ant-modal-header{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-bottom:1px solid #e5e7eb;padding:24px 32px 20px}.create-feed-modal .ant-modal-header .ant-modal-title{font-size:24px;font-weight:700;color:var(--text-color-light);margin:0;letter-spacing:-.025em}.create-feed-modal .ant-modal-close{top:20px;right:24px}.create-feed-modal .ant-modal-close .ant-modal-close-x{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .2s ease}.create-feed-modal .ant-modal-close .ant-modal-close-x:hover{background:#0000000d}.create-feed-modal .ant-modal-close .ant-modal-close-x .anticon{font-size:18px;color:#6b7280}.create-feed-modal .ant-modal-body{padding:16px 32px 32px;max-height:75vh;overflow-y:auto;background:#fff;overflow-x:hidden}.create-feed-modal .ant-modal-body::-webkit-scrollbar{width:6px}.create-feed-modal .ant-modal-body::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.create-feed-modal .ant-modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.create-feed-modal .ant-modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.create-feed-modal .form-section{margin-bottom:40px}.create-feed-modal .form-section:last-child{margin-bottom:24px}.create-feed-modal .form-section .section-header{margin-bottom:24px}.create-feed-modal .form-section .section-header.collapsible{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#fafbfc;transition:all .2s ease;margin-bottom:0}.create-feed-modal .form-section .section-header.collapsible:hover{background:#f3f4f6;border-color:#d1d5db}.create-feed-modal .form-section .section-header.collapsible:hover .header-content h3{color:var(--primary-color)}.create-feed-modal .form-section .section-header.collapsible:hover .collapse-icon{color:var(--primary-color);transform:scale(1.05)}.create-feed-modal .form-section .section-header .header-content{flex:1}.create-feed-modal .form-section .section-header .header-content h3{font-size:20px;font-weight:600;color:var(--text-color-light);margin:0 0 4px;transition:color .2s ease;letter-spacing:-.025em}.create-feed-modal .form-section .section-header .header-content p{font-size:14px;color:#6b7280;margin:0;font-weight:400}.create-feed-modal .form-section .section-header .collapse-icon{color:#6b7280;transition:all .2s ease;font-size:20px}.create-feed-modal .form-section .advanced-content{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 12px 12px;padding:24px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.create-feed-modal .ant-form-item{margin-bottom:24px}.create-feed-modal .ant-form-item .ant-form-item-label{padding-bottom:8px}.create-feed-modal .ant-form-item .ant-form-item-label label{font-size:15px;font-weight:600;color:var(--text-color-light);display:flex;align-items:center;gap:10px}.create-feed-modal .ant-form-item .ant-form-item-label label.ant-form-item-required:before{color:var(--primary-color);font-weight:700}.create-feed-modal .ant-form-item .ant-form-item-explain{font-size:13px;color:#6b7280;margin-top:6px;line-height:1.4}.create-feed-modal .ant-form-item.ant-form-item-has-warning .ant-form-item-control-input .tag-input-container:focus-within,.create-feed-modal .ant-form-item.ant-form-item-has-warning .ant-form-item-control-input .subreddit-input-container:focus-within{box-shadow:0 0 0 3px #f59e0b26}.create-feed-modal .feed-name-input{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;color:var(--text-color-light);background:#fff;transition:all .2s ease;font-weight:400;box-sizing:border-box;min-height:50px}.create-feed-modal .feed-name-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #f43f5e1a}.create-feed-modal .feed-name-input::placeholder{color:#9ca3af;font-weight:400}.create-feed-modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.create-feed-modal .form-row .half-width{margin-bottom:0}.create-feed-modal .validation-message{padding:12px 16px;border-radius:12px;font-size:14px;margin-top:12px;font-weight:500;display:flex;align-items:center;gap:8px}.create-feed-modal .validation-message.warning{background:linear-gradient(135deg,#fef3c783,#fde68a6d);border:1px solid rgba(245,159,11,.3725490196);color:#92400e}.create-feed-modal .validation-message.error{background:linear-gradient(135deg,#fef2f2,#fecaca);border:1px solid #f87171;color:#dc2626}.create-feed-modal .ant-select .ant-select-selector{border:2px solid #e5e7eb!important;border-radius:12px!important;padding:8px 12px!important;min-height:48px!important}.create-feed-modal .ant-select .ant-select-selector .ant-select-selection-item{font-size:15px;color:var(--text-color-light);line-height:1.4}.create-feed-modal .ant-select .ant-select-selector .ant-select-selection-placeholder{color:#9ca3af;font-size:15px}.create-feed-modal .ant-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color)!important;box-shadow:0 0 0 4px #f43f5e1a!important}.create-feed-modal .ant-select:hover .ant-select-selector{border-color:#d1d5db!important}.create-feed-modal .ant-select.feed-goal-select .ant-select-selector{min-height:58px!important;padding:12px 16px!important}.create-feed-modal .goal-option{padding:8px 0}.create-feed-modal .goal-option .goal-title{font-size:15px;font-weight:600;color:var(--text-color-light);margin-bottom:4px;display:flex;align-items:center;gap:8px}.create-feed-modal .goal-option .goal-description{font-size:13px;color:#6b7280;line-height:1.4;margin-left:24px}.create-feed-modal .ant-divider{margin:32px 0;border-color:#e5e7eb}.create-feed-modal .ant-modal-footer{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-top:1px solid #e5e7eb;padding:24px 32px}.create-feed-modal .ant-modal-footer .ant-btn{height:48px;border-radius:12px;font-weight:600;font-size:15px;min-width:120px;transition:all .2s ease}.create-feed-modal .ant-modal-footer .ant-btn.ant-btn-default{border:2px solid #e5e7eb;color:#6b7280;background:#fff}.create-feed-modal .ant-modal-footer .ant-btn.ant-btn-default:hover{border-color:#d1d5db;color:var(--text-color-light);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.create-feed-modal .ant-modal-footer .ant-btn.ant-btn-primary{background:var(--primary-color);border:2px solid var(--primary-color);box-shadow:0 4px 12px #f43f5e4d}.create-feed-modal .ant-modal-footer .ant-btn.ant-btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #f43f5e66}.create-feed-modal .ant-modal-footer .ant-btn.ant-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.create-feed-modal.step-based .goal-selection-step .goal-cards{grid-template-columns:1fr;gap:16px}.create-feed-modal.step-based .goal-card{padding:20px}.create-feed-modal.step-based .goal-card .goal-icon{font-size:28px;margin-bottom:12px}.create-feed-modal.step-based .goal-card .goal-content .goal-title{font-size:16px}.create-feed-modal.step-based .goal-card .goal-content .goal-description{font-size:13px}.create-feed-modal.step-based .goal-card .goal-content .goal-example{font-size:12px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card{padding:16px;gap:12px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-icon{font-size:20px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-info .goal-title{font-size:15px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-info .goal-description{font-size:13px}.create-feed-modal.step-based .step-header{margin-bottom:24px}.create-feed-modal.step-based .step-header h2{font-size:20px}.create-feed-modal.step-based .step-header p{font-size:14px}}@media (max-width: 480px){.create-feed-modal.step-based .goal-card{padding:16px}.create-feed-modal.step-based .step-header{margin-bottom:20px}.create-feed-modal.step-based .step-header h2{font-size:18px}.create-feed-modal.step-based .step-header p{font-size:13px}}@media (max-width: 768px){.create-feed-modal .ant-modal{margin:16px;max-width:calc(100vw - 32px)}.create-feed-modal .ant-modal .ant-modal-header{padding:20px 24px 16px}.create-feed-modal .ant-modal .ant-modal-header .ant-modal-title{font-size:20px}.create-feed-modal .ant-modal .ant-modal-close{top:16px;right:20px}.create-feed-modal .ant-modal .ant-modal-close .ant-modal-close-x{width:36px;height:36px}.create-feed-modal .ant-modal-body{padding:24px}.create-feed-modal .form-row{grid-template-columns:1fr;gap:20px}.create-feed-modal .form-section{margin-bottom:32px}.create-feed-modal .form-section .section-header{margin-bottom:20px}.create-feed-modal .form-section .section-header .header-content h3{font-size:18px}.create-feed-modal .form-section .section-header.collapsible{padding:14px 16px}.create-feed-modal .form-section .advanced-content{padding:20px}.create-feed-modal .ant-modal-footer{padding:20px 24px}.create-feed-modal .ant-modal-footer .ant-btn{height:44px;font-size:14px;min-width:100px}}@media (max-width: 480px){.create-feed-modal.step-based .ant-modal-body{padding:16px 20px}}@media (max-width: 480px){.create-feed-modal .ant-modal-body{padding:20px 16px}.create-feed-modal:not(.step-based) .ant-modal-body{padding:20px 16px}.create-feed-modal .ant-modal-footer{padding:16px}.create-feed-modal .ant-modal-footer .ant-btn{height:40px;font-size:13px;min-width:80px}.create-feed-modal .feed-name-input{padding:12px 14px;font-size:14px}.create-feed-modal .form-section .section-header.collapsible{padding:12px 14px}.create-feed-modal .form-section .section-header .header-content h3{font-size:16px}.create-feed-modal .form-section .advanced-content{padding:16px}}.create-feed-modal.step-based .step-content{min-height:400px}.create-feed-modal.step-based .step-header{text-align:center;margin-bottom:32px}.create-feed-modal.step-based .step-header h2{font-size:24px;font-weight:700;color:var(--text-color-light);margin:0 0 12px;letter-spacing:-.025em}.create-feed-modal.step-based .step-header p{font-size:16px;color:#6b7280;margin:0;font-weight:400;line-height:1.5}.create-feed-modal.step-based .goal-selection-step .goal-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}.create-feed-modal.step-based .goal-selection-step .goal-card{border:2px solid #e5e7eb;border-radius:16px;padding:24px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.create-feed-modal.step-based .goal-selection-step .goal-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px #f43f5e1a;transform:translateY(-2px)}.create-feed-modal.step-based .goal-selection-step .goal-card.selected{border-color:var(--primary-color);background:linear-gradient(135deg,#f43f5e08,#f9731605);box-shadow:0 8px 25px #f43f5e26;transform:translateY(-2px)}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-icon{font-size:32px;margin-bottom:16px;display:block}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-content .goal-title{font-size:18px;font-weight:700;color:var(--text-color-light);margin:0 0 12px;letter-spacing:-.025em}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-content .goal-description{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 16px}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-content .goal-example{font-size:13px;color:#9ca3af;line-height:1.4;font-style:italic}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-content .goal-example .example-label{font-weight:600;color:#6b7280;font-style:normal}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-selector{position:absolute;top:16px;right:16px;width:24px;height:24px}.create-feed-modal.step-based .goal-selection-step .goal-card .goal-selector .selected-indicator{width:24px;height:24px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.create-feed-modal.step-based .configuration-step .step-header{text-align:left;margin-bottom:24px}.create-feed-modal.step-based .configuration-step .selected-goal-display{margin-bottom:32px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-header .selected-goal-label{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-header .change-goal-btn{color:var(--primary-color);font-size:14px;font-weight:600;padding:0;height:auto}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-header .change-goal-btn:hover{color:var(--primary-hover)}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f43f5e08,#f9731605);border:2px solid rgba(244,63,94,.1);border-radius:12px}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-icon{font-size:24px;flex-shrink:0}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-info{flex:1}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-info .goal-title{font-size:16px;font-weight:700;color:var(--text-color-light);margin:0 0 6px;letter-spacing:-.025em}.create-feed-modal.step-based .configuration-step .selected-goal-display .selected-goal-card .goal-info .goal-description{font-size:14px;color:#6b7280;line-height:1.4;margin:0}.create-feed-modal.step-based .configuration-step .form-section{margin-top:40px}.create-feed-modal.step-based .configuration-step .form-section .section-header.collapsible.expanded .header-content h3{color:var(--primary-color)}.create-feed-modal.step-based .configuration-step .form-section .section-header.collapsible.expanded .collapse-icon{color:var(--primary-color);transform:rotate(0)}.create-feed-modal.step-based .configuration-step .form-section .section-header.collapsible .collapse-icon{transition:all .3s ease;transform:rotate(-90deg)}.create-feed-modal.step-based .advanced-step .step-header{text-align:left;margin-bottom:24px}.create-feed-modal.step-based .advanced-step .advanced-content{border:none;padding:0;background:transparent;animation:none}.keyword-select .keyword-input-container{border:1px solid #d9d9d9;padding:4px 8px;background:#fff;cursor:text;transition:border-color .2s ease;border:2px solid #e5e7eb;border-radius:12px;position:relative}.keyword-select .keyword-input-container:hover{border-color:#4096ff}.keyword-select .keyword-input-container:focus-within{border-color:#4096ff;box-shadow:0 0 0 2px #4096ff1a}.keyword-select .keyword-list-input-container{margin-bottom:15px;display:flex;gap:6px;flex-wrap:wrap}.keyword-select .keywords-display{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:32px}.keyword-select .keyword-pill{display:inline-flex;align-items:center;background:#f8fcff;border:1px solid #d3e5f6;color:#1668dc;padding:4px 8px;border-radius:14px;font-size:6px;font-weight:500;max-width:200px;transition:all .2s ease}.keyword-select .keyword-pill:hover{background:#e6f4ff;border-color:#4096ff}.keyword-select .keyword-pill:hover .remove-keyword{opacity:1;color:#ff4d4f}.keyword-select .keyword-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:4px}.keyword-select .remove-keyword{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#8c8c8c;opacity:.7;cursor:pointer;padding:0;margin-left:2px;border-radius:50%;width:16px;height:16px;transition:all .2s ease}.keyword-select .remove-keyword:hover{opacity:1;color:#ff4d4f;background:#ff4d4f1a}.keyword-select .remove-keyword:focus{outline:none;box-shadow:0 0 0 2px #ff4d4f33}.keyword-select .keyword-dropdown{position:absolute;background:#fff;z-index:9999;width:100%;border:1px solid #ddd;left:0;top:calc(100% + 5px);border-radius:12px;overflow:hidden}.keyword-select .keyword-dropdown .segmented-cats{padding:8px 10px;background:var(--nav-bg)}.keyword-select .keyword-dropdown .keyword-dropdown-item{padding:8px 14px;cursor:pointer;border-bottom:1px solid #f9f9f1}.keyword-select .keyword-dropdown .keyword-dropdown-item:last-child{border-bottom:0px}.keyword-select .keyword-dropdown .keyword-dropdown-item:hover{background:#f0f8ff}.keyword-select .keyword-input{border:none;outline:none;background:transparent;font-size:14px;flex:1;min-width:120px;padding:8px 10px;color:#262626;height:40px;box-sizing:border-box;font-size:15px}.keyword-select .keyword-input::placeholder{color:#bfbfbf}.keyword-select .keyword-input:disabled{cursor:not-allowed;color:#bfbfbf}.keyword-select .max-tags-warning{margin-top:4px;font-size:12px;color:#ff4d4f}.keyword-select .keyword-count{margin-top:4px;font-size:12px;color:#8c8c8c;text-align:right}.keyword-select.error .keyword-input-container{border-color:#ff4d4f}.keyword-select.error .keyword-input-container:focus-within{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f1a}.keyword-select.disabled .keyword-input-container{background:#f5f5f5;cursor:not-allowed;border-color:#d9d9d9}.keyword-select.disabled .keyword-input-container:hover{border-color:#d9d9d9}.keyword-select.disabled .keyword-pill{background:#f5f5f5;color:#bfbfbf;border-color:#d9d9d9}.keyword-select.disabled .remove-keyword{cursor:not-allowed;opacity:.3}.keyword-select.disabled .remove-keyword:hover{opacity:.3;color:#8c8c8c;background:none}@media (max-width: 576px){.keyword-select .keyword-pill{max-width:150px;font-size:11px}.keyword-select .keyword-input{min-width:100px;font-size:13px}}.subreddit-tag-input{width:100%;position:relative}.subreddit-tag-input .subreddit-input-container{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:30px;padding:8px 12px;border:2px solid #d1d5db;border-radius:var(--border-radius);background:#fff;cursor:text;transition:all .2s ease}.subreddit-tag-input .subreddit-input-container:hover{border-color:#9ca3af}.subreddit-tag-input .subreddit-input-container:focus-within{border-color:var(--secondary-color);box-shadow:0 0 0 3px #f973161a}.subreddit-tag-input.disabled .subreddit-input-container{background:#f9fafb;border-color:#e5e7eb;cursor:not-allowed}.subreddit-tag-input.disabled .subreddit-input-container:hover{border-color:#e5e7eb}.subreddit-tag-input .subreddit-tag{display:flex;align-items:center;gap:4px;background:#fff7ed;border:1px solid rgba(249,115,22,.3);color:var(--text-color-light);padding:4px 8px;border-radius:16px;font-size:12px;font-weight:500;transition:all .2s ease;-webkit-user-select:none;user-select:none}.subreddit-tag-input .subreddit-tag.focused{background:#fed7aa;border-color:var(--secondary-color);transform:scale(1.02)}.subreddit-tag-input .subreddit-tag .subreddit-icon{color:var(--secondary-color);opacity:.8}.subreddit-tag-input .subreddit-tag .tag-text{white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.subreddit-tag-input .subreddit-tag .tag-remove{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:2px;border-radius:50%;transition:all .15s ease}.subreddit-tag-input .subreddit-tag .tag-remove:hover{background:#f973161a;color:var(--secondary-color);transform:scale(1.1)}.subreddit-tag-input .subreddit-tag .tag-remove:active{transform:scale(.95)}.subreddit-tag-input .input-wrapper{position:relative;flex:1;min-width:120px}.subreddit-tag-input .input-wrapper .subreddit-input-field{border:none;outline:none;background:transparent;color:var(--text-color-light);font-size:14px;width:100%}.subreddit-tag-input .input-wrapper .subreddit-input-field::placeholder{color:var(--text-muted)}.subreddit-tag-input .input-wrapper .suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a;z-index:50;max-height:200px;overflow-y:auto;margin-top:4px}.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:all .15s ease;font-size:13px}.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item:hover,.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item.focused{background:#f9fafb}.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item.focused{background:#fef3c7}.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item .suggestion-icon{color:var(--secondary-color);opacity:.7}.subreddit-tag-input .input-wrapper .suggestions-dropdown .suggestion-item span{color:var(--text-color-light);font-weight:500}.subreddit-tag-input .subreddit-input-help{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:11px;color:var(--text-muted)}.subreddit-tag-input .subreddit-input-help .tag-count{font-weight:500}.subreddit-tag-input .subreddit-input-help .help-text{opacity:.8}.subreddit-tag-input.error .subreddit-input-container{border-color:#dc2626}.subreddit-tag-input.error .subreddit-input-container:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.subreddit-tag-input.success .subreddit-input-container{border-color:#10b981}.subreddit-tag-input.success .subreddit-input-container:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.subreddit-tag-input.small .subreddit-input-container{min-height:32px;padding:6px 10px}.subreddit-tag-input.small .subreddit-tag{padding:2px 6px;font-size:11px;border-radius:12px}.subreddit-tag-input.small .subreddit-tag .subreddit-icon{width:8px;height:8px}.subreddit-tag-input.small .subreddit-input-field{font-size:13px}.subreddit-tag-input.large .subreddit-input-container{min-height:48px;padding:10px 14px}.subreddit-tag-input.large .subreddit-tag{padding:6px 10px;font-size:13px;border-radius:18px}.subreddit-tag-input.large .subreddit-input-field{font-size:15px}@media (max-width: 480px){.subreddit-tag-input .subreddit-input-container{padding:6px 10px}.subreddit-tag-input .subreddit-tag{font-size:11px;padding:3px 6px}.subreddit-tag-input .subreddit-tag .tag-text{max-width:80px}.subreddit-tag-input .input-wrapper{min-width:80px}.subreddit-tag-input .input-wrapper .subreddit-input-field{font-size:13px}.subreddit-tag-input .suggestions-dropdown .suggestion-item{padding:6px 10px;font-size:12px}}.template-gallery-modal .ant-modal-content{overflow:hidden}.template-gallery-modal .template-gallery{max-height:80vh;overflow-y:auto;padding:4px}.template-gallery-modal .template-gallery .gallery-header{text-align:center;margin-bottom:32px}.template-gallery-modal .template-gallery .gallery-header h2{font-size:28px;font-weight:700;color:var(--text-color-light);margin:0 0 8px}.template-gallery-modal .template-gallery .gallery-header p{font-size:16px;color:var(--text-muted);max-width:500px;margin:0 auto;line-height:1.5}.template-gallery-modal .template-gallery .templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;margin-bottom:32px}.template-gallery-modal .template-gallery .templates-grid .template-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.template-gallery-modal .template-gallery .templates-grid .template-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px #f43f5e1a;transform:translateY(-2px)}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gradient-light-bg);border:1px solid rgba(244,63,94,.2);border-radius:10px;color:var(--primary-color);flex-shrink:0}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-info{flex:1;min-width:0}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-info h4{font-size:16px;font-weight:600;color:var(--text-color-light);margin:0 0 4px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-info .template-category{font-size:12px;font-weight:500;color:var(--text-muted);background:#f3f4f6;padding:2px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-tags{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.template-gallery-modal .template-gallery .templates-grid .template-card .template-header .template-tags .template-tag{font-size:10px;font-weight:600;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.template-gallery-modal .template-gallery .templates-grid .template-card .template-description{margin-bottom:16px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-description p{font-size:14px;color:#6b7280;line-height:1.5;margin:0}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview{margin-bottom:16px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section{margin-bottom:12px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section:last-child{margin-bottom:0}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:6px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section .preview-tags{display:flex;flex-wrap:wrap;gap:4px}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section .preview-tags .preview-tag{font-size:11px;font-weight:500;padding:3px 8px;border-radius:12px;background:#f3f4f6;color:#4b5563}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section .preview-tags .preview-tag.subreddit{background:#fff7ed;color:var(--secondary-color);border:1px solid rgba(249,115,22,.2)}.template-gallery-modal .template-gallery .templates-grid .template-card .template-preview .preview-section .preview-tags .more-tag{font-size:11px;font-weight:500;padding:3px 8px;border-radius:12px;background:#e5e7eb;color:var(--text-muted);font-style:italic}.template-gallery-modal .template-gallery .templates-grid .template-card .template-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f3f4f6}.template-gallery-modal .template-gallery .templates-grid .template-card .template-footer .use-case{font-size:12px;color:var(--text-muted);line-height:1.4;flex:1;margin-right:12px;font-style:italic}.template-gallery-modal .template-gallery .templates-grid .template-card .template-footer .use-template-btn{font-size:13px;font-weight:600;color:var(--primary-color);padding:0;height:auto}.template-gallery-modal .template-gallery .templates-grid .template-card .template-footer .use-template-btn:hover{color:var(--primary-hover)}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card{background:var(--gradient-light-bg-alt-alt);border:2px dashed var(--primary-color);border-radius:12px;padding:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:20px}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card:hover{background:var(--gradient-light-bg-alt);border-color:var(--primary-hover);transform:translateY(-1px)}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card .scratch-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid var(--primary-color);border-radius:12px;color:var(--primary-color);flex-shrink:0}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card .scratch-content{flex:1}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card .scratch-content h4{font-size:18px;font-weight:600;color:var(--text-color-light);margin:0 0 4px}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card .scratch-content p{font-size:14px;color:var(--text-muted);margin:0;line-height:1.4}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card .scratch-btn{flex-shrink:0}@media (max-width: 768px){.template-gallery-modal .ant-modal{margin:16px;max-width:calc(100vw - 32px)}.template-gallery-modal .template-gallery .templates-grid{grid-template-columns:1fr;gap:16px}.template-gallery-modal .template-gallery .template-card{padding:16px}.template-gallery-modal .template-gallery .template-card .template-header{flex-direction:column;align-items:flex-start}.template-gallery-modal .template-gallery .template-card .template-header .template-tags{flex-direction:row;align-items:flex-start;margin-top:8px}.template-gallery-modal .template-gallery .start-from-scratch .scratch-card{flex-direction:column;text-align:center;gap:16px;padding:20px}}@media (max-width: 480px){.template-gallery-modal .template-gallery .gallery-header{margin-bottom:24px}.template-gallery-modal .template-gallery .gallery-header h2{font-size:24px}.template-gallery-modal .template-gallery .gallery-header p{font-size:14px}.template-gallery-modal .template-gallery .template-card{padding:14px}.template-gallery-modal .template-gallery .template-card .template-header .template-icon{width:36px;height:36px}}.connect-reddit-modal .modal-content{background:var(--bg-color-light);border-radius:var(--border-radius);max-width:500px;width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #00000026;position:relative}.connect-reddit-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5}.connect-reddit-modal .modal-header .modal-title{display:flex;align-items:center;gap:.75rem}.connect-reddit-modal .modal-header .modal-title .reddit-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #ff45001a}.connect-reddit-modal .modal-header .modal-title h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-color-light)}.connect-reddit-modal .modal-header .close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:var(--text-muted);transition:var(--transition-base)}.connect-reddit-modal .modal-header .close-btn:hover{background:#f5f5f5;color:var(--text-color-light)}.connect-reddit-modal .modal-body{padding:2rem 1.5rem;text-align:center}.connect-reddit-modal .modal-body .loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0}.connect-reddit-modal .modal-body .loading-state .spin{animation:spin 1s linear infinite}.connect-reddit-modal .modal-body .loading-state p{margin:0;color:var(--text-muted)}.connect-reddit-modal .modal-body .connected-state{display:flex;flex-direction:column;align-items:center;gap:1rem}.connect-reddit-modal .modal-body .connected-state .success-icon{color:#10b981}.connect-reddit-modal .modal-body .connected-state h3{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-color-light)}.connect-reddit-modal .modal-body .connected-state p{margin:0;color:var(--text-muted);line-height:1.5}.connect-reddit-modal .modal-body .connected-state .connected-info{background:#f8f9fa;border-radius:var(--border-radius);padding:1rem;margin-top:1rem;text-align:left;width:100%}.connect-reddit-modal .modal-body .connected-state .connected-info p{margin:.5rem 0;font-size:.875rem}.connect-reddit-modal .modal-body .connected-state .connected-info p:first-child{margin-top:0}.connect-reddit-modal .modal-body .connected-state .connected-info p:last-child{margin-bottom:0}.connect-reddit-modal .modal-body .connected-state .connected-info p strong{color:var(--text-color-light)}.connect-reddit-modal .modal-body .connect-state .connect-illustration{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.connect-reddit-modal .modal-body .connect-state .connect-illustration .reddit-logo,.connect-reddit-modal .modal-body .connect-state .connect-illustration .reddibee-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #0000001a}.connect-reddit-modal .modal-body .connect-state .connect-illustration .reddit-logo img,.connect-reddit-modal .modal-body .connect-state .connect-illustration .reddibee-logo img{width:32px;height:32px}.connect-reddit-modal .modal-body .connect-state .connect-illustration .connect-arrow{font-size:1.5rem;font-weight:700;color:var(--text-muted)}.connect-reddit-modal .modal-body .connect-state h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--text-color-light)}.connect-reddit-modal .modal-body .connect-state>p{margin:0 0 1.5rem;color:var(--text-muted);line-height:1.5}.connect-reddit-modal .modal-body .connect-state .benefits-list{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.connect-reddit-modal .modal-body .connect-state .benefits-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:var(--text-color-light);line-height:1.4}.connect-reddit-modal .modal-body .connect-state .benefits-list li svg{color:#10b981;margin-top:.125rem;flex-shrink:0}.connect-reddit-modal .modal-body .connect-state .error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--border-radius);color:#dc2626;font-size:.875rem;margin-top:1rem}.connect-reddit-modal .modal-body .connect-state .error-message svg{flex-shrink:0}.connect-reddit-modal .modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e5e5;background:#f8f9fa}.connect-reddit-modal .modal-footer .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition-base);text-decoration:none}.connect-reddit-modal .modal-footer .btn:disabled{opacity:.6;cursor:not-allowed}.connect-reddit-modal .modal-footer .btn.btn-secondary{background:#fff;color:var(--text-color-light);border:1px solid #d1d5db}.connect-reddit-modal .modal-footer .btn.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.connect-reddit-modal .modal-footer .btn.btn-primary{background:var(--gradient-primary);color:#fff;border:1px solid transparent}.connect-reddit-modal .modal-footer .btn.btn-primary:hover:not(:disabled){background:var(--gradient-primary-hover)}.connect-reddit-modal .modal-footer .btn .spin{animation:spin 1s linear infinite}@media (prefers-color-scheme: dark){.connect-reddit-modal .modal-content{background:var(--bg-color-dark)}.connect-reddit-modal .modal-header{border-bottom-color:#374151}.connect-reddit-modal .modal-header h2{color:var(--text-color-dark)}.connect-reddit-modal .modal-header .close-btn{color:var(--text-muted)}.connect-reddit-modal .modal-header .close-btn:hover{background:#374151;color:var(--text-color-dark)}.connect-reddit-modal .modal-body .connected-state h3{color:var(--text-color-dark)}.connect-reddit-modal .modal-body .connected-state .connected-info{background:#374151}.connect-reddit-modal .modal-body .connected-state .connected-info strong,.connect-reddit-modal .modal-body .connect-state h3,.connect-reddit-modal .modal-body .connect-state .benefits-list li{color:var(--text-color-dark)}.connect-reddit-modal .modal-footer{border-top-color:#374151;background:#1f2937}.connect-reddit-modal .modal-footer .btn-secondary{background:#374151;color:var(--text-color-dark);border-color:#4b5563}.connect-reddit-modal .modal-footer .btn-secondary:hover:not(:disabled){background:#4b5563;border-color:#6b7280}}.modal-manager{position:fixed;inset:0;z-index:1000}.modal-manager .modal-backdrop{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:var(--padding-base);overflow-y:auto;animation:fadeIn .2s ease-out}.modal-manager .modal-backdrop .modal-container{position:relative;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out;width:100%;display:flex;justify-content:center;align-items:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.modal-manager .modal-backdrop{padding:calc(var(--padding-base) / 2)}.modal-manager .modal-backdrop .modal-container{max-width:95vw;max-height:95vh}}@media (prefers-color-scheme: dark){.modal-manager .modal-backdrop{background:#000000b3}}.keyword-input .keyword-input-field{margin-bottom:12px}.keyword-input .keyword-input-field .input-field{width:100%;padding:8px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;line-height:1.4;background-color:#fff;transition:border-color .2s ease}.keyword-input .keyword-input-field .input-field:focus{outline:none;border-color:#0969da;box-shadow:0 0 0 3px #0969da1a}.keyword-input .keyword-input-field .input-field:disabled{background-color:#f6f8fa;color:#656d76;cursor:not-allowed}.keyword-input .keyword-input-field .input-field::placeholder{color:#656d76}.keyword-input .keyword-pills-area{min-height:44px}.keyword-input .keyword-empty-state{background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:8px;padding:12px 16px;margin-bottom:8px}.keyword-input .keyword-empty-state .empty-state-content{display:flex;align-items:center;gap:8px}.keyword-input .keyword-empty-state .empty-state-content .info-icon{color:#6b7280;flex-shrink:0}.keyword-input .keyword-empty-state .empty-state-content .empty-state-text{color:#6b7280;font-size:14px;line-height:1.4}.keyword-input .keyword-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.keyword-input .keyword-pills .keyword-pill{display:inline-flex;align-items:center;gap:6px;background:#fff9f5;border:1px solid #ffd4d8;border-radius:8px;padding:2px 10px;font-size:13px;color:#ce5b65}.keyword-input .keyword-pills .keyword-pill .pill-text{font-weight:500}.keyword-input .keyword-pills .keyword-pill .pill-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#f44555;padding:2px;border-radius:50%;transition:all .2s ease}.keyword-input .keyword-pills .keyword-pill .pill-remove:hover{background-color:#0000001a;color:#374151}.keyword-input .keyword-help .help-text{color:#6b7280;font-size:13px;line-height:1.4}[data-theme=dark] .keyword-input .keyword-input-field .input-field{background-color:#0d1117;border-color:#30363d;color:#f0f6fc}[data-theme=dark] .keyword-input .keyword-input-field .input-field:focus{border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff1a}[data-theme=dark] .keyword-input .keyword-input-field .input-field:disabled{background-color:#21262d;color:#8b949e}[data-theme=dark] .keyword-input .keyword-input-field .input-field::placeholder{color:#8b949e}[data-theme=dark] .keyword-input .keyword-empty-state{background-color:#1f2937;border-color:#374151}[data-theme=dark] .keyword-input .keyword-empty-state .info-icon,[data-theme=dark] .keyword-input .keyword-empty-state .empty-state-text{color:#9ca3af}[data-theme=dark] .keyword-input .keyword-pills .keyword-pill{background-color:#1e3a8a;border-color:#1d4ed8;color:#bfdbfe}[data-theme=dark] .keyword-input .keyword-pills .keyword-pill .pill-remove{color:#9ca3af}[data-theme=dark] .keyword-input .keyword-pills .keyword-pill .pill-remove:hover{background-color:#ffffff1a;color:#d1d5db}[data-theme=dark] .keyword-input .keyword-help .help-text{color:#9ca3af}.create-project-modal .ant-modal-content{border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;padding:0!important}.create-project-modal .ant-modal-header{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-bottom:1px solid #e5e7eb;padding:24px 32px 20px;margin-bottom:0}.create-project-modal .ant-modal-header .ant-modal-title{font-size:24px;font-weight:700;color:var(--text-color-light);margin:0;letter-spacing:-.025em}.create-project-modal .ant-modal-close{top:20px;right:24px}.create-project-modal .ant-modal-close .ant-modal-close-x{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280;transition:all .2s}.create-project-modal .ant-modal-close .ant-modal-close-x:hover{color:var(--primary-color);background-color:#f43f5e1a;border-radius:8px}.create-project-modal .modal-content{padding:0;display:flex;align-items:flex-start;background:#f1f1f1}.create-project-modal .modal-content .modal-form-content{width:100%;background:#fff}.create-project-modal .modal-content:has(.steps-container) .modal-form-content{border-left:1px solid #e5e7eb}.create-project-modal .modal-content .steps-container+.modal-form-content{border-left:1px solid #e5e7eb}.create-project-modal .steps-container{padding:20px 24px;min-width:250px;height:100%}.create-project-modal .steps-container .ant-steps .ant-steps-item .ant-steps-item-title{font-weight:600;font-size:14px;color:var(--text-color-light)}.create-project-modal .steps-container .ant-steps .ant-steps-item .ant-steps-item-description{font-size:12px;color:var(--text-muted)}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon{background:var(--gradient-primary);border-color:transparent}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon .ant-steps-icon{color:#fff}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-title{color:var(--primary-color)}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{background:var(--primary-color);border-color:var(--primary-color)}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#fff}.create-project-modal .steps-container .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-title{color:var(--primary-color)}.create-project-modal .content-container{padding:32px;min-height:400px}.create-project-modal.welcome-modal .ant-modal-header{display:none}.create-project-modal.welcome-modal .content-container{padding:24px;min-height:auto}.create-project-modal.welcome-modal .modal-content{background:#fff}.create-project-modal.welcome-modal .step-content.welcome-step{padding:10px 0}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-header{margin-bottom:30px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-header .welcome-icon{width:60px;height:60px;margin-bottom:20px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-header h2{font-size:28px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-header .welcome-subtitle{font-size:16px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-content .welcome-description{font-size:15px;margin-bottom:30px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-content .welcome-features{gap:12px;margin-bottom:30px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item{padding:12px 16px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item span{font-size:14px}.create-project-modal.welcome-modal .step-content.welcome-step .welcome-content .welcome-cta p{font-size:15px}.create-project-modal .step-content .step-header{text-align:left;margin-bottom:32px}.create-project-modal .step-content .step-header h3{font-size:20px;font-weight:600;color:var(--text-color-light);margin:0}.create-project-modal .step-content .step-header p{color:var(--text-muted);margin:0;font-size:14px}.create-project-modal .step-content.welcome-step{text-align:center;padding:20px 0}.create-project-modal .step-content.welcome-step .welcome-header{margin-bottom:40px}.create-project-modal .step-content.welcome-step .welcome-header .welcome-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;color:#fff;margin-bottom:24px;box-shadow:0 8px 32px #f43f5e4d}.create-project-modal .step-content.welcome-step .welcome-header h2{font-size:32px;font-weight:700;color:var(--text-color-light);margin:0 0 8px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.create-project-modal .step-content.welcome-step .welcome-header .welcome-subtitle{font-size:18px;color:var(--text-muted);margin:0;font-weight:500}.create-project-modal .step-content.welcome-step .welcome-content{max-width:500px;margin:0 auto}.create-project-modal .step-content.welcome-step .welcome-content .welcome-description{font-size:16px;color:var(--text-muted);line-height:1.6;margin-bottom:15px;text-align:left}.create-project-modal .step-content.welcome-step .welcome-content .welcome-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.create-project-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s}.create-project-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item:hover{background:var(--gradient-light-bg);border-color:#f43f5e33;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.create-project-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item svg{color:var(--primary-color);flex-shrink:0}.create-project-modal .step-content.welcome-step .welcome-content .welcome-features .feature-item span{font-size:15px;color:var(--text-color-light);font-weight:500;text-align:left}.create-project-modal .step-content.welcome-step .welcome-content .welcome-cta p{font-size:16px;color:var(--text-color-light);margin:0;font-weight:500}.create-project-modal.welcome-modal .modal-footer .footer-actions{justify-content:center}.create-project-modal .project-form .ant-form-item-label>label{font-weight:600;color:var(--text-color-light);font-size:14px}.create-project-modal .project-form .ant-form-item-explain{margin-top:5px;font-size:13px}.create-project-modal .project-form .ant-form-item.website-input{margin-bottom:50px}.create-project-modal .project-form .ant-form-item-control-input-content .ant-input{min-height:48px}.create-project-modal .project-form .ant-input-affix-wrapper .ant-input{min-height:auto!important}.create-project-modal .project-form .ant-input,.create-project-modal .project-form .ant-input-affix-wrapper{border-radius:8px;transition:all .2s;padding-left:10px}.create-project-modal .project-form .ant-input:hover,.create-project-modal .project-form .ant-input-affix-wrapper:hover{border-color:var(--primary-color)}.create-project-modal .project-form .ant-input:focus,.create-project-modal .project-form .ant-input.ant-input-affix-wrapper-focused,.create-project-modal .project-form .ant-input-affix-wrapper:focus,.create-project-modal .project-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.create-project-modal .project-form .ant-select-selection-overflow .ant-select-selection-item-content{font-size:13px!important}.create-project-modal .project-form .fetch-btn{color:var(--primary-color);font-weight:500;padding:0 8px}.create-project-modal .project-form .fetch-btn:hover:not(:disabled){color:var(--primary-hover);background:#f43f5e0d;border-radius:4px}.create-project-modal .project-form .fetch-btn:disabled{color:#bfbfbf}.create-project-modal .project-form .fetch-status{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;margin-top:16px}.create-project-modal .project-form .fetch-status span{color:#52c41a;font-size:14px}.create-project-modal .project-form .fetch-success{margin-top:16px}.create-project-modal .project-form .fetch-success .success-indicator{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px}.create-project-modal .project-form .fetch-success .success-indicator span{color:#0050b3;font-size:14px;font-weight:500}.create-project-modal .project-form button{outline:none;box-shadow:none}.create-project-modal .business-details-form .ant-form-item{margin-top:40px}.create-project-modal .business-details-form .ant-form-item:first-child{margin-top:0}.create-project-modal .business-details-form .ant-select .ant-select-selector{border-radius:8px;border:1px solid #d1d5db}.create-project-modal .business-details-form .ant-select .ant-select-selector:hover{border-color:var(--primary-color)}.create-project-modal .business-details-form .ant-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.create-project-modal .business-details-form .ant-select .ant-select-selection-search-input{height:100%!important}.create-project-modal .auto-filled-notice{margin-top:32px}.create-project-modal .auto-filled-notice .notice-content{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff7e6;border:1px solid #ffd591;border-radius:8px;font-size:12px}.create-project-modal .auto-filled-notice .notice-content span{color:#d46b08}.create-project-modal .competitors-section{max-width:500px;margin:0 auto}.create-project-modal .competitors-section .competitors-form .form-label{margin-bottom:16px}.create-project-modal .competitors-section .competitors-form .form-label label{font-weight:600;color:var(--text-color-light);font-size:14px}.create-project-modal .competitors-section .competitors-form .competitor-fields{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field{display:flex;align-items:center;gap:12px}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .field-number{width:24px;height:24px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#666;flex-shrink:0}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .ant-input{flex:1;border-radius:8px;border:1px solid #d1d5db}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .ant-input:hover{border-color:var(--primary-color)}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .ant-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .remove-btn{color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.create-project-modal .competitors-section .competitors-form .competitor-fields .competitor-field .remove-btn:hover{color:#ff4d4f;background:#ff4d4f1a}.create-project-modal .competitors-section .competitors-form .add-competitor-btn{color:var(--primary-color);font-weight:500;padding:0;height:auto;display:flex;align-items:center;gap:6px}.create-project-modal .competitors-section .competitors-form .add-competitor-btn .ant-btn-icon{display:inline-flex;align-items:center}.create-project-modal .competitors-section .competitors-form .add-competitor-btn:hover{color:var(--primary-hover);border:0px;padding:0}.create-project-modal .website-details{display:flex;flex-direction:column;gap:20px}.create-project-modal .website-details .detail-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;transition:all .2s}.create-project-modal .website-details .detail-card:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--primary-color)}.create-project-modal .website-details .detail-card .detail-item{display:flex;gap:16px;align-items:flex-start}.create-project-modal .website-details .detail-card .detail-item .detail-icon{width:40px;height:40px;background:var(--gradient-light-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);flex-shrink:0}.create-project-modal .website-details .detail-card .detail-item .detail-content{flex:1}.create-project-modal .website-details .detail-card .detail-item .detail-content h4{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--text-color-light)}.create-project-modal .website-details .detail-card .detail-item .detail-content .ant-input{border-radius:8px;border:1px solid #d1d5db}.create-project-modal .website-details .detail-card .detail-item .detail-content .ant-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.create-project-modal .website-details .detail-card .detail-item .detail-content .keywords-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.create-project-modal .website-details .detail-card .detail-item .detail-content .keywords-list .keyword-tag{background:var(--gradient-light-bg);color:var(--primary-color);padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;border:1px solid rgba(244,63,94,.2)}.create-project-modal .website-details .detail-card .detail-item .detail-content .keywords-input{margin-top:8px}.create-project-modal .no-details{display:flex;align-items:center;justify-content:center;min-height:300px}.create-project-modal .no-details .no-details-content{text-align:center;color:var(--text-muted)}.create-project-modal .no-details .no-details-content svg{color:#d1d5db;margin-bottom:16px}.create-project-modal .no-details .no-details-content h4{font-size:18px;font-weight:600;color:var(--text-color-light);margin:0 0 8px}.create-project-modal .no-details .no-details-content p{margin:0;font-size:14px;max-width:300px;line-height:1.5}.create-project-modal .modal-footer{padding:30px 0}.create-project-modal .modal-footer .footer-actions{display:flex;justify-content:space-between;align-items:center}.create-project-modal .modal-footer .footer-actions .right-actions{display:flex;gap:12px;align-items:center}.create-project-modal .modal-footer .footer-actions .ant-btn{border-radius:8px;font-weight:500;height:40px;padding:0 20px;font-size:14px;display:inline-flex;align-items:center;line-height:1}.create-project-modal .modal-footer .footer-actions .ant-btn.ant-btn-primary{background:var(--gradient-primary);border:none;box-shadow:0 2px 4px #f43f5e33}.create-project-modal .modal-footer .footer-actions .ant-btn.ant-btn-primary:hover{background:var(--gradient-primary-hover);box-shadow:0 4px 8px #f43f5e4d}.create-project-modal .modal-footer .footer-actions .ant-btn.ant-btn-primary:disabled{background:#d1d5db;box-shadow:none}.create-project-modal .modal-footer .footer-actions .ant-btn:not(.ant-btn-primary){border:1px solid #d1d5db;color:var(--text-color-light)}.create-project-modal .modal-footer .footer-actions .ant-btn:not(.ant-btn-primary):hover{border-color:var(--primary-color);color:var(--primary-color)}@media (max-width: 768px){.create-project-modal .ant-modal{width:95%!important;margin:10px auto}.create-project-modal .content-container,.create-project-modal .steps-container{padding:20px}.create-project-modal .steps-container .ant-steps .ant-steps-item-description{display:none}.create-project-modal .modal-footer{padding:20px}.create-project-modal .modal-footer .footer-actions{flex-direction:column;gap:12px}.create-project-modal .modal-footer .footer-actions .right-actions{width:100%;justify-content:center}.create-project-modal .website-details .detail-card .detail-item{flex-direction:column;gap:12px}.create-project-modal .website-details .detail-card .detail-item .detail-icon{align-self:flex-start}}.payment-upgrade-modal .ant-modal-content{padding:0;border-radius:16px;overflow:hidden}.payment-upgrade-modal .payment-upgrade-content{position:relative}.payment-upgrade-modal .payment-upgrade-content .modal-header{position:relative;background:var(--gradient-primary);color:#fff;text-align:center;padding:40px 32px 32px}.payment-upgrade-modal .payment-upgrade-content .modal-header .close-button{position:absolute;top:16px;right:16px;background:#fff3;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;padding:0}.payment-upgrade-modal .payment-upgrade-content .modal-header .close-button:hover{background:#ffffff4d;transform:scale(1.05)}.payment-upgrade-modal .payment-upgrade-content .modal-header .header-content .crown-icon{margin-bottom:16px}.payment-upgrade-modal .payment-upgrade-content .modal-header .header-content .crown-icon svg{color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.payment-upgrade-modal .payment-upgrade-content .modal-header .header-content h2{margin:0 0 8px;font-size:28px;font-weight:700;color:#fff}.payment-upgrade-modal .payment-upgrade-content .modal-header .header-content p{margin:0;font-size:16px;opacity:.9}.payment-upgrade-modal .payment-upgrade-content .error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 24px;margin:0 24px 24px;border-radius:8px;font-size:14px}.payment-upgrade-modal .payment-upgrade-content .billing-toggle{display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 32px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.payment-upgrade-modal .payment-upgrade-content .billing-toggle .toggle-label{font-size:14px;font-weight:500;color:#6b7280;transition:color .2s ease}.payment-upgrade-modal .payment-upgrade-content .billing-toggle .toggle-label.active{color:#111827;font-weight:600}.payment-upgrade-modal .payment-upgrade-content .billing-toggle .toggle-label .discount-badge{display:inline-block;background:#10b981;color:#fff;font-size:11px;padding:2px 6px;border-radius:12px;margin-left:6px;font-weight:600}.payment-upgrade-modal .payment-upgrade-content .billing-toggle .billing-switch .ant-switch-checked{background-color:var(--primary-color)}.payment-upgrade-modal .payment-upgrade-content .plans-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:32px;background:#fff}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card{position:relative;border:2px solid #e5e7eb;border-radius:12px;padding:24px;background:#fff;transition:all .3s ease}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.popular{border-color:var(--primary-color);box-shadow:0 4px 20px #f43f5e26;transform:scale(1.05)}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.popular:hover{transform:scale(1.05) translateY(-2px)}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.popular .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.recommended{border-color:#10b981}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header{text-align:center;margin-bottom:20px}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header h3{margin:0 0 16px;font-size:20px;font-weight:700;color:#111827}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header .plan-pricing{margin-bottom:8px}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header .plan-pricing .price{font-size:36px;font-weight:800;color:#111827;line-height:1}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header .plan-pricing .period{font-size:16px;color:#6b7280;margin-left:2px}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-header .yearly-savings{font-size:12px;color:#10b981;font-weight:600}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-button{height:48px;border-radius:8px;font-weight:600;font-size:14px;transition:all .2s ease;margin-bottom:20px}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-button.popular-button{background:var(--gradient-primary);border-color:transparent}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-button.popular-button:hover{background:var(--gradient-primary);opacity:.9;transform:translateY(-1px)}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-button:not(.popular-button):hover{border-color:var(--primary-color);color:var(--primary-color)}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-button .animate-spin{margin-right:8px;animation:spin 1s linear infinite}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-features{list-style:none;padding:0;margin:0}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-features li{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:14px;color:#374151}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card .plan-features li svg{color:#10b981;flex-shrink:0}.payment-upgrade-modal .payment-upgrade-content .modal-footer{text-align:center;padding:24px 32px 32px;background:#f9fafb;border-top:1px solid #e5e7eb}.payment-upgrade-modal .payment-upgrade-content .modal-footer p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}@media (max-width: 768px){.payment-upgrade-modal .ant-modal{margin:16px;max-width:none}.payment-upgrade-modal .payment-upgrade-content .plans-container{grid-template-columns:1fr;padding:20px;gap:16px}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.popular{transform:none}.payment-upgrade-modal .payment-upgrade-content .plans-container .plan-card.popular:hover{transform:translateY(-2px)}}.add-subreddit-modal .modal-content .modal-description{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.add-subreddit-modal .modal-content .subreddit-input{border-radius:8px;border:1px solid var(--nav-hover-bg);padding:10px 12px;font-size:14px;transition:all .2s ease}.add-subreddit-modal .modal-content .subreddit-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.add-subreddit-modal .modal-content .subreddit-input::placeholder{color:var(--text-tertiary)}.add-subreddit-modal .modal-content .help-text{background:var(--bg-secondary);padding:12px;border-radius:6px;font-size:13px;color:var(--text-secondary);margin-top:16px;border:1px solid var(--primary-color);background:var(--gradient-light-bg-alt)}.add-subreddit-modal .modal-content .help-text strong{color:var(--text-primary)}.add-subreddit-modal .modal-content .scanning-loader{text-align:center;padding:40px 20px}.add-subreddit-modal .modal-content .scanning-loader .ant-spin{margin-bottom:24px}.add-subreddit-modal .modal-content .scanning-loader h3{color:var(--text-primary);font-size:18px;font-weight:600;margin-bottom:8px}.add-subreddit-modal .modal-content .scanning-loader p{color:var(--text-secondary);font-size:14px;margin-bottom:32px}.add-subreddit-modal .modal-content .scanning-loader .scanning-steps{text-align:left;max-width:300px;margin:0 auto}.add-subreddit-modal .modal-content .scanning-loader .scanning-steps .step{padding:8px 0;color:var(--text-secondary);font-size:14px;display:flex;align-items:center;gap:8px}.add-subreddit-modal .modal-content .scanning-loader .scanning-steps .step.active{color:var(--primary-color);font-weight:500}.add-subreddit-modal .ant-modal-footer{border-top:1px solid var(--border-light);padding:16px 24px}.add-subreddit-modal .ant-modal-footer .ant-btn{border-radius:6px;font-weight:500}.add-subreddit-modal .ant-modal-footer .ant-btn-primary{background:var(--gradient-primary);border:none}.add-subreddit-modal .ant-modal-footer .ant-btn-primary:hover{background:var(--gradient-primary-hover);transform:translateY(-1px)}.create-post-modal .ant-modal-content{padding:0}.create-post-modal .form-section{margin-bottom:1.5rem}.create-post-modal .form-section h4{color:#1a1a1a;font-weight:600;margin:0;font-size:1rem}.create-post-modal .form-section p{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.create-post-modal .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.create-post-modal .form-section .section-header h4{margin-bottom:0}.create-post-modal .form-section .goal-options-container .ant-radio{display:none}.create-post-modal .form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.create-post-modal .form-actions .left-actions{flex:1}.create-post-modal .form-actions button{height:45px}.create-post-modal .form-actions .right-actions{display:flex;gap:.75rem}.create-post-modal .ant-radio-group .ant-radio-wrapper{color:#666;font-size:.875rem}.create-post-modal .ant-input,.create-post-modal .ant-select .ant-select-selector{border-radius:6px}.create-post-modal .ant-btn{border-radius:6px;font-weight:500}.create-post-modal .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#f43f5e,#f97316);border:none;box-shadow:0 2px 4px #f43f5e33}.create-post-modal .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#e11d48,#ea580c);box-shadow:0 4px 8px #f43f5e4d}.create-post-modal .ant-spin-container .ant-spin{color:#f43f5e}.create-post-modal .goal-options{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.create-post-modal .goal-options .goal-option{display:flex;align-items:center;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;width:100%;margin:0}.create-post-modal .goal-options .goal-option:hover{border-color:#f43f5d69;background-color:#fcf5f596}.create-post-modal .goal-options .goal-option .ant-radio{margin-right:.75rem}.create-post-modal .goal-options .goal-option .goal-content{display:flex;align-items:center;gap:.75rem;width:100%}.create-post-modal .goal-options .goal-option .goal-content svg{color:#aaa;flex-shrink:0}.create-post-modal .goal-options .goal-option .goal-content span{font-weight:500;color:#374151}.create-post-modal .goal-options .goal-option.ant-radio-wrapper-checked{border-color:#f43f5d69;background-color:#fcf5f596}.create-post-modal .goal-options .goal-option.ant-radio-wrapper-checked svg{color:#f43f5e}.create-post-modal .goal-options .goal-option.ant-radio-wrapper-checked .goal-content span{color:#f43f5e}.create-post-modal .ideas-grid{display:grid;grid-template-columns:1fr;gap:.875rem;margin-top:1rem;animation:fadeInUp .4s ease-out}@media (min-width: 768px){.create-post-modal .ideas-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.create-post-modal .ideas-grid .idea-card{border:1.5px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s ease;position:relative;background:#fafafa;animation:slideInCard .4s ease-out forwards;opacity:0;transform:translateY(10px)}.create-post-modal .ideas-grid .idea-card:nth-child(1){animation-delay:.1s}.create-post-modal .ideas-grid .idea-card:nth-child(2){animation-delay:.2s}.create-post-modal .ideas-grid .idea-card:nth-child(3){animation-delay:.3s}@keyframes slideInCard{to{opacity:1;transform:translateY(0)}}.create-post-modal .ideas-grid .idea-card:hover{border-color:#f43f5e;box-shadow:0 3px 8px #f43f5e1f;background:#fff}.create-post-modal .ideas-grid .idea-card.selected{border-color:#f43f5e;background-color:#fef2f2;box-shadow:0 3px 12px #f43f5e2e;transform:translateY(-2px) scale(1.02)}.create-post-modal .ideas-grid .idea-card .ant-card-body{padding:0}.create-post-modal .ideas-grid .idea-card .idea-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.create-post-modal .ideas-grid .idea-card .idea-card-header .idea-title{margin:0;font-weight:600;color:#1a1a1a;font-size:.95rem;flex:1;line-height:1.3;padding-right:.5rem}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn{padding:.375rem;min-width:auto;height:auto;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0;opacity:.6;transition:all .25s ease;background:transparent;border:1px solid transparent}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn:hover{background-color:#f43f5e14;border-color:#f43f5e33;color:#f43f5e;opacity:1;transform:scale(1.05)}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn:active{transform:scale(.95)}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn .ant-btn-loading-icon{margin:0}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn svg{transition:all .2s ease}.create-post-modal .ideas-grid .idea-card .idea-card-header .save-idea-btn:hover svg{fill:currentColor}.create-post-modal .ideas-grid .idea-card .ant-tag{margin:0 0 .5rem;font-size:.75rem;padding:.15rem .5rem;border-radius:12px;font-weight:500}.create-post-modal .ideas-grid .idea-card .idea-description{margin:0 0 .75rem;color:#4b5563;font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.create-post-modal .ideas-grid .idea-card .idea-details{display:flex;flex-direction:column;gap:.5rem}.create-post-modal .ideas-grid .idea-card .idea-details .idea-field{display:flex;align-items:flex-start;gap:.4rem}.create-post-modal .ideas-grid .idea-card .idea-details .idea-field .field-label{font-weight:600;color:#374151;font-size:.8rem;min-width:45px;flex-shrink:0}.create-post-modal .ideas-grid .idea-card .idea-details .idea-field .field-value{color:#6b7280;font-size:.8rem;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.create-post-modal .steps-indicator{display:flex;justify-content:center;margin-bottom:2rem;padding:0 1rem}.create-post-modal .steps-indicator .step{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:#6b7280;background-color:#f9fafb}.create-post-modal .steps-indicator .step.active{color:#f43f5e;background-color:#fef2f2}.create-post-modal .steps-indicator .step.completed{color:#059669;background-color:#ecfdf5}.ant-modal-wrap .create-post-modal .ant-modal-content{border-radius:12px;overflow:hidden}.ant-modal-wrap .create-post-modal .ant-modal-header{background:linear-gradient(135deg,#f43f5e,#f97316);border-bottom:none;padding:1.5rem 2rem}.ant-modal-wrap .create-post-modal .ant-modal-header .ant-modal-title{color:#fff;font-weight:600;font-size:1.25rem}.ant-modal-wrap .create-post-modal .ant-modal-close{color:#fff}.ant-modal-wrap .create-post-modal .ant-modal-close:hover{color:#fffc}.ant-modal-wrap .create-post-modal .ant-modal-body{padding:2rem;max-height:70vh;overflow-y:auto}.subreddit-selector{position:relative;width:100%}.subreddit-selector .selector-trigger{display:flex;align-items:center;justify-content:space-between;padding:2px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:var(--border-radius);cursor:pointer;min-height:44px}.subreddit-selector .selector-trigger:hover{border:1px solid #e0e0e0;background:var(--gradient-light-bg-alt-alt)}.subreddit-selector .selector-trigger:focus-within{border:1px solid #e0e0e0;box-shadow:0 0 0 2px #f43f5e1a}.subreddit-selector .selected-content{flex:1;display:flex;align-items:center}.subreddit-selector .selected-content .placeholder{color:var(--text-muted);font-size:14px}.subreddit-selector .selected-subreddit{display:flex;align-items:center;gap:8px;flex:1}.subreddit-selector .selected-subreddit .subreddit-icon{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.subreddit-selector .selected-subreddit .hash-icon{color:var(--text-muted);flex-shrink:0}.subreddit-selector .selected-subreddit .subreddit-name{font-weight:500;color:var(--text-color-light);font-size:14px}.subreddit-selector .selected-subreddit .subscriber-count{color:var(--text-muted);font-size:12px;background:var(--nav-bg);padding:2px 6px;border-radius:4px;margin-left:auto}.subreddit-selector .chevron{color:var(--text-muted);transition:transform var(--transition-base) ease;flex-shrink:0}.subreddit-selector .chevron.rotated{transform:rotate(180deg)}.subreddit-selector .selector-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e0e0e0;border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;margin-top:4px;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.subreddit-selector .search-container{padding:12px;border-bottom:1px solid #f0f0f0}.subreddit-selector .search-container .search-input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;outline:none;box-sizing:border-box}.subreddit-selector .search-container .search-input:focus{border:1px solid #ddd}.subreddit-selector .search-container .search-input::placeholder{color:var(--text-muted)}.subreddit-selector .options-container{max-height:inherit;overflow-y:auto;max-height:220px}.subreddit-selector .options-container::-webkit-scrollbar{width:6px}.subreddit-selector .options-container::-webkit-scrollbar-track{background:#f1f1f1}.subreddit-selector .options-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.subreddit-selector .options-container::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.subreddit-selector .option-item{padding:12px 16px;cursor:pointer;transition:background-color var(--transition-base) ease;border-bottom:1px solid #f8f8f8}.subreddit-selector .option-item:last-child{border-bottom:none}.subreddit-selector .option-item:hover{background:var(--gradient-light-bg-alt-alt)}.subreddit-selector .option-item.selected{background:var(--gradient-light-bg-alt)}.subreddit-selector .option-item.selected .subreddit-name{color:var(--primary-color);font-weight:600}.subreddit-selector .option-content{display:flex;align-items:center;gap:12px}.subreddit-selector .option-content .subreddit-icon{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.subreddit-selector .option-content .hash-icon{color:var(--text-muted);flex-shrink:0}.subreddit-selector .option-content .subreddit-info{display:flex;flex-direction:column;gap:2px;flex:1}.subreddit-selector .option-content .subreddit-info .subreddit-name{font-weight:500;color:var(--text-color-light);font-size:14px}.subreddit-selector .option-content .subreddit-info .subreddit-stats{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:12px}.subreddit-selector .option-content .subreddit-info .subreddit-stats .subscriber-count{font-weight:500}.subreddit-selector .loading-state,.subreddit-selector .empty-state{padding:20px 16px;text-align:center;color:var(--text-muted);font-size:14px}.subreddit-selector .loading-state{color:var(--primary-color)}.subreddit-selector.disabled .selector-trigger{background:#f5f5f5;cursor:not-allowed;opacity:.6}.subreddit-selector.disabled .selector-trigger:hover{border-color:#e0e0e0;background:#f5f5f5}.subreddit-selector.open .selector-trigger{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}@media (prefers-color-scheme: dark){.subreddit-selector .selector-trigger{background:var(--bg-color-dark);border-color:#404040;color:var(--text-color-dark)}.subreddit-selector .selector-trigger:hover{background:#f43f5e0d}.subreddit-selector .selector-dropdown{background:var(--bg-color-dark);border-color:#404040}.subreddit-selector .search-container{border-bottom-color:#404040}.subreddit-selector .search-container .search-input{background:var(--button-bg-dark);border-color:#404040;color:var(--text-color-dark)}.subreddit-selector .search-container .search-input:focus{border-color:var(--primary-color)}.subreddit-selector .option-item{border-bottom-color:#333;color:var(--text-color-dark)}.subreddit-selector .option-item:hover{background:#f43f5e0d}.subreddit-selector .option-item.selected{background:#f43f5e1a}.subreddit-selector .selected-subreddit .subreddit-name,.subreddit-selector .option-content .subreddit-name{color:var(--text-color-dark)}.subreddit-selector.disabled .selector-trigger{background:#2a2a2a;border-color:#404040}}.post-ideas-modal .ideas-header .header-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.post-ideas-modal .ideas-header .header-controls .subreddit-select{display:flex;align-items:center}.post-ideas-modal .ideas-header .header-controls .subreddit-select label{font-weight:500;color:#666}.post-ideas-modal .ideas-header .ideas-count{color:#666;font-size:.875rem;font-style:italic}.post-ideas-modal .ideas-content{max-height:60vh;overflow-y:auto;padding-right:4px}.post-ideas-modal .ideas-content .loading-state{text-align:center;padding:3rem 0}.post-ideas-modal .ideas-content .loading-state p{margin-top:1rem;color:#666;font-size:.875rem}.post-ideas-modal .ideas-content .ideas-grid{display:grid;grid-template-columns:1fr;gap:1rem}.post-ideas-modal .idea-card{border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease}.post-ideas-modal .idea-card:hover{border-color:#f43f5e;box-shadow:0 2px 8px #f43f5e1a}.post-ideas-modal .idea-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:.75rem 1rem}.post-ideas-modal .idea-card .ant-card-head .idea-header{display:flex;justify-content:space-between;align-items:center}.post-ideas-modal .idea-card .ant-card-head .idea-header .idea-type{background:linear-gradient(135deg,#f43f5e,#f97316);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;font-size:.875rem}.post-ideas-modal .idea-card .ant-card-head .idea-header .idea-number{background:#f0f0f0;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;color:#666}.post-ideas-modal .idea-card .ant-card-body{padding:1rem}.post-ideas-modal .idea-card .ant-card-actions{background:#fafafa;border-top:1px solid #f0f0f0}.post-ideas-modal .idea-card .ant-card-actions .ant-btn{border-radius:4px;font-size:.75rem;height:28px}.post-ideas-modal .idea-card .ant-card-actions .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#f43f5e,#f97316);border:none}.post-ideas-modal .idea-card .ant-card-actions .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#e11d48,#ea580c)}.post-ideas-modal .idea-card .idea-content .idea-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4}.post-ideas-modal .idea-card .idea-content .idea-section{margin-bottom:.75rem}.post-ideas-modal .idea-card .idea-content .idea-section:last-child{margin-bottom:0}.post-ideas-modal .idea-card .idea-content .idea-section strong{color:#333;font-size:.875rem;display:block;margin-bottom:.25rem}.post-ideas-modal .idea-card .idea-content .idea-section p{color:#666;font-size:.875rem;line-height:1.5;margin:0}.post-ideas-modal .ideas-footer{margin-top:1.5rem;text-align:center;padding-top:1rem;border-top:1px solid #f0f0f0}.post-ideas-modal .ideas-footer .ant-btn{border-radius:6px}.post-ideas-modal .ideas-content::-webkit-scrollbar{width:6px}.post-ideas-modal .ideas-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.post-ideas-modal .ideas-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.post-ideas-modal .ideas-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-modal-wrap .post-ideas-modal .ant-modal-content{border-radius:12px}.ant-modal-wrap .post-ideas-modal .ant-modal-header{background:linear-gradient(135deg,#f43f5e,#f97316);border-bottom:none;border-radius:12px 12px 0 0}.ant-modal-wrap .post-ideas-modal .ant-modal-header .ant-modal-title{color:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem}.ant-modal-wrap .post-ideas-modal .ant-modal-close{color:#fff}.ant-modal-wrap .post-ideas-modal .ant-modal-close:hover{color:#fffc}.ant-modal-wrap .post-ideas-modal .ant-modal-body{padding:1.5rem}.manage-project-modal{position:fixed;top:100px;left:50%;transform:translate(-50%);width:90%;max-width:1000px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;display:flex;flex-direction:column;overflow:hidden;max-width:1200px}.manage-project-modal .modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;background:#f8fafc}.manage-project-modal .modal-header .modal-title{display:flex;align-items:center;gap:12px}.manage-project-modal .modal-header .modal-title h2{margin:0;font-size:20px;font-weight:600;color:#0f172a}.manage-project-modal .modal-header .modal-title svg{color:#3b82f6}.manage-project-modal .modal-header .modal-close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#64748b;transition:all .15s ease}.manage-project-modal .modal-header .modal-close-btn:hover{background:#e2e8f0;color:#0f172a}.manage-project-modal .modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.manage-project-modal .modal-content .manage-tabs{display:flex;height:100%}.manage-project-modal .modal-content .manage-tabs .tab-navigation{width:280px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:20px 0;display:flex;flex-direction:column;gap:4px}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button{display:flex;align-items:center;gap:12px;padding:12px 20px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;transition:all .15s ease;border-radius:0;outline:none;box-shadow:none}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button:focus{outline:none!important;box-shadow:none!important}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button:hover{background:#e2e8f0;color:#0f172a}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button.active{background:#fff;color:#3b82f6;border-right:3px solid #3b82f6;margin-right:-1px}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button.active svg{color:#3b82f6}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button svg{color:#94a3b8;transition:color .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button span{flex:1}.manage-project-modal .modal-content .manage-tabs .tab-content{flex:1;padding:20px 24px;overflow-y:auto;max-height:calc(90vh - 80px)}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-header{margin-bottom:24px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-header h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 4px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-header p{color:#64748b;margin:0;font-size:14px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections{display:flex;flex-direction:column;gap:24px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section h4{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#0f172a;margin:0 0 16px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section h4 svg{color:#3b82f6}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item{margin-bottom:16px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item:last-child{margin-bottom:0}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item label svg{color:#64748b}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item input,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item input:focus,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item input::placeholder,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item textarea::placeholder{color:#9ca3af}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .settings-sections .settings-section .setting-item textarea{resize:vertical;min-height:80px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0;display:flex;gap:12px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-primary{background:linear-gradient(135deg,#f43f5e,#f97316);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f43f5e4d}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .tab-actions .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-input-container{display:flex;gap:8px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-input-container input{padding:5px 15px;border:1px solid #ddd;border-radius:6px;outline:none}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-input-container input:focus{border:1px solid #aaa}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-info{display:flex;align-items:center;gap:12px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-info .keyword-icon{width:32px;height:32px;background:#f1f5f9;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-info .keyword-details .keyword-name{font-size:14px;font-weight:500;color:#0f172a}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-info .keyword-details .keyword-type{font-size:12px;color:#64748b}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-remove-btn{background:none;border:1px solid #fecaca;cursor:pointer;color:#dc2626;font-size:12px;padding:6px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;transition:all .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-remove-btn:hover{background:#fef2f2}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-item .keyword-remove-btn:disabled{opacity:.6;cursor:not-allowed}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .empty-state{color:#9ca3af;font-size:13px;font-style:italic;margin:0;padding:8px 0}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups{display:flex;flex-direction:column;gap:20px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .keyword-group-header{margin-bottom:8px;margin-top:30px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .keyword-group-header .keyword-group-label{display:flex;align-items:center;gap:6px;font-weight:500;margin-bottom:4px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .keyword-group-header .keyword-group-help{font-size:13px;color:#64748b}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-list{margin-top:8px;display:flex;flex-direction:column;gap:6px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item{border-radius:6px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item .strategic-keyword-info{display:flex;align-items:center;gap:8px}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item .strategic-keyword-info .strategic-keyword-text{font-size:13px;font-weight:500}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item .strategic-keyword-remove{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;padding:2px;transition:opacity .15s ease}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item .strategic-keyword-remove:hover{opacity:.7}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item .strategic-keyword-remove:disabled{opacity:.4;cursor:not-allowed}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.problem-focused{background:#fffcf1;border:1px solid #ffe5a2}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.problem-focused .strategic-keyword-text,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.problem-focused .strategic-keyword-remove{color:#92400e}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.solution-focused{background:#f6fff9;border:1px solid #c1e2d6}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.solution-focused .strategic-keyword-text,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.solution-focused .strategic-keyword-remove{color:#166534}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.general{background:#f3f5ff;border:1px solid #d7e6ff}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.general .strategic-keyword-text,.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .keyword-groups .keyword-group .strategic-keyword-item.general .strategic-keyword-remove{color:#1e40af}.manage-project-modal .modal-content .manage-tabs .tab-content .settings-tab .strategic-description{color:#64748b;font-size:14px;margin-bottom:16px}@media (max-width: 768px){.manage-project-modal{width:95%;max-height:95vh}.manage-project-modal .modal-content .manage-tabs{flex-direction:column}.manage-project-modal .modal-content .manage-tabs .tab-navigation{width:100%;padding:16px 0;flex-direction:row;overflow-x:auto;gap:0}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button{flex-shrink:0;padding:12px 16px;white-space:nowrap;outline:none;box-shadow:none}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button:focus{outline:none!important;box-shadow:none!important}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button.active{border-right:none;border-bottom:3px solid #3b82f6;margin-right:0;margin-bottom:-1px}.manage-project-modal .modal-content .manage-tabs .tab-navigation .tab-button span{display:none}.manage-project-modal .modal-content .manage-tabs .tab-content{padding:16px;max-height:calc(95vh - 140px)}}.add-feed-modal .ant-modal-content{border-radius:12px}.add-feed-modal .ant-modal-header{border-radius:12px 12px 0 0}.add-feed-modal .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#111827}.add-feed-modal .ant-modal-body{margin-top:15px}.add-feed-tabs .ant-tabs-nav{margin-bottom:24px}.add-feed-tabs .ant-tabs-nav .ant-tabs-tab{font-size:15px;font-weight:500;padding:10px 0}.templates-tab .templates-header{text-align:left;margin-bottom:32px}.templates-tab .templates-header h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.templates-tab .templates-header p{font-size:14px;color:#6b7280;margin:0}.templates-tab .templates-list{display:flex;flex-direction:column;gap:16px}.templates-tab .template-card-list{border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.templates-tab .template-card-list:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f126}.templates-tab .template-card-list .ant-card-body{padding:20px}.templates-tab .template-card-list .template-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.templates-tab .template-card-list .template-left{flex:1}.templates-tab .template-card-list .template-right{flex-shrink:0}.templates-tab .template-card-list .template-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.templates-tab .template-card-list .template-header .template-icon-wrapper{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.templates-tab .template-card-list .template-header .template-info{flex:1}.templates-tab .template-card-list .template-header .template-info .template-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.templates-tab .template-card-list .template-header .template-info .template-category{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:4px;font-weight:500}.templates-tab .template-card-list .template-description{font-size:14px;color:#4b5563;line-height:1.5;margin-bottom:12px}.templates-tab .template-card-list .template-details,.templates-tab .template-card-list .template-details .template-keywords{margin-bottom:0}.templates-tab .template-card-list .template-details .template-keywords strong{font-size:12px;color:#374151;display:inline;margin-right:8px}.templates-tab .template-card-list .template-details .template-keywords .keywords-preview{display:inline-flex;flex-wrap:wrap;gap:6px}.templates-tab .template-card-list .template-details .template-keywords .keyword-tag{font-size:11px;padding:2px 6px;border-radius:4px;background:#f3f4f6;color:#4b5563;font-weight:500}.templates-tab .template-card-list .template-details .template-keywords .keyword-more{font-size:11px;color:#6b7280;font-style:italic}.templates-tab .template-card-list .template-action-btn{border-radius:8px;height:36px;padding:0 20px;font-weight:500;font-size:14px;background:#6366f1;border-color:#6366f1}.templates-tab .template-card-list .template-action-btn:hover{background:#5b21b6;border-color:#5b21b6}.scratch-tab{text-align:center;padding:40px 0}.scratch-tab .scratch-header{margin-bottom:40px}.scratch-tab .scratch-header h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.scratch-tab .scratch-header p{font-size:14px;color:#6b7280;margin:0}.scratch-tab .scratch-content{max-width:500px;margin:0 auto}.scratch-tab .scratch-content .scratch-info{text-align:left;background:#f9fafb;padding:24px;border-radius:12px;margin-bottom:32px}.scratch-tab .scratch-content .scratch-info h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:16px}.scratch-tab .scratch-content .scratch-info ul{margin:0;padding-left:20px}.scratch-tab .scratch-content .scratch-info ul li{font-size:14px;color:#4b5563;line-height:1.5;margin-bottom:8px}.scratch-tab .scratch-content .scratch-info ul li:last-child{margin-bottom:0}.scratch-tab .scratch-content .create-scratch-btn{height:48px;padding:0 32px;font-size:16px;font-weight:600;border-radius:12px;background:#6366f1;border-color:#6366f1}.scratch-tab .scratch-content .create-scratch-btn:hover{background:#5b21b6;border-color:#5b21b6;transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}@media (max-width: 768px){.add-feed-modal .ant-modal{margin:0;max-width:none;width:100%!important;height:100%;top:0}.add-feed-modal .ant-modal-content{height:100%;border-radius:0}.templates-list{gap:12px}.template-card-list .template-content{flex-direction:column;align-items:stretch;gap:16px}.template-card-list .template-right{align-self:stretch}.template-card-list .template-header .template-info .template-title{font-size:15px}.template-card-list .template-description{font-size:13px}.template-card-list .template-action-btn{width:100%}.scratch-tab{padding:20px 0}.scratch-tab .scratch-content .scratch-info{padding:20px;margin-bottom:24px}.scratch-tab .scratch-content .create-scratch-btn{height:44px;font-size:15px}}.mention-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease}.mention-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.mention-card .mention-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.mention-card .mention-header .mention-type{display:flex;align-items:center;gap:.75rem}.mention-card .mention-header .mention-type .mention-icon{width:20px;height:20px;color:#6b7280;flex-shrink:0}.mention-card .mention-header .mention-type .mention-title{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.4;flex:1}.mention-card .mention-header .mention-type .mention-type-label{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;flex-shrink:0}.mention-card .mention-header .mention-type .sentiment-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;flex-shrink:0}.mention-card .mention-header .mention-type .sentiment-badge .sentiment-emoji{font-size:.875rem}.mention-card .mention-header .mention-type .sentiment-badge.positive{background:#dcfce7;color:#166534}.mention-card .mention-header .mention-type .sentiment-badge.neutral{background:#fef3c7;color:#92400e}.mention-card .mention-header .mention-type .sentiment-badge.negative{background:#fee2e2;color:#dc2626}.mention-card .mention-header .external-link-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;flex-shrink:0}.mention-card .mention-header .external-link-btn:hover{color:#374151;background:#f3f4f6}.mention-card .mention-content{margin-bottom:1rem;color:#374151;line-height:1.6}.mention-card .mention-content .original-post{background:#f9fafb;border-left:3px solid #e5e7eb;padding:.75rem 1rem;margin-bottom:1rem;border-radius:0 4px 4px 0}.mention-card .mention-content .original-post .original-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;display:block;margin-bottom:.25rem}.mention-card .mention-content .original-post p{margin:0;font-size:.875rem;color:#6b7280;font-style:italic}.mention-card .mention-content p{margin:0 0 .5rem;font-size:.875rem;max-height:90px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.mention-card .mention-content p:last-child{margin-bottom:0}.mention-card .mention-content .brand-mention .highlight{background:#fef3c7;padding:.125rem .25rem;border-radius:3px;font-weight:600;color:#92400e}.mention-card .mention-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.mention-card .mention-meta .subreddit-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.mention-card .mention-meta .subreddit-info .subreddit{font-weight:600;color:#374151}.mention-card .mention-meta .subreddit-info .author{color:#6b7280}.mention-card .mention-meta .subreddit-info .separator{color:#d1d5db}.mention-card .mention-meta .subreddit-info .timestamp{color:#9ca3af}.mention-card .mention-meta .engagement-info{display:flex;align-items:center;gap:1rem}.mention-card .mention-meta .engagement-info .upvotes,.mention-card .mention-meta .engagement-info .comments{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}.mention-card .mention-meta .engagement-info .upvotes svg,.mention-card .mention-meta .engagement-info .comments svg{width:14px;height:14px}.mention-card .mention-actions{display:flex;gap:.5rem;flex-wrap:wrap}.mention-card .mention-actions .action-btn{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;display:flex;align-items:center;gap:8px}.mention-card .mention-actions .action-btn.primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.mention-card .mention-actions .action-btn.primary:hover{background:#2563eb;border-color:#2563eb}.mention-card .mention-actions .action-btn.secondary{background:#fff;color:#374151;border-color:#d1d5db}.mention-card .mention-actions .action-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width: 768px){.mention-card{padding:1rem}.mention-card .mention-header .mention-type{gap:.5rem}.mention-card .mention-header .mention-type .mention-title{font-size:.875rem}.mention-card .mention-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.mention-card .mention-meta .subreddit-info{flex-wrap:wrap}.mention-card .mention-actions .action-btn{padding:.375rem .75rem;font-size:.8125rem}}.mentions-container .mentions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 0rem}.mentions-container .mentions-header .mentions-tabs{display:flex;gap:1rem}.mentions-container .mentions-header .mentions-tabs .tab{padding:.5rem 1rem;background:#f5f5f5;border-radius:8px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;outline:none}.mentions-container .mentions-header .mentions-tabs .tab.active,.mentions-container .mentions-header .mentions-tabs .tab.active:hover{color:#fff;background:var(--gradient-primary)}.mentions-container .mentions-header .mentions-tabs .tab:hover{background:var(--gradient-primary-light);color:#222}.mentions-container .mentions-header .mentions-actions{display:flex;align-items:center;gap:1rem}.mentions-container .mentions-header .mentions-actions .time-filter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.mentions-container .mentions-header .mentions-actions .time-filter .time-icon{width:16px;height:16px}.mentions-container .mentions-header .mentions-actions .export-btn{padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.mentions-container .mentions-header .mentions-actions .export-btn:hover{background:#f9fafb;border-color:#9ca3af}.mentions-container .mentions-content{padding:0;display:flex;flex-direction:column;gap:1rem}.mentions-container .mentions-content .highlight{background:#fff7af;padding:0 4px;border-radius:3px;display:inline-block}.mentions-container .mentions-content .mentions-empty-state{text-align:center;padding:64px 32px;background:#fff;border-radius:8px;border:1px dashed #d1d5db;max-width:420px;margin:2rem auto}.mentions-container .mentions-content .mentions-empty-state .empty-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;color:#9ca3af;background:#f9fafb;border-radius:50%}.mentions-container .mentions-content .mentions-empty-state .empty-icon svg{width:64px;height:64px}.mentions-container .mentions-content .mentions-empty-state h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 12px}.mentions-container .mentions-content .mentions-empty-state p{font-size:.875rem;color:#6b7280;line-height:1.5;max-width:300px;margin:0 auto}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#222;background:#fff;padding:50px}.page-loading svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.overview-container{padding:0}.overview-container .overview-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 32px;position:sticky;top:0;z-index:10}.overview-container .overview-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.overview-container .overview-header .header-content .title-section{display:flex;align-items:center;gap:16px}.overview-container .overview-header .header-content .title-section .title-icon{width:48px;height:48px;border-radius:12px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff}.overview-container .overview-header .header-content .title-section h1{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1.2}.overview-container .overview-header .header-content .title-section p{font-size:14px;color:#6b7280;margin:4px 0 0}.overview-container .overview-header .header-content .header-actions{display:flex;gap:12px}.overview-container .overview-header .header-content .header-actions .action-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:none}.overview-container .overview-header .header-content .header-actions .action-btn.primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 12px #f43f5e4d}.overview-container .overview-header .header-content .header-actions .action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f43f5e66}.overview-container .overview-header .header-content .header-actions .action-btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.overview-container .overview-header .header-content .header-actions .action-btn.secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.overview-container .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:32px}.overview-container .stats-grid .stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.overview-container .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.overview-container .stats-grid .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.overview-container .stats-grid .stat-card .stat-icon.opportunities{background:linear-gradient(135deg,#f59e0b,#f97316)}.overview-container .stats-grid .stat-card .stat-icon.mentions{background:linear-gradient(135deg,#3b82f6,#2563eb)}.overview-container .stats-grid .stat-card .stat-icon.conversations{background:linear-gradient(135deg,#10b981,#059669)}.overview-container .stats-grid .stat-card .stat-icon.leads{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.overview-container .stats-grid .stat-card .stat-icon.health{background:linear-gradient(135deg,#f43f5e,#e11d48)}.overview-container .stats-grid .stat-card .stat-content .stat-number{font-size:32px;font-weight:700;color:#111827;line-height:1;margin-bottom:4px}.overview-container .stats-grid .stat-card .stat-content .stat-label{font-size:14px;color:#6b7280;font-weight:500}.overview-container .overview-content{display:grid;grid-template-columns:1fr 420px;gap:32px}.overview-container .overview-content .main-section .subreddits-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.overview-container .overview-content .main-section .subreddits-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;margin-bottom:0}.overview-container .overview-content .main-section .subreddits-section .section-header .header-left{display:flex;align-items:center;gap:12px}.overview-container .overview-content .main-section .subreddits-section .section-header .header-left h2{font-size:20px;font-weight:600;color:#111827;margin:0}.overview-container .overview-content .main-section .subreddits-section .section-header .header-actions{display:flex;gap:12px}.overview-container .overview-content .main-section .subreddits-section .section-header .header-actions .action-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:none}.overview-container .overview-content .main-section .subreddits-section .section-header .header-actions .action-btn.outline{background:transparent;color:#6b7280;border:1px solid #e5e7eb}.overview-container .overview-content .main-section .subreddits-section .section-header .header-actions .action-btn.outline:hover{background:#f9fafb;border-color:#d1d5db}.overview-container .overview-content .main-section .subreddits-section .section-description{padding:0 32px 24px;color:#6b7280;font-size:14px;line-height:1.5}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-header{display:grid;grid-template-columns:1fr 200px;padding:16px 32px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:14px;color:#374151}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-header .col-subreddit{display:flex;align-items:center}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-header .col-relevancy{display:flex;align-items:center;justify-content:center}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row{display:grid;grid-template-columns:1fr 200px;padding:16px 32px;border-bottom:1px solid #f3f4f6;align-items:center;transition:background .2s}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row:hover{background:#f9fafb}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row:last-child{border-bottom:none}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-subreddit .subreddit-info{display:flex;align-items:center;gap:12px}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-subreddit .subreddit-info .subreddit-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-subreddit .subreddit-info .subreddit-details .subreddit-name{font-weight:600;color:#111827;font-size:14px;margin-bottom:4px}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-subreddit .subreddit-info .subreddit-details .subreddit-stats{display:flex;gap:12px;font-size:12px;color:#6b7280}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-subreddit .subreddit-info .subreddit-details .subreddit-stats .members{font-weight:500}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy{display:flex;align-items:center;justify-content:center}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy .relevancy-score{display:flex;align-items:center;gap:12px;width:100%}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy .relevancy-score .score-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy .relevancy-score .score-bar .score-fill{height:100%;transition:width .3s ease}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy .relevancy-score .score-text{font-weight:600;font-size:14px;color:#111827;min-width:35px}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row .col-relevancy .relevancy-score .status-dot{width:8px;height:8px;border-radius:50%}.overview-container .overview-content .todays-focus-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a;margin-bottom:24px}.overview-container .overview-content .todays-focus-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.overview-container .overview-content .todays-focus-section .section-header h2{font-size:20px;font-weight:600;color:#111827;margin:0}.overview-container .overview-content .todays-focus-section .section-header .action-items-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.overview-container .overview-content .todays-focus-section .section-header .action-items-btn:hover{background:#dbeafe}.overview-container .overview-content .todays-focus-section .focus-items .focus-item{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-bottom:1px solid #f9fafb;transition:background .2s}.overview-container .overview-content .todays-focus-section .focus-items .focus-item:hover{background:#f9fafb}.overview-container .overview-content .todays-focus-section .focus-items .focus-item:last-child{border-bottom:none}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-icon{width:32px;height:32px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content{flex:1}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header h3{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.4;flex:1}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header .priority-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:lowercase;flex-shrink:0}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header .priority-badge.high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header .priority-badge.medium{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-header .priority-badge.low{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-description{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 12px}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#9ca3af}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-meta .subreddit{color:#6b7280;font-weight:500}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .focus-content .focus-meta .separator{color:#d1d5db}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .take-action-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;color:#2563eb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;flex-shrink:0}.overview-container .overview-content .todays-focus-section .focus-items .focus-item .take-action-btn:hover{background:#f3f4f6;color:#1d4ed8}.overview-container .overview-content .top-opportunities-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.overview-container .overview-content .top-opportunities-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.overview-container .overview-content .top-opportunities-section .section-header h2{font-size:20px;font-weight:600;color:#111827;margin:0}.overview-container .overview-content .top-opportunities-section .section-header .view-all-btn{display:flex;align-items:center;gap:6px;background:transparent;color:#2563eb;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.overview-container .overview-content .top-opportunities-section .section-header .view-all-btn:hover{color:#1d4ed8}.overview-container .overview-content .top-opportunities-section .section-header .view-all-btn svg{position:relative;top:1px}.overview-container .overview-content .top-opportunities-section .opportunities-list{padding:20px}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border:1px solid #ebebeb;border-radius:12px;transition:all .2s}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item:hover{background:#f9fafb;box-shadow:0 2px 8px #00000014}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-score{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;color:#10b981;flex-shrink:0}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-score .score-number{font-size:18px;font-weight:700;line-height:1}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-score .score-label{font-size:10px;font-weight:500;opacity:.9;line-height:1}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content{flex:1;min-width:0}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;justify-content:flex-start}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .subreddit-info{display:flex;align-items:center;gap:8px}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .subreddit-info .subreddit-name{font-size:14px;font-weight:600;color:#111827}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .subreddit-info .members-count{font-size:12px;color:#6b7280}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .post-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#9ca3af;flex-shrink:0}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .post-meta .username{color:#6b7280}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .post-meta .separator{color:#d1d5db}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .priority-label{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .priority-label.urgent{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .priority-label.high{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-header .priority-label.medium{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.4}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-description{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-engagement{display:flex;align-items:center;gap:16px}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-engagement .engagement-item{display:flex;align-items:center;gap:4px;font-size:14px;color:#6b7280}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-engagement .engagement-item .icon{font-size:16px}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-content .opp-engagement .engagement-item .count{font-weight:500}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-actions{flex-shrink:0}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-actions .engage-btn{padding:8px 16px;background:none;color:#f43f5e;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;outline:none;box-shadow:none;opacity:.7}.overview-container .overview-content .top-opportunities-section .opportunities-list .opportunity-item .opp-actions .engage-btn:hover{opacity:1}.overview-container .overview-content .sidebar-section{display:flex;flex-direction:column;gap:24px}.overview-container .overview-content .sidebar-section .ai-copilot-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--gradient-primary);color:#fff;position:relative;overflow:hidden}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header .copilot-icon{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;position:relative}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header .copilot-icon .pulse-ring{position:absolute;top:-2px;left:-2px;width:40px;height:40px;border:2px solid rgba(255,255,255,.7);border-radius:50%;animation:pulse-ring 2s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header h2{font-size:18px;font-weight:600;flex:1;margin:0 0 0 12px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header .live-indicator{display:flex;align-items:center;gap:6px;background:#ef444433;padding:4px 8px;border-radius:12px;border:1px solid rgba(239,68,68,.3)}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header .live-indicator .live-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse-dot 1.5s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-header .live-indicator span{font-size:11px;font-weight:600;color:#fecaca}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content{padding:24px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 8px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content p{font-size:14px;color:#6b7280;line-height:1.5;margin:0 0 20px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .status-header span:first-child{font-size:14px;font-weight:500;color:#374151}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .status-header .status-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#dcfdf7;color:#065f46;font-size:12px;font-weight:500;border-radius:6px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .progress-bar{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-bottom:8px;position:relative}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .progress-bar .progress-fill{height:100%;background:var(--gradient-primary);transition:width .3s ease}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .progress-bar .progress-fill.infinite-progress{width:100%;background:linear-gradient(90deg,#f43f5e4d,#f43f5ecc,#f973164d);animation:infinite-loading 2s infinite ease-in-out}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .progress-bar .progress-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer-progress 1.5s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .progress-bar.infinite{background:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb);background-size:200% 100%;animation:background-pulse 3s infinite ease-in-out}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .copilot-status .status-text{font-size:14px;color:#6b7280}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed{margin-top:24px;padding-top:20px;border-top:1px solid #f3f4f6}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header span{font-size:14px;font-weight:600;color:#374151}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator{display:flex;align-items:center;gap:8px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator .sound-wave{display:flex;align-items:center;gap:2px;height:16px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator .sound-wave .wave-bar{width:3px;background:#10b981;border-radius:2px;animation:sound-wave 1.5s infinite ease-in-out}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator .sound-wave .wave-bar:nth-child(1){height:8px;animation-delay:0s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator .sound-wave .wave-bar:nth-child(2){height:12px;animation-delay:.2s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator .sound-wave .wave-bar:nth-child(3){height:6px;animation-delay:.4s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-header .listening-indicator span{font-size:12px;color:#10b981;font-weight:500}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items{display:flex;flex-direction:column;gap:12px}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item{display:flex;align-items:center;gap:12px;font-size:13px;color:#6b7280;opacity:0;animation:slide-in .5s forwards ease-out}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item:nth-child(1){animation-delay:.2s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item:nth-child(2){animation-delay:.4s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item:nth-child(3){animation-delay:.6s}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item .activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item .activity-dot.scanning{background:#3b82f6;animation:scanning-pulse 2s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item .activity-dot.analyzing{background:#f59e0b;animation:analyzing-pulse 1.5s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item .activity-dot.found{background:#10b981;animation:found-pulse 1s infinite}.overview-container .overview-content .sidebar-section .ai-copilot-section .copilot-content .activity-feed .activity-items .activity-item span{line-height:1.4}.overview-container .overview-content .sidebar-section .quick-actions-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.overview-container .overview-content .sidebar-section .quick-actions-section h2{font-size:18px;font-weight:600;color:#111827;margin:0;padding:20px 24px;border-bottom:1px solid #f3f4f6}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid #f9fafb;cursor:pointer;transition:background .2s}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item:hover{background:#f9fafb}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item:last-child{border-bottom:none}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item.blue .action-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item.green .action-icon{background:linear-gradient(135deg,#10b981,#059669)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item.purple .action-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-content{flex:1}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-content h4{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-content p{font-size:14px;color:#6b7280;margin:0}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item .action-right-icon{color:#6b7280;transition:transform .2s;opacity:0}.overview-container .overview-content .sidebar-section .quick-actions-section .actions-list .action-item:hover .action-right-icon{transform:translate(5px);opacity:.5}.overview-container .overview-content .sidebar-section .copilot-tip-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:20px 24px;box-shadow:0 2px 8px #0000000a}.overview-container .overview-content .sidebar-section .copilot-tip-section .tip-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.overview-container .overview-content .sidebar-section .copilot-tip-section .tip-header svg{color:#f59e0b}.overview-container .overview-content .sidebar-section .copilot-tip-section .tip-header h3{font-size:16px;font-weight:600;color:#111827;margin:0}.overview-container .overview-content .sidebar-section .copilot-tip-section p{font-size:14px;color:#6b7280;line-height:1.5;margin:0}@media (max-width: 1200px){.overview-container .overview-content{grid-template-columns:1fr;gap:24px}.overview-container .overview-content .main-section .stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.overview-container .overview-header{padding:16px 20px}.overview-container .overview-header .header-content{flex-direction:column;gap:16px;align-items:flex-start}.overview-container .overview-header .header-content .title-section h1{font-size:24px}.overview-container .overview-content{padding:20px}.overview-container .overview-content .main-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.overview-container .overview-content .main-section .subreddits-section .section-header{padding:16px 20px;flex-direction:column;gap:12px;align-items:flex-start}.overview-container .overview-content .main-section .subreddits-section .section-description{padding:0 20px 16px}.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-header,.overview-container .overview-content .main-section .subreddits-section .subreddits-table .table-row{padding:12px 20px;grid-template-columns:1fr 120px}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1.2);opacity:0}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes sound-wave{0%,to{height:6px}50%{height:16px}}@keyframes slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scanning-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #3b82f6b3}50%{opacity:.8;transform:scale(1.1);box-shadow:0 0 0 4px #3b82f600}}@keyframes analyzing-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #f59e0bb3}50%{opacity:.8;transform:scale(1.1);box-shadow:0 0 0 4px #f59e0b00}}@keyframes found-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #10b981b3}50%{opacity:.8;transform:scale(1.1);box-shadow:0 0 0 4px #10b98100}}@keyframes infinite-loading{0%{transform:translate(-100%);opacity:.5}50%{opacity:1}to{transform:translate(100%);opacity:.5}}@keyframes shimmer-progress{0%{left:-100%}to{left:100%}}@keyframes background-pulse{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ai-insights{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.ai-insights .section-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.ai-insights .section-header .header-left{display:flex;align-items:center;gap:10px}.ai-insights .section-header .header-left h3{font-size:16px;font-weight:600;color:#111827;margin:0}.ai-insights .insights-list .insight-item{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;gap:16px}.ai-insights .insights-list .insight-item:last-child{border-bottom:none}.ai-insights .insights-list .insight-item .insight-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ai-insights .insights-list .insight-item .insight-content{flex:1}.ai-insights .insights-list .insight-item .insight-content .insight-title{font-weight:600;font-size:14px;color:#111827;margin-bottom:4px}.ai-insights .insights-list .insight-item .insight-content .insight-description{font-size:12px;color:#6b7280;line-height:1.4;margin-bottom:8px}.ai-insights .insights-list .insight-item .insight-content .insight-action{background:transparent;border:none;color:#f43f5e;font-size:12px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline}.ai-insights .insights-list .insight-item .insight-content .insight-action:hover{color:#e11d48}.ai-insights .ai-insights-empty{padding:40px 24px;text-align:center;position:relative}.ai-insights .ai-insights-empty .empty-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);margin-bottom:24px;color:#fff}.ai-insights .ai-insights-empty .empty-icon .sparkle-1,.ai-insights .ai-insights-empty .empty-icon .sparkle-2{position:absolute;color:#f59e0b;animation:sparkle 2s ease-in-out infinite}.ai-insights .ai-insights-empty .empty-icon .sparkle-1{top:8px;right:12px;animation-delay:0s}.ai-insights .ai-insights-empty .empty-icon .sparkle-2{bottom:12px;left:8px;animation-delay:1s}.ai-insights .ai-insights-empty .empty-content h4{font-size:16px;font-weight:600;color:#111827;margin:0 0 8px}.ai-insights .ai-insights-empty .empty-content p{font-size:14px;color:#6b7280;line-height:1.5;max-width:240px;margin:0 auto}@keyframes sparkle{0%,to{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.setup-project-modal .ant-modal-content{padding:0;overflow:hidden;border-radius:16px}.setup-project-modal .ant-modal-body{padding:32px;min-height:500px}.setup-project-modal .ant-modal-body .error-message{margin:15px 0}.setup-project-modal .setup-in-progress{text-align:center}.setup-project-modal .setup-in-progress .setup-header{margin-bottom:32px}.setup-project-modal .setup-in-progress .setup-header .sparkle-icon{color:var(--primary-color);margin-bottom:16px;animation:sparkle 2s ease-in-out infinite}.setup-project-modal .setup-in-progress .setup-header .ant-typography-h3{margin-bottom:8px;color:var(--text-color-primary)}.setup-project-modal .setup-in-progress .setup-header .ant-typography{font-size:16px;line-height:1.6}.setup-project-modal .setup-in-progress .progress-section{margin-bottom:40px}.setup-project-modal .setup-in-progress .progress-section .ant-progress{margin-bottom:8px}.setup-project-modal .setup-in-progress .progress-section .ant-typography{font-size:14px;font-weight:500}.setup-project-modal .setup-in-progress .steps-list{text-align:left;max-width:480px;margin:0 auto}.setup-project-modal .setup-in-progress .steps-list .setup-step{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #ddd;transition:all .3s ease}.setup-project-modal .setup-in-progress .steps-list .setup-step:last-child{border-bottom:none}.setup-project-modal .setup-in-progress .steps-list .setup-step.in_progress{background:linear-gradient(90deg,#f43f5e0d,#f973160d);margin:0 -16px;padding:16px;border-radius:8px;border-bottom:none}.setup-project-modal .setup-in-progress .steps-list .setup-step.in_progress .step-title{color:var(--primary-color);font-weight:600}.setup-project-modal .setup-in-progress .steps-list .setup-step.completed{opacity:.7}.setup-project-modal .setup-in-progress .steps-list .setup-step.completed .step-title{text-decoration:line-through;color:var(--success-color)}.setup-project-modal .setup-in-progress .steps-list .setup-step.failed .step-title{color:var(--error-color)}.setup-project-modal .setup-in-progress .steps-list .setup-step .step-icon{margin-top:2px;flex-shrink:0}.setup-project-modal .setup-in-progress .steps-list .setup-step .step-content{flex:1}.setup-project-modal .setup-in-progress .steps-list .setup-step .step-content .step-title{font-size:16px;font-weight:500;color:var(--text-color-primary);margin-bottom:4px;line-height:1.4}.setup-project-modal .setup-in-progress .steps-list .setup-step .step-content .step-description{font-size:14px;color:var(--text-color-secondary);line-height:1.5}.setup-project-modal .setup-completed{text-align:center}.setup-project-modal .setup-completed .ant-result{padding:24px 24px 16px}.setup-project-modal .setup-completed .ant-result .ant-result-title{color:var(--text-color-primary)}.setup-project-modal .setup-completed .ant-result .ant-result-subtitle{color:var(--text-color-secondary)}.setup-project-modal .setup-completed .setup-summary{margin:24px 0 32px;text-align:left;border-radius:12px;box-shadow:0 2px 8px #0000000f}.setup-project-modal .setup-completed .setup-summary .ant-card-body{padding:20px}.setup-project-modal .setup-completed .setup-summary .ant-typography-h4{margin-bottom:16px;color:var(--text-color-primary)}.setup-project-modal .setup-completed .setup-summary .summary-item{display:flex;align-items:center;gap:12px;color:var(--text-color-secondary)}.setup-project-modal .setup-completed .setup-summary .summary-item svg{color:var(--primary-color);flex-shrink:0}.setup-project-modal .setup-completed .setup-summary .summary-item strong{color:var(--text-color-primary)}.setup-project-modal .setup-completed .completion-actions .ant-btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border:none;box-shadow:0 4px 12px #f43f5e4d;height:48px;padding:0 32px;font-size:16px;font-weight:600;border-radius:8px}.setup-project-modal .setup-completed .completion-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f43f5e66}.setup-project-modal .ant-result-error .ant-result-extra{margin-top:24px}.setup-project-modal .ant-result-error .ant-result-extra .ant-btn{height:40px;border-radius:8px;font-weight:500}.setup-project-modal .ant-result-error .ant-result-extra .ant-btn.ant-btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border:none}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.1) rotate(10deg);opacity:.8}}.dark-theme .setup-project-modal .setup-step{border-bottom-color:#ffffff1a}.dark-theme .setup-project-modal .setup-step.in_progress{background:linear-gradient(90deg,#f43f5e1a,#f973161a)}.dark-theme .setup-project-modal .setup-summary{background:#ffffff0d;border-color:#ffffff1a}.trial-expired-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:20px}.trial-expired-page .trial-expired-container{max-width:1000px;width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000001a;overflow:hidden}.trial-expired-page .trial-expired-header{text-align:center;padding:48px 32px 32px;background:var(--gradient-primary);color:#fff;position:relative}.trial-expired-page .trial-expired-header .clock-icon{margin-bottom:24px}.trial-expired-page .trial-expired-header .clock-icon svg{color:#ffffffe6;background:#ffffff1a;padding:12px;border-radius:50%;box-shadow:0 8px 20px #0000001a}.trial-expired-page .trial-expired-header h1{margin:0 0 16px;font-size:32px;font-weight:700;color:#fff}.trial-expired-page .trial-expired-header p{font-size:18px;opacity:.9;line-height:1.6;max-width:600px;margin:0 auto}.trial-expired-page .trial-expired-stats{display:flex;justify-content:center;gap:48px;padding:32px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.trial-expired-page .trial-expired-stats .stat-item{text-align:center}.trial-expired-page .trial-expired-stats .stat-item .stat-number{display:block;font-size:36px;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:8px}.trial-expired-page .trial-expired-stats .stat-item .stat-label{font-size:14px;color:#6b7280;font-weight:500}.trial-expired-page .upgrade-section{padding:40px 32px}.trial-expired-page .upgrade-section .upgrade-header{text-align:center;margin-bottom:32px}.trial-expired-page .upgrade-section .upgrade-header svg{color:#fbbf24;margin-bottom:16px}.trial-expired-page .upgrade-section .upgrade-header h2{margin:0 0 8px;font-size:24px;font-weight:700;color:#111827}.trial-expired-page .upgrade-section .upgrade-header p{margin:0;font-size:16px;color:#6b7280}.trial-expired-page .upgrade-section .plans-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card{position:relative;border:2px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff;transition:all .3s ease}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card.popular{border-color:var(--primary-color);box-shadow:0 4px 20px #f43f5e26;transform:scale(1.02)}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card.popular:hover{transform:scale(1.02) translateY(-2px)}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card.popular .popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:#fff;padding:4px 12px;border-radius:16px;font-size:11px;font-weight:600;white-space:nowrap}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-header{text-align:center;margin-bottom:20px}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-header h3{margin:0 0 12px;font-size:18px;font-weight:700;color:#111827}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-header .plan-preview-price .price{font-size:28px;font-weight:800;color:#111827;line-height:1}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-header .plan-preview-price .period{font-size:14px;color:#6b7280;margin-left:2px}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-features{list-style:none;padding:0;margin:0}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-features li{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:#374151}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-features li svg{color:#10b981;flex-shrink:0}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card .plan-preview-features li.more-features{color:#6b7280;font-style:italic;justify-content:center;margin-top:8px}.trial-expired-page .upgrade-section .upgrade-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.trial-expired-page .upgrade-section .upgrade-actions .upgrade-button{height:48px;padding:0 32px;background:var(--gradient-primary);border:none;border-radius:8px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #f43f5e4d}.trial-expired-page .upgrade-section .upgrade-actions .upgrade-button:hover{background:var(--gradient-primary);opacity:.9;transform:translateY(-1px)}.trial-expired-page .upgrade-section .upgrade-actions .back-button{height:48px;padding:0 24px;color:#6b7280;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.trial-expired-page .upgrade-section .upgrade-actions .back-button:hover{color:#374151;background:#f9fafb}.trial-expired-page .trial-expired-footer{background:#f8fafc;padding:32px;border-top:1px solid #e2e8f0}.trial-expired-page .trial-expired-footer .benefits-list{margin-bottom:24px}.trial-expired-page .trial-expired-footer .benefits-list h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827;text-align:center}.trial-expired-page .trial-expired-footer .benefits-list .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:500px;margin:0 auto}.trial-expired-page .trial-expired-footer .benefits-list .benefits-grid .benefit-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.trial-expired-page .trial-expired-footer .benefits-list .benefits-grid .benefit-item svg{color:#10b981;flex-shrink:0}.trial-expired-page .trial-expired-footer .security-note{text-align:center}.trial-expired-page .trial-expired-footer .security-note p{margin:0;font-size:14px;color:#6b7280}@media (max-width: 768px){.trial-expired-page{padding:10px}.trial-expired-page .trial-expired-container{margin:0}.trial-expired-page .trial-expired-header{padding:32px 20px 24px}.trial-expired-page .trial-expired-header h1{font-size:24px}.trial-expired-page .trial-expired-header p{font-size:16px}.trial-expired-page .trial-expired-stats{gap:24px;padding:24px 20px}.trial-expired-page .trial-expired-stats .stat-item .stat-number{font-size:28px}.trial-expired-page .upgrade-section{padding:32px 20px}.trial-expired-page .upgrade-section .plans-preview{grid-template-columns:1fr;gap:16px}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card.popular{transform:none}.trial-expired-page .upgrade-section .plans-preview .plan-preview-card.popular:hover{transform:translateY(-2px)}.trial-expired-page .upgrade-section .upgrade-actions{flex-direction:column;align-items:center}.trial-expired-page .upgrade-section .upgrade-actions .upgrade-button,.trial-expired-page .upgrade-section .upgrade-actions .back-button{width:100%;max-width:280px}.trial-expired-page .trial-expired-footer{padding:24px 20px}.trial-expired-page .trial-expired-footer .benefits-list .benefits-grid{grid-template-columns:1fr}}.subreddits-container .subredditstable-container{position:relative}.subreddits-container .subredditstable-container .plan-restrictions{position:absolute;padding:40px 70px;text-align:center;background:#fff;border-radius:8px;margin:0 auto;left:50%;transform:translate(-50%);bottom:-140px;border:1px solid #e0e5e0}.subreddits-container .subredditstable-container .plan-restrictions h4{margin:0;font-size:18px;font-weight:600;color:#1f2937}.subreddits-container .subredditstable-container .plan-restrictions p{margin:10px 0 25px;max-width:320px;font-size:14px;opacity:.5}.subreddits-container .container-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.subreddits-container .container-header .header-left h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--color-text-primary)}.subreddits-container .container-header .header-left p{margin:0;color:var(--color-text-secondary);font-size:.875rem}.subreddits-container .container-header .header-actions{display:flex;gap:.75rem}.subreddits-container .subreddits-table{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.subreddits-container .subreddits-table .ant-table-row:hover .analytics-link{opacity:1}.subreddits-container .subreddits-table .ant-table-row.paused-row{opacity:.6;position:relative}.subreddits-container .subreddits-table .ant-table-row.paused-row:after{content:"";position:absolute;inset:0;background:#e0e0e06e}.subreddits-container .subreddits-table .ant-table-row.paused-row .analytics-link{display:none}.subreddits-container .subreddits-table .ant-table-row .ant-table-cell{min-width:220px}.subreddits-container .subreddits-table .ant-table-row .ant-table-cell.subreddit-column{width:100%;min-width:300px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #e5e7eb;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-thead>tr>th:first-child{padding-left:24px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-thead>tr>th:last-child{padding-right:24px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-tbody>tr>td{padding:16px;border-bottom:1px solid #f0f2f5;vertical-align:middle}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-tbody>tr>td:first-child{padding-left:24px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-tbody>tr>td:last-child{padding-right:24px}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-tbody>tr:hover>td{background:#fafafa}.subreddits-container .subreddits-table :global(.ant-table) .ant-table-tbody>tr:last-child>td{border-bottom:none}.subreddits-container .subreddits-table .subreddit-info{display:flex;align-items:center;gap:12px}.subreddits-container .subreddits-table .subreddit-info .subreddit-avatar{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;position:relative;overflow:hidden}.subreddits-container .subreddits-table .subreddit-info .subreddit-avatar img{width:100%;height:100%;object-fit:cover;border-radius:8px}.subreddits-container .subreddits-table .subreddit-info .subreddit-details{flex:1}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-title{display:flex;align-items:center;gap:8px}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-name{font-weight:600;font-size:14px;color:#1f2937;margin-bottom:4px}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-relevance{display:inline-flex;align-items:center;gap:6px;color:#059669}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#6b7280}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .status{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .status .ant-badge-status{background:#f9f7f7;border-radius:20px;padding:5px 8px;line-height:1;display:flex;align-items:center}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .status .ant-badge-status.status-active{background:#ebf1eb;border:1px solid #e0e5e0}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .status .ant-badge-status .ant-badge-status-dot{top:0}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .status .ant-badge-status-text{font-size:11px;text-transform:capitalize}.subreddits-container .subreddits-table .subreddit-info .subreddit-details .subreddit-meta .members{font-weight:500}.subreddits-container .subreddits-table .subreddit-info .analytics-link{border:1px solid #e0e5e0;border-radius:6px;padding:4px 8px;font-size:12px;color:#6b7280;display:flex;align-items:center;opacity:0;gap:8px;position:absolute;right:10px}.subreddits-container .subreddits-table .subreddit-info .analytics-link:hover{border:1px solid #059669;color:#059669}.subreddits-container .subreddits-table .metric-column{display:flex;flex-direction:column;align-items:center;gap:4px}.subreddits-container .subreddits-table .metric-column .metric-column-stats{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.subreddits-container .subreddits-table .metric-column .metric-label{font-size:12px;color:#6b7280;text-align:center}.subreddits-container .subreddits-table .metric-column.opportunities .metric-value{font-size:18px;font-weight:700;color:#1f2937;line-height:1}.subreddits-container .subreddits-table .metric-column.opportunities .metric-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.subreddits-container .subreddits-table .metric-column.opportunities .metric-badge.high{background:#10b9811a;color:#059669}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats{display:flex;align-items:center;gap:16px}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats .engagement-item{display:flex;align-items:center;gap:6px}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats .engagement-item .count{font-size:16px;font-weight:600;color:#1f2937}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats .engagement-item .badge{padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats .engagement-item .badge.mentions{background:#8b5cf61a;color:#7c3aed}.subreddits-container .subreddits-table .metric-column.engagement .engagement-stats .engagement-item .badge.posts{background:#22c55e1a;color:#16a34a}.subreddits-container .subreddits-table .metric-column.activity .activity-stats{display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:flex-start}.subreddits-container .subreddits-table .metric-column.activity .activity-stats .activity-item{display:flex;align-items:center;gap:8px}.subreddits-container .subreddits-table .metric-column.activity .activity-stats .activity-item .count{font-size:16px;font-weight:600;color:#1f2937}.subreddits-container .subreddits-table .metric-column.activity .activity-stats .activity-item .label,.subreddits-container .subreddits-table .metric-column.activity .activity-stats .activity-item .sub-count{font-size:12px;color:#6b7280}.subreddits-container .subreddits-table .actions-column{display:flex;align-items:center;justify-content:center;gap:8px}.subreddits-container .subreddits-table .actions-column .action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;background:#f9fafb;color:#6b7280;padding:0}.subreddits-container .subreddits-table .actions-column .action-btn:hover{background:#f3f4f6;color:#374151}.subreddits-container .subreddits-table .actions-column .action-btn.play:hover{background:#10b9811a;color:#059669}.subreddits-container .subreddits-table .actions-column .action-btn.pause:hover{background:#f59e0b1a;color:#d97706}.subreddits-container .subreddits-table .actions-column .action-btn.analytics:hover{background:#3b82f61a;color:#2563eb}.subreddits-container .subreddits-table .actions-column .action-btn.danger:hover{background:#ef44441a;color:#dc2626}.subreddits-container .subreddits-table .actions-column .action-btn:disabled{opacity:.5;cursor:not-allowed}.subreddits-container .subreddits-table .empty-state{padding:3rem 1.5rem;text-align:center;color:var(--color-text-secondary)}.subreddits-container .subreddits-table .empty-state p{margin:0}.subreddits-container .form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.analysis-active-popover{max-width:250px}.analysis-active-popover h4{margin:0;font-weight:400}.subreddits-page{color:#222}.search-subreddits-container .skeleton-loading{display:flex;flex-direction:column;gap:1rem}.search-subreddits-container .skeleton-loading .skeleton-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content{padding:1.5rem}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content .skeleton-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content .skeleton-header .skeleton-title-section{flex:1;display:flex;flex-direction:column;gap:4px}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content .skeleton-header .skeleton-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content .skeleton-description{margin-bottom:1rem;padding-left:56px}.search-subreddits-container .skeleton-loading .skeleton-card .skeleton-content .skeleton-footer{display:flex;justify-content:space-between;align-items:center;padding-left:56px}.search-subreddits-container .search-form-card{margin-bottom:1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;background:#fff;position:relative;overflow:hidden}.search-subreddits-container .search-form-card:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,#ffc1071a,#ffc1070d);border-radius:50%;transform:translate(50px,-50px);z-index:0}.search-subreddits-container .search-form-card .form-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0;position:relative;z-index:1}.search-subreddits-container .search-form-card .form-header .header-icon{border-radius:8px;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.search-subreddits-container .search-form-card .form-header h2{font-size:1.25rem;font-weight:600;color:#374151;margin:0;line-height:1.3}.search-subreddits-container .search-form-card .search-form{position:relative;z-index:1}.search-subreddits-container .search-form-card .search-form .form-row{margin-bottom:1.5rem}.search-subreddits-container .search-form-card .search-form .form-row:last-child{margin-bottom:0}.search-subreddits-container .search-form-card .search-form .form-item{margin-bottom:0}.search-subreddits-container .search-form-card .search-form .form-item .ant-form-item-label>label{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:.5rem}.search-subreddits-container .search-form-card .search-form .form-input{border-radius:8px;border:1px solid #e5e5e5;font-size:.95rem;height:44px;transition:all .2s ease}.search-subreddits-container .search-form-card .search-form .form-input:focus,.search-subreddits-container .search-form-card .search-form .form-input:hover{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.search-subreddits-container .search-form-card .search-form .form-input::placeholder{color:#9ca3af}.search-subreddits-container .search-form-card .search-form .form-input.ant-input{padding:8px 12px}.search-subreddits-container .search-form-card .search-form .ant-input.form-input{height:44px}.search-subreddits-container .search-form-card .search-form .ant-input-affix-wrapper{border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease}.search-subreddits-container .search-form-card .search-form .ant-input-affix-wrapper:focus,.search-subreddits-container .search-form-card .search-form .ant-input-affix-wrapper:hover{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.search-subreddits-container .search-form-card .search-form .form-select .ant-select-selector{border-radius:8px;border:1px solid #e5e5e5;height:44px;transition:all .2s ease}.search-subreddits-container .search-form-card .search-form .form-select .ant-select-selector:hover{border-color:#8b5cf6}.search-subreddits-container .search-form-card .search-form .form-select.ant-select-focused .ant-select-selector{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61a}.search-subreddits-container .search-form-card .search-form .search-button-col .ant-form-item,.search-subreddits-container .search-form-card .search-form .search-button-col .ant-form-item-row{width:100%}.search-subreddits-container .search-form-card .search-form .search-button-item{display:flex;align-items:end}.search-subreddits-container .search-form-card .search-form .search-button-item .generate-button{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:none;border-radius:8px;height:44px;font-weight:600;font-size:.95rem;color:#fff;padding:0 2rem;box-shadow:0 4px 12px #8b5cf640;transition:all .3s ease;width:100%;margin-top:8px}.search-subreddits-container .search-form-card .search-form .search-button-item .generate-button:hover{background:linear-gradient(135deg,#7c3aed,#9333ea);transform:translateY(-1px);box-shadow:0 6px 16px #8b5cf659}.search-subreddits-container .search-form-card .search-form .search-button-item .generate-button:active{transform:translateY(0)}.search-subreddits-container .search-form-card .search-form .search-button-item .generate-button .anticon{margin-right:.5rem}.search-subreddits-container .search-form-card .search-form .ant-input.ant-input-textarea{min-height:80px;resize:vertical;padding:12px;line-height:1.5}.search-subreddits-container .search-results .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.search-subreddits-container .search-results .results-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.search-subreddits-container .search-results .results-header .results-count{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.search-subreddits-container .search-results .results-header .results-count:before{content:"⭐";color:#10b981}.search-subreddits-container .search-results .loading-state{text-align:center;padding:3rem 0;color:#6b7280}.search-subreddits-container .search-results .loading-state p{margin-top:1rem;margin-bottom:0}.search-subreddits-container .search-results .results-list .subreddit-match-card{display:flex;align-items:flex-start;background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease}.search-subreddits-container .search-results .results-list .subreddit-match-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left{display:flex;align-items:center;gap:1rem;margin-right:1rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left .rank-badge{width:28px;height:28px;background:#f97316;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left .subreddit-avatar{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left .subreddit-avatar img{width:100%;height:100%;object-fit:cover}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left .subreddit-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1.125rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content{flex:1;min-width:0}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .title-section{flex:1}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .title-section .subreddit-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .title-section .match-percentage{font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons{display:flex;gap:.5rem;flex-shrink:0}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .save-button{border:1px solid #d1d5db;border-radius:6px;height:36px;font-size:.875rem;font-weight:500;color:#374151}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .save-button:hover{border-color:#9ca3af;background:#f9fafb;color:#374151}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .save-button .anticon{margin-right:.25rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .visit-button{background:#ef4444;border:none;border-radius:6px;height:36px;font-size:.875rem;font-weight:500}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .visit-button:hover{background:#dc2626}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .subreddit-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row .stat{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row .stat .stat-icon{font-size:1rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row .stat .stat-text{color:#6b7280}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row .stat .ant-badge .ant-badge-status-dot{width:8px;height:8px}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row .stat .ant-badge .ant-badge-status-text{font-size:.875rem;color:#6b7280;margin-left:.375rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .tags-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .tags-row .tag{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .tags-row .tag.more-tag{background:#e5e7eb;color:#9ca3af}@media (max-width: 768px){.search-subreddits-container .search-results .results-list .subreddit-match-card{padding:1rem;flex-direction:column;gap:1rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-left{margin-right:0;justify-content:flex-start}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header{flex-direction:column;align-items:flex-start;gap:.75rem}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons{width:100%}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .save-button,.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .content-header .action-buttons .visit-button{flex:1}.search-subreddits-container .search-results .results-list .subreddit-match-card .card-content .stats-row{gap:1rem}}.subreddit-search-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease;position:relative;display:flex;align-items:flex-start;gap:20px}.subreddit-search-item .subreddit-rank{position:relative}.subreddit-search-item .subreddit-rank img{width:60px;height:60px;border-radius:10px;background:#ddd}.subreddit-search-item .subreddit-rank .score-rank{left:-6px;top:-6px;position:absolute;width:24px;height:24px;display:block;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.subreddit-search-item .subreddit-content{flex:1}.subreddit-search-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.subreddit-search-item .item-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.subreddit-search-item .item-header .rank-circle{width:32px;height:32px;background:#f97316;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;margin-top:.25rem}.subreddit-search-item .item-header .subreddit-info{flex:1;min-width:0}.subreddit-search-item .item-header .subreddit-info .subreddit-name{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.subreddit-search-item .item-header .subreddit-info .subreddit-name .name{font-size:1.125rem;font-weight:600;color:#111827}.subreddit-search-item .item-header .subreddit-info .subreddit-name .match-percentage{font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;display:flex;align-items:center;gap:6px}.subreddit-search-item .item-header .subreddit-info .subreddit-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.subreddit-search-item .item-header .item-actions{display:flex;gap:.5rem;flex-shrink:0}.subreddit-search-item .item-header .item-actions .save-button{border:1px solid #d1d5db;border-radius:6px;height:36px;font-size:.875rem;font-weight:500}.subreddit-search-item .item-header .item-actions .save-button:hover{border-color:#9ca3af;background:#f9fafb}.subreddit-search-item .item-header .item-actions .save-button .anticon{margin-right:.375rem}.subreddit-search-item .item-header .item-actions .visit-button{background:#ef4444;border:none;border-radius:6px;height:36px;font-size:.875rem;font-weight:500}.subreddit-search-item .item-header .item-actions .visit-button:hover{background:#dc2626}.subreddit-search-item .item-header .item-actions .visit-button .anticon{margin-right:.375rem}.subreddit-search-item .item-stats{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.subreddit-search-item .item-stats .stat{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem}.subreddit-search-item .item-stats .stat svg{color:#9ca3af}.subreddit-search-item .item-stats .stat .ant-badge .ant-badge-status-dot{width:8px;height:8px}.subreddit-search-item .item-stats .stat .ant-badge .ant-badge-status-text{font-size:.875rem;color:#6b7280;margin-left:.375rem}.subreddit-search-item .item-tags{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.subreddit-search-item .item-tags .tag{background:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb}.subreddit-search-item .item-tags .tag.more-tag{background:#e5e7eb;color:#6b7280}@media (max-width: 768px){.subreddit-search-item{padding:1rem}.subreddit-search-item .item-header .subreddit-info .subreddit-name{flex-direction:column;align-items:flex-start;gap:.5rem}.subreddit-search-item .item-header .item-actions{flex-direction:column;width:100%}.subreddit-search-item .item-header .item-actions .save-button,.subreddit-search-item .item-header .item-actions .visit-button{width:100%}.subreddit-search-item .item-stats{gap:1rem}}.search-subreddits-page .content-page .content-page-header .content-page-title{background:linear-gradient(135deg,#f43f5e,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.search-subreddits-page .content-page .content-page-header .content-page-lead{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.search-subreddits-page .search-subreddits-container{width:100%}.sub-analysis-header{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.sub-analysis-header .header-banner{height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.sub-analysis-header .header-banner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,#0000004d)}.sub-analysis-header .header-content{padding:24px;position:relative}.sub-analysis-header .header-content .subreddit-info{display:flex;gap:20px;margin-bottom:20px}.sub-analysis-header .header-content .subreddit-info .subreddit-avatar{border:4px solid white;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.sub-analysis-header .header-content .subreddit-info .subreddit-details{flex:1}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-name{margin-bottom:12px}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-name h1{margin:0 0 10px;font-size:32px;font-weight:700;color:var(--text-primary);line-height:1.2}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-name .display-name{font-size:14px;color:var(--text-secondary);font-weight:300;margin-top:10px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;opacity:.7}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-stats{display:flex;gap:24px;margin-bottom:16px}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-stats span{font-size:14px;color:var(--text-secondary)}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-stats span.member-count{font-weight:600;color:var(--text-primary)}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-tags{display:flex;gap:8px;flex-wrap:wrap}.sub-analysis-header .header-content .description{background:var(--bg-gray-light);padding:16px;border-radius:8px;border-left:4px solid var(--primary-color)}.sub-analysis-header .header-content .description p{margin:0;color:var(--text-secondary);line-height:1.6;white-space:pre-line}@media (max-width: 768px){.sub-analysis-header .header-content{padding:16px}.sub-analysis-header .header-content .subreddit-info{flex-direction:column;text-align:center}.sub-analysis-header .header-content .subreddit-info .subreddit-details .subreddit-stats{justify-content:center}}.sub-metrics .metric-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.sub-metrics .metric-card .ant-card-body{padding:20px}.sub-metrics .metric-card .metric-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.sub-metrics .metric-card .metric-header .metric-icon{font-size:20px}.sub-metrics .metric-card .metric-header .metric-title{font-size:14px;color:var(--text-secondary);font-weight:500}.sub-metrics .metric-card .metric-value{font-size:28px;font-weight:700;color:var(--text-primary);margin-bottom:12px;line-height:1}.sub-metrics .metric-card .metric-footer .growth-info,.sub-metrics .metric-card .metric-footer .percentage-info,.sub-metrics .metric-card .metric-footer .velocity-info{display:flex;flex-direction:column;gap:4px}.sub-metrics .metric-card .metric-footer .growth-info .growth-value,.sub-metrics .metric-card .metric-footer .growth-info .percentage-value,.sub-metrics .metric-card .metric-footer .growth-info .velocity-value,.sub-metrics .metric-card .metric-footer .percentage-info .growth-value,.sub-metrics .metric-card .metric-footer .percentage-info .percentage-value,.sub-metrics .metric-card .metric-footer .percentage-info .velocity-value,.sub-metrics .metric-card .metric-footer .velocity-info .growth-value,.sub-metrics .metric-card .metric-footer .velocity-info .percentage-value,.sub-metrics .metric-card .metric-footer .velocity-info .velocity-value{font-size:14px;font-weight:600}.sub-metrics .metric-card .metric-footer .growth-info .growth-label,.sub-metrics .metric-card .metric-footer .growth-info .percentage-label,.sub-metrics .metric-card .metric-footer .growth-info .velocity-label,.sub-metrics .metric-card .metric-footer .percentage-info .growth-label,.sub-metrics .metric-card .metric-footer .percentage-info .percentage-label,.sub-metrics .metric-card .metric-footer .percentage-info .velocity-label,.sub-metrics .metric-card .metric-footer .velocity-info .growth-label,.sub-metrics .metric-card .metric-footer .velocity-info .percentage-label,.sub-metrics .metric-card .metric-footer .velocity-info .velocity-label{font-size:12px;color:var(--text-secondary)}.sub-metrics .metric-card .metric-footer .percentile-info .ant-progress{margin-bottom:8px}.sub-metrics .metric-card .metric-footer .percentile-info .percentile-label{font-size:12px;color:var(--text-secondary)}.sub-metrics .metric-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px);transition:all .3s ease}.sub-metrics .engagement-card{margin-top:16px;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.sub-metrics .engagement-card .ant-card-head{border-bottom:1px solid var(--border-color)}.sub-metrics .engagement-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;color:var(--text-primary)}.sub-metrics .engagement-card .ant-statistic .ant-statistic-title{color:var(--text-secondary);font-size:14px;margin-bottom:8px}.sub-metrics .engagement-card .ant-statistic .ant-statistic-content{font-size:24px;font-weight:700}@media (max-width: 768px){.sub-metrics .metric-card .metric-value{font-size:24px}.sub-metrics .engagement-card .ant-statistic-content{font-size:20px}}.sub-post-insights{height:100%;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.sub-post-insights .ant-card-head{border-bottom:1px solid var(--border-color)}.sub-post-insights .ant-card-head .insights-header{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text-primary)}.sub-post-insights .ant-card-head .insights-header .anticon{color:var(--primary-color)}.sub-post-insights .insights-content .summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}@media (max-width: 768px){.sub-post-insights .insights-content .summary-stats{grid-template-columns:1fr;gap:12px}}.sub-post-insights .insights-content .summary-stats .stat-item .stat-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.sub-post-insights .insights-content .summary-stats .stat-item .stat-header .stat-title{color:var(--text-secondary);font-size:13px;font-weight:500}.sub-post-insights .insights-content .summary-stats .stat-item .stat-value{font-size:18px;font-weight:700;margin-bottom:4px}.sub-post-insights .insights-content .summary-stats .stat-item .stat-subtitle{font-size:11px;color:var(--text-secondary)}.sub-post-insights .insights-content .content-sections{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 1024px){.sub-post-insights .insights-content .content-sections{grid-template-columns:1fr;gap:16px}}.sub-post-insights .insights-content .content-sections .patterns-section h4{margin-bottom:12px;color:var(--text-primary);font-size:14px;font-weight:600}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card{padding:8px;background:#f8f9fa;border-radius:6px;border:1px solid var(--border-color)}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .day-info{display:flex;flex-direction:column;margin-bottom:6px}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .day-info .day-name{font-weight:600;color:var(--text-primary);font-size:12px}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .day-info .post-count{font-size:10px;color:var(--text-secondary)}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .engagement-bar{height:4px;background:#e9ecef;border-radius:2px;overflow:hidden;margin-bottom:4px}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .engagement-bar .engagement-fill{height:100%;border-radius:2px;transition:width .3s ease}.sub-post-insights .insights-content .content-sections .patterns-section .day-patterns-grid .day-pattern-card .engagement-score{font-size:10px;color:var(--text-secondary);text-align:center}.sub-post-insights .insights-content .content-sections .peak-hours-section h4{margin-bottom:12px;color:var(--text-primary);font-size:14px;font-weight:600}.sub-post-insights .insights-content .content-sections .peak-hours-section .peak-hours-grid{display:flex;flex-direction:column;gap:6px}.sub-post-insights .insights-content .content-sections .peak-hours-section .peak-hours-grid .hour-card{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#f8f9fa;border-radius:4px;border:1px solid var(--border-color)}.sub-post-insights .insights-content .content-sections .peak-hours-section .peak-hours-grid .hour-card .time-label{font-weight:600;color:var(--text-primary);font-size:12px;flex:1}.sub-post-insights .insights-content .content-sections .peak-hours-section .peak-hours-grid .hour-card .activity-badge{padding:2px 6px;border-radius:4px;color:#fff;font-size:10px;font-weight:600;flex:1;text-align:center}.sub-post-insights .insights-content .content-sections .peak-hours-section .peak-hours-grid .hour-card .post-count{font-size:10px;color:var(--text-secondary);flex:1;text-align:right}.sub-best-time{border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e1e5e9}.sub-best-time .ant-card-head{border-bottom:1px solid #e1e5e9;padding:16px 20px}.sub-best-time .ant-card-head .best-time-header{display:flex;align-items:center;justify-content:space-between;width:100%}.sub-best-time .ant-card-head .best-time-header .anticon{color:#6b7280;margin-right:8px}.sub-best-time .ant-card-head .best-time-header span{font-size:18px;font-weight:600;color:#111827;flex:1}.sub-best-time .ant-card-head .best-time-header .timezone-selector{min-width:200px}.sub-best-time .ant-card-head .best-time-header .timezone-selector .ant-select-selector{border:1px solid #d1d5db;border-radius:6px;height:32px;background:#f9fafb}.sub-best-time .ant-card-head .best-time-header .timezone-selector .ant-select-selection-item{font-size:13px;color:#6b7280}.sub-best-time .ant-card-body{padding:20px}.sub-best-time .best-time-content .best-time-section{margin-bottom:32px}.sub-best-time .best-time-content .best-time-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sub-best-time .best-time-content .best-time-section .section-header h3{font-size:16px;font-weight:600;color:#111827;margin:0}.sub-best-time .best-time-content .best-time-section .section-header .tabs{display:flex;background:#f3f4f6;border-radius:6px;padding:2px}.sub-best-time .best-time-content .best-time-section .section-header .tabs .tab{padding:6px 16px;border:none;background:transparent;border-radius:4px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.sub-best-time .best-time-content .best-time-section .section-header .tabs .tab.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.sub-best-time .best-time-content .best-time-section .section-header .tabs .tab:hover:not(.active){color:#374151}.sub-best-time .best-time-content .best-time-section .time-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:16px}@media (max-width: 768px){.sub-best-time .best-time-content .best-time-section .time-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.sub-best-time .best-time-content .best-time-section .time-cards{grid-template-columns:repeat(2,1fr)}}.sub-best-time .best-time-content .best-time-section .time-cards .time-card{position:relative;padding:16px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;text-align:center;transition:all .2s}.sub-best-time .best-time-content .best-time-section .time-cards .time-card.top-three{background:#dcfce7;border-color:#86efac}.sub-best-time .best-time-content .best-time-section .time-cards .time-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.sub-best-time .best-time-content .best-time-section .time-cards .time-card .rank-badge{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:2px solid white}.sub-best-time .best-time-content .best-time-section .time-cards .time-card .day{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.sub-best-time .best-time-content .best-time-section .time-cards .time-card .time{font-size:16px;font-weight:700;color:#111827;margin-bottom:2px}.sub-best-time .best-time-content .best-time-section .time-cards .time-card .period{font-size:12px;color:#6b7280}.sub-best-time .best-time-content .best-time-section .info-text{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.sub-best-time .best-time-content .best-time-section .info-text .green-dot{width:8px;height:8px;background:#16a34a;border-radius:50%}.sub-best-time .best-time-content .heatmap-section .heatmap-header{margin-bottom:20px}.sub-best-time .best-time-content .heatmap-section .heatmap-header h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.sub-best-time .best-time-content .heatmap-section .heatmap-header p{font-size:13px;color:#6b7280;margin:0}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .hour-labels{display:grid;grid-template-columns:80px repeat(12,1fr);gap:2px;margin-bottom:8px}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .hour-labels .day-spacer{width:80px}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .hour-labels .hour-label{font-size:11px;color:#6b7280;text-align:center;padding:4px 0}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .day-row{display:grid;grid-template-columns:80px repeat(24,1fr);gap:2px;margin-bottom:2px;align-items:center;min-height:26px}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .day-row .day-label{font-size:12px;color:#374151;font-weight:500;text-align:right;padding-right:12px}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .day-row .heatmap-cell{width:100%;height:24px;border-radius:2px;cursor:pointer;transition:all .2s}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid .day-row .heatmap-cell:hover{transform:scale(1.1);border:1px solid #374151;z-index:10;position:relative}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-legend{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:12px;color:#6b7280}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-legend .legend-gradient{display:flex;gap:1px;border-radius:2px;overflow:hidden}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-legend .legend-gradient .legend-step{width:12px;height:12px}@media (max-width: 768px){.sub-best-time .best-time-content .heatmap-section .heatmap-container{overflow-x:auto}.sub-best-time .best-time-content .heatmap-section .heatmap-container .heatmap-grid{min-width:600px}}.popular-post-themes{border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.popular-post-themes .ant-card-head{border-bottom:1px solid var(--border-color)}.popular-post-themes .ant-card-head .themes-header{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text-primary)}.popular-post-themes .ant-card-head .themes-header .anticon{color:var(--primary-color)}.popular-post-themes .themes-content .top-themes h4,.popular-post-themes .themes-content .other-themes h4{margin-bottom:16px;color:var(--text-primary);font-size:16px;font-weight:600}.popular-post-themes .themes-content .theme-card{background:var(--bg-gray-light);border-radius:8px;padding:16px;margin-bottom:16px}.popular-post-themes .themes-content .theme-card.featured{border-left:4px solid var(--primary-color)}.popular-post-themes .themes-content .theme-card.featured .theme-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info{display:flex;gap:12px;flex:1}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-rank{width:28px;height:28px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details{flex:1}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details h5{margin:0 0 8px;color:var(--text-primary);font-size:16px;font-weight:600}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details .theme-stats{display:flex;gap:16px}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details .theme-stats .post-count{font-size:13px;color:var(--text-secondary);font-weight:500}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details .theme-stats .engagement{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary);font-weight:500}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-growth .growth-badge{background:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;border:1px solid var(--border-color)}.popular-post-themes .themes-content .theme-card.featured .theme-progress{margin-bottom:12px}.popular-post-themes .themes-content .theme-card.featured .theme-progress .ant-progress{margin-bottom:4px}.popular-post-themes .themes-content .theme-card.featured .theme-progress .percentage-label{font-size:12px;color:var(--text-secondary)}.popular-post-themes .themes-content .theme-card.featured .theme-examples{display:flex;gap:8px;flex-wrap:wrap}.popular-post-themes .themes-content .theme-card.featured .theme-examples .example-tag{font-size:11px;border-radius:12px}.popular-post-themes .themes-content .theme-card.compact{padding:12px}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .compact-info{flex:1}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .compact-info .theme-name{font-weight:500;color:var(--text-primary);margin-bottom:4px;font-size:14px}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .compact-info .compact-stats{display:flex;gap:12px}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .compact-info .compact-stats .post-count{font-size:12px;color:var(--text-secondary)}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .compact-info .compact-stats .growth{font-size:12px;font-weight:600}.popular-post-themes .themes-content .theme-card.compact .theme-compact-header .engagement-score{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-secondary);font-weight:500}.popular-post-themes .themes-content .themes-summary{margin-top:24px}.popular-post-themes .themes-content .themes-summary .summary-card{background:var(--bg-gray-light);border-radius:8px;padding:16px;border-left:4px solid var(--primary-color)}.popular-post-themes .themes-content .themes-summary .summary-card h5{margin:0 0 12px;color:var(--text-primary);font-size:14px;font-weight:600}.popular-post-themes .themes-content .themes-summary .summary-card ul{margin:0;padding-left:16px}.popular-post-themes .themes-content .themes-summary .summary-card ul li{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:4px}.popular-post-themes .themes-content .themes-summary .summary-card ul li:last-child{margin-bottom:0}@media (max-width: 768px){.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-info .theme-details .theme-stats{flex-direction:column;gap:4px}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-growth{align-self:flex-start}.popular-post-themes .themes-content .ant-col{margin-bottom:24px}}@media (max-width: 480px){.popular-post-themes .themes-content .theme-card.featured .theme-header{flex-direction:column;gap:12px}.popular-post-themes .themes-content .theme-card.featured .theme-header .theme-growth{align-self:flex-start}.popular-post-themes .themes-content .theme-card.featured .theme-examples .example-tag{font-size:10px}}.subreddit-analysis-container .analysis-content{display:flex;flex-direction:column;gap:24px}.subreddit-analysis-container .analysis-content .metrics-row{width:100%}.subreddit-analysis-container .analysis-content .insights-row{display:flex;flex-direction:column;gap:16px;width:100%}.subreddit-analysis-container .analysis-content .themes-row{width:100%}.subreddit-analysis-page{height:100%;background:var(--bg-color)}:root{--primary-color: #F43F5E;--primary-hover: #e11d48;--secondary-color: #F97316;--secondary-hover: #ea580c;--text-color-dark: rgba(255, 255, 255, .87);--text-color-light: #171717;--text-muted: #888;--bg-color-dark: #242424;--bg-color-light: #ffffff;--nav-bg: #f5f5f5;--nav-hover-bg: #e0e0e0;--button-bg-dark: #1a1a1a;--button-bg-light: #f9f9f9;--gradient-primary: linear-gradient(to right, #F43F5E, #F97316);--gradient-primary-hover: linear-gradient(to right, #ff5773, #ff8b38);--gradient-light: linear-gradient(to right, #f43f5d00, #f974163a);--gradient-light-bg: linear-gradient(to right, rgb(249 115 22 / 20%), rgb(244 63 94 / 20%));--gradient-light-bg-alt: linear-gradient(to right, rgb(249 115 22 / 10%), rgb(244 63 94 / 10%));--gradient-light-bg-alt-alt: linear-gradient(to right, rgb(249 115 22 / 2%), rgb(244 63 94 / 5%));--max-width: 1280px;--border-radius: 8px;--padding-base: 1rem;--transition-base: .25s}.search-posts-container{padding:0}.search-posts-container .loading-state-card,.search-posts-container .empty-state-card{border:1px solid var(--border-color);border-radius:12px;background:var(--card-background);padding:48px 24px}.search-posts-container .loading-state-card .ant-card-body,.search-posts-container .empty-state-card .ant-card-body{padding:0}.search-posts-container .loading-state-card h3,.search-posts-container .empty-state-card h3{color:var(--text-primary);margin-bottom:8px}.search-posts-container .loading-state-card .ant-typography,.search-posts-container .empty-state-card .ant-typography{margin-bottom:24px}.search-posts-container .animated-gradient-progress .ant-progress-bg{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));animation:shimmer 2s ease-in-out infinite alternate}@keyframes shimmer{0%{opacity:.6}to{opacity:1}}.search-post-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;align-items:flex-start;gap:16px;padding:20px}.search-post-container:hover{box-shadow:0 0 10px #0000001a}.search-post-container:hover .search-post-title{opacity:1;text-decoration:underline}.search-post-container .score-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;color:#10b981;border-radius:50%;font-weight:600;flex-shrink:0}.search-post-container .score-badge .score-number{font-size:21px;font-weight:700;line-height:1}.search-post-container .score-badge .score-label{font-size:12px;font-weight:500;opacity:.9;line-height:1;margin-top:3px}.search-post-content{padding:0;margin-bottom:16px;transition:all .2s ease;border:0px;box-shadow:none;flex-grow:1}.search-post-content .search-post-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.search-post-content .search-post-header .search-post-header-left{display:flex;align-items:center;gap:12px;flex:1}.search-post-content .search-post-header .search-post-header-right{display:flex;align-items:center;gap:8px}.search-post-content .search-indicator{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f0f9ff;border-radius:6px;font-size:12px;color:#1e40af;font-weight:500;border:1px solid #bfdbfe}.search-post-content .search-indicator svg{color:#1e40af}.search-post-content .post-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;flex-wrap:wrap}.search-post-content .post-meta .subreddit{color:#374151;font-weight:600}.search-post-content .post-meta .separator{color:#d1d5db}.search-post-content .post-meta .member-count,.search-post-content .post-meta .author,.search-post-content .post-meta .time{color:#6b7280}.search-post-content .trending-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f3f4f6;border-radius:6px;font-size:12px;color:#374151;font-weight:500}.search-post-content .trending-badge svg{color:#10b981}.search-post-content .icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;padding:0}.search-post-content .icon-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.search-post-content .search-post-main-content{margin-bottom:16px}.search-post-content .search-post-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#111827;line-height:1.4;cursor:pointer}.search-post-content .search-post-title:hover{color:var(--primary-color)}.search-post-content .search-post-description{margin:0;font-size:14px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.search-post-content .search-post-metrics{display:flex;align-items:center;gap:20px;margin-top:16px;flex-wrap:wrap}.search-post-content .search-post-metrics .metric-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.search-post-content .search-post-metrics .metric-item.upvotes{color:#6b7280}.search-post-content .search-post-metrics .metric-item.upvotes svg{color:#6b7280}.search-post-content .search-post-metrics .metric-item.comments{color:#6b7280}.search-post-content .search-post-metrics .metric-item.comments svg{color:#6b7280}.search-post-content .search-post-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.search-post-content .search-post-actions .action-btn{background:none;outline:none;opacity:.6}.search-post-content .search-post-actions .action-btn:hover{opacity:1}.search-post-content .search-post-actions .action-btn.save-btn,.search-post-content .search-post-actions .action-btn.ignore-btn{background:none;border:0px;padding:0 8px;color:#6b7280;font-size:13px}.search-post-content .search-post-actions .action-btn.engage-btn{background:var(--gradient-primary);border:1px solid var(--primary-color);color:#fff;padding:8px 16px;border-radius:6px}.search-post-content .search-post-actions .action-btn.engage-btn:hover{background:var(--gradient-primary);border-color:var(--primary-hover)}.search-post-content .action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.search-post-modal .ant-modal-content{padding:0}.search-post-modal .ant-modal-header{padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}.search-post-modal .ant-modal-header .search-post-modal-header{display:flex;align-items:center;gap:8px;color:var(--primary-color);font-size:16px;font-weight:600}.search-post-modal .ant-modal-body{padding:0;max-height:80vh;overflow-y:auto}.search-post-modal .search-post-modal-content{padding:24px}.search-post-modal .search-post-modal-content .modal-section{margin-bottom:32px}.search-post-modal .search-post-modal-content .modal-section h4{margin-top:15px}.search-post-modal .search-post-modal-content .modal-section:last-child{margin-bottom:0}.search-post-modal .search-post-modal-content .modal-section .ant-divider{margin:16px 0 20px;font-weight:600;color:#333}.search-post-modal .search-post-modal-content .modal-section .post-content{color:#666;line-height:1.6;margin-bottom:16px;font-size:14px}.search-post-modal .search-post-modal-content .modal-section .post-meta-tags .ant-tag{margin-bottom:8px;font-size:12px;padding:4px 8px;border-radius:6px}.search-post-modal .search-post-modal-content .comment-options{margin-bottom:20px}.search-post-modal .search-post-modal-content .comment-options .ant-col{display:flex;flex-direction:column;gap:6px}.search-post-modal .search-post-modal-content .comment-options .full-width{width:100%}.search-post-modal .search-post-modal-content .comment-options .ant-select .ant-select-selector{border-radius:6px}.search-post-modal .search-post-modal-content .comment-options .ant-select .ant-select-selector:hover{border-color:var(--primary-color)}.search-post-modal .search-post-modal-content .comment-options .ant-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.search-post-modal .search-post-modal-content .generate-comment-section{text-align:center;margin-bottom:24px}.search-post-modal .search-post-modal-content .generate-comment-section .generate-btn{background:var(--gradient-primary);border:none;border-radius:8px;height:40px;padding:0 24px;font-weight:600}.search-post-modal .search-post-modal-content .generate-comment-section .generate-btn:hover{background:var(--gradient-primary);opacity:.9}.search-post-modal .search-post-modal-content .generated-comment{margin-bottom:24px}.search-post-modal .search-post-modal-content .generated-comment .ant-typography{margin-bottom:12px;color:#333;font-size:14px}.search-post-modal .search-post-modal-content .generated-comment .comment-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;position:relative}.search-post-modal .search-post-modal-content .generated-comment .comment-card .ant-card-body{padding:16px}.search-post-modal .search-post-modal-content .generated-comment .comment-card .comment-actions{position:absolute;top:12px;right:12px}.search-post-modal .search-post-modal-content .generated-comment .comment-card .comment-actions .ant-btn{border-radius:6px;font-size:12px;height:28px;padding:0 12px}.search-post-modal .search-post-modal-content .custom-comment .ant-typography{margin-bottom:12px;color:#333;font-size:14px}.search-post-modal .search-post-modal-content .custom-comment .custom-comment-textarea{border-radius:8px;margin-bottom:12px}.search-post-modal .search-post-modal-content .custom-comment .custom-comment-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.search-post-modal .search-post-modal-content .custom-comment .comment-actions{text-align:right}.search-post-modal .search-post-modal-content .custom-comment .comment-actions .ant-btn{border-radius:6px;font-size:12px;height:28px;padding:0 12px}.search-post-modal .search-post-modal-content .modal-actions{margin-top:32px;padding-top:20px;border-top:1px solid #f0f0f0;text-align:right}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn{border-radius:8px;height:40px;padding:0 20px;font-weight:500}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn.ant-btn-primary{background:var(--gradient-primary);border:none}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn.ant-btn-primary:hover{background:var(--gradient-primary);opacity:.9}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn:not(.ant-btn-primary){border-color:#d1d5db;color:#6b7280}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn:not(.ant-btn-primary):hover{border-color:var(--primary-color);color:var(--primary-color)}@media (max-width: 768px){.search-post-modal .ant-modal{width:95%!important;max-width:95%;margin:10px auto}.search-post-modal .search-post-modal-content{padding:20px 16px}.search-post-modal .search-post-modal-content .comment-options .ant-row .ant-col{span:24!important;margin-bottom:16px}.search-post-modal .search-post-modal-content .modal-actions{text-align:center}.search-post-modal .search-post-modal-content .modal-actions .ant-space{width:100%}.search-post-modal .search-post-modal-content .modal-actions .ant-space .ant-btn{flex:1;min-width:120px}}.search-posts-page{position:relative}.search-posts-page .search-posts-skeleton{display:flex;flex-direction:column;gap:16px}.search-posts-page .search-posts-skeleton .skeleton-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:none}.search-posts-page .search-posts-skeleton .skeleton-card .ant-card-body{padding:20px}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content{display:flex;align-items:flex-start;gap:16px}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-score{flex-shrink:0}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-score .ant-skeleton-avatar{border-radius:50%}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main{flex:1}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .ant-skeleton-title{margin-bottom:12px!important}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .ant-skeleton-title .ant-skeleton-title-line{height:20px!important;border-radius:4px}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .ant-skeleton-paragraph{margin-bottom:16px!important}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .ant-skeleton-paragraph .ant-skeleton-paragraph-line{height:16px!important;border-radius:4px;margin-bottom:8px!important}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .ant-skeleton-paragraph .ant-skeleton-paragraph-line:last-child{margin-bottom:0!important}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .skeleton-actions{display:flex;gap:8px;margin-top:16px}.search-posts-page .search-posts-skeleton .skeleton-card .skeleton-content .skeleton-main .skeleton-actions .ant-skeleton-button{height:32px!important;border-radius:6px!important}.search-posts-page .search-interface{margin-bottom:32px}.search-posts-page .search-interface .search-controls{margin-bottom:16px}.search-posts-page .search-interface .search-controls .search-input .ant-input-search .ant-input{border-radius:var(--border-radius);font-size:16px;padding:12px 16px}.search-posts-page .search-interface .search-controls .search-input .ant-input-search .ant-input-search-button{border-radius:0 var(--border-radius) var(--border-radius) 0;background:var(--gradient-primary);border:none;height:48px}.search-posts-page .search-interface .search-controls .search-input .ant-input-search .ant-input-search-button:hover{background:var(--primary-hover)}.search-posts-page .search-interface .search-filters{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.search-posts-page .search-interface .search-filters .ant-select .ant-select-selector{border-radius:var(--border-radius);height:40px}.search-posts-page .search-interface .search-filters .ant-select .ant-select-selector:hover{border-color:var(--primary-color)}.search-posts-page .search-interface .search-filters .ant-select.ant-select-focused .ant-select-selector{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.search-posts-page .search-results{margin-top:24px}.search-posts-page .search-results .search-posts-tabs{width:100%}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav{margin-bottom:24px}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav:before{border-bottom:1px solid #f0f0f0}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap{width:100%}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list{width:100%;display:flex}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab{padding:12px 0;font-weight:500;flex:none;margin-right:0}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color);font-weight:600}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:hover .ant-tabs-tab-btn{color:var(--primary-color)}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-ink-bar{background:var(--gradient-primary);height:3px}.search-posts-page .search-results .search-posts-tabs .ant-tabs-nav .ant-tabs-nav-operations{display:none!important}.search-posts-page .search-results .search-posts-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{outline:none}.live-popover-content{max-width:280px}.live-popover-content p{margin-bottom:12px;font-size:14px;color:#333}.live-popover-content .last-refreshed{font-size:12px;color:#666;margin-bottom:12px}.live-popover-content .ant-btn{width:100%;display:flex;align-items:center;justify-content:center}.google-search-upgrade{padding:20px 0}.google-search-upgrade .upgrade-container{display:grid;grid-template-columns:2fr 1fr;gap:32px;max-width:1200px;margin:0 auto}.google-search-upgrade .upgrade-card{position:relative;background:var(--gradient-light-bg);border-radius:24px;padding:40px;color:var(--text-color-light);overflow:hidden;border:1px solid rgba(244,63,94,.15);box-shadow:0 20px 40px #f43f5e14;transition:all .3s ease}.google-search-upgrade .upgrade-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px #f43f5e1f;border-color:#f43f5e40}.google-search-upgrade .upgrade-card .upgrade-background{position:absolute;inset:0;pointer-events:none}.google-search-upgrade .upgrade-card .upgrade-background .gradient-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.15;animation:float 6s ease-in-out infinite}.google-search-upgrade .upgrade-card .upgrade-background .gradient-orb.orb-1{width:200px;height:200px;background:radial-gradient(circle,#f43f5e4d,#f9731633);top:-50px;right:-50px;animation-delay:0s}.google-search-upgrade .upgrade-card .upgrade-background .gradient-orb.orb-2{width:150px;height:150px;background:radial-gradient(circle,#f9731640,#f43f5e26);bottom:-30px;left:-30px;animation-delay:2s}.google-search-upgrade .upgrade-card .upgrade-background .gradient-orb.orb-3{width:100px;height:100px;background:radial-gradient(circle,#f43f5e33,#f9731640);top:50%;left:20%;animation-delay:4s}.google-search-upgrade .upgrade-card .upgrade-content{position:relative;z-index:2}.google-search-upgrade .upgrade-card .upgrade-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.google-search-upgrade .upgrade-card .upgrade-header .upgrade-icon{background:#f43f5e1a;border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,63,94,.2)}.google-search-upgrade .upgrade-card .upgrade-header .upgrade-icon svg{color:var(--primary-color);filter:drop-shadow(0 2px 4px rgba(244,63,94,.2))}.google-search-upgrade .upgrade-card .upgrade-header .upgrade-badge{display:flex;align-items:center;gap:6px;background:#f973161a;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(249,115,22,.2);color:var(--secondary-color)}.google-search-upgrade .upgrade-card .upgrade-header .upgrade-badge svg{color:var(--secondary-color)}.google-search-upgrade .upgrade-card .upgrade-text{margin-bottom:32px}.google-search-upgrade .upgrade-card .upgrade-text h2{font-size:32px;font-weight:700;margin:0 0 16px;color:var(--text-color-light)}.google-search-upgrade .upgrade-card .upgrade-text .upgrade-description{font-size:18px;line-height:1.6;color:var(--text-muted);margin:0}.google-search-upgrade .upgrade-card .upgrade-features{margin-bottom:32px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f43f5e0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,63,94,.1);transition:all .3s ease}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item:hover{background:#f43f5e14;transform:translateY(-2px);border-color:#f43f5e26}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-icon{background:#f43f5e1a;border-radius:8px;padding:8px;flex-shrink:0}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-icon svg{color:var(--primary-color)}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-text h4{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-color-light)}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-text p{font-size:14px;margin:0;color:var(--text-muted);line-height:1.4}.google-search-upgrade .upgrade-card .upgrade-actions{text-align:center}.google-search-upgrade .upgrade-card .upgrade-actions .upgrade-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;height:48px;padding:0 32px;font-size:16px;font-weight:600;box-shadow:0 4px 12px #10b98166;transition:all .3s ease}.google-search-upgrade .upgrade-card .upgrade-actions .upgrade-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.google-search-upgrade .upgrade-card .upgrade-actions .upgrade-btn .anticon{margin-right:8px}.google-search-upgrade .upgrade-card .upgrade-actions .upgrade-note{margin-top:12px;font-size:14px;color:var(--text-muted);font-weight:500}.google-search-upgrade .upgrade-preview{background:#f8fafc;border-radius:16px;padding:24px;border:1px solid #e2e8f0}.google-search-upgrade .upgrade-preview .preview-header{margin-bottom:20px}.google-search-upgrade .upgrade-preview .preview-header h3{font-size:18px;font-weight:600;margin:0;color:#334155}.google-search-upgrade .upgrade-preview .preview-mockup{display:flex;flex-direction:column;gap:12px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-icon{background:var(--primary-color);border-radius:6px;padding:6px;flex-shrink:0}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-icon svg{color:#fff}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content{flex:1}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta{display:flex;flex-direction:column;gap:4px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta span{font-size:12px;padding:2px 8px;border-radius:4px;font-weight:500}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta span.ranking{background:#dcfce7;color:#166534}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta span.keyword{background:#dbeafe;color:#1e40af}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta span.traffic{background:#fef3c7;color:#92400e}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.search-posts-page .search-interface .search-filters{flex-direction:column;gap:12px}.search-posts-page .search-interface .search-filters .ant-select{width:100%}.google-search-upgrade .upgrade-container{grid-template-columns:1fr;gap:24px}.google-search-upgrade .upgrade-card{padding:32px 24px}.google-search-upgrade .upgrade-card .upgrade-text h2{font-size:24px}.google-search-upgrade .upgrade-card .upgrade-text .upgrade-description{font-size:16px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.google-search-upgrade{padding:16px 0}.google-search-upgrade .upgrade-card{padding:24px 20px;border-radius:16px}.google-search-upgrade .upgrade-card .upgrade-header{flex-direction:column;align-items:flex-start;gap:16px}.google-search-upgrade .upgrade-card .upgrade-header .upgrade-badge{align-self:flex-end}.google-search-upgrade .upgrade-card .upgrade-text h2{font-size:20px}.google-search-upgrade .upgrade-card .upgrade-text .upgrade-description{font-size:15px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item{padding:12px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-text h4{font-size:14px}.google-search-upgrade .upgrade-card .upgrade-features .features-grid .feature-item .feature-text p{font-size:13px}.google-search-upgrade .upgrade-card .upgrade-actions .upgrade-btn{width:100%;height:44px;font-size:15px}.google-search-upgrade .upgrade-preview{padding:20px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item{padding:12px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-title{font-size:13px}.google-search-upgrade .upgrade-preview .preview-mockup .mockup-item .mockup-content .mockup-meta span{font-size:11px}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc}.auth-layout .auth-context{width:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0px;border-radius:12px}.auth-layout .auth-context .auth-logo{text-align:center}.auth-layout .auth-context .auth-logo img{max-width:150px}.auth-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:48px 40px;width:100%;max-width:440px;text-align:center}.auth-container .signup-button,.auth-container .login-button{height:48px;border-radius:8px;background:var(--gradient);border-color:var(--gradient);font-size:16px;font-weight:500}.auth-container .signup-button:hover,.auth-container .signup-button:focus,.auth-container .login-button:hover,.auth-container .login-button:focus{background-color:var(--primary-hover);border-color:var(--primary-hover)}.auth-container .google-button{display:flex;align-items:center;border:1px solid var(--bg-color-dark);padding:16px 12px;height:auto;color:var(--bg-color-dark)!important;outline:none;box-shadow:none}.auth-container .google-button:hover{border-color:var(--primary-color)!important;color:var(--primary-color)!important}.auth-container .google-button .ant-btn-icon{display:inline-flex;align-items:center}.auth-container .google-button img{max-width:18px}.signup-form .ant-form-item-label>label,.login-form .ant-form-item-label>label{font-weight:500;color:#374151;font-size:14px}.signup-form .ant-form-item,.login-form .ant-form-item{margin-bottom:20px}.signup-form .ant-input-affix-wrapper-lg,.login-form .ant-input-affix-wrapper-lg{padding:0 16px 0 0}.signup-form .ant-form-item-control-input input,.login-form .ant-form-item-control-input input{padding:10px 16px}.auth-logo{margin-bottom:32px}.auth-logo img{height:46px;width:auto}.auth-footer{margin-top:32px;font-size:14px;color:#6b7280}.auth-footer a{color:var(--primary-color);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-footer span{margin:0 4px}.google-login-wrapper .google-login-container div[role=button]{background:#fff;border:1px solid #e0e0e0;color:#000;font-size:14px;height:auto;padding:12px 15px;font-size:15px;outline:none;margin:0 auto}.login-page{width:100%}.login-title{font-size:24px;font-weight:600;color:#111827;margin:0 0 32px;line-height:1.2}.login-divider{margin:0}.login-divider .ant-divider-inner-text{color:#6b7280;font-size:14px;font-weight:400;padding:0 16px}.login-divider:before,.login-divider:after{border-top-color:#e5e7eb}.google-login-wrapper{width:100%}.google-login-wrapper div[data-testid=google-login]{width:100%!important;height:48px!important;border-radius:8px!important;border:1px solid #d1d5db!important;background-color:#fff!important}.google-login-wrapper div[data-testid=google-login]:hover{border-color:#9ca3af!important;background-color:#f9fafb!important}.google-login-wrapper div[data-testid=google-login] iframe{width:100%!important;height:48px!important}.login-footer{margin-top:32px;font-size:14px;color:#6b7280}.login-footer .signup-link{color:#6366f1;text-decoration:none;font-weight:500}.login-footer .signup-link:hover{color:#4f46e5;text-decoration:underline}.signup-page{width:100%}.signup-title{font-size:24px;font-weight:600;color:#111827;margin:0 0 32px;line-height:1.2}.divider-container{margin:24px 0}.signup-divider{margin:0}.signup-divider .ant-divider-inner-text{color:#6b7280;font-size:14px;font-weight:400;padding:0 16px}.signup-divider:before,.signup-divider:after{border-top-color:#e5e7eb}.google-button{height:48px;border-radius:8px;border:1px solid #d1d5db;color:#374151;font-size:16px;font-weight:500;background-color:#fff}.google-button:hover,.google-button:focus{border-color:#9ca3af;color:#111827;background-color:#f9fafb}.google-button .anticon{font-size:18px}.signup-footer{margin-top:32px;font-size:14px;color:#6b7280}.signup-footer .signin-link{color:#6366f1;text-decoration:none;font-weight:500}.signup-footer .signin-link:hover{color:#4f46e5;text-decoration:underline}.project-onboarding-page{background:#f1f1f1;height:100vh;display:flex;justify-content:center;align-items:center}.project-onboarding-page .onboarding-container{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a}.project-onboarding-page .onboarding-header{text-align:center;margin-bottom:3rem}.project-onboarding-page .onboarding-header h1{font-size:2.5rem;font-weight:700;color:#1890ff;margin-bottom:1rem}.project-onboarding-page .onboarding-header p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:0}.project-onboarding-page .onboarding-form .ant-form-item-label>label{font-weight:600;font-size:1rem;color:#333}.project-onboarding-page .onboarding-form .onboarding-input{border-radius:8px;border:2px solid #d9d9d9;transition:all .2s ease}.project-onboarding-page .onboarding-form .onboarding-input:hover,.project-onboarding-page .onboarding-form .onboarding-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.project-onboarding-page .onboarding-form .ant-input-affix-wrapper:hover,.project-onboarding-page .onboarding-form .ant-input-affix-wrapper:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.project-onboarding-page .form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.project-onboarding-page .form-actions .skip-button{flex:1;height:48px;border-radius:8px;font-weight:600;border:2px solid #d9d9d9;color:#666}.project-onboarding-page .form-actions .skip-button:hover{border-color:#1890ff;color:#1890ff}.project-onboarding-page .form-actions .create-button{flex:2;height:48px;border-radius:8px;font-weight:600;background:#1890ff;border:none}.project-onboarding-page .form-actions .create-button:hover{background:#096dd9;transform:translateY(-1px)}.project-onboarding-page .onboarding-footer{text-align:center;margin-top:2rem}.project-onboarding-page .onboarding-footer p{color:#666;font-size:.9rem;margin:0}@media (max-width: 768px){.project-onboarding-page .onboarding-container{padding:1rem}.project-onboarding-page .onboarding-header h1{font-size:2rem}.project-onboarding-page .onboarding-header p{font-size:1rem}.project-onboarding-page .form-actions{flex-direction:column}.project-onboarding-page .form-actions .skip-button,.project-onboarding-page .form-actions .create-button{flex:1}}
