@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
:root{--bg-primary:#132388;--bg-surface:#1a2e99;--bg-card:#1e3ab0;--text-primary:#fff;--text-secondary:#b8c4e8;--accent-primary:#bfbbbb;--accent-secondary:#345d9d;--btn-primary-bg:#222;--btn-primary-text:#fff;--border-color:rgba(255,255,255,.14);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg-primary);color:var(--text-primary);font:400 16px/1.65 Inter,Arial,sans-serif}a{color:var(--text-primary);text-decoration:none}a:hover{text-decoration:underline}button,select,input,textarea{font:inherit}button{cursor:pointer}.pm-ltc-container{width:min(1180px,calc(100% - 32px));margin:auto}.pm-ltc-header{position:sticky;top:0;z-index:10;background:#101d70;border-bottom:1px solid var(--border-color)}.pm-ltc-header__inner{min-height:70px;display:flex;align-items:center;gap:16px}.pm-ltc-logo img{display:block}.pm-ltc-country{font-size:13px;color:var(--text-secondary)}.pm-ltc-nav{display:none;gap:18px;margin-left:auto}.pm-ltc-nav a{font-size:13px;color:var(--text-secondary)}.pm-ltc-actions{display:flex;gap:8px;margin-left:auto}.pm-ltc-button{display:inline-block;background:var(--btn-primary-bg);color:#fff;border:1px solid #333;border-radius:9px;padding:11px 17px;font-weight:700;text-align:center;transition:transform .2s,background .2s}.pm-ltc-button:hover{background:#000;text-decoration:none;transform:translateY(-1px)}.pm-ltc-button--small{padding:6px 10px;font-size:12px}.pm-ltc-button--outline{background:transparent;border-color:var(--accent-primary)}.pm-ltc-burger{background:transparent;color:#fff;border:1px solid var(--border-color);border-radius:8px;padding:7px 10px}.pm-ltc-nav.is-open{display:flex;position:absolute;left:16px;right:16px;top:70px;padding:18px;background:#101d70;flex-direction:column;border:1px solid var(--border-color);border-radius:0 0 12px 12px}.pm-ltc-breadcrumbs{padding:18px 0;color:var(--text-secondary);font-size:13px}.pm-ltc-hero{padding:45px 0 60px;background:linear-gradient(145deg,#132388,#1b38a5)}.pm-ltc-hero__grid{display:grid;gap:30px;align-items:center}.pm-ltc-hero img{width:100%;height:auto;border-radius:20px}.pm-ltc-eyebrow{color:var(--accent-primary);font-size:12px;letter-spacing:1.3px;font-weight:700}.pm-ltc-hero h1{font-size:clamp(32px,6vw,58px);line-height:1.1;margin:12px 0 18px}.pm-ltc-lead{font-size:18px;color:var(--text-secondary);max-width:650px}.pm-ltc-badges{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.pm-ltc-badges span,.pm-ltc-filters button{border:1px solid var(--border-color);border-radius:99px;padding:7px 11px;color:var(--text-secondary);font-size:12px}.pm-ltc-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.pm-ltc-toc,.pm-ltc-section{padding:48px 0}.pm-ltc-toc{padding-bottom:12px}.pm-ltc-toc h2{font-size:22px;margin:0 0 14px}.pm-ltc-toc>div{display:flex;gap:8px;flex-wrap:wrap}.pm-ltc-toc a{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:10px;padding:10px 13px;color:var(--text-secondary);font-size:14px}.pm-ltc-section--alt{background:rgba(0,0,0,.14);max-width:100%;}.pm-ltc-section h2{font-size:clamp(25px,4vw,36px);line-height:1.2;margin:8px 0 18px}.pm-ltc-section__head p{color:var(--text-secondary)}.pm-ltc-filters{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.pm-ltc-filters button{background:transparent;color:#fff;cursor:pointer}.pm-ltc-filters button.is-active,.pm-ltc-filters button:hover{background:var(--accent-secondary)}.pm-ltc-filters select{background:#132388;color:#fff;border:1px solid var(--border-color);border-radius:99px;padding:8px 12px}.pm-ltc-casino-grid{display:grid;gap:18px}.pm-ltc-casino-card{position:relative;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:22px;box-shadow:0 12px 28px #09134d33}.pm-ltc-card--top{border-color:var(--accent-primary)}.pm-ltc-position{position:absolute;right:18px;top:16px;background:var(--accent-primary);color:#132388;border-radius:50%;width:30px;height:30px;text-align:center;padding-top:3px;font-weight:700}.pm-ltc-casino-card__title{display:flex;gap:12px;align-items:center;padding-right:35px}.pm-ltc-casino-logo{width:48px;height:48px;border-radius:12px;background:#bfbbbb;color:#132388;display:grid;place-items:center;font-weight:700}.pm-ltc-casino-card h3{margin:0;font-size:20px}.pm-ltc-casino-card small{color:var(--text-secondary);font-size:11px}.pm-ltc-status{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.pm-ltc-status span{color:#c6f4d4;background:#174f4a;border-radius:5px;padding:4px 8px;font-size:12px}.pm-ltc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pm-ltc-stats div{background:#152d8b;border-radius:9px;padding:10px}.pm-ltc-stats small,.pm-ltc-stats strong,.pm-ltc-stats em{display:block}.pm-ltc-stats strong{font-size:14px}.pm-ltc-stats em{font-size:10px;color:var(--text-secondary);font-style:normal}.pm-ltc-bonus{border-left:3px solid var(--accent-primary);padding-left:12px}.pm-ltc-bonus span{display:block;color:#d5f8de;font-size:12px}.pm-ltc-casino-card ul{padding-left:20px;color:var(--text-secondary);font-size:13px}.pm-ltc-card-meta{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:12px;border-top:1px solid var(--border-color);padding-top:12px}.pm-ltc-card-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:17px}.pm-ltc-card-actions a:not(.pm-ltc-button){font-size:13px;color:var(--accent-primary)}.pm-ltc-note{color:var(--text-secondary);font-size:13px}.pm-ltc-steps{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.pm-ltc-step{display:flex;gap:12px;align-items:flex-start;background:var(--bg-card);padding:17px;border-radius:12px;border:1px solid var(--border-color)}.pm-ltc-step b{background:var(--accent-primary);color:#132388;border-radius:50%;min-width:28px;height:28px;text-align:center}.pm-ltc-step p{margin:0}.pm-ltc-warning{background:#3e371e;border:1px solid #bda64c;color:#fff1b4;padding:16px;border-radius:10px;margin-top:20px}.pm-ltc-table-wrap{overflow-x:auto}.pm-ltc-table-wrap table{border-collapse:collapse;width:100%;min-width:700px;background:var(--bg-card)}th,td{border:1px solid var(--border-color);padding:12px;text-align:left}th{background:#152b87}tr:nth-child(even){background:#1b359f}.pm-ltc-timeline{display:flex;gap:10px}.pm-ltc-timeline>div{flex:1;background:var(--bg-card);padding:18px;border-radius:12px;text-align:center}.pm-ltc-timeline b{display:grid;place-items:center;background:var(--accent-primary);color:#132388;border-radius:50%;width:30px;height:30px;margin:0 auto 10px}.pm-ltc-timeline strong,.pm-ltc-timeline small{display:block}.pm-ltc-timeline small{color:var(--text-secondary);font-size:12px}.pm-ltc-bonus-grid{display:grid;gap:15px}.pm-ltc-bonus-card{background:var(--bg-card);padding:22px;border:1px solid var(--border-color);border-radius:var(--radius)}.pm-ltc-bonus-card h3{font-size:22px}.pm-ltc-bonus-card small{display:block;color:var(--text-secondary);margin-top:12px}.pm-ltc-section details{background:var(--bg-card);border-bottom:1px solid var(--border-color);padding:16px 18px}.pm-ltc-section summary{cursor:pointer;font-weight:600}.pm-ltc-section details p{color:var(--text-secondary);margin-bottom:0}.pm-ltc-empty{padding:20px;border:1px dashed var(--border-color);border-radius:12px;color:var(--text-secondary);margin-bottom:20px}.pm-ltc-form{display:grid;gap:14px;max-width:600px}.pm-ltc-form label{display:grid;gap:5px;color:var(--text-secondary)}.pm-ltc-form input,.pm-ltc-form textarea{background:#102075;border:1px solid var(--border-color);border-radius:8px;color:#fff;padding:11px}.pm-ltc-form textarea{min-height:120px;resize:vertical}.pm-ltc-check{display:flex!important;align-items:center;gap:8px}.pm-ltc-form-message{color:#ffe58a}.pm-ltc-review-content .pm-ltc-content{background:var(--bg-surface);padding:24px;border-radius:var(--radius)}.pm-ltc-content h2,.pm-ltc-content h3{scroll-margin-top:90px}.pm-ltc-content p,.pm-ltc-content li{color:var(--text-secondary)}.pm-ltc-author{display:flex;gap:20px;align-items:flex-start}.pm-ltc-avatar{min-width:72px;height:72px;background:var(--accent-primary);color:#132388;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:22px}.pm-ltc-footer{background:#0d185f;padding:46px 0 20px;border-top:1px solid var(--border-color);color:var(--text-secondary)}.pm-ltc-footer__grid{display:grid;gap:28px}.pm-ltc-footer h3{color:#fff;margin-top:0}.pm-ltc-footer a,.pm-ltc-footer p{display:block;font-size:13px;margin:7px 0}.pm-ltc-footer__coin{vertical-align:middle}.pm-ltc-footer__bottom{border-top:1px solid var(--border-color);margin-top:25px;padding-top:17px;font-size:12px}.pm-ltc-info-main{padding:55px 0;min-height:55vh}.pm-ltc-page-title{font-size:clamp(32px,5vw,50px)}:focus-visible{outline:3px solid #ffdc62;outline-offset:3px}.entry-content,.wp-block-group,.elementor-widget,.site-branding,.nav-menu,.wp-block-query-pagination,.elementor-widget-container,.woocommerce-page .entry-content,.yoast-breadcrumb,.tribe-events-calendar,.gform_wrapper .ginput_container{ }
@media(min-width:768px){.pm-ltc-nav{display:flex}.pm-ltc-burger{display:none}.pm-ltc-hero__grid{grid-template-columns:1.1fr .9fr}.pm-ltc-casino-grid{grid-template-columns:repeat(2,1fr)}.pm-ltc-bonus-grid{grid-template-columns:repeat(3,1fr)}.pm-ltc-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr}}@media(min-width:1024px){.pm-ltc-casino-grid{grid-template-columns:repeat(3,1fr)}.pm-ltc-casino-card:first-child{grid-column:span 2}.pm-ltc-hero{padding:75px 0}}@media(max-width:480px){.pm-ltc-actions .pm-ltc-button--small:last-child{display:none}.pm-ltc-steps{grid-template-columns:1fr}.pm-ltc-stats{grid-template-columns:1fr}.pm-ltc-timeline{display:grid}.pm-ltc-casino-card{padding:17px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{.pm-ltc-header,.pm-ltc-footer,.pm-ltc-button,.pm-ltc-filters{display:none!important}body{color:#111;background:#fff}}.pm-ltc-logo img{width:auto;height:48px;max-width:200px;object-fit:contain;display:block}
.pm-ltc-footer img{width:auto;height:48px;max-width:200px;object-fit:contain;display:block}
.pm-ltc-casino-logo{width:112px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:8px 10px;border:1px solid rgba(255,255,255,.14);overflow:hidden;flex-shrink:0}
.pm-ltc-casino-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.pm-ltc-casino-logo--light{background:#fff;border-color:rgba(0,0,0,.14)}
.pm-ltc-casino-logo--dark{background:linear-gradient(160deg,#1d2440,#0c1020);border-color:#0c1020}
.pm-ltc-casino-card__title{min-width:0}
.pm-ltc-casino-card__title h3{overflow-wrap:anywhere}
img.pm-ltc-avatar{width:120px;height:120px;min-width:120px;border-radius:50%;object-fit:cover;background:var(--bg-surface);border:2px solid var(--border-color)}
.pm-ltc-hero{position:relative;overflow:hidden;background-color:#132388;background-image:url('/assets/img/litecoin-banner.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.pm-ltc-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgba(10,14,50,.95) 0%,rgba(19,35,136,.9) 55%,rgba(27,56,165,.82) 100%)}
.pm-ltc-hero>*{position:relative;z-index:1}
.pm-ltc-promo-banner{position:relative;overflow:hidden;margin:0 0 24px;padding:24px;border-radius:var(--radius);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background-color:#132388;background-image:url('/assets/img/litecoin-banner.png');background-size:cover;background-position:center}
.pm-ltc-promo-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,14,50,.95),rgba(27,56,165,.8))}
.pm-ltc-promo-banner>*{position:relative;z-index:1}
.pm-ltc-promo-banner span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin-bottom:6px}
.pm-ltc-promo-banner strong{display:block;font-size:1.15rem;margin-bottom:4px}
.pm-ltc-promo-banner p{margin:0;font-size:.9rem;opacity:.85}
html,body{overflow-x:hidden;max-width:100%}
.pm-ltc-content{border:2px solid var(--accent-primary);overflow-x:hidden}
.pm-ltc-content>*{max-width:100%}
.pm-ltc-content img{max-width:100%;height:auto}
.pm-ltc-content pre,.pm-ltc-content code{white-space:pre-wrap;word-break:break-word}
.pm-ltc-content table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;margin:22px 0;border:2px solid var(--accent-primary);border-radius:10px}
.pm-ltc-content th,.pm-ltc-content td{border:1px solid var(--border-color);padding:12px;text-align:left;vertical-align:top}
.pm-ltc-content th{background:rgba(255,255,255,.06)}
.pm-ltc-content tbody tr:nth-child(even){background:rgba(255,255,255,.04)}
.pm-ltc-content ul,.pm-ltc-content ol{background:rgba(255,255,255,.04);border:1px solid var(--border-color);border-radius:10px;padding:16px 18px 16px 38px;margin:18px 0}
.pm-ltc-content blockquote{margin:18px 0;padding:16px 18px;background:rgba(255,255,255,.04);border:1px solid var(--border-color);border-left:5px solid var(--accent-primary);border-radius:10px}
.pm-ltc-content h2,.pm-ltc-content h3{border-left:5px solid var(--accent-primary);padding-left:12px}
.pm-ltc-nav .pm-ltc-actions{margin-left:12px}
@media(max-width:767px){
.pm-ltc-header__inner{justify-content:flex-end;gap:10px}
.pm-ltc-logo{margin-right:auto;order:1}
.pm-ltc-country{display:none}
.pm-ltc-burger{order:9;margin-left:0}
.pm-ltc-nav.is-open{left:auto;right:12px;width:min(290px,calc(100vw - 24px));box-shadow:0 14px 32px rgba(0,0,0,.45)}
.pm-ltc-nav .pm-ltc-actions{flex-direction:column;align-items:stretch;gap:8px;margin:10px 0 0;padding-top:12px;border-top:1px solid var(--border-color);width:100%}
.pm-ltc-nav .pm-ltc-actions .pm-ltc-button{text-align:center;justify-content:center}
.pm-ltc-logo img{height:36px;max-width:160px}
.pm-ltc-casino-logo{width:92px;height:54px}
img.pm-ltc-avatar{width:96px;height:96px;min-width:96px}
.pm-ltc-content{padding:18px 16px}
}
