*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 1rem;color:#333}.container{max-width:900px;margin:0 auto}.header{text-align:center;color:#fff;margin-bottom:2rem}.header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.1rem;opacity:.9}.status-banner{background:#fff;border-radius:12px;padding:1rem 2rem;margin-bottom:2rem;text-align:center;font-weight:600;font-size:1.1rem;box-shadow:0 10px 30px #0003;transition:all .3s ease}.status-banner[data-status=online]{background:#d1fae5;color:#059669}.status-banner[data-status=offline]{background:#fee2e2;color:#dc2626}.install-prompt{position:fixed;bottom:2rem;right:2rem;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.install-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #0000004d;max-width:300px}.install-card h3{margin-bottom:.5rem;color:#667eea}.install-card p{margin-bottom:1rem;color:#555;font-size:.9rem}.install-actions{display:flex;gap:.5rem}.content-card,.info-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 30px #0003}.content-card h2,.info-card h3{margin-bottom:1.5rem;color:#667eea}.card-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.status-item{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea}.status-label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.status-value{display:block;font-size:1.1rem;font-weight:700;color:#333}.status-value.success{color:#059669}.status-value.warning{color:#f59e0b}.status-value.error{color:#dc2626}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:#e5e7eb;color:#333}.btn-secondary:hover{background:#d1d5db}.notes-list{margin-top:1.5rem}.empty-state{text-align:center;color:#9ca3af;padding:2rem;font-style:italic}.note-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:.75rem;border-left:4px solid #667eea;transition:all .2s ease}.note-item:hover{background:#f3f4f6;transform:translate(4px)}.note-content{flex:1}.note-text{margin-bottom:.25rem;color:#333;line-height:1.4}.note-meta{color:#9ca3af;font-size:.75rem}.btn-delete{width:32px;height:32px;border:none;background:#fee2e2;color:#dc2626;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-delete:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.cache-info{margin-bottom:1.5rem}.cache-stat{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea}.cache-label{font-size:.875rem;color:#6b7280;margin-right:.5rem}.cache-value{font-size:1.25rem;font-weight:700;color:#667eea}.cache-actions{display:flex;gap:1rem;flex-wrap:wrap}.instructions-list{padding-left:1.5rem}.instructions-list li{margin-bottom:1rem;line-height:1.6;color:#555}.instructions-list strong{color:#667eea}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea}.feature-item h4{margin-bottom:.5rem;color:#667eea;font-size:1rem}.feature-item p{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.footer{text-align:center;color:#fff;padding:2rem 0;font-size:.875rem}.footer a{color:#fff;text-decoration:underline;font-weight:600}.footer a:hover{opacity:.8}@media (max-width: 768px){body{padding:1rem .5rem}.header h1{font-size:2rem}.content-card,.info-card{padding:1.5rem}.install-prompt{bottom:1rem;right:1rem;left:1rem}.install-card{max-width:none}.status-grid{grid-template-columns:1fr}.cache-actions{flex-direction:column}.cache-actions .btn{width:100%}.features-grid{grid-template-columns:1fr}}
