@font-face{font-family:icomoon;src:url("/soft/new/fonts/icomoon.ttf?rjyasc") format("truetype");font-weight:400;font-style:normal;font-display:swap}
:root{
--mono-font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
--mono-text-meta:13px;
--mono-text-small:14px;
--mono-text-base:16px;
--mono-text-card:18px;
--mono-text-subtitle:20px;
--mono-text-heading:28px;
--mono-text-title:32px;
--mono-weight-regular:400;
--mono-weight-medium:500;
--mono-weight-semibold:600;
}
html body,
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,
html body .header .logo,html body .gallery-block h4,html body .gallery-block h5 {
font-family:var(--mono-font-sans)!important;
}
html body{font-size:var(--mono-text-base);font-weight:var(--mono-weight-regular);line-height:1.6;color:#25282d}
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{font-weight:var(--mono-weight-semibold)}
html body h1{font-size:var(--mono-text-title);line-height:1.2;letter-spacing:-.2px}
html body h2{font-size:var(--mono-text-heading);line-height:1.25;letter-spacing:-.15px}
html body h3{font-size:24px;line-height:1.3;letter-spacing:-.1px}
html body h4{font-size:var(--mono-text-subtitle);line-height:1.35;letter-spacing:0}
html body h5{font-size:var(--mono-text-card);line-height:1.4;letter-spacing:0}
html body h6{font-size:var(--mono-text-base);line-height:1.45;letter-spacing:0}
html body b,html body strong{font-weight:var(--mono-weight-semibold)}
html body .btn{font-size:var(--mono-text-small);font-weight:var(--mono-weight-medium);line-height:1.4}
html body .btn.btn-warning{border:2px solid #c43e1c}
html body .btn.btn-warning:hover,
html body .btn.btn-warning:focus,
html body .btn.btn-warning.active{color:#fff;background-color:#c43e1c;border-color:#c43e1c}
html body .header .logo{font-size:30px;font-weight:var(--mono-weight-semibold);line-height:1.15;letter-spacing:-.15px}
html body .header .btn,
html body .header a.excel,html body .header a.office,html body .header a.power,html body .header a.word,
html body .sidebar-nav li a{font-size:var(--mono-text-small);font-weight:var(--mono-weight-medium)}
html body .sidebar-nav li a{line-height:1.45}
html body .sidebar-nav .sidebar-brand a.logo{font-size:var(--mono-text-subtitle);font-weight:var(--mono-weight-semibold)}
html body a.anchlink{font-size:var(--mono-text-small);font-weight:var(--mono-weight-medium);line-height:1.45}
html body .gallery-block h4{font-size:var(--mono-text-subtitle);font-weight:var(--mono-weight-semibold);line-height:1.35}
html body .gallery-block h5{font-size:var(--mono-text-base);font-weight:var(--mono-weight-medium);line-height:1.4}
.site-disclaimer{margin:4px 0 0 44px;color:#66717c;font-size:var(--mono-text-meta);font-weight:var(--mono-weight-regular);line-height:1.4}
.site-brand-two-line{align-items:center!important}
.site-brand-two-line>img{width:56px;height:56px;flex:0 0 56px;margin-right:12px!important}
.site-brand-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}
.site-brand-title{display:block;color:inherit;line-height:1.15}
.site-brand-two-line .site-disclaimer{display:block;margin:4px 0 0;color:#66717c;white-space:nowrap}
@media (min-width:576px){
.col-sm-4,.col-sm-6,.col-sm-8{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
}
@media (min-width:768px){
.col-md-3,.col-md-4,.col-md-6,.col-md-8,.col-md-9{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
}
.col{position:relative;width:100%;padding-right:15px;padding-left:15px;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}
.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}

/* Stable layout primitives used by both the homepage and app pages. */
html body .app-page-hero>.py-5{padding-top:40px!important;padding-bottom:36px!important;margin-bottom:0!important}
html body .app-page-hero h1.quote{margin-bottom:32px}
html body .app-download-grid{display:grid;grid-template-columns:minmax(300px,2fr) minmax(0,3fr);grid-template-areas:"heading heading" "poster files";gap:32px 40px;align-items:start;margin:0}
@media (min-width:992px){
html body .app-page-hero .container-xl{max-width:1060px}
html body .app-download-grid{grid-template-columns:minmax(280px,1.78fr) minmax(0,3.22fr)}
}
html body .app-download-grid>.col-12:first-child{grid-area:heading;width:auto!important;max-width:none!important;flex:none!important;padding:0!important}
html body .app-download-grid>.app-poster-column,
html body .app-download-grid>.app-files-column{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}
html body .app-download-grid>.app-poster-column{grid-area:poster}
html body .app-download-grid>.app-files-column{grid-area:files}
html body .app-poster-wrap{height:auto!important;margin:0!important}
html body .app-poster-wrap .app-poster{position:static!important;display:block;width:100%!important;max-width:520px!important;max-height:none!important;height:auto!important;margin:0 auto;border-radius:3px;box-shadow:0 16px 38px rgba(23,36,52,.16)}
@media (min-width:1200px){
html body .app-poster-wrap{display:flex;justify-content:flex-end;overflow:visible}
html body .app-poster-wrap .app-poster{flex:0 0 auto;width:clamp(430px,35vw,520px)!important;max-width:none!important;margin:0!important}
}
html body .app-files-column>.w-100{margin-left:0!important}
html body .app-files-column>.w-100>.row{align-items:center;margin:0;padding:9px 0;border-bottom:1px solid #d6d9dd}
html body .app-files-column>.w-100>hr{display:none}
html body .app-files-column>.w-100>.row>[class*="col-"]{min-width:0}
html body .app-files-column>.w-100>.row>[class*="col-"]:first-child{font-size:var(--mono-text-base);font-weight:var(--mono-weight-medium);line-height:1.4}
html body .app-files-column>.w-100>.row>[class*="col-"]:first-child b,
html body .app-files-column>.w-100>.row>[class*="col-"]:first-child strong{font-weight:inherit}
html body .app-brief{padding-bottom:32px!important;margin-bottom:0!important}
html body .app-brief .container-xl{padding-top:0!important;padding-bottom:0!important}
html body .app-brief .quote-large{font-size:var(--mono-text-base);font-weight:var(--mono-weight-regular);line-height:1.65}
html body .app-brief .quote-large b,html body .app-brief .quote-large strong{font-weight:var(--mono-weight-semibold)}

html body .rating>.py-5{padding-top:34px!important;padding-bottom:34px!important;margin-bottom:0!important}
html body .rating .container-xl{padding-top:0!important;padding-bottom:0!important}
html body .rating .rating-digits{text-align:center!important;white-space:nowrap}
html body .rating .rating-digits .text-large{margin-bottom:12px!important;font-weight:var(--mono-weight-regular)}
html body .rating #rating_stars{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-items:stretch;width:116px;max-width:100%;margin:0 auto 10px!important}
html body .rating #rating_stars>i{display:flex;align-items:center;justify-content:center;width:100%;line-height:1}
html body .rating #rating_stars+div,
html body .rating #rating_stars+div+div{display:inline;font-size:var(--mono-text-small);font-weight:var(--mono-weight-regular);line-height:1.4}
html body .rating #rating_stars+div+div{margin-left:4px}
html body .rating .rating-lines{font-size:var(--mono-text-small);line-height:1.4}

html body .video>.py-5{padding-top:38px!important;padding-bottom:38px!important;margin-bottom:0!important}
html body .video-grid{row-gap:28px}
html body .video-card h3{font-size:var(--mono-text-subtitle);line-height:1.35;font-weight:var(--mono-weight-semibold);margin:0 0 16px;letter-spacing:0}
@media (min-width:768px){html body .video-card h3{min-height:2.7em}}
html body .video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.045));box-shadow:0 10px 26px rgba(10,26,55,.2)}
html body .video-frame iframe{position:relative;z-index:1;display:block;width:100%;height:100%!important;border:0;background:transparent}
.media-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px;color:#66717c;font-size:var(--mono-text-small);font-weight:var(--mono-weight-medium);line-height:1.4;text-align:center;transition:opacity .2s ease}
.video-frame .media-placeholder{color:#fff}
.media-placeholder svg{flex:0 0 auto}
.is-loaded>.media-placeholder{opacity:0;pointer-events:none}

html body .program-specs{font-size:var(--mono-text-base);font-weight:var(--mono-weight-regular);line-height:1.6;color:#303841}
html body .program-specs>.py-5{padding-top:32px!important;padding-bottom:32px!important;margin-bottom:0!important}
html body .program-specs .container-xl>.row{display:grid!important;grid-template-columns:minmax(220px,32%) minmax(0,1fr);column-gap:28px;align-items:start;margin:0;padding:12px 0;border-bottom:1px dashed #c8cdd2}
html body .program-specs .container-xl>.row:last-child{border-bottom:0}
html body .program-specs .container-xl>.row>.col-4,
html body .program-specs .container-xl>.row>.col-8{position:static;width:auto!important;max-width:none!important;flex:none!important;padding:0!important}
html body .program-specs hr{display:none}
html body .program-specs b{font-weight:var(--mono-weight-semibold);color:#222831;letter-spacing:0}
html body .program-specs .container-xl>.row>.col-8{color:#303841}
html body .program-specs a{display:inline-block;margin-right:2px;line-height:1.75;text-underline-offset:2px}

html body .screenshot-gallery>.py-4{padding-top:30px!important;padding-bottom:30px!important}
html body .container-screenshots{width:100%!important;max-width:1280px;padding:0 12px}
html body .container-screenshots>.row{margin-left:-6px;margin-right:-6px}
html body .container-screenshots>.row>[class*="col-"]{padding-left:6px!important;padding-right:6px!important}
html body .container-screenshots .gallery-item{box-sizing:border-box;margin-bottom:0!important;border:1px solid #d8dee6;border-radius:9px;background:linear-gradient(145deg,#fff 0%,#f6f8fa 100%);box-shadow:0 5px 16px rgba(35,45,55,.09),0 1px 3px rgba(35,45,55,.06);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
html body .container-screenshots .gallery-item:hover,html body .container-screenshots .gallery-item:focus-within{border-color:#bac4cf;box-shadow:0 9px 24px rgba(35,45,55,.13),0 2px 5px rgba(35,45,55,.08);transform:translateY(-2px)}
html body .container-screenshots .gallery-item a{display:flex;align-items:center;justify-content:center;left:10px;top:10px;right:10px;bottom:10px;overflow:hidden;border:1px solid #e1e6eb;border-radius:5px;background:#f3f6f9}
html body .container-screenshots .gallery-item a:focus-visible{outline:2px solid var(--mono-accent);outline-offset:2px}
html body .container-screenshots .gallery-item .deferred-image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;border-radius:4px;background:#fff;opacity:0;transition:opacity .2s ease}
html body .container-screenshots .gallery-item .is-loaded .deferred-image{opacity:1}

html body .app-description>.py-5{padding-top:46px!important;padding-bottom:46px!important}
html body .app-description .app-description-title{margin:0 0 28px;font-size:var(--mono-text-heading);line-height:1.25;font-weight:var(--mono-weight-semibold);letter-spacing:-.15px}
html body .app-description-content h2,html body .app-description-content h3{margin:30px 0 14px;font-size:22px;line-height:1.35;font-weight:var(--mono-weight-semibold);letter-spacing:0}
html body .app-description-content h2.mt-5,html body .app-description-content h3.mt-5{margin-top:30px!important}
html body .app-description-content h2.quote,html body .app-description-content h3.quote{padding:0!important}
html body .app-description-content h2.quote:before,html body .app-description-content h3.quote:before{display:none!important}
html body .app-description p,html body .app-description li{font-size:var(--mono-text-base);font-weight:var(--mono-weight-regular);line-height:1.65}
html body .app-description ul,html body .app-description ol{margin:0;padding-left:22px}
html body .app-description li+li{margin-top:4px}
html body .app-description .mono-feature-list{list-style:none;padding-left:0}
html body .app-description .mono-feature-list>li{position:relative;min-height:20px;padding-left:32px}
html body .app-description .mono-feature-list>li+li{margin-top:7px}
html body .app-description .mono-feature-list>li::before{content:"";position:absolute;left:0;top:.2em;width:20px;height:20px;border-radius:6px;background:var(--mono-accent)}
html body .app-description .mono-feature-list>li::after{content:"";position:absolute;left:7px;top:calc(.2em + 4px);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
html body .app-description b,html body .app-description strong{font-weight:var(--mono-weight-semibold);color:#222831}

html body .related-projects>.pt-5{padding-top:40px!important;padding-bottom:28px!important}
html body .related-projects-grid{justify-content:center}
html body .related-project-card .gallery-item{padding-bottom:56.25%!important;margin-bottom:18px!important;background:linear-gradient(135deg,#edf1f5,#dfe6ed)}
html body .related-project-card .gallery-item .media-placeholder{color:#66717c}
html body .related-project-card .table{margin-top:18px!important}
html body .related-project-card .table .row{min-height:32px;align-items:center}
html body .related-project-card .dashed-line{margin:7px 0}
html body .related-project-card h4{margin-bottom:16px!important;font-size:var(--mono-text-card);font-weight:var(--mono-weight-semibold);line-height:1.35}
html body .related-project-card h4 a{font-weight:var(--mono-weight-semibold)}
html body .related-project-card .table a{font-size:var(--mono-text-small);font-weight:var(--mono-weight-regular);line-height:1.45}

html body .footer{padding:0!important;font-size:var(--mono-text-small);font-weight:var(--mono-weight-regular);line-height:1.55}
html body .footer>div{padding:26px 0!important}

html body .site-app-navigation-windows>.row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px;max-width:920px;margin:0 auto}
html body .site-app-navigation-windows>.row>[class*="col-"]{width:auto!important;max-width:none!important;flex:none!important;padding:0!important;margin:0!important}
html body .site-app-navigation-windows .btn{display:flex;align-items:center;justify-content:center;width:100%!important;min-height:44px;padding:9px 14px;line-height:1.35;text-align:center}

@media (max-width:767.98px){
html body .site-app-navigation-windows>.row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:none}
html body .site-app-navigation-windows .btn{min-height:48px;padding:7px 6px!important;font-size:13px!important;white-space:nowrap}
}

@media (max-width:575.98px){
.header .site-app-navigation,.header .col-3{position:relative;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.header .site-app-navigation .col-2{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.header .col-3 .col-2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;flex-direction:row!important;flex-wrap:wrap}
.header .col-3 .justify-content-end{justify-content:flex-start!important}
.header .site-app-navigation .col-2{margin-top:4px!important;margin-bottom:4px!important;padding-right:6px;padding-left:6px}
.header .site-app-navigation .btn{display:flex;align-items:center;justify-content:center;min-height:52px;padding:7px 8px!important;font-size:var(--mono-text-small)!important;line-height:1.35!important}
.header .col-12.mt-4{margin-top:14px!important}
.header .col-3 a.excel,.header .col-3 a.office,.header .col-3 a.power,.header .col-3 a.word{width:calc(50% - 8px);margin:4px;padding:8px 10px;font-size:var(--mono-text-small)}
html body .app-page-hero>.py-5{padding-top:30px!important;padding-bottom:24px!important}
html body .app-page-hero h1.quote{font-size:28px;line-height:1.25;margin-bottom:24px}
html body .app-download-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading" "poster" "files";gap:22px}
html body .app-download-grid>.app-poster-column,
html body .app-download-grid>.app-files-column{padding:0!important}
html body .app-poster-wrap .app-poster{width:100%!important;max-width:520px!important}
html body .app-files-column>.w-100>.row{padding:10px 0}
html body .app-files-column>.w-100>.row>[class~="col-12"]:first-child{padding:0 8px!important;margin-bottom:8px!important}
html body .app-files-column>.w-100>.row>.col-6{width:auto!important;max-width:none!important;flex:0 0 auto!important;margin-left:44px;padding:0 8px!important;justify-content:flex-start!important}
html body .app-brief{padding:24px 0 28px!important}
html body .app-brief .quote-large{font-size:var(--mono-text-base);line-height:1.6}
html body .rating>.py-5{padding-top:28px!important;padding-bottom:28px!important}
html body .rating .container-xl>.row{display:grid;grid-template-columns:104px minmax(0,1fr);gap:20px;align-items:center;margin:0}
html body .rating .container-xl>.row>.col-12{width:auto!important;max-width:none!important;flex:none!important;padding:0!important;margin:0!important}
html body .rating .rating-digits{padding:0!important;text-align:left!important}
html body .rating .rating-digits .text-large{font-size:48px;line-height:1}
html body .rating #rating_stars{max-width:94px;margin:0 0 8px!important}
html body .rating .rating-lines .row{margin-right:0;margin-left:0}
html body .video>.py-5{padding-top:30px!important;padding-bottom:30px!important}
html body .video-card{margin-bottom:0!important}
html body .video-card h3{font-size:var(--mono-text-subtitle);line-height:1.35;margin-bottom:12px}
html body .program-specs>.py-5{padding-top:24px!important;padding-bottom:24px!important}
html body .program-specs .container-xl>.row{grid-template-columns:minmax(0,1fr);row-gap:2px;padding:11px 0}
html body .program-specs .container-xl>.row>.col-4{font-size:var(--mono-text-small);font-weight:var(--mono-weight-semibold);color:#4c5661}
html body .program-specs .container-xl>.row>.col-8{font-size:var(--mono-text-base)}
html body .screenshot-gallery>.py-4{padding-top:24px!important;padding-bottom:24px!important}
html body .container-screenshots{padding:0 10px}
html body .container-screenshots>.row{display:grid;grid-auto-flow:column;grid-auto-columns:92%;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;margin:0;padding:2px 0 12px}
html body .container-screenshots>.row>[class*="col-"]{width:auto!important;max-width:none!important;flex:none!important;padding:0!important;margin:0!important;scroll-snap-align:start}
html body .app-description>.py-5{padding-top:34px!important;padding-bottom:34px!important}
html body .app-description .app-description-title{font-size:26px;line-height:1.25;margin-bottom:24px}
html body .app-description-content h2,html body .app-description-content h3{font-size:20px;line-height:1.35;margin:26px 0 12px}
html body .app-description-content h2.mt-5,html body .app-description-content h3.mt-5{margin-top:26px!important}
html body .app-description p,html body .app-description li{font-size:var(--mono-text-base);line-height:1.6}
html body .related-projects>.pt-5{padding-top:32px!important;padding-bottom:20px!important}
html body .related-project-card{margin-bottom:36px!important}
html body .related-project-card .gallery-item{padding-bottom:50%!important}
html body .related-project-card .table{margin-top:14px!important}
html body .related-project-card .dashed-line{margin:5px 0}
html body .footer>div{padding:24px 0!important}
}
@media (max-width:767.98px){
html body .hamburger{position:absolute;left:auto;right:12px;top:12px;width:46px;height:46px}
html body #wrapper.toggled .hamburger{position:fixed}
html body .header{padding-top:16px;padding-bottom:16px}
.site-disclaimer{margin-left:44px}
html body .site-brand-two-line .site-brand-title{font-size:24px;line-height:1.15}
html body .site-brand-two-line .site-disclaimer{margin-left:0;font-size:12px}
}
.native-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:32px;background:rgba(0,0,0,.88)}
.native-lightbox[hidden]{display:none}
.native-lightbox img{display:block;max-width:min(1200px,94vw);max-height:88vh;object-fit:contain;box-shadow:0 12px 42px rgba(0,0,0,.45)}
.native-lightbox-close{position:fixed;top:14px;right:20px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:32px;line-height:40px;cursor:pointer}
.native-lightbox-open{overflow:hidden}
.site-toast{position:fixed;right:20px;bottom:20px;z-index:2100;max-width:360px;padding:12px 16px;border-radius:5px;background:#237a45;color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.25)}
.site-toast.is-error{background:#b93838}
iframe[data-lazy-src]{background:transparent}

/* Domain theme classes are assigned by the shared PHP layout. */
html body.mono-theme-primary{--mono-accent:#295497;--mono-logo:#295497}
html body.mono-theme-success{--mono-accent:#217445;--mono-logo:#217445}
html body.mono-theme-warning{--mono-accent:#c43e1c;--mono-logo:#b4411d}
html body .header{background-image:url("/images/header-bg-hq-20260826.webp")}
html body .header a.logo{color:var(--mono-logo)!important}
html body .quote:before{background-color:var(--mono-accent)!important}
html body .dark-bg{background-color:#f4f4f4!important;background-image:none!important;box-shadow:none}
html body .dark-bg h1.quote{color:#202830}
html body .dark-bg .app-files-column b{color:#202a33!important}
html body .dark-bg .app-files-column .platform-download-copy a{color:var(--mono-accent)!important}
html body .dark-bg .app-files-column .torrent-download-button.btn-success{color:#000!important;background-color:transparent!important}
html body .dark-bg .app-files-column .torrent-download-button.btn-success:hover,html body .dark-bg .app-files-column .torrent-download-button.btn-success:focus,html body .dark-bg .app-files-column .torrent-download-button.btn-success:active{color:#fff!important;background-color:#217445!important}
html body .dark-bg .app-files-column hr{border-color:rgba(40,50,60,.2)}
html body .dark-bg .torrent-download-count{color:#67717a}
html body .dark-bg .platform-download-note{color:#5f6b75}
html body .dark-bg .app-brief,html body .dark-bg .app-brief p{color:#38434d}
html body .video{background-color:var(--mono-accent);background-image:radial-gradient(ellipse at 14% -18%,rgba(255,255,255,.24) 0,rgba(255,255,255,0) 45%),radial-gradient(ellipse at 92% 118%,rgba(0,0,0,.22) 0,rgba(0,0,0,0) 48%),linear-gradient(135deg,rgba(255,255,255,.06),rgba(0,0,0,.14))}
html body .footer{background-color:var(--mono-accent);background-image:radial-gradient(ellipse at 82% -30%,rgba(255,255,255,.16) 0,rgba(255,255,255,0) 44%),radial-gradient(ellipse at 8% 120%,rgba(0,0,0,.24) 0,rgba(0,0,0,0) 48%),linear-gradient(145deg,rgba(255,255,255,.025),rgba(0,0,0,.2))}
html body .video h3,html body .footer,html body .footer *{color:#fff!important}
html body .overlay{display:none}
html body .related-projects-container{max-width:1350px}
html body .mono-download-actions{gap:10px;justify-content:flex-end}
html body .torrent-download-count{display:inline-flex;align-items:center;justify-content:flex-end;min-width:58px;color:#67717a;font-size:13px;line-height:1;white-space:nowrap}
html body .torrent-download-count-icon{margin-right:5px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
html body .torrent-download-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:98px;height:38px;padding:0 17px 0 12px;font-weight:var(--mono-weight-medium)}
html body .torrent-download-button-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
html body .platform-download-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
html body .platform-download-note{display:block;max-width:520px;margin-top:4px;color:#737d86;font-size:12px;font-weight:var(--mono-weight-regular);line-height:1.45}
html body .platform-download-button{min-width:136px;border:1px solid rgba(0,0,0,.08);background:var(--mono-accent)!important;color:#fff!important;box-shadow:0 5px 14px rgba(0,0,0,.16);white-space:nowrap;transition:filter .18s ease,transform .18s ease,box-shadow .18s ease}
html body .platform-download-button:hover,html body .platform-download-button:focus{color:#fff!important;filter:brightness(.92);transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.2)}

/* Compact, readable footer shared by all mono_torrent sites. */
html body .footer>.footer-inner{padding:34px 0!important}
html body .footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,auto);gap:48px;align-items:start}
html body .footer-about{max-width:760px}
html body .footer-heading{margin:0 0 12px;font-size:15px;font-weight:var(--mono-weight-semibold);line-height:1.35;letter-spacing:.01em}
html body .footer-about p{max-width:720px;margin:0;color:rgba(255,255,255,.82)!important}
html body .footer-about p+p{margin-top:6px}
html body .footer-about .footer-note{max-width:680px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.2);font-size:12px;color:rgba(255,255,255,.68)!important}
html body .footer-contact{display:flex;min-width:230px;flex-direction:column;align-items:flex-start;padding-left:30px;border-left:1px solid rgba(255,255,255,.22)}
html body .footer-email{display:inline-flex;margin-bottom:10px;font-weight:var(--mono-weight-medium);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.38)}
html body .footer-email:hover{border-bottom-color:#fff;text-decoration:none}
html body .footer-domain{margin-bottom:6px;color:rgba(255,255,255,.82)!important}
html body .footer-copyright{color:rgba(255,255,255,.68)!important}
html body h1.quote,html body h2.quote,html body h3.quote{padding-left:0!important}
html body h1.quote:before,html body h2.quote:before,html body h3.quote:before{display:none!important;content:none!important}
@media (max-width:767.98px){
html body .footer>.footer-inner{padding:28px 0!important}
html body .footer-grid{grid-template-columns:minmax(0,1fr);gap:24px}
html body .footer-contact{min-width:0;padding:22px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.22)}
html body .footer-heading{margin-bottom:10px}
}
@media (max-width:575.98px){
html body .mono-download-actions.has-platform-download{flex:0 0 100%;max-width:100%;justify-content:flex-end}
}
