*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{background:#1a1a2e;min-height:100vh;font-family:Noto Sans SC,Segoe UI,Microsoft YaHei,sans-serif}.app{background:radial-gradient(at 20% 80%,#16213ecc 0%,#0000 50%),radial-gradient(at 80% 20%,#1a1a2ee6 0%,#0000 50%);width:100%;min-height:100vh;padding-top:48px;overflow-x:hidden}.toolbar{box-sizing:border-box;z-index:1000;background:#16213e;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000004d}.toolbar-actions{align-items:center;gap:8px;display:flex}.toolbar-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.toolbar-btn:hover{color:#ff6b6b;background:#ffffff1a}.toolbar-title{align-items:center;gap:12px;display:flex}.toolbar-title h1{color:#fff;letter-spacing:1px;font-size:16px;font-weight:600}.notes-wrapper{box-sizing:border-box;width:100%;padding:20px}.empty-state{text-align:center;color:#fff6;padding:80px 20px}.empty-icon{fill:#fff3;width:80px;height:80px;margin-bottom:20px}.empty-state p{margin-bottom:8px;font-size:16px}.empty-state small{opacity:.6;font-size:13px}.notes-grid{box-sizing:border-box;grid-template-columns:repeat(6,calc(16.6667% - 10px));gap:12px;width:100%;display:grid}.note{box-sizing:border-box;background:#fff9c4;border-radius:4px;flex-direction:column;width:100%;min-height:200px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 8px #00000026,0 1px 3px #0000001a,inset 0 1px #ffffff80}.note:hover{box-shadow:0 4px 16px #0003,0 2px 6px #00000026,inset 0 1px #ffffff80}.note.ghost{opacity:.5;background:#e0e0e0}.note.dragging{transform:rotate(3deg);box-shadow:0 10px 30px #0000004d}.drag-handle{opacity:0;cursor:grab;background:#0000001a;border-radius:2px;width:30px;height:4px;transition:opacity .2s;position:absolute;top:4px;left:50%;transform:translate(-50%)}.note:hover .drag-handle{opacity:1}.note-header{border-bottom:1px solid #0000000f;align-items:center;gap:8px;padding:8px 10px;display:flex}.note-title{color:#333;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:3px;outline:none;flex:1;min-width:0;padding:4px 6px;font-size:13px;font-weight:600;overflow:hidden}.note-title::placeholder{color:#0000004d}.note-title:focus{background:#ffffff80}.color-picker{flex-shrink:0;gap:4px;display:flex}.color-dot{cursor:pointer;border:1.5px solid #0000001f;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:all .15s}.color-dot:hover{transform:scale(1.2);box-shadow:0 1px 4px #0003}.color-dot.active{border-color:#00000059;box-shadow:0 0 0 1.5px #00000026}.delete-btn{color:#00000059;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.note:hover .delete-btn{opacity:1}.delete-btn:hover{color:#d32f2f;background:#0000001a}.note-content{color:#333;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:100px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5}.note-content::placeholder{color:#00000040}.note-content:focus{background:#ffffff40}.note-footer{border-top:1px solid #0000000a;justify-content:space-between;align-items:center;padding:6px 10px 8px;display:flex}.note-footer-left{align-items:center;gap:8px;display:flex}.copy-btn{color:#0000004d;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.note:hover .copy-btn{opacity:1}.copy-btn:hover{color:#0009;background:#0000001a}.note-date{color:#0000004d;font-size:10px}@media (width<=767px){.toolbar{padding:0 16px}.toolbar-title span{display:none}.notes-wrapper{padding:12px}.notes-grid{grid-template-columns:1fr;gap:10px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.toast{color:#fff;z-index:2000;opacity:0;pointer-events:none;background:#333;border-radius:8px;padding:12px 20px;font-size:14px;transition:all .3s;position:fixed;top:60px;right:20px;transform:translate(100px);box-shadow:0 4px 12px #0003}.toast.show{opacity:1;transform:translate(0)}.toast.info{background:#2196f3}.toast.success{background:#4caf50}.toast.warning{background:#ff9800}.toast.error{background:#f44336}.modal-overlay{z-index:3000;opacity:0;visibility:hidden;background:#00000080;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.modal-overlay.show{opacity:1;visibility:visible}.modal{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:360px;padding:32px;transition:transform .3s;transform:scale(.9);box-shadow:0 20px 60px #0000004d}.modal-overlay.show .modal{transform:scale(1)}.modal-icon{color:#ff9800;background:#fff3e0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.modal-title{color:#333;margin-bottom:12px;font-size:20px;font-weight:600}.modal-message{color:#666;margin-bottom:28px;font-size:15px;line-height:1.5}.modal-actions{gap:12px;display:flex}.modal-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s}.modal-btn.cancel{color:#666;background:#f5f5f5}.modal-btn.cancel:hover{background:#eee}.modal-btn.confirm{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.modal-btn.confirm:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ee5a5a66}
