*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{background:#0a0a0a;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.note-container{height:100%;display:flex;flex-direction:column;align-items:center;padding:60px 20px 20px}.new-note-btn{position:fixed;top:20px;right:24px;background:transparent;border:1px solid rgba(255,255,255,.08);color:#ffffff4d;padding:8px 16px;border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;cursor:pointer;transition:all .2s ease;z-index:10;letter-spacing:.01em}.new-note-btn:hover{background:#ffffff0a;border-color:#ffffff26;color:#fff9}.note-editor{width:100%;max-width:640px;flex:1;background:transparent;border:none;outline:none;color:#ffffffd9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:300;line-height:1.8;letter-spacing:.01em;resize:none;caret-color:#fff9}.note-editor::placeholder{color:#ffffff1f;font-weight:300}.attachments-strip{width:100%;max-width:640px;display:flex;gap:10px;padding:16px 0 8px;overflow-x:auto;flex-shrink:0;border-top:1px solid rgba(255,255,255,.06)}.attachments-strip::-webkit-scrollbar{height:4px}.attachments-strip::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.attachment-item{position:relative;flex-shrink:0}.attachment-thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;cursor:pointer;border:1px solid rgba(255,255,255,.08);transition:border-color .2s ease;display:block}.attachment-thumb:hover{border-color:#ffffff40}.attachment-thumb.placeholder{background:#ffffff0a;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.attachment-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#000000b3;border:1px solid rgba(255,255,255,.15);color:#ffffff80;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.attachment-item:hover .attachment-remove{opacity:1}.attachment-remove:hover{background:#ff3c3c99;color:#fff}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:100;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox img{max-width:90vw;max-height:78vh;border-radius:8px;box-shadow:0 8px 40px #00000080}.lightbox-actions{display:flex;gap:12px}.lightbox-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff9;padding:8px 20px;border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;cursor:pointer;transition:all .2s ease}.lightbox-btn:hover{background:#ffffff1f;color:#ffffffd9}@media (max-width: 680px){.note-container{padding:52px 16px 16px}.note-editor{font-size:15px}.attachment-thumb{width:60px;height:60px}}
