.menu-dropdown{background:#fff;border-radius:8px;box-shadow:-4px 4px 4px 0 rgba(0,0,0,.15);border:1px solid #e5e7eb;min-width:120px;z-index:1000;padding:10px 0;max-height:calc(100vh - 50px);overflow-y:auto;position:fixed}.menu-dropdown .menu-item{display:flex;align-items:center;width:100%;padding:8px 12px;gap:12px;border:none;background:none;cursor:pointer!important;color:#1b1a3a;font-size:1rem;text-align:left;font-weight:400;border-radius:5px;line-height:1.3rem}.menu-dropdown .menu-item svg{color:#535260}.menu-dropdown .menu-item:hover{background:#f5f6f8!important}.menu-dropdown .menu-item--disabled{opacity:.5;cursor:not-allowed!important}.menu-dropdown .menu-item--disabled:hover{background:transparent!important}.menu-dropdown .menu-item--disabled svg{color:#8c8ba0}.menu-dropdown .menu-item--delete,.menu-dropdown .menu-item--delete svg{color:#c6385a!important}.menu-dropdown .menu-item--delete:hover{background-color:rgba(220,38,38,.05)!important}.menu-dropdown .empty-menu-message{padding:10px 12px;color:#8c8ba0;font-size:.9rem;text-align:center}.action-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease-out}.action-menu-bottom-sheet{background:#fff;width:100%;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden;animation:slideUp .3s ease-out;max-height:90vh}.action-menu-bottom-sheet .bottom-sheet-header{position:relative;padding:16px 20px 12px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e5e7eb}.action-menu-bottom-sheet .bottom-sheet-header .bottom-sheet-handle{width:36px;height:4px;background-color:#e5e7eb;border-radius:2px;flex-shrink:0}.action-menu-bottom-sheet .bottom-sheet-header .close-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;color:#374151}.action-menu-bottom-sheet .bottom-sheet-content{padding:0;max-height:70vh;overflow-y:auto}.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item{display:flex;align-items:center;width:100%;padding:16px 20px;border:none;border-bottom:1px solid #e5e7eb;background:none;text-align:left;gap:20px;font-size:1rem;font-weight:500;color:#1b1a3a;cursor:pointer}.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item:last-child{border-bottom:none}.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item svg{color:#535260;width:20px;height:20px;flex-shrink:0}.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item--disabled{opacity:.5;pointer-events:none}.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item--delete,.action-menu-bottom-sheet .bottom-sheet-content .mobile-menu-item--delete svg,button.menu-item--delete,button.menu-item--delete svg,button.mobile-menu-item--delete,button.mobile-menu-item--delete svg{color:#c6385a!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.flashcard{background-color:red;background:#fff;border-radius:10px;overflow:visible;cursor:pointer;transition:all .2s ease;flex:1;min-width:0;border:1px solid #e5e7eb;border-left:5px solid #c6385a;position:relative}.flashcard:hover{box-shadow:0 4px 8px rgba(0,0,0,.05)}.flashcard.selected{border-right:2px solid #6052cc;border-top:2px solid #6052cc;border-bottom:2px solid #6052cc;background:#dfe0e6}.flashcard .card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.flashcard .card-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start}.flashcard .title{font-size:1.125rem;font-weight:500;color:#1b1a3a;line-height:23.4px;flex:1!important;min-width:0!important}.flashcard .menu-wrapper{display:flex;align-items:center;position:static;margin-left:auto!important;flex-shrink:0!important}.flashcard .menu-wrapper .check-icon{height:17px;width:17px;background-color:#6052cc;color:#fff;border-radius:10px}.flashcard .menu-wrapper .delete-button,.flashcard .menu-wrapper .menu-button{color:#3a3946;background:transparent;padding:8px;border-radius:4px;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.flashcard .menu-wrapper .delete-button:hover,.flashcard .menu-wrapper .menu-button:hover{background:#f3f4f6}.flashcard .menu-wrapper .delete-button:hover{background-color:rgba(198,56,90,.1);color:#c6385a;transition:all .35s ease-in-out;opacity:1}.flashcard .menu-wrapper .menu-dropdown{position:absolute;right:0;top:45px;background:#fff;border-radius:8px;box-shadow:0 4px 6px -2px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);border:1px solid #e5e7eb;z-index:999;min-width:180px;padding:10px}.flashcard .menu-wrapper .menu-dropdown .menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px;color:#3a3946;font-size:1rem;transition:all .2s ease;border-radius:5px;font-weight:400;cursor:pointer}.flashcard .menu-wrapper .menu-dropdown .menu-item svg{width:16px;height:16px;color:#3a3946}.flashcard .menu-wrapper .menu-dropdown .menu-item:hover{background:#f3f4f6}.flashcard .menu-wrapper .menu-dropdown .menu-item.delete,.flashcard .menu-wrapper .menu-dropdown .menu-item.delete svg{color:#ef4444}.flashcard .menu-wrapper .menu-dropdown .menu-item.delete:hover{background:hsla(0,93%,94%,.4)}.flashcard .description{color:#3a3946;font-size:1rem;line-height:20.8px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flashcard .subject-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.flashcard .subject-tags .subject{color:#6052cc;font-weight:400;font-size:.75rem;line-height:15.6px;background:#f0f2fd;border-radius:20px;padding:5px}.flashcard .subject-tags .tags{display:flex;gap:8px;flex-wrap:wrap}.flashcard .subject-tags .tags .tag{background:#eeeef0;padding:5px;border-radius:20px;font-size:.75rem;color:#3a3946;font-weight:400;line-height:15.6px}