*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lexend,system-ui,sans-serif;font-weight:800;letter-spacing:-.02em}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.app-header{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:28px 32px;border-bottom:3px solid #ec4899}.app-header-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.app-brand{display:flex;align-items:center;gap:14px}.app-brand h1{font-size:1.3rem;color:#fff;margin:0}.app-brand-badge{background:#ec489926;color:#f9a8d4;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.app-header-links{display:flex;gap:18px;font-size:.82rem}.app-header-links a{color:#ffffffb3}.app-header-links a:hover{color:#fff;text-decoration:none}.dashboard{max-width:1400px;margin:0 auto;padding:24px 32px 48px}.tabs{display:flex;gap:4px;border-bottom:1px solid #e2e8f0;margin-bottom:24px;overflow-x:auto}.tab{background:transparent;border:none;padding:12px 18px;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px 8px 0 0;white-space:nowrap;font-family:inherit;transition:all .15s}.tab:hover{color:#0f172a;background:#f1f5f9}.tab.active{color:#2563eb;background:#fff;border-bottom:2px solid #2563eb;margin-bottom:-1px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 22px}.stat-card.highlight{background:#0f172a;color:#fff;border-color:#0f172a}.stat-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.stat-card.highlight .stat-label{color:#fff9}.stat-value{font-family:Lexend,sans-serif;font-size:1.8rem;font-weight:800;line-height:1;letter-spacing:-.02em}.stat-sub{font-size:.78rem;color:#64748b;margin-top:6px}.stat-card.highlight .stat-sub{color:#ffffffb3}.section-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:28px 0 14px}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px 28px;margin-bottom:20px}.panel h2{font-size:1.2rem;margin-bottom:10px;color:#0f172a}.panel h3{font-size:.98rem;margin:16px 0 8px;color:#0f172a}.panel p{font-size:.92rem;color:#475569;line-height:1.65;margin-bottom:10px}.search-bar{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.search-input{flex:1;min-width:240px;padding:10px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter{padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-family:inherit;background:#fff;color:#0f172a;cursor:pointer}.table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.table-header h3{font-size:.95rem;font-weight:700;color:#0f172a}.count{font-size:.78rem;color:#64748b;font-weight:600}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.86rem}thead th{background:#f8fafc;padding:10px 16px;text-align:left;font-weight:700;color:#475569;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #e2e8f0}tbody td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:top}tbody tr:hover{background:#f8fafc}tbody tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:3px 9px;font-size:.7rem;font-weight:700;border-radius:999px;letter-spacing:.02em}.badge.high,.badge.p1,.badge.tier1{background:#fee2e2;color:#991b1b}.badge.medium,.badge.p2,.badge.tier2{background:#fef3c7;color:#92400e}.badge.low,.badge.p3,.badge.tier3{background:#dbeafe;color:#1e40af}.badge.done,.badge.completed,.badge.live{background:#dcfce7;color:#166534}.badge.pending{background:#f1f5f9;color:#475569}.badge.in-progress{background:#ede9fe;color:#6d28d9}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;text-decoration:none;color:#fff}.btn-outline{background:transparent;color:#2563eb;border-color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff;text-decoration:none}.btn-sm{padding:4px 10px;font-size:.75rem}.framework-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.framework-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 22px}.framework-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:8px}.framework-card .pre{font-family:Monaco,Courier New,monospace;font-size:.82rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px;white-space:pre-wrap;color:#1e293b;line-height:1.5;margin:10px 0}.framework-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;font-size:.8rem;color:#64748b}.copy-btn{background:#0f172a;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;font-family:inherit}.copy-btn:hover{background:#334155}.copy-btn.copied{background:#16a34a}.note{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-left:4px solid #f59e0b;padding:14px 18px;border-radius:0 10px 10px 0;margin:14px 0;font-size:.88rem;color:#78350f}.note strong{color:#92400e}.subreddit-link{display:inline-flex;align-items:center;gap:4px;color:#ea580c;font-weight:600;font-size:.85rem}.domain-tag{background:#f1f5f9;padding:2px 8px;border-radius:4px;font-family:monospace;font-size:.78rem;color:#475569}@media (max-width: 768px){.app-header{padding:20px 16px}.dashboard{padding:16px}.app-header-links{width:100%}table{font-size:.78rem}tbody td,thead th{padding:8px 10px}}
