*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}button{cursor:pointer}button,input,textarea{font-family:inherit}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px}.header-content,.logo{align-items:center;display:flex}.logo{color:#0d9488;font-size:1.25rem;font-weight:600;gap:.5rem;text-decoration:none}.logo-icon{font-size:1.5rem}.logo-text{letter-spacing:-.02em}.nav{display:flex;gap:1.5rem}.nav-link{color:#64748b;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#0d9488}@media (max-width:768px){.header{padding:1rem}.logo-text{font-size:1rem}}.footer{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 2rem;text-align:center}.footer p{color:#94a3b8;font-size:.85rem;font-weight:500;letter-spacing:.02em}.note-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;color:inherit;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.note-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.note-card-border{height:3px;width:100%}.note-card-content{padding:1.25rem}.note-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.note-category{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.delete-btn{align-items:center;background:none;border:none;border-radius:50%;color:#cbd5e1;display:flex;font-size:1.25rem;height:24px;justify-content:center;transition:all .2s ease;width:24px}.delete-btn:hover{background:#fee2e2;color:#ef4444}.note-title{color:#1e293b;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.note-preview{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.note-date{color:#94a3b8;font-size:.75rem;font-weight:500}:root{--teal:#0d9488;--blue:#3b82f6;--green:#22c55e;--orange:#f97316;--cyan:#06b6d4}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:480px;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h2{color:#1e293b;font-size:1.1rem;font-weight:600}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;display:flex;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.modal-close:hover{background:#f1f5f9;color:#64748b}form{padding:1.5rem}.form-input,.form-select,.form-textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;padding:.875rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;outline:none}.form-textarea{line-height:1.5;min-height:120px;resize:vertical}.form-input{margin-bottom:1rem}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.form-select{flex:1 1}.color-picker{align-items:center;display:flex;gap:.5rem}.color-btn{border:2px solid #0000;border-radius:50%;cursor:pointer;height:28px;transition:transform .2s ease,border-color .2s ease;width:28px}.color-btn:hover{transform:scale(1.1)}.color-btn.active{border-color:#1e293b;transform:scale(1.15)}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel,.btn-submit{border-radius:10px;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-cancel{background:#f1f5f9;border:none;color:#64748b}.btn-cancel:hover{background:#e2e8f0}.btn-submit{background:#0d9488;border:none;color:#fff}.btn-submit:hover{background:#0f766e}.home{animation:fadeIn .3s ease}.home-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.home-title h1{color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-.02em}.note-count{color:#94a3b8;font-size:.9rem;margin-top:.25rem}.add-btn{align-items:center;background:#0d9488;border:none;border-radius:10px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.add-btn:hover{background:#0f766e;transform:translateY(-1px)}.add-btn span{font-size:1.25rem;font-weight:300}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.filter-btn:hover{border-color:#0d9488;color:#0d9488}.filter-btn.active{background:#0d9488;border-color:#0d9488;color:#fff}.notes-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.empty-state{background:#fff;border:1px dashed #e2e8f0;border-radius:16px;padding:4rem 2rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{color:#1e293b;font-size:1.25rem;margin-bottom:.5rem}.empty-state p{color:#94a3b8;font-size:.9rem}@media (max-width:768px){.home-header{flex-direction:column;gap:1rem}.home-title h1{font-size:1.5rem}.add-btn{justify-content:center;width:100%}}.note-detail{animation:fadeIn .3s ease;margin:0 auto;max-width:720px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-btn{background:none;border:none;color:#64748b;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:0;transition:color .2s ease}.back-btn:hover{color:#0d9488}.note-detail-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.note-detail-border{height:4px;width:100%}.note-detail-content{padding:2rem}.note-detail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.note-category-large{font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.note-actions{display:flex;gap:.5rem}.action-btn{background:#f1f5f9;border:none;border-radius:8px;color:#64748b;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.action-btn:hover{background:#e2e8f0}.delete-btn-large:hover{background:#fee2e2;color:#ef4444}.note-detail-title{color:#1e293b;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:.5rem}.note-detail-date{color:#94a3b8;font-size:.85rem;margin-bottom:2rem}.note-detail-body{color:#475569;font-size:1rem;line-height:1.8}.note-detail-body p{margin-bottom:1rem}.note-detail-body p:last-child{margin-bottom:0}.loading{color:#94a3b8;font-size:1rem;padding:4rem;text-align:center}@media (max-width:768px){.note-detail-content{padding:1.5rem}.note-detail-title{font-size:1.5rem}.note-detail-header{align-items:flex-start;flex-direction:column;gap:1rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media (max-width:768px){.main-content{padding:1rem}}