*{box-sizing:border-box}body{background-color:var(--theme-bg,#e9eaed);margin:0;font-size:var(--theme-font-size, 15px);color:var(--theme-text,#1d1d1f);font-weight:500;font-family:var(--theme-font-family, 'Nunito', sans-serif);-webkit-font-smoothing:antialiased;line-height:var(--theme-line-height, 1.8em)}a{color:var(--theme-accent,#5890ff);text-decoration:none;transition:var(--theme-transition, all .2s ease)}a:hover{color:var(--theme-accent-hover,#3a70df)}h1,h2,h3,h4,h5{font-weight:600;margin-top:0;color:var(--theme-text,#1d1d1f)}h1{font-size:28px;line-height:36px}h2{font-size:24px;line-height:32px}h3{font-size:20px;line-height:28px}h4{font-size:16px;line-height:24px}.tyga-body{padding-left:80px;display:flex;flex-direction:column;min-height:100vh}.tyga-body-in{width:100%;display:block;position:relative;box-sizing:border-box;padding-left:2%;padding-right:2%;padding-top:20px;flex:1}.tyga-headerf{z-index:18;position:sticky;width:100%;top:0;padding:10px 2% 0;box-sizing:border-box}.tyga-header{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1%;padding-right:1%;position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background-color:var(--theme-header-bg,rgba(252,252,252,.72));-webkit-backdrop-filter:var(--theme-header-blur,saturate(180%) blur(20px));backdrop-filter:var(--theme-header-blur,saturate(180%) blur(20px));height:66px;z-index:12;border-radius:var(--theme-card-radius,14px)}.header-left{display:flex;align-items:center;gap:10px}.header-right{display:flex;align-items:center;gap:15px}.header-right-auth{display:flex;list-style:none;margin:0;padding:0;gap:10px}.tyga-logo{max-height:66px}.tyga-logo-link{font-size:22px;font-weight:700;color:var(--theme-text,#1d1d1f)}.tyga-logo img{max-height:60px;display:block}.tyga-logo-fallback{display:inline-flex;align-items:center;gap:8px;font-size:22px;font-weight:700;color:var(--theme-text,#1d1d1f)}.tyga-logo-fallback i{font-size:24px;color:var(--theme-accent,#5890ff)}.tyga-left-toggle{background:0 0;border:none;cursor:pointer;width:40px;height:40px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.left-toggle-line,.tyga-left-toggle:after,.tyga-left-toggle:before{content:'';display:block;width:20px;height:2px;background-color:var(--theme-text,#1d1d1f);border-radius:2px}.tyga-nav-head{display:none}.tyga-nav-head-list{list-style:none;display:flex;margin:0;padding:0;gap:2px}.tyga-nav-head-list li{position:relative}.tyga-nav-head-list li a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:var(--theme-text-muted,#7a787b);font-size:16px;border-radius:10px;transition:.2s;text-decoration:none}.tyga-nav-head-list li a.tyga-nav-head-selected,.tyga-nav-head-list li a:hover{color:var(--theme-text,#1d1d1f);background-color:rgba(0,0,0,.06)}.tyga-nav-head-list li a i{margin-right:0}.tyga-nav-head-list li a::after{content:attr(title);position:absolute;bottom:-32px;left:50%;transform:translateX(-50%);padding:4px 10px;background:var(--theme-text,#1d1d1f);color:#fff;font-size:11px;font-weight:500;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:100}.tyga-nav-head-list li a:hover::after{opacity:1}.tyga-search form{display:flex;background:var(--theme-card-bg,#fff);box-shadow:0 1px 1px rgba(0,0,0,.2);border-radius:14px;overflow:hidden;padding:0 10px}.tyga-search-field{border:0;flex:1;background-color:inherit;font-size:16px;line-height:40px;width:200px;transition:.2s ease-out}.tyga-search-field:focus{outline:0;width:280px}.tyga-search-button{width:40px;cursor:pointer;background-color:inherit;border:0;font-size:14px;color:var(--theme-text-muted,#8e8e8e)}.reglink{display:inline-block;padding:8px 16px;color:var(--theme-text,#1d1d1f);font-weight:600;font-size:14px;border-radius:8px}.reglink-signup{background-color:var(--theme-btn-primary-bg,#1d1d1f);color:var(--theme-btn-primary-text,#fff)}.reglink-signup:hover{background-color:var(--theme-text,#333);color:var(--theme-btn-primary-text,#fff)}.tyga-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--theme-bg-secondary,#f5f5f7);color:var(--theme-text-muted,#7a787b);font-size:16px;text-decoration:none;transition:.2s}.tyga-cart-btn:hover{background-color:var(--theme-bg-tertiary,#e5e5e7);color:var(--theme-text,#333)}.tyga-cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:var(--theme-accent,#5890ff);color:#fff;border-radius:9px;font-size:11px;font-weight:700;line-height:18px;text-align:center}.tyga-nightb{background-color:var(--theme-bg-secondary,#f5f5f7);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;color:var(--theme-text-muted,#7a787b);font-size:16px;transition:.2s}.tyga-nightb:hover{background-color:var(--theme-bg-tertiary,#e5e5e7)}.tyga-dropdown{position:relative}.tyga-user-btn{background:0 0;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.user-avatar-small{width:40px;height:40px;border-radius:50%;object-fit:cover}.tyga-nav-user-list{display:none;position:absolute;top:100%;right:0;background:var(--theme-card-bg,#fff);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:180px;list-style:none;margin:8px 0 0;padding:8px 0;z-index:100}.tyga-dropdown:focus-within .tyga-nav-user-list,.tyga-dropdown:hover .tyga-nav-user-list{display:block}.tyga-nav-user-item a{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--theme-text,#1d1d1f);font-size:14px;font-weight:500;transition:.2s}.tyga-nav-user-item a:hover{background-color:var(--theme-bg-secondary,#f5f5f7);color:var(--theme-accent,#5890ff)}.tyga-nav-user-item a i{width:16px;text-align:center;color:var(--theme-text-muted,#7a787b)}.tyga-nav-user-item a:hover i{color:var(--theme-accent,#5890ff)}.tyga-night .tyga-nav-user-list{background:#1a1a1a;box-shadow:0 4px 20px rgba(0,0,0,.4)}.tyga-night .tyga-nav-user-item a{color:#efefef}.tyga-night .tyga-nav-user-item a:hover{background-color:#252525}.leftmenu{position:fixed;left:0;top:0;bottom:0;width:80px;background-color:var(--theme-sidebar-bg,#1d1d1f);z-index:20;overflow-y:auto;padding-top:20px}.tyga-nav-main-list{list-style:none;padding:0;margin:0}.tyga-nav-main-link{font-weight:400;font-size:0;margin:4px auto;color:var(--theme-sidebar-text,#7a787b);display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;text-align:center;border-radius:50%;transition:var(--theme-transition, all .2s ease)}.tyga-nav-main-link i{font-size:18px;display:block}.tyga-nav-main-link:hover,.tyga-nav-main-selected{color:var(--theme-sidebar-active,#fff);background-color:rgba(255,255,255,.1)}.nav-section-title{display:none}.tyga-main{display:flex;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:1200px}.tyga-main-in{min-height:500px;flex:1;padding-right:1%;padding-left:1%}.tyga-main.one-page{max-width:1020px;margin:32px auto 40px;display:block}.tyga-main.one-page .tyga-inner{display:block;background-color:var(--theme-card-bg,#fff);padding:20px 30px;border-radius:14px;box-sizing:border-box}.tyga-main.post-page{display:flex;margin:0 auto 20px;max-width:1200px}.head-title{display:flex;text-align:center;padding:20px 0;background-color:#242730;color:#fff;font-size:22px;font-weight:400;justify-content:center;flex-direction:column;align-items:center;margin:10px 0 20px;border-radius:14px}.head-title h1{margin:0;color:#fff}.head-title p{margin:5px 0 0;font-size:14px;opacity:.7}.tyga-nav-sub-list{flex:1;list-style:none;padding:0;background-color:transparent;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-bottom:2px solid var(--theme-border,#e0e0e0)}.tyga-nav-sub-link{font-size:12px;font-weight:600;padding:10px 16px;margin:0 0 -2px;display:block;color:var(--theme-subnav-text,#999);text-transform:uppercase;letter-spacing:.8px;line-height:1;transition:.2s;border-bottom:2px solid transparent}.tyga-nav-sub-link:hover,.tyga-nav-sub-selected{color:var(--theme-subnav-active-text,#333);background-color:var(--theme-subnav-active-bg,transparent);border-bottom:2px solid var(--theme-subnav-active-text,#333);border-radius:6px 6px 0 0}.tyga-nav-sub-link:before{font-family:"Font Awesome 6 Free";font-weight:400;margin-right:4px}.container{display:flex;flex-wrap:wrap;margin-left:-.5%;margin-right:-.5%;padding-bottom:80px;position:relative}.tyga-part-q-list{display:flex;position:relative;flex-direction:column}.tyga-q-item{width:48%;margin:.5% .5% 15px}.box-in{background-color:var(--theme-card-bg,#fff);border-radius:var(--theme-card-radius,14px);box-shadow:var(--theme-card-shadow,0 1px 3px rgba(0,0,0,.1));overflow:hidden}.tyga-q-item-main{display:flex;flex-direction:column}.tyga-box-thumb{position:relative;overflow:hidden}.tyga-box-thumb img{width:100%;height:200px;object-fit:cover;display:block}.tyga-img-placeholder{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:var(--theme-card-bg,#f3f4f6);border-bottom:1px solid var(--theme-border,#e5e7eb)}.tyga-img-placeholder i{font-size:48px;color:var(--theme-accent,#6366f1);opacity:.7}.tyga-post-format{position:absolute;top:10px;left:10px;background-color:rgba(0,0,0,.6);color:#fff;padding:5px 10px;border-radius:6px;font-size:12px}.tyga-q-item-content{padding:15px}.tyga-category-link{display:inline-block;color:var(--theme-accent,#5890ff);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.tyga-q-item-title{margin:0 0 10px;font-size:16px;line-height:1.4}.tyga-q-item-title a{color:var(--theme-text,#1d1d1f)}.tyga-q-item-title a:hover{color:var(--theme-accent,#5890ff)}.tyga-q-item-excerpt{color:var(--theme-text-secondary,#666);font-size:14px;margin:0 0 10px}.tyga-q-item-meta{display:flex;gap:15px;font-size:13px;color:var(--theme-text-muted,#999)}.tyga-q-item-meta i{margin-right:4px}.tyga-track-card{display:flex;align-items:flex-start;gap:14px}.tyga-track-play-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--theme-accent,#5890ff);display:flex;align-items:center;justify-content:center;margin-top:2px;transition:opacity .15s,transform .15s}.tyga-track-play-icon i{color:#fff;font-size:14px;margin-left:2px}.tyga-track-play-icon:hover{opacity:.85;transform:scale(1.08)}.tyga-track-card .tyga-q-item-title{margin-bottom:6px}.tyga-featured-grid{margin-bottom:20px}.featured-posts{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:12px;overflow:hidden}.featured-post-item{border-radius:14px;overflow:hidden;position:relative}.featured-link{display:block;width:100%;height:100%}.post-featured-img{width:100%;height:100%;background-size:cover;background-position:center;position:relative;transition:transform .5s cubic-bezier(.25, .46, .45, .94)}.featured-post-item:hover .post-featured-img{transform:scale(1.07)}.featured-overlay{position:absolute;bottom:0;left:0;right:0;height:45%;padding:20px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:height .4s}.featured-post-item:hover .featured-overlay{height:100%}.featured-content{opacity:0;transform:translateY(10px);transition:opacity .35s,transform .35s}.featured-post-item:hover .featured-content{opacity:1;transform:translateY(0)}.tyga-category-link{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:600;opacity:.85}.featured-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;z-index:2;transition:transform .3s,background .3s;pointer-events:none}.featured-play-btn i{margin-left:3px}.featured-post-item:hover .featured-play-btn{transform:translate(-50%,-50%) scale(1.12);background:rgba(0,0,0,.7)}.featured-title{margin:6px 0 0;font-size:18px;color:#fff;font-weight:700;line-height:1.3}.grids-1{grid-template-columns:repeat(4,1fr);grid-template-rows:220px 220px}.grids-1 .grid-1{grid-column:1;grid-row:1/3}.grids-1 .grid-2{grid-column:2;grid-row:1/3}.grids-1 .grid-3{grid-column:3/5;grid-row:1}.grids-1 .grid-4{grid-column:3;grid-row:2}.grids-1 .grid-5{grid-column:4;grid-row:2}.grids-2{grid-template-columns:1fr 2fr 1fr;grid-template-rows:220px 220px}.grids-2 .grid-1{grid-column:1;grid-row:1}.grids-2 .grid-2{grid-column:1;grid-row:2}.grids-2 .grid-3{grid-column:2;grid-row:1/3}.grids-2 .grid-4{grid-column:3;grid-row:1}.grids-2 .grid-5{grid-column:3;grid-row:2}.grids-3{grid-template-columns:repeat(4,1fr);grid-template-rows:220px 220px}.grids-3 .grid-1{grid-column:1/3;grid-row:1/3}.grids-3 .grid-2{grid-column:3/5;grid-row:1}.grids-3 .grid-3{grid-column:3;grid-row:2}.grids-3 .grid-4{grid-column:4;grid-row:2}.grids-4{grid-template-columns:repeat(4,1fr);grid-template-rows:220px 220px}.grids-4 .grid-1{grid-column:1/3;grid-row:1}.grids-4 .grid-2{grid-column:1;grid-row:2}.grids-4 .grid-3{grid-column:2;grid-row:2}.grids-4 .grid-4{grid-column:3;grid-row:1}.grids-4 .grid-5{grid-column:4;grid-row:1}.grids-4 .grid-6{grid-column:3/5;grid-row:2}.grids-5{grid-template-columns:2fr 1fr;grid-template-rows:220px 220px}.grids-5 .grid-1{grid-column:1;grid-row:1/3}.grids-5 .grid-2{grid-column:2;grid-row:1}.grids-5 .grid-3{grid-column:2;grid-row:2}.grids-6{grid-template-columns:repeat(4,1fr);grid-template-rows:220px 220px}.grids-6 .grid-1{grid-column:1;grid-row:1/3}.grids-6 .grid-2{grid-column:2;grid-row:1/3}.grids-6 .grid-3{grid-column:3;grid-row:1/3}.grids-6 .grid-4{grid-column:4;grid-row:1/3}.grids-7{grid-template-columns:repeat(4,1fr);grid-template-rows:220px 220px}.grids-7 .grid-1{grid-column:1/3;grid-row:1}.grids-7 .grid-2{grid-column:1;grid-row:2}.grids-7 .grid-3{grid-column:2;grid-row:2}.grids-7 .grid-4{grid-column:3;grid-row:1}.grids-7 .grid-5{grid-column:4;grid-row:1}.grids-7 .grid-6{grid-column:3/5;grid-row:2}.grids-8{grid-template-columns:repeat(3,1fr);grid-template-rows:220px 220px}.grids-8 .grid-1{grid-column:1;grid-row:1}.grids-8 .grid-2{grid-column:2;grid-row:1}.grids-8 .grid-3{grid-column:3;grid-row:1}.grids-8 .grid-4{grid-column:1;grid-row:2}.grids-8 .grid-5{grid-column:2;grid-row:2}.grids-8 .grid-6{grid-column:3;grid-row:2}.social-embeds-section{margin-bottom:24px;padding:0}.social-embeds-title{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:var(--heading-color,#111)}.social-embeds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:20px}.social-embed-card{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:14px;overflow:hidden;padding:16px}.social-embed-header{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;margin-bottom:12px;color:var(--text-color,#333)}.social-embed-header i{font-size:1.1rem}@media (max-width:640px){.social-embeds-grid{grid-template-columns:1fr}}.maincom{background:var(--theme-card-bg,#fff);margin-bottom:20px;border-radius:14px;padding:20px;box-sizing:border-box}.pheader{margin-bottom:20px}.tyga-q-view-title{font-size:28px;margin:10px 0;color:var(--theme-text,#1d1d1f)}.tyga-q-view-meta{display:flex;gap:20px;color:var(--theme-text-muted,#999);font-size:14px}.tyga-q-view-image img{width:100%;border-radius:14px;margin-bottom:20px}.tyga-music-player{background:var(--theme-bg-secondary,#f5f5f7);padding:20px;border-radius:14px;margin-bottom:20px}.music-audio-player{width:100%}.tyga-q-view-content{line-height:1.8;color:var(--theme-text-secondary,#333)}.tyga-q-view-content p{margin-bottom:15px}.tyga-q-view-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}.tyga-tag-link{display:inline-block;padding:5px 12px;background-color:var(--theme-tag-bg,#f5f5f7);color:var(--theme-tag-text,#666);border-radius:20px;font-size:13px;transition:var(--theme-transition, all .2s ease)}.tyga-tag-link:hover{background-color:var(--theme-tag-hover-bg,var(--theme-accent,#5890ff));color:var(--theme-tag-hover-text,#fff)}.tyga-q-view-buttons{display:flex;gap:15px;margin-top:20px;padding-top:20px;border-top:1px solid var(--theme-border-light,#efefef)}.tyga-voting{display:flex;align-items:center;gap:10px}.share-toggle,.tyga-favorite-button,.tyga-vote-up-button{background-color:var(--theme-card-bg,#fff);border:1px solid var(--theme-border,#e7e7e9);width:40px;height:40px;border-radius:14px;cursor:pointer;font-size:16px;color:var(--theme-text,#1d1d1f);transition:.2s}.tyga-vote-up-button:hover{color:var(--theme-accent,#5890ff);border-color:var(--theme-accent,#5890ff)}.tyga-favorite-button:hover{color:#ff6b6b;border-color:#ff6b6b}.share-toggle{width:auto;padding:0 15px}.share-toggle i{margin-right:5px}.tyga-vote-count{font-weight:600;color:var(--theme-text,#1d1d1f)}.tyga-related{padding:20px;margin-top:20px}.tyga-related h3{margin-bottom:15px;color:var(--theme-text,#1d1d1f)}.tyga-related-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tyga-related-item a{display:block}.tyga-related-item img{width:100%;height:100px;object-fit:cover;border-radius:8px;margin-bottom:8px}.tyga-related-item span{display:block;font-size:14px;color:var(--theme-text,#1d1d1f);font-weight:600}.rightsidebar{flex:none;width:280px;padding-right:1%;padding-left:1%}.tyga-sidebar{position:sticky;top:100px}.widget-box{padding:20px;margin-bottom:15px}.widget-title{font-size:16px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--theme-border-light,#efefef);color:var(--theme-text,#1d1d1f)}.tyga-nav-cat-list{list-style:none;padding:0;margin:0}.tyga-nav-cat-item{margin-bottom:5px}.tyga-nav-cat-link{display:flex;justify-content:space-between;padding:10px 0;color:var(--theme-text-secondary,#666);border-bottom:1px solid var(--theme-border-subtle,#f5f5f7);transition:.2s}.tyga-nav-cat-link:hover{color:var(--theme-accent,#5890ff)}.cat-count{background-color:var(--theme-bg-secondary,#f5f5f7);padding:2px 8px;border-radius:10px;font-size:12px}.tagcloud .widget-content{display:flex;flex-wrap:wrap;gap:8px}.user-box{margin-bottom:20px}.user-box-cover{height:200px;background-size:cover;background-position:center;background-color:#242730}.user-box-in{padding:20px;text-align:center;margin-top:-60px}.user-avatar{width:120px;height:120px;margin:0 auto 15px}.user-avatar img{width:100%;height:100%;border-radius:50%;border:4px solid var(--theme-card-bg,#fff);object-fit:cover}.tyga-profile-usrname{margin:0;color:var(--theme-text,#1d1d1f)}.tyga-profile-handle{color:var(--theme-text-muted,#999);font-size:14px}.tyga-profile-about{margin:15px 0;color:var(--theme-text-secondary,#666)}.user-box-stats{display:flex;justify-content:center;gap:40px;margin:20px 0}.stat-item{text-align:center}.stat-value{display:block;font-size:24px;font-weight:700;color:var(--theme-text,#1d1d1f)}.stat-label{font-size:12px;color:var(--theme-text-muted,#999);text-transform:uppercase}.user-box-links{display:flex;justify-content:center;gap:10px}.user-box-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-bg-secondary,#f5f5f7);border-radius:50%;color:var(--theme-text-secondary,#666);transition:.2s}.user-box-links a:hover{background-color:var(--theme-accent,#5890ff);color:#fff}.tyga-form-tall-text{background:var(--theme-input-bg,#fff);width:100%;box-sizing:border-box;margin:0 0 15px;padding:12px 15px;border:2px solid var(--theme-input-border,#dee1e3);color:var(--theme-text,#333);font-size:15px;font-weight:500;border-radius:14px;transition:border-color .25s}.tyga-form-tall-text:focus{outline:0;border-color:var(--theme-input-focus-border,#5890ff)}.tyga-form-tall-label{font-size:14px;font-weight:700;padding:6px 0;margin-top:5px;display:block;color:var(--theme-text,#1d1d1f)}.tyga-form-tall-button{background:var(--theme-btn-primary-bg,#1d1d1f);display:block;width:100%;color:var(--theme-btn-primary-text,#fff);font-size:14px;font-weight:600;text-align:center;padding:14px;border:none;border-radius:14px;cursor:pointer;transition:.2s}.tyga-form-tall-button:hover{background:var(--theme-text,#333)}.tyga-form-tall-error{background:#fc575e;color:#fff;font-size:14px;margin-bottom:15px;font-weight:500;padding:12px;border-radius:10px}.tyga-form-tall-note{text-align:center;margin-top:20px;color:var(--theme-text-secondary,#666)}.ias-trigger-next,.load-nomore{display:block;position:absolute;left:0;right:0;bottom:0;margin:0 auto;height:42px;line-height:42px;width:280px;font-size:14px;font-weight:500;border-radius:14px;background-color:var(--theme-btn-primary-bg,#1d1d1f);box-shadow:0 0 10px 0 rgba(0,0,0,.24);text-align:center}.ias-trigger-next a{color:#fff;display:block}.load-nomore{box-shadow:none;background-color:var(--theme-bg-secondary,#efefef);color:var(--theme-text-muted,#999)}.no-posts{width:100%;text-align:center;padding:40px;color:var(--theme-text-muted,#999)}.tyga-footer{background:var(--theme-footer-bg,#fff);padding:20px;display:block;position:relative;clear:both;color:var(--theme-footer-text,#758399);font-size:12px;text-align:center;margin:10px 2%;box-sizing:border-box;border-radius:var(--theme-card-radius,14px)}.tyga-footer a{color:var(--theme-footer-text,#8c97aa)}.tyga-nav-footer-list{display:flex;justify-content:center;gap:20px;list-style:none;padding:0;margin:15px 0}.socialicons{display:flex;justify-content:center;gap:10px;margin-top:15px}.socialicons a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--theme-border,#ddd);border-radius:50%;color:var(--theme-text-secondary,#666);transition:.2s}.socialicons a:hover{background-color:var(--theme-accent,#5890ff);border-color:var(--theme-accent,#5890ff);color:#fff}.lazy{opacity:0;transition:opacity .3s}.lazy.loaded{opacity:1}.tyga-night body{background-color:#0c0b0d;color:#efefef}.tyga-night .tyga-header{background-color:rgba(0,0,0,.72)}.tyga-night .box-in{background-color:#1a1a1a;box-shadow:0 1px 6px rgba(0,0,0,.72)}.tyga-night .tyga-form-tall-label,.tyga-night .tyga-q-item-title a,.tyga-night h1,.tyga-night h2,.tyga-night h3{color:#fff}.tyga-night .tyga-nav-sub-list{background-color:transparent;border-bottom-color:#333}.tyga-night .tyga-nav-sub-link{color:#6e6e6e}.tyga-night .tyga-nav-sub-link:hover,.tyga-night .tyga-nav-sub-selected{background-color:transparent;color:#fff;border-bottom-color:#fff}.tyga-night .tyga-footer{background-color:#1a1a1a;color:#d7d7d7}.tyga-night .widget-box{background-color:#1a1a1a}.tyga-night .widget-title{border-color:#333;color:#fff}.tyga-night .tyga-tag-link{background-color:#1e1e1e;color:#686868}.tyga-night .tyga-form-tall-text{background-color:#0f0f11;border-color:#24242b;color:#fff}.tyga-night .head-title,.tyga-night .maincom{background-color:#151419}.tyga-night .tyga-vote-count{color:#fff}.tyga-night .load-nomore{background-color:#363239}@media (max-width:1200px){.tyga-q-item{width:48%}}@media (max-width:992px){.tyga-body{padding-left:0;overflow-x:hidden;max-width:100vw}.leftmenu{position:fixed;top:0;left:0;bottom:0;width:260px;transform:translateX(-100%);transition:transform .25s;z-index:200}.leftmenu.mobile-open{transform:translateX(0)}.tyga-nav-main-link{font-size:14px;width:auto;height:auto;padding:10px 20px;border-radius:8px;justify-content:flex-start;gap:12px;margin:2px 12px}.tyga-nav-main-link i{font-size:16px;width:20px;text-align:center;flex-shrink:0}.nav-section-title{display:block;color:var(--theme-sidebar-text,#7a787b);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:16px 20px 6px;margin:0}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:199}.mobile-menu-overlay.active{display:block}.rightsidebar{display:none}.tyga-main-in{flex:1}.tyga-nav-head{display:none}}@media (max-width:768px){.tyga-q-item{width:100%;margin:0 0 15px}.featured-posts{display:grid;grid-template-columns:1fr;grid-auto-rows:180px}.featured-posts .featured-post-item{grid-column:1!important;grid-row:auto!important}.featured-content{opacity:1;transform:translateY(0)}.tyga-related-list{grid-template-columns:repeat(2,1fr)}.tyga-search{display:none}.tyga-header{padding:0 10px;overflow:hidden}.tyga-headerf{overflow:hidden}.header-right{gap:8px}.header-right-auth{gap:4px}.reglink{font-size:12px;padding:4px 8px}}