:root{--bg:#0f172a;--surface:#1e293b;--surface2:#334155;--accent:#38bdf8;--green:#22c55e;--red:#ef4444;--text:#e2e8f0;--muted:#94a3b8;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}#root{min-height:100vh}.dashboard{flex-direction:column;gap:1.5rem;max-width:1100px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}.dashboard-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.dashboard-main{flex-direction:column;gap:1.5rem;display:flex}.dashboard-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.dashboard-footer{text-align:center;color:var(--muted);padding:2rem 0 1rem;font-size:.8rem}.dashboard-footer a{color:var(--accent);text-decoration:none}.greeting{padding:1rem 0}.greeting-text{color:var(--muted);font-size:1.5rem}.greeting-time{letter-spacing:-2px;background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;line-height:1.1}.greeting-date{color:var(--muted);margin-top:.3rem;font-size:1rem}.search-bar{background:var(--surface);border-radius:var(--radius);border:1px solid var(--surface2);width:100%;max-width:600px;transition:border-color .2s;display:flex;overflow:hidden}.search-bar:focus-within{border-color:var(--accent)}.search-engine{background:var(--surface2);color:var(--text);cursor:pointer;border:none;outline:none;padding:.7rem .8rem;font-size:.85rem}.search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.7rem 1rem;font-size:.95rem}.search-input::placeholder{color:var(--muted)}.search-btn{cursor:pointer;background:0 0;border:none;padding:.7rem 1rem;font-size:1rem}.module{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:.8rem;padding:1.2rem 1.4rem;display:flex}.module-title{color:var(--muted);justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;display:flex}.module-action{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:.85rem}.module-action:hover{background:var(--surface2)}.module-badge{background:var(--surface2);border-radius:99px;margin-left:.5rem;padding:.1rem .5rem;font-size:.75rem}.module-loading,.module-error{color:var(--muted);text-align:center;padding:1rem 0;font-size:.85rem}.module-error{color:var(--red)}.app-grid{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.app-card{background:var(--bg);color:var(--text);border:1px solid #0000;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem;text-decoration:none;transition:transform .15s,background .15s;display:flex}.app-card:hover{border-color:var(--accent);background:var(--surface2);transform:translateY(-2px)}.app-emoji{font-size:1.5rem}.app-info{flex-direction:column;min-width:0;display:flex}.app-name{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.app-domain{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.status-grid{gap:.6rem;display:flex}.status-card{background:var(--bg);border:1px solid #0000;border-radius:10px;flex:1;padding:.8rem}.status-card.ok{border-color:#22c55e4d}.status-card.down{border-color:#ef44444d}.status-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:flex}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.ok{background:var(--green);box-shadow:0 0 6px var(--green)}.status-dot.down{background:var(--red);box-shadow:0 0 6px var(--red)}.status-metrics{color:var(--muted);justify-content:space-between;font-size:.8rem;display:flex}.weather-current{align-items:center;gap:.8rem;display:flex}.weather-icon{font-size:2rem}.weather-temp{font-size:2rem;font-weight:700}.weather-desc{color:var(--muted);font-size:.85rem}.weather-area{color:var(--accent);margin-left:auto;font-size:.75rem}.weather-forecast{gap:.5rem;display:flex}.weather-day{background:var(--bg);text-align:center;border-radius:8px;flex:1;padding:.5rem;font-size:.8rem}.weather-day-date{color:var(--muted);margin-bottom:.2rem;font-size:.7rem;display:block}.weather-city-form{gap:.5rem;display:flex}.weather-city-form input{background:var(--bg);border:1px solid var(--surface2);color:var(--text);border-radius:8px;outline:none;flex:1;padding:.4rem .6rem;font-size:.85rem}.weather-city-form input:focus{border-color:var(--accent)}.weather-city-form button{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;padding:.4rem .8rem;font-size:.85rem}.todo-form{gap:.5rem;display:flex}.todo-form input{background:var(--bg);border:1px solid var(--surface2);color:var(--text);border-radius:8px;outline:none;flex:1;padding:.5rem .8rem;font-size:.85rem}.todo-form input:focus{border-color:var(--accent)}.todo-form button{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:8px;width:36px;font-size:1.1rem;font-weight:700}.todo-list{flex-direction:column;gap:.3rem;max-height:200px;list-style:none;display:flex;overflow-y:auto}.todo-item{align-items:center;gap:.5rem;padding:.3rem 0;font-size:.85rem;display:flex}.todo-item.done .todo-text{color:var(--muted);text-decoration:line-through}.todo-check{cursor:pointer;font-size:.9rem}.todo-text{flex:1}.todo-delete{color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:none;font-size:.8rem;transition:opacity .15s}.todo-item:hover .todo-delete{opacity:1}.rss-list{flex-direction:column;gap:.4rem;max-height:280px;list-style:none;display:flex;overflow-y:auto}.rss-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.25rem 0;font-size:.85rem;display:flex}.rss-item a{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;text-decoration:none;overflow:hidden}.rss-item a:hover{color:var(--accent)}.rss-source{color:var(--accent);white-space:nowrap;font-size:.7rem}.notepad-textarea{background:var(--bg);border:1px solid var(--surface2);width:100%;color:var(--text);resize:vertical;border-radius:10px;outline:none;padding:.8rem;font-family:Cascadia Code,Fira Code,monospace;font-size:.85rem;line-height:1.6}.notepad-textarea:focus{border-color:var(--accent)}.notepad-preview{color:var(--muted);cursor:pointer;border-radius:8px;padding:.4rem;font-size:.8rem}.notepad-preview:hover{background:var(--bg)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:4px}.book-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.book-card{background:var(--bg);cursor:pointer;color:var(--text);border:1px solid #0000;border-radius:10px;align-items:center;gap:.7rem;padding:.7rem .8rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.book-card:hover{background:var(--surface2);border-color:var(--accent)}.book-emoji{font-size:1.5rem}.book-info{flex-direction:column;flex:1;min-width:0;display:flex}.book-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.book-desc{color:var(--muted);font-size:.7rem}.dashboard-row.full{grid-template-columns:1fr}@media (width<=768px){.dashboard{padding:1.5rem 1rem}.dashboard-row{grid-template-columns:1fr}.greeting-time{font-size:3rem}.app-grid{grid-template-columns:repeat(2,1fr)}.book-grid{grid-template-columns:1fr}.book-reader-frame{height:60vh}}
