body{background-color:#0d1117;color:#c9d1d9;height:100vh;justify-content:center;margin:0}.login-container,body{align-items:center;display:flex}.login-container{background-color:#161b22;border-radius:8px;box-shadow:0 0 10px #0000004d;flex-direction:column;padding:2rem;width:300px}.login-container h1{color:#fff}h1{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}form{display:flex;flex-direction:column;gap:1rem}input{background-color:#0d1117;border:1px solid #30363d;border-radius:6px;color:#c9d1d9;padding:.75rem}input::placeholder{color:#8b949e}button{border:none;border-radius:6px;cursor:pointer;font-weight:700;padding:.75rem;text-transform:uppercase;transition:background-color .3s ease}.login-button{background-color:#3f51b5;color:#fff}.login-button:hover{background-color:#283593}.forgot-password-link{color:#58a6ff;display:block;margin-bottom:1rem;padding-top:10px;text-align:center;text-decoration:none;width:100%}.forgot-password-link:hover{color:#1f6feb;text-decoration:underline}.signup-button{background-color:initial;border:1px solid #e91e63;color:#e91e63;margin-top:1rem}.signup-button:hover{background-color:#e91e634d}body{background-color:#1a1a1a;color:#1a1a1a;font-family:Arial,sans-serif}.dashboard{align-items:center;display:flex;flex-direction:column;height:100vh;overflow:hidden}.dashboard-header{background-color:#1a1a1a;padding:10px;position:sticky;top:0;z-index:1000}.notes-container{grid-gap:20px;display:grid;flex-grow:1;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,2fr));overflow-y:auto;padding:20px}.note-card{border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:auto;max-height:100px;min-height:70px;padding:15px;position:relative;transition:all .3s ease}.note-card.shared{border:2px solid #4caf50}.shared-indicator{background-color:#4caf50;border-radius:3px;color:#fff;font-size:.8em;padding:2px 5px;position:absolute;right:5px;top:5px}.note-card.expanded{cursor:default;height:auto;left:50%;max-height:80%;max-width:500px;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%;z-index:1000}.close-button{background:none;border:none;color:#1a1a1a;cursor:pointer;font-size:24px;opacity:.7;position:absolute;right:10px;top:10px}.sort-button{background-color:#f9d949;color:#1a1a1a;position:relative}.close-button:hover{opacity:1}.note-card h3{font-size:16px;margin-bottom:5px;margin-top:0;white-space:nowrap}.note-card h3,.note-card p{overflow:hidden;text-overflow:ellipsis}.note-card p{font-size:14px;margin-bottom:0;white-space:pre-line}.note-card:not(.expanded) p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.note-actions{display:flex;justify-content:space-between;margin-top:15px}.note-actions button{background-color:#0000001a;border:none;border-radius:4px;color:#1a1a1a;cursor:pointer;padding:5px 10px}.note-card input,.note-card textarea{background-color:#ffffff1a;border:1px solid #0000001a;border-radius:4px;color:inherit;margin-bottom:10px;padding:5px;width:100%}.note-card textarea{min-height:100px;resize:vertical}.overlay{background-color:#00000080;bottom:0;left:0;right:0;top:0;z-index:999}.fab,.overlay{position:fixed}.fab{background-color:#f9d949;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 8px #00000026;color:#1a1a1a;cursor:pointer;font-size:24px;height:56px;right:20px;width:56px}.popup-overlay{background-color:#00000080;bottom:0;left:0;right:0;top:0}.friends-button,.popup-overlay{align-items:center;display:flex;justify-content:center;position:fixed}.friends-button{background-color:#f9d949;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 8px #00000026;color:#1a1a1a;cursor:pointer;font-size:24px;height:56px;left:20px;padding:0;width:56px}.friends-icon{height:32px;width:32px}.friends-popup{background-color:#2a2a2a;border-radius:8px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.friends-popup h2{color:#fff}.friends-popup button{background-color:#f9d949;color:#1a1a1a}.friends-popup li{color:#fff}.popup-content{background-color:#2a2a2a;border-radius:8px;max-width:400px;padding:20px;width:80%}.popup-content h2{color:#fff;margin-top:0}.popup-content input,.popup-content textarea{background-color:#333;border:1px solid #444;border-radius:4px;color:#fff;margin-bottom:10px;padding:10px;width:95%}.color-picker{display:flex;justify-content:space-between;margin-bottom:10px}.color-option{border:2px solid #0000;border-radius:50%;cursor:pointer;height:30px;width:30px}.color-option.selected{border-color:#fff}.button-group{display:flex;justify-content:space-between}.button-group button{border:none;border-radius:4px;cursor:pointer;padding:10px 20px}.button-group button[type=submit]{background-color:#f9d949;color:#1a1a1a}.button-group button[type=button]{background-color:#444;color:#fff}.back-to-login-button{background-color:initial;border:1px solid #58a6ff;color:#58a6ff;margin-top:1rem;width:100%}.back-to-login-button:hover{background-color:#58a6ff4d}.message{color:#c9d1d9;margin-top:1rem;text-align:center}
/*# sourceMappingURL=main.823c331e.css.map*/