*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0D0D0D;--bg-raised: #161616;--bg-surface: #1C1C1C;--bg-hover: #252525;--border: #2A2A2A;--border-focus: #444;--text: #E8E8E8;--text-dim: #888;--text-muted: #555;--brand: #FF4D4D;--brand-dim: #CC3333;--green: #22C55E;--yellow: #EAB308;--orange: #F97316;--red: #EF4444;--tier1: #EF4444;--tier2: #F97316;--tier3: #EAB308;--tier1-bg: rgba(239, 68, 68, .18);--tier2-bg: rgba(249, 115, 22, .18);--tier3-bg: rgba(234, 179, 8, .15);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, Helvetica, Arial, sans-serif;--font-mono: "SF Mono", "Cascadia Code", "Fira Code", "JetBrains Mono", Consolas, monospace;--radius: 8px;--radius-sm: 4px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#app{max-width:800px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh;display:flex;flex-direction:column}header{text-align:center;margin-bottom:2.5rem}.logo-row{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.4rem}.logo-icon{width:52px;height:auto;flex-shrink:0}header h1{font-size:2.8rem;font-weight:900;letter-spacing:.08em;color:var(--brand);line-height:1}.tagline{font-size:1rem;color:var(--text-dim);font-weight:400}main{flex:1}.editor-wrap{position:relative;margin-bottom:1.5rem}textarea{width:100%;min-height:280px;padding:1.25rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font);font-size:.95rem;line-height:1.7;resize:vertical;outline:none;transition:border-color .15s}textarea:focus{border-color:var(--border-focus)}textarea::placeholder{color:var(--text-muted)}.preview{width:100%;min-height:280px;padding:1.25rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font);font-size:.95rem;line-height:1.7;white-space:pre-wrap;word-wrap:break-word;overflow-y:auto;max-height:500px;cursor:text}.hl{border-radius:2px;padding:1px 2px;margin:0 -2px;cursor:pointer;transition:outline .15s,background .15s;position:relative}.hl-tier1{background:var(--tier1-bg);border-bottom:2px solid var(--tier1);color:var(--text)}.hl-tier2{background:var(--tier2-bg);border-bottom:2px solid var(--tier2);color:var(--text)}.hl-tier3{background:var(--tier3-bg);border-bottom:2px solid var(--tier3);color:var(--text)}.hl:hover{outline:1px solid currentColor}.hl-tier1:hover{outline-color:var(--tier1)}.hl-tier2:hover{outline-color:var(--tier2)}.hl-tier3:hover{outline-color:var(--tier3)}@keyframes hlPulse{0%{outline:2px solid transparent}20%{outline:2px solid currentColor;transform:scale(1.02)}to{outline:2px solid transparent;transform:scale(1)}}.hl-pulse{animation:hlPulse 1.5s ease-out}.hl-tier1.hl-pulse{outline-color:var(--tier1)}.hl-tier2.hl-pulse{outline-color:var(--tier2)}.hl-tier3.hl-pulse{outline-color:var(--tier3)}.editor-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding:0 .25rem}.editor-actions-left{display:flex;gap:.5rem;align-items:center}#clear-btn,.toggle-view{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);font-size:.8rem;padding:.25rem .75rem;cursor:pointer;transition:color .15s,border-color .15s}#clear-btn:hover,.toggle-view:hover{color:var(--text);border-color:var(--border-focus)}.toggle-view{color:var(--brand);border-color:var(--brand-dim)}.toggle-view:hover{color:var(--brand);border-color:var(--brand)}.char-count{font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono)}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem}.stat{background:var(--bg-raised);padding:.75rem 1rem;text-align:center}.stat-value{display:block;font-size:1.4rem;font-weight:700;font-family:var(--font-mono);line-height:1.2}.stat-label{display:block;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem}.verdict-badge{display:inline-block;font-size:.85rem;font-weight:700;padding:.3rem .75rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em}.verdict-clean{background:#22c55e26;color:var(--green)}.verdict-light{background:#eab30826;color:var(--yellow)}.verdict-moderate{background:#f9731626;color:var(--orange)}.verdict-heavy{background:#ef444426;color:var(--red)}.verdict-scale{display:flex;justify-content:center;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.7rem;font-family:var(--font-mono);letter-spacing:.02em}.scale-item{text-transform:uppercase}.scale-clean{color:var(--green)}.scale-light{color:var(--yellow)}.scale-moderate{color:var(--orange)}.scale-heavy{color:var(--red)}.scale-sep{color:var(--text-muted);opacity:.4}.results{margin-bottom:2rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.results-header h2{font-size:1.1rem;font-weight:600;color:var(--text)}.copy-btn{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dim);font-size:.8rem;padding:.35rem .9rem;cursor:pointer;transition:all .15s}.copy-btn:hover{color:var(--text);border-color:var(--border-focus);background:var(--bg-hover)}.copy-btn.copied{color:var(--green);border-color:var(--green)}.results-body{display:flex;flex-direction:column;gap:1.25rem}.tier-group{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.tier-group-header{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tier-group[data-tier="1"] .tier-group-header{background:#ef444414;color:var(--tier1);border-bottom:1px solid rgba(239,68,68,.15)}.tier-group[data-tier="2"] .tier-group-header{background:#f9731614;color:var(--tier2);border-bottom:1px solid rgba(249,115,22,.15)}.tier-group[data-tier="3"] .tier-group-header{background:#eab30814;color:var(--tier3);border-bottom:1px solid rgba(234,179,8,.15)}.tier-count{font-family:var(--font-mono);font-size:.75rem;opacity:.7}.match-list{list-style:none}.match-item{padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-raised);transition:background .1s}.match-item:last-child{border-bottom:none}.match-item.has-highlight{cursor:pointer}.match-item:hover{background:var(--bg-hover)}.match-name{font-weight:600;font-size:.88rem;margin-bottom:.3rem}.match-found{font-size:.82rem;color:var(--text-dim);line-height:1.5;padding:.4rem .65rem;background:#ffffff08;border-left:2px solid var(--border);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:.35rem}.match-item[data-tier="1"] .match-found{border-left-color:var(--tier1)}.match-item[data-tier="2"] .match-found{border-left-color:var(--tier2)}.match-item[data-tier="3"] .match-found{border-left-color:var(--tier3)}.match-fix{font-size:.82rem;color:var(--green)}.fix-arrow{opacity:.6;margin-right:.15rem}.match-locate-hint{font-size:.7rem;color:var(--brand);opacity:0;margin-top:.25rem;transition:opacity .15s}.match-item:hover .match-locate-hint{opacity:.7}@keyframes matchPulse{0%{background:var(--bg-raised)}20%{background:#ff4d4d1f}to{background:var(--bg-raised)}}.match-pulse{animation:matchPulse 1.5s ease-out}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state p{font-size:.95rem}.hidden{display:none!important}.integrations{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.integrations h2{font-size:1.6rem;font-weight:800;text-align:center;margin-bottom:.3rem}.integrations-sub{text-align:center;color:var(--text-dim);font-size:.9rem;margin-bottom:2rem}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.integration-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .15s;position:relative}.integration-card:hover{border-color:var(--border-focus)}.integration-icon{font-size:1.5rem;margin-bottom:.5rem}.integration-card h3{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.integration-card p{font-size:.82rem;color:var(--text-dim);line-height:1.5;margin-bottom:.5rem}.integration-card code{font-family:var(--font-mono);font-size:.75rem;background:var(--bg);padding:.1rem .35rem;border-radius:3px;color:var(--text)}.integration-code{background:var(--bg);border-radius:var(--radius-sm);padding:.6rem .75rem;margin:.5rem 0}.integration-code code{display:block;background:none;padding:.1rem 0;font-size:.72rem;color:var(--text-dim);line-height:1.6}.integration-status{display:inline-block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:3px}.status-live{background:#22c55e1f;color:var(--green)}.status-soon{background:#eab3081a;color:var(--yellow)}.how-it-works{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border)}.how-it-works h2{font-size:1.4rem;font-weight:800;text-align:center;margin-bottom:1.5rem}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.how-item{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.how-number{font-size:1.3rem;font-weight:900;color:var(--brand);font-family:var(--font-mono);margin-bottom:.5rem}.how-item h3{font-size:.9rem;font-weight:700;margin-bottom:.4rem}.how-item p{font-size:.8rem;color:var(--text-dim);line-height:1.5}.how-distinction{background:var(--bg-raised);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--radius);padding:1.25rem 1.5rem}.how-distinction h3{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:var(--brand)}.how-distinction p{font-size:.85rem;color:var(--text-dim);line-height:1.6}footer{text-align:center;padding:2.5rem 0 1rem;margin-top:3rem;border-top:1px solid var(--border)}footer p{font-size:.78rem;color:var(--text-muted);letter-spacing:.03em}footer a{color:var(--text-dim);text-decoration:none;border-bottom:1px solid var(--border);transition:color .15s,border-color .15s}footer a:hover{color:var(--text);border-color:var(--text-dim)}@media (max-width: 600px){#app{padding:1.25rem 1rem}header h1{font-size:1.8rem}.logo-icon{width:40px}textarea,.preview{min-height:200px;font-size:.9rem;padding:1rem}.stats-bar{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:1.1rem}.results-header{flex-direction:column;align-items:flex-start;gap:.5rem}.integration-grid,.how-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-focus)}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tier-group{animation:fadeIn .2s ease-out}.tier-group:nth-child(2){animation-delay:.05s}.tier-group:nth-child(3){animation-delay:.1s}
