:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0a0a0a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{min-height:100vh}header{text-align:center;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);padding:2rem;box-shadow:0 4px 6px #0000004d}header h1{margin-bottom:.5rem;font-size:2.5rem}header p{opacity:.9;margin-bottom:1rem}.btn-trigger{color:#fff;cursor:pointer;background:#fff3;border:2px solid #ffffff4d;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.btn-trigger:hover{background:#ffffff4d;transform:translateY(-2px)}.loading{text-align:center;padding:4rem;font-size:1.5rem}.container{grid-template-columns:300px 1fr;gap:0;min-height:calc(100vh - 200px);display:grid}.sidebar{background:#1a1a1a;border-right:1px solid #333;padding:2rem 1rem;overflow-y:auto}.sidebar h2{color:#8b5cf6;margin-bottom:1.5rem;padding:0 1rem;font-size:1.25rem}.project-card{cursor:pointer;background:#222;border:2px solid #0000;border-radius:8px;margin-bottom:.75rem;padding:1rem;transition:all .2s}.project-card:hover{background:#2a2a2a;border-color:#6366f1}.project-card.active{background:#6366f1;border-color:#8b5cf6}.project-card h3{margin-bottom:.5rem;font-size:1rem}.badges{flex-wrap:wrap;gap:.5rem;display:flex}.badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.badge.pending{color:#000;background:#f59e0b}.badge.approved{color:#000;background:#10b981}.main{padding:2rem;overflow-y:auto}.header-row{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.btn-implement{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-implement:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.empty,.empty-state{text-align:center;opacity:.6;padding:4rem 2rem}.empty-state h2{margin-bottom:1rem;font-size:2rem}.suggestions{flex-direction:column;gap:1.5rem;display:flex}.suggestion-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem;transition:all .2s}.suggestion-card:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f133}.suggestion-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.suggestion-header input[type=checkbox]{cursor:pointer;width:20px;height:20px}.suggestion-header h3{flex:1;font-size:1.25rem}.priority{border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.priority.critical{color:#fff;background:#ef4444}.priority.high{color:#000;background:#f59e0b}.priority.medium{color:#fff;background:#3b82f6}.priority.low{color:#fff;background:#6b7280}.description{opacity:.9;margin-bottom:1rem;line-height:1.6}.metadata{opacity:.7;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.steps{cursor:pointer;margin-bottom:1rem}.steps summary{-webkit-user-select:none;user-select:none;margin-bottom:.5rem;font-weight:600}.steps ol{margin-top:.5rem;margin-left:1.5rem}.steps li{margin-bottom:.5rem;line-height:1.5}.actions{gap:1rem;margin-top:1rem;display:flex}.btn-approve,.btn-reject{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.btn-approve{color:#fff;background:#10b981}.btn-approve:hover{background:#059669}.btn-reject{color:#fff;background:#ef4444}.btn-reject:hover{background:#dc2626}@media (width<=768px){.container{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #333;border-right:none}}
