*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background:#fff;min-height:100vh;display:flex;flex-direction:column}header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1.5rem 2rem}header h1{font-size:1.8rem;font-weight:600;color:#1a1a1a}header .tagline{font-size:1rem;color:#666;margin-top:0.25rem}nav{display:flex;gap:1rem;margin-top:1rem}a{color:#0066cc;text-decoration:none;font-weight:500}a:hover{text-decoration:underline}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}section{background:#fafafa;border-radius:12px;padding:1.5rem;border:1px solid #e0e0e0}section h2{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}section h3{font-size:1rem;font-weight:500;margin:1rem 0 0.5rem;color:#333}section h4{font-size:1rem;font-weight:500;margin:1.5rem 0 0.5rem;color:#555}controls{display:flex;flex-direction:column;gap:1rem}preset-buttons{display:flex;gap:0.5rem;flex-wrap:wrap}}preset-btn{background:#fff;border:1px solid #ccc;border-radius:6px;padding:0.5rem 1rem;font-size:0.85rem;cursor:pointer;transition:all 0.2s}preset-btn.active{background:#0066cc;color:#fff;border-color:#0066cc}}preset-btn:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,0.1)}}custom-size{display:flex;gap:0.5rem;align-items:center}}custom-size input{width:50px;padding:0.25rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}}custom-size span{font-size:1.2rem;font-weight:600}}grid-container{display:flex;flex-direction:column;gap:1rem}}.legend{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:0.9rem}}.legend-item{display:flex;align-items:center;gap:0.5rem}}.color-box{width:16px;height:16px;border-radius:4px}}.green{background:#4caf50}}.yellow{background:#ffc107}}.red{background:#f44336}}.blue{background:#2196f3}}.grid-wrapper{overflow:auto;border:1px solid #ddd;border-radius:8px;background:#fff}}.grid{display:grid;gap:1px;auto-rows:min-content}.grid-cell{width:32px;height:32px;border:1px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:500;transition:all 0.15s}.grid-cell:hover{opacity:0.8}}.grid-cell.safe{background:#e8f5e9;color:#2e7d32}}.grid-cell.neutral{background:#fff8e1;color:#f57f17}}.grid-cell.sensitive{background:#ffebee;color:#c62828}}.grid-cell.appliance{background:#e3f2fd;color:#1565c0;cursor:default}.grid-cell.has-behavior{font-size:0.8rem}.appliance-marker{font-size:0.6rem;line-height:1;fill:#1976d2}}.log-controls{display:flex;gap:0.5rem;align-items:center}}log-controls select{padding:0.5rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}}.log-controls button{margin-left:auto}}log-list{max-height:150px;overflow-y:auto;padding:0.5rem 0}log-item{padding:0.5rem 0.75rem;border-bottom:1px solid #eee;font-size:0.9rem}log-item:last-child{border-bottom:none}.log-time{font-size:0.75rem;color:#666}log-behavior{font-weight:500}.heatmap-stats{display:flex;gap:1rem;flex-wrap:wrap}}.stat-box{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;text-align:center}.stat-value{font-size:1.8rem;font-weight:600;color:#1a1a1a}.stat-label{font-size:0.8rem;color:#666;font-weight:500}.export-btn,.print-btn{background:#0066cc;color:#fff;border:none;padding:0.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background 0.2s}.export-btn:hover,.print-btn:hover{background:#0052a3}button.secondary{background:#fff;border:1px solid #ccc;color:#333;padding:0.5rem 1rem;border-radius:6px;cursor:pointer}button.secondary:hover{background:#f5f5f5}example-card{background:#fff;padding:1rem;border-radius:8px;border:1px solid #ddd;margin-bottom:1rem}.example-card h3{font-size:1rem;font-weight:500;margin-bottom:0.5rem;color:#0066cc}.example-card p{font-size:0.9rem;color:#555}ul{margin-left:1.5rem;line-height:1.8}.faq-item{margin-bottom:1rem}.faq-item h4{font-size:0.95rem;font-weight:500;margin-bottom:0.25rem}.faq-item p{font-size:0.9rem;color:#555}footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1.5rem 2rem;text-align:center;font-size:0.9rem;color:#666}a{color:#0066cc}a:hover{text-decoration:underline}@media (max-width:768px){header h1{font-size:1.5rem}.tagline{font-size:0.9rem}.grid-cell{width:28px;height:28px}.legend{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.example-card{padding:0.75rem}.faq-item{padding:0.5rem;border:1px solid #eee;border-radius:6px;background:#fff}main{padding:1rem}.stat-box{padding:0.75rem}.log-list{max-height:120px}}


/* Factory-injected deployment helpers. The AI owns the site design above this block. */
.ad-unit {
  width: min(100%, 720px);
  min-height: 120px;
  margin: 24px auto;
  display: block;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 40px auto;
}

.factory-fallback-nav {
  width: min(900px, calc(100% - 32px));
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 0.95rem;
}

.factory-fallback-nav a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
