*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);min-height:100vh;padding:20px}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.header{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;padding:30px;text-align:center;position:relative}.header h1{font-size:32px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:10px}.header p{opacity:.9;font-size:14px}.content{padding:30px}.tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #e1e8ed}.tab{padding:12px 24px;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .3s;font-weight:600;color:#657786}.tab:hover{color:#000}.tab.active{color:#000;border-bottom-color:#000}.form-group{margin-bottom:25px}label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}input[type=text],input[type=password],input[type=date],select,textarea{width:100%;padding:12px 16px;border:2px solid #e1e8ed;border-radius:8px;font-size:15px;transition:all .3s;font-family:inherit}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,select:focus,textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.password-input-wrapper{position:relative}.password-textarea{font-family:Courier New,monospace;resize:vertical}.password-textarea.masked{font-family:password,monospace;letter-spacing:.2em}.toggle-password{position:absolute;right:12px;top:12px;background:#0000000d;border:1px solid #000000;cursor:pointer;color:#000;font-size:12px;padding:6px 12px;border-radius:4px;transition:all .2s}.toggle-password:hover{background:#0000001a}.search-input-wrapper{position:relative}.profile-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #000000;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.profile-suggestion{padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:background .2s;border-bottom:1px solid #e1e8ed}.profile-suggestion:last-child{border-bottom:none}.profile-suggestion:hover{background:#f7f9fa}.profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.profile-info{flex:1}.profile-name{font-weight:600;color:#14171a;margin-bottom:2px}.profile-handle{color:#657786;font-size:14px}.profile-verified{color:#000;margin-left:4px}.profile-stats{font-size:12px;color:#657786;margin-top:4px}.searching-indicator{padding:12px 16px;text-align:center;color:#657786}.date-range{display:grid;grid-template-columns:1fr 1fr;gap:15px}.search-options{display:flex;gap:15px;margin-bottom:20px}.radio-option{flex:1;padding:15px;border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;transition:all .3s;text-align:center}.radio-option:hover{border-color:#000;background:#f7f9fa}.radio-option.selected{border-color:#000;background:#f0f0f0}.radio-option input[type=radio]{margin-right:8px}.button{background:linear-gradient(135deg,#000,#2d2d2d);color:#fff;padding:14px 28px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;width:100%;margin-top:10px}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006}.button:active{transform:translateY(0)}.button:disabled{background:#ccc;cursor:not-allowed;transform:none}.button-secondary{background:#10b981}.button-secondary:hover{box-shadow:0 8px 20px #10b98166}.button-danger{background:#ef4444}.button-danger:hover{box-shadow:0 8px 20px #ef444466}.sidebar{background:#f7f9fa;padding:20px;border-radius:12px;margin-bottom:20px}.sidebar h3{margin-bottom:15px;color:#14171a;font-size:18px}.trending-profile{padding:12px;background:#fff;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px}.trending-profile:hover{transform:translate(5px);box-shadow:0 2px 8px #0000001a}.trending-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#000,#2d2d2d);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.trending-details{flex:1}.trending-name{font-weight:600;color:#14171a;font-size:14px}.trending-handle{color:#657786;font-size:13px}.trending-category{font-size:11px;color:#666;margin-top:2px}.interest-selector{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.interest-tag{padding:8px 16px;border:2px solid #e1e8ed;border-radius:20px;cursor:pointer;transition:all .2s;font-size:14px;-webkit-user-select:none;user-select:none}.interest-tag:hover{border-color:#000;background:#f7f9fa}.interest-tag.selected{background:#000;color:#fff;border-color:#000}.main-layout{display:grid;grid-template-columns:300px 1fr;gap:20px}.results{margin-top:30px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e1e8ed}.results-count{font-size:18px;font-weight:600;color:#333}.export-button{background:#10b981;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.export-button:hover{background:#059669;transform:translateY(-2px)}.tweet-card{background:#f7f9fa;border:1px solid #e1e8ed;border-radius:12px;padding:20px;margin-bottom:15px;transition:all .3s}.tweet-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tweet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tweet-author{font-weight:600;color:#14171a}.tweet-date{color:#657786;font-size:14px}.tweet-content{color:#14171a;line-height:1.6;margin-bottom:12px}.tweet-stats{display:flex;gap:20px;color:#657786;font-size:13px}.loading{text-align:center;padding:40px;color:#657786}.spinner{border:3px solid #f3f4f6;border-top:3px solid #1DA1F2;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:15px 20px;margin-bottom:20px;border-radius:8px;font-size:14px}.alert-warning{background:#fff7ed;border-left:4px solid #f59e0b;color:#92400e}.alert-success{background:#f0fdf4;border-left:4px solid #10b981;color:#065f46}.alert-error{background:#fef2f2;border-left:4px solid #ef4444;color:#991b1b}.alert-info{background:#eff6ff;border-left:4px solid #3b82f6;color:#1e40af}.status-indicator{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600}.status-configured{background:#d1fae5;color:#065f46}.status-not-configured{background:#fee2e2;color:#991b1b}.status-healthy{background:#d1fae5;color:#065f46}.status-unhealthy{background:#fee2e2;color:#991b1b}.config-section{background:#f7f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.config-section h3{margin-bottom:15px;color:#333}.help-text{font-size:13px;color:#657786;margin-top:5px}.button-group{display:flex;gap:15px;flex-wrap:wrap}.button-group .button{margin-top:0;flex:1;width:auto!important;min-width:240px;white-space:nowrap;padding:14px 28px;box-sizing:border-box}.footer{background:#f7f9fa;padding:20px 30px;border-top:1px solid #e1e8ed;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.footer-copyright{color:#657786;font-size:14px}.footer-made-in-india{display:flex;align-items:center;gap:8px;color:#14171a;font-size:14px;font-weight:500}.footer-made-in-india .india-flag{width:24px;height:16px;display:inline-block;vertical-align:middle;margin-left:4px}.footer-made-in-india .heart{color:#ff6b6b;font-size:16px;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}}.footer-links{display:flex;gap:15px;font-size:14px}.footer-links a{color:#657786;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#000}@media(max-width:968px){.main-layout,.date-range{grid-template-columns:1fr}.button-group{flex-direction:column}.button-group .button{width:100%;min-width:unset}.footer{flex-direction:column;text-align:center;gap:10px}.footer-links{justify-content:center}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:20px}.auth-container{width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:24px}.auth-header h1{display:flex;align-items:center;justify-content:center;gap:10px;font-size:2rem;font-weight:800;color:#fff;margin-bottom:4px}.auth-header p{color:#9ca3af;font-size:.95rem}.auth-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 60px #0000004d}.auth-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:.85rem;font-weight:600;color:#374151}.auth-field input{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none}.auth-field input:focus{border-color:#1da1f2;box-shadow:0 0 0 3px #1da1f226}.auth-button{width:100%;padding:12px;background:linear-gradient(135deg,#1da1f2,#0d8ecf);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .1s;margin-top:4px}.auth-button:hover{opacity:.9}.auth-button:active{transform:scale(.98)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:.9rem;margin-bottom:8px}.auth-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:10px 14px;border-radius:8px;font-size:.9rem;margin-bottom:8px}.auth-links{text-align:center;margin-top:16px;font-size:.9rem}.auth-links a{color:#1da1f2;text-decoration:none;font-weight:500}.auth-links a:hover{text-decoration:underline}.auth-separator{color:#d1d5db;margin:0 10px}.auth-footer{text-align:center;margin-top:20px;color:#6b7280;font-size:.8rem}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;font-size:1.2rem}.auth-loading .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#1da1f2;border-radius:50%;animation:spin .8s linear infinite}.sign-out-button{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s,border-color .2s}.sign-out-button:hover{background:#ffffff1a;border-color:#ffffff80}.header-user-info{display:flex;align-items:center;gap:12px;color:#fffc;font-size:.85rem}@media(max-width:480px){.auth-card{padding:24px 20px}.auth-header h1{font-size:1.6rem}}
