:root{--bg:#f9f9fb;--card:#fff;--border:#e2e2e8;--text:#1a1a2e;--muted:#888;--accent:#4f46e5;--accent-hover:#4338ca;--danger:#dc2626;--ok:#16a34a;--warn:#d97706;--radius:8px;font-family:system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-size:15px;line-height:1.6}a{color:var(--accent)}.auth-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;padding:2rem}.auth-card h1{margin-bottom:.25rem;font-size:1.5rem}.auth-card .subtitle{color:var(--muted);margin-bottom:1.5rem}.switch-link{color:var(--muted);margin-top:1rem;font-size:.9rem}form,.settings-form{flex-direction:column;gap:.75rem;display:flex}label{flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:500;display:flex}input[type=text],input[type=email],input[type=password],input[type=url]{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);width:100%;padding:.5rem .75rem;font-size:.95rem}input:focus{outline:2px solid var(--accent);outline-offset:-1px}input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--accent)}button[type=submit],button.primary{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600}button[type=submit]:hover,button.primary:hover{background:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}.link-btn{color:var(--accent);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.link-btn.danger{color:var(--danger)}.link-btn.small{font-size:.85rem}.page{flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid var(--border);background:var(--card);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.topbar h2{font-size:1.1rem}.topbar-actions{align-items:center;gap:1rem;display:flex}main{flex-direction:column;gap:2rem;width:100%;max-width:800px;margin:0 auto;padding:1.5rem;display:flex}h2{font-size:1.4rem}h3{margin-bottom:.75rem;font-size:1rem}.muted{color:var(--muted);font-size:.88rem}.error{color:var(--danger);font-size:.88rem}.hint{color:var(--muted);font-size:.82rem;line-height:1.5}.add-form-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.add-form input[type=url],.add-form input[type=text]{width:100%}.advanced{flex-direction:column;gap:.5rem;display:flex}.watch-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.watch-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.watch-item.inactive{opacity:.55}.watch-main{cursor:pointer;flex-direction:column;flex:1;gap:.2rem;display:flex}.watch-label{font-weight:500}.watch-url{font-size:.82rem}.watch-meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.badge{border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.badge-ok{color:var(--ok);background:#dcfce7}.badge-changed{color:#1d4ed8;background:#dbeafe}.badge-error{color:var(--danger);background:#fee2e2}.badge-warn{color:var(--warn);background:#fef9c3}.toggle{flex-shrink:0;width:38px;height:22px;position:relative}.toggle input{opacity:0;width:0;height:0;position:absolute}.slider{cursor:pointer;background:#ccc;border-radius:22px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.toggle input:checked+.slider{background:var(--accent)}.toggle input:checked+.slider:before{transform:translate(16px)}.watch-header{flex-direction:column;gap:.4rem;display:flex}.check-result{color:var(--ok);font-weight:500}.edit-form{flex-direction:column;gap:.75rem;display:flex}.edit-actions{align-items:center;gap:1rem;display:flex}.event-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.event-item{border-left:3px solid var(--accent);padding-left:1rem}.event-time{color:var(--muted);font-size:.85rem}.snapshot{background:var(--bg);border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;border-radius:4px;max-height:120px;margin-top:.35rem;padding:.5rem;font-size:.78rem;overflow:auto}fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:1rem}legend{padding:0 .4rem;font-weight:600}.checkbox-label{flex-direction:row;align-items:center;gap:.5rem;font-weight:400}.ntfy-section{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.settings-actions{align-items:center;gap:1rem;display:flex}.saved-msg{color:var(--ok);font-weight:500}
