body { margin: 0; background: #121212; font-family: 'Courier New', Courier, monospace; overflow: hidden; }

/* Поле для быстрой заметки */
#quick-note-input {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #00ff96;
    color: #00ff96;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 0 15px rgba(0, 255, 150, 0.2);
}

#quick-note-input::placeholder { color: rgba(0, 255, 150, 0.5); }