@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff4500;--orange-dark:#cc3700;--accent-gradient:linear-gradient(135deg,#ff4500 0%,#ff6b35 100%);--bg:#fafafa;--white:#fff;--text-primary:#111;--text-secondary:#555;--text-tertiary:#888;--border:#e5e5e5;--border-light:#f0f0f0;--surface:#fff;--surface-muted:#f5f5f5}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}#root{min-height:100vh}.rb-dashboard{color:#111;background:#fafafa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.rb-sidebar{background:#fff;border-right:1px solid #ececec;flex-direction:column;flex-shrink:0;width:240px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.rb-sidebar-brand{align-items:center;gap:10px;padding:4px 8px 24px;font-size:16px;font-weight:700;display:flex}.rb-sidebar-brand img{border-radius:7px;width:28px;height:28px}.rb-nav{flex-direction:column;flex:1;gap:2px;display:flex}.rb-nav-item{color:#555;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:500;transition:background .12s,color .12s;display:flex}.rb-nav-item:hover{color:#111;background:#f4f4f4}.rb-nav-item.active{color:#fff;background:#111}.rb-sidebar-footer{border-top:1px solid #ececec;align-items:center;gap:8px;margin-top:12px;padding:10px 8px;display:flex}.rb-user{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.rb-user-avatar{color:#fff;background:#ff4500;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.rb-user-info{min-width:0}.rb-user-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.rb-user-email{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.rb-logout{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;display:flex}.rb-logout:hover{color:#111;background:#f4f4f4}.rb-main{flex-direction:column;flex:1;align-items:center;min-width:0;padding:40px 48px;display:flex}.rb-main>:not(.rb-modal-overlay){width:100%;max-width:1080px}.rb-main>.rb-modal-overlay{width:100vw;max-width:none}.rb-page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.rb-page-header h1{letter-spacing:-.01em;margin:0 0 4px;font-size:24px;font-weight:700}.rb-page-header p{color:#777;margin:0;font-size:14px}.rb-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:7px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.rb-btn:hover{background:#f8f8f8;border-color:#d5d5d5}.rb-btn-primary{color:#fff;background:#111;border-color:#111}.rb-btn-primary:hover{background:#2a2a2a;border-color:#2a2a2a}.rb-btn-group{gap:8px;display:flex}.rb-stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.rb-stat-card{background:#fff;border:1px solid #ececec;border-radius:10px;padding:16px}.rb-stat-label{color:#888;margin-bottom:8px;font-size:12px}.rb-stat-value{letter-spacing:-.01em;font-size:26px;font-weight:700}.rb-stat-delta{color:#888;margin-top:4px;font-size:12px}.rb-stat-delta.positive{color:#16a34a}.rb-card{background:#fff;border:1px solid #ececec;border-radius:10px;overflow:hidden}.rb-card-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.rb-card-header h2{margin:0;font-size:14px;font-weight:600}.rb-card-meta{color:#888;font-size:12px}.rb-empty{text-align:center;color:#888;padding:40px;font-size:14px}.rb-activity-list{flex-direction:column;display:flex}.rb-activity-row{border-bottom:1px solid #f4f4f4;align-items:flex-start;gap:12px;padding:14px 20px;display:flex}.rb-activity-row:last-child{border-bottom:none}.rb-activity-icon{color:#555;background:#f4f4f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.rb-activity-icon.t-comment_posted{color:#ff4500;background:#fff1ec}.rb-activity-icon.t-upvote_received{color:#16a34a;background:#ecfdf3}.rb-activity-icon.t-reply_received{color:#4f46e5;background:#eef2ff}.rb-activity-body{flex:1;min-width:0}.rb-activity-title{color:#333;margin-bottom:2px;font-size:13px}.rb-activity-post{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.rb-activity-meta{color:#999;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;font-size:12px;display:flex}.rb-upvotes{color:#16a34a;align-items:center;gap:3px;font-weight:600;display:inline-flex}.rb-subs-card{padding:4px 0}.rb-sub-row{border-bottom:1px solid #f4f4f4;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.rb-sub-row:last-child{border-bottom:none}.rb-sub-name{color:#111;font-size:15px;font-weight:600}.rb-sub-meta{color:#8b8b8b;margin-top:3px;font-size:12.5px}.rb-relevance{border-radius:7px;flex-direction:column;flex-shrink:0;align-items:center;width:56px;margin-right:14px;padding:6px 4px;display:flex}.rb-relevance-score{letter-spacing:-.01em;font-size:16px;font-weight:700;line-height:1.1}.rb-relevance-label{opacity:.85;margin-top:2px;font-size:10px;font-weight:500}.rb-relevance-high{color:#16a34a;background:#ecfdf3}.rb-relevance-mid{color:#b7791f;background:#fef6e7}.rb-relevance-low{color:#b91c1c;background:#fef2f2}.rb-rel-ring{flex-shrink:0;width:44px;height:44px;margin-right:14px;position:relative}.rb-rel-ring-score{letter-spacing:-.01em;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;inset:0}.rb-rel-ring-high{color:#16a34a}.rb-rel-ring-mid{color:#b7791f}.rb-rel-ring-low{color:#b91c1c}.rb-sub-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:12px;display:flex;overflow:hidden}.rb-sub-avatar svg{display:block}.rb-sub-avatar img{object-fit:cover;width:100%;height:100%;display:block}.rb-sub-action-pill{color:#ff4500;white-space:nowrap;background:#fff1ec;border-radius:999px;flex-shrink:0;align-items:center;margin-right:8px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.rb-sub-action-pill-muted{color:#999;background:#f4f4f4}.rb-grid-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.rb-grid-2>*{margin-bottom:0!important}.rb-card,.rb-stats-grid{margin-bottom:16px}.rb-stat-suffix{color:#888;margin-left:2px;font-size:14px;font-weight:500}.rb-stat-delta{align-items:center;gap:4px;display:inline-flex}.rb-stat-delta.negative{color:#dc2626}.rb-date-chip{color:#333;background:#fff;border:1px solid #e5e5e5;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:500;display:inline-flex}.rb-date-dot{background:#16a34a;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite rb-pulse;box-shadow:0 0 0 3px #16a34a2e}.rb-chart-card{padding-bottom:12px}.rb-chart-wrap{height:260px;padding:16px 20px 8px}.rb-chart-wrap .recharts-cartesian-axis-line,.rb-chart-wrap .recharts-cartesian-axis-tick-line{stroke:#e5e5e5}.rb-chart-wrap .recharts-cartesian-grid-horizontal line{stroke:#f0f0f0;stroke-dasharray:3 4}.rb-chart-wrap .recharts-tooltip-wrapper{outline:none}.rb-tooltip{color:#fff;-webkit-backdrop-filter:blur(8px);background:#111111f5;border-radius:10px;min-width:160px;padding:10px 14px;font-size:12px;box-shadow:0 12px 32px #0000002e}.rb-tooltip-label{letter-spacing:.04em;text-transform:uppercase;color:#bbb;border-bottom:1px solid #ffffff14;margin-bottom:8px;padding-bottom:6px;font-size:11.5px;font-weight:700}.rb-tooltip-row{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:3px 0;font-size:12px;display:grid}.rb-tooltip-row i{border-radius:50%;width:9px;height:9px;display:inline-block}.rb-tooltip-row span{color:#ffffffd9}.rb-tooltip-row strong{color:#fff;font-variant-numeric:tabular-nums;font-weight:700}.rb-chart-legend{color:#555;border-top:1px solid #f4f4f4;flex-wrap:wrap;gap:14px;padding:12px 20px 14px;font-size:12px;display:flex}.rb-legend-item{align-items:center;gap:6px;display:inline-flex}.rb-legend-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.rb-donut-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;padding:24px 20px;display:flex}.rb-donut-chart{flex-shrink:0;width:180px;height:180px;position:relative}.rb-donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.rb-donut-center-val{letter-spacing:-.02em;color:#16a34a;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:28px;font-weight:800;line-height:1}.rb-donut-center-label{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:11px}.rb-donut-legend{flex-direction:column;gap:10px;display:flex}.rb-donut-leg-row{color:#555;align-items:center;gap:10px;font-size:13px;display:flex}.rb-donut-leg-row strong{color:#111;margin-left:auto}.rb-donut-leg-row i{border-radius:3px;width:12px;height:12px;display:inline-block}.rb-bar-list{padding:8px 0}.rb-bar-row{grid-template-columns:160px 1fr 40px 60px;align-items:center;gap:14px;padding:10px 20px;display:grid}.rb-bar-name{color:#111;font-size:13px;font-weight:600}.rb-bar-track{background:#f4f4f4;border-radius:999px;height:8px;overflow:hidden}.rb-bar-fill{background:linear-gradient(90deg,#ff4500,#ff6b35);border-radius:999px;height:100%}.rb-bar-val{color:#111;text-align:right;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.rb-bar-change{text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.rb-bar-change.positive{color:#16a34a}.rb-bar-change.negative{color:#dc2626}.rb-keywords{flex-wrap:wrap;gap:8px;padding:18px 20px;display:flex}.rb-keyword{border:1px solid;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:500;display:inline-flex}.rb-keyword em{background:#ffffffb3;border-radius:999px;padding:1px 6px;font-size:11px;font-style:normal;font-weight:700}.rb-keyword-positive{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.rb-keyword-positive em{color:#15803d;background:#d7f7e0}.rb-keyword-neutral{color:#555;background:#f4f4f4;border-color:#e5e5e5}.rb-keyword-neutral em{color:#333;background:#fff}.rb-keyword-negative{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.rb-keyword-negative em{color:#b91c1c;background:#fee2e2}.rb-table-wrap{overflow-x:auto}.rb-table{border-collapse:collapse;width:100%;font-size:13px}.rb-table th{text-align:left;color:#777;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-bottom:1px solid #f0f0f0;padding:12px 20px;font-size:12px;font-weight:600}.rb-table td{color:#333;vertical-align:middle;border-bottom:1px solid #f4f4f4;padding:14px 20px}.rb-table tr:last-child td{border-bottom:none}.rb-table .rb-row-you{background:#fffbf7}.rb-comp-name{color:#111;font-weight:600}.rb-you-badge{color:#fff;letter-spacing:.06em;vertical-align:middle;background:#ff4500;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:9px;font-weight:800;display:inline-block}.rb-sent-cell{align-items:center;gap:10px;display:flex}.rb-sent-bar{background:#f0f0f0;border-radius:999px;width:80px;height:6px;overflow:hidden}.rb-sent-bar-fill{background:linear-gradient(90deg,#ffb000,#16a34a);height:100%}.rb-trend-up{color:#16a34a;display:inline-flex}.rb-trend-down{color:#dc2626;display:inline-flex}.rb-trend-flat{color:#999;font-weight:700}.rb-mention-list{flex-direction:column;display:flex}.rb-mention-row{border-bottom:1px solid #f4f4f4;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.rb-mention-row:last-child{border-bottom:none}.rb-mention-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.rb-sent-positive{background:#16a34a}.rb-sent-neutral{background:#ffb000}.rb-sent-negative{background:#dc2626}.rb-mention-body{flex:1;min-width:0}.rb-mention-meta{color:#777;margin-bottom:6px;font-size:12px}.rb-mention-meta strong{color:#111;font-weight:600}.rb-mention-meta a{color:#ff4500;font-weight:500;text-decoration:none}.rb-mention-meta a:hover{text-decoration:underline}.rb-mention-time{color:#bbb}.rb-mention-snippet{color:#333;font-size:13.5px;font-style:italic;line-height:1.55}.rb-mention-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.rb-sent-pill{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.rb-sent-pill-positive{color:#16a34a;background:#ecfdf3}.rb-sent-pill-neutral{color:#b7791f;background:#fef6e7}.rb-sent-pill-negative{color:#dc2626;background:#fef2f2}.rb-mention-upvotes{color:#888;white-space:nowrap;font-size:12px;font-weight:600}.rb-ai-hero{grid-template-columns:1.1fr 2fr;gap:16px;margin-bottom:16px;display:grid}.rb-ai-score{background:#fff;border:1px solid #ececec;border-radius:14px;padding:24px;position:relative;overflow:hidden}.rb-ai-score:before{content:"";opacity:.08;background:radial-gradient(circle,currentColor 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.rb-ai-score-high{color:#16a34a}.rb-ai-score-mid{color:#b7791f}.rb-ai-score-low{color:#dc2626}.rb-ai-score-label{letter-spacing:.08em;text-transform:uppercase;color:#777;margin-bottom:8px;font-size:11px;font-weight:700;position:relative}.rb-ai-score-val{letter-spacing:-.02em;color:currentColor;font-size:64px;font-weight:800;line-height:1;position:relative}.rb-ai-score-meta{color:#16a34a;align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.rb-ai-hero-stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.rb-ai-mini-stat{background:#fff;border:1px solid #ececec;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.rb-ai-mini-stat>svg{color:#ff4500;flex-shrink:0}.rb-ai-mini-label{color:#777;margin-bottom:4px;font-size:12px}.rb-ai-mini-val{color:#111;letter-spacing:-.01em;font-size:22px;font-weight:800}.rb-engine-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.rb-engine-card{background:#fafafa;border:1px solid #ececec;border-radius:12px;padding:16px}.rb-engine-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.rb-engine-dot{border-radius:50%;flex-shrink:0;width:32px;height:32px}.rb-engine-icon{background:#fff;border:1px solid #ececec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex;overflow:hidden}.rb-engine-icon img{object-fit:contain;width:100%;height:100%;display:block}.rb-engine-name{color:#111;font-size:14px;font-weight:700}.rb-engine-model{color:#888;font-size:11px}.rb-engine-change{color:#16a34a;background:#ecfdf3;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:12px;font-weight:700}.rb-engine-row{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;display:flex}.rb-engine-label{color:#777}.rb-engine-val{color:#111;font-weight:700}.rb-engine-bar{background:#ececec;border-radius:999px;height:6px;margin-bottom:12px;overflow:hidden}.rb-engine-bar-fill{border-radius:999px;height:100%;transition:width .6s}.rb-engine-row-meta{color:#777;margin-bottom:0;font-size:12px}.rb-prompt-cell{color:#444;max-width:280px;font-style:italic}.rb-prompt-spark-cell{width:130px;min-width:100px;padding-top:8px!important;padding-bottom:8px!important}.rb-prompt-vis-num{font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.rb-prompt-vis-high-text{color:#16a34a}.rb-prompt-vis-mid-text{color:#b7791f}.rb-prompt-vis-low-text{color:#dc2626}.rb-trend-inline{vertical-align:middle;margin-left:6px}.rb-share-legend{border-top:1px solid #f4f4f4;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 20px;padding:12px 20px 18px;display:grid}.rb-share-leg-row{align-items:center;gap:8px;font-size:13px;display:flex}.rb-share-leg-row i{border-radius:3px;flex-shrink:0;width:10px;height:10px}.rb-share-leg-name{color:#555;flex:1;align-items:center;gap:6px;display:inline-flex}.rb-share-leg-row strong{color:#111;font-variant-numeric:tabular-nums;font-weight:700}.rb-share-leg-row.rb-share-you .rb-share-leg-name{color:#ff4500;font-weight:600}.rb-cal-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.rb-cal-month-nav{align-items:center;gap:8px;display:flex}.rb-cal-month-label{letter-spacing:-.01em;text-align:center;min-width:160px;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:18px;font-weight:700}.rb-btn-small{padding:6px 10px;font-size:12px;font-weight:600}.rb-view-toggle{background:#f4f4f4;border-radius:8px;gap:2px;padding:3px;display:inline-flex}.rb-view-toggle-opt{color:#777;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.rb-view-toggle-opt.active{color:#111;background:#fff;box-shadow:0 1px 3px #00000014}.rb-cal-card{padding:0;overflow:hidden}.rb-cal-weekdays{background:#fafafa;border-bottom:1px solid #ececec;grid-template-columns:repeat(7,1fr);display:grid}.rb-cal-weekday{text-align:center;color:#777;letter-spacing:.04em;text-transform:uppercase;padding:10px 0;font-size:11px;font-weight:700}.rb-cal-grid{background:#ececec;grid-template-columns:repeat(7,1fr);grid-auto-rows:110px;gap:1px;display:grid}.rb-cal-cell{background:#fff;flex-direction:column;padding:6px 6px 4px;display:flex;position:relative;overflow:hidden}.rb-cal-cell.out{background:#fafafa}.rb-cal-cell.out .rb-cal-cell-num{color:#c8c8c8}.rb-cal-cell.today .rb-cal-cell-num{color:#fff;background:#ff4500;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-weight:700;display:inline-flex}.rb-cal-cell-num{color:#555;flex-shrink:0;margin-bottom:4px;font-size:12px;font-weight:600}.rb-cal-cell-posts{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.rb-cal-pill{text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-left:3px solid;border-radius:3px;align-items:center;gap:6px;padding:2px 6px;font-size:11px;transition:background .12s;display:flex;overflow:hidden}.rb-cal-pill:hover{background:#f8f8f8}.rb-cal-pill-time{color:#111;flex-shrink:0;font-weight:600}.rb-cal-pill-sub{color:#555;text-overflow:ellipsis;overflow:hidden}.rb-cal-pill-scheduled{background:#fff8f4;border-left-color:#ff4500}.rb-cal-pill-scheduled:hover{background:#fff1ec}.rb-cal-pill-posted{background:#f4fbf6;border-left-color:#16a34a}.rb-cal-pill-posted:hover{background:#ecfdf3}.rb-cal-pill-draft{border-left-color:#bbb}.rb-cal-pill-failed{background:#fef7f7;border-left-color:#dc2626}.rb-cal-more{color:#ff4500;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:1px;padding:1px 4px;font-size:10.5px;font-weight:600}.rb-cal-more:hover{text-decoration:underline}.rb-sched-list{flex-direction:column;display:flex}.rb-sched-row{cursor:pointer;border-bottom:1px solid #f4f4f4;grid-template-columns:80px 36px 1fr auto;align-items:flex-start;gap:14px;padding:16px 20px;transition:background .12s;display:grid}.rb-sched-row:last-child{border-bottom:none}.rb-sched-row:hover{background:#fafafa}.rb-sched-when{color:#555;font-size:12px}.rb-sched-date{color:#111;font-size:13px;font-weight:700}.rb-sched-time{font-variant-numeric:tabular-nums;color:#777;margin-top:2px}.rb-sched-row .rb-sub-avatar{margin-right:0}.rb-sched-body{min-width:0}.rb-sched-meta{color:#777;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;font-size:12.5px;display:flex}.rb-sched-meta strong{color:#111;font-weight:600}.rb-sched-type{color:#555;text-transform:capitalize;background:#f4f4f4;border-radius:4px;padding:1px 6px;font-size:11px}.rb-sched-preview{color:#333;font-size:13.5px;line-height:1.5}.rb-sched-target{color:#777;align-items:center;gap:4px;margin-top:6px;font-size:11.5px;display:inline-flex}.rb-sched-target em{color:#ff4500;font-style:italic;font-weight:500}.rb-sched-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.rb-sched-status{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.rb-sched-upvotes{color:#16a34a;font-size:12px;font-weight:700}.rb-form-grid{grid-template-columns:1fr 1fr;gap:14px 16px;padding:18px 24px;display:grid}.rb-form-row{flex-direction:column;gap:6px;display:flex}.rb-form-row-full{grid-column:1/-1}.rb-form-row label{letter-spacing:.06em;text-transform:uppercase;color:#777;font-size:11px;font-weight:700}.rb-form-row input,.rb-form-row select,.rb-form-row textarea{color:#111;resize:vertical;background:#fff;border:1px solid #ddd;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:14px}.rb-form-row input:focus,.rb-form-row select:focus,.rb-form-row textarea:focus{border-color:#111;outline:none}.rb-select{width:100%;position:relative}.rb-select-trigger{color:#111;cursor:pointer;text-align:left;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .12s,background .12s;display:flex}.rb-select-trigger:hover{background:#fcfcfc;border-color:#bbb}.rb-select-trigger:focus{border-color:#111;outline:none}.rb-select-trigger:disabled{opacity:.6;cursor:not-allowed}.rb-select.open .rb-select-trigger{border-color:#111;box-shadow:0 0 0 3px #ff450014}.rb-select-trigger>span:first-child{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.rb-select-trigger svg{color:#888;flex-shrink:0;transition:transform .18s,color .12s}.rb-select.open .rb-select-trigger svg{color:#111;transform:rotate(180deg)}.rb-select-placeholder{color:#999}.rb-select-panel{z-index:200;background:#fff;border:1px solid #ececec;border-radius:10px;max-height:260px;padding:4px;animation:.12s ease-out rb-select-fade;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0a0a0a1f,0 4px 12px #0a0a0a0f}@keyframes rb-select-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rb-select-option{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 10px;font-family:inherit;font-size:13.5px;transition:background 80ms;display:flex}.rb-select-option>span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.rb-select-option:hover,.rb-select-option.focused{background:#fafafa}.rb-select-option.selected{color:#ff4500;background:#fff1ec;font-weight:600}.rb-select-option.selected:hover,.rb-select-option.selected.focused{background:#ffe3d5}.rb-select-option svg{color:#ff4500;flex-shrink:0}.rb-form-label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.rb-form-hint{color:#999;margin-top:2px;font-size:11px}.rb-camp-list{flex-direction:column;display:flex}.rb-camp-row{cursor:pointer;border-bottom:1px solid #f4f4f4;grid-template-columns:24px 64px 1fr;align-items:flex-start;gap:12px;padding:14px 24px;transition:background .12s;display:grid}.rb-camp-row:last-child{border-bottom:none}.rb-camp-row:hover{background:#fafafa}.rb-camp-row.selected{background:#fff8f4}.rb-camp-check{accent-color:#ff4500;cursor:pointer;width:16px;height:16px;margin-top:2px}.rb-camp-when{color:#555;font-size:12px;line-height:1.4}.rb-camp-when div:first-child{color:#111;font-weight:700}.rb-camp-time{font-variant-numeric:tabular-nums;color:#777;margin-top:2px}.rb-camp-body{min-width:0}.rb-camp-meta{color:#777;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;display:flex}.rb-camp-meta strong{color:#111;font-weight:600}.rb-camp-preview{color:#333;font-size:13px;line-height:1.5}.rb-camp-rationale{color:#b23800;background:#fff1ec;border-radius:6px;align-items:flex-start;gap:6px;margin-top:6px;padding:6px 10px;font-size:12px;font-style:italic;display:inline-flex}.rb-camp-rationale svg{color:#ff4500;flex-shrink:0;margin-top:2px}@media (width<=1024px){.rb-cal-grid{grid-auto-rows:90px}.rb-form-grid{grid-template-columns:1fr}}@media (width<=768px){.rb-cal-toolbar{flex-direction:column;align-items:stretch}.rb-cal-month-nav,.rb-view-toggle{justify-content:center}.rb-cal-grid{grid-auto-rows:78px}.rb-cal-cell{padding:4px}.rb-cal-cell-num{font-size:11px}.rb-cal-pill{padding:1px 4px;font-size:10px}.rb-cal-pill-time{display:none}.rb-cal-weekday{padding:8px 0;font-size:10px}.rb-sched-row{grid-template-columns:1fr;gap:10px;padding:14px 16px}.rb-sched-when{gap:12px;display:flex}.rb-sched-side{flex-direction:row;align-items:center}.rb-form-grid{padding:14px 16px}.rb-camp-row{grid-template-columns:20px 56px 1fr;gap:10px;padding:12px 16px}}@media (width<=480px){.rb-cal-grid{grid-auto-rows:64px}.rb-cal-cell-posts{display:none}.rb-cal-cell.today .rb-cal-cell-num{width:20px;height:20px;font-size:11px}}.rb-empty-state{text-align:center;border:1.5px dashed #e5e5e5;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.rb-empty-state svg{color:#ff4500;margin-bottom:4px}.rb-empty-state h2{margin:0;font-size:18px;font-weight:700}.rb-empty-state p{color:#777;max-width:480px;margin:0 0 8px;font-size:14px;line-height:1.5}.rb-prompt-add{gap:8px;padding:18px 24px 8px;display:flex}.rb-prompt-input{background:#fff;border:1px solid #ddd;border-radius:8px;flex:1;min-width:0;padding:10px 14px;font-family:inherit;font-size:14px}.rb-prompt-input:focus{border-color:#111;outline:none}.rb-prompt-error{color:#dc2626;padding:8px 24px;font-size:12.5px}.rb-prompt-suggestions{border-bottom:1px solid #f4f4f4;flex-direction:column;gap:8px;padding:4px 24px 16px;display:flex}.rb-prompt-sugg-label{text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:4px;font-size:11px;font-weight:700}.rb-prompt-sugg{text-align:left;color:#333;cursor:pointer;background:#f8f8f8;border:1px solid #0000;border-radius:8px;padding:8px 12px;font-size:13px;font-style:italic;transition:background .12s,border-color .12s}.rb-prompt-sugg:hover{color:#ff4500;background:#fff1ec;border-color:#ffd0bc}.rb-prompt-list{flex-direction:column;display:flex}.rb-prompt-list-row{border-bottom:1px solid #f4f4f4;align-items:center;gap:12px;padding:12px 24px;display:flex}.rb-prompt-list-row:last-child{border-bottom:none}.rb-prompt-list-text{color:#333;word-break:break-word;flex:1;font-size:13.5px;font-style:italic}@media (width<=768px){.rb-empty-state{padding:32px 16px}.rb-prompt-add{flex-direction:column;padding:14px 16px 8px}.rb-prompt-add .rb-btn{justify-content:center;width:100%}.rb-prompt-suggestions{padding:0 16px 14px}.rb-prompt-list-row{padding:12px 16px}}.rb-recs-list{flex-direction:column;display:flex}.rb-rec-row{border-bottom:1px solid #f4f4f4;grid-template-columns:80px 1fr auto;align-items:flex-start;gap:16px;padding:18px 20px;display:grid}.rb-rec-row:last-child{border-bottom:none}.rb-rec-impact{text-transform:uppercase;letter-spacing:.08em;text-align:center;border-radius:8px;padding:6px 0;font-size:10px;font-weight:800}.rb-rec-impact-high{color:#ff4500;background:#fff1ec}.rb-rec-impact-medium{color:#b7791f;background:#fef6e7}.rb-rec-impact-low{color:#777;background:#f4f4f4}.rb-rec-title{color:#111;margin-bottom:4px;font-size:14px;font-weight:700}.rb-rec-effect{color:#16a34a;margin-bottom:6px;font-size:12.5px;font-weight:600}.rb-rec-action{color:#555;font-size:13px;line-height:1.5}@media (width<=1024px){.rb-grid-2,.rb-ai-hero{grid-template-columns:1fr}.rb-ai-hero-stats{grid-template-columns:repeat(3,1fr)}.rb-engine-grid{grid-template-columns:1fr}}@media (width<=768px){.rb-bar-row{grid-template-columns:110px 1fr 40px 50px;gap:8px;padding:10px 16px}.rb-bar-name{font-size:12px}.rb-table th,.rb-table td{padding:10px 12px;font-size:12px}.rb-prompt-cell{max-width:180px;font-size:12px}.rb-mention-row{padding:14px 16px}.rb-mention-side{flex-direction:row}.rb-share-row{grid-template-columns:110px 1fr 40px;gap:8px}.rb-rec-row{grid-template-columns:1fr;padding:16px}.rb-rec-row .rb-btn{justify-content:center;width:100%}.rb-ai-hero-stats{grid-template-columns:1fr}.rb-ai-mini-stat{padding:14px 16px}.rb-ai-score{padding:18px}.rb-ai-score-val{font-size:48px}.rb-chart-wrap{height:180px;padding:12px 14px 4px}.rb-chart-legend{gap:10px;padding:10px 14px 12px;font-size:11px}.rb-keywords{padding:14px 16px}}@media (width<=480px){.rb-bar-row{grid-template-columns:90px 1fr 36px;gap:6px;padding:10px 14px}.rb-bar-change,.rb-table th:nth-child(4),.rb-table td:nth-child(4),.rb-table th:nth-child(5),.rb-table td:nth-child(5){display:none}}.rb-sub-row{cursor:pointer;transition:background .12s;position:relative;padding:16px 20px!important}.rb-sub-row:after{content:"";opacity:0;border-top:1.5px solid #bbb;border-right:1.5px solid #bbb;width:6px;height:6px;transition:opacity .15s,transform .15s;position:absolute;top:50%;right:14px;transform:translateY(-50%)rotate(45deg)}.rb-sub-row:hover{background:#fafafa}.rb-sub-row:hover:after{opacity:1;transform:translateY(-50%)rotate(45deg)translate(2px,-2px)}.rb-sub-actions-count{color:#ff4500;font-weight:600}.rb-sub-controls{flex-shrink:0;align-items:center;gap:8px;padding-right:18px;display:flex}.rb-icon-btn{color:#777;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.rb-icon-btn:hover{color:#111;background:#f4f4f4;border-color:#e5e5e5}.rb-sub-chevron{color:#bbb;flex-shrink:0;margin-left:8px}.rb-sub-row:hover .rb-sub-chevron{color:#777}.rb-detail-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.rb-back-btn{color:#777;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;margin-left:-10px;padding:6px 10px;font-size:13px;font-weight:500;display:inline-flex}.rb-back-btn:hover{color:#111;background:#f4f4f4}.rb-stats-grid-3{grid-template-columns:repeat(3,1fr)}.rb-action-row{border-bottom:1px solid #f4f4f4;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.rb-action-row:last-child{border-bottom:none}.rb-action-body{flex:1;min-width:0}.rb-action-post{color:#111;margin-bottom:4px;font-size:13px;font-weight:500}.rb-action-preview{color:#666;font-size:13px;line-height:1.5}.rb-accounts-card{padding:4px 0}.rb-account-row{border-bottom:1px solid #f4f4f4;align-items:center;gap:16px;padding:16px 20px;display:flex}.rb-account-row:last-child{border-bottom:none}.rb-account-avatar{color:#fff;background:linear-gradient(135deg,#ff4500,#ff6b35);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.rb-account-main{flex:1;min-width:0}.rb-account-top{align-items:center;gap:10px;margin-bottom:4px;display:flex}.rb-account-name{color:#111;font-size:14px;font-weight:600;text-decoration:none}.rb-account-name:hover{color:#ff4500}.rb-account-meta{color:#888;align-items:center;gap:6px;font-size:12px;display:flex}.rb-account-meta strong{color:#555;font-weight:600}.rb-meta-dot{color:#ccc}.rb-account-usage{flex-shrink:0;width:110px}.rb-account-usage-label{color:#333;text-align:right;margin-bottom:4px;font-size:12px;font-weight:600}.rb-account-usage-limit{color:#999;margin-left:2px;font-weight:400}.rb-usage-bar{background:#f0f0f0;border-radius:2px;height:4px;overflow:hidden}.rb-usage-fill{background:#ff4500;height:100%;transition:width .2s}.rb-account-actions{flex-shrink:0;gap:4px;display:flex}.rb-icon-btn-danger:hover{color:#dc2626!important;background:#fef2f2!important;border-color:#fecaca!important}.rb-status-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.rb-status-active{color:#16a34a;background:#ecfdf3}.rb-status-warming{color:#b7791f;background:#fef6e7}.rb-status-paused{color:#777;background:#f4f4f4}.rb-status-error{color:#b91c1c;background:#fef2f2}.rb-modal-overlay{z-index:100;background:#11111180;justify-content:center;align-items:center;animation:.15s ease-out rb-fade-in;display:flex;position:fixed;inset:0}.rb-modal{background:#fff;border-radius:14px;width:460px;max-width:calc(100vw - 32px);animation:.18s ease-out rb-slide-up;box-shadow:0 20px 60px #00000040}.rb-modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.rb-modal-header h2{margin:0;font-size:16px;font-weight:600}.rb-modal-body{padding:24px}.rb-modal-intro{color:#555;margin:0 0 20px;font-size:14px;line-height:1.55}.rb-btn-reddit{color:#fff;cursor:pointer;background:#ff4500;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:background .12s;display:flex}.rb-btn-reddit:hover{background:#e63e00}.rb-reddit-mark{color:#ff4500;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;font-weight:700;display:inline-flex}.rb-modal-hint{color:#888;text-align:center;margin-top:10px;font-size:12px}.rb-modal-note{color:#6b5818;background:#fef6e7;border-radius:8px;margin-top:20px;padding:12px 14px;font-size:12px;line-height:1.5}.rb-modal-note strong{color:#4a3d0f}.rb-access-card{margin-bottom:16px;padding:24px}.rb-access-header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.rb-access-icon{color:#ff4500;background:#fff1ec;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.rb-access-header-body{flex:1;min-width:0}.rb-access-header h2{margin:0;font-size:16px;font-weight:700}.rb-access-header p{color:#777;margin:4px 0 0;font-size:13px;line-height:1.5}.rb-conn-status{white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.rb-conn-dot{border-radius:50%;width:7px;height:7px}.rb-conn-status.connected{color:#16a34a;background:#ecfdf3}.rb-conn-status.connected .rb-conn-dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.rb-conn-status.disconnected{color:#777;background:#f4f4f4}.rb-conn-status.disconnected .rb-conn-dot{background:#999}.rb-access-key-row{background:#fafafa;border:1px solid #ececec;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;display:flex}.rb-access-key{color:#333;letter-spacing:.02em;-webkit-user-select:all;user-select:all;white-space:nowrap;background:0 0;flex:1;padding:4px 0;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:13px;overflow:auto hidden}.rb-access-key.revealed{color:#111;font-weight:500}.rb-access-footnote{color:#888;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:12px;display:flex}.rb-access-footnote-sep{color:#ccc}.rb-link-btn-danger{color:#dc2626!important}.rb-link-btn-danger:hover{color:#b91c1c!important}.rb-link-btn[disabled]{opacity:.6;cursor:not-allowed}.rb-access-last-seen{color:#555;margin-top:8px;font-size:12px}.rb-access-last-seen strong{color:#111;font-weight:600}.rb-sessions-card{margin-bottom:16px}.rb-sessions-list{flex-direction:column;display:flex}.rb-session-row{border-bottom:1px solid #f4f4f4;align-items:center;gap:14px;padding:14px 24px;display:flex}.rb-session-row:last-child{border-bottom:none}.rb-session-dot{background:#bbb;border-radius:50%;flex-shrink:0;width:8px;height:8px}.rb-session-dot.live{background:#16a34a;animation:2s ease-in-out infinite rb-pulse;box-shadow:0 0 0 4px #16a34a33}@keyframes rb-pulse{0%,to{box-shadow:0 0 0 4px #16a34a33}50%{box-shadow:0 0 0 6px #16a34a1a}}.rb-session-body{flex:1;min-width:0}.rb-session-device{color:#111;font-size:14px;font-weight:600}.rb-session-meta{color:#888;margin-top:2px;font-size:12px}.rb-btn-ghost{color:#777;background:0 0;border-color:#0000}.rb-btn-ghost:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.rb-setup-card{margin-bottom:16px;padding:0}.rb-setup-steps{margin:0;padding:8px 0;list-style:none}.rb-setup-steps li{border-bottom:1px solid #f4f4f4;gap:14px;padding:14px 24px;display:flex}.rb-setup-steps li:last-child{border-bottom:none}.rb-setup-step-num{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:flex}.rb-setup-step-title{color:#111;margin-bottom:2px;font-size:14px;font-weight:600}.rb-setup-step-desc{color:#666;font-size:13px;line-height:1.5}.rb-setup-step-desc a{align-items:center;gap:4px;display:inline-flex}@media (width<=768px){.rb-access-card{padding:18px 16px}.rb-access-header{flex-wrap:wrap}.rb-conn-status{order:3;margin-top:4px;margin-left:54px}.rb-access-key-row{flex-wrap:wrap}.rb-access-key{width:100%;min-width:0}.rb-access-key-row .rb-btn,.rb-access-key-row .rb-icon-btn{flex:1}.rb-access-key-row .rb-icon-btn{max-width:44px}.rb-setup-steps li{padding:14px 16px}.rb-session-row{flex-wrap:wrap;padding:14px 16px}.rb-session-body{width:calc(100% - 22px)}.rb-session-row .rb-btn{justify-content:center;width:100%}}.rb-modal-wide{flex-direction:column;width:640px;max-height:85vh;display:flex}.rb-modal-subtitle{color:#777;margin:4px 0 0;font-size:13px;line-height:1.4}.rb-modal-body-scroll{flex:1;padding:0;overflow-y:auto}.rb-modal-footer{border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 24px;display:flex}.rb-modal-footer-meta{color:#777;font-size:13px}.rb-finder-loading{flex-direction:column;align-items:center;gap:24px;padding:48px 32px;display:flex}.rb-finder-spinner{border:3px solid #ffe3d5;border-top-color:#ff4500;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite rb-spin}.rb-finder-steps{flex-direction:column;gap:10px;min-width:240px;display:flex}.rb-finder-step{color:#555;opacity:0;align-items:center;gap:10px;font-size:13px;animation:.4s ease-out forwards rb-step-in;display:flex}.rb-finder-step-dot{background:#ff4500;border-radius:50%;flex-shrink:0;width:6px;height:6px}@keyframes rb-spin{to{transform:rotate(360deg)}}@keyframes rb-step-in{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.rb-suggestions-list{flex-direction:column;display:flex}.rb-suggestion-row{border-bottom:1px solid #f4f4f4;align-items:flex-start;gap:14px;padding:16px 24px;display:flex}.rb-suggestion-row:last-child{border-bottom:none}.rb-suggestion-body{flex:1;min-width:0}.rb-suggestion-top{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.rb-suggestion-name{color:#111;font-size:14px;font-weight:600;text-decoration:none}.rb-suggestion-name:hover{color:#ff4500}.rb-suggestion-meta{color:#888;font-size:12px}.rb-suggestion-reason{color:#555;margin-top:6px;font-size:13px;line-height:1.5}.rb-btn-added{color:#16a34a;background:#ecfdf3;border-color:#bbf7d0}@media (width<=768px){.rb-modal-wide{width:calc(100vw - 24px);max-height:90vh}.rb-suggestion-row{flex-wrap:wrap;gap:10px;padding:14px 16px}.rb-suggestion-row .rb-relevance{width:48px;margin-right:0;padding:4px}.rb-suggestion-body{width:calc(100% - 60px)}.rb-suggestion-row .rb-btn{order:3;justify-content:center;width:100%;margin-top:4px}.rb-modal-footer{padding:12px 16px}.rb-finder-loading{padding:32px 16px}}@keyframes rb-fade-in{0%{opacity:0}to{opacity:1}}@keyframes rb-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rb-current-plan{background:linear-gradient(135deg,#fff8f4 0%,#fffaf7 100%);border:1px solid #ffe3d5;border-radius:12px;margin-bottom:28px;padding:20px 24px}.rb-current-plan-label{color:#ff4500;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:11px;font-weight:700}.rb-current-plan-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.rb-current-plan-name{color:#111;font-size:20px;font-weight:700}.rb-current-plan-price{color:#111;letter-spacing:-.02em;margin-top:2px;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:22px;font-weight:700}.rb-current-plan-price span{color:#888;font-size:14px;font-weight:500}.rb-current-plan-meta{text-align:right;color:#555;flex-direction:column;gap:2px;font-size:13px;display:flex}.rb-current-plan-meta strong{color:#111;font-weight:600}.rb-link-btn{color:#ff4500;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:0;font-size:12px;font-weight:600;text-decoration:none;display:inline-block}.rb-link-btn:hover{text-decoration:underline}.rb-plans-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px;display:grid}.rb-plan-card{background:#fff;border:1px solid #ececec;border-radius:14px;flex-direction:column;padding:24px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative}.rb-plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.rb-plan-card.featured{border-width:2px;border-color:#ff4500;padding:23px}.rb-plan-card.current{background:#fafafa;border-color:#d5d5d5}.rb-plan-badge{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#ff4500;border-radius:999px;align-items:center;gap:4px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.rb-plan-current-tag{text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#111;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:16px;right:16px}.rb-plan-name{color:#555;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:14px;font-weight:700}.rb-plan-price{color:#111;letter-spacing:-.025em;font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:36px;font-weight:800;line-height:1}.rb-plan-price span{color:#888;font-size:16px;font-weight:500}.rb-plan-desc{color:#777;margin-top:8px;margin-bottom:20px;font-size:13px}.rb-plan-features{flex-direction:column;flex:1;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.rb-plan-features li{color:#333;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;display:flex}.rb-plan-features li svg{color:#16a34a;flex-shrink:0;margin-top:2px}.rb-plan-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:11px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s}.rb-plan-btn:hover:not(:disabled){background:#f8f8f8;border-color:#bbb}.rb-plan-btn-primary{color:#fff;background:#ff4500;border-color:#ff4500}.rb-plan-btn-primary:hover:not(:disabled){background:#e63e00;border-color:#e63e00}.rb-plan-btn-disabled{color:#888;cursor:not-allowed;background:#f4f4f4;border-color:#e5e5e5}.rb-billing-history{margin-bottom:32px}.rb-billing-list{flex-direction:column;display:flex}.rb-billing-row{border-bottom:1px solid #f4f4f4;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.rb-billing-row:last-child{border-bottom:none}.rb-billing-desc{color:#111;font-size:13px;font-weight:500}.rb-billing-date{color:#888;margin-top:2px;font-size:12px}.rb-billing-amount{color:#111;align-items:center;gap:16px;font-size:13px;font-weight:600;display:flex}@media (width<=900px){.rb-plans-grid{grid-template-columns:1fr}}.rb-trial-banner{background:linear-gradient(135deg,#fef6e7 0%,#fefaec 100%);border:1px solid #f5dea0;border-radius:12px;align-items:center;gap:16px;margin-bottom:20px;padding:16px 20px;display:flex}.rb-trial-banner.urgent{background:linear-gradient(135deg,#fef2f2 0%,#fef7f7 100%);border-color:#fecaca}.rb-trial-icon{color:#b7791f;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.rb-trial-banner.urgent .rb-trial-icon{color:#dc2626}.rb-trial-body{flex:1;min-width:0}.rb-trial-title{color:#111;margin-bottom:2px;font-size:14px;font-weight:700}.rb-trial-desc{color:#555;font-size:13px;line-height:1.45}.rb-trial-desc strong{color:#111}.rb-usage-meters{border-top:1px solid #ffe3d5;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px;padding-top:20px;display:grid}.rb-usage-meter-top{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.rb-usage-meter-label{color:#555;font-size:12px;font-weight:500}.rb-usage-meter-value{color:#111;font-size:13px;font-weight:700}.rb-usage-meter-value span{color:#888;font-weight:500}.rb-usage-warn{color:#b7791f}.rb-usage-over{color:#dc2626}.rb-usage-fill-warn{background:#b7791f}.rb-usage-fill-over{background:#dc2626}.rb-usage-fill-ok{background:#16a34a}@media (width<=720px){.rb-usage-meters{grid-template-columns:1fr;gap:12px}}.rb-billing-toggle-wrap{justify-content:center;margin-bottom:24px;display:flex}.rb-billing-toggle{background:#f4f4f4;border-radius:10px;gap:2px;padding:4px;display:inline-flex}.rb-billing-toggle-opt{color:#777;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.rb-billing-toggle-opt.active{color:#111;background:#fff;box-shadow:0 1px 3px #00000014}.rb-billing-toggle-opt:hover:not(.active){color:#333}.rb-billing-discount{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#16a34a;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.rb-plan-price-strike{color:#888;margin-top:2px;font-size:12px}.rb-plan-price-strike s{color:#b0b0b0}.rb-toggle{cursor:pointer;background:#e5e5e5;border:none;border-radius:999px;width:36px;height:20px;padding:0;transition:background .16s;position:relative}.rb-toggle.on{background:#ff4500}.rb-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000026}.rb-toggle.on .rb-toggle-knob{transform:translate(16px)}.rb-history-list{flex-direction:column;display:flex}.rb-history-row{border-bottom:1px solid #f4f4f4;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.rb-history-row:last-child{border-bottom:none}.rb-history-date{color:#333;font-size:13px;font-weight:500}.rb-history-stats{color:#555;align-items:center;gap:24px;font-size:13px;display:flex}.rb-history-upvotes{color:#16a34a;align-items:center;gap:3px;font-weight:600;display:inline-flex}.rb-field{border-bottom:1px solid #f4f4f4;padding:16px 20px}.rb-field:last-child{border-bottom:none}.rb-field label{color:#777;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.rb-field-value{color:#222;font-size:14px;line-height:1.5}.rb-field input,.rb-field textarea{color:#111;resize:vertical;background:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px}.rb-field input:focus,.rb-field textarea:focus{border-color:#111;outline:none}.rb-mobile-topbar{z-index:50;background:#fff;border-bottom:1px solid #ececec;align-items:center;gap:10px;padding:10px 14px;display:none;position:sticky;top:0}.rb-mobile-brand{flex:1;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.rb-mobile-brand img{border-radius:6px;width:24px;height:24px}.rb-mobile-spacer{width:36px}.rb-drawer-backdrop{z-index:90;background:#11111173;animation:.15s ease-out rb-fade-in;display:none;position:fixed;inset:0}.rb-drawer-close{display:none}@media (width<=1024px){.rb-main{padding:32px 28px}.rb-stats-grid{grid-template-columns:repeat(2,1fr)}.rb-current-plan-row{flex-direction:column;align-items:flex-start}.rb-current-plan-meta{text-align:left}}@media (width<=768px){.rb-dashboard{flex-direction:column}.rb-mobile-topbar{display:flex}.rb-drawer-backdrop{display:block}.rb-sidebar{z-index:100;width:280px;height:100vh;transition:transform .22s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000001f}.rb-sidebar.open{transform:translate(0)}.rb-drawer-backdrop:not(.show){display:none}.rb-dashboard:has(.rb-sidebar:not(.open)) .rb-drawer-backdrop{display:none}.rb-drawer-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;display:inline-flex}.rb-drawer-close:hover{color:#111;background:#f4f4f4}.rb-sidebar-brand{padding-top:18px}.rb-main{padding:20px 16px}.rb-page-header{flex-direction:column;align-items:stretch;gap:12px}.rb-page-header h1{font-size:22px}.rb-stats-grid,.rb-stats-grid-3{grid-template-columns:repeat(2,1fr);gap:10px}.rb-stat-card{padding:14px}.rb-stat-value{font-size:22px}.rb-sub-row{flex-wrap:wrap;gap:10px;padding:14px 16px!important}.rb-sub-info{flex:1;min-width:0}.rb-sub-action-pill{order:2}.rb-sub-controls{order:3;justify-content:flex-end;width:100%;padding-right:0}.rb-sub-row:after{display:none}.rb-account-row{flex-wrap:wrap;gap:12px;padding:14px 16px}.rb-account-main{width:calc(100% - 48px)}.rb-account-usage{order:4;width:100%}.rb-account-usage-label{text-align:left}.rb-account-actions{order:3;margin-left:auto}.rb-activity-row,.rb-action-row{padding:14px 16px}.rb-activity-meta{flex-direction:row;align-items:center;gap:10px}.rb-trial-banner{flex-direction:column;align-items:flex-start;padding:14px 16px}.rb-trial-banner>.rb-btn{justify-content:center;width:100%}.rb-field,.rb-card-header{padding:14px 16px}.rb-history-row,.rb-billing-row{padding:12px 16px}.rb-stats-grid-3{grid-template-columns:1fr}.rb-detail-header{flex-wrap:wrap;gap:8px}}@media (width<=480px){.rb-stats-grid,.rb-stats-grid-3{grid-template-columns:1fr}.rb-page-header h1{font-size:20px}.rb-page-header p{font-size:13px}.rb-plan-price{font-size:30px}.rb-plan-card{padding:20px}.rb-billing-toggle{width:100%}.rb-billing-toggle-opt{flex:1;justify-content:center;padding:8px 12px}.rb-usage-meters{margin-top:16px;padding-top:16px}.rb-history-stats{gap:12px;font-size:12px}.rb-billing-amount{gap:10px;font-size:12px}.rb-modal{width:calc(100vw - 24px);margin:12px}.rb-modal-header,.rb-modal-body{padding:18px}.rb-icon-btn{width:36px;height:36px}.rb-toggle{width:42px;height:24px}.rb-toggle-knob{width:20px;height:20px}.rb-toggle.on .rb-toggle-knob{transform:translate(18px)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(1deg)}75%{transform:translateY(4px)rotate(-1deg)}}@keyframes glow{0%,to{filter:drop-shadow(0 20px 40px #ff45001f)}50%{filter:drop-shadow(0 25px 50px #ff450040)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes pulseRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@media (width<=1024px){.auth-split{grid-template-columns:1fr}.auth-left{display:none!important}.auth-right{justify-content:center;align-items:center;min-height:100dvh;display:flex;background:#fff!important;padding:0!important}.auth-card{width:100%!important;max-width:340px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0 1.5rem!important;animation:none!important}.auth-logo{justify-content:center;margin-bottom:3rem}.auth-logo-img{width:48px;height:48px}.auth-logo-text{font-size:1.5rem;font-weight:800}.auth-title{width:100%;margin-bottom:.75rem;text-align:center!important;font-size:1.5rem!important}.auth-subtitle{text-align:center;color:#888;margin-bottom:1.75rem;font-size:.95rem}.btn-google{border:1.5px solid #e5e5e5;border-radius:12px;padding:.9rem;font-size:.95rem;font-weight:600}.auth-divider{margin:1.5rem 0}.auth-divider span{color:#bbb;font-size:.78rem}.form-group{margin-bottom:1rem}.form-label{text-align:left;color:#888;margin-bottom:.35rem;font-size:.82rem;font-weight:500}.form-input{background:#fafafa;border:1.5px solid #e5e5e5;border-radius:12px;padding:.9rem 1rem;font-size:.95rem}.form-input:focus{background:#fff}.btn-submit{border-radius:12px;margin-top:.75rem;padding:.95rem;font-size:.95rem;font-weight:700}.auth-footer{text-align:center;margin-top:2.5rem;font-size:.9rem}.auth-error{border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem}}.auth-left{color:#fff;background:#0a0a0a;justify-content:center;align-items:center;padding:3rem 4rem;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff450014 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-30%;right:-20%}.auth-left-content{z-index:1;flex-direction:column;align-items:flex-start;max-width:420px;display:flex;position:relative}.auth-left .auth-logo{margin-bottom:3rem;animation:.5s both fadeSlideUp}.auth-left .auth-logo-text{color:#fff}.auth-left-hero-img{margin-bottom:2.5rem;animation:.5s .1s both fadeSlideUp}.auth-left-hero-img img{filter:drop-shadow(0 16px 30px #ff45001f);width:100%;max-width:200px;height:auto;animation:6s ease-in-out infinite float}.auth-left-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;line-height:1.2;animation:.5s .2s both fadeSlideUp}.auth-left-desc-short{color:#ffffff80;font-size:.95rem;line-height:1.65;animation:.5s .3s both fadeSlideUp}.auth-left-social-proof{border-top:1px solid #ffffff14;align-items:center;gap:1.25rem;margin-top:2.5rem;padding-top:2rem;animation:.5s .3s both fadeSlideUp;display:flex}.proof-item{flex-direction:column;display:flex}.proof-number{letter-spacing:-.02em;color:#ff4500;font-size:1.3rem;font-weight:800}.proof-label{color:#ffffff59;font-size:.75rem;font-weight:500}.proof-divider{background:#ffffff1a;width:1px;height:32px}.auth-right{background:#fafafa;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative}.auth-card{z-index:1;background:#fff;border:1px solid #e5e5e5;border-radius:16px;width:100%;max-width:420px;padding:2.5rem;animation:.6s .15s both fadeSlideUp;position:relative;box-shadow:0 20px 60px #0000000a,0 1px 3px #00000008}.auth-logo{align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.auth-logo-img{object-fit:contain;border-radius:10px;width:40px;height:40px;transition:transform .3s}.auth-logo:hover .auth-logo-img{transform:rotate(-8deg)scale(1.05)}.auth-logo-text{letter-spacing:-.03em;font-size:1.3rem;font-weight:700}.btn-google{color:#111;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .25s;display:flex}.btn-google:hover{border-color:#ccc;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-google:active{transform:translateY(0)}.auth-divider{align-items:center;gap:1rem;margin:1.25rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e5e5;flex:1;height:1px}.auth-divider span{color:#888;font-size:.8rem;font-weight:500}.auth-title{letter-spacing:-.03em;margin-bottom:.4rem;font-size:1.5rem;font-weight:800}.auth-subtitle{color:#555;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.25rem;animation:.4s both fadeSlideUp}.form-group:first-child{animation-delay:.25s}.form-group:nth-child(2){animation-delay:.3s}.form-group:nth-child(3){animation-delay:.35s}.form-group:nth-child(4){animation-delay:.4s}.form-label{color:#111;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-input{-webkit-appearance:none;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s,transform .2s}.form-input:focus{border-color:#ff4500;transform:translateY(-1px);box-shadow:0 0 0 3px #ff450014}.btn-submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-submit:before{content:"";background:#ffffff1a;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-submit:hover:before{width:400px;height:400px}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #11111140}.btn-submit:active{transform:translateY(0)}.btn-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-footer{text-align:center;color:#555;margin-top:1.5rem;font-size:.9rem;animation:.4s .5s both fadeSlideUp}.auth-footer a{color:#ff4500;font-weight:600;transition:color .15s}.auth-footer a:hover{color:#cc3700;text-decoration:underline}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;animation:.3s both fadeSlideUp}.onboarding-page{background:#fff;justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 2rem 5rem;display:flex;position:relative}.onboarding-page:after{content:"";opacity:.07;pointer-events:none;background:url(/images/snoo_2.png) 50%/500px no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes gradientBg{0%{background-position:0%}25%{background-position:100%}50%{background-position:100% 0}75%{background-position:0 100%}to{background-position:0%}}.onboarding-container{z-index:1;width:100%;max-width:1400px;padding:0 2rem;position:relative}@media (width<=1200px){.onboarding-container{padding:0 1.25rem}}.ob-topbar{border-bottom:1px solid #f0f0f0;justify-content:center;align-items:center;min-height:56px;margin-bottom:2.5rem;padding:1rem 0;display:flex;position:relative}.ob-topbar-left{flex-shrink:0;align-items:center;gap:.5rem;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ob-topbar-logo{border-radius:8px;width:32px;height:32px}.ob-topbar-name{letter-spacing:-.03em;font-size:1.1rem;font-weight:700}.ob-topbar-center{align-items:center;gap:0;display:flex}.ob-step{align-items:center;gap:.4rem;display:flex}.ob-step-num{color:#999;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.ob-step.active .ob-step-num{color:#fff;background:#111;border-color:#111}.ob-step.done .ob-step-num{color:#fff;background:#22c55e;border-color:#22c55e;font-size:.75rem}.ob-step-label{color:#999;font-size:.82rem;font-weight:500;transition:color .3s}.ob-step.active .ob-step-label{color:#111;font-weight:600}.ob-step.done .ob-step-label{color:#22c55e}.ob-step-connector{background:#e5e5e5;width:48px;height:2px;margin:0 .75rem}.ob-topbar-right{display:none}.ob-sticky-footer{-webkit-backdrop-filter:blur(12px);z-index:100;background:#fffffff2;border-top:1px solid #0000000f;padding:.85rem 0;position:fixed;bottom:0;left:0;right:0}.ob-sticky-inner{justify-content:center;gap:.6rem;max-width:680px;margin:0 auto;padding:0 2rem;display:flex}.ob-btn-secondary{color:#555;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:8px;padding:.55rem 1.15rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:all .2s}.ob-btn-secondary:hover{color:#111;border-color:#111}.ob-btn-primary{color:#fff;cursor:pointer;background:#ff4500;border:none;border-radius:8px;padding:.55rem 1.35rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s}.ob-btn-primary:hover{background:#cc3700;transform:translateY(-1px);box-shadow:0 4px 12px #ff450040}.ob-btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=700px){.ob-topbar{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;min-height:0;margin-bottom:1.5rem;padding:.75rem 0;position:static}.ob-topbar-left{order:1;position:static;transform:none}.ob-topbar-center{order:2;margin-left:auto}.ob-topbar-right,.ob-step-label{display:none}.ob-step-connector{width:32px}.ob-sticky-inner{padding:0 1.25rem}.ob-sticky-footer .ob-btn-primary{text-align:center;flex:1}.ob-sticky-footer .ob-btn-secondary{padding:.55rem .85rem;font-size:.82rem}}.onboarding-step-dot{color:#888;background:#e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.onboarding-step-dot.active{color:#fff;background:#111}.onboarding-step-line{background:#e5e5e5;width:40px;height:2px}.onboarding-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000000a,0 1px 3px #00000008}.onboarding-results{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start;gap:1.75rem;width:100%;margin:0 auto;display:grid}.onboarding-results .results-subreddits-section{max-height:calc(100vh - 8rem);position:sticky;top:1.5rem;overflow-y:auto}@media (width<=900px){.onboarding-results{grid-template-columns:1fr;gap:1rem;max-width:680px}.onboarding-results .results-subreddits-section{max-height:none;position:static}}.results-company-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem}.results-company-top{border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.results-company-icon{background:#f5f5f5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.results-company-icon img{width:24px;height:24px}.results-company-name{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.results-company-industry{color:#888;font-size:.85rem}.results-text{color:#333;border-radius:6px;outline:none;margin-bottom:1rem;padding:.25rem;font-size:.95rem;line-height:1.65;transition:background .2s}.results-text:focus{background:#fafafa}.results-details{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=600px){.results-details{grid-template-columns:1fr}}.results-detail{background:#fafafa;border-radius:10px;padding:1rem}.results-detail-label{color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.results-detail-text{color:#333;outline:none;font-size:.9rem;line-height:1.55}.results-subreddits-section{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem}.results-subreddits-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.results-subreddits-title{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.results-subreddits-count{color:#888;font-size:.82rem;font-weight:500}.results-subreddits-desc{color:#888;margin-bottom:1.25rem;font-size:.9rem}@media (width<=600px){.onboarding-results{gap:1rem}.results-company-card,.results-subreddits-section{padding:1.5rem}}.fade-in{animation:.5s both fadeSlideUp}.onboarding-title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.onboarding-desc{color:#555;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.analyzing-card{max-width:540px;margin:0 auto}.analyzing-header{margin-bottom:2rem}.analyzing-url{color:#555;word-break:break-all;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:flex}.analyzing-url-icon{flex-shrink:0}.analyzing-progress-bar{background:#f0f0f0;border-radius:4px;height:4px;overflow:hidden}.analyzing-progress-fill{background:linear-gradient(135deg,#ff4500,#ff6b35);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.analyzing-steps{flex-direction:column;gap:0;display:flex}.analyzing-step{border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:.85rem;padding:.75rem 0;transition:opacity .3s;display:flex}.analyzing-step:last-child{border-bottom:none}.analyzing-step.pending{opacity:.35}.analyzing-step.done{opacity:.6}.analyzing-step.active{opacity:1}.analyzing-step-icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;display:flex}.analyzing-check{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;animation:.3s both fadeSlideUp;display:flex}.analyzing-spinner-small{border:2.5px solid #f0f0f0;border-top-color:#ff4500;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}.analyzing-step-num-text{color:#999;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.analyzing-step-content{flex:1;min-width:0}.analyzing-step-label{color:#111;font-size:.95rem;font-weight:600}.analyzing-step.done .analyzing-step-label{color:#888;text-decoration:line-through}.analyzing-step-desc{color:#888;margin-top:.2rem;font-size:.85rem;line-height:1.5;animation:.3s both fadeSlideUp}.analyzing-footer{text-align:center;border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.25rem}.analyzing-footer p{color:#aaa;font-size:.8rem;font-weight:500}.form-input-lg{padding:1rem 1.25rem;font-size:1.05rem}.btn-loading{justify-content:center;align-items:center;gap:.6rem;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.rb-splash-spinner{border:2px solid #ff45002e;border-top-color:#ff4500;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}.company-summary{background:#f9f9f9;border:1px solid #efefef;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.company-summary-header{border-bottom:1px solid #efefef;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.company-summary-icon{background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.company-summary-icon img{width:20px;height:20px}.company-name{margin:0;font-size:1.05rem;font-weight:700}.company-industry{color:#888;font-size:.8rem;font-weight:500}.company-text{color:#444;cursor:text;border:1px solid #0000;border-radius:6px;outline:none;margin-bottom:.75rem;padding:.35rem .5rem;font-size:.9rem;line-height:1.65;transition:border-color .2s,background .2s}.company-text:hover{background:#f9f9f9;border-color:#e5e5e5}.company-text:focus{background:#fff;border-color:#ff4500;box-shadow:0 0 0 3px #ff45000f}.company-text strong{color:#111;font-weight:600}.company-description{color:#555;margin-bottom:1rem;font-size:.9rem;line-height:1.65}.company-products{color:#555;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.company-products-label{color:#111;margin-right:.4rem;font-weight:600}.subreddits-section{margin-bottom:2rem}.subreddits-title{margin-bottom:.3rem;font-size:1.05rem;font-weight:700}.subreddits-desc{color:#888;margin-bottom:1rem;font-size:.85rem}.subreddit-tags{flex-wrap:wrap;gap:.5rem;display:flex}.subreddit-tag{color:#111;background:#fff;border:1px solid #e5e5e5;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:all .2s;animation:.3s both fadeSlideUp;display:inline-flex}.subreddit-tag:hover{background:#ff45000a;border-color:#ff4500}.subreddit-link{color:#111;text-decoration:none;transition:color .15s}.subreddit-link:hover{color:#ff4500}.subreddit-remove{color:#888;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1;transition:color .15s}.subreddit-remove:hover{color:#dc2626}.subreddits-empty{color:#888;font-size:.85rem;font-style:italic}.onboarding-actions{justify-content:flex-end;gap:.75rem;display:flex}.onboarding-sticky-footer{-webkit-backdrop-filter:blur(12px);z-index:100;background:#ffffffeb;border-top:1px solid #0000000f;justify-content:flex-end;gap:.75rem;padding:1rem 2rem;display:flex;position:sticky;bottom:0;left:0;right:0}@media (width<=600px){.onboarding-sticky-footer{flex-direction:row;padding:.85rem 1.25rem}.onboarding-sticky-footer .btn-submit-finish{flex:1}.onboarding-sticky-footer .btn-ghost-action{padding:.7rem 1rem;font-size:.85rem}}.btn-ghost-action{color:#555;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:8px;padding:.8rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s}.btn-ghost-action:hover{color:#111;border-color:#111}.btn-submit-finish{background:linear-gradient(135deg,#ff4500,#ff6b35);width:auto;padding:.8rem 2rem}.btn-submit-finish:hover{box-shadow:0 8px 25px #ff45004d}@media (width<=600px){.onboarding-page{align-items:flex-start;padding:1.5rem 1rem 1rem}.onboarding-page:after{opacity:.04;background-size:250px}.onboarding-header{margin-bottom:1.25rem}.onboarding-header .auth-logo-text{font-size:1.1rem}.onboarding-header .auth-logo-img{width:32px;height:32px}.onboarding-step-dot{width:28px;height:28px;font-size:.75rem}.onboarding-step-line{width:24px}.onboarding-card{border-radius:12px;padding:1.5rem}.onboarding-title{font-size:1.25rem}.onboarding-desc{margin-bottom:1.5rem;font-size:.9rem}.form-input-lg{padding:.85rem 1rem;font-size:.95rem}.analyzing-card{max-width:100%}.analyzing-step{padding:.6rem 0}.analyzing-step-label{font-size:.9rem}.analyzing-step-desc{font-size:.8rem}.onboarding-card-wide{max-width:100%}.onboarding-split{grid-template-columns:1fr;gap:1.5rem}.onboarding-split-left{border-bottom:1px solid #f0f0f0;border-right:none;padding-bottom:1.5rem;padding-right:0}.onboarding-split-right{max-height:none;overflow-y:visible}.onboarding-section-title{margin-bottom:1rem;font-size:1rem}.company-summary{padding:1rem}.company-summary-header{margin-bottom:.75rem;padding-bottom:.75rem}.company-text{padding:.25rem .35rem;font-size:.85rem}.subreddit-tags{gap:.4rem}.subreddit-tag{padding:.35rem .7rem;font-size:.8rem}.onboarding-actions{flex-direction:column-reverse;gap:.5rem}.onboarding-actions .btn-submit-finish,.onboarding-actions .btn-ghost-action{text-align:center;justify-content:center;width:100%}}.dash-layout{background:#fafafa;min-height:100vh}.dash-nav{-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:100;background:#ffffffeb;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(1.5rem,4vw,3rem);animation:.4s both fadeSlideUp;display:flex;position:sticky;top:0}.dash-nav-left{align-items:center;gap:.6rem;display:flex}.dash-nav-logo-img{object-fit:contain;border-radius:8px;width:32px;height:32px;transition:transform .3s}.dash-nav-left:hover .dash-nav-logo-img{transform:rotate(-8deg)scale(1.05)}.dash-nav-title{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.dash-tabs{gap:.25rem;margin-left:2rem;display:flex}.dash-tab{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .85rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.dash-tab:hover{color:#111;background:#0000000a}.dash-tab.active{color:#111;background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}@media (width<=600px){.dash-tabs{gap:.15rem;margin-left:.75rem}.dash-tab{padding:.3rem .5rem;font-size:.78rem}.dash-nav{height:56px;padding:0 1rem}.dash-nav-title{display:none}.dash-nav-logo-img{width:28px;height:28px}.dash-user{display:none}.btn-logout{padding:.35rem .75rem;font-size:.8rem}}.dash-nav-right{align-items:center;gap:1rem;display:flex}.dash-user{color:#555;font-size:.9rem;font-weight:500}.btn-logout{color:#555;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:6px;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.btn-logout:hover{color:#111;border-color:#111}.dash-content{max-width:1200px;margin:0 auto;padding:2rem clamp(1.5rem,4vw,3rem)}.dash-welcome-row{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;animation:.5s .1s both fadeSlideUp;display:flex}.stat-inline.stat-card{text-align:center;flex-shrink:0;min-width:160px;background:linear-gradient(135deg,#fff5f2 0%,#ffede8 100%)!important;border:1px solid #ff45001f!important;border-radius:14px!important;padding:1.25rem 1.75rem!important;box-shadow:0 4px 16px #ff450014!important}.stat-inline.stat-card .stat-label{color:#ff4500!important;font-weight:600!important}.stat-inline.stat-card .stat-value{color:#ff4500!important;-webkit-text-fill-color:#ff4500!important;font-size:2.5rem!important}@media (width<=600px){.dash-welcome-row{flex-direction:column;align-items:flex-start;gap:.75rem}.stat-inline{text-align:left;width:100%}}.dash-welcome{animation:none}.dash-welcome h1{letter-spacing:-.03em;font-size:1.75rem;font-weight:800}.dash-welcome p{color:#555;margin-top:.25rem}.dash-loading{padding:0}.dash-loading-skeleton{flex-direction:column;gap:1.25rem;display:flex}.skel-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:8px;animation:1.5s linear infinite shimmer}.skel-welcome{flex-direction:column;gap:.6rem;display:flex}.skel-h1{width:260px;height:32px}.skel-p{width:380px;height:18px}.skel-token{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:14px;height:72px;animation:1.5s linear infinite shimmer}.skel-chart{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:14px;height:260px;animation:1.5s linear infinite shimmer}.skel-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.skel-stat{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:14px;height:100px;animation:1.5s linear infinite shimmer}.skel-activity{border:1px solid var(--border-light);background:#fff;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.skel-activity-title{width:200px;height:20px}.skel-activity-row{width:100%;height:16px}@media (width<=600px){.skel-stats{grid-template-columns:1fr 1fr}.skel-h1{width:180px;height:26px}.skel-p{width:250px;height:16px}.skel-chart{height:180px}}.stats-single{max-width:280px;grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (width<=600px){.dash-content{padding:1.25rem 1rem}.dash-welcome h1{font-size:1.35rem}.dash-welcome p{font-size:.9rem}.dash-welcome{margin-bottom:1.25rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.6rem}.stat-card{border-radius:10px;padding:1.15rem}.stat-label{font-size:.7rem}.stat-value{font-size:1.5rem}.activity-card{border-radius:12px;padding:1.25rem}.activity-title{font-size:1rem}.activity-item{gap:.6rem;padding:.7rem 0}.activity-item:hover{margin:0;padding-left:0;padding-right:0}.activity-text{font-size:.85rem}.activity-time{font-size:.75rem}}.stat-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.stat-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ff4500,#ff6b35);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.stat-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 16px 40px #00000012}.stat-card:hover:before{opacity:1}.stat-card:first-child{animation:.4s .15s both fadeSlideUp}.stat-card:nth-child(2){animation:.4s .2s both fadeSlideUp}.stat-card:nth-child(3){animation:.4s .25s both fadeSlideUp}.stat-card:nth-child(4){animation:.4s .3s both fadeSlideUp}.stat-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.stat-value{letter-spacing:-.03em;margin-top:.25rem;font-size:2rem;font-weight:800}.stat-value.orange{background:linear-gradient(135deg,#ff4500,#ff6b35);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-value.green{color:#22c55e}.token-card{background:var(--white);border:1px solid var(--border);border-radius:14px;margin-bottom:1.25rem;padding:1.25rem 1.5rem}.token-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.token-title{color:var(--text-secondary);font-size:.85rem;font-weight:600}.token-count{color:var(--text-tertiary);font-size:.85rem}.token-count strong{color:var(--text-primary);font-weight:700}.token-bar-track{background:var(--surface-muted);border-radius:100px;width:100%;height:8px;overflow:hidden}.token-bar-fill{background:var(--accent-gradient);border-radius:100px;height:100%;transition:width 1s cubic-bezier(.16,1,.3,1)}.token-bar-fill.warning{background:linear-gradient(135deg,#f59e0b,#eab308)}.token-bar-fill.critical{background:linear-gradient(135deg,#ef4444,#dc2626)}.token-footer{justify-content:space-between;margin-top:.4rem;display:flex}.token-remaining,.token-reset{color:var(--text-tertiary);font-size:.78rem}@media (width<=600px){.token-card{padding:1rem 1.15rem}.token-header{flex-direction:column;align-items:flex-start;gap:.2rem}}.chart-card{background:var(--white);border:1px solid var(--border);border-radius:14px;margin-bottom:1.25rem;padding:1.5rem}.chart-title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1rem;font-size:.95rem;font-weight:700}.chart-wrap{margin:0 -.5rem}@media (width<=600px){.chart-card{padding:1.15rem 1rem}.chart-title{font-size:.9rem}}.activity-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;animation:.5s .35s both fadeSlideUp}.activity-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.activity-title{font-size:1.1rem;font-weight:700}.feed-tabs{background:var(--surface-muted);border-radius:10px;gap:.25rem;padding:.2rem;display:flex}.feed-tab{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.feed-tab:hover{color:var(--text-secondary)}.feed-tab.active{color:var(--text-primary);background:#fff;font-weight:600;box-shadow:0 1px 3px #0000000f}.feed-tab-count{color:var(--text-tertiary);text-align:center;background:#0000000f;border-radius:100px;min-width:18px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.feed-tab.active .feed-tab-count{color:var(--text-primary);background:#00000014}.feed-tab-count.orange{color:var(--orange);background:#ff45001a}.activity-dot.draft{background:var(--orange)}@media (width<=600px){.feed-tabs{gap:.15rem;padding:.15rem}.feed-tab{padding:.3rem .55rem;font-size:.78rem}.feed-tab-count{padding:.05rem .3rem;font-size:.65rem}}.activity-badge{color:#22c55e;background:#22c55e1a;border-radius:100px;padding:.3rem .75rem;font-size:.75rem;font-weight:600;position:relative}.activity-badge:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;margin-right:.4rem;animation:2s infinite pulseRing;display:inline-block}.activity-list{list-style:none}.activity-item{border-bottom:1px solid #f0f0f0;align-items:center;gap:1rem;padding:.85rem 0;transition:background .2s;display:flex}.activity-item:hover{background:#fafafa;border-radius:8px;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.activity-item.clickable{cursor:pointer}.activity-item.clickable:hover{background:#ff450008}.activity-item.clickable:hover .activity-text{color:#ff4500}.activity-item:last-child{border-bottom:none}.activity-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.activity-dot.comment{background:#ff4500}.activity-dot.upvote{background:#22c55e}.activity-dot.browse{background:#3b82f6}.activity-item-rich{border-bottom:1px solid #f0f0f0;padding:.85rem 0;transition:background .2s}.activity-item-rich:last-child{border-bottom:none}.activity-item-rich:hover{background:#fafafa;border-radius:8px;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.activity-item-rich.clickable{cursor:pointer}.activity-item-rich.clickable:hover{background:#ff450008}.activity-rich-top{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.activity-rich-sub{color:var(--orange);font-size:.82rem;font-weight:600}.activity-rich-time{color:var(--text-tertiary);margin-left:auto;font-size:.78rem}.activity-rich-body{color:var(--text-primary);margin-left:1.05rem;font-size:.88rem;line-height:1.55}.activity-rich-body.muted{color:var(--text-secondary)}.load-more-trigger{justify-content:center;padding:1.5rem 0;display:flex}.load-more-spinner{border:2.5px solid var(--border);border-top-color:var(--orange);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}.drafts-skeleton{flex-direction:column;gap:1rem;padding:.5rem 0;display:flex}.draft-skel-item{border-bottom:1px solid #f0f0f0;padding:1rem 0}.draft-skel-item:last-of-type{border-bottom:none}.drafts-skel-label{text-align:center;color:var(--text-tertiary);padding-top:.5rem;font-size:.85rem}@media (width<=600px){.activity-item-rich{padding:.7rem 0}.activity-item-rich:hover{margin:0;padding-left:0;padding-right:0}.activity-rich-body{margin-left:.9rem;font-size:.83rem}}.activity-text{color:#555;flex:1;font-size:.9rem}.activity-text strong{color:#111;font-weight:600}.activity-time{color:#888;white-space:nowrap;font-size:.8rem}.activity-empty{text-align:center;color:#888;padding:3rem;font-size:.95rem}.profile-loading{text-align:center;color:#888;padding:3rem}.profile-content{animation:.4s both fadeSlideUp}.profile-section{background:#fff;border:1px solid #e5e5e5;border-radius:16px;margin-bottom:1.5rem;padding:2rem}.profile-section-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.profile-section-desc{color:#888;margin-bottom:1.25rem;font-size:.9rem}.profile-url{border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.profile-url-label{color:#888;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.profile-url-link{color:#ff4500;font-size:.9rem;font-weight:500}.profile-url-link:hover{text-decoration:underline}.profile-company-card{margin-top:1rem}.profile-field{margin-bottom:1rem}.profile-field-label{color:#888;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.profile-textarea{resize:vertical;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;line-height:1.6;transition:border-color .2s,box-shadow .2s}.profile-textarea:focus{background:#fff;border-color:#ff4500;box-shadow:0 0 0 3px #ff45000f}.profile-input{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.profile-input:focus{background:#fff;border-color:#ff4500;box-shadow:0 0 0 3px #ff45000f}.add-sub-row{gap:.5rem;margin-top:1rem;display:flex}.add-sub-input-wrap{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;flex:1;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.add-sub-input-wrap:focus-within{background:#fff;border-color:#ff4500;box-shadow:0 0 0 3px #ff45000f}.add-sub-prefix{color:#888;-webkit-user-select:none;user-select:none;padding:.6rem 0 .6rem .85rem;font-size:.9rem;font-weight:600}.add-sub-input{background:0 0;border:none;outline:none;flex:1;padding:.6rem .85rem .6rem .25rem;font-family:inherit;font-size:.9rem}.add-sub-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:8px;padding:.6rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.add-sub-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.add-sub-btn:disabled{opacity:.4;cursor:not-allowed}.add-sub-error-row{align-items:center;gap:.75rem;margin-top:.4rem;display:flex}.add-sub-error{color:#dc2626;font-size:.8rem}.add-sub-force{color:var(--orange);cursor:pointer;white-space:nowrap;background:#ff45000f;border:1px solid #ff450026;border-radius:6px;padding:.25rem .7rem;font-size:.78rem;font-weight:600;transition:all .15s}.add-sub-force:hover{border-color:var(--orange);background:#ff45001f}.profile-save-bar{justify-content:flex-end;padding-top:.5rem;display:flex}.profile-save-bar .btn-submit-finish{width:auto;padding:.7rem 2rem}@media (width<=600px){.profile-section{border-radius:12px;margin-bottom:1rem;padding:1.25rem}.profile-section-title{font-size:1rem}.profile-section-desc{margin-bottom:1rem;font-size:.85rem}.profile-url{flex-direction:column;align-items:flex-start;gap:.25rem}.profile-url-link{word-break:break-all;font-size:.85rem}.company-summary-header{margin-bottom:.75rem;padding-bottom:.75rem}.company-name{font-size:.95rem}.profile-field-label{font-size:.75rem}.profile-textarea,.profile-input{padding:.55rem .75rem;font-size:.85rem}.subreddit-tags{gap:.4rem}.subreddit-tag{padding:.3rem .65rem;font-size:.8rem}.add-sub-row{flex-direction:column;gap:.5rem}.add-sub-btn{text-align:center;width:100%;padding:.65rem}.profile-save-bar{padding-top:.25rem}.profile-save-bar .btn-submit-finish{width:100%}.settings-email-row{flex-direction:column;align-items:flex-start;gap:.5rem}.settings-email-remove{align-self:flex-end}}.settings-email-list{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.settings-email-row{background:var(--surface-muted);border:1px solid var(--border-light);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:border-color .2s;display:flex}.settings-email-row:hover{border-color:var(--border)}.settings-email-info{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.settings-email-addr{color:var(--text-primary);font-size:.9rem;font-weight:500}.settings-email-badge{color:#ff4500;text-transform:uppercase;letter-spacing:.03em;background:#ff450014;border-radius:100px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.settings-email-badge.account{color:var(--text-tertiary);background:#0000000d}.settings-email-remove{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.2rem;transition:all .15s}.settings-email-remove:hover:not(:disabled){color:#e53e3e;background:#e53e3e0f}.settings-email-remove:disabled{opacity:.3;cursor:not-allowed}.settings-toggle-row{background:var(--surface-muted);border:1px solid var(--border-light);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s;display:flex}.settings-toggle-row:hover{border-color:var(--border)}.settings-toggle-info{flex-direction:column;gap:.15rem;display:flex}.settings-toggle-label{color:var(--text-primary);font-size:.95rem;font-weight:600}.settings-toggle-desc{color:var(--text-tertiary);font-size:.82rem;line-height:1.4}.settings-toggle{background:#d1d5db;border-radius:100px;flex-shrink:0;width:48px;height:28px;transition:background .25s;position:relative}.settings-toggle.on{background:var(--orange)}.settings-toggle-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.settings-toggle.on .settings-toggle-knob{transform:translate(20px)}.drafts-content{max-width:720px}.drafts-section{margin-bottom:2.5rem}.drafts-section-header{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.drafts-section-title{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.drafts-count{background:var(--orange);color:#fff;text-align:center;border-radius:100px;min-width:22px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.drafts-count.approved{background:#22c55e}.drafts-count.posted{background:var(--text-tertiary)}.drafts-empty{background:var(--white);border:1px dashed var(--border);text-align:center;color:var(--text-secondary);border-radius:14px;padding:2.5rem;font-size:.95rem}.drafts-empty-sub{color:var(--text-tertiary);margin-top:.5rem;font-size:.85rem}.drafts-list{flex-direction:column;gap:.75rem;display:flex}.draft-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.draft-card:hover{border-color:#ccc;box-shadow:0 4px 16px #0000000a}.draft-card.approved{border-left:3px solid #22c55e}.draft-card.posted{border-left:3px solid var(--text-tertiary);opacity:.75}.draft-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.draft-sub{color:var(--orange);font-size:.85rem;font-weight:600;transition:opacity .15s}.draft-sub:hover{opacity:.7}.draft-sep,.draft-time{color:var(--text-tertiary);font-size:.8rem}.draft-status-tag{text-transform:uppercase;letter-spacing:.03em;border-radius:100px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.draft-status-tag.approved{color:#16a34a;background:#22c55e1a}.draft-status-tag.posted{color:var(--text-tertiary);background:#0000000d}.draft-post-title{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.4;transition:color .15s;display:block}.draft-post-title:hover{color:var(--orange)}.draft-body{cursor:pointer;background:var(--surface-muted);border-radius:10px;margin-bottom:.75rem;padding:.75rem 1rem;transition:background .2s;position:relative}.draft-body:hover{background:#efefef}.draft-body:hover .draft-edit-hint{opacity:1}.draft-text{color:var(--text-primary);white-space:pre-wrap;font-size:.9rem;line-height:1.6}.draft-edit-hint{color:var(--text-tertiary);opacity:0;font-size:.72rem;transition:opacity .2s;position:absolute;top:.5rem;right:.75rem}.draft-account{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8rem}.draft-edited-tag{color:var(--orange);background:#ff45000f;border-radius:100px;margin-top:.5rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.draft-view-link{color:var(--orange);margin-top:.5rem;font-size:.85rem;font-weight:600;transition:opacity .15s;display:inline-block}.draft-view-link:hover{opacity:.7}.draft-edit{margin-bottom:.75rem}.draft-textarea{border:2px solid var(--orange);resize:vertical;background:#fff;border-radius:10px;outline:none;width:100%;min-height:80px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.6}.draft-edit-actions{gap:.5rem;margin-top:.5rem;display:flex}.draft-actions{gap:.5rem;margin-top:.25rem;display:flex}.draft-btn{cursor:pointer;border:none;border-radius:8px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.draft-btn.approve{background:var(--text-primary);color:#fff}.draft-btn.approve:hover{background:#333;transform:translateY(-1px)}.draft-btn.edit{background:var(--surface-muted);color:var(--text-primary);border:1px solid var(--border)}.draft-btn.edit:hover{background:#efefef}.draft-btn.reject{color:var(--text-tertiary);background:0 0}.draft-btn.reject:hover{color:#dc2626}.draft-btn.save{background:var(--orange);color:#fff}.draft-btn.save:hover{background:var(--orange-dark)}.draft-btn.cancel{background:var(--surface-muted);color:var(--text-secondary)}.draft-btn.cancel:hover{background:#efefef}@media (width<=600px){.drafts-content{max-width:100%}.draft-card{padding:1.15rem}.draft-body{padding:.6rem .75rem}.draft-actions{flex-wrap:wrap}.draft-btn{text-align:center;flex:1;min-width:70px}}.install-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.install-row{background:#fafafa;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.install-icon{background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.install-icon img{object-fit:contain;width:32px;height:32px}.install-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.install-text strong{color:#111;letter-spacing:-.01em;font-size:1rem;font-weight:700}.install-text span{color:#777;font-size:.82rem}.install-btn{flex-shrink:0;padding:.65rem 1.25rem;font-size:.9rem;text-decoration:none}.install-steps{color:#555;margin:0;padding-left:1.25rem;font-size:.92rem;line-height:1.7;list-style:decimal}.install-steps li{margin-bottom:.35rem}.install-steps strong{color:#111;font-weight:600}.install-hint{color:#888;text-align:center;border-top:1px solid #f0f0f0;margin-top:1.25rem;padding-top:1.25rem;font-size:.85rem}.plans-loading{text-align:center;color:#888;padding:3rem 0;font-size:.95rem}.plans-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}@media (width<=900px){.plans-grid{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}}.plan-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;padding:1.75rem 1.5rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.plan-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.plan-card.featured{border-color:#ff4500;box-shadow:0 8px 24px #ff45001a}.plan-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#ff4500;border-radius:99px;padding:.25rem .7rem;font-size:.7rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.plan-name{letter-spacing:-.01em;color:#111;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.plan-price{align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.plan-price-amt{letter-spacing:-.04em;color:#111;font-size:2.25rem;font-weight:800}.plan-price-per{color:#888;font-size:.9rem}.plan-desc{color:#666;min-height:2.5em;margin-bottom:1.25rem;font-size:.88rem;line-height:1.5}.plan-features{flex-direction:column;flex:1;gap:.55rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.plan-features li{color:#444;padding-left:1.5rem;font-size:.88rem;line-height:1.4;position:relative}.plan-features li:before{content:"";background:#ff45001f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23FF4500' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50% no-repeat;border-radius:50%;width:14px;height:14px;position:absolute;top:4px;left:0}.plan-cta{width:100%;padding:.85rem}.plan-cta:disabled{opacity:.6;cursor:not-allowed}
