*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--custom-text-color);background-color:var(--custom-background-color)}.lexicon-container{height:100vh;display:flex;flex-direction:column}.lexicon-header{background-color:var(--custom-background-color);border-bottom:1px solid #e5e5e5}.header-content{max-width:1200px;margin:0 auto;padding:1.5rem}.site-title{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;color:var(--custom-text-color);-webkit-user-select:none;user-select:none}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.content-grid{display:flex;gap:2rem}.left-section{flex:0 0 70%;display:flex;flex-direction:column;gap:1.5rem}.controls-section{display:flex;flex-direction:column;gap:1rem}.alphabet-timeline{position:relative;padding:1.5rem 0}.timeline-line{position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(to right,#e5e5e5,#a3a3a3,#e5e5e5);transform:translateY(-50%)}.timeline-letters{position:relative;display:flex;justify-content:space-between;align-items:center}.timeline-letter{font-size:.875rem;font-weight:600;color:var(--custom-text-color);cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;background-color:var(--custom-background-color);padding:.25rem .5rem;z-index:1}.timeline-letter:hover{color:var(--custom-text-color);transform:translateY(-2px) scale(1.2)}.timeline-letter.active{color:var(--custom-primary-color);font-weight:700;transform:translateY(-4px) scale(1.5)}.search-container{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--custom-text-color);pointer-events:none}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;font-size:.875rem;border:1px solid var(--custom-border-color);border-radius:.375rem;background-color:var(--custom-background-color);color:var(--custom-text-color);outline:none;transition:border-color .2s}.search-input:focus{border-color:#a3a3a3}.search-input::placeholder{color:#a3a3a3}.entries-list{display:flex;flex-direction:column;gap:1rem}.entry-card{position:relative;background-color:var(--custom-background-color);border:1px solid var(--custom-border-color);border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;cursor:pointer}.entry-header{display:flex;flex-direction:column;gap:.25rem;-webkit-user-select:none;user-select:none}.entry-phrase{font-size:1.25rem;font-weight:600;color:var(--custom-text-color);-webkit-user-select:none;user-select:none}.entry-toggle-button{width:30px;height:30px;position:absolute;top:0;right:0;margin:40px;display:flex;align-items:center;justify-content:center;background-color:#c0c0c060;border:none;border-radius:50%;cursor:pointer}.entry-toggle-button:hover{background-color:#c0c0c09f}.entry-toggle-button:active{background-color:#e4e4e4}.entry-translation{font-size:.875rem;font-style:italic;color:var(--custom-text-color);-webkit-user-select:none;user-select:none}.entry-description{color:var(--custom-text-color);line-height:1.6;-webkit-user-select:none;user-select:none}.entry-example-section{padding-top:.5rem;border-top:1px solid var(--custom-border-color)}.entry-example{font-size:.875rem;color:var(--custom-text-color);-webkit-user-select:none;user-select:none}.example-label{font-weight:500;-webkit-user-select:none;user-select:none}.no-results{background-color:var(--custom-background-color);border:1px solid var(--custom-border-color);border-radius:.5rem;padding:3rem;text-align:center;color:var(--custom-text-color)}.right-section{flex:0 0 30%}.word-of-day-card{background-color:var(--custom-background-color);border:1px solid var(--custom-border-color);border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;top:2rem;margin-bottom:1rem}.word-of-day-title{font-size:1.5rem;font-weight:700;color:var(--custom-text-color);padding-bottom:.75rem}.word-of-day-content{display:flex;flex-direction:column;gap:1rem}.word-header{display:flex;flex-direction:column;gap:.25rem}.word-phrase{font-size:1.25rem;font-weight:600;color:var(--custom-text-color)}.word-translation{font-size:.875rem;font-style:italic;color:var(--custom-text-color)}.word-details{display:flex;flex-direction:column;gap:.75rem}.word-section{display:flex;flex-direction:column;gap:.25rem}.section-title{font-size:.875rem;font-weight:500;color:var(--custom-text-color)}.section-text{font-size:.875rem;line-height:1.6;color:var(--custom-text-color)}.example-text{color:var(--custom-text-color)}.lexicon-footer{background-color:var(--custom-background-color);border-top:1px solid var(--custom-border-color);margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.copyright{font-size:.875rem;color:var(--custom-text-color);text-align:center}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 0}.page-number{background-color:var(--custom-background-color);border:1px solid var(--custom-border-color);color:var(--custom-text-color);font-weight:500;font-size:.9rem;min-width:40px;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out}.page-number:hover{background-color:var(--custom-background-color);border-color:#b3b7b9}.page-number.active{background-color:var(--custom-secundary-color);color:var(--custom-text-color);border-color:var(--custom-accent-color);font-weight:700;box-shadow:0 1px 3px #0000001a}.page-number.active:hover{background-color:var(--custom-primary-color)}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.donation-section{display:flex;align-items:center;gap:1.25rem;text-align:right}.donation-info{font-size:.9rem}.info-link{color:var(--custom-primary-color);text-decoration:none;font-weight:500}.info-link:hover{text-decoration:underline}.donation-button{color:var(--custom-text-color);background-color:var(--custom-primary-color);font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:center;padding:.6rem;border-radius:8px;text-decoration:none;text-align:center;transition:background-color .2s ease-in-out,}.button-svg-vis{width:100px;display:flex;align-items:center;justify-content:center}#giftIconVis{font-size:larger}.site-title-container{display:flex;align-items:center;gap:.75rem}.site-icon{height:60px;width:auto}@media (min-width: 1025px){.donation-button{perspective:1000px;position:relative;width:180px;height:55px;border-radius:8px;padding:0}.flip-content-wrapper{position:relative;width:180px;height:55px;text-align:center;transition:transform .3s;transform-style:preserve-3d}.button-text,.button-svg{position:absolute;top:0;left:0;width:180px;height:55px;display:flex;justify-content:center;align-items:center;text-align:center;backface-visibility:hidden;color:var(--custom-text-color)}.button-svg{transform:rotateX(180deg);background-color:var(--custom-primary-color);border-radius:8px}.donation-button:hover .flip-content-wrapper{width:180px;height:55px;transform:rotateX(180deg)}#giftIcon{font-size:large}}@media (max-width: 1024px){.content-grid{flex-direction:column}.left-section{flex:1 1 100%}.right-section{flex:1 1 100%;order:-1}.word-of-day-card{position:static}.alphabet-timeline{display:none}#giftIcon{font-size:medium}}@media (max-width: 600px){.site-icon{width:50px;height:50px}.site-title{font-size:30px}.donation-info{width:130px;font-size:13px}#giftIcon{font-size:medium}.donation-button{width:50px;height:50px}}body{--custom-text-color: #000333;--custom-background-color: #ffffff;--custom-border-color: #D5DDE1;--custom-primary-color: #3fa5e9;--custom-secundary-color: #60cbe6;--custom-accent-color: #c7f5ff}.primary{background-color:var(--custom-primary-color)}.secundary{background-color:var(--custom-secundary-color)}.accent{background-color:var(--custom-accent-color)}.card-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;border-bottom:1px solid var(--custom-border-color)}.random-icon-button{background:transparent;border:none;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;transition:background-color .2s,color .2s}.random-icon-button:hover{background-color:#f0f0f0;color:#000}
