:root{--acs-accent-color:#e94560;--acs-heading-color:#ffffff;--acs-text-color:#cccccc;--acs-heading-font:'Poppins', sans-serif;--acs-body-font:'Inter', sans-serif;--acs-heading-size:48px;--acs-body-size:16px}.acs-coming-soon *{margin:0;padding:0;box-sizing:border-box}.acs-coming-soon{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.acs-video-background{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.acs-video-background video{width:100%;height:100%;object-fit:cover}body.acs-coming-soon>*:not(.acs-video-background){z-index:1}.acs-newsletter-form{max-width:100%}.acs-subscribe-form{display:flex;flex-wrap:wrap;gap:12px}.acs-input{flex:1;min-width:200px;padding:14px 18px;font-family:inherit;font-size:15px;border:1px solid rgb(255 255 255 / .2);border-radius:6px;background:rgb(255 255 255 / .1);color:inherit;transition:all 0.3s ease}.acs-input::placeholder{color:rgb(255 255 255 / .5)}.acs-input:focus{outline:none;border-color:var(--acs-accent-color);background:rgb(255 255 255 / .15)}.acs-btn-subscribe{padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;background:var(--acs-accent-color);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all 0.3s ease}.acs-btn-subscribe:hover{opacity:.9;transform:translateY(-2px)}.acs-btn-subscribe:disabled{opacity:.7;cursor:not-allowed;transform:none}.acs-gdpr-consent{width:100%;display:flex;align-items:flex-start;gap:10px;font-size:13px;margin-top:10px}.acs-gdpr-consent input[type="checkbox"]{margin-top:3px;flex-shrink:0}.acs-gdpr-consent label{line-height:1.4}.acs-gdpr-consent a{color:var(--acs-accent-color);text-decoration:none}.acs-gdpr-consent a:hover{text-decoration:underline}.acs-form-message{width:100%;padding:12px 16px;border-radius:6px;font-size:14px;margin-top:12px;display:none}.acs-form-message.success{display:block;background:rgb(46 204 113 / .2);color:#2ecc71;border:1px solid rgb(46 204 113 / .3)}.acs-form-message.error{display:block;background:rgb(231 76 60 / .2);color:#e74c3c;border:1px solid rgb(231 76 60 / .3)}.acs-countdown{display:flex;flex-wrap:wrap;gap:15px;margin:30px 0}.acs-countdown-item{text-align:center;min-width:80px}.acs-countdown-number{display:block;font-size:42px;font-weight:700;line-height:1;color:var(--acs-heading-color)}.acs-countdown-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-top:8px;opacity:.7}.acs-countdown-finished{font-size:24px;font-weight:600;color:var(--acs-accent-color)}.acs-social-links{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.acs-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgb(255 255 255 / .1);color:inherit;text-decoration:none;font-size:18px;transition:all 0.3s ease;border:1px solid rgb(255 255 255 / .2)}.acs-social-link:hover{background:var(--acs-accent-color);border-color:var(--acs-accent-color);color:#fff;transform:translateY(-3px)}.acs-login-link{margin-top:20px}.acs-login-button{display:inline-block;padding:10px 20px;border-radius:6px;border:1px solid rgb(255 255 255 / .3);color:inherit;text-decoration:none;font-weight:600;transition:all 0.3s ease;background:rgb(255 255 255 / .08)}.acs-login-button:hover{border-color:var(--acs-accent-color);color:#fff;background:var(--acs-accent-color)}.acs-contact-info{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0}.acs-contact-item{display:flex;align-items:center;gap:10px}.acs-contact-item i{color:var(--acs-accent-color);font-size:16px;width:20px;text-align:center}.acs-contact-item span,.acs-contact-item a{color:inherit;text-decoration:none;transition:color 0.3s ease}.acs-contact-item a:hover{color:var(--acs-accent-color)}.acs-logo{margin-bottom:30px}.acs-logo-img{max-height:60px;width:auto}.acs-logo-text{font-size:24px;font-weight:700;color:var(--acs-heading-color);letter-spacing:1px}.acs-heading{font-family:var(--acs-heading-font);font-size:var(--acs-heading-size);font-weight:700;color:var(--acs-heading-color);line-height:1.2;margin-bottom:20px}.acs-subheading{font-size:22px;font-weight:500;color:var(--acs-accent-color);margin-bottom:15px}.acs-message{font-size:17px;line-height:1.7;color:var(--acs-text-color);margin-bottom:30px}.acs-message p{margin-bottom:15px}.acs-message p:last-child{margin-bottom:0}.acs-footer{margin-top:auto;padding-top:30px}.acs-footer-text{font-size:14px;opacity:.6}.acs-footer-text a{color:inherit;text-decoration:none}.acs-footer-text a:hover{color:var(--acs-accent-color)}.acs-bg-media{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;z-index:-2}.acs-video-bg{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.acs-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}@keyframes acs-fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes acs-pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes acs-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.acs-animate-fade-in{animation:acs-fade-in 0.6s ease-out}.acs-animate-pulse{animation:acs-pulse 2s infinite}.acs-animate-float{animation:acs-float 3s ease-in-out infinite}.acs-text-center{text-align:center}.acs-text-left{text-align:left}.acs-text-right{text-align:right}.acs-mt-0{margin-top:0}.acs-mt-1{margin-top:10px}.acs-mt-2{margin-top:20px}.acs-mt-3{margin-top:30px}.acs-mt-4{margin-top:40px}.acs-mb-0{margin-bottom:0}.acs-mb-1{margin-bottom:10px}.acs-mb-2{margin-bottom:20px}.acs-mb-3{margin-bottom:30px}.acs-mb-4{margin-bottom:40px}@media (max-width:768px){:root{--acs-heading-size:36px}.acs-countdown{justify-content:center}.acs-countdown-item{min-width:70px}.acs-countdown-number{font-size:32px}.acs-subscribe-form{flex-direction:column}.acs-input{min-width:100%}.acs-btn-subscribe{width:100%}.acs-contact-info{flex-direction:column;gap:15px}.acs-social-links{justify-content:center}}@media (max-width:480px){:root{--acs-heading-size:28px;--acs-body-size:15px}.acs-countdown-item{min-width:60px}.acs-countdown-number{font-size:28px}.acs-countdown-label{font-size:10px}.acs-social-link{width:40px;height:40px;font-size:16px}}@media print{.acs-coming-soon{background:#fff!important;color:#000!important}.acs-bg-media,.acs-video-bg,.acs-overlay,.acs-social-links,.acs-newsletter-form{display:none!important}.acs-heading,.acs-subheading,.acs-message{color:#000!important}}.acs-recaptcha{margin-top:12px}.acs-recaptcha .g-recaptcha{transform-origin:0 0}.acs-coming-soon{min-height:100vh;font-family:var(--acs-body-font);color:var(--acs-text-color);background:#05060c;position:relative;overflow:hidden}.acs-coming-soon::before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 15% 20%,rgb(255 134 52 / .34),transparent 45%),radial-gradient(circle at 85% 80%,rgb(255 104 44 / .24),transparent 55%),linear-gradient(180deg,rgb(8 12 22 / .4),rgb(5 8 14 / .65));pointer-events:none;z-index:0}.acs-aurora-frame{position:relative;z-index:1;min-height:100vh;padding:clamp(14px, 2.6vw, 34px);display:flex;align-items:center;justify-content:center}.acs-aurora-frame::before{content:"";position:absolute;inset:clamp(10px, 2vw, 28px);border:1px solid rgb(255 175 109 / .35);border-radius:28px;pointer-events:none}.acs-aurora-card{position:relative;z-index:2;width:min(760px, 100%);border:1px solid rgb(255 184 124 / .34);border-radius:26px;padding:clamp(18px, 2.8vw, 34px);background:linear-gradient(145deg,rgb(9 14 27 / .92),rgb(24 28 40 / .89));backdrop-filter:blur(18px);text-align:center;box-shadow:0 30px 70px rgb(3 11 22 / .62)}.acs-logo{margin-bottom:14px}.acs-logo-img{max-height:56px}.acs-logo-text{color:var(--acs-heading-color);font-size:24px;font-weight:700;font-family:var(--acs-heading-font)}.acs-heading{margin:0;font-family:var(--acs-heading-font);font-size:clamp(38px, 6.5vw, 76px);color:var(--acs-heading-color);letter-spacing:-.02em;line-height:1.05;text-shadow:0 10px 30px rgb(0 0 0 / .35)}.acs-subheading{margin:10px auto 0;max-width:680px;font-size:clamp(17px, 2vw, 24px);color:var(--acs-text-color);opacity:.95}.acs-message{margin:12px auto 0;max-width:640px;font-size:clamp(15px, 1.6vw, 21px);color:var(--acs-text-color);opacity:.92}.acs-countdown{margin:16px auto 0;justify-content:center;gap:14px}.acs-countdown-item{min-width:90px;border-radius:12px;padding:12px 14px;background:linear-gradient(180deg,rgb(35 26 22 / .88),rgb(20 16 15 / .92));border:1px solid rgb(255 171 103 / .38);box-shadow:inset 0 1px 0 rgb(255 220 191 / .12)}.acs-countdown-number{color:var(--acs-heading-color);font-size:34px}.acs-countdown-label{color:var(--acs-text-color);opacity:.8}.acs-newsletter-form{max-width:560px;margin:16px auto 0}.acs-newsletter-heading,.acs-newsletter-description{color:var(--acs-text-color)}.acs-newsletter-heading{margin-bottom:4px;font-size:20px;font-weight:600}.acs-newsletter-description{margin-bottom:8px;font-size:14px}.acs-subscribe-form{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;align-items:center;background:linear-gradient(160deg,rgb(14 23 40 / .9),rgb(11 18 32 / .94));border:1px solid rgb(255 176 112 / .28);padding:10px;border-radius:16px;box-shadow:inset 0 1px 0 rgb(255 255 255 / .06)}.acs-input{min-width:260px;flex:1 1 320px;border:0;background:rgb(0 0 0 / .15);color:var(--acs-heading-color);border-radius:12px;order:1;border:1px solid rgb(255 188 132 / .18)}.acs-input::placeholder{color:var(--acs-text-color);opacity:.78}.acs-btn-subscribe{min-width:170px;border-radius:12px;background:var(--acs-accent-color);color:#fff;border:1px solid var(--acs-accent-color);box-shadow:0 12px 24px rgb(126 54 20 / .42);order:2}.acs-gdpr-consent{display:flex;align-items:flex-start;gap:10px;order:3;flex-basis:100%;width:100%;margin-top:10px;justify-content:center;text-align:center;color:var(--acs-text-color);font-size:13px;line-height:1.45;padding:0 4px}.acs-gdpr-consent input[type="checkbox"]{margin-top:2px;width:16px;height:16px;accent-color:var(--acs-accent-color);flex:0 0 auto}.acs-gdpr-consent span{display:inline-block;max-width:calc(100% - 30px)}.acs-btn-subscribe:hover{filter:brightness(1.06);transform:translateY(-1px)}.acs-contact-info,.acs-login-link,.acs-footer{margin-top:12px;justify-content:center}.acs-footer{padding:0}.acs-social-links{justify-content:center;gap:12px}.acs-social-link{background:rgb(31 22 18 / .78);border-color:rgb(255 170 101 / .32);color:#ffe5cf}.acs-social-link:hover{background:var(--acs-accent-color);border-color:var(--acs-accent-color);color:#fff8f2}.acs-footer-text{margin-top:8px;color:var(--acs-text-color);opacity:.8}@media (max-width:768px){.acs-btn-subscribe{width:100%;min-width:100%}.acs-aurora-card{border-radius:20px;padding:22px 16px}.acs-aurora-frame::before{inset:14px;border-radius:18px}.acs-countdown-item{min-width:72px}.acs-input{min-width:100%;flex-basis:100%}.acs-gdpr-consent{justify-content:center;text-align:center}}.acs-social-row{margin-top:12px}.acs-social-row .acs-social-links{justify-content:center}*{box-sizing:border-box;padding:0;margin:0;border:0;outline:0}body{direction:rtl;color:#1b262c;overflow-x:hidden;cursor:default;background:var(--body--hue)}input,button,textarea{background:none}h1,h2,h3,h4,h5,h6{font-weight:400}a{text-decoration:none;color:#1b262c;transition:all 300ms ease-out}a:hover{text-decoration:none;color:var(--hover--hue)}img{border:0;max-width:100%;height:auto}ul,li{border:0;padding:0;margin:0;list-style:none}button,label{cursor:pointer}strong,b{font-weight:400}.width{margin:0 auto;width:96%}.flex{display:flex;flex-wrap:wrap;align-items:center}.flex2{display:flex;flex-wrap:wrap}.header{background:var(--main--hue);padding:1em 0;border-bottom:3px solid RGB(0 0 0 / .1)}.header .flex{justify-content:space-between;gap:.3em}.textlogo{margin-left:.5em;background-repeat:no-repeat;background-size:contain;background-position:right;width:126px;height:42px}.textlogo h1,.textlogo span,.txlg2 h1,.txlg2 span{opacity:0;visibility:hidden}.txlg2{background-size:100px 38px;background-position:center;margin-left:.5em;height:38px;width:100px;justify-content:center;align-items:center;display:flex}.txlg2 img{height:38px;width:100px}.header li a{color:#fff;padding:7px 10px;text-shadow:0 1px RGB(0 0 0 / .7)}.header li a:hover{border-bottom:0;background:#fff;color:var(--main--hue);text-shadow:none;border-radius:5px}.search{background:#fff;width:320px;position:relative;border-radius:15px;overflow:hidden}.search input{padding:1.2em;width:100%}.search button{position:absolute;left:7px;background:var(--main--hue);color:#fff;padding:9px 10px;border-radius:10px;top:7px}.headads{background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);border-radius:10px;margin:1.5em auto 0;padding:1em}.headads a,.headads img{display:block;margin:0 auto;border-radius:8px}.headads img{box-shadow:0 5px 10px RGB(0 0 0 / .05)}.hding{text-align:center;padding:.7em}.hding h1{font-size:17px;text-align:center;color:var(--main--hue);font-weight:400}.specials{margin:1.5em auto 0;border-radius:8px}.specials ul li{width:16.66%;padding:0 7px;align-items:stretch}.specials ul li a{position:relative;display:block;overflow:hidden;border-radius:8px;border:3px solid #fff;background:#fff}.specials ul li span{position:absolute;top:0;width:100%;height:100%;right:0;background:RGB(0 0 0 / .6);color:#fff;align-items:center;display:flex;padding:1em;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.1);transition:all 300ms ease-out;text-align:center}.specials ul li:hover span{opacity:1;visibility:visible;transform:scale(1)}.specials ul li img{display:block;width:100%}.width.flex2{margin-top:1.5em}.mcenter{width:80%;padding:0 1em}.mright{width:70%;flex-direction:row-reverse;justify-content:space-between;align-items:stretch}.sidebar.right{width:20%}.sidebar.left{width:30%}.sidebar .sbox{padding:0}.sidebar .sbox>ul{padding:1em}.posts{border-radius:10px;overflow:hidden;margin-bottom:1em;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1)}.posts header{padding:1em;background:var(--main--hue);border-bottom:2px solid RGB(0 0 0 / .2)}.posts header h2,.posts header h1{font-size:16px;color:#fff}.posts header a{color:#fff;display:flex;align-items:center;gap:.5em}.posts header a:before{content:"";width:18px;height:20px;background-size:cover;filter:invert(1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 639.33 719.15'%3E%3Cpath d='M209.33,733.33a104,104,0,1,0-104-104A104,104,0,0,0,209.33,733.33Z' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M694.67,560V153.34c0-86.67-54.34-98.67-109.34-83.67l-208,56.67c-38,10.33-64,40.33-64,83.66V629' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M590.67,664a104,104,0,1,0-104-104A104,104,0,0,0,590.67,664Z' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M313.33,317.33l381.34-104' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer{border-top:1px solid #f2f2f2;padding:1em;justify-content:center;gap:1em}.posts footer ul{font-size:14px;color:#595959;gap:.5em;justify-content:center}.posts footer ul li{display:flex;align-items:center;gap:.4em}.posts footer ul li:before{content:"";width:14px;height:14px;opacity:.2;background-size:cover}.posts footer ul .cat:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.67'%3E%3Cpath d='M566.67,333.33h66.66q100,0,100-100V166.67q0-100-100-100H566.67q-100,0-100,100v66.66Q466.67,333.34,566.67,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M166.67,733.33h66.66q100,0,100-100V566.67q0-100-100-100H166.67q-100,0-100,100v66.66Q66.67,733.34,166.67,733.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M200,333.33A133.33,133.33,0,1,0,66.67,200,133.33,133.33,0,0,0,200,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M600,733.33A133.33,133.33,0,1,0,466.67,600,133.33,133.33,0,0,0,600,733.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer ul .time:before{width:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 650 717'%3E%3Cpath d='M266.67,66.67v100' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M533.33,66.67v100' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M533.33,116.67c111,6,166.67,48.33,166.67,205v206c0,137.33-33.33,206-200,206H300c-166.67,0-200-68.67-200-206v-206C100,165,155.67,123,266.67,116.67Z' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M691.67,586.67H108.33' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M400,275c-41,0-75.67,22.33-75.67,65.67,0,20.66,9.67,36.33,24.34,46.33-20.34,12-32,31.33-32,54,0,41.33,31.66,67,83.33,67,51.33,0,83.33-25.67,83.33-67,0-22.67-11.66-42.33-32.33-54,15-10.33,24.33-25.67,24.33-46.33C475.33,297.33,441,275,400,275Zm0,94.67c-17.33,0-30-10.34-30-26.67,0-16.67,12.67-26.33,30-26.33s30,9.66,30,26.33C430,359.33,417.33,369.67,400,369.67Zm0,97c-22,0-38-11-38-31S378,405,400,405s38,11,38,30.67C438,455.67,422,466.67,400,466.67Z' transform='translate(-75 -41.67)'/%3E%3C/svg%3E")}.posts footer ul .views:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.67'%3E%3Cpath d='M66.67,733.33H733.33' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M325,133.33v600H475v-600c0-36.66-15-66.66-60-66.66H385C340,66.67,325,96.67,325,133.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M100,333.33v400H233.33v-400c0-36.66-13.33-66.66-53.33-66.66H153.33C113.33,266.67,100,296.67,100,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M566.67,500V733.33H700V500c0-36.67-13.33-66.67-53.33-66.67H620C580,433.33,566.67,463.33,566.67,500Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer ul .cmmnts:before,.sbox.commentsfrom header::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.65'%3E%3Cpath d='M733.33,208.33v170c0,42.34-14,78-39,102.67-24.66,25-60.33,39-102.66,39v60.33c0,22.67-25.34,36.34-44,23.67l-32.34-21.33A121,121,0,0,0,519.67,549V413.33c0-68-45.34-113.33-113.34-113.33H180c-4.67,0-9,.33-13.33.67V208.33c0-85,56.66-141.66,141.66-141.66H591.67C676.67,66.67,733.33,123.33,733.33,208.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M519.67,413.33V549a121,121,0,0,1-4.34,33.67c-12.33,49-53,79.66-109,79.66H315.67L215,729.33c-15,10.34-35-.66-35-18.66V662.33c-34,0-62.33-11.33-82-31C78,611.33,66.67,583,66.67,549V413.33c0-63.33,39.33-107,100-112.66,4.33-.34,8.66-.67,13.33-.67H406.33C474.33,300,519.67,345.33,519.67,413.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.sbox.commentsfrom header::before{width:18px}.posts footer ul li a{color:#595959}.posts footer ul li a:hover{color:var(--main--hue)}.posts .more{background:#1b262c;box-shadow:2px 2px 8px rgb(0 0 0 / .15);color:#fff;padding:10px;border-radius:7px;width:100%;text-align:center}.posts .more:hover{background:var(--main--hue)}.sbox{margin:0 0 1em;border-top:0;line-height:2.2;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);overflow:hidden;border-radius:1em}.sbox header{font-size:15px;background:var(--main--hue);color:#fff;padding:.8em .8em .6em;border-bottom:2px solid RGB(0 0 0 / .15);line-height:1.8;display:flex;align-items:center;gap:.5em}.sbox header:before{content:"";width:15px;height:18px;background-size:cover;filter:invert(1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 617 717.59'%3E%3Cpath d='M265.67,733.33A133.33,133.33,0,1,0,132.33,600,133.33,133.33,0,0,0,265.67,733.33Z' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M399,600V133.33' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M487,70.33l147.33,49c35.67,12,65,52.34,65,90v39c0,51-39.33,79.34-87.66,63.34l-147.34-49c-35.66-12-65-52.34-65-90V133.33C399,82.67,438.67,54,487,70.33Z' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.sbox li ul{padding-right:1em}.sbox li ul li a{color:#595959;font-size:13px}.sbox li:before{content:"";width:7px;height:7px;border:1px solid #e5e5e5;transform:rotate(45deg);border-radius:3px;margin:9px 0 0 5px;float:right}.sbox li ul li:before{width:5px;height:5px;border-radius:2px;margin:10px 0 0 5px}.the_content{padding:1em;line-height:2.2}.the_content a{color:var(--hover--hue)}.the_content img{border-radius:10px;margin:.5em 0}.the_content h2,.the_content h3{font-size:17px}.the_content b,.the_content strong{font-weight:700}.the_content audio{width:100%;margin:.5em 0 0}.sbcrb{padding:.7em 1em}.sbcrb a{color:var(--main--hue)}.singleads{padding:0 1em 1em}.singleads a,.singleads img{display:block;margin:0 auto}.mpagenavi{flex-direction:row-reverse;justify-content:center}.mpagenavi a,.mpagenavi span{height:40px;width:40px;display:flex;justify-content:center;align-items:center;margin:5px;border-radius:14px;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1)}.mpagenavi a:hover,.mpagenavi .current{background:var(--main--hue);color:#fff}.footer{background:#1b262c;padding-top:1em;margin-top:1em}.footer .flex2{margin:0 auto}.footbox{width:33.33%}.footbox:nth-child(2){padding:0 1em}.footbox h5{color:#fff;font-size:17px;border-bottom:1px solid rgb(255 255 255 / .1);padding:0 0 10px}.footbox ul{line-height:2.2;padding:5px 0}.footbox li a{color:rgb(255 255 255 / .6)}.footbox li a:before{content:"";width:4px;height:10px;background:rgb(255 255 255 / 15%);float:right;margin:10px 0 0 7px;border-radius:1px}.footbox li a:hover{color:#fff}.copyright{background:#323c42;text-align:center;color:#fff;padding:1em 0;margin-top:.5em;width:100%;border-radius:8px 8px 0 0;font-size:15px}.copyright a{color:#fff}.notfound{color:#595959}.notfound img{margin:1em auto;display:block}.notfound form{position:relative;width:95%;margin:1em auto}.notfound input{background:#f2f2f2;height:42px;width:100%;border-radius:10px;padding:0 1em}.notfound button{position:absolute;height:32px;background:var(--main--hue);color:#fff;left:5px;top:5px;border-radius:10px;padding:0 1em}.singers,.boxdownload{width:80%;margin:0 auto;padding:0 0 .5em}.boxdownload .player{background:RGB(0 0 0 / .1);display:block;text-align:center;padding:5px;border-radius:5px;margin:0 0 1em}.boxdownload audio,.boxdownload video{width:100%}.singers a,.boxdownload a{background:var(--main--hue);color:#fff!important;display:flex;margin:.7em 0 1em;font-size:16px;padding:.8em 1em;text-align:center;border-radius:10px;border-bottom:2px solid RGB(0 0 0 / .2);justify-content:center;align-items:center;flex-wrap:wrap;gap:.5em}.singers a{margin-top:0;font-weight:400}.boxdownload a:hover,.singers a{background:#1b262c!important;box-shadow:0 3px 8px rgb(0 0 0 / .2)}.singers a:hover{background:#111}.boxdownload a::before{content:"";width:16px;height:16px;filter:invert(1);background-size:cover;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 505 516.67'%3E%3Cpath d='M187.5,500a25,25,0,0,0-50,0Zm-25,33.33h0ZM642.5,500a25,25,0,0,0-50,0ZM370.29,518a25,25,0,1,0,39.42,30.75ZM539.71,382a25,25,0,1,0-39.42-30.75ZM370.29,548.71A25,25,0,1,0,409.71,518ZM279.71,351.29A25,25,0,1,0,240.29,382Zm85.29,182a25,25,0,0,0,50,0Zm50-366.66a25,25,0,1,0-50,0ZM137.5,500v33.33h50V500Zm0,33.33c0,68.44,54.25,125,122.5,125v-50c-39.45,0-72.5-33-72.5-75Zm122.5,125H520v-50H260Zm260,0c68.25,0,122.5-56.56,122.5-125h-50c0,42-33,75-72.5,75Zm122.5-125V500h-50v33.33ZM409.71,548.71,539.71,382l-39.42-30.75L370.29,518Zm0-30.75-130-166.67L240.29,382l130,166.67ZM415,533.33V166.67H365V533.33Z' transform='translate(-137.5 -141.67)'/%3E%3C/svg%3E")}.eplfx a{position:fixed;left:1em;top:1em;padding:1em 1.5em;font-size:15px;border-radius:10px;color:#fff!important;background:var(--main--hue);border:2px solid #f2f2f2}.ctags{display:flex;width:100%;background:#f2f2f2;padding:3px 10px;font-size:14px;font-weight:400;border-radius:10px;color:RGB(0 0 0 / .6);justify-content:center}.ctags a{color:RGB(0 0 0 / .7);margin:5px}.ctags a:hover{color:var(--hover--hue)}.social{flex-direction:row-reverse;justify-content:center;margin-top:.5em;gap:.6em}.social a{height:38px;border-radius:12px;background-color:#1B262C;display:flex;fill:rgb(255 255 255 / 20%);padding:0 .8em;align-items:center;gap:.4em}.social a:hover{background-color:var(--main--hue);fill:#fff}.commentsfrom form{padding:.7em}.commentsfrom .holder{justify-content:space-between;margin-bottom:1em}.commentsfrom input,.commentsfrom textarea{background:#f2f2f2;padding:1em 1.2em;border-radius:8px}.commentsfrom input{width:49%}.commentsfrom textarea{width:100%;resize:none}.commentsfrom button{background:var(--main--hue);padding:7px 15px;border-radius:8px;color:#fff;font-size:15px}.answer li{background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);margin-bottom:1em;padding:.5em;border-radius:5px;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);margin-bottom:1em;padding:.5em;border-radius:5px}.answer .chdr{background:#f2f2f2;justify-content:space-between;padding:.5em;border-radius:5px}.answer .chdr strong{color:#000;display:flex;align-items:center;font-size:15px}.answer .chdr strong b{color:#fff;background:var(--main--hue);font-weight:400;padding:0 5px;border-radius:5px;margin:0 5px;font-size:12px}.answer .chdr span{color:#555;font-size:13px}.answer li p{padding:1em .5em .5em;color:#444;overflow-wrap:break-word}.answer ul{margin-right:1em}.vebeetpre,.vebeetnext{position:fixed;height:85px;top:50%;z-index:9;transform:translate(0,-50%);width:36px;right:0;border-radius:10px 0 0 10px;color:#fff;background:var(--main--hue);font-size:13px}.vebeetpre:hover,.vebeetnext:hover{color:#fff;background:#333}.vebeetpre{right:initial;left:0;border-radius:0 10px 10px 0}.vebeetnext span,.vebeetpre span{transform:rotate(-90deg) translate(-50%,0);position:absolute;width:67px;text-align:center}.vebeetnext span{left:-1.15em}.vebeetpre span{right:-.9em}.social.scils,.shortlink{width:100%;margin:0}.social.scils a{background-color:#f2f2f2;color:#1b262c;fill:rgb(0 0 0 / 40%)}.social.scils a:hover{background-color:var(--main--hue);color:#fff;fill:#fff}.shortlink h3,.social h3{background:RGB(0 0 0 / .1);display:block;text-align:center;padding:7px 5px;border-radius:5px;margin:0 0 .7em;font-size:13px;font-weight:400;width:100%}.social h3{margin:0 0 .2em}.shortlink textarea{direction:ltr;padding:4px;font-size:12px;resize:none;border-radius:3px;height:28px;width:100%;border:1px solid #f2f2f2;color:#595959;margin:0 0 -.5em;text-align:center;overflow:hidden}.specials.spcls{margin:0}.specials.spcls ul{padding:.5em;align-items:stretch}.specials.spclm ul{align-items:stretch}.specials.spcls ul li{width:25%;padding:0 2px}.sbox .specials.spcls li:before,.sbox .specials.spclm li:before{display:none}.specials.spcls ul li img{border-radius:8px}.specials.spcls ul li span,.specials.spclm ul li span{position:inherit;height:auto;transform:none;opacity:1;visibility:visible;padding:0;background:none;color:#595959;font-size:13px;text-align:center;line-height:1.5;margin-top:5px}.specials.spclm ul li span{margin:5px 0}.specials.spcls ul li:hover span{color:var(--main--hue)}.telinsta{width:80%;margin:0 auto;padding:0 0 1em;display:flex;justify-content:space-between}.telinsta a{color:#fff!important;display:flex;padding:.7em;text-align:center;border-radius:10px;justify-content:center;align-items:center;width:48.5%;border-bottom:2px solid RGB(0 0 0 / .2);fill:#fff;gap:.4em}.telinsta .telg{background:#2da4e0}.telinsta .insta{background:#a72de0}.telinsta a:hover{background:#1b262c}.mcenter.mcenter2{width:100%;padding:0 0 0 1em}.boxdownload a span{background:RGB(0 0 0 / .2);font-size:12px;padding:2px 6px;border-radius:7px;margin:2px 5px}.mcnotice{position:fixed;height:50px;bottom:0;left:0;right:0;background:var(--note--hue);text-align:center;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:700;z-index:595959}.mcnotice a{color:var(--notea--hue)!important;font-weight:400}.mnotp{padding-bottom:50px}.copyright{line-height:2}.side_right{flex-direction:row-reverse}.side_right .mcenter{padding:0 1em 0 0}.msct_svg{display:flex;position:absolute;width:0;height:0}@media screen and (max-width:800px){.header nav,.search,.mcenter,.sidebar.right,.sidebar.left,.mright{width:100%}.mcenter{padding:0}.mpagenavi{margin-bottom:1em}}@media screen and (max-width:640px){.specials ul li{width:33.33%;padding:7px}.specials,.headads{margin:.5em auto 0}.width.flex2{margin-top:1em}.footbox,.commentsfrom button{width:100%}.footbox:nth-child(2){padding:1em 0}.copyright{margin-top:1em}}@media screen and (max-width:520px){.header .flex{justify-content:center}.header nav ul{display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:1em 0}.header nav ul li{display:inline-block}.boxdownload,.telinsta{width:90%}.header{padding:.5em 0}.textlogo{margin:0}}@media screen and (max-width:375px){.specials ul li{width:50%}.telinsta{flex-direction:column}.telinsta a{width:100%}.telinsta a:nth-child(2){margin-top:1em}}@media screen and (max-width:280px){.boxdownload a::before{display:none}.commentsfrom .holder{flex-direction:column}.commentsfrom input{width:100%}.commentsfrom .mail{margin-top:1em}}