@charset "UTF-8";.book-header{text-align:center;width:100%;max-width:1200px;margin:0 auto}@media (max-width: 450px){.book-header{width:100%}}.book-header .book-mobile{display:none;font-size:16px;margin-bottom:1rem;color:#fff}@media (max-width: 768px){.book-header .book-mobile{display:block}}.book-header .book-list{width:100%;max-width:280px;margin:0 auto 40px;display:block}@media (max-width: 450px){.book-header .book-list{max-width:156px}}.book-header__image{width:100%;max-width:262px;margin:0 auto;display:block}.book-header__title{font-size:22px;margin-bottom:1rem;color:#fff;padding-bottom:.5rem;text-align:center}.book-filter{display:flex;justify-content:center;align-items:center;gap:20px;margin:0 auto;width:100%;max-width:1080px}@media (max-width: 768px){.book-filter{width:86%}}@media (max-width: 450px){.book-filter{width:100%}}.book-filter__left{flex:1;display:flex;justify-content:flex-start;align-items:center}@media (max-width: 450px){.book-filter__left{flex-direction:column;gap:10px}}.book-filter__center{flex:2;text-align:center}.book-filter__right{flex:1;display:flex;justify-content:flex-end;gap:20px}@media (max-width: 450px){.book-filter__right{gap:10px}}.book-filter__title{color:#fff;font-size:20px;margin-left:19%}@media (max-width: 768px){.book-filter__title{display:none}}.book-filter__search{width:100%;max-width:200px;padding:8px 12px 8px 35px;border:1px solid #ddd;background-color:#ffffffe6;border-radius:24px}@media (max-width: 450px){.book-filter__search{max-width:320px;width:100%}}@media (max-width: 320px){.book-filter__search{max-width:300px}}.book-filter__sort{display:flex;align-items:center;gap:10px}.book-filter__label{font-size:14px;color:#fff}.search-container{position:relative;width:100%;max-width:200px}@media (max-width: 450px){.search-container{max-width:320px}}@media (max-width: 320px){.search-container{max-width:300px}}.search-container .search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);pointer-events:none}.custom-dropdown{position:relative;min-width:120px;user-select:none}.custom-dropdown__selected{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#ffffff1a;border:1px solid #ddd;border-radius:10px;color:#fff;cursor:pointer;transition:background-color .2s ease}.custom-dropdown__selected:after{content:"";border-style:solid;border-width:5px 5px 0 5px;border-color:#ffffff transparent transparent transparent;margin-left:10px;transition:transform .2s ease}.custom-dropdown.active .custom-dropdown__selected:after{transform:rotate(180deg)}.custom-dropdown__options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-top:5px;max-height:0;overflow:hidden;z-index:100;opacity:0;visibility:hidden;transition:all .3s ease}.custom-dropdown__options.show{width:100%;max-height:250vh;opacity:1;visibility:visible;box-shadow:0 4px 8px #0000001a}.custom-dropdown__options.show .custom-dropdown__options-container{padding:8px 0}.custom-dropdown__options-container{padding:0;transition:padding .3s ease}.custom-dropdown__option{padding:8px 12px;color:#333;cursor:pointer;transition:background-color .2s ease}.custom-dropdown__option:hover{background-color:#f5f5f5}.custom-dropdown__option.selected{color:#1858c8;font-weight:700}.dropdown-wrapper{width:150px}.dropdown-wrapper .custom-dropdown{width:100%}.dropdown-wrapper .custom-dropdown__selected{width:100%;min-width:150px}.dropdown-wrapper .custom-dropdown__options{width:150px}.dropdown-wrapper .custom-dropdown__option{width:100px;margin:10px auto;text-align:center;border-bottom:#d5d5d5 1px solid;padding:10px 0}.dropdown-wrapper .custom-dropdown__option:last-child{border-bottom:none}.book-main{width:90%;max-width:1200px;margin:0 auto}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px 16px;margin:0 auto;padding-top:40px;justify-items:center}.book-grid__loading{text-align:center;padding:20px;color:#fff;font-style:italic;grid-column:1/-1}.book-grid__empty{text-align:center;padding:30px;color:#fff;font-style:italic;grid-column:1/-1}.book-card{position:relative;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;border-radius:29px;color:inherit;display:block;background:linear-gradient(180deg,#436cd7,#15358a 20.19%,#287cd0 69.71%,#ffffff80);padding:24px 0;width:100%;max-width:258px}.book-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px #00000026}.book-card__image{text-align:center;padding:0}.book-card__image img{width:200px;max-width:200px;height:270px;object-fit:cover;display:inline-block;box-shadow:0 10px 10px #0003;transition:transform .3s ease}.book-card:hover .book-card__image img{transform:scale(1.03)}.book-card__content{display:flex;flex-direction:column;max-width:200px;margin:0 auto}@media (max-width: 450px){.book-card{height:auto;max-width:100%;display:flex;flex-direction:row;align-items:stretch;padding:10px;border-radius:10px}.book-card__image{width:40%;display:flex;align-items:center}.book-card__image img{width:100%;height:190px;max-width:140px;border-radius:10px}.book-card__content{width:60%;height:100%;padding:5px 10px;display:flex;flex-direction:column;justify-content:center}}@media (max-width: 450px) and (max-width: 450px){.book-card__content{padding:10px}}.book-card__link{text-decoration:none;color:inherit;display:block}.book-card__title{font-size:18px;font-weight:700;margin:8px 0 16px;color:#fff;display:block;min-height:44px;word-wrap:break-word;text-align:center}@media (max-width: 450px){.book-card__title{min-height:40px;text-align:left}}.book-card__author{font-size:16px;color:#fff;margin-bottom:16px;text-align:left}@media (max-width: 450px){.book-card__author{margin-bottom:5px}}.book-card__votes{width:100%;display:flex;flex-direction:column;margin-top:0;font-size:16px;color:#555;text-align:center}.book-card__votes__text{margin-right:10px;font-size:16px;color:#333}.book-card__votes__text:hover{text-decoration:underline}.book-card__votes-block{display:block;text-align:center;width:100%;margin-bottom:16px;color:#fff}.book-card__votes-count{font-weight:700;color:#fff;font-size:24px;letter-spacing:1px;line-height:25px}.book-card__vote-btn{background-color:#1858c8;color:#fff;border:none;border-radius:24px;font-size:16px;cursor:pointer;height:44px;padding:0 20px;transition:background-color .2s ease,transform .2s ease}.book-card__vote-btn:hover{background-color:#0f3e92}.book-card__vote-btn:disabled{background-color:#9e9e9e;color:#fff9;cursor:default}@media (max-width: 450px){.book-card__vote-btn{width:100%;max-width:175px}}.book-footer{text-align:center;margin-top:40px;color:#fff;padding-bottom:20px}.error-message{text-align:center;padding:20px;color:#ef4444;background-color:#fee2e2;border-radius:6px;margin:20px 0}.swal2-container.swal2-backdrop-show{background:#06142fcc!important}.swal-custom-popup{font-family:inherit;border-radius:20px;background:#e9e9e9;box-shadow:0 20px 40px #00000012;width:800px;height:auto;min-height:500px;padding:30px 20px}@media (max-width: 768px){.swal-custom-popup{width:90%;padding:20px 10px;min-height:351px}}.swal-custom-content,.swal-custom-content-wrapper,.swal-custom-html-container,.swal2-html-container{margin:30px 0;text-align:left;padding:0 20px;letter-spacing:.05em;line-height:1.5}@media (max-width: 450px){.swal-custom-content,.swal-custom-content-wrapper,.swal-custom-html-container,.swal2-html-container{padding:0;margin:0 auto}}.swal-custom-content{font-size:16px}.swal-custom-content-wrapper{width:80%;margin:0 auto}.swal-custom-content-wrapper h2{width:100%;font-size:42px;font-weight:700;margin-bottom:20px;text-align:center;color:#1744bb}@media (max-width: 768px){.swal-custom-content-wrapper h2{font-size:28px}}@media (max-width: 450px){.swal-custom-content-wrapper h2{font-size:22px}}.swal-custom-content-wrapper p{width:450px;margin:0 auto;font-size:28px;color:#555}@media (max-width: 768px){.swal-custom-content-wrapper p{width:100%;font-size:20px}}@media (max-width: 450px){.swal-custom-content-wrapper p{font-size:16px}}@media (max-width: 768px){.swal-custom-content-wrapper{width:90%}}@media (max-width: 450px){.swal-custom-content-wrapper{padding:0 10px;width:100%}}.swal-custom-confirm{background-color:#1858c8;border-radius:35px;font-size:27px;padding:10px 30px;color:#fff;box-shadow:0 10px 15px #644b4b80;letter-spacing:.2em;border:none;width:260px;height:70px;position:relative;margin-top:20px}.swal-custom-confirm:hover{background-color:#0f3e92}@media (max-width: 450px){.swal-custom-confirm{font-size:18px;width:180px;height:50px;padding:8px 20px;border-radius:25px}}.swal2-image{margin:0 auto}.swal2-icon.swal2-success{border-color:#37c078;color:#37c078}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#37c078}.swal2-icon.swal2-success .swal2-success-ring{border-color:#37c0784d}.swal2-icon.swal2-error{border-color:#e74c3c;color:#e74c3c}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#e74c3c}.swal2-loader{border-color:#000000 transparent}.action-buttons-shared,.swal-already-voted-wrapper .av-action-buttons,.swal-vote-success-wrapper .vs-action-buttons{display:flex;justify-content:center;gap:12px;margin:25px 0}@media (max-width: 768px){.action-buttons-shared,.swal-already-voted-wrapper .av-action-buttons,.swal-vote-success-wrapper .vs-action-buttons{flex-direction:column;align-items:center}}@media screen and (max-width: 450px){.action-buttons-shared,.swal-already-voted-wrapper .av-action-buttons,.swal-vote-success-wrapper .vs-action-buttons{margin:15px 0}}.action-btn-shared,.swal-already-voted-wrapper .av-action-buttons .av-action-btn,.swal-vote-success-wrapper .vs-action-buttons .vs-action-btn{width:260px;background:#1858c8;color:#fff;border-radius:35px;border:none;padding:15px 0;font-size:22px;font-weight:500;letter-spacing:.2em;cursor:pointer;box-shadow:0 10px 15px #644b4b80;transition:background .2s}.action-btn-shared:hover,.swal-already-voted-wrapper .av-action-buttons .av-action-btn:hover,.swal-vote-success-wrapper .vs-action-buttons .vs-action-btn:hover{background:#0f3e92}@media (max-width: 768px){.action-btn-shared,.swal-already-voted-wrapper .av-action-buttons .av-action-btn,.swal-vote-success-wrapper .vs-action-buttons .vs-action-btn{font-size:20px}}@media (max-width: 450px){.action-btn-shared,.swal-already-voted-wrapper .av-action-buttons .av-action-btn,.swal-vote-success-wrapper .vs-action-buttons .vs-action-btn{font-size:15px;padding:10px 0;width:100%;max-width:200px;box-shadow:0 5px 5px #644b4b80}}.swal-vote-success-wrapper{text-align:center}.swal-vote-success-wrapper .mobile-only{display:none}@media (max-width: 450px){.swal-vote-success-wrapper .mobile-only{display:inline}}.swal-vote-success-wrapper .vs-title{font-size:27px;margin-top:10px;margin-bottom:15px}@media (max-width: 450px){.swal-vote-success-wrapper .vs-title{font-size:16px}}.swal-vote-success-wrapper .vs-prize-title{width:533px;font-weight:700;color:#1744bb;font-size:30px;line-height:1.3;margin:0 auto}@media (max-width: 768px){.swal-vote-success-wrapper .vs-prize-title{font-size:24px;width:100%;max-width:533px}}@media (max-width: 450px){.swal-vote-success-wrapper .vs-prize-title{font-size:18px}.swal-vote-success-wrapper .vs-prize-title:after{content:"";display:block}}@media (max-width: 450px){.swal-vote-success-wrapper .vs-prize-title{font-size:16px;max-width:270px}}.swal-vote-success-wrapper .vs-guide-link{font-size:17px;font-weight:400;text-decoration:none;color:inherit}.swal-captcha-wrapper{text-align:center}.swal-captcha-wrapper h2{font-size:32px;color:#1744bb;margin-bottom:15px}@media (max-width: 450px){.swal-captcha-wrapper h2{font-size:22px}}.swal-captcha-wrapper p{font-size:22px;margin-bottom:15px}@media (max-width: 450px){.swal-captcha-wrapper p{font-size:16px}}.swal-captcha-wrapper .cf-turnstile{display:flex!important;justify-content:center!important;align-items:center!important;margin:20px auto!important}.swal-captcha-wrapper .cf-turnstile iframe{margin:0 auto!important;display:flex;justify-content:center}.swal-already-voted-wrapper{text-align:center}.swal-already-voted-wrapper .mobile-only{display:none}@media (max-width: 450px){.swal-already-voted-wrapper .mobile-only{display:inline}}.swal-already-voted-wrapper .av-title{font-size:42px;margin-top:10px;margin-bottom:15px;color:#1744bb;font-weight:700}@media (max-width: 450px){.swal-already-voted-wrapper .av-title{font-size:20px}}.swal-already-voted-wrapper .av-subtitle{font-size:27px;width:450px;margin:0 auto;padding-bottom:20px;text-align:left}@media (max-width: 768px){.swal-already-voted-wrapper .av-subtitle{width:auto;font-size:22px}}@media (max-width: 450px){.swal-already-voted-wrapper .av-subtitle{font-size:16px}}@media (max-width: 375px){.swal-already-voted-wrapper .av-subtitle{width:220px}}.top-three{width:50%;max-width:1200px;margin:0 auto 2rem}@media (max-width: 1024px){.top-three{width:90%}}@media (max-width: 768px){.top-three{width:90%;margin:0 auto 1rem}}@media (max-width: 450px){.top-three{width:90%}}@media (max-width: 375px){.top-three{width:90%}}@media (max-width: 320px){.top-three{width:90%}}.top-three__header-image{width:100%;max-width:280px;margin:0 auto 20px;display:block}@media (max-width: 450px){.top-three__header-image{max-width:165px}}.top-three__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;align-items:flex-end;padding-top:100px;justify-content:center}@media (max-width: 450px){.top-three__grid{padding-top:45px}}@media (max-width: 320px){.top-three__grid{gap:2px}}.top-three__card{width:100%;height:auto;position:relative;transition:transform .3s ease,box-shadow .3s ease;border-radius:30px;color:inherit;display:block;background:linear-gradient(180deg,#436cd7,#15358a 20.19%,#287cd0 69.71%,#ffffff80);cursor:default;margin:0 auto;max-width:90%}@media (max-width: 1024px){.top-three__card{max-width:90%}}@media (max-width: 768px){.top-three__card{max-width:95%;height:auto}}@media (max-width: 450px){.top-three__card{max-width:100%;border-radius:10px}}.top-three__card[data-rank="1"]{transform:translateY(-8%);box-shadow:0 8px 24px #00000026;z-index:2;padding-top:30px}@media (max-width: 768px){.top-three__card[data-rank="1"]{padding-top:20px}}.top-three__image img{width:90%;height:auto;aspect-ratio:3/4;display:block;margin:0 auto;box-shadow:0 10px 10px #0003;object-fit:cover;object-position:center}@media (max-width: 450px){.top-three__image img{border-radius:10px}}@media (max-width: 768px){.top-three__image img{aspect-ratio:2/3}}.top-three__rank{width:100%;max-width:32px;height:100px;border-radius:50%;color:#fff;font-weight:700;font-size:48px;text-shadow:0 4px 8px rgba(0,0,0,.4),0 6px 20px rgba(0,0,0,.3);position:relative;text-align:center;display:flex;justify-content:center;align-items:center;z-index:10;margin:0 auto}@media (max-width: 768px){.top-three__rank{height:70px}}@media (max-width: 450px){.top-three__rank{max-width:12px;height:30px;font-size:22px}}.top-three__crown{position:absolute;top:-70px;left:50%;transform:translate(-50%);width:124px;height:95px;z-index:3}@media (max-width: 450px){.top-three__crown{max-width:55px;max-height:42px;top:-35px}}.top-three__crown img{width:100%;height:100%;object-fit:contain}.top-three__content{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (max-width: 450px){.top-three__content{padding:.5rem}}.top-three__title{font-size:19px;margin:0;color:#fff;flex:1;overflow:visible;text-overflow:clip;display:block;line-height:1.3;text-align:center;width:100%;word-wrap:break-word}@media (max-width: 450px){.top-three__title{font-size:14px}}.top-three__votes{font-weight:700;color:#fafcff;white-space:nowrap;margin-left:10px}.top-three__votes span{font-size:1.2rem;color:#fff;display:block;width:100%}.top-three__loading,.top-three__empty,.top-three__error{text-align:center;padding:20px;grid-column:1/-1}.top-three__loading{color:#7f8c8d;font-style:italic}.top-three__error{color:#ef4444;padding:1rem;background-color:#fee2e2;border-radius:6px}.top-three__empty{padding:1rem;color:#6b7280;font-style:italic}.banner[data-astro-cid-kggsjsm4]{width:100%;height:auto;position:relative;margin-top:-90px;aspect-ratio:16/9;display:block}@media (max-width: 768px){.banner[data-astro-cid-kggsjsm4]{margin-top:-80px}}@media (max-width: 450px){.banner[data-astro-cid-kggsjsm4]{margin-top:-64px;aspect-ratio:4/3}}.banner__image[data-astro-cid-kggsjsm4]{width:100%;height:auto;display:block;object-fit:cover}.banner__button[data-astro-cid-kggsjsm4]{position:absolute;top:67%;left:60%;transform:translate(-50%,-50%);cursor:pointer;width:268px;display:block;transition:transform .3s ease-in-out}.banner__button[data-astro-cid-kggsjsm4]:hover{transform:translate(-50%,-50%) scale(1.05)}@media (max-width: 1280px){.banner__button[data-astro-cid-kggsjsm4]{width:200px}}@media (max-width: 768px){.banner__button[data-astro-cid-kggsjsm4]{width:160px}}@media (max-width: 768px) and (max-width: 450px){.banner__button[data-astro-cid-kggsjsm4]{width:200px;top:92%;left:50%;transform:translate(-50%,-50%)}.banner__button[data-astro-cid-kggsjsm4]:hover{transform:translate(-50%,-50%)}}.banner__button-image[data-astro-cid-kggsjsm4]{width:100%;height:auto;display:block;animation:banner-btn-pulse .8s linear infinite}@keyframes banner-btn-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.popup__container[data-astro-cid-ywlhfu43]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#06142fcc;z-index:2000;justify-content:center;align-items:center}.popup__container--active[data-astro-cid-ywlhfu43]{display:flex}.popup__content[data-astro-cid-ywlhfu43]{background:#e9e9e9;color:#555;width:90%;max-width:1200px;height:700px;max-height:85vh;display:flex;flex-direction:column;border-radius:20px;box-shadow:0 0 20px #00000080;overflow:hidden;animation:popup-fade-in .3s ease-out;position:relative}@media (max-width: 450px){.popup__content[data-astro-cid-ywlhfu43]{height:auto;max-height:none;display:block}}.popup__header[data-astro-cid-ywlhfu43]{display:flex;justify-content:space-between;align-items:center;padding:15px 20px}@media (min-width: 481px) and (max-width: 640px){.popup__header[data-astro-cid-ywlhfu43]{padding:0}}.popup__header[data-astro-cid-ywlhfu43] h2[data-astro-cid-ywlhfu43]{margin:0;font-size:24px;letter-spacing:.1em;color:#02549b}.popup__close-button[data-astro-cid-ywlhfu43]{background:none;border:none;cursor:pointer;padding:0;height:24px;width:24px;display:flex;justify-content:center;align-items:center;transition:opacity .2s;position:absolute;top:37px;right:40px}@media (min-width: 481px) and (max-width: 640px){.popup__close-button[data-astro-cid-ywlhfu43]{top:18px;right:18px}}.popup__close-button[data-astro-cid-ywlhfu43] svg[data-astro-cid-ywlhfu43]{display:block;width:24px;height:24px}.popup__close-button[data-astro-cid-ywlhfu43]:hover{opacity:.6}@media (max-width: 480px){.popup__close-button[data-astro-cid-ywlhfu43]{top:20px;right:20px}.popup__close-button[data-astro-cid-ywlhfu43] svg[data-astro-cid-ywlhfu43]{width:18px;height:18px}}.popup__tabs[data-astro-cid-ywlhfu43]{padding:15px 20px 0;width:100%}@media (min-width: 481px) and (max-width: 640px){.popup__tabs[data-astro-cid-ywlhfu43]{padding:50px 0 0}}@media (max-width: 480px){.popup__tabs[data-astro-cid-ywlhfu43]{padding:48px 10px 0}}@media (max-width: 450px){.popup__tabs[data-astro-cid-ywlhfu43]{padding:48px 0 0}}.popup__tab-menu[data-astro-cid-ywlhfu43]{width:100%;display:flex;justify-content:center;margin-bottom:35px;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 450px){.popup__tab-menu[data-astro-cid-ywlhfu43]{margin:0 auto}}.popup__tab-menu[data-astro-cid-ywlhfu43] ul[data-astro-cid-ywlhfu43]{display:inline-flex;justify-content:center;align-items:center;list-style-type:none;margin:0;padding:0;background-color:#00549b33;border-radius:25px;height:40px;white-space:nowrap;min-width:min-content;flex-wrap:nowrap}@media (max-width: 450px){.popup__tab-menu[data-astro-cid-ywlhfu43] ul[data-astro-cid-ywlhfu43]{height:auto;border-radius:15px;width:100%}}.popup__tab-item[data-astro-cid-ywlhfu43]{display:flex;align-items:center;white-space:nowrap;position:relative}@media (max-width: 450px){.popup__tab-item[data-astro-cid-ywlhfu43]{flex:1}}.popup__tab-item--active[data-astro-cid-ywlhfu43] a[data-astro-cid-ywlhfu43],.popup__tab-item[data-astro-cid-ywlhfu43] a[data-astro-cid-ywlhfu43]:hover{opacity:1;text-shadow:0 0 8px rgba(0,84,155,.3);color:#fff!important;background:#00549b;border-radius:25px;box-shadow:0 0 10px #00549b33}.popup__tab-item[data-astro-cid-ywlhfu43] a[data-astro-cid-ywlhfu43]{text-decoration:none;color:#02549b;font-size:16px;font-weight:500;letter-spacing:.05em;padding:8px 10px;transition:all .3s ease-in-out;display:block;text-align:center;position:relative}@media (max-width: 450px){.popup__tab-item[data-astro-cid-ywlhfu43] a[data-astro-cid-ywlhfu43]{font-size:12px;width:100%}}@media (max-width: 320px){.popup__tab-item[data-astro-cid-ywlhfu43] a[data-astro-cid-ywlhfu43]{font-size:9px}}.popup__divider[data-astro-cid-ywlhfu43]{color:#02549b;margin:0 3px;font-size:16px}@media (max-width: 450px){.popup__divider[data-astro-cid-ywlhfu43]{display:none}}.popup__body[data-astro-cid-ywlhfu43]{max-width:1000px;width:100%;overflow-y:auto;flex:1;min-height:0;margin:0 49px 24px auto;padding-right:100px}@media (min-width: 481px) and (max-width: 1280px){.popup__body[data-astro-cid-ywlhfu43]{width:auto;max-width:none;margin:0 40px 24px;padding-left:0;padding-right:16px}}.popup__body[data-astro-cid-ywlhfu43]::-webkit-scrollbar{width:6px}.popup__body[data-astro-cid-ywlhfu43]::-webkit-scrollbar-track{background:transparent}.popup__body[data-astro-cid-ywlhfu43]::-webkit-scrollbar-thumb{background:#02549b80;border-radius:4px}@media (max-width: 450px){.popup__body[data-astro-cid-ywlhfu43]{max-width:90%;margin:0 auto 24px;padding-right:0;min-height:50vh;max-height:50vh}}.popup__body[data-astro-cid-ywlhfu43] h3[data-astro-cid-ywlhfu43]{margin-top:0;margin-bottom:15px;font-size:20px;font-weight:700;letter-spacing:.05em;color:#1744bb;line-height:27px;padding-bottom:0}@media (max-width: 450px){.popup__body[data-astro-cid-ywlhfu43] h3[data-astro-cid-ywlhfu43]{font-size:18px}}.popup__body[data-astro-cid-ywlhfu43] p[data-astro-cid-ywlhfu43]{line-height:27px;margin-bottom:15px;font-size:16px;color:#555}.popup__body[data-astro-cid-ywlhfu43] ul[data-astro-cid-ywlhfu43]{padding-left:0;margin:10px 0 20px;list-style:none}.popup__body[data-astro-cid-ywlhfu43] li[data-astro-cid-ywlhfu43]{position:relative;padding-left:1em;line-height:27px;margin-bottom:10px;font-size:16px;color:#555}.popup__body[data-astro-cid-ywlhfu43] li[data-astro-cid-ywlhfu43]:before{content:"．";position:absolute;left:0;top:0}.popup__body[data-astro-cid-ywlhfu43] .popup__prize-caption[data-astro-cid-ywlhfu43]{margin:0;font-size:22px;font-weight:700;line-height:33px;color:#555;text-align:center}@media (max-width: 450px){.popup__body[data-astro-cid-ywlhfu43] .popup__prize-caption[data-astro-cid-ywlhfu43]{font-size:18px;line-height:27px}}.popup__body[data-astro-cid-ywlhfu43] .popup__prize-verb[data-astro-cid-ywlhfu43]{color:#1744bb}.popup__tab-pane[data-astro-cid-ywlhfu43]{display:none;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s}.popup__tab-pane--active[data-astro-cid-ywlhfu43]{display:block;opacity:1;transform:translateY(0)}.popup__prizes[data-astro-cid-ywlhfu43]{display:flex;justify-content:center;align-items:stretch;padding:30px 0}@media (max-width: 450px){.popup__prizes[data-astro-cid-ywlhfu43]{flex-direction:column;align-items:center;gap:30px;padding:10px 0}}.popup__prize-col[data-astro-cid-ywlhfu43]{flex:1;display:flex;flex-direction:column;align-items:center;gap:24px}.popup__prize-title[data-astro-cid-ywlhfu43]{margin:0;font-size:22px;font-weight:700;color:#1744bb;text-align:center}@media (max-width: 450px){.popup__prize-title[data-astro-cid-ywlhfu43]{font-size:18px}}.popup__prize-image[data-astro-cid-ywlhfu43]{width:244px;max-width:100%;height:auto;aspect-ratio:1/1;border-radius:50%;object-fit:cover}@media (max-width: 450px){.popup__prize-image[data-astro-cid-ywlhfu43]{width:180px}}.popup__prize-divider[data-astro-cid-ywlhfu43]{width:0;border-left:1px dashed rgba(25,76,143,.5)}@media (max-width: 450px){.popup__prize-divider[data-astro-cid-ywlhfu43]{display:none}}.popup__link[data-astro-cid-ywlhfu43]{color:#02549b;text-decoration:underline}@keyframes popup-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}body.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.nav-container[data-astro-cid-dmqpwcec]{width:100%;margin:0 auto;padding:20px 50px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000}@media (max-width: 1200px){.nav-container[data-astro-cid-dmqpwcec]{padding:20px 15px}}@media (max-width: 1024px){.nav-container[data-astro-cid-dmqpwcec]{padding:20px 15px}}.nav-container[data-astro-cid-dmqpwcec].menu-open{z-index:1001}.logo-link[data-astro-cid-dmqpwcec]{z-index:1001;display:block;width:146px;height:34px}.logo-link[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{display:block;width:100%;height:100%;object-fit:contain}.logo[data-astro-cid-dmqpwcec]{display:flex;gap:20px;position:relative;z-index:1001}.right-section[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;align-items:flex-end;gap:15px;margin-left:auto;position:relative}@media (max-width: 1024px){.right-section[data-astro-cid-dmqpwcec]{margin-left:0;flex:1;justify-content:flex-end;align-items:center}}.hamburger-menu[data-astro-cid-dmqpwcec]{display:none;cursor:pointer;z-index:1001}@media (max-width: 1024px){.hamburger-menu[data-astro-cid-dmqpwcec]{display:block;position:absolute;right:15px}}.hamburger-icon[data-astro-cid-dmqpwcec]{width:30px;height:24px;position:relative;margin-right:10px}@media (max-width: 450px){.hamburger-icon[data-astro-cid-dmqpwcec]{width:24px;height:18px;top:-1px}}.hamburger-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:3px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(1){top:0}.hamburger-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(2){top:10px}.hamburger-icon[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]:nth-child(3){top:20px}.hamburger-icon[data-astro-cid-dmqpwcec].active span[data-astro-cid-dmqpwcec]:nth-child(1){top:10px;transform:rotate(135deg)}.hamburger-icon[data-astro-cid-dmqpwcec].active span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0;left:-60px}.hamburger-icon[data-astro-cid-dmqpwcec].active span[data-astro-cid-dmqpwcec]:nth-child(3){top:10px;transform:rotate(-135deg)}@media (max-width: 1024px){.nav-menu[data-astro-cid-dmqpwcec]{position:fixed;left:0;top:-50vh;width:100%;height:300px;background:#06142ff2;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:900;opacity:0;transform:translateY(0);border-radius:0 0 30px 30px}.nav-menu[data-astro-cid-dmqpwcec].active{top:0;opacity:1;transform:translateY(0);z-index:900}.nav-menu[data-astro-cid-dmqpwcec].active:after{content:"";position:fixed;top:300px;left:0;width:100%;height:calc(100vh - 300px);background:transparent;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:-1}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{flex-direction:column;width:100%;padding:20px;background:none;height:auto;gap:4px}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec].divider{display:none}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{font-size:22px;width:100%;text-align:center}}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;background-color:#00549b33;border-radius:25px;height:50px}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec]{display:flex;align-items:center;white-space:nowrap}@media (max-width: 1024px){.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec]{width:70%;margin:0 auto;justify-content:center}}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec].divider{color:#fff;margin:0 5px;font-size:20px}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{text-decoration:none;color:#fff;font-size:22px;font-weight:400;letter-spacing:.2em;padding:10px 15px;transition:all .3s ease-in-out;z-index:1;display:block;text-align:center;position:relative}@media (max-width: 1024px){.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{width:100%}}.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active-hover{opacity:1;color:#fff;text-shadow:0 0 8px rgba(255,255,255,.6)}@media (min-width: 1025px){.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover:before,.nav-menu[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec] li[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active-hover:before{content:"";transform:translate(-50%,-50%);width:100%;height:50px;background-color:#00549bbe;border-radius:25px;z-index:-1;position:absolute;top:50%;left:50%;transition:all .3s ease-in-out;box-shadow:0 0 15px #00549b80}}.social-icons[data-astro-cid-dmqpwcec]{display:flex;gap:24px;margin-left:2%;position:relative;z-index:1001;cursor:pointer}@media (max-width: 1024px){.social-icons[data-astro-cid-dmqpwcec]{margin-right:50px;gap:8px}}.social-icons[data-astro-cid-dmqpwcec] .social-icon[data-astro-cid-dmqpwcec]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;cursor:pointer}.social-icons[data-astro-cid-dmqpwcec] .social-icon[data-astro-cid-dmqpwcec]:hover{transform:scale(1.1)}.social-icons[data-astro-cid-dmqpwcec] .social-icon[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{width:100%;height:100%}@media (max-width: 1024px){.social-icons[data-astro-cid-dmqpwcec] .social-icon[data-astro-cid-dmqpwcec]{width:22px;height:22px}}.foot[data-astro-cid-6lmsfrhw]{position:relative;width:100%;z-index:0;background-color:transparent}.foot__bg[data-astro-cid-6lmsfrhw]{position:absolute;inset:0;z-index:0;pointer-events:none}.foot__bg[data-astro-cid-6lmsfrhw] img[data-astro-cid-6lmsfrhw]{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.foot__content[data-astro-cid-6lmsfrhw]{position:relative;z-index:1;max-width:770px;margin:0 auto;padding:120px 20px 40px;display:flex;flex-direction:column;align-items:center;gap:64px}@media (max-width: 450px){.foot__content[data-astro-cid-6lmsfrhw]{padding:80px 15px 30px;gap:40px}}.foot__block[data-astro-cid-6lmsfrhw]{text-align:center}.foot__title[data-astro-cid-6lmsfrhw]{font-size:16px;font-weight:400;margin:0 0 32px;color:#fff}@media (max-width: 450px){.foot__title[data-astro-cid-6lmsfrhw]{margin-bottom:20px}}.foot__row[data-astro-cid-6lmsfrhw]{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.foot__logo[data-astro-cid-6lmsfrhw]{display:block;height:40px;width:auto}@media (max-width: 450px){.foot__logo[data-astro-cid-6lmsfrhw]{height:30px}}.foot__copy[data-astro-cid-6lmsfrhw]{margin:24px 0 0;text-align:center;color:#fff;font-size:14px}@media (max-width: 450px){.foot__copy[data-astro-cid-6lmsfrhw]{font-size:12px}}.scroll-to-top[data-astro-cid-mhmhnu6m]{position:fixed;bottom:150px;right:50px;cursor:pointer;display:none;z-index:999;transition:all .3s ease}@media (max-width: 768px){.scroll-to-top[data-astro-cid-mhmhnu6m]{right:5px;bottom:20px}}@media (max-width: 480px){.scroll-to-top[data-astro-cid-mhmhnu6m]{right:0;bottom:20px}}.scroll-to-top[data-astro-cid-mhmhnu6m]:hover{transform:scale(1.1)}.scroll-to-top[data-astro-cid-mhmhnu6m]:hover svg[data-astro-cid-mhmhnu6m] path[data-astro-cid-mhmhnu6m]#path_78-2{fill:#02549b}.scroll-to-top[data-astro-cid-mhmhnu6m]:hover svg[data-astro-cid-mhmhnu6m] path[data-astro-cid-mhmhnu6m]#shape_1{stroke:#fff}.scroll-to-top[data-astro-cid-mhmhnu6m].visible{display:block}body{background:url(https://pgw.udn.com.tw/gw/photo.php?u=https://reading.udn.com/story/act/5thnetcontest/image/bg.webp&nt=1&v=17) center top / 100% 100% no-repeat #122c64;@media (max-width: 450px){background-image:url(https://pgw.udn.com.tw/gw/photo.php?u=https://reading.udn.com/story/act/5thnetcontest/image/bgM.webp&nt=1&v=17)}}.topthree-container[data-astro-cid-j7pv25f6]{z-index:10;margin-bottom:100px;position:relative}.topthree-container[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{position:absolute;top:370px;left:50%;transform:translate(-50%);width:100%;height:auto;z-index:-1}@media (max-width: 768px){.topthree-container[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{display:none}}.articles[data-astro-cid-j7pv25f6]{width:100%;padding-bottom:2.5%}@media (max-width: 450px){.articles[data-astro-cid-j7pv25f6]{margin-top:15%}}
