body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app-container{min-height:100vh;overflow:hidden;padding:2rem;position:relative;transition:background .5s ease}.light-mode{background:linear-gradient(135deg,#f5f0ff,#fce4ec 50%,#e3f2fd)}.dark-mode{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)}.bubbles-container{inset:0;overflow:hidden;pointer-events:none;position:absolute}.bubble{animation:float ease-in-out infinite;border-radius:50%;position:absolute}.bubble-light{background:#9333ea33}.bubble-dark{background:#a855f71a}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,10px) scale(1.05)}}.content-wrapper{margin:0 auto;max-width:1200px;position:relative;z-index:10}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.title{font-size:2.5rem;font-weight:700;transition:color .3s ease}.light-mode .title{color:#1f2937}.dark-mode .title{color:#fff}.theme-toggle{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .3s ease}.light-mode .theme-toggle{background:#1f2937;box-shadow:0 10px 15px -3px #0000004d;color:#fbbf24}.dark-mode .theme-toggle{background:#fbbf24;box-shadow:0 10px 15px -3px #fbbf2480;color:#1f2937}.theme-toggle:hover{transform:scale(1.1)}.input-section{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.note-input{border:2px solid;border-radius:12px;font-size:1rem;outline:none;padding:.875rem 1.25rem;transition:all .3s ease;width:400px}.light-mode .note-input{background:#fff;border-color:#d8b4fe;color:#1f2937}.light-mode .note-input::placeholder{color:#9ca3af}.light-mode .note-input:focus{border-color:#a855f7;box-shadow:0 10px 15px -3px #a855f74d}.dark-mode .note-input{background:#1f2937;border-color:#a855f7;color:#fff}.dark-mode .note-input::placeholder{color:#9ca3af}.dark-mode .note-input:focus{border-color:#c084fc;box-shadow:0 10px 15px -3px #a855f74d}.add-button{align-items:center;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .3s ease}.light-mode .add-button{background:linear-gradient(135deg,#a855f7,#ec4899);box-shadow:0 10px 15px -3px #a855f74d}.dark-mode .add-button{background:linear-gradient(135deg,#9333ea,#db2777);box-shadow:0 10px 15px -3px #9333ea80}.add-button:hover{transform:scale(1.05)}.notes-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid;border-radius:16px;min-height:600px;padding:1.5rem;position:relative;transition:all .5s ease}.light-mode .notes-container{background:#ffffffb3;border-color:#e9d5ff;box-shadow:0 25px 50px -12px #a855f740}.dark-mode .notes-container{background:#1f293780;border-color:#a855f74d;box-shadow:0 25px 50px -12px #9333ea33}.note{border:2px solid;border-radius:12px;cursor:grab;min-height:100px;padding:1rem;position:absolute;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:250px;z-index:10}.light-mode .note{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;box-shadow:0 10px 15px -3px #0000001a}.dark-mode .note{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#d97706;box-shadow:0 10px 15px -3px #0000004d}.note:hover{box-shadow:0 20px 25px -5px #0003}.note.dragging{box-shadow:0 25px 50px -12px #00000040;transform:scale(1.05);z-index:50}.note.dragging,.note:active{cursor:grabbing}.remove-btn{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:50%;box-shadow:0 4px 6px -1px #0000004d;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:-8px;top:-8px;transition:all .2s ease;width:28px}.remove-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.1)}.note-content{align-items:flex-start;display:flex;gap:.5rem;padding-right:1.5rem}.grip-icon{flex-shrink:0;margin-top:.25rem}.light-mode .grip-icon{color:#6b7280}.dark-mode .grip-icon{color:#78350f}.note-text{flex:1 1;font-size:.875rem;line-height:1.5}.light-mode .note-text{color:#1f2937}.dark-mode .note-text{color:#1f2937;font-weight:500}@media (max-width:768px){.app-container{padding:1rem}.title{font-size:1.875rem}.input-section{align-items:stretch;flex-direction:column}.note-input{width:100%}.notes-container{min-height:500px}}
/*# sourceMappingURL=main.b573a77b.css.map*/