/*
Theme Name: donate
Theme URI: https://shop.vegrom.ru
Author: Vegrom
Description: Vegrom — донат-магазин для Minecraft Bedrock Edition
Version: 8.0.0
Text Domain: donate
*/

/* ============================================================
   DESIGN TOKENS — from mcpehub.org
   ============================================================ */
:root {
  --color-accent:#a855f7;--color-accent-125:rgba(168,85,247,.15);--color-accent-15:rgba(168,85,247,.1);
  --color-accent-25:rgba(168,85,247,.25);--color-accent-50:rgba(168,85,247,.5);--color-accent-75:rgba(168,85,247,.75);
  --green:#3498db;--green-dark:#2980b9;--green-soft:#eaf2f8;--green-tint:#eaf2f8;--green-tint2:#d4e6f1;
  --blue:#3498db;--blue-soft:#eaf2f8;--blue-tint:#d4e6f1;
  --red:#e74c3c;--red-soft:#fdedec;
  --yellow:#f39c12;
  --black:#FAFEFF;--grey:#7f8c8d;--transparent-grey:rgba(255,255,255,.75);
  --hint:rgba(255,255,255,.24);--disabled:rgba(255,255,255,.16);
  --white:#222424;--white-transparent:rgba(255,255,255,.8);
  --bg:#1B1C1C;--bg-soft:#2C3030;--bg-disabled:#343536;
  --border:rgba(255,255,255,.08);--border-strong:rgba(255,255,255,.16);--border-grey:#343536;
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Text","Inter","Segoe UI",Roboto,sans-serif;
  --mono:"SF Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --w:1132px;--content:700px;
  --ease:cubic-bezier(.4,0,.2,1);
  --r-sm:4px;--r:6px;--r-md:8px;--r-lg:10px;--r-xl:16px;
  color-scheme:dark;
}
body.light-theme {
  --color-accent:#a855f7;--color-accent-125:rgba(168,85,247,.15);
  --green:#3498db;--green-dark:#2980b9;--green-soft:#eaf2f8;--green-tint:#eaf2f8;--green-tint2:#d4e6f1;
  --blue:#3498db;--blue-soft:#eaf2f8;--blue-tint:#d4e6f1;
  --red:#e74c3c;--red-soft:#fdedec;
  --black:#2c3e50;--grey:#7f8c8d;--transparent-grey:#95a5a6;
  --hint:rgba(44,62,80,.24);--disabled:rgba(44,62,80,.16);
  --white:#fff;--white-transparent:rgba(255,255,255,.8);
  --bg:#f8f9fa;--bg-soft:#ecf0f1;--bg-disabled:#dfe6e9;
  --border:rgba(44,62,80,.12);--border-strong:rgba(44,62,80,.32);--border-grey:#dfe6e9;
  color-scheme:light;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{overflow-x:clip;background:var(--bg);color:var(--black);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;padding-top:0}
@media(min-width:64em){body{padding-top:0}}
body.admin-bar .site-header{top:0}
body.admin-bar{padding-top:0}
@media(min-width:64em){body.admin-bar{padding-top:0}}
@media(max-width:782px){body.admin-bar{padding-top:0}}
a{color:inherit;text-decoration:none;transition:color .15s var(--ease)}
a:hover{color:var(--green)}
img,svg,video,canvas{max-width:100%;height:auto;display:block}
svg{display:inline-block;vertical-align:middle}
button{font-family:inherit;border:none;background:none;padding:0;cursor:pointer;color:inherit}
input,textarea,select{font-family:inherit;color:inherit}
::selection{background:var(--green);color:#fff}
hr{border:none;height:1px;background:var(--border);margin:32px 0}
h1,h2,h3,h4,h5,h6{font-weight:300;letter-spacing:0;line-height:1.3;color:var(--black);margin:0}
h1{font-size:20px;font-weight:700}
h2{font-size:20pt;font-weight:300}
h3{font-size:17pt;font-weight:300}
h4{font-size:15pt;font-weight:400}
p{margin:0 0 12px;color:#34495e}
blockquote{margin:16px 0;color:var(--grey)}
code{font-family:var(--mono);font-size:.88em}
pre{margin:16px 0;overflow-x:auto}
ul,ol{padding-left:24px;margin:12px 0}
li{margin:4px 0}

/* ============================================================
   TYPOGRAPHY UTILITIES — from mcpehub
   ============================================================ */
.bold{font-weight:700}
.semibold{font-weight:600}
.medium{font-weight:500}
.regular{font-weight:400}
.light{font-weight:300}
.black{color:var(--black)}
.grey{color:var(--grey)}
.transparent-grey{color:var(--transparent-grey)}
.white{color:#fff}
.white-transparent{color:var(--white-transparent)}
.green{color:var(--green)}
.blue{color:var(--blue)}
.red{color:var(--red)}
.center{text-align:center}

/* ============================================================
   FLEX UTILITIES — from mcpehub
   ============================================================ */
.flex{display:flex}
.middle{align-items:center}
.between{justify-content:space-between}
.center-flex{justify-content:center}
.end{justify-content:flex-end;text-align:end}
.column{flex-direction:column}
.wrap{flex-wrap:wrap}
.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}
.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}
.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}
.pad-16{padding:16px}.pad-24{padding:24px}
.hidden{display:none!important}
.text-uppercase{text-transform:uppercase;letter-spacing:.5px}
.truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
@media(min-width:48em){.flex-sm{display:flex}.middle-sm{align-items:center}.between-sm{justify-content:space-between}.end-sm{justify-content:flex-end;text-align:end}}
@media(min-width:64em){.flex-md{display:flex}.middle-md{align-items:center}}

/* ============================================================
   CONTAINER — from mcpehub
   ============================================================ */
.box,.container{max-width:var(--w);margin:0 auto;padding-left:16px;padding-right:16px}
@media(min-width:48em){.box{padding-left:16px;padding-right:16px}}
.layout{padding:16px 0;background:var(--bg)}
.layout:not(.news-list){background:var(--white);border-bottom:1px solid var(--border)}
.layout > div{max-width:var(--w);margin:0 auto;padding-left:8px;padding-right:8px}
@media(min-width:48em){.layout > div{padding-left:16px;padding-right:16px}}
.layout .content{padding:0}
.layout .content .row{display:flex;flex-wrap:wrap;margin:-6px}
@media(min-width:48em){.layout .content .row{margin:-12px}}
.layout .content .row > [class*="col-"]{padding:6px}
@media(min-width:48em){.layout .content .row > [class*="col-"]{padding:12px}}
.col-xs-12{flex:0 0 100%;max-width:100%}
.col-xs-6{flex:0 0 50%;max-width:50%}
.col-md-4{flex:0 0 100%;max-width:100%;min-width:0}
.col-md-8{flex:0 0 100%;max-width:100%;min-width:0}
@media(min-width:48em){.col-sm-6{flex:0 0 50%;max-width:50%}}
@media(min-width:64em){
  .col-md-4{flex:0 0 45%;max-width:45%;min-width:0}
  .col-md-8{flex:0 0 55%;max-width:55%;min-width:0;overflow:hidden}
  .layout .content > .row > .col-md-8{padding-right:36px;border-right:1px solid var(--border)}
  .layout .content > .row > .col-md-4{padding-left:36px}
}

.site-header{position:relative;top:0;left:0;right:0;z-index:50;background:var(--white);border-bottom:1px solid var(--border);height:56px}
@media(min-width:64em){.site-header{position:relative;top:0;border-bottom:1px solid var(--border);height:76px}}
.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--w);margin:0 auto;padding:0 16px;gap:8px}
@media(min-width:64em){.site-header-inner{padding:0 24px;gap:16px}}

.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--black);flex-shrink:0;margin-right:auto}
.brand__logo{display:flex;width:32px;height:32px;flex-shrink:0;color:var(--color-accent)}
.brand__logo svg{width:100%;height:100%}
.brand__name{font-size:20px;font-weight:700;color:var(--black);letter-spacing:-.02em}
.site-logo-text{display:none;font-size:11px;line-height:1.43;color:var(--transparent-grey);text-transform:uppercase;letter-spacing:0;padding-left:17px;margin-left:16px;border-left:1px solid var(--border-grey);align-self:center;font-weight:500;white-space:nowrap}
@media(min-width:64em){.site-logo-text{display:inline-block}}

