@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)}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}.App.auth-page{overflow-y:auto}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 .project-selector-dropdown{padding:10px;width:100%;border-top:1px solid #eee;border-bottom:1px solid #eee;height:65px;min-height:65px;box-sizing:border-box;display:flex;align-items:center}.sidenav .sidenav-header{padding:16px;height:64px;min-height:64px;box-sizing:border-box}.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:15px}.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);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#fff;border:none;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-sizing:border-box;line-height:1}.sidenav .reddit-prompt-card.connected .reddit-analytics-btn svg{width:13px;height:13px;color:var(--secondary-color)}.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}}.reddit-account-dropdown .dropdown-trigger{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer;line-height:1;border:1px solid transparent;padding:8px 12px;border-radius:8px}.reddit-account-dropdown .dropdown-trigger:hover{border:1px solid #ddd}.trial-message{display:flex;align-items:center;gap:12px;font-size:13px;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500}.trial-message span.pipe{width:1px;display:block;height:16px;background:#ddd}.trial-message svg{color:var(--secondary-color)}.trial-message span{display:inline-flex;align-items:center;gap:6px}.trial-message span.btn-upgrade{font-weight:600;cursor:pointer;text-decoration:dashed;border:1px solid transparent;padding:5px 10px;border-radius:5px;margin-left:-5px}.trial-message span.btn-upgrade:hover{border:1px solid #eee}.project-selector{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.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-config-btn{background:none;padding:0;outline:none;border:0px;opacity:.6;margin-right:10px}.project-selector .project-config-btn:hover{opacity:1}.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}}.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}.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:20px;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}.content-page .content-content{min-height:calc(100% - 100px)}.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}}.team-members-tab{padding:24px}.team-members-tab .section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.team-members-tab .section-header .ant-typography{margin:0;color:#1a1a1a}.team-members-tab .section-header svg{color:#1890ff}.team-members-tab .invite-section{background:#fafafa;border-radius:8px;padding:20px;border:1px solid #f0f0f0}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-form-item{margin-bottom:0}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-form-item-label{padding-bottom:4px}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-input-affix-wrapper,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-select .ant-select-selector{border-radius:6px;border:1px solid #d9d9d9}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-input-affix-wrapper:hover,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-select .ant-select-selector:hover{border-color:#40a9ff}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-input-affix-wrapper:focus,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-input-affix-wrapper.ant-select-focused .ant-select-selector,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-select .ant-select-selector:focus,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-select .ant-select-selector.ant-input-affix-wrapper-focused,.team-members-tab .invite-section .invite-form .ant-space-compact .ant-select .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-btn-primary{background:#1890ff;border-color:#1890ff;border-radius:6px;height:40px;display:flex;align-items:center;gap:6px}.team-members-tab .invite-section .invite-form .ant-space-compact .ant-btn-primary:hover{background:#40a9ff;border-color:#40a9ff}.team-members-tab .members-section .members-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:2px solid #f0f0f0;font-weight:600;color:#262626}.team-members-tab .members-section .members-table .ant-table-tbody>tr>td{padding:16px;border-bottom:1px solid #f0f0f0}.team-members-tab .members-section .members-table .member-info .member-name{font-weight:500;color:#1a1a1a;margin-bottom:4px}.team-members-tab .members-section .members-table .member-info .member-email{display:flex;align-items:center;gap:6px;color:#8c8c8c;font-size:13px}.team-members-tab .members-section .members-table .member-info .member-email svg{color:#bfbfbf}.team-members-tab .members-section .members-table .status-tag,.team-members-tab .members-section .members-table .role-tag{font-size:11px;font-weight:500;border-radius:4px;padding:2px 8px;border:none;text-transform:uppercase;letter-spacing:.3px}.team-members-tab .members-section .members-table .status-tag.ant-tag-orange,.team-members-tab .members-section .members-table .role-tag.ant-tag-orange{background:#fff7e6;color:#fa8c16}.team-members-tab .members-section .members-table .status-tag.ant-tag-green,.team-members-tab .members-section .members-table .role-tag.ant-tag-green{background:#f6ffed;color:#52c41a}.team-members-tab .members-section .members-table .status-tag.ant-tag-red,.team-members-tab .members-section .members-table .role-tag.ant-tag-red{background:#fff2f0;color:#ff4d4f}.team-members-tab .members-section .members-table .status-tag.ant-tag-blue,.team-members-tab .members-section .members-table .role-tag.ant-tag-blue{background:#e6f7ff;color:#1890ff}.team-members-tab .members-section .members-table .role-tag{display:flex;align-items:center;gap:4px}.team-members-tab .members-section .ant-empty{margin:40px 0}.team-members-tab .members-section .ant-empty .ant-empty-description{color:#8c8c8c}.team-members-tab .ant-divider{margin:24px 0;border-color:#f0f0f0}@media (max-width: 768px){.team-members-tab{padding:16px}.team-members-tab .invite-form .ant-space-compact{flex-direction:column}.team-members-tab .invite-form .ant-space-compact .ant-form-item{width:100%!important;margin-bottom:16px}.team-members-tab .members-table .ant-table{font-size:13px}.team-members-tab .members-table .ant-table-tbody>tr>td{padding:12px 8px}}.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);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 .angle-selector{display:flex;flex-direction:column;gap:12px}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-selector-label{font-size:13px;font-weight:500;color:var(--text-color-light)}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-options{display:flex;gap:8px;flex-wrap:wrap}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-options .angle-option{padding:8px 16px;border:1px solid #e5e7eb;border-radius:var(--border-radius);background-color:var(--bg-color-light);color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-options .angle-option:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#f43f5e0d}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-options .angle-option.selected{background:var(--gradient-primary);color:#fff;border-color:var(--primary-color);font-weight:600}.post-sidepanel-footer .content-section .response-header .angle-selector .angle-options .angle-option.selected:hover{background:var(--gradient-primary-hover);color:#fff}.post-sidepanel-footer .content-section .response-header .angle-selector.editing-mode{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.post-sidepanel-footer .content-section .response-header .angle-selector.editing-mode .angle-selector-label{font-size:12px;color:var(--text-muted);font-weight:400}.post-sidepanel-footer .content-section .response-header .angle-selector.editing-mode .angle-options{gap:6px}.post-sidepanel-footer .content-section .response-header .angle-selector.editing-mode .angle-options .angle-option{padding:6px 12px;font-size:12px}.post-sidepanel-footer .content-section .response-header .angle-selector.editing-mode .angle-options .angle-option.selected{font-weight:500}.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-text-editor{padding-bottom:2px;margin-bottom:20px}.post-sidepanel-footer .content-section .response-suggestion .response-preview{padding:16px;border-radius:var(--border-radius);max-height:220px;overflow-y:auto;font-size:14px}.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%;font-family:inherit;line-height:1.6;resize:vertical;min-height:100px;transition:all var(--transition-base);box-shadow:none;outline:none}.post-sidepanel-footer .content-section .response-suggestion .response-textarea:focus{outline:none;box-shadow:none}.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-start;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;background:#fff;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}.ai-comment-writer .write-comment-form{padding:30px;background:var(--gradient-light-bg-alt);border-radius:15px;border:1px dashed var(--secondary-color);position:relative}.ai-comment-writer .write-comment-form .cancel-editing{top:15px;right:15px;position:absolute;cursor:pointer}.ai-comment-writer .write-comment-form .comment-intent-pills{display:flex;gap:8px 4px;flex-wrap:wrap}.ai-comment-writer .write-comment-form .comment-intent-pills .ant-radio-wrapper{padding:5px 10px;border:1px solid #ddd;background:#fff;border-radius:50px;font-size:13px}.ai-comment-writer .write-comment-form .comment-intent-pills .ant-radio-wrapper .ant-radio{display:none}.ai-comment-writer .write-comment-form .comment-intent-pills .ant-radio-wrapper.ant-radio-wrapper-checked{background:var(--gradient-primary);color:#fff}.ai-comment-writer .write-comment-form .ant-btn-primary{height:auto;padding:12px 20px;outline:none}.ai-comment-writer .response-suggestion{background:var(--gradient-light-bg-alt);border-radius:15px;border:1px dashed var(--secondary-color);padding:25px}.ai-comment-writer .response-suggestion .response-textarea{background:#fff6;border:1px solid #ddd;padding:15px;box-sizing:border-box}.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:20px 30px;height:100%;display:flex;flex-direction:column;box-sizing:border-box}@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 .ant-modal-content{padding:0}.connect-reddit-modal .ant-modal-header{padding:15px 20px}.connect-reddit-modal .ant-modal-header .ant-modal-title{font-size:1.35rem}.connect-reddit-modal .modal-content{padding:30px 20px}.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}}.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;display:flex;flex-direction:column}.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;max-width:300px;margin:0 auto}.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{flex-grow:1}.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:30px}.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:6px 15px}.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:disabled{background:#ddd!important}.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)}.create-project-modal .analysis-steps{max-width:500px;margin:0 auto;padding:32px 24px;background:#fafbfc;border-radius:16px;border:1px solid #e5e7eb}.create-project-modal .analysis-steps .analysis-header{text-align:center;margin-bottom:32px}.create-project-modal .analysis-steps .analysis-header .analysis-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#f43f5e,#ec4899);border-radius:50%;margin-bottom:16px;box-shadow:0 8px 32px #f43f5e40}.create-project-modal .analysis-steps .analysis-header .analysis-icon .sparkle-icon{color:#fff;animation:sparkleAnimation 2s ease-in-out infinite}.create-project-modal .analysis-steps .analysis-header h4{font-size:18px;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.create-project-modal .analysis-steps .steps-list{display:flex;flex-direction:column;gap:10px}.create-project-modal .analysis-steps .steps-list .analysis-step{display:flex;align-items:center;gap:16px;transition:all .3s ease;position:relative;overflow:hidden;border-radius:20px}.create-project-modal .analysis-steps .steps-list .analysis-step:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:transparent;transition:background .3s ease}.create-project-modal .analysis-steps .steps-list .analysis-step .step-indicator{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;transition:all .3s ease;padding:4px;box-sizing:border-box}.create-project-modal .analysis-steps .steps-list .analysis-step span{font-size:14px;font-weight:500;line-height:1.4;transition:color .3s ease}.create-project-modal .analysis-steps .steps-list .analysis-step.pending .step-indicator{background:#f3f4f6;border:2px solid #d1d5db;color:#9ca3af}.create-project-modal .analysis-steps .steps-list .analysis-step.pending span{color:#6b7280}.create-project-modal .analysis-steps .steps-list .analysis-step.active{background:linear-gradient(135deg,#ffea96,#fff6ce 50%);border-color:#ffd489;box-shadow:0 4px 12px #f59e0b26}.create-project-modal .analysis-steps .steps-list .analysis-step.active .step-indicator{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;color:#fff;box-shadow:0 2px 8px #f59e0b4d}.create-project-modal .analysis-steps .steps-list .analysis-step.active span{color:#92400e;font-weight:600}.create-project-modal .analysis-steps .steps-list .analysis-step.completed{background:linear-gradient(135deg,#b6ffcf,#cffbdf);border-color:#22c55e;box-shadow:0 4px 12px #22c55e26}.create-project-modal .analysis-steps .steps-list .analysis-step.completed:before{background:linear-gradient(180deg,#22c55e,#16a34a)}.create-project-modal .analysis-steps .steps-list .analysis-step.completed .step-indicator{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff;box-shadow:0 2px 8px #22c55e4d}.create-project-modal .analysis-steps .steps-list .analysis-step.completed span{color:#15803d;font-weight:600}.create-project-modal .analysis-steps .steps-list .analysis-step:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.create-project-modal .analysis-steps .steps-list .analysis-step:hover.active{box-shadow:0 8px 25px #f59e0b40}.create-project-modal .analysis-steps .steps-list .analysis-step:hover.completed{box-shadow:0 8px 25px #22c55e40}.create-project-modal .manual-option{margin-top:12px;text-align:center}.create-project-modal .manual-option .ant-btn-link{color:#6b7280;font-size:14px;padding:0;height:auto;text-decoration:underline;outline:none}.create-project-modal .manual-option .ant-btn-link:hover{color:#f43f5e!important;outline:none!important;border:none!important;text-decoration:none}.create-project-modal .back-to-website{margin-top:24px;text-align:center}.create-project-modal .back-to-website .ant-btn-link{color:#6b7280;font-size:14px;padding:0;height:auto}.create-project-modal .back-to-website .ant-btn-link:hover{color:#f43f5e}@keyframes sparkleAnimation{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-5deg) scale(1.05)}50%{transform:rotate(0) scale(1.1)}75%{transform:rotate(5deg) scale(1.05)}}@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}}.step-content .step-header{margin-bottom:24px}.step-content .step-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.step-content .step-header p{color:#6b7280;font-size:14px;margin:0;line-height:1.5}.step-content .subreddits-section .loading-placeholder,.step-content .subreddits-section .empty-placeholder{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;margin-bottom:16px}.step-content .subreddits-section .selected-summary{background:linear-gradient(to right,#f43f5e0d,#f9731608);border:1px solid rgba(244,63,94,.15);border-radius:8px;padding:16px 20px;margin-bottom:20px}.step-content .subreddits-section .selected-summary .summary-count{display:flex;flex-direction:column;gap:4px}.step-content .subreddits-section .selected-summary .summary-count .count-text{font-size:16px;font-weight:600;color:#1f2937}.step-content .subreddits-section .selected-summary .summary-count .count-description{font-size:13px;color:#6b7280}.step-content .subreddits-section .subreddits-list{border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden;max-height:320px;overflow-y:auto}.step-content .subreddits-section .subreddits-list .subreddit-item{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f2f5;transition:all .2s ease;cursor:pointer}.step-content .subreddits-section .subreddits-list .subreddit-item:hover{background:#fafafa}.step-content .subreddits-section .subreddits-list .subreddit-item:last-child{border-bottom:none}.step-content .subreddits-section .subreddits-list .subreddit-item.selected{background:#f43f5e05;border-bottom-color:#f43f5e1a}.step-content .subreddits-section .subreddits-list .subreddit-item.selected:hover{background:#f43f5e0a}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-checkbox{margin-right:16px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#F43F5E;border-radius:4px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info{display:flex;align-items:center;flex:1;min-width:0}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-avatar{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;margin-right:12px;position:relative;overflow:hidden;flex-shrink:0}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-avatar img{width:100%;height:100%;object-fit:cover;border-radius:6px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details{flex:1;min-width:0}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-name{font-weight:600;font-size:15px;color:#1f2937;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-meta .subscribers{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-meta .subscribers svg{color:#9ca3af;flex-shrink:0}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-meta .subscribers span{font-weight:500}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-stats .relevancy-score{font-size:13px;font-weight:600;padding:4px 8px;border-radius:6px;background:#0000000d;white-space:nowrap}@media (max-width: 640px){.step-content .subreddits-section .subreddits-list .subreddit-item{padding:12px 16px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-avatar{width:32px;height:32px;font-size:12px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-name{font-size:14px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-info .subreddit-details .subreddit-meta .subscribers{font-size:12px}.step-content .subreddits-section .subreddits-list .subreddit-item .subreddit-stats .relevancy-score{font-size:12px;padding:3px 6px}}.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}: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}.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)}}.accounts-tab{padding:0}.accounts-tab.loading{display:flex;align-items:center;justify-content:center;padding:40px}.accounts-tab.loading .loading-spinner{color:var(--text-muted);font-size:14px}.accounts-tab .accounts-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border-light)}.accounts-tab .accounts-header .header-content{flex:1;margin-right:20px}.accounts-tab .accounts-header .header-content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-primary)}.accounts-tab .accounts-header .header-content p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.4}.accounts-tab .accounts-header .connect-account-btn{flex-shrink:0;background:var(--gradient-primary);border:none;border-radius:8px;font-weight:500}.accounts-tab .accounts-header .connect-account-btn:hover{opacity:.9}.accounts-tab .empty-state{text-align:center;padding:60px 20px}.accounts-tab .empty-state .empty-icon{color:var(--text-muted);margin-bottom:16px}.accounts-tab .empty-state h4{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-primary)}.accounts-tab .empty-state p{margin:0 0 24px;color:var(--text-muted);font-size:14px;line-height:1.4}.accounts-tab .empty-state button{background:var(--gradient-primary);border:none;border-radius:8px;font-weight:500}.accounts-tab .empty-state button:hover{opacity:.9}.accounts-tab .accounts-list{display:flex;flex-direction:column;gap:16px}.accounts-tab .account-card{display:flex;align-items:center;justify-content:space-between;padding:20px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;transition:all .2s ease}.accounts-tab .account-card:hover{border-color:var(--border-primary);box-shadow:0 4px 12px #0000000d}.accounts-tab .account-card .account-info{display:flex;align-items:center;flex:1}.accounts-tab .account-card .account-info .account-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin-right:16px;overflow:hidden}.accounts-tab .account-card .account-info .account-avatar img{width:100%;height:100%;object-fit:cover}.accounts-tab .account-card .account-info .account-avatar svg{color:#fff}.accounts-tab .account-card .account-info .account-details{flex:1}.accounts-tab .account-card .account-info .account-details .account-name{display:flex;align-items:center;gap:12px;margin-bottom:4px}.accounts-tab .account-card .account-info .account-details .account-name .username{font-weight:600;color:var(--text-primary);font-size:15px}.accounts-tab .account-card .account-info .account-details .account-name .status-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.accounts-tab .account-card .account-info .account-details .account-name .status-badge.enabled{background:var(--success-light);color:var(--success)}.accounts-tab .account-card .account-info .account-details .account-name .status-badge.disabled{background:var(--error-light);color:var(--error)}.accounts-tab .account-card .account-info .account-details .account-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--text-muted)}.accounts-tab .account-card .account-info .account-details .account-meta .karma{font-weight:500}.accounts-tab .account-card .account-actions{display:flex;align-items:center;gap:8px}.accounts-tab .account-card .account-actions .disable-btn{border-color:var(--border-primary);color:var(--text-secondary)}.accounts-tab .account-card .account-actions .disable-btn:hover{border-color:var(--primary);color:var(--primary)}.accounts-tab .account-card .account-actions .disconnect-btn{color:var(--error)}.accounts-tab .account-card .account-actions .disconnect-btn:hover{background:var(--error-light);color:var(--error-dark)}.accounts-tab .connecting-notice{margin-top:20px;padding:16px;background:var(--info-light);border-left:4px solid var(--info);border-radius:4px}.accounts-tab .connecting-notice p{margin:0;color:var(--info-dark);font-size:14px}.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}.product-profile-tab{padding:20px}.product-profile-tab .tab-section{display:flex;flex-direction:column;gap:24px}.product-profile-tab .form-group{display:flex;flex-direction:column;gap:8px;background:#f8fafc;padding:20px;border:1px solid #eee;border-radius:15px}.product-profile-tab .form-group.keywords-group{padding:0;background:none;border:0px}.product-profile-tab .form-group .form-label{font-size:14px;font-weight:500;color:var(--text-primary)}.product-profile-tab .form-group .info-bar{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.6;line-height:1;margin-top:5px}.product-profile-tab .form-group .keyword-input-field input{box-sizing:border-box}.product-profile-tab .form-group .form-textarea{width:100%;min-height:100px;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;background:#fff;color:var(--text-primary);box-sizing:border-box;line-height:1.3}.product-profile-tab .form-group .form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.product-profile-tab .form-group .form-textarea::placeholder{color:#222;opacity:.4}.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}}.project-loading-loader{display:flex;align-items:center;justify-content:center;position:sticky;inset:0;background:#ffffffa6;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:100vh;width:100vw}.project-loading-loader .loader-container{max-width:400px;width:100%;text-align:center;background:#fff;padding:30px;border-radius:20px;box-shadow:0 0 10px #0000001a}.project-loading-loader .loader-container.completion-state{text-align:center;padding:60px 40px}.project-loading-loader .loader-container.completion-state .completion-icon{margin-bottom:24px}.project-loading-loader .loader-container.completion-state .completion-icon .success-icon{color:#22c55e}.project-loading-loader .loader-container.completion-state h2{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.project-loading-loader .loader-container.completion-state .completion-subtitle{font-size:16px;color:#6b7280;margin-bottom:32px;line-height:1.5}.project-loading-loader .loader-container.completion-state .get-started-btn{background:#000;border:none;border-radius:24px;padding:12px 32px;height:auto;font-size:16px;font-weight:500}.project-loading-loader .loader-container.completion-state .get-started-btn:hover{background:#333}.project-loading-loader .loader-container.loading-state{padding:40px}.project-loading-loader .loader-container .progress-steps .progress-step{display:flex;align-items:flex-start;text-align:left;margin-bottom:32px;padding:0;transition:all .3s ease;position:relative}.project-loading-loader .loader-container .progress-steps .progress-step.pending{opacity:.3}.project-loading-loader .loader-container .progress-steps .progress-step.pending .step-indicator .step-circle{border:2px solid #d1d5db;background:transparent}.project-loading-loader .loader-container .progress-steps .progress-step.pending .step-content .step-title{color:#9ca3af}.project-loading-loader .loader-container .progress-steps .progress-step.pending .step-content .step-description{color:#d1d5db}.project-loading-loader .loader-container .progress-steps .progress-step.active .step-indicator .step-circle{border:2px solid #6b7280;background:transparent}.project-loading-loader .loader-container .progress-steps .progress-step.active .step-content .step-title{color:#1f2937;font-weight:600}.project-loading-loader .loader-container .progress-steps .progress-step.active .step-content .step-description{color:#6b7280}.project-loading-loader .loader-container .progress-steps .progress-step.completed .step-indicator .check-icon{color:#22c55e}.project-loading-loader .loader-container .progress-steps .progress-step.completed .step-content .step-title{color:#1f2937;font-weight:600}.project-loading-loader .loader-container .progress-steps .progress-step.completed .step-content .step-description{color:#6b7280}.project-loading-loader .loader-container .progress-steps .progress-step .step-indicator{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:16px;margin-top:2px}.project-loading-loader .loader-container .progress-steps .progress-step .step-indicator .step-circle{width:8px;height:8px;border-radius:50%;border:2px solid #d1d5db;background:transparent}.project-loading-loader .loader-container .progress-steps .progress-step .step-content{flex-grow:1}.project-loading-loader .loader-container .progress-steps .progress-step .step-content .step-title{font-size:16px;font-weight:500;color:#9ca3af;margin-bottom:4px;transition:all .3s ease}.project-loading-loader .loader-container .progress-steps .progress-step .step-content .step-description{font-size:14px;color:#d1d5db;line-height:1.4;transition:all .3s ease}.project-loading-loader .loader-container .loading-footer{margin-top:32px}.project-loading-loader .loader-container .loading-footer .timing-message{font-size:14px;color:#9ca3af;margin:0;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.35)}}@media (max-width: 768px){.project-loading-loader{min-height:60vh;padding:20px 16px}.project-loading-loader .loader-container .loader-header{margin-bottom:32px}.project-loading-loader .loader-container .loader-header h2{font-size:24px}.project-loading-loader .loader-container .loader-header .subtitle{font-size:15px}.project-loading-loader .loader-container .progress-steps{margin-bottom:32px}.project-loading-loader .loader-container .progress-steps .progress-step{padding:12px;margin-bottom:16px}.project-loading-loader .loader-container .progress-steps .progress-step .step-indicator{width:36px;height:36px;margin-right:12px}.project-loading-loader .loader-container .progress-steps .progress-step .step-content .step-title{font-size:15px}.project-loading-loader .loader-container .progress-steps .progress-step .step-content .step-description{font-size:13px}}.add-voice-modal .modal-content .modal-description{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.add-voice-modal .modal-content .voice-input{border-radius:8px;border:1px solid var(--nav-hover-bg);padding:10px 12px;font-size:14px;transition:all .2s ease}.add-voice-modal .modal-content .voice-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.add-voice-modal .modal-content .voice-input::placeholder{color:var(--text-tertiary)}.add-voice-modal .modal-content .voice-textarea{border-radius:8px;border:1px solid var(--nav-hover-bg);padding:10px 12px;font-size:14px;transition:all .2s ease;font-family:inherit}.add-voice-modal .modal-content .voice-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.add-voice-modal .modal-content .voice-textarea::placeholder{color:var(--text-tertiary)}.add-voice-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-voice-modal .modal-content .help-text strong{color:var(--text-primary)}.add-voice-modal .ant-modal-footer{border-top:1px solid var(--border-light);padding:16px 24px}.add-voice-modal .ant-modal-footer .ant-btn{border-radius:6px;font-weight:500}.add-voice-modal .ant-modal-footer .ant-btn-primary{background:var(--gradient-primary);border:none}.add-voice-modal .ant-modal-footer .ant-btn-primary:hover{background:var(--gradient-primary-hover);transform:translateY(-1px)}.edit-generated-content-modal .modal-content .content-input{border-radius:8px;border:1px solid var(--nav-hover-bg);padding:10px 12px;font-size:14px;transition:all .2s ease}.edit-generated-content-modal .modal-content .content-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.edit-generated-content-modal .modal-content .content-input::placeholder{color:var(--text-tertiary)}.edit-generated-content-modal .modal-content .content-textarea{border-radius:8px;border:1px solid var(--nav-hover-bg);padding:10px 12px;font-size:14px;transition:all .2s ease;font-family:inherit;line-height:1.6}.edit-generated-content-modal .modal-content .content-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #f43f5e1a}.edit-generated-content-modal .modal-content .content-textarea::placeholder{color:var(--text-tertiary)}.edit-generated-content-modal .ant-modal-footer{border-top:1px solid var(--border-light);padding:16px 24px}.edit-generated-content-modal .ant-modal-footer .ant-btn{border-radius:6px;font-weight:500}.edit-generated-content-modal .ant-modal-footer .ant-btn-primary{background:var(--gradient-primary);border:none}.edit-generated-content-modal .ant-modal-footer .ant-btn-primary:hover{background:var(--gradient-primary-hover);transform:translateY(-1px)}.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{padding:0}.subreddits-container .loading-container,.subreddits-container .empty-state{display:flex;justify-content:center;align-items:center;min-height:400px}.subreddits-container .empty-state .ant-empty-description{margin-bottom:16px;color:var(--text-secondary)}.subreddit-card{height:100%;border-radius:12px;overflow:hidden;border:1px solid var(--nav-hover-bg);transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.subreddit-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px #f43f5e1f;transform:translateY(-4px)}.subreddit-card:hover .card-actions{opacity:1}.subreddit-card .ant-card-body{padding:0}.subreddit-card .card-cover{height:120px;background-size:cover;background-position:center;position:relative;background-color:var(--nav-hover-bg)}.subreddit-card .card-cover .card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#0000004d)}.subreddit-card .card-cover .card-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;opacity:1;transition:opacity .3s ease}.subreddit-card .card-cover .card-actions .action-icon{width:32px;height:32px;border-radius:8px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-secondary);padding:0}.subreddit-card .card-cover .card-actions .action-icon:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #00000026}.subreddit-card .card-cover .card-actions .action-icon.analytics{color:var(--primary-color)}.subreddit-card .card-cover .card-actions .action-icon.analytics:hover{background:var(--gradient-light-bg)}.subreddit-card .card-cover .card-actions .action-icon.delete{color:#ff4d4f}.subreddit-card .card-cover .card-actions .action-icon.delete:hover{background:#ff4d4f1a}.subreddit-card .card-cover .card-actions .action-icon:disabled{opacity:.5;cursor:not-allowed}.subreddit-card .card-body{padding:20px;position:relative;margin-top:-32px;z-index:1}.subreddit-card .subreddit-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.subreddit-card .subreddit-header .subreddit-avatar{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0;border:3px solid white;box-shadow:0 4px 12px #0000001a;overflow:hidden}.subreddit-card .subreddit-header .subreddit-avatar img{width:100%;height:100%;object-fit:cover}.subreddit-card .subreddit-header .subreddit-info{flex:1;padding-top:20px}.subreddit-card .subreddit-header .subreddit-info .subreddit-name{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 2px;line-height:1.2}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta{display:flex;align-items:center;gap:12px}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta .ant-badge{font-size:12px}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta .ant-badge .ant-badge-status-dot{width:6px;height:6px}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta .ant-badge .ant-badge-status-text{color:var(--text-secondary);font-weight:500}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta .relevancy-badge{display:flex;align-items:center;gap:4px;padding:2px 8px;background:var(--gradient-light-bg);border-radius:6px;font-size:12px;font-weight:600;color:var(--primary-color)}.subreddit-card .subreddit-header .subreddit-info .subreddit-meta .relevancy-badge svg{stroke-width:2.5}.subreddit-card .subreddit-description{color:var(--text-secondary);font-size:14px;line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:44px}.subreddit-card .subreddit-stats{display:flex;align-items:center;gap:16px;padding-top:16px;border-top:1px solid var(--nav-hover-bg)}.subreddit-card .subreddit-stats .stat-item{display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.subreddit-card .subreddit-stats .stat-item svg{color:var(--primary-color);stroke-width:2}.subreddit-card .subreddit-stats .stat-item .stat-value{font-size:16px;font-weight:700;color:var(--text-primary)}.subreddit-card .subreddit-stats .stat-item .stat-label{font-size:13px;color:var(--text-secondary)}@media (max-width: 768px){.subreddit-card .subreddit-header .subreddit-avatar{width:56px;height:56px;font-size:20px}.subreddit-card .subreddit-header .subreddit-info .subreddit-name{font-size:16px}}.subreddits-page{color:#222}.upgrade-plan-restriction{padding:25px;background:var(--gradient-light-bg-alt);border-radius:10px;margin-bottom:15px;border:1px solid #ffccca;display:flex;justify-content:space-between;align-items:center}.upgrade-plan-restriction h3{margin:0;font-size:1.1rem;font-weight:500}.upgrade-plan-restriction p.lead{font-size:16px;margin:8px 0;opacity:.6}.upgrade-plan-restriction button{font-size:15px;padding:10px 15px;background:#fff;outline:none}.upgrade-popover{max-width:280px;padding:10px}.upgrade-popover h3{font-size:1.05rem;margin:0 0 8px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.upgrade-popover p{font-size:.9rem;margin:0 0 15px;opacity:.75}.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}.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%}.form-for-mentions{display:flex;align-items:center;gap:20px;margin-bottom:30px}.homepage-container{max-width:1400px;margin:0 auto}.homepage-container .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px}.homepage-container .loading-state .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.homepage-container .loading-state p{margin-top:16px;color:var(--text-muted)}.homepage-container .dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.homepage-container .dashboard-header .header-content h1{font-size:2rem;font-weight:600;margin:0 0 8px;color:var(--text-color-light)}.homepage-container .dashboard-header .header-content p{color:var(--text-muted);margin:0;font-size:1rem}.homepage-container .dashboard-header .header-actions{display:flex;align-items:center;gap:12px}.homepage-container .dashboard-header .header-actions .time-range-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:var(--border-radius);background:#fff;color:var(--text-color-light);font-size:.875rem;cursor:pointer;transition:border-color var(--transition-base)}.homepage-container .dashboard-header .header-actions .time-range-select:hover{border-color:var(--primary-color)}.homepage-container .dashboard-header .header-actions .time-range-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f43f5e1a}.homepage-container .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.homepage-container .stats-grid .stat-card{background:#fff;padding:24px;border-radius:var(--border-radius);border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px;transition:all var(--transition-base)}.homepage-container .stats-grid .stat-card:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.homepage-container .stats-grid .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.homepage-container .stats-grid .stat-card .stat-icon.feeds{background:var(--gradient-primary)}.homepage-container .stats-grid .stat-card .stat-icon.opportunities{background:linear-gradient(45deg,#10b981,#34d399)}.homepage-container .stats-grid .stat-card .stat-icon.leads{background:linear-gradient(45deg,#8b5cf6,#a78bfa)}.homepage-container .stats-grid .stat-card .stat-icon.posts{background:linear-gradient(45deg,#06b6d4,#67e8f9)}.homepage-container .stats-grid .stat-card .stat-content{flex:1}.homepage-container .stats-grid .stat-card .stat-content .stat-number{font-size:2rem;font-weight:700;color:var(--text-color-light);margin-bottom:4px}.homepage-container .stats-grid .stat-card .stat-content .stat-label{font-size:.875rem;font-weight:500;color:var(--text-color-light);margin-bottom:2px}.homepage-container .stats-grid .stat-card .stat-content .stat-subtitle{font-size:.75rem;color:var(--text-muted)}.homepage-container .content-grid{display:flex;gap:24px}.homepage-container .content-grid.chart-oppotunities{margin-bottom:24px}.homepage-container .content-grid.chart-oppotunities .recent-opportunities{width:380px}.homepage-container .content-grid .dashboard-section{background:#fff;border-radius:var(--border-radius);border:1px solid #e2e8f0;overflow:hidden}.homepage-container .content-grid .dashboard-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.homepage-container .content-grid .dashboard-section .section-header h3{font-size:1.125rem;font-weight:600;color:var(--text-color-light);margin:0}.homepage-container .content-grid .dashboard-section .opportunities-list,.homepage-container .content-grid .dashboard-section .leads-list,.homepage-container .content-grid .dashboard-section .activity-list{padding:0}.homepage-container .content-grid .dashboard-section .opportunities-list .opportunity-item,.homepage-container .content-grid .dashboard-section .opportunities-list .lead-item,.homepage-container .content-grid .dashboard-section .opportunities-list .activity-item,.homepage-container .content-grid .dashboard-section .leads-list .opportunity-item,.homepage-container .content-grid .dashboard-section .leads-list .lead-item,.homepage-container .content-grid .dashboard-section .leads-list .activity-item,.homepage-container .content-grid .dashboard-section .activity-list .opportunity-item,.homepage-container .content-grid .dashboard-section .activity-list .lead-item,.homepage-container .content-grid .dashboard-section .activity-list .activity-item{padding:16px 24px;border-bottom:1px solid #f1f5f9;transition:background-color var(--transition-base)}.homepage-container .content-grid .dashboard-section .opportunities-list .opportunity-item:hover,.homepage-container .content-grid .dashboard-section .opportunities-list .lead-item:hover,.homepage-container .content-grid .dashboard-section .opportunities-list .activity-item:hover,.homepage-container .content-grid .dashboard-section .leads-list .opportunity-item:hover,.homepage-container .content-grid .dashboard-section .leads-list .lead-item:hover,.homepage-container .content-grid .dashboard-section .leads-list .activity-item:hover,.homepage-container .content-grid .dashboard-section .activity-list .opportunity-item:hover,.homepage-container .content-grid .dashboard-section .activity-list .lead-item:hover,.homepage-container .content-grid .dashboard-section .activity-list .activity-item:hover{background-color:#f8fafc}.homepage-container .content-grid .dashboard-section .opportunities-list .opportunity-item:last-child,.homepage-container .content-grid .dashboard-section .opportunities-list .lead-item:last-child,.homepage-container .content-grid .dashboard-section .opportunities-list .activity-item:last-child,.homepage-container .content-grid .dashboard-section .leads-list .opportunity-item:last-child,.homepage-container .content-grid .dashboard-section .leads-list .lead-item:last-child,.homepage-container .content-grid .dashboard-section .leads-list .activity-item:last-child,.homepage-container .content-grid .dashboard-section .activity-list .opportunity-item:last-child,.homepage-container .content-grid .dashboard-section .activity-list .lead-item:last-child,.homepage-container .content-grid .dashboard-section .activity-list .activity-item:last-child{border-bottom:none}.homepage-container .content-grid .dashboard-section .opportunity-item,.homepage-container .content-grid .dashboard-section .lead-item{display:flex;justify-content:space-between;align-items:center}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content,.homepage-container .content-grid .dashboard-section .lead-item .lead-content{flex:1}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content h4,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content h4,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content h4,.homepage-container .content-grid .dashboard-section .lead-item .lead-content h4{font-size:.875rem;font-weight:500;color:var(--text-color-light);margin:0 0 8px;line-height:1.4}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta{display:flex;align-items:center;gap:12px;font-size:.75rem}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .subreddit,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .subreddit,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .subreddit,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .subreddit,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .subreddit,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .subreddit,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .subreddit,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .subreddit{color:var(--primary-color);font-weight:500}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .score,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .time,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .score,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .time,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .score,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .time,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .score,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .time,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .score,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .time,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .score,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .time,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .score,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .time,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .score,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .time{color:var(--text-muted);display:inline-flex;align-items:center;gap:4px;line-height:1}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .score svg,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .time svg,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .score svg,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .time svg,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .score svg,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .time svg,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .score svg,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .time svg,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .score svg,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .time svg,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .score svg,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .time svg,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .score svg,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .time svg,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .score svg,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .time svg{position:relative;top:-1.5px}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta span.dot,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta span.dot,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta span.dot,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta span.dot,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta span.dot,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta span.dot,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta span.dot,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta span.dot{width:4px;height:4px;border-radius:50%;background:var(--text-muted);display:inline-block;margin:0 4px}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .status,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .status,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .status,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .status,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .status,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .status,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .status,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .status{padding:2px 6px;border-radius:4px;font-weight:500;font-size:.6875rem;text-transform:uppercase}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .status.status-hot,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .status.status-hot{background:#fee2e2;color:#dc2626}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .status.status-warm,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .status.status-warm{background:#fef3c7;color:#d97706}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .status.status-cold,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .status.status-cold{background:#e0f2fe;color:#0284c7}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .opportunity-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-content .lead-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .opportunity-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .opportunity-item .lead-content .lead-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .opportunity-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-content .lead-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .opportunity-meta .status.status-neutral,.homepage-container .content-grid .dashboard-section .lead-item .lead-content .lead-meta .status.status-neutral{background:#f1f5f9;color:var(--text-muted)}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-stats,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-stats{display:flex;align-items:center;gap:8px;color:var(--text-muted)}.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-stats .comments,.homepage-container .content-grid .dashboard-section .opportunity-item .opportunity-stats .trend,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-stats .comments,.homepage-container .content-grid .dashboard-section .lead-item .opportunity-stats .trend{display:flex;align-items:center;gap:4px;font-size:.75rem}.homepage-container .content-grid .dashboard-section .opportunity-item .response-needed,.homepage-container .content-grid .dashboard-section .lead-item .response-needed{display:flex;align-items:center;gap:4px;color:var(--secondary-color);font-size:.75rem;font-weight:500}.homepage-container .content-grid .dashboard-section .activity-item{display:flex;align-items:center;gap:12px}.homepage-container .content-grid .dashboard-section .activity-item .activity-icon{width:32px;height:32px;border-radius:6px;background:var(--gradient-light-bg);display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.homepage-container .content-grid .dashboard-section .activity-item .activity-content{flex:1}.homepage-container .content-grid .dashboard-section .activity-item .activity-content p{font-size:.875rem;color:var(--text-color-light);margin:0 0 4px}.homepage-container .content-grid .dashboard-section .activity-item .activity-content .time{font-size:.75rem;color:var(--text-muted)}.homepage-container .content-grid .dashboard-section .quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px 24px}.homepage-container .content-grid .dashboard-section .quick-actions .action-card{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--gradient-light-bg-alt);border:1px solid transparent;border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-base);color:var(--text-color-light);font-size:.875rem;font-weight:500}.homepage-container .content-grid .dashboard-section .quick-actions .action-card:hover{background:var(--gradient-light-bg);border-color:var(--primary-color);transform:translateY(-1px)}.homepage-container .content-grid .dashboard-section .quick-actions .action-card:active{transform:translateY(0)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.homepage-container{padding:16px}.homepage-container .dashboard-header{flex-direction:column;gap:16px;align-items:stretch}.homepage-container .dashboard-header .header-actions{justify-content:space-between}.homepage-container .stats-grid,.homepage-container .content-grid{grid-template-columns:1fr}}.posts-vs-opportunities{background:#fff;border-radius:var(--border-radius);border:1px solid #e2e8f0;overflow:hidden;flex-grow:1}.posts-vs-opportunities .chart-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.posts-vs-opportunities .chart-header h3{font-size:1.125rem;font-weight:600;color:var(--text-color-light);margin:0}.posts-vs-opportunities .chart-header .chart-period{font-size:.875rem;color:var(--text-muted);font-weight:500}.posts-vs-opportunities .chart-content{padding:20px 24px}.posts-vs-opportunities .chart-content .chart-legend{display:flex;gap:20px;margin-bottom:20px;justify-content:center}.posts-vs-opportunities .chart-content .chart-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--text-color-light)}.posts-vs-opportunities .chart-content .chart-legend .legend-item .legend-color{width:12px;height:12px;border-radius:2px}.posts-vs-opportunities .chart-content .chart-legend .legend-item .legend-color.posts-color{background:var(--primary-color)}.posts-vs-opportunities .chart-content .chart-legend .legend-item .legend-color.opportunities-color{background:#10b981}.posts-vs-opportunities .chart-content .chart-container{display:flex;justify-content:center;margin-bottom:20px}.posts-vs-opportunities .chart-content .chart-container .chart-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.posts-vs-opportunities .chart-content .chart-container .chart-tooltip .tooltip-label{font-size:.875rem;font-weight:600;color:var(--text-color-light);margin:0 0 8px}.posts-vs-opportunities .chart-content .chart-container .chart-tooltip p{font-size:.8rem;font-weight:500;margin:4px 0}.posts-vs-opportunities .chart-content .chart-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:16px;border-top:1px solid #f1f5f9}.posts-vs-opportunities .chart-content .chart-stats .stat-item{text-align:center}.posts-vs-opportunities .chart-content .chart-stats .stat-item .stat-value{font-size:1.25rem;font-weight:700;color:var(--text-color-light);margin-bottom:4px}.posts-vs-opportunities .chart-content .chart-stats .stat-item .stat-label{font-size:.75rem;color:var(--text-muted);font-weight:500}@media (max-width: 768px){.posts-vs-opportunities .chart-header{flex-direction:column;align-items:flex-start;gap:8px}.posts-vs-opportunities .chart-content{padding:16px 20px}.posts-vs-opportunities .chart-content .chart-legend{flex-direction:column;gap:12px;align-items:flex-start}.posts-vs-opportunities .chart-content .chart-stats{grid-template-columns:1fr;gap:12px;text-align:left}.posts-vs-opportunities .chart-content .chart-stats .stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.posts-vs-opportunities .chart-content .chart-stats .stat-item .stat-value{margin-bottom:0}}@media (max-width: 480px){.posts-vs-opportunities .chart-container{overflow-x:auto}.posts-vs-opportunities .chart-container .line-chart{min-width:280px}}.home-page .homepage-hero{display:flex;align-items:center;min-height:70vh;flex-direction:column;text-align:center;justify-content:center}.home-page .homepage-hero .hero-heading{margin-bottom:30px}.home-page .homepage-hero .hero-heading h1{font-size:3rem}.write-input-box{width:800px;border:1px solid #ddd;margin:0 auto;background:#fff;border-radius:10px}.write-input-box .input-box-input{display:flex;align-items:flex-start;gap:10px;padding:20px}.write-input-box .input-box-input textarea{flex-grow:1;border:0px;background:none;outline:none;resize:none}.write-input-box .input-box-footer{padding:10px 20px;border-top:1px solid #ddd;display:flex;justify-content:space-between}.write-input-box .input-box-footer button{padding:12px 20px;height:auto}.content-editor{display:flex;align-items:flex-start;gap:0rem;border:1px solid #eee;height:100%;background:#fff;margin:10px 0}.content-editor .left-pane{width:30%;background:#fff;border-radius:10px;min-width:450px;max-height:100%}.content-editor .left-pane .reddit-post-content{display:flex;flex-direction:column;height:100%;max-height:100%;background:#fcfcfc}.content-editor .left-pane .reddit-info{padding:20px;background:#fff;box-shadow:0 2px 3px #0000001a}.content-editor .left-pane .reddit-content{padding:20px;height:100%;overflow:auto;max-height:calc(100vh - 370px)}.content-editor .right-pane{width:70%;background:#fff;border-left:1px solid #eee;padding:0;height:100%;display:flex;flex-direction:column}.content-editor .right-pane .ant-tabs-nav-list .ant-tabs-tab{padding:12px 5px}.content-editor .right-pane .ant-tabs-nav{margin-bottom:0}.content-editor .editor-pane-header{padding:15px 20px}.content-editor .editor-pane-header h3{margin:0}.content-editor .editor-pane-header p{margin:4px 0 0;font-size:14px;opacity:.6}.content-editor .editor-pane-content{flex-grow:1}.content-editor .editor-pane-content .ant-tabs{display:flex;flex-direction:column;height:100%}.content-editor .editor-pane-content .ant-tabs-nav-wrap{padding:0 20px}.content-editor .editor-pane-content .ant-tabs-content-holder{padding:20px;flex-grow:1}.content-editor .editor-pane-content .ant-tabs-content-holder .ant-tabs-content{border:1px solid #ddd;height:100%;border-radius:10px;overflow:hidden}.content-editor .editor-pane-content .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{height:100%}.content-editor .reddit-post-content .reddit-info{display:flex;align-items:center;gap:10px;justify-content:space-between;font-size:15px}.content-editor .reddit-post-content .reddit-info .original-link{display:inline-flex;align-items:center;gap:6px}.content-editor .reddit-post-content h3{font-size:1.35rem}.content-editor .reddit-post-content p{font-size:1rem;opacity:.8;white-space:pre-line}.content-editor .main-content-editor{display:flex;flex-direction:column;height:100%}.content-editor .main-content-editor .editor-header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:#f9f9f9;border-bottom:1px solid #eee}.content-editor .main-content-editor .editor-header .editor-title{font-weight:600;font-size:13px;opacity:.7}.content-editor .main-content-editor .editor-header .editor-actions{display:flex;gap:15px}.content-editor .main-content-editor textarea{width:100%;padding:35px;border:0px;font-size:16px;outline:none;box-sizing:border-box;resize:none;flex-grow:1;font-family:Inter,sans-serif}.generated-content{height:100%}.generated-content.no-content{display:flex;align-items:center;justify-content:center}.generated-content .empty-content{text-align:center;max-width:500px;margin:0 auto;padding:150px 0}.generated-content .empty-content .icon-wrapper{background:var(--gradient-light-bg-alt);color:var(--primary-color);display:inline-flex;padding:20px;border-radius:50%}.generated-content .empty-content h3{margin:20px 0 0;font-size:1.5rem}.generated-content .empty-content p{opacity:.7;font-size:15px;margin-top:0;margin-bottom:20px}.generated-content .empty-content button{background:var(--gradient-primary);display:inline-flex;align-items:center;gap:8px;padding:15px 20px;border-radius:5px;color:#fff;font-size:16px;font-weight:500;opacity:.8}.generated-content .empty-content button:hover{opacity:1}.generated-content .empty-content.loading-state .loading-spinner{position:relative;display:inline-flex;padding:20px}.generated-content .empty-content.loading-state .loading-spinner:before{content:"";position:absolute;inset:-3px;border-radius:50%;padding:3px;background:linear-gradient(45deg,var(--primary-color),#ffd17c,var(--primary-color));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rotate 1.5s linear infinite}.generated-content .empty-content.loading-state .loading-spinner .spinning-icon{color:var(--primary-color)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tweets-container{padding:30px;overflow:auto;height:calc(100vh - 410px)}.tweets-container .tweet-card{border:1px solid #ddd;border-radius:10px;margin-bottom:20px;box-shadow:0 2px 2px #0000000f}.tweets-container .tweet-card .tweet-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding:10px 20px;border-bottom:1px solid #ddd}.tweets-container .tweet-card .tweet-card-header .tweet-card-actions button{background:#ddd;color:#222;padding:4px 10px;font-size:13px}.tweets-container .tweet-card .tweet-card-content{padding:20px}.tweets-container .tweet-card .tweet-card-content .content-tweet{white-space:pre-line;outline:none}.tweets-container .tweet-card .tweet-card-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-top:1px solid #ddd}.tweets-container .tweet-card .tweet-card-footer .char-count{font-size:13px;font-weight:600}.tweets-container .tweet-card .tweet-card-footer button{font-size:13px;padding:4px 10px;color:#222;background-color:#f9f9f9}.saved-sources-list .post-saved-card{height:290px}.saved-sources-list .post-saved-card .post-info{display:flex;align-items:center;gap:10px;font-size:13px;opacity:.75}.saved-sources-list .post-saved-card .post-meta{display:flex;align-items:center;justify-content:space-between}.saved-sources-list .post-saved-card .post-meta .post-votes{display:flex;align-items:center;gap:10px}.saved-sources-list .post-saved-card .post-meta .post-votes span,.saved-sources-list .post-saved-card .post-meta .view-post{display:flex;align-items:center;gap:5px}.saved-sources-list .post-saved-card span.dot{width:5px;height:5px;border-radius:50%;background-color:#ddd}.saved-sources-list .post-saved-card h3{line-clamp:2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.saved-sources-list .post-saved-card p.content{padding:15px;background:#f9f9f9;border:1px solid #eee;border-radius:5px}.voices-page .loading-container,.voices-page .empty-state{display:flex;justify-content:center;align-items:center;min-height:400px}.voices-page .empty-state .ant-empty-description{margin-bottom:16px;color:var(--text-secondary)}.voices-page .voice-card{height:100%;border-radius:12px;border:1px solid var(--nav-hover-bg);transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.voices-page .voice-card:hover{border-color:var(--primary-color);box-shadow:0 4px 16px #f43f5e1a;transform:translateY(-2px)}.voices-page .voice-card .ant-card-head{border-bottom:1px solid var(--nav-hover-bg);padding:16px 20px}.voices-page .voice-card .voice-card-title{font-size:16px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.voices-page .voice-card .voice-card-actions{display:flex;gap:4px;align-items:center}.voices-page .voice-card .voice-card-actions .action-btn{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.voices-page .voice-card .voice-card-actions .action-btn:hover{background:var(--gradient-light-bg);color:var(--primary-color)}.voices-page .voice-card .voice-card-actions .action-btn.delete-btn:hover{background:#ff4d4f1a;color:#ff4d4f}.voices-page .voice-card .ant-card-body{padding:20px}.voices-page .voice-card .voice-description{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.generated-content-card{height:100%;border-radius:12px;border:1px solid var(--nav-hover-bg);transition:all .3s ease;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column}.generated-content-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px #f43f5e1f;transform:translateY(-4px)}.generated-content-card:hover .card-actions{opacity:1}.generated-content-card .ant-card-body{padding:0;display:flex;flex-direction:column;height:100%}.generated-content-card .card-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--nav-hover-bg)}.generated-content-card .card-header .content-type-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--gradient-light-bg);border-radius:6px;font-size:12px;font-weight:600;color:var(--primary-color)}.generated-content-card .card-header .content-type-badge svg{stroke-width:2.5}.generated-content-card .card-header .card-actions{display:flex;gap:4px;opacity:0;transition:opacity .3s ease}.generated-content-card .card-header .card-actions .action-btn{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;padding:4px 8px}.generated-content-card .card-header .card-actions .action-btn:hover{background:var(--gradient-light-bg);color:var(--primary-color)}.generated-content-card .card-header .card-actions .action-btn.delete-btn:hover{background:#ff4d4f1a;color:#ff4d4f}.generated-content-card .card-body{padding:20px;flex:1;display:flex;flex-direction:column}.generated-content-card .card-body .content-title{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.generated-content-card .card-body .content-preview{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1}.generated-content-card .card-footer{padding:16px 20px;border-top:1px solid var(--nav-hover-bg);display:flex;justify-content:space-between;align-items:center}.generated-content-card .card-footer .footer-info{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:13px}.generated-content-card .card-footer .footer-info svg{stroke-width:2}.generated-content-card .card-footer .footer-info .date-text{font-weight:500}.generated-content-card .card-footer .edit-link{padding:0;height:auto;font-weight:600;color:var(--primary-color)}.generated-content-card .card-footer .edit-link:hover{color:var(--primary-hover)}@media (max-width: 768px){.generated-content-card .card-header .card-actions{opacity:1}}.drafts-page .loading-container,.drafts-page .empty-state{display:flex;justify-content:center;align-items:center;min-height:400px}.drafts-page .empty-state .ant-empty-description{margin-bottom:16px;color:var(--text-secondary)}.reddit-post-row{margin-bottom:16px;border-radius:12px;border:1px solid var(--nav-hover-bg);transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.reddit-post-row:hover{border-color:var(--primary-color);box-shadow:0 4px 16px #f43f5e1a;transform:translateY(-2px)}.reddit-post-row .ant-card-body{padding:20px}.reddit-post-row .post-content{display:flex;gap:16px}.reddit-post-row .post-content .post-thumbnail{flex-shrink:0;width:120px;height:120px;border-radius:8px;overflow:hidden;background:var(--nav-hover-bg)}.reddit-post-row .post-content .post-thumbnail img{width:100%;height:100%;object-fit:cover}.reddit-post-row .post-content .post-details{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.reddit-post-row .post-content .post-details .post-header .subreddit-info{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.reddit-post-row .post-content .post-details .post-header .subreddit-info .subreddit-name{font-weight:700;color:var(--primary-color)}.reddit-post-row .post-content .post-details .post-header .subreddit-info .author-name{font-weight:500;color:var(--text-secondary)}.reddit-post-row .post-content .post-details .post-header .subreddit-info .separator{color:var(--text-muted)}.reddit-post-row .post-content .post-details .post-header .subreddit-info .post-time{display:flex;align-items:center;gap:4px;font-weight:500}.reddit-post-row .post-content .post-details .post-header .subreddit-info .post-time svg{stroke-width:2}.reddit-post-row .post-content .post-details .post-title{font-size:18px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reddit-post-row .post-content .post-details .post-text{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reddit-post-row .post-content .post-details .post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.reddit-post-row .post-content .post-details .post-footer .post-stats{display:flex;gap:24px}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item{display:flex;align-items:center;gap:6px;font-size:14px}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item svg{stroke-width:2}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item .stat-value{font-weight:700;color:var(--text-primary)}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item .stat-label{color:var(--text-secondary);font-weight:500}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item.upvotes svg{color:var(--primary-color)}.reddit-post-row .post-content .post-details .post-footer .post-stats .stat-item.comments svg{color:#3b82f6}.reddit-post-row .post-content .post-details .post-footer .view-link{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--primary-color);text-decoration:none;transition:all .2s ease}.reddit-post-row .post-content .post-details .post-footer .view-link:hover{color:var(--primary-hover);gap:8px}.reddit-post-row .post-content .post-details .post-footer .view-link svg{stroke-width:2.5}@media (max-width: 768px){.reddit-post-row .post-content{flex-direction:column}.reddit-post-row .post-content .post-thumbnail{width:100%;height:200px}.reddit-post-row .post-content .post-details .post-footer{flex-direction:column;align-items:flex-start;gap:12px}}.feed-page .loading-container,.feed-page .empty-container{display:flex;justify-content:center;align-items:center;min-height:400px}.feed-page .empty-container .ant-empty-description{margin-bottom:16px;color:var(--text-secondary)}.feed-page .posts-list{display:flex;flex-direction:column}.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-layout-wrap.max-width .auth-context{width:fit-content}.auth-layout-wrap.max-width .auth-container{max-width:fit-content}.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}
