*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,monospace;background:#000;color:#ccc;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#222;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#333}.probe-app{min-height:100vh;background:#000;color:#ccc;font-family:SF Mono,Fira Code,JetBrains Mono,Menlo,monospace;display:flex;flex-direction:column}.probe-header{padding:10px 20px;border-bottom:1px solid #1a1a1a;display:flex;align-items:center;justify-content:space-between;background:#0a0a0a;flex-shrink:0}.probe-brand{display:flex;align-items:center;gap:10px}.probe-brand h1{font-size:16px;font-weight:700;color:#fff;margin:0;font-family:inherit}.probe-subtitle{font-size:11px;color:#666;margin-top:1px}.probe-controls{display:flex;align-items:center;gap:6px}.probe-btn{display:flex;align-items:center;gap:5px;padding:4px 12px;border-radius:4px;border:1px solid #333;background:transparent;color:#666;font-family:inherit;font-size:11px;cursor:pointer;transition:all .15s}.probe-btn:hover{color:#999;border-color:#555;background:#111}.probe-main{flex:1;padding:20px;max-width:760px;width:100%;margin:0 auto}.probe-section{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:6px;padding:16px 20px;margin-bottom:16px}.probe-section h2{font-size:14px;font-weight:600;color:#fff;margin:0 0 12px;display:flex;align-items:center;gap:8px;font-family:inherit}.probe-form{display:flex;align-items:center;gap:0;border:1px solid #333;border-radius:6px;padding:10px 14px;background:transparent;transition:border-color .15s}.probe-form:focus-within{border-color:#f59e0b}.probe-form .prompt{color:#666;font-size:14px;white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:22px;flex-shrink:0;padding-right:8px}.probe-form:focus-within .prompt{color:#f59e0b}.probe-form input{flex:1;background:transparent;border:none;color:#fff;font-family:inherit;font-size:14px;line-height:22px;outline:none;padding:0}.probe-form input::placeholder{color:#444}.probe-form button{background:transparent;border:none;color:#444;cursor:pointer;padding:2px;transition:color .15s;flex-shrink:0}.probe-form button:not(:disabled):hover{color:#f59e0b}.probe-form button:not(:disabled){color:#888}.probe-form button:disabled{opacity:.3;cursor:default}.score-gauge{display:flex;flex-direction:column;align-items:center;padding:24px 0}.score-gauge svg{filter:drop-shadow(0 0 12px rgba(245,158,11,.2))}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.category-card{background:#111;border:1px solid #1a1a1a;border-radius:6px;padding:12px;transition:border-color .15s}.category-card:hover{border-color:#333}.category-card .label{font-size:10px;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.category-card .score{font-size:20px;font-weight:700;font-family:inherit}.category-card .findings{margin-top:8px;font-size:11px;color:#888;line-height:1.5}.category-card .finding{padding:2px 0;display:flex;align-items:flex-start;gap:4px}.loading-dots{display:inline-flex;gap:2px;margin-left:4px}.loading-dots .dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#f59e0b;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .3s ease-out both}.animate-in-d1{animation:fadeInUp .3s ease-out 80ms both}.animate-in-d2{animation:fadeInUp .3s ease-out .16s both}.animate-in-d3{animation:fadeInUp .3s ease-out .24s both}.animate-in-d4{animation:fadeInUp .3s ease-out .32s both}.share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.share-modal{background:#0a0a0a;border:1px solid #333;border-radius:6px;padding:24px;max-width:420px;width:90%;position:relative}.probe-footer{border-top:1px solid #1a1a1a;padding:20px;text-align:center;font-size:11px;color:#555;margin-top:32px}.probe-footer a{color:#555;text-decoration:none;transition:color .15s}.probe-footer a:hover{color:#999}.probe-footer .accent{color:#f59e0b;text-decoration:none}@media (max-width: 768px){.category-grid{grid-template-columns:1fr}.probe-header{flex-direction:row;gap:8px;align-items:center;padding:10px 12px}.probe-brand h1{font-size:13px}.probe-subtitle{display:none}.probe-controls{width:100%;justify-content:flex-end}.probe-btn .btn-label{display:none}.probe-btn{padding:5px 8px;gap:0}.probe-main,.probe-section{padding:12px}}
