.RandomQuote_quoteModalOverlay__7YoqH{width:100vw;height:100vh;background:rgba(0,0,0,.4)}.RandomQuote_modalOverlay__LDxu5,.RandomQuote_quoteModalOverlay__7YoqH{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1000}.RandomQuote_modalOverlay__LDxu5{right:0;bottom:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(3px)}.RandomQuote_modalContent__xzHME{background-color:rgba(255,255,255,.95);padding:2rem;border-radius:12px;width:90%;max-width:600px;max-height:80vh;box-shadow:0 8px 32px rgba(0,0,0,.1);position:relative;animation:RandomQuote_modalFadeIn__7s7Yd .3s ease-out}.RandomQuote_historyList__z9Mtt{margin:1rem 0}.RandomQuote_historyItem__kVVTv{background-color:rgba(255,255,255,.9);padding:1.5rem;border-radius:8px;margin-bottom:1rem;border:1px solid rgba(0,0,0,.1);transition:transform .2s ease;color:#1a1a1a}.RandomQuote_historyItem__kVVTv:hover{transform:translateY(-2px)}.RandomQuote_historyItem__kVVTv p{color:#1a1a1a;font-weight:500}.RandomQuote_historyItem__kVVTv strong{color:#000;font-weight:600}.RandomQuote_timestamp__HO3eU{color:#444;font-size:.9rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem}.RandomQuote_closeButton__8toUv{background-color:#dc3545}.RandomQuote_closeButton__8toUv,.RandomQuote_deleteButton__dCKLN{margin-top:1rem;padding:.8rem 1.5rem;color:white;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;width:100%;font-weight:700}.RandomQuote_deleteButton__dCKLN{background-color:#0077cc}.RandomQuote_closeButton__8toUv:hover{background-color:#c82333}.RandomQuote_deleteButton__dCKLN:hover{background-color:#005fa3}@keyframes RandomQuote_modalFadeIn__7s7Yd{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.RandomQuote_quoteModal__02k2_{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.15);padding:2.5rem 2rem 2rem;min-width:320px;max-width:90vw;text-align:center;position:relative;animation:RandomQuote_modalShow__KNS5Q .3s ease}@keyframes RandomQuote_modalShow__KNS5Q{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.RandomQuote_quoteModalClose__85WMC{position:absolute;top:12px;right:16px;background:#eee;border:none;border-radius:50%;width:32px;height:32px;font-size:1.2rem;cursor:pointer;transition:background .2s}.RandomQuote_quoteModalClose__85WMC:hover{background:#ccc}.RandomQuote_quoteModalTitle__axTHS{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:#333}.RandomQuote_quoteModalText__nfsjk{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#222}.RandomQuote_quoteModalAuthor__KnPf8{font-style:italic;color:#555;margin-bottom:1rem}.RandomQuote_quoteModalCategories__Kvek6{margin-bottom:1rem;color:#444}.RandomQuote_quoteModalImageWrapper__rNmCN{margin-top:1rem}.RandomQuote_quoteModalImage__4Hc6q{max-width:300px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.RandomQuote_randomquoteContainer__eArhF{background-color:white;color:#333;min-height:85vh;padding:2rem;font-family:Segoe UI,sans-serif;text-align:center}.RandomQuote_randomquoteBar__pUqhQ{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#172139,#354d1c);padding:15px}.RandomQuote_randomquoteContainer__eArhF h1{margin-bottom:1rem;color:#333;font-weight:700;font-size:40px}.RandomQuote_randomquoteContainer__eArhF p{margin-bottom:2rem;color:#555}.RandomQuote_randomquoteContainer__eArhF button{padding:.8rem 1.2rem;background-color:#0077cc;color:white;border:none;border-radius:6px;cursor:pointer;height:50px;margin:10px}.RandomQuote_randomquoteBar__pUqhQ button{padding:.8rem 1.2rem;background-color:#3b763b;color:white;border:none;border-radius:6px;cursor:pointer;height:50px;margin:5px}.RandomQuote_historyList__z9Mtt{max-height:60vh;padding-right:1rem;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.RandomQuote_historyList__z9Mtt::-webkit-scrollbar{width:0;height:0}@media (orientation:portrait){.RandomQuote_submenu__Zvvc2{display:none;position:absolute;z-index:10;list-style:none;right:1rem;margin:0;padding:0;min-width:calc(3.5 * var(--menu-item-size) - 5%);box-shadow:.5em .5em .5em #ccc;background-color:rgba(0,0,0,.5);border-radius:5px}.RandomQuote_withsubmenu__6ejWY{position:relative;display:inline-block;width:100%}.RandomQuote_withsubmenu__6ejWY:hover .RandomQuote_submenu__Zvvc2{display:grid}.RandomQuote_withsubmenu__6ejWY:hover .RandomQuote_withsubmenu__6ejWY{display:none}.RandomQuote_submenu__Zvvc2>li{background:#dedede;color:#777;padding:1.2em 1em;transition:all .3s linear;display:block;line-height:0%}}@media (orientation:landscape){.RandomQuote_dropdownContainer__F2KNq{display:none}}.AddQuote_addquoteWrapper__Umi_F{position:relative;min-height:100vh;background-color:white;color:#333;font-family:Segoe UI,sans-serif}.AddQuote_addquoteBar__CtyU_{background:linear-gradient(90deg,#172139,#354d1c);padding:20px;text-align:center;color:white}.AddQuote_addquoteContainer__DSkJF{padding:2rem;text-align:center}.AddQuote_quoteForm__gdZp7{display:flex;flex-direction:column;max-width:500px;margin:auto}.AddQuote_quoteForm__gdZp7 input{padding:.8rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-size:16px}.AddQuote_quoteForm__gdZp7 button{padding:.8rem;background-color:#0077cc;color:white;border:none;border-radius:6px;cursor:pointer}.AddQuote_bobButtonContainer__nVU4_{position:fixed;bottom:20px;right:20px;z-index:1000}.AddQuote_bobButton__rGvQw{background:transparent;border:none;padding:0;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .2s ease}.AddQuote_bobButton__rGvQw:hover{transform:scale(1.05)}.AddQuote_inputTextarea__gMVX9{min-height:100px;padding:.5rem;border:1px solid #ccc;border-radius:6px;resize:vertical;color:#1a1a1a;font-size:1rem}