/* Burger */
.nav-toggle{width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}
@media(min-width:64em){.nav-toggle{display:none}}
.nav-toggle .icon{position:relative;width:20px;height:2px;background:var(--black);border-radius:2px;transition:all .3s ease-out}
.nav-toggle .icon::before,.nav-toggle .icon::after{content:'';position:absolute;left:0;width:20px;height:2px;background:var(--black);border-radius:2px;transition:all .25s ease-out}
.nav-toggle .icon::before{top:-6px}
.nav-toggle .icon::after{top:6px}
.nav-toggle.is-open .icon{background:transparent;transform:rotate(180deg);transition:transform .4s ease-out}
.nav-toggle.is-open .icon::before{top:0;background:var(--black);transform:rotate(45deg)}
.nav-toggle.is-open .icon::after{top:0;background:var(--black);transform:rotate(-45deg)}

/* Right side */
.header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}
@media(min-width:64em){.header-right{gap:8px}}
.header-social{display:none}
@media(min-width:64em){.header-social{display:block;margin-right:24px}}
.socials{display:flex;align-items:center;margin:0 -8px;list-style:none;padding:0}
.socials > li{padding:0 8px}
.socials a{display:flex;width:24px;height:24px;align-items:center;justify-content:center}
.socials svg{width:24px;height:24px;fill:var(--hint);transition:fill .15s}
.socials a.vk:hover svg{fill:#45668e}
.socials a.tg:hover svg{fill:#0088cc}
.socials a.yt:hover svg{fill:#ff0000}

/* Search */
.header-search{position:relative;display:flex;align-items:center}
.search-trigger{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}
@media(min-width:64em){.search-trigger{display:none}}
.search-trigger svg{width:24px;height:24px;stroke:var(--black);fill:none;stroke-width:2}
.header-search-form{position:absolute;right:0;top:0;height:48px;width:100vw;background:var(--white);padding:0 16px;display:flex;align-items:center;justify-content:space-between;visibility:hidden;transform:translate3d(0,-100%,0);transition:transform .2s ease,visibility 0s .2s;z-index:60}
@media(min-width:64em){.header-search-form{position:relative;height:36px;width:240px;background:transparent;visibility:visible;transform:none;padding:0}}
.header-search-form.is-open{transform:translate3d(0,0,0);visibility:visible;transition:transform .2s ease,visibility 0s 0s}
.header-search-form-inner{display:flex;align-items:center;width:calc(100% - 36px);position:relative}
@media(min-width:64em){.header-search-form-inner{width:100%}}
.header-search-form input{width:100%;height:32px;outline:none;border:1px solid var(--border);border-radius:6px;font-size:14px;text-indent:36px;background:var(--bg-soft);padding-right:12px;color:var(--black)}
.header-search-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}
@media(min-width:64em){.header-search-form input{height:36px}}
.header-search-form input::-webkit-input-placeholder{color:var(--transparent-grey);font-weight:400}
.search-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hint)}
@media(min-width:64em){.search-close{display:none}}
.search-close svg{width:20px;height:20px}
.search-icon{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;pointer-events:none}
.search-icon svg{width:18px;height:18px;stroke:var(--hint);fill:none;stroke-width:2}

/* ============================================================
   MAIN NAV — from mcpehub
   ============================================================ */
.main-nav{visibility:hidden;opacity:0;position:fixed;left:0;top:0;width:100%;height:100%;transition:opacity .3s linear .2s,visibility 0s .5s;z-index:100}
.main-nav.is-open{visibility:visible;opacity:1;transition:opacity .3s linear,visibility 0s 0s}
.main-nav-bg{position:absolute;left:0;top:56px;width:100%;height:calc(100% - 56px);background:rgba(0,0,0,.5);z-index:1}
.main-nav-inner{display:flex;align-items:flex-start;height:100%;width:80%;max-width:420px;background:var(--white);transform:translate3d(-100%,0,0);transition:transform .3s ease;z-index:2;position:relative;overflow-y:auto;padding:72px 24px 40px;border-radius:0 20px 20px 0}
.main-nav.is-open > .main-nav-inner{transform:translate3d(0,0,0);transition:transform .3s ease .2s}
@media(min-width:64em){.main-nav-bg{display:none!important}}
@media(min-width:64em){
  .main-nav{visibility:visible!important;opacity:1!important;position:sticky;top:0;left:0;width:100%;height:auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border);transition:none;background:var(--white);z-index:50;display:block}
  .main-nav.is-open,.main-nav:not(.is-open){visibility:visible;opacity:1;transform:none;height:auto}
  .main-nav-bg{display:none!important}
  .main-nav-inner{height:42px;width:100%;max-width:var(--w);margin:0 auto;background:transparent;transform:none!important;transition:none!important;padding:0 24px;align-items:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}
  .main-nav-inner::-webkit-scrollbar{display:none}
}
.main-menu{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0;width:100%;flex-wrap:nowrap}
@media(min-width:64em){.main-menu{flex-direction:row;height:100%;align-items:center;flex-wrap:nowrap;white-space:nowrap}}
.main-menu li{list-style:none}
@media(min-width:64em){.main-menu li{height:100%}}
.main-menu a{display:block;font-size:18px;line-height:1.5;padding:14px 16px;color:var(--black);text-decoration:none;position:relative;transition:all .15s ease;font-weight:500;border-radius:12px}
@media(min-width:64em){.main-menu a{font-size:14px;line-height:1.29;padding:11px 8px;margin:0 2px;border-radius:6px;font-weight:400}}
.main-menu a:hover{color:var(--color-accent);background:var(--bg-soft);border-radius:8px}
.main-menu a.active{color:var(--color-accent)}
@media(min-width:64em){
  .main-menu a.active::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--color-accent);border-radius:2px 2px 0 0}
}

/* ============================================================
   BANNER — from mcpehub
   ============================================================ */
.banner{background:linear-gradient(218deg,#3498db 0%,#2980b9 100%);border-radius:6px;margin-bottom:16px;overflow:hidden;position:relative;color:#fff}
.banner::after{content:"";position:absolute;right:-30px;bottom:-30px;width:200px;height:200px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><defs><pattern id='d' width='20' height='20' patternUnits='userSpaceOnUse'><circle cx='10' cy='10' r='1' fill='white' opacity='0.12'/></pattern></defs><rect width='200' height='200' fill='url(%23d)'/></svg>");background-repeat:no-repeat;pointer-events:none;z-index:0}
.banner::before{content:"";position:absolute;right:-60px;top:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);pointer-events:none;z-index:0}
.banner-inner{padding:45px;position:relative;z-index:1}
.banner h1{font-size:20px;font-weight:700;line-height:1.4;color:#fff;margin:0 0 12px}
@media(min-width:48em){.banner h1{font-size:28px}}
.banner p{font-size:12px;line-height:1.5;color:var(--white-transparent);margin:0}
.banner p a{color:var(--white-transparent);text-decoration:underline}
.banner p a:hover{color:#fff}
.banner-social{margin-top:20px}
.banner-social a{display:inline-flex;align-items:center;height:36px;width:268px;max-width:100%;border-radius:6px;background-color:rgba(245,235,226,.12);text-decoration:none;font-size:12px;color:var(--white-transparent);overflow:hidden}
.banner-social a:hover{background-color:rgba(245,235,226,.2);color:#fff}
.banner-social-icon{width:36px;height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0}
.banner-social-icon svg{width:18px;height:18px;fill:#fff}
.banner-social-text{padding:0 12px;font-weight:500}

/* ============================================================
   ACTUAL VER — green pill from mcpehub
   ============================================================ */
.actual-ver{margin-bottom:16px}
.actual-ver a{display:flex;align-items:center;justify-content:center;width:100%;height:55px;line-height:55px;font-size:16px;font-weight:700;text-decoration:none;background:linear-gradient(218deg,#2980b9 0%,#3498db 100%);color:#fff;border-radius:6px;padding:0 16px;gap:8px;transition:opacity .15s}
.actual-ver a:hover{opacity:.9}
.actual-ver svg{width:20px;height:20px;fill:#fff;flex-shrink:0}

/* ============================================================
   POST CARDS — from mcpehub .news-item
   ============================================================ */
.post-grid{display:flex;flex-wrap:wrap;margin:-6px}
@media(min-width:48em){.post-grid{margin:-12px}}
.post-card-wrap{flex:0 0 100%;max-width:100%;padding:6px}
@media(min-width:48em){.post-card-wrap{padding:12px}}
@media(min-width:64em){.post-card-wrap{flex:0 0 50%;max-width:50%}}

.news-item{display:flex;flex-direction:column;width:100%;text-decoration:none;box-sizing:border-box;position:relative;border:1px solid var(--border);min-height:100%;user-select:none;background:var(--white);overflow:hidden;border-radius:10px;transition:border-color .15s}
.news-item:hover{border-color:var(--border-strong)}

.news-item .news-image{display:block;overflow:hidden;background:var(--bg-soft);position:relative;aspect-ratio:16/10;flex-shrink:0}
.news-item .news-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s;display:block}
.news-item:hover .news-image img{transform:scale(1.05)}

.news-item .news-item-info{padding:14px 16px 16px;position:relative;flex:1;display:flex;flex-direction:column;min-height:190px;background:var(--white);z-index:2}
.news-item .news-item-info h2{font-size:16px;line-height:1.38;font-weight:500;margin:0 0 6px;color:var(--black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-item:hover .news-item-info h2{}
.news-item .news-item-info h2 a{color:inherit;text-decoration:none}
.news-item .news-item-info p.black{font-size:14px;line-height:1.43;margin:0 0 auto;color:var(--black);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:8px}
.news-item .news-item-info .meta{font-size:12px;line-height:1.5;display:flex;align-items:center;justify-content:space-between;color:var(--transparent-grey);margin-top:auto;padding-top:8px;flex-shrink:0}
.news-item .news-item-info .meta-left{display:inline-flex;align-items:center;gap:4px}
.news-item .news-item-info .meta-right{display:inline-flex;align-items:center;gap:10px}
.news-item .news-item-info .meta-icon{display:inline-flex;align-items:center;gap:4px}
.news-item .news-item-info .meta-icon svg{width:14px;height:14px;opacity:.5;flex-shrink:0}
.news-item .news-item-info .likes-count{min-width:29px;height:18px;display:inline-flex;align-items:center;gap:4px;background:rgba(44,62,80,.06);border-radius:9px;padding:0 8px;font-size:11px}

/* Fixed news badge */
.fixed-news{display:inline-block;position:absolute;top:12px;left:12px;padding:4px 10px;line-height:1;letter-spacing:.5px;font-size:11px;text-align:center;border-radius:6px;background:var(--green);color:#fff;z-index:3;font-weight:500}
.fixed-news::after{display:none}

/* ============================================================
   VERSION SLIDER — from mcpehub .downloads-nav
   ============================================================ */
.downloads-nav{width:100%;margin-bottom:16px}
.downloads-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.downloads-nav-title{font-size:20px;font-weight:700;line-height:1.4;color:var(--black)}
.downloads-nav-arrows{display:flex;align-items:center;gap:16px}
.downloads-nav-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;color:var(--hint);transition:color .15s}
.downloads-nav-arrow:hover{color:var(--black)}
.downloads-nav-arrow.disabled{pointer-events:none;color:rgba(245,235,226,.12)}
.downloads-nav-arrow svg{width:24px;height:24px;fill:currentColor}

.downloads-slider{margin:0 -8px;overflow:hidden;padding-top:16px;position:relative}
.downloads-slider::after{content:"";display:block;position:absolute;width:48px;height:100%;top:0;right:0;background-image:linear-gradient(to right,rgba(250,246,241,0),var(--white));opacity:1;transition:opacity .2s linear;visibility:visible;pointer-events:none}
.downloads-slider.no-border::after{opacity:0;visibility:hidden}
.downloads-slider-inner{padding-bottom:16px;margin-bottom:-16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.downloads-slider-inner::-webkit-scrollbar{display:none}
.downloads-slider-track{display:flex;flex-wrap:nowrap;gap:0;padding:0 8px}
.downloads-slider-track > div{flex:0 0 auto;padding:0 4px}
.downloads-slider-track > div:first-child{padding-left:8px}
.downloads-slider-track > div:last-child{padding-right:8px}

.download-item-slider{width:140px;border-radius:8px;border:1px solid var(--border-grey);background:var(--white);display:block;text-decoration:none;overflow:hidden;user-select:none;transition:border-color .15s}
.download-item-slider:hover{border-color:var(--green)}
.download-item-slider .head{height:80px;width:100%;background:var(--bg-soft);background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--black);font-weight:700;font-size:20px;text-shadow:0 1px 3px rgba(44,62,80,.3)}
.download-item-slider .body{padding:10px 12px}
.download-item-slider .body .blue{font-size:12px;line-height:1.33;color:var(--blue);font-weight:400}
.download-item-slider .body .name{font-size:14px;line-height:1.43;color:var(--black);font-weight:400;margin:2px 0 6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.download-item-slider .body .download{font-size:12px;line-height:1.5;color:var(--green);font-weight:500}

/* ============================================================
   SORT DROPDOWN — from mcpehub
   ============================================================ */
.sort-form{position:relative;display:inline-block;margin-bottom:16px}
.sort-trigger{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;color:var(--black);cursor:pointer;user-select:none;transition:border-color .15s}
.sort-trigger:hover{border-color:var(--border-strong)}
.sort-trigger svg{width:12px;height:12px;fill:currentColor;transition:transform .2s}
.sort-form.open .sort-trigger svg{transform:rotate(180deg)}
.sort-list{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.08);min-width:200px;padding:6px;z-index:20;display:none;list-style:none;margin:0}
.sort-form.open .sort-list{display:block}
.sort-list li{list-style:none;margin:0}
.sort-list button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:6px;font-size:14px;color:var(--black);text-align:left;cursor:pointer;font-family:inherit;transition:background .15s}
.sort-list button:hover{background:var(--blue-soft);color:var(--blue)}
.sort-list button.selected{color:var(--blue);font-weight:600}
.sort-list button.selected::after{content:"✓";margin-left:10px;color:var(--blue)}

/* ============================================================
   BREADCRUMBS — from mcpehub .speedbar
   ============================================================ */
.speedbar{font-size:12px;line-height:1.5;margin-bottom:12px;list-style:none;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}
.speedbar li{display:inline-flex;align-items:center;color:var(--hint)}
.speedbar li.sep{margin:0 5px;color:var(--hint)}
.speedbar a{color:var(--grey);text-decoration:none}
.speedbar a:hover{color:var(--green)}
.speedbar .current{color:var(--black)}

/* ============================================================
   FULLSTORY — from mcpehub
   ============================================================ */
.fullstory{width:100%;padding:12px 0 0;background:var(--white);position:relative;z-index:1}
@media(min-width:48em){.fullstory{padding:24px 0 56px}}

.fullstory .date{font-size:14px;color:var(--transparent-grey);padding-bottom:8px;display:inline-block;font-weight:400}
@media(min-width:48em){.fullstory .date{display:none}}

.fullstory h1{font-size:20px;font-weight:700;line-height:1.4;color:var(--black);margin:0}
@media(min-width:48em){.fullstory h1{font-size:28px}}

.fullstory-info{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:12px;font-size:14px;line-height:1.43;color:var(--transparent-grey)}
@media(min-width:48em){.fullstory-info > *:not(:last-child){padding-right:24px}}
.fullstory-info .info-item{display:inline-flex;align-items:center;gap:6px}
.fullstory-info .info-item svg{width:18px;height:18px;stroke:var(--transparent-grey);fill:none;stroke-width:1.5;flex-shrink:0}
.fullstory-info .info-item.heart svg{fill:currentColor;stroke:none;color:var(--red-soft)}

/* Share + Like row */
.likely-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:12px;min-height:24px;position:relative;z-index:1}
.likely-wrap.bottom{margin-top:24px;margin-bottom:36px}
.likely{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}
.likely .likely-widget{display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:36px;padding:0 8px;font-size:10px;font-weight:500;color:#fff;border-radius:4px;cursor:pointer;user-select:none;background:var(--hint);transition:opacity .15s}
.likely .likely-widget:hover{opacity:.85}
.likely .likely-widget svg{width:14px;height:14px;fill:#fff;flex-shrink:0}
.likely .likely-widget.vk{background:#45668e}
.likely .likely-widget.tg{background:#0088cc}
.likely .likely-widget.ok{background:#ee8208}
.likely .likely-widget.wa{background:#25d366}

.like-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;line-height:1.5;font-size:13px;border-radius:8px;background:var(--bg-soft);color:var(--black);cursor:pointer;user-select:none;min-width:119px;box-sizing:border-box;border:1px solid transparent;transition:all .15s;font-family:inherit;position:relative;z-index:1}
.like-btn:hover{background:var(--border-grey);color:var(--black)}
.like-btn.liked{background:var(--bg-soft);color:var(--red);border-color:transparent}
.like-btn svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}
.like-btn.pl-loading{opacity:.5;pointer-events:none}
.like-btn.pl-bounce{animation:plBounce .35s cubic-bezier(.4,0,.2,1)}
@keyframes plBounce{0%{transform:scale(1)}40%{transform:scale(1.35)}100%{transform:scale(1)}}

/* Hero image */
.fullstory-image{width:100%;margin-top:16px;border-radius:6px;overflow:hidden;background:var(--bg-soft)}
.fullstory-image img{width:100%;height:auto;display:block}

/* Content */
.fullstory-content{font-size:16px;line-height:1.5;color:var(--black);padding-top:12px;margin-bottom:12px}
@media(min-width:48em){.fullstory-content{font-size:18px;line-height:1.5;padding-top:20px}}
.fullstory-content a{color:var(--green);text-decoration:underline}
.fullstory-content a.white{color:#fff}
.fullstory-content img,.fullstory-content iframe{max-width:100%!important;height:auto;display:block;margin:10px auto;border-radius:8px}
.fullstory-content .bold,.fullstory-content b,.fullstory-content strong{font-weight:700}
.fullstory-content ul{padding-left:0;list-style:none;margin:16px 0}
.fullstory-content ul li{position:relative;padding-left:16px;margin:4px 0}
.fullstory-content ul li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--green);border-radius:0}
@media(min-width:48em){.fullstory-content ul li::before{top:10px}}
.fullstory-content ul ul{margin-left:22px}
.fullstory-content ol{padding-left:24px;margin:16px 0}
.fullstory-content ol li{margin:4px 0}
.fullstory-content pre{padding:8px;border:1px solid var(--border-grey);background:var(--bg-soft);border-radius:6px;font-family:"Courier New",monospace;font-size:13px}
.fullstory-content code{background:var(--bg-soft);padding:2px 5px;border-radius:3px;font-family:"Courier New",monospace;color:var(--green);font-size:.85em}
.fullstory-content pre code{background:transparent;padding:0;color:inherit}

/* Mark callouts */
.mark_text,.mark_info{border-radius:8px;color:#fff;padding:12px 16px 12px 62px;line-height:1.5;position:relative;margin:16px 0}
.mark_text{background:var(--green)}
.mark_info{background:var(--red)}
.mark_text::before,.mark_info::before{content:"";width:30px;height:30px;background-size:30px;background-repeat:no-repeat;background-position:center;left:16px;top:12px;position:absolute}
.mark_text::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M3 17v2h6v-2H3M3 5v2h10V5H3m10 16v-2h8v-2h-8v-2h-2v6h2M7 9v2H3v2h4v2h2V9H7m14 4v-2H11v2h10m-6-4h2V7h-2v2z"/></svg>')}
.mark_info::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/></svg>');transform:rotate(180deg)}
.mark_text a,.mark_info a{color:#ffeb3b !important}

/* Content box (download in post) */
.content-box{padding:8px 0;width:100%;margin:0 auto}
.content-box > *:not(:first-child){margin-top:12px}
.fullstory .content-box .download-item-full{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--white);transition:max-height .3s ease;max-height:1000px}
.fullstory .content-box .download-item-full.closed{max-height:48px}
.fullstory .content-box .download-item-full .item-header{height:49px;padding:0 24px;border-bottom:1px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:space-between}
.fullstory .content-box .download-item-full .item-header p{font-size:16px;line-height:20px;color:var(--black);font-weight:500;margin:0}
.fullstory .content-box .download-item-full .item-header .chevron{transition:transform .25s;width:16px;height:16px;fill:var(--transparent-grey)}
.fullstory .content-box .download-item-full.closed .item-header .chevron{transform:rotate(180deg)}
.fullstory .content-box .download-item-full .item-content{padding:16px;position:relative}
@media(min-width:48em){.fullstory .content-box .download-item-full .item-content{padding:24px}}
.fullstory .content-box .download-item-full .item-content > span{font-size:18px;line-height:24px;color:var(--black);font-weight:500;display:block;margin-bottom:4px}
.fullstory .content-box .download-item-full .item-content > p{font-size:14px;line-height:20px;color:var(--transparent-grey);margin:0 0 16px}
.fullstory .content-box .download-item-full .item-content ul{padding:0;list-style:none;margin:0 0 16px}
.fullstory .content-box .download-item-full .item-content ul li{padding:6px 0;font-size:14px;line-height:1.43;display:flex;align-items:center;gap:12px;position:relative}
.fullstory .content-box .download-item-full .item-content ul li .check{width:20px;height:20px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fullstory .content-box .download-item-full .item-content ul li .check::after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}

/* Green download button (in post) */
.fullstory .download-btn{display:flex;align-items:center;width:100%;border-radius:4px;text-transform:uppercase;text-decoration:none;font-size:14px;line-height:1.43;height:48px;background:var(--green);color:#fff;overflow:hidden;font-weight:500;transition:background .15s;position:relative;z-index:1}
.fullstory .download-btn:hover{background:var(--green-dark);color:#fff}
@media(min-width:48em){.fullstory .download-btn{width:222px}}
.fullstory .download-btn .icon-col{width:48px;height:100%;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.16);flex-shrink:0}
.fullstory .download-btn .icon-col svg{width:20px;height:20px;fill:#fff}
.fullstory .download-btn .text-col{padding:0 16px;flex:1;text-align:left}
.fullstory .download-btn .text-col .main{font-size:14px;font-weight:500;color:#fff;line-height:1.43}
.fullstory .download-btn .text-col .sub{font-size:12px;color:var(--white-transparent);line-height:1.43}

/* ============================================================
   SIDEBAR — from mcpehub .rightside
   ============================================================ */
.rightside{width:100%;padding:36px 16px}
@media(min-width:64em){.rightside{padding:0}}
.rightside > div:not(:first-child){padding-top:30px}
@media(min-width:48em){.rightside > div:not(:first-child){padding-top:0}}
@media(min-width:48em){.rightside > div{padding:0 6px}}
@media(min-width:64em){.rightside > div{padding:0}}
.rightside-section-title{display:block;font-size:14px;line-height:1.71;color:var(--transparent-grey);padding-bottom:16px;font-weight:500}
.rightside-link{display:block;font-size:14px;line-height:2.71;color:var(--black);text-decoration:none}
.rightside-link:hover{color:var(--green)}
.rightside a.green{color:var(--green)}

.top-news{display:none}
@media(min-width:64em){.top-news{display:block}}
.top-news-item{display:block;text-decoration:none;user-select:none;color:var(--black)}
.top-news-item:not(:first-child){margin-top:24px}
.top-news-item:hover{color:var(--green)}
.top-news-item .image{width:100%;height:148px;background:var(--bg-soft);overflow:hidden;border-radius:8px}
.top-news-item .image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.top-news-item p{margin:16px 0 0;font-size:16px;line-height:1.38;font-weight:400}

/* Sub-categories pills */
.subcats{margin:0 0 22px;overflow:hidden}
.subcats-inner{overflow-x:auto;padding-bottom:16px;margin-bottom:-16px;scrollbar-width:none}
.subcats-inner::-webkit-scrollbar{display:none}
.subcats-row{display:flex;flex-wrap:nowrap;margin:0;padding:0;list-style:none;gap:5px}
.subcats-row a{flex:0 0 auto;box-sizing:border-box;text-decoration:none;white-space:nowrap;border:1px solid var(--border-grey);color:var(--grey);font-size:12px;background:var(--white);border-radius:16px;padding:8px 12px;transition:all .15s}
.subcats-row a:hover{border-color:var(--blue);color:var(--blue)}
.subcats-row a.active{color:var(--blue);background:var(--blue-tint);border-color:var(--blue)}

/* ============================================================
   PAGINATION — from mcpehub
   ============================================================ */
.pagination{text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;line-height:38px;font-size:14px;white-space:nowrap;box-sizing:border-box;text-decoration:none;color:var(--transparent-grey);padding:0 12px;background:var(--white);border:1px solid var(--border-grey);border-right:none;transition:color .15s;margin-bottom:4px}
.pagination a:hover{color:var(--grey)}
.pagination a:last-child,.pagination span:last-child{border-right:1px solid var(--border-grey)}
.pagination a:first-child,.pagination span:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}
.pagination a:last-child,.pagination span:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}
.pagination .current{background:var(--green-soft);color:var(--green);font-weight:600}
.pagination .nav-icon{width:18px;height:18px;display:inline-block;vertical-align:middle;opacity:.38}
.pagination .nav-prev,.pagination .nav-next{cursor:pointer}
.pagination .disabled{opacity:.38;pointer-events:none}

/* ============================================================
   RELATED — from mcpehub .related
   ============================================================ */
.related-section{width:100%;border-top:1px solid var(--border);padding-top:36px;margin-top:24px}
.related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}
.related-title{font-size:20px;font-weight:700;line-height:1.4;color:var(--black)}
.related-arrows{display:flex;align-items:center;gap:16px}
.related-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hint)}
.related-arrow:hover{color:var(--black)}
.related-arrow.disabled{pointer-events:none;color:rgba(245,235,226,.12)}
.related-arrow svg{width:24px;height:24px;fill:currentColor}
.related-slider{margin:0 -8px;overflow:hidden;position:relative}
.related-slider-inner{padding-bottom:16px;margin-bottom:-16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.related-slider-inner::-webkit-scrollbar{display:none}
.related-slider-track{display:flex;flex-wrap:nowrap;margin:0;padding:0;list-style:none;gap:16px}
.related-slider-track > li{flex:0 0 auto;list-style:none}
.related-slider-track > li:first-child{margin-left:8px}
.related-slider-track > li:last-child{margin-right:8px}
.related-news-item{display:block;width:308px;text-decoration:none;color:var(--black)}
.related-news-item:hover{color:var(--green)}
.related-news-item .image{width:100%;height:150px;background:var(--bg-soft);overflow:hidden;border-radius:8px}
.related-news-item .image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.related-news-item p{font-size:16px;line-height:1.38;padding-top:16px;margin:0}

/* ============================================================
   COMMENTS — from mcpehub
   ============================================================ */
.comments-wrapper{width:100%;border-radius:8px;border:1px solid var(--border-grey);background-color:var(--bg-soft);box-sizing:border-box;margin-top:36px;padding:16px}
.addcomment{padding:0;margin-bottom:16px}
.addcomment-title{font-size:20px;font-weight:700;line-height:1.4;color:var(--black);margin-bottom:16px}
.comment-form-group{display:flex;flex-wrap:wrap;gap:8px}
.comment-form-group input,.comment-form-group textarea{width:100%;outline:none;border-radius:6px;border:1px solid var(--border-grey);background:var(--white);font-size:14px;color:var(--black);padding:8px 16px;font-family:inherit;transition:border-color .15s}
.comment-form-group input{height:42px}
.comment-form-group textarea{min-height:126px;resize:vertical;line-height:1.43}
.comment-form-group input:focus,.comment-form-group textarea:focus{border-color:var(--border-strong)}
.comment-form-group .submit-btn{border:none;border-radius:6px;outline:none;cursor:pointer;font-size:14px;height:36px;padding:0 30px;background:var(--green);color:#fff;font-weight:500;transition:background .15s;font-family:inherit}
.comment-form-group .submit-btn:hover{background:var(--green-dark)}
.comment-list{list-style:none;padding:0;margin:0}
.comment-item{padding:16px;background:var(--white);border-radius:8px;margin-bottom:8px;display:flex;gap:16px}
.comment-avatar{width:52px;height:52px;min-width:52px;border-radius:6px;overflow:hidden;background:var(--bg-soft)}
.comment-avatar img{width:100%;height:100%;object-fit:cover}
.comment-content{flex:1;min-width:0}
.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}
.comment-author{font-size:16px;font-weight:700;color:var(--black)}
.comment-time{font-size:14px;color:var(--grey);font-weight:400}
.comment-text{font-size:14px;line-height:1.38;color:var(--black);word-wrap:break-word;margin-top:8px}
.comment-actions{margin-top:12px;font-size:14px}
.comment-actions a{color:var(--grey);display:inline-flex;align-items:center;gap:4px}
.comment-actions a:hover{color:var(--green)}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{width:100%;background-color:var(--white);padding:32px 0;border-top:1px solid var(--border)}
.site-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--black);flex-shrink:0}
.footer-logo svg{flex-shrink:0}
.footer-logo span{font-size:18px;font-weight:700;color:var(--black);letter-spacing:-.02em}
.footer-menu{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0 24px}
.footer-menu a{font-size:14px;line-height:1.6;text-decoration:none;color:var(--transparent-grey);font-weight:500;transition:color .15s}
.footer-menu a:hover{color:var(--color-accent)}
.footer-social{display:flex;align-items:center}
@media(max-width:47.99em){
  .site-footer-inner{flex-direction:column;align-items:flex-start}
  .footer-menu{margin-top:16px}
  .footer-social{margin-top:12px}
}

/* ============================================================
   PREFOOTER
   ============================================================ */
.prefooter{width:100%;background:var(--white);padding:24px 0;border-bottom:1px solid var(--border)}
.prefooter-image{width:100%;height:104px;max-width:530px;margin:0 auto;overflow:hidden;border-radius:6px}
.prefooter-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.prefooter-content{margin-top:16px;text-align:center;font-size:14px;line-height:1.43;color:var(--grey)}

/* ============================================================
   DOWNLOAD PAGE — from mcpehub
   ============================================================ */
body.download-page{background:var(--white);padding-top:0}
.download-header{position:sticky;top:0;background:var(--white);height:48px;display:flex;align-items:center;border-bottom:1px solid var(--border);z-index:50}
@media(min-width:64em){.download-header{height:76px;border-bottom:none}}
.download-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--w);margin:0 auto;padding:0 16px}
.back-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--black)}
.back-btn svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}

.download-layout{padding:16px}
.download-content{max-width:600px;margin:0 auto;text-align:center}
.download-content h1{font-size:16px;font-weight:500;line-height:1.5;color:var(--black);margin:0 0 8px}
@media(min-width:48em){.download-content h1{font-size:30px;line-height:1.33}}
.download-content .subtitle{font-size:14px;line-height:1.43;color:var(--transparent-grey);margin:0 0 20px;font-weight:500}
@media(min-width:48em){.download-content .subtitle{font-size:30px;line-height:1.33}}
.download-ads-top{padding-top:8px;min-height:266px;margin-bottom:20px}
.download-ads-bottom{padding-top:12px;min-height:266px;margin-top:20px}
@media(min-width:40em){.download-ads-top,.download-ads-bottom{min-height:200px}}

.news-data-card{display:flex;flex-direction:column;gap:16px;margin-top:8px}
@media(min-width:48em){.news-data-card{flex-direction:row;background:var(--white);border-radius:16px;box-shadow:0 2px 16px 0 rgba(0,0,0,.1);padding:24px;margin-top:24px;gap:32px}}
.news-data-image{width:100%;height:175px;background:var(--bg-soft);overflow:hidden;border-radius:8px}
@media(min-width:48em){.news-data-image{width:432px;min-width:432px;height:210px}}
.news-data-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.news-data-content{text-align:left;padding:0 16px}
@media(min-width:48em){.news-data-content{padding:0;flex:1}}
.news-data-content h2{font-size:16px;font-weight:500;line-height:1.38;color:var(--black);margin:0 0 4px}
@media(min-width:48em){.news-data-content h2{font-size:24px}}
.news-data-content p{font-size:14px;line-height:1.43;color:var(--black);margin:0 0 16px}
@media(min-width:48em){.news-data-content p{font-size:18px;line-height:1.43;padding-top:12px}}
.news-data-content .more-link{font-size:14px;line-height:1.43;display:inline-block;margin-top:8px;color:var(--blue);text-decoration:none}
@media(min-width:48em){.news-data-content .more-link{font-size:16px;margin-top:8px}}
.news-data-content .more-link:hover{color:var(--blue-dark, #2a5ed8)}

/* Big download button (download page) */
.download-timer-btn{display:block;width:100%;border-radius:8px;text-decoration:none;overflow:hidden;user-select:none;margin-top:20px;background:var(--bg-disabled);color:var(--grey);font-family:inherit;border:none;cursor:pointer;text-align:left}
.download-timer-btn.is-ready{background:var(--green);color:#fff;pointer-events:auto;cursor:pointer}
.download-timer-btn .btn-inner{display:flex;align-items:center;height:56px;width:100%}
.download-timer-btn .icon-col{width:56px;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04);flex-shrink:0;border-right:1px solid rgba(0,0,0,.06)}
.download-timer-btn.is-ready .icon-col{background:var(--green-dark)}
.download-timer-btn .icon-col .spinner{width:24px;height:24px;position:relative;display:block}
.download-timer-btn .icon-col .spinner .circular{width:24px;height:24px;animation:rotateSpinner 2s linear infinite;transform-origin:center}
.download-timer-btn .icon-col .spinner .path{stroke:var(--grey);stroke-width:5;stroke-linecap:round;fill:none;stroke-dasharray:1,200;stroke-dashoffset:0;animation:dashSpinner 1.5s ease-in-out infinite}
.download-timer-btn.is-ready .icon-col .spinner{display:none}
.download-timer-btn .icon-col .download-svg{width:24px;height:24px;fill:#fff;display:none}
.download-timer-btn.is-ready .icon-col .download-svg{display:block}
@keyframes rotateSpinner{100%{transform:rotate(360deg)}}
@keyframes dashSpinner{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}

.download-timer-btn .text-col{padding:0 16px;flex:1}
.download-timer-btn .text-col .main{font-size:18px;font-weight:500;line-height:1.11;color:var(--grey);display:block}
.download-timer-btn.is-ready .text-col .main{color:#fff}
.download-timer-btn .text-col .sub{font-size:14px;font-weight:400;line-height:1.43;color:var(--grey);display:block;padding-top:2px}
.download-timer-btn.is-ready .text-col .sub{color:var(--white-transparent)}
.download-timer-btn .text-col .timer-text{display:block;font-size:14px;font-weight:400;line-height:1.43;color:var(--grey);padding-top:2px}
.download-timer-btn.is-ready .text-col .timer-text{display:none}
.download-timer-btn.is-ready .text-col .sub{display:none}

@media(min-width:48em){.download-timer-btn{width:328px;margin-top:24px}}

/* ============================================================
   AD CONTAINERS
   ============================================================ */
.ad-contain{min-height:266px;display:flex;align-items:center;justify-content:center}
@media(min-width:40em){.ad-contain{min-height:200px}}

/* ============================================================
   AUTHOR META INFO
   ============================================================ */
.fullstory-author-info{font-size:12px;line-height:1.5;padding:12px;border-radius:8px;background:var(--bg);margin-top:24px;color:var(--grey)}
.fullstory-author-info a{color:var(--blue);text-decoration:none}
.fullstory-author-info a:hover{color:var(--blue-dark, #2a5ed8)}
.fullstory-author-info .rating{margin-top:8px}
.fullstory-author-info .unit-rating{display:flex;align-items:center;gap:2px;margin-top:8px}
.fullstory-author-info .unit-rating li{width:16px;height:16px;list-style:none}
.fullstory-author-info .unit-rating a{color:rgba(245,235,226,.16);text-decoration:none}
.fullstory-author-info .unit-rating li.active a{color:var(--yellow)}
.fullstory-author-info .unit-rating svg{width:16px;height:16px;fill:currentColor}

/* ============================================================
   BORDER RADIUS UTILITIES
   ============================================================ */
.border-radius{border-radius:10px}
.border-radius-top{border-radius:10px 10px 0 0}
.border-radius-bottom{border-radius:0 0 10px 10px}

/* ============================================================
   GREEN BG UTILITY
   ============================================================ */
.green-bg{background:var(--green)}
.plan-links a.blue{background:var(--blue-soft)}
.plan-links a.green{background:var(--green-tint2)}
.plan-links a{display:flex;align-items:center;height:80px;padding:0 16px;border-radius:10px;text-decoration:none;color:var(--black);font-weight:500}
.plan-links a svg{width:24px;height:24px;margin-right:12px;flex-shrink:0}

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top{position:fixed;bottom:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--border);border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(12px);transition:all .25s;z-index:30}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-to-top:hover{background:var(--green);border-color:var(--green);color:#fff}
.back-to-top svg{width:18px;height:18px}
@media(max-width:600px){.back-to-top{bottom:16px;right:16px;width:36px;height:36px}}

/* ============================================================
   FORMS
   ============================================================ */
input[type="text"],input[type="email"],input[type="url"],input[type="search"],input[type="password"],input[type="number"],textarea,select{font-family:inherit;font-size:14px;color:var(--black)}
label{font-size:14px;color:var(--grey);font-weight:400}

/* ============================================================
   UTILITIES
   ============================================================ */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;top:-100px;left:0;z-index:200;padding:12px 16px;background:var(--green);color:#fff}
.skip-link:focus{top:0}
.alignleft{float:left;margin:0 16px 16px 0}
.alignright{float:right;margin:0 0 16px 16px}
.aligncenter{display:block;margin:0 auto 16px}
.no-results{text-align:center;padding:60px 20px}

/* Print */
@media print{.site-header,.site-footer,.back-to-top,.pagination,.comments-wrapper,.widget-area,.related-section{display:none}body{background:#fff;color:#000}}

/* ============================================================
   PRODUCT DESCRIPTION
   ============================================================ */
.fullstory-content {
  color: var(--grey) !important;
}
.fullstory-content p,
.fullstory-content br + * {
  color: var(--grey) !important;
}
.fullstory-content b,
.fullstory-content strong {
  color: var(--color-accent) !important;
}
.fullstory-content a {
  color: var(--color-accent) !important;
}
body.light-theme .fullstory-content {
  color: var(--grey) !important;
}
body.light-theme .fullstory-content b,
body.light-theme .fullstory-content strong {
  color: var(--color-accent) !important;
}

/* ============================================================
   DONATE — DARK THEME OVERRIDES
   ============================================================ */
body{background:var(--bg);color:var(--black)}
.site-header{background:var(--white);border-bottom-color:var(--border)}
.main-nav{background:var(--white)}
.main-menu a{color:var(--black)}
.main-menu a:hover{color:var(--color-accent);background:var(--bg-soft)}
.main-menu a.active{color:var(--color-accent)}
.main-menu a.active::after{background:var(--color-accent)}
.site-footer{background-color:var(--white);border-top-color:var(--border)}
.footer-menu a{color:var(--transparent-grey)}
.footer-menu a:hover{color:var(--color-accent)}
.socials svg{fill:var(--hint)}
.socials a:hover svg{fill:var(--color-accent)}
.news-item{border-color:var(--border);background:var(--white)}
.news-item:hover{border-color:var(--border-strong)}
.news-item .news-item-info{background:var(--white)}
.news-item .news-item-info h2{color:var(--black)}
.news-item .news-item-info p.black{color:var(--black)}
.back-to-top{background:var(--white);border-color:var(--border)}
.back-to-top:hover{background:var(--color-accent);border-color:var(--color-accent)}
.btn-accent{background:var(--color-accent);color:#fff;border:none;border-radius:999px;padding:13px 27px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s}
.btn-accent:hover{opacity:.75;color:#fff}
.btn-outline-accent{background:transparent;border:1px solid var(--color-accent);color:var(--color-accent);border-radius:999px;padding:13px 27px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}
.btn-outline-accent:hover{background:var(--color-accent);color:#fff}

/* ============================================================
   DONATE — PRODUCT CARDS
   ============================================================ */
.pmd-products-grid{display:flex;flex-wrap:wrap;gap:12px}
.pmd-product-card{flex:0 0 calc(25% - 9px);background:var(--white);border-radius:42px;border:1px solid transparent;padding:12px;transition:all .2s;cursor:pointer}
@media(max-width:992px){.pmd-product-card{flex:0 0 calc(33.333% - 8px)}}
@media(max-width:768px){.pmd-product-card{flex:0 0 calc(50% - 6px)}}
@media(max-width:576px){.pmd-product-card{flex:0 0 calc(50% - 6px)}}
.pmd-product-card:hover{background:var(--bg-soft);box-shadow:0 4px 45px rgba(0,0,0,.1);border-color:transparent}
.pmd-product-card:hover .pmd-product-name,.pmd-product-card:hover .pmd-product-price{color:var(--color-accent)}
.pmd-product-image{width:100%;aspect-ratio:1/1;border-radius:33px;overflow:hidden;background:var(--bg-soft);border:1px solid var(--border);position:relative;margin-bottom:12px}
.pmd-product-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .2s}
.pmd-product-card:hover .pmd-product-image img{transform:scale(1.1)}
.pmd-product-badge{position:absolute;top:12px;right:12px;z-index:1;background:var(--color-accent);color:#fff;padding:4px 12px;border-radius:999px;font-size:14px;font-weight:500}
.pmd-product-badge.blurred{background:var(--color-accent-125);color:var(--color-accent);backdrop-filter:blur(3px)}
.pmd-product-name{font-size:18px;font-weight:500;color:var(--transparent-grey);margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pmd-product-price{font-size:20px;font-weight:700;color:var(--black);margin:0}
.pmd-product-old-price{font-size:14px;color:var(--transparent-grey);text-decoration:line-through;margin-right:8px}
.pmd-product-discount{font-size:14px;color:var(--color-accent);opacity:.5}

/* ============================================================
   DONATE — CATEGORIES
   ============================================================ */
.pmd-categories{display:flex;flex-direction:row;list-style:none;padding:0;margin:0;gap:12px;overflow-x:auto;scrollbar-width:none}
.pmd-categories::-webkit-scrollbar{display:none}
.pmd-category{padding:10px 24px;display:flex;align-items:center;gap:12px;background:var(--white);color:var(--black);border-radius:9999px;border:1px solid var(--border);transition:all .2s;cursor:pointer;flex-shrink:0}
.pmd-category:hover{background:var(--bg-soft);border-color:var(--bg-soft)}
.pmd-category.active{background:var(--black);border-color:var(--black);color:var(--bg)}
.pmd-category.active .pmd-cat-count{color:rgba(255,255,255,.75)}
.pmd-cat-name{font-size:14px;font-weight:500}
.pmd-cat-count{font-size:12px;color:var(--grey);margin-top:0}

/* ============================================================
   DONATE — CART MODAL
   ============================================================ */
.pmd-cart-modal{position:fixed;top:0;right:0;width:100%;max-width:775px;height:100%;background:var(--white);z-index:100000;transform:translateX(100%);transition:transform .3s ease;border-top-left-radius:55px;border-bottom-left-radius:55px;padding:50px;display:flex;flex-direction:column}
.pmd-cart-modal.is-open{transform:translateX(0)}
.pmd-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99999;opacity:0;visibility:hidden;transition:all .3s}
.pmd-cart-overlay.is-open{opacity:1;visibility:visible}
.pmd-cart-close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;border:none}
.pmd-cart-close:hover{background:var(--color-accent)}
.pmd-cart-close svg{width:24px;height:24px;stroke:var(--black)}
.pmd-cart-title{font-size:24px;font-weight:700;margin-bottom:24px}
.pmd-cart-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}
.pmd-cart-item-image{width:75px;height:75px;border-radius:33px;border:1px solid var(--border);overflow:hidden;flex-shrink:0}
.pmd-cart-item-image img{width:100%;height:100%;object-fit:contain}
.pmd-cart-item-info{flex:1;min-width:0}
.pmd-cart-item-name{font-size:16px;font-weight:500;margin:0}
.pmd-cart-item-price{font-size:14px;color:var(--grey);margin:4px 0 0}
.pmd-cart-item-remove{width:36px;height:36px;border-radius:50%;background:rgba(242,25,25,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .2s;flex-shrink:0}
.pmd-cart-item-remove:hover{background:rgb(242,25,25)}
.pmd-cart-item-remove:hover svg{stroke:#fff}
.pmd-cart-item-remove svg{width:18px;height:18px;stroke:rgb(242,25,25)}
.pmd-cart-total{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:20px;font-weight:700}
.pmd-cart-form{margin-top:24px}
.pmd-cart-form input,.pmd-cart-form select{width:100%;padding:16px 20px;border-radius:25px;border:1px solid var(--border);background:var(--white);color:var(--black);font-size:16px;margin-bottom:12px;outline:none;transition:border-color .2s}
.pmd-cart-form input:focus{border-color:var(--color-accent)}

/* ============================================================
   DONATE — PAYMENT METHODS
   ============================================================ */
.pmd-payment-methods{display:flex;flex-direction:column;gap:12px}
.pmd-payment-method{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1px solid var(--border);border-radius:50px;cursor:pointer;transition:all .2s;background:transparent}
.pmd-payment-method:hover{background:var(--bg-soft)}
.pmd-payment-method.active{border-color:var(--color-accent);background:var(--color-accent-15)}
.pmd-payment-method img{width:40px;height:40px;border-radius:8px;object-fit:contain}
.pmd-payment-method .name{font-size:16px;font-weight:500;color:var(--black)}
.pmd-payment-method .desc{font-size:13px;color:var(--grey)}

/* ============================================================
   DONATE — JUMBOTRON
   ============================================================ */
.pmd-jumbotron{padding:25px;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:35px;margin-top:109px;overflow:hidden;position:relative;color:#fff}
@media(min-width:576px){.pmd-jumbotron{margin-top:157px;border-radius:55px;padding:74px}}
.pmd-jumbotron::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--color-accent);opacity:.35;z-index:0}
.pmd-jumbotron .content{position:relative;z-index:1}
.pmd-jumbotron h1{font-size:clamp(32px,calc(32px + 1.667vw),60px);line-height:1.15;font-family:'Unbounded',serif;font-weight:800;color:#fff;margin-bottom:36px}
.pmd-jumbotron p{font-size:clamp(20px,calc(20px + .333vw),24px);color:rgba(255,255,255,.75);margin-bottom:54px}

/* ============================================================
   DONATE — SERVER INFO
   ============================================================ */
.pmd-server-card{border-radius:55px;border:1px solid var(--border);padding:24px;text-align:center;background:var(--white)}
.pmd-server-address{padding:10px 15px;border-radius:24px;font-size:clamp(18px,calc(18px + .833vw),32px);cursor:pointer;background:var(--bg-soft);user-select:none;transition:all .2s;display:inline-block}
.pmd-server-address:hover{background:var(--color-accent);color:#fff}

/* ============================================================
   DONATE — LAST PURCHASES
   ============================================================ */
.pmd-last-purchases{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:16px}
.pmd-last-purchases::-webkit-scrollbar{display:none}
.pmd-purchase-card{width:180px;min-width:180px;background:var(--white);border-radius:22px;padding:20px 16px 12px;text-align:center;border:1px solid var(--border)}
.pmd-purchase-card img{width:100%;height:100px;object-fit:contain;border-radius:22px;margin-bottom:8px}
.pmd-purchase-card h5{font-size:14px;font-weight:500;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--black);text-align:center}
.pmd-purchase-card .buyer{font-size:12px;color:var(--grey);display:flex;align-items:center;justify-content:center;gap:4px;text-align:center}
.pmd-purchase-card .buyer svg{width:14px;height:14px}
.pmd-purchase-card .time{font-size:11px;color:var(--transparent-grey);margin-top:2px;text-align:center}
@media(max-width:576px){.pmd-last-purchases{gap:10px}.pmd-purchase-card{width:140px;min-width:140px;border-radius:16px;padding:14px 12px 10px}.pmd-purchase-card img{height:70px;border-radius:16px;margin-bottom:6px}.pmd-purchase-card h5{font-size:12px;margin-bottom:4px}.pmd-purchase-card .buyer{font-size:11px}.pmd-purchase-card .time{font-size:10px}}

/* ============================================================
   DONATE — THEME TOGGLE
   ============================================================ */
.pmd-theme-toggle{width:42px;height:42px;border-radius:12px;background:transparent;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}
@media(min-width:64em){.pmd-theme-toggle{width:40px;height:40px}}
.pmd-theme-toggle:hover{background:var(--bg-soft)}
.pmd-theme-toggle svg{width:20px;height:20px;stroke:var(--black)}
.pmd-theme-toggle .icon-sun{display:none}
body.light-theme .pmd-theme-toggle .icon-moon{display:none}
body.light-theme .pmd-theme-toggle .icon-sun{display:block}

/* ============================================================
   HERO
   ============================================================ */
.pmd-hero{padding:140px 0 40px;text-align:center;background:var(--white);border-radius:0 0 55px 55px;margin:0 24px;border:1px solid var(--border);border-top:none}
.pmd-hero__title{font-size:clamp(28px,28px + 2vw,48px);font-weight:800;color:var(--black);margin:0 0 12px;line-height:1.15}
.pmd-hero__desc{font-size:18px;color:var(--grey);margin:0 0 28px}
.pmd-hero__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
@media(max-width:576px){.pmd-hero{margin:0 12px;padding:100px 16px 32px;border-radius:0 0 35px 35px}}

.pmd-server-card{display:inline-block;padding:24px 40px;border-radius:55px;border:1px solid var(--border);background:var(--white)}
@media(max-width:576px){.pmd-server-card{padding:16px 24px;border-radius:35px}.server-address{font-size:18px!important}}

.pmd-shop .pmdonate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pmd-shop .pmdonate-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:22px;padding:12px;transition:all .2s;cursor:pointer;text-decoration:none;color:inherit}
.pmd-shop .pmdonate-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(168,85,247,.12);border-color:var(--color-accent)}
.pmd-shop .pmdonate-card:hover .pmdonate-card__title{color:var(--color-accent)}
.pmd-shop .pmdonate-card__image{width:100%;height:200px;border-radius:16px;overflow:hidden;background:var(--bg-soft);position:relative;flex-shrink:0}
.pmd-shop .pmdonate-card__image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .2s}
.pmd-shop .pmdonate-card__body{padding:12px 4px 4px;flex:1;display:flex;flex-direction:column;justify-content:flex-end}
.pmd-shop .pmdonate-card__title{font-size:16px;font-weight:500;color:var(--black);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}
.pmd-shop .pmdonate-card__price{font-size:18px;font-weight:700;color:var(--color-accent);margin:0;transition:color .2s}
.pmd-shop .pmdonate-card__price::after{content:' ₽';font-size:14px;font-weight:400}
@media(max-width:992px){.pmd-shop .pmdonate-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.pmd-shop .pmdonate-grid{grid-template-columns:repeat(2,1fr)}.pmd-shop .pmdonate-card__image{height:160px}.pmd-shop .pmdonate-card__image img{transform:none}}
@media(max-width:576px){.pmd-shop .pmdonate-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pmd-shop .pmdonate-card{padding:8px;border-radius:16px}.pmd-shop .pmdonate-card__image{height:140px;border-radius:12px}.pmd-shop .pmdonate-card__image img{border-radius:11px;padding:8px;transform:none}.pmd-shop .pmdonate-card__title{font-size:13px}.pmd-shop .pmdonate-card__price{font-size:15px}.pmd-shop .pmdonate-card__body{padding:8px 2px 2px;min-height:52px}}

/* ============================================================
   PAGE CONTENT — rules/agree/privacy
   ============================================================ */
.entry-content{font-size:16px;line-height:1.7;color:#FAFEFF}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5{color:rgba(168,85,247,.75);margin:28px 0 16px;font-weight:700}
.entry-content h1{font-size:22px}
.entry-content h4{font-size:20px}
.entry-content h6{font-size:16px;font-weight:700;margin:20px 0 8px}
.entry-content ul,.entry-content ol{padding-left:24px;margin:12px 0}
.entry-content li{margin-bottom:6px;color:#FAFEFF}
.entry-content strong,.entry-content b{color:rgba(168,85,247,.75)}
.entry-content strong.red,.entry-content b.red{color:var(--color-accent)}
.entry-content strong.accent,.entry-content b.accent{color:var(--color-accent)}
.entry-content p{margin:0 0 12px}
.entry-content table{width:100%;border-collapse:collapse;margin:16px 0}
.entry-content th,.entry-content td{padding:10px 14px;border:1px solid var(--border);text-align:left;font-size:14px}
.entry-content th{color:var(--black);font-weight:600;background:var(--bg-soft)}
.entry-content td{color:#FAFEFF}
body.light-theme .entry-content{color:var(--grey)}
body.light-theme .entry-content h1,body.light-theme .entry-content h2,body.light-theme .entry-content h3,body.light-theme .entry-content h4,body.light-theme .entry-content h5{color:var(--black)}
body.light-theme .entry-content li{color:var(--grey)}
body.light-theme .entry-content strong,body.light-theme .entry-content b{color:var(--black)}
body.light-theme .entry-content td{color:var(--grey)}

/* ============================================================
   DONATE — PAGINATION STYLE
   ============================================================ */
.pagination .current{background:var(--color-accent-125);color:var(--color-accent);font-weight:600}

.pmd-description{color:var(--black)!important}
.pmd-description p{color:var(--black)!important}
.pmd-description b,.pmd-description strong{color:var(--color-accent)!important}
.pmd-description a{color:var(--color-accent)!important}
body.light-theme .pmd-description{color:var(--black)!important}
body.light-theme .pmd-description p{color:#34495e!important}

.pmdonate-card__image img{border-radius:22px}
.related-news-item .image{border-radius:22px!important}
.related-news-item .image img{border-radius:22px}
.pmd-product-image{border-radius:33px}

@media(max-width:420px){
  .site-header{height:52px}
  .site-logo img{width:110px}
  .btn-accent{padding:8px 14px!important;font-size:13px!important;gap:6px!important}
  .btn-accent svg{width:16px!important;height:16px!important}
  .nav-toggle{width:36px;height:36px}
  .nav-toggle .icon{width:18px}
  .nav-toggle .icon::before,.nav-toggle .icon::after{width:18px}
  .pmd-theme-toggle{width:36px;height:36px;border-radius:10px}
}
@media(max-width:64em){
  .btn-play{padding:10px!important;font-size:0!important;gap:0!important}
  .btn-play__text{display:none}
  .btn-play svg{width:20px!important;height:20px!important;margin:0}
}
@media(max-width:768px){
  .pmd-purchases-wrap{width:100%!important}
  .pmd-purchases-wrap>div:first-child{width:40px!important}
  .pmd-purchases-wrap>div:nth-child(2){width:40px!important}
}

/* ============================================================
   PMD-TOAST — уведомления
   ============================================================ */
.pmd-toast-wrap{position:fixed;top:24px;right:24px;z-index:999999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:420px;width:calc(100% - 48px)}
@media(max-width:576px){.pmd-toast-wrap{top:16px;right:16px;width:calc(100% - 32px)}}
.pmd-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-radius:16px;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 8px 32px rgba(0,0,0,.12);animation:pmdToastIn .35s cubic-bezier(.21,1.02,.73,1);transition:opacity .25s,transform .25s,border-color .2s;cursor:pointer}
.pmd-toast-removing{opacity:0;transform:translateX(60px)}
.pmd-toast-icon{width:22px;height:22px;flex-shrink:0;margin-top:2px}
.pmd-toast-success{background:var(--white,#fff);color:var(--black,#1a1d23);border:1px solid var(--border,#bbf7d0);border-left:4px solid #22c55e}
.pmd-toast-error{background:var(--white,#fff);color:var(--black,#1a1d23);border:1px solid var(--border,#fecaca);border-left:4px solid #ef4444}
.pmd-toast-warning{background:var(--white,#fff);color:var(--black,#1a1d23);border:1px solid var(--border,#fde68a);border-left:4px solid #f59e0b}
.pmd-toast-info{background:var(--white,#fff);color:var(--black,#1a1d23);border:1px solid var(--border,#bfdbfe);border-left:4px solid #3b82f6}
.pmd-toast-success .pmd-toast-icon{color:#22c55e}
.pmd-toast-error .pmd-toast-icon{color:#ef4444}
.pmd-toast-warning .pmd-toast-icon{color:#f59e0b}
.pmd-toast-info .pmd-toast-icon{color:#3b82f6}
@keyframes pmdToastIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}

/* ============================================================
   PMD-CONFIRM — модалка подтверждения
   ============================================================ */
.pmd-confirm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999990;display:flex;align-items:center;justify-content:center;padding:20px;animation:pmdOverlayIn .15s}
.pmd-confirm-box{background:var(--white,#fff);border:1px solid var(--border,#e5e7eb);border-radius:20px;padding:32px 32px 24px;max-width:400px;width:100%;box-shadow:0 24px 80px rgba(0,0,0,.18);animation:pmdModalIn .3s cubic-bezier(.21,1.02,.73,1)}
.pmd-confirm-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.pmd-confirm-icon svg{width:28px;height:28px}
.pmd-confirm-icon-danger{background:rgba(239,68,68,.1);color:#ef4444}
.pmd-confirm-icon-info{background:rgba(59,130,246,.1);color:#3b82f6}
.pmd-confirm-title{font-size:19px;font-weight:700;color:var(--black,#1a1d23);text-align:center;margin:0 0 6px}
.pmd-confirm-text{font-size:14px;color:var(--grey,#6b7280);text-align:center;margin:0 0 28px;line-height:1.6}
.pmd-confirm-actions{display:flex;gap:12px}
.pmd-confirm-actions .pmd-btn{flex:1;justify-content:center;padding:13px;border-radius:12px;font-size:15px}
@keyframes pmdOverlayIn{from{opacity:0}to{opacity:1}}
@keyframes pmdModalIn{from{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}

