:root{--bg-color: #242424;--text-color: rgba(255, 255, 255, .87);--text-muted: #888;--link-color: #646cff;--link-hover: #535bf2;--button-bg: #1a1a1a;--button-hover-border: #646cff;--card-bg: #2a2a2a;--input-bg: #242424;--input-text: white;--input-border: #ccc;--border-color: #333;--expert-tip-bg: #233044;--expert-tip-border: #364a66;--expert-tip-title: #64b5f6;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=light]{--bg-color: #ffffff;--text-color: #213547;--text-muted: #666;--link-color: #646cff;--link-hover: #747bff;--button-bg: #f9f9f9;--button-hover-border: #646cff;--card-bg: #f3f3f3;--input-bg: #ffffff;--input-text: #213547;--input-border: #999;--border-color: #e0e0e0;--expert-tip-bg: #e3f2fd;--expert-tip-border: #bbdefb;--expert-tip-title: #1976d2}a{font-weight:500;color:var(--link-color);text-decoration:inherit}a:hover{color:var(--link-hover)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s,color .3s}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg);color:var(--text-color);cursor:pointer;transition:border-color .25s,background-color .3s,color .3s}button:hover{border-color:var(--button-hover-border)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.language-switcher{display:flex;gap:.5rem}.language-switcher button{padding:.5rem 1rem;font-size:.9rem;opacity:.7;background:transparent;border:1px solid var(--text-muted);color:var(--text-color)}.language-switcher button.active{opacity:1;background:var(--link-color);border-color:var(--link-color);color:#fff;font-weight:700}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:var(--text-muted)}.page-container{max-width:800px;margin:2rem auto;text-align:left;line-height:1.6}.app-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color);font-size:.9rem;color:var(--text-muted)}.footer-nav{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.footer-nav a{color:var(--text-muted);text-decoration:none}.footer-nav a:hover{color:var(--link-color);text-decoration:underline}.copyright{margin-top:1rem}.url-scanner-container{max-width:800px;margin:0 auto;padding:2rem;text-align:left}.subtitle{color:var(--text-muted);margin-bottom:2rem}.input-group{display:flex;gap:1rem;margin-bottom:2rem}.url-input{flex:1;padding:.8rem 1.2rem;border-radius:8px;border:1px solid var(--input-border);font-size:1rem;background-color:var(--input-bg);color:var(--input-text);transition:background-color .3s,color .3s,border-color .3s}.scan-button{padding:.8rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer}.results-container{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease-in}.result-card{background:var(--card-bg);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:background-color .3s}.stats-grid{display:flex;justify-content:space-around;margin:1rem 0}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-item .count{font-size:2rem;font-weight:700}.malicious{color:#f44}.suspicious{color:#fb3}.harmless{color:#00c851}.safe-browsing.safe{border-left:5px solid #00C851}.safe-browsing.danger{border-left:5px solid #ff4444}.expert-tips{background:var(--expert-tip-bg);border:1px solid var(--expert-tip-border);padding:1.5rem;border-radius:8px;margin-top:1rem;transition:background-color .3s,border-color .3s}.expert-tips h4{margin-top:0;color:var(--expert-tip-title)}.history-section{margin-top:2rem;text-align:left}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.history-header h3{font-size:1.2rem;color:var(--text-color);margin:0}.clear-history-btn{background:transparent;border:1px solid var(--text-muted);color:var(--text-muted);font-size:.8rem;padding:.3rem .6rem}.clear-history-btn:hover{border-color:#f44;color:#f44}.history-list{list-style:none;padding:0;margin:0}.history-item{padding:.8rem;border-bottom:1px solid var(--border-color);cursor:pointer;color:var(--link-color);transition:background-color .2s}.history-item:hover{background-color:#646cff1a}.history-item:last-child{border-bottom:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
