:root{--tgl-navy:#E8843A;--tgl-navy-dark:#C96A22;--tgl-gold:#F5A54A;--tgl-gold-2:#F7B26A;--tgl-topbar:#1C1A18;--tgl-dark:#3D342C;--tgl-nav-cream:#FCEADB;--tgl-ink:#1B1B1B;--tgl-muted:#6B6B6B;--tgl-bg:#FBF3EC;--tgl-card:#FFFFFF;--tgl-line:#E7DDD2;--tgl-radius:12px;--tgl-radius-sm:6px;--tgl-shadow:0 2px 10px rgba(28,26,24,.06);--tgl-shadow-hover:0 14px 30px rgba(28,26,24,.14);--tgl-gradient-primary:linear-gradient(135deg,#E8843A 0%,#C96A22 100%);--tgl-gradient-accent:linear-gradient(135deg,#F5A54A 0%,#E8843A 100%);--tgl-container:1200px}*,*::before,*::after{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;font-family:'Inter','Noto Sans Telugu',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--tgl-ink);background:#fff;line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}a{color:var(--tgl-navy);text-decoration:none}a:hover{color:var(--tgl-gold)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:'Poppins','Noto Sans Telugu','Inter',sans-serif;color:var(--tgl-ink);line-height:1.3;margin:0 0 12px}.tgl-content h1,.tgl-content h2,.tgl-content h3,.tgl-content h4{margin-top:18px}h1{font-size:28px}h2{font-size:22px}h3{font-size:19px}h4{font-size:17px}p{margin:0 0 14px}.tgl-container{max-width:var(--tgl-container);margin:0 auto;padding:0 16px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;background:#fff;padding:8px 12px;z-index:9999}.tgl-header{background:#fff;border-bottom:1px solid var(--tgl-line);padding:14px 0}.tgl-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.tgl-brand{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.tgl-brand img{width:38px;height:38px}.tgl-brand-name{font-size:24px;font-weight:800;color:var(--tgl-navy);letter-spacing:.2px}.tgl-brand-name span{color:var(--tgl-gold)}.tgl-iconbtn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--tgl-line);background:#fff;border-radius:10px;cursor:pointer;color:var(--tgl-navy)}.tgl-iconbtn:hover{background:var(--tgl-navy);color:#fff}.tgl-nav{background:var(--tgl-navy)}.tgl-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap}.tgl-nav li a{display:block;padding:12px 18px;color:#fff;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.4px}.tgl-nav li a:hover,.tgl-nav .current-menu-item>a{background:var(--tgl-navy-dark);color:var(--tgl-gold)}.tgl-menu-toggle{display:none}@media (max-width:860px){.tgl-menu-toggle{display:inline-flex}.tgl-nav ul{display:none;flex-direction:column}.tgl-nav.open ul{display:flex}.tgl-nav li a{text-align:center;border-top:1px solid rgb(255 255 255 / .08)}}.tgl-main{padding:18px 0 30px}.tgl-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}@media (max-width:980px){.tgl-grid{grid-template-columns:1fr}}.tgl-grid--single{grid-template-columns:minmax(0,1fr)!important}.tgl-grid--single>aside{display:none!important}@media (min-width:1024px){.tgl-grid{align-items:start}.tgl-grid,.tgl-main,.tgl-container{overflow:visible}.tgl-grid>.tgl-sidebar{align-self:start;position:sticky;top:calc(var(--tgl-header-height, 80px) + 20px);overflow:visible}}.tgl-card{background:var(--tgl-card);border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);box-shadow:var(--tgl-shadow);padding:12px;margin-bottom:14px;display:grid;grid-template-columns:140px 1fr;gap:14px;align-items:center;transition:transform .25s ease,box-shadow .25s ease}.tgl-card:hover{transform:translateY(-2px);box-shadow:var(--tgl-shadow-hover)}.tgl-card-title{font-size:16px;font-weight:700;margin:0 0 6px;text-align:left;line-height:1.35}.tgl-card-title a{color:var(--tgl-ink)}.tgl-card-title a:hover{color:var(--tgl-navy)}.tgl-card-thumb{border-radius:10px;overflow:hidden;background:#E8843A;margin:0}.tgl-card-thumb img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.tgl-card-excerpt{color:var(--tgl-muted);font-size:13.5px;margin-bottom:8px;text-align:left;line-height:1.55}.tgl-card-cta{text-align:left}.tgl-card-cta .tgl-btn{padding:7px 14px;font-size:13px}@media (max-width:520px){.tgl-card{grid-template-columns:110px 1fr;gap:10px;padding:10px}.tgl-card-title{font-size:15px}.tgl-card-excerpt{font-size:12.5px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}}.tgl-btn,.wp-block-search .wp-block-search__button,button.tgl-btn{display:inline-block;background:var(--tgl-navy);color:#fff!important;border:0;border-radius:50px;padding:11px 22px;font-weight:600;font-size:14px;box-shadow:0 4px 12px rgb(232 132 58 / .25);transition:all .25s ease;cursor:pointer}.tgl-btn:hover{background:var(--tgl-gold);color:#111!important;box-shadow:0 8px 20px rgb(245 165 74 / .4);transform:translateY(-2px)}.tgl-sidebar .tgl-widget{background:#fff;border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);padding:16px;margin-bottom:16px;box-shadow:var(--tgl-shadow)}.tgl-widget-title{background:#fff0;color:var(--tgc-primary,#E8843A);margin:0 0 12px;padding:0 0 8px;border-bottom:2px solid var(--tgc-primary,#E8843A);border-radius:0;font-size:15px;font-weight:700;text-align:left;letter-spacing:.3px;text-transform:uppercase}.tgl-sidebar ul{list-style:none;margin:0;padding:0}.tgl-sidebar li{border-bottom:1px dashed var(--tgl-line)}.tgl-sidebar li:last-child{border-bottom:0}.tgl-sidebar li a{display:block;padding:8px 4px;color:var(--tgl-ink);font-size:14px}.tgl-sidebar li a:hover{color:var(--tgl-navy)}.tgl-cattree ul{list-style:none;margin:0;padding:0}.tgl-cattree li{border-bottom:1px solid var(--tgl-line)}.tgl-cattree li.cat-item>a{display:flex;justify-content:space-between;align-items:center;padding:9px 6px;color:var(--tgl-ink);font-size:14px;font-weight:600}.tgl-cattree li.cat-item>a:hover{color:var(--tgl-navy)}.tgl-cattree .children{margin:0 0 6px 10px;padding:4px 0 4px 10px;border-left:2px solid var(--tgl-line)}.tgl-cattree .children li{border-bottom:0}.tgl-cattree .children li a{padding:5px 6px;font-size:13px;font-weight:500;color:var(--tgl-muted)}.tgl-cattree .children li a:hover{color:var(--tgl-navy)}.tgl-search-form{display:flex;gap:8px}.tgl-search-form input[type=search]{flex:1;padding:10px 12px;border:1px solid var(--tgl-line);border-radius:8px;font-size:14px}.tgl-article{background:#fff;border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);padding:18px;box-shadow:var(--tgl-shadow)}@media (max-width:600px){.tgl-article{padding:12px}}.tgl-breadcrumbs{font-size:13px;color:var(--tgl-muted);margin-bottom:8px;text-align:left}.tgl-breadcrumbs a{color:var(--tgl-navy)}.tgl-post-title{font-size:26px;font-weight:800;color:var(--tgl-navy);margin:6px 0 10px}.tgl-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;color:var(--tgl-muted);font-size:13px;margin-bottom:14px}.tgl-share{display:flex;gap:8px;justify-content:center;margin:10px 0 18px;flex-wrap:wrap}.tgl-share a{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--tgl-navy);color:#fff;font-size:14px;font-weight:700}.tgl-share a:hover{background:var(--tgl-gold);color:#111;transform:translateY(-2px)}.tgl-content{font-size:16px;line-height:1.7}.tgl-content>*{margin-top:0}.tgl-content p{margin:0 0 12px}.tgl-content img{margin:10px auto}.tgl-content iframe{max-width:100%}.tgl-related{margin-top:28px}.tgl-related h3{margin-bottom:14px}.tgl-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width:760px){.tgl-related-grid{grid-template-columns:repeat(2,1fr)}}.tgl-related-card{background:#fff;border:1px solid var(--tgl-line);border-radius:12px;overflow:hidden;box-shadow:var(--tgl-shadow);transition:transform .25s ease,box-shadow .25s ease}.tgl-related-card:hover{transform:translateY(-3px);box-shadow:var(--tgl-shadow-hover)}.tgl-related-thumb{aspect-ratio:16/9;background:var(--tgl-navy)}.tgl-related-thumb img{width:100%;height:100%;object-fit:cover}.tgl-related-body{padding:10px;text-align:center}.tgl-related-body a{font-size:13px;font-weight:600;color:var(--tgl-ink)}.tgl-ad{display:block;margin:12px auto;text-align:center;max-width:100%;min-width:250px;clear:both;width:100%;box-sizing:border-box;overflow:hidden}.tgl-ad-box{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff0;border:0;border-radius:12px;color:#6B6B6B;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;padding:0;margin:0 auto;width:100%;min-width:250px;box-sizing:border-box}.tgl-ad-box:has(.tgl-ad-ph){background:repeating-linear-gradient(45deg,#FDF6EE,#FDF6EE 10px,#F3E7D8 10px,#F3E7D8 20px);border:2px dashed #B7C3D9;padding:12px}.tgl-ad-box small{display:block;font-size:11px;font-weight:500;color:#8A7E6E;text-transform:none;letter-spacing:.2px;margin-top:4px}.tgl-ad--leader{max-width:728px}.tgl-ad--mobile-leader{max-width:320px}.tgl-ad--inarticle{max-width:336px}.tgl-ad--mrec{max-width:300px}.tgl-ad--halfpage{max-width:300px}.tgl-ad--horizontal{max-width:728px}.tgl-ad--sticky{max-width:320px}.tgl-ad--leader,.tgl-ad--horizontal{min-height:90px}.tgl-ad--mobile-leader{min-height:100px}.tgl-ad--inarticle{min-height:280px}.tgl-ad--mrec{min-height:250px}.tgl-ad--halfpage{min-height:600px}.tgl-ad--sticky{min-height:50px}.tgl-ad-box:has(.tgl-ad-ph){min-height:90px}.tgl-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:24px 0}.tgl-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;background:var(--tgl-navy);color:#fff;border-radius:8px;font-weight:600;font-size:14px}.tgl-pagination .page-numbers:hover{background:var(--tgl-gold);color:#111}.tgl-pagination .page-numbers.current{background:#111;color:#fff}.tgl-footer{background:#fff;border-top:1px solid var(--tgl-line);padding:30px 0 18px;margin-top:30px}.tgl-footer-container{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px}@media (max-width:768px){.tgl-footer-container{grid-template-columns:1fr;text-align:center}.tgl-footer-col ul{text-align:left;max-width:240px;margin:0 auto}}.tgl-about{text-align:center}.tgl-footer-title{display:block;font-size:26px;font-weight:800;color:var(--tgl-navy)}.tgl-footer-title:hover{color:var(--tgl-gold)}.tgl-about p{max-width:480px;margin:8px auto;color:var(--tgl-muted);font-size:14px}.tgl-footer-col h4{color:#000;font-weight:700;text-align:center;margin-bottom:10px}.tgl-footer-col ul{list-style:none;padding:0;margin:0}.tgl-footer-col ul li{margin-bottom:8px}.tgl-footer-col ul li a{color:var(--tgl-navy);font-weight:600;font-size:14px}.tgl-footer-col ul li a:hover{color:var(--tgl-gold)}.tgl-socials{display:flex;justify-content:center;gap:12px;margin-top:12px}.tgl-socials a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--tgl-navy);color:#fff;border-radius:50%;font-weight:700;transition:all .25s ease}.tgl-socials a:hover{background:var(--tgl-gold);transform:translateY(-3px) scale(1.08)}.tgl-footer-bottom{text-align:center;margin-top:24px;color:var(--tgl-muted);font-size:13px}.tgl-footer-bottom a{color:var(--tgl-navy);font-weight:700}.comments-area{margin-top:24px;background:#fff;border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);padding:18px}.comments-area h2,.comments-area h3{text-align:left}.comment-form input,.comment-form textarea{width:100%;padding:10px 12px;border:1px solid var(--tgl-line);border-radius:8px;font:inherit;margin-top:6px}.comment-form .submit{margin-top:10px}:root{--tgl-container:1200px}.tgl-container{max-width:var(--tgl-container);margin:0 auto;padding:0 16px}.tgl-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:700;font-size:14px;font-family:inherit;cursor:pointer;border:1px solid #fff0;text-decoration:none;transition:all .2s;white-space:nowrap;line-height:1.2}.tgl-btn--ghost{background:#fff;color:var(--tgl-navy);border-color:var(--tgl-navy)}.tgl-btn--ghost:hover{background:var(--tgl-navy);color:#fff}.tgl-btn--gold{background:linear-gradient(180deg,#F7B26A,#F5A54A);color:#3D342C}.tgl-btn--gold:hover{filter:brightness(1.05);transform:translateY(-1px)}.tgl-header--v2{background:#fff;border-bottom:1px solid var(--tgl-border,#E7DDD2);position:sticky;top:0;z-index:50}.tgl-header-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:14px 16px;min-height:70px}@media (min-width:768px){.tgl-header-row{grid-template-columns:auto 1fr auto;gap:16px}}.tgl-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--tgl-navy)}.tgl-brand img{width:44px;height:44px;object-fit:contain}.tgl-brand-name{font-family:var(--tgl-font-head,Georgia,serif);font-weight:800;color:var(--tgl-navy);font-size:clamp(16px, 2.4vw, 24px);letter-spacing:-.01em;line-height:1}.tgl-header-actions{display:none;gap:10px;justify-self:end}@media (min-width:768px){.tgl-header-actions{display:inline-flex}}.tgl-header-tools{display:inline-flex;gap:4px;align-items:center}.tgl-iconbtn{width:40px;height:40px;display:inline-grid;place-items:center;background:#fff0;border:0;border-radius:10px;color:var(--tgl-text,#222);cursor:pointer;font-size:18px}.tgl-iconbtn:hover{background:#FBF3EC;color:var(--tgl-navy)}.tgl-mobile-only{display:inline-grid}@media (min-width:1024px){.tgl-mobile-only{display:none}}.tgl-navbar{display:none;background:#FBF3EC;border-bottom:1px solid var(--tgl-border,#E7DDD2)}@media (min-width:1024px){.tgl-navbar{display:block}}.tgl-navbar>.tgl-container{display:flex;justify-content:center}.tgl-navbar ul,.tgl-navbar-list{list-style:none;padding:6px 0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.tgl-navbar li{position:relative}.tgl-navbar a{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;font-weight:600;font-size:14px;color:#3D342C;border-radius:8px;text-decoration:none;transition:all .2s}.tgl-navbar a:hover,.tgl-navbar li.current-menu-item>a{color:var(--tgl-navy);background:#fff}.tgl-navbar .menu-item-has-children>a::after{content:" ▾";font-size:11px;opacity:.7}.tgl-navbar .sub-menu{position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--tgl-border,#E7DDD2);border-radius:10px;box-shadow:0 6px 24px -10px rgb(28 26 24 / .16);padding:6px;z-index:60;flex-direction:column;display:none}.tgl-navbar li:hover>.sub-menu,.tgl-navbar li:focus-within>.sub-menu{display:flex}.tgl-navbar .sub-menu a{padding:9px 12px;font-size:14px;font-weight:500;color:var(--tgl-text,#222);border-radius:6px;width:100%}.tgl-navbar .sub-menu a:hover{background:#FBF3EC;color:var(--tgl-navy)}@media (max-width:1023px){.tgl-navbar{display:none!important;background:#fff;border-top:1px solid var(--tgl-border,#E7DDD2)}.tgl-navbar.tgl-mobile-nav-active{display:block!important}.tgl-navbar>.tgl-container{display:block;padding:0 14px}.tgl-navbar ul,.tgl-navbar-list{flex-direction:column;gap:0;padding:8px 0;display:block}.tgl-navbar li{display:block}.tgl-navbar a{padding:14px 12px;border-bottom:1px solid var(--tgl-border,#E7DDD2);border-radius:0;font-size:16px;display:block}.tgl-navbar .sub-menu{display:none;position:static;box-shadow:none;border:0;padding:0 0 0 14px;background:#FBF3EC}.tgl-navbar li.tgl-submenu-open>.sub-menu{display:block}.tgl-navbar .menu-item-has-children>a::after{content:" +"}.tgl-navbar li.tgl-submenu-open.menu-item-has-children>a::after{content:" –"}}.tgl-search-overlay{position:fixed;inset:0;background:rgb(28 26 24 / .6);z-index:100;display:grid;place-items:start center;padding:80px 16px 16px;backdrop-filter:blur(6px)}.tgl-search-overlay[hidden]{display:none}.tgl-search-box{width:100%;max-width:680px;background:#fff;border-radius:16px;padding:22px;box-shadow:0 18px 48px -16px rgb(28 26 24 / .28);display:flex;flex-direction:column;gap:14px}.tgl-search-box__head{display:flex;justify-content:space-between;align-items:center}.tgl-search-box__title{margin:0;font-size:clamp(1.25rem, 3vw, 1.6rem);color:var(--tgl-navy)}.tgl-search-box__field{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;border:1.5px solid var(--tgl-border,#E7DDD2);border-radius:12px}.tgl-search-box__field:focus-within{border-color:var(--tgl-blue,#E8843A)}.tgl-search-box__field input{flex:1;border:0;outline:0;padding:12px 0;font-size:16px;font-family:inherit;background:#fff0}.tgl-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--tgl-blue,#E8843A)}.tgl-footer--v2{background:#fff;color:var(--tgl-text,#222);border-top:1px solid var(--tgl-border,#E7DDD2);padding:50px 0 50px;margin-top:0}.tgl-footer-grid,.tgl-footer__grid{display:grid;gap:28px;grid-template-columns:1fr;padding-bottom:24px;border-bottom:1px solid var(--tgl-border,#E7DDD2)}@media (min-width:640px){.tgl-footer-grid,.tgl-footer__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.tgl-footer-grid,.tgl-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}}.tgl-footer-brand,.tgl-footer__brand,.tgl-footer__brand-link{display:inline-flex;align-items:center;gap:12px;color:var(--tgl-navy);text-decoration:none;margin-bottom:10px}.tgl-footer__about{color:var(--tgl-text-muted,#666);font-size:14px;margin:0 0 14px;max-width:380px;line-height:1.6}.tgl-footer__bottom,.tgl-footer-bottom{padding-top:18px;margin-top:18px;text-align:center;color:var(--tgl-text-muted,#666);font-size:13px}.tgl-footer,.tgl-footer--v2{min-height:0!important}.tgl-footer .tgl-container{min-height:0}.tgl-footer-col{min-height:0}.tgl-home-ad{margin:24px auto;text-align:center}.tgl-home-ad--leader{max-width:var(--tgl-container,1200px);padding:0 16px}.tgl-home-ad--pre-faq{margin:28px 0}.tgl-home-section{margin:36px 0}.tgl-home-section>.tgl-section-heading{margin-bottom:14px}.tgl-home-section .tgl-related-grid{gap:16px}.tgl-alphabet{padding-top:32px;padding-bottom:32px}.tgl-faq-home{margin-top:32px}.tgl-main{padding:14px 0 24px}.tgl-footer-title{font-family:var(--tgl-font-head,Georgia,serif);font-weight:800;font-size:22px;color:var(--tgl-navy)}.tgl-footer-tag{color:var(--tgl-text-muted,#666);font-size:14px;margin:0 0 14px;max-width:380px;line-height:1.6}.tgl-footer--v2 h4{font-size:13px;font-weight:800;color:var(--tgl-navy);text-transform:uppercase;letter-spacing:.12em;margin:0 0 14px}.tgl-footer--v2 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tgl-footer--v2 a{color:var(--tgl-text-muted,#666);font-size:14px;text-decoration:none}.tgl-footer--v2 a:hover{color:var(--tgl-navy)}.tgl-footer--v2 .tgl-socials{display:flex;gap:8px}.tgl-footer--v2 .tgl-socials a{width:36px;height:36px;display:inline-grid;place-items:center;background:#fff;border:1px solid var(--tgl-border,#E7DDD2);border-radius:8px;color:var(--tgl-text-muted,#666);font-size:14px}.tgl-footer--v2 .tgl-socials a:hover{color:var(--tgl-navy);border-color:var(--tgl-navy)}.tgl-footer-bottom{padding-top:18px;text-align:center;color:var(--tgl-text-muted,#666);font-size:13px}.tgl-footer-bottom a,.tgl-footer-bottom .tgl-copy-link{color:#E8843A;font-weight:700;text-decoration:none;transition:color .2s ease}.tgl-footer-bottom a:hover,.tgl-footer-bottom a:focus,.tgl-footer-bottom .tgl-copy-link:hover,.tgl-footer-bottom .tgl-copy-link:focus{color:#F5A54A}.tgl-cattree{max-height:520px;overflow-y:auto;padding-right:4px}.tgl-cattree::-webkit-scrollbar{width:6px}.tgl-cattree::-webkit-scrollbar-thumb{background:var(--tgl-border,#E7DDD2);border-radius:3px}.tgl-cattree ul{list-style:none;padding:0;margin:0}.tgl-cattree>ul>li{border-bottom:1px solid var(--tgl-border,#E7DDD2);padding:6px 0}.tgl-cattree>ul>li:last-child{border-bottom:0}.tgl-cattree>ul>li>a{display:flex;justify-content:space-between;align-items:center;padding:6px 0;color:var(--tgl-navy);font-weight:700;font-size:14px;text-decoration:none}.tgl-cattree>ul>li>a:hover{color:var(--tgl-blue,#E8843A)}.tgl-cattree .children{padding:4px 0 4px 14px;margin:0;border-left:2px solid var(--tgl-border,#E7DDD2)}.tgl-cattree .children li a{display:flex;justify-content:space-between;align-items:center;padding:5px 8px;color:var(--tgl-text,#222);font-size:13px;font-weight:500;border-radius:6px;text-decoration:none}.tgl-cattree .children li a:hover{background:#FBF3EC;color:var(--tgl-navy)}.tgl-cattree .cat-item .count{background:#FBF3EC;color:var(--tgl-text-muted,#666);font-size:11px;padding:2px 8px;border-radius:999px;font-weight:700}.tgl-faq-band{background:#FBF3EC;padding:48px 0}.tgl-faq-band h2{text-align:center;color:var(--tgl-navy);margin-bottom:8px}.tgl-faq-band .tgl-eyebrow{display:block;text-align:center;margin-bottom:6px}.tgl-faq-band>.tgl-container>p{text-align:center;color:var(--tgl-text-muted,#666);max-width:640px;margin:0 auto 28px}.tgl-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.tgl-faq-list details{background:#fff;border:1px solid var(--tgl-border,#E7DDD2);border-radius:10px;padding:4px 6px}.tgl-faq-list summary{cursor:pointer;padding:14px 16px;font-weight:700;color:var(--tgl-navy);list-style:none;position:relative}.tgl-faq-list summary::-webkit-details-marker{display:none}.tgl-faq-list summary::before{content:"▸";margin-right:8px;color:var(--tgl-blue,#E8843A);transition:transform .2s;display:inline-block}.tgl-faq-list details[open] summary::before{transform:rotate(90deg)}.tgl-faq-list p{padding:0 16px 14px;margin:0;color:var(--tgl-text-muted,#666)}@media (max-width:640px){.tgl-header-row{padding:10px 14px;min-height:60px}.tgl-brand img{width:36px;height:36px}.tgl-brand-name{font-size:16px}.tgl-footer--v2{padding:28px 0 20px}.tgl-search-overlay{padding:60px 12px 12px}}html,body{overflow-x:hidden}.tgl-header-actions .tgl-btn,.tgl-header-actions .tgl-btn--ghost,.tgl-header-actions .tgl-btn--gold{background:linear-gradient(180deg,var(--tgc-btn-from,#F7B26A),var(--tgc-btn-to,#F5A54A))!important;color:var(--tgc-btn-text,#3D342C)!important;border:0!important;border-radius:999px;padding:9px 18px;font-weight:700;box-shadow:0 4px 12px rgb(245 165 74 / .25)}.tgl-header-actions .tgl-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.tgl-pcard{background:var(--tgc-card-bg,#fff);border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);box-shadow:var(--tgl-shadow);overflow:hidden;margin-bottom:22px;display:block;transition:transform .25s ease,box-shadow .25s ease}.tgl-pcard:hover{transform:translateY(-2px);box-shadow:var(--tgl-shadow-hover)}.tgl-pcard__media{position:relative;display:block;overflow:hidden;background:var(--tgl-navy);width:100%;aspect-ratio:16/9}.tgl-pcard__img,.tgl-pcard__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.tgl-pcard:hover .tgl-pcard__img{transform:scale(1.04)}.tgl-pcard__cat{position:absolute;top:12px;left:12px;background:var(--tgc-cat-bg,var(--tgl-navy));color:var(--tgc-cat-text,#fff);font-size:11px;font-weight:700;padding:5px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgb(0 0 0 / .25)}.tgl-pcard__body{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.tgl-pcard__title{margin:0;font-size:19px;font-weight:700;line-height:1.35;text-align:left}.tgl-pcard__title a{color:var(--tgl-ink)}.tgl-pcard__title a:hover{color:var(--tgl-navy)}.tgl-pcard__excerpt{margin:0;color:var(--tgl-muted);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tgl-pcard__cta{margin-top:4px}.tgl-pcard__cta .tgl-btn{padding:8px 16px;font-size:13px;border-radius:999px}@media (max-width:600px){.tgl-pcard__body{padding:14px}.tgl-pcard__title{font-size:17px}}.tgl-faq-home{margin:32px 0 12px}.tgl-faq-heading,.tgl-faq-home .tgl-faq-heading{margin:0 auto 18px!important;color:var(--tgl-navy);text-align:center!important}.tgl-faq-item{border:1px solid var(--tgl-line);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff;box-shadow:var(--tgl-shadow)}.tgl-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:14px 16px;background:#FBF3EC;border:0;cursor:pointer;font-weight:600;font-size:15px;color:var(--tgl-ink);font-family:inherit}.tgl-faq-question:hover{background:#eef3fb}.tgl-faq-icon{flex:0 0 auto;width:24px;height:24px;line-height:22px;text-align:center;border-radius:50%;background:var(--tgl-navy);color:#fff;font-weight:700;transition:transform .25s ease}.tgl-faq-item.active .tgl-faq-icon{transform:rotate(45deg)}.tgl-faq-answer{display:none;padding:14px 16px;background:#fff;line-height:1.65;color:var(--tgl-ink);border-top:1px solid var(--tgl-line)}.tgl-faq-answer p{margin:0}.tgl-faq-item.active .tgl-faq-answer{display:block}.tgl-sidebar .tgl-widget{padding:14px 12px;margin-bottom:14px}.tgl-widget-title{margin:0 0 10px;padding:0 0 6px;font-size:14px}.tgl-sidebar li a{display:block;padding:7px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.tgl-cattree{max-height:none;overflow:visible;padding-right:0}.tgl-cattree ul{list-style:none;padding:0;margin:0}.tgl-cattree>ul>li{border-bottom:1px solid var(--tgl-line);padding:2px 0}.tgl-cattree li.cat-item>a,.tgl-cattree>ul>li>a,.tgl-cattree .children li a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 6px;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.tgl-cattree li.cat-item>a>span:first-child,.tgl-cattree .children li a>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.tgl-cattree .children{margin:0 0 4px 8px;padding:2px 0 2px 8px}.tgl-cattree .children li a{font-size:12.5px;padding:5px 6px}.tgl-cattree li.cat-item>a{color:var(--tgl-navy);font-weight:600}.tgl-article .tgl-post-title,.tgl-article .tgl-content h1,.tgl-article .tgl-content h2,.tgl-article .tgl-content h3,.tgl-article .tgl-content h4,.tgl-article .tgl-content h5,.tgl-article .tgl-content h6{text-align:center}.tgl-article .tgl-breadcrumbs{text-align:center}.tgl-content .wp-block-embed,.tgl-content figure.wp-block-embed,.tgl-content .wp-block-embed-youtube,.tgl-content .youtube-wrap,.tgl-content iframe[src*="youtube"],.tgl-content iframe[src*="youtu.be"]{display:block;margin-left:auto;margin-right:auto;max-width:720px;width:100%}.tgl-content .wp-block-embed__wrapper,.tgl-content .youtube-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 6px 20px rgb(0 0 0 / .12)}.tgl-content .wp-block-embed__wrapper iframe,.tgl-content .youtube-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.tgl-content>iframe[src*="youtube"],.tgl-content>iframe[src*="youtu.be"],.tgl-content p>iframe[src*="youtube"]{aspect-ratio:16/9;height:auto;max-width:720px;width:100%}body,p,li,.tgl-content,.tgl-content p,.tgl-content li,.tgl-text,.tgl-lyrics{font-family:'Inter','Noto Sans Telugu',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}h1,h2,h3,h4,h5,h6,.tgl-pcard__title,.tgl-post-title,.tgl-brand-name,.tgl-footer-title{font-family:'Poppins','Noto Sans Telugu','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-weight:700}:root{--tgl-navy:var(--tgc-primary, #E8843A);--tgl-gold:var(--tgc-accent, #F5A54A);--tgl-bg:var(--tgc-bg, #FBF3EC)}@media (max-width:860px){.tgl-header-actions{display:none!important}.tgl-header-row{grid-template-columns:1fr auto}}.tgl-btn,.tgl-btn--gold,.tgl-btn--ghost,.tgl-header-actions .tgl-btn,.tgl-header-actions .tgl-btn--gold,.tgl-header-actions .tgl-btn--ghost,.tgl-pcard__cta .tgl-btn{background:var(--tgc-primary,#E8843A)!important;color:#fff!important;border:0!important;border-radius:999px;padding:9px 20px;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgb(232 132 58 / .20);transition:all .22s ease;filter:none!important}.tgl-btn:hover,.tgl-btn--gold:hover,.tgl-btn--ghost:hover,.tgl-header-actions .tgl-btn:hover,.tgl-pcard__cta .tgl-btn:hover{background:var(--tgc-accent,#E8843A)!important;color:#111!important;transform:translateY(-1px);box-shadow:0 6px 16px rgb(232 132 58 / .32)}.tgl-catlist{list-style:none;margin:0;padding:0}.tgl-catlist__item{border-bottom:1px dashed var(--tgl-line)}.tgl-catlist__item:last-child{border-bottom:0}.tgl-catlist__item a{display:flex;align-items:center;gap:6px;padding:7px 4px;color:var(--tgl-ink);font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-decoration:none;min-width:0}.tgl-catlist__item a:hover{color:var(--tgc-primary,#E8843A)}.tgl-catlist__name{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tgl-catlist__count{flex:0 0 auto;color:var(--tgl-muted);font-weight:500;font-size:12.5px}.tgl-catlist__item.is-child a{padding-left:18px;font-weight:500;font-size:13px;color:var(--tgl-muted)}.tgl-catlist__item.is-child a:hover{color:var(--tgc-primary,#E8843A)}.tgl-sidebar .tgl-widget{padding:12px 12px;margin-bottom:12px}.tgl-widget-title{margin:0 0 9px;padding:0 0 6px;font-size:13.5px}.tgl-browse-more{display:flex;justify-content:center;margin:22px 0 6px}.tgl-browse-more .tgl-btn{padding:12px 22px;font-weight:700;border-radius:999px}@media (max-width:1023px){.tgl-grid{display:block!important;grid-template-columns:1fr!important}.tgl-grid>section{width:100%}.tgl-sidebar{width:100%;margin-top:20px}.tgl-siderail{display:none!important}}html,body{overflow-x:hidden;max-width:100%}body{-webkit-text-size-adjust:100%}img,iframe,video,table,pre,code{max-width:100%;height:auto}.tgl-content,.tgl-content *,.tgl-pcard__title,.tgl-pcard__excerpt,.tgl-post-title,.tgl-related-body,.tgl-footer p,.tgl-footer li,.tgl-footer h4{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;hyphens:auto}.tgl-content table{display:block;overflow-x:auto}.tgl-content iframe,.tgl-content .wp-block-embed iframe{width:100%;aspect-ratio:16/9;height:auto;display:block;margin:16px auto}@media (max-width:860px){.tgl-container{padding-left:14px;padding-right:14px}.tgl-article{padding:14px;margin:0}.tgl-post-title{font-size:20px;line-height:1.3}.tgl-content{font-size:15.5px;line-height:1.75;padding:0}.tgl-content h1,.tgl-content h2,.tgl-content h3{font-size:18px}.tgl-sidebar{padding:0}.tgl-sidebar .tgl-widget{padding:12px}.tgl-related-grid{gap:10px}.tgl-browse-more .tgl-btn{width:100%;max-width:320px;text-align:center}.tgl-footer-grid{padding:0 4px}}.tgl-search-overlay[hidden]{display:none!important}.tgl-hero{padding:clamp(40px,7vw,84px) 16px 52px;text-align:center;background:linear-gradient(160deg,#eef5ff 0%,#fff 62%,#fff8e5 100%);border-bottom:1px solid var(--tgl-line)}.tgl-hero__inner{max-width:820px;margin:0 auto}.tgl-hero__title{margin:6px 0 14px;color:var(--tgc-primary,#E8843A);font-size:clamp(1.9rem,4.5vw,3rem);line-height:1.15}.tgl-hero__sub{max-width:680px;margin:0 auto 26px;color:var(--tgc-muted,#6B7280);font-size:1.04rem}.tgl-hero__search{display:flex;max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--tgl-line);border-radius:12px;box-shadow:var(--tgl-shadow);overflow:hidden}.tgl-hero__search input{flex:1;min-width:0;padding:14px 16px;border:0;outline:none;font:inherit;background:#fff0}.tgl-hero__search button{border-radius:0;padding:14px 22px}.tgl-eyebrow{margin:0 0 8px;color:var(--tgc-primary,#E8843A);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tgl-section-heading{max-width:680px;margin:0 auto 28px;text-align:center}.tgl-section-heading h2{margin:0 0 8px}.tgl-section-heading p{margin:0;color:var(--tgc-muted,#6B7280)}.tgl-section-heading--left{text-align:left;margin:0 0 22px}.tgl-latest-heading{margin:0 auto 22px;text-align:center}.tgl-alphabet{max-width:var(--tgl-container,1100px);margin:0 auto;padding:48px 16px}.tgl-alphabet__group{margin-top:30px}.tgl-alphabet__group h3{margin:0 0 14px;font-size:1.1rem;color:var(--tgc-primary,#E8843A)}.tgl-alphabet__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:8px}.tgl-alphabet__grid a{min-height:48px;display:grid;place-items:center;background:#fff;border:1px solid var(--tgl-line);border-radius:9px;color:var(--tgc-primary,#E8843A);font-size:1.1rem;font-weight:800;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.tgl-alphabet__grid a:hover,.tgl-alphabet__grid a:focus-visible{background:var(--tgl-gold,#F5A54A);border-color:var(--tgl-gold,#F5A54A);color:#1a1a1a;outline:none}@media(max-width:600px){.tgl-alphabet{padding:36px 14px}.tgl-alphabet__grid{grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:6px}.tgl-alphabet__grid a{min-height:42px;font-size:1rem}}.tgl-ad-box>ins.adsbygoogle{display:block!important;width:100%;min-height:inherit;margin:0 auto}.tgl-ad--inarticle>ins.adsbygoogle{max-width:336px}.tgl-ad--leader>ins.adsbygoogle,.tgl-ad--horizontal>ins.adsbygoogle{max-width:728px}.tgl-content .tgl-title,.tgl-content .tgl-subtitle{text-align:center;color:var(--tgl-navy);font-weight:800}.tgl-content .tgl-text{max-width:700px;margin:0 auto 1em;line-height:1.7}.tgl-content .tgl-lyrics{max-width:700px;margin:0 auto 1em;text-align:left;line-height:1.7}.tgl-content .tgl-video{max-width:720px;margin:18px auto}.tgl-content .tgl-video-frame{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:12px}.tgl-content .wp-block-table{width:100%;overflow-x:auto;margin:18px auto}.tgl-content .wp-block-table .tgl-table,.tgl-content .tgl-table{display:table;width:100%;max-width:700px;margin:18px auto;margin-left:auto;margin-right:auto;border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;border:1px solid #E7DDD2;box-shadow:0 1px 3px rgb(0 0 0 / .05)}.tgl-content .tgl-table th,.tgl-content .tgl-table td{border:0;border-bottom:1px solid #F3E7D8;padding:14px 16px!important;text-align:left;vertical-align:middle}.tgl-content .tgl-table th:first-child,.tgl-content .tgl-table td:first-child{min-width:140px!important;width:30%;white-space:nowrap;font-weight:600;color:#3D342C}.tgl-content .tgl-table-head{background:#E8843A;color:#fff}.tgl-content .tgl-table-head th{padding:14px 16px!important;letter-spacing:.3px}.tgl-content .tgl-table tbody tr:nth-child(even){background-color:#FBF3EC}.tgl-content .tgl-table tbody tr:hover{background-color:#F3E7D8;transition:background 0.2s ease}@media(max-width:768px){.tgl-content .wp-block-table .tgl-table,.tgl-content .tgl-table{max-width:100%;width:100%;font-size:14px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.tgl-content .tgl-table th,.tgl-content .tgl-table td{padding:12px 14px!important}}.tgl-content .tgl-list,.tgl-content .tgl-explore-list{max-width:700px;margin:14px auto 20px}.tgl-content .tgl-btn-wrap{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:18px 0}.tgl-generator-frame{display:block;width:100%;min-height:1800px;border:0;background:#fff;border-radius:var(--tgl-radius);box-shadow:var(--tgl-shadow)}@media(max-width:768px){.tgl-generator-frame{min-height:2100px;border-radius:0;box-shadow:none}}.tgl-ad{margin:24px auto;text-align:center;max-width:100%;overflow:hidden;display:block;clear:both}.tgl-ad ins.adsbygoogle{display:block;width:100%}ins.adsbygoogle[data-ad-status="unfilled"]{display:none!important}@media (max-width:768px){.tgl-ad{margin:16px auto}html,body{overflow-x:hidden}}.gb-query-loop-item.gb-container{border-radius:14px;border-bottom:1px solid #eee;background:#fff}.gb-query-loop-item{transition:transform 0.5s ease,box-shadow 0.5s ease}.gb-query-loop-item:hover{transform:translateY(-4px);box-shadow:0 8px 18px rgb(0 0 0 / .08)}.gb-headline a{font-size:20px;font-weight:600;text-decoration:none}.gb-headline a:hover{color:#1976D2}.gb-image img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.gb-button,.tgl-btn,.wp-block-search .wp-block-search__button{background:#E8843A!important;color:#ffffff!important;border-radius:50px;padding:12px 20px;font-weight:600;box-shadow:0 4px 12px rgb(232 132 58 / .25);transition:all 0.3s ease}.gb-button:hover,.tgl-btn:hover,.wp-block-search .wp-block-search__button:hover{background:#F5A54A!important;color:#ffffff!important;box-shadow:0 8px 20px rgb(245 165 74 / .4);transform:translateY(-2px)}.gb-button,.gb-button .gb-button-text,.gb-button a{color:#ffffff!important}.gb-container-4dc632a1,.custom-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.gb-container-4dc632a1 .gb-button{background:#E8843A!important;color:#ffffff!important}.gb-container-4dc632a1 .gb-button:hover{background:#F5A54A!important}.gb-container-4dc632a1 .gb-button[aria-current="page"]{background:#000000!important}.gb-headline-d4207768{margin-bottom:15px}.gb-button{margin-top:12px!important}.grid-container{padding:0!important}.site-content{gap:5px!important}.widget-area{padding:0!important}body,button,input,textarea,select{font-family:'Inter','Noto Sans Telugu',sans-serif!important}h1,h2,h3,h4,h5,h6,.gb-headline{text-align:center;font-family:'Poppins','Noto Sans Telugu','Inter',sans-serif!important;font-weight:700}.tgl-video{text-align:center;margin:20px 0}.tgl-video-frame,.tgl-video iframe{width:100%;max-width:560px;aspect-ratio:16/9;display:block;margin:0 auto;border:0}.tgl-btn-wrap{margin-bottom:30px;text-align:center}.tgl-footer-container{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}@media (max-width:768px){.tgl-footer-container{grid-template-columns:1fr;text-align:center}.tgl-footer-col ul{text-align:left;max-width:220px;margin:0 auto}}.tgl-about{text-align:center}.tgl-footer-title{display:block;font-size:30px;font-weight:700;color:#E8843A;transition:0.3s}.tgl-footer-title:hover{color:#F5A54A}.tgl-about p{max-width:500px;margin:10px auto}.tgl-footer-col h4{color:#000;font-weight:700;text-align:center}.tgl-footer-col ul{list-style:none;padding:0}.tgl-footer-col ul li{margin-bottom:10px}.tgl-footer-col ul li a{color:#E8843A;font-weight:600;text-decoration:none}.tgl-footer-col ul li a:hover{color:#F5A54A}.tgl-socials{display:flex;justify-content:center;gap:15px;margin-top:15px}.tgl-socials a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#E8843A;color:#fff;border-radius:50%;font-size:18px;transition:all 0.3s ease}.tgl-socials a:hover{background:#F5A54A;transform:translateY(-3px) scale(1.1)}.tgl-footer-bottom{text-align:center;margin-top:30px}.tgl-footer-bottom a{color:#E8843A;font-weight:700;text-decoration:none}.tgl-footer-bottom a:hover{color:#F5A54A}.tgl-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:768px){.tgl-related-grid{grid-template-columns:repeat(2,1fr)}}.tgl-hero-ad{text-align:center;margin:15px auto;max-width:100%;min-height:90px}@media (min-width:769px){.tgl-hero-ad{margin:20px auto}}@media (max-width:768px){.tgl-hero-ad{margin:10px 0;min-height:100px}}@media (max-width:768px){.tgl-ad{margin:16px 0;padding:0 10px}}.tgl-title{color:#E8843A;font-size:28px;font-weight:700;margin-bottom:20px}.tgl-subtitle{color:#F5A54A;font-size:22px;font-weight:600;margin-top:30px;margin-bottom:15px}.tgl-text,.tgl-explore-intro{font-size:16px;line-height:1.8;color:#333;margin-bottom:15px}.tgl-lyrics{font-size:18px;line-height:2.2;color:#111;text-align:center;font-weight:500;margin-bottom:15px}.tgl-table{width:100%;border-collapse:separate;border-spacing:0;margin:20px 0;background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #E7DDD2;box-shadow:0 1px 3px rgb(0 0 0 / .05)}.tgl-table th,.tgl-table td{border:0;border-bottom:1px solid #F3E7D8;padding:14px 16px!important;text-align:left}.tgl-table th:first-child,.tgl-table td:first-child{min-width:140px!important;width:30%;white-space:nowrap;font-weight:600;color:#3D342C}.tgl-table-head th{background-color:#E8843A;color:#fff;font-weight:600;padding:14px 16px!important;letter-spacing:.3px}.tgl-table tbody tr:nth-child(even){background-color:#FBF3EC}.tgl-table tbody tr:hover{background-color:#F3E7D8;transition:background 0.2s ease}@media (max-width:768px){.tgl-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.tgl-table th,.tgl-table td{padding:12px 14px!important}}.tgl-faq-title{color:#E8843A;font-size:22px;margin-top:30px;margin-bottom:10px}.tgl-faq{background-color:#f4f7f6;border-left:4px solid #E8843A;padding:20px;border-radius:4px;margin-bottom:30px;line-height:1.8}.tgl-faq strong{display:block;margin-top:15px;color:#E8843A}.tgl-faq strong:first-child{margin-top:0}.tgl-explore-list,.tgl-list{padding-left:20px;line-height:1.8;margin-bottom:25px}.tgl-explore-list li a{color:#E8843A;text-decoration:none;font-weight:600}.tgl-explore-list li a:hover{color:#F5A54A;text-decoration:underline}.tgl-share{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:14px 0 22px;padding:0}.tgl-share-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#E8843A;color:#fff!important;text-decoration:none!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 2px 6px rgb(232 132 58 / .18)}.tgl-share-btn svg{width:20px;height:20px;display:block;fill:currentColor}.tgl-share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgb(0 0 0 / .22);color:#fff!important}.tgl-share--facebook{background:#1877F2}.tgl-share--facebook:hover{background:#0e5fc7}.tgl-share--x{background:#000}.tgl-share--x:hover{background:#222}.tgl-share--whatsapp{background:#25D366}.tgl-share--whatsapp:hover{background:#1da851}.tgl-share--telegram{background:#229ED9}.tgl-share--telegram:hover{background:#177bb0}.tgl-share--pinterest{background:#E60023}.tgl-share--pinterest:hover{background:#b8001c}@media (max-width:480px){.tgl-share{gap:8px}.tgl-share-btn{width:38px;height:38px}.tgl-share-btn svg{width:18px;height:18px}}*,*::before,*::after{box-sizing:border-box}html,body{overflow-x:hidden}body,.tgl-content,.tgl-content *{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}@media (max-width:768px){.tgl-container{padding-left:16px!important;padding-right:16px!important}.tgl-article{padding:16px!important;margin:0!important}.tgl-content{padding-left:0!important;padding-right:0!important}.tgl-content p,.tgl-content li,.tgl-content .tgl-lyrics,.tgl-content .tgl-text{padding-left:0!important;padding-right:0!important}}@media (max-width:1023px){.tgl-navbar{display:none!important}.tgl-navbar.tgl-mobile-nav-active{display:block!important}}.tgl-article .tgl-content h1,.tgl-article .tgl-content h2,.tgl-article .tgl-content h3,.tgl-article .tgl-content h4,.tgl-article .tgl-content .tgl-title,.tgl-article .tgl-content .tgl-subtitle,.tgl-article .tgl-content .tgl-lyrics{text-align:center!important;justify-content:center}.tgl-article .tgl-content .tgl-lyrics{margin-left:auto!important;margin-right:auto!important}.tgl-content .tgl-video,.tgl-content .wp-block-embed,.tgl-content .wp-block-embed-youtube,.tgl-content .youtube-wrap{margin:18px auto!important;display:block;text-align:center}.tgl-content .tgl-video iframe,.tgl-content .tgl-video-frame,.tgl-content .wp-block-embed iframe,.tgl-content iframe[src*="youtube"],.tgl-content iframe[src*="youtu.be"]{display:block!important;margin:0 auto!important;max-width:100%!important}.tgl-header-row{gap:18px;align-items:center}.tgl-header-search{flex:1 1 420px;max-width:560px;display:flex;align-items:center;background:#fff;border:1.5px solid var(--tgl-line,#E7DDD2);border-radius:999px;box-shadow:0 2px 10px rgb(232 132 58 / .06);padding:4px 4px 4px 20px;transition:border-color .18s,box-shadow .18s}.tgl-header-search:focus-within{border-color:var(--tgc-primary,#E8843A);box-shadow:0 4px 18px rgb(232 132 58 / .14)}.tgl-header-search__input{flex:1;min-width:0;border:0;outline:0;background:#fff0;font:inherit;font-size:15px;padding:10px 6px;color:#1a1a1a}.tgl-header-search__input::placeholder{color:#8a8f99}.tgl-header-search__btn{flex:0 0 auto;border:0;cursor:pointer;background:linear-gradient(135deg,#F5A54A,#ff9a00);color:#1a1a1a;font-weight:700;padding:10px 22px;border-radius:999px;font-size:14px;letter-spacing:.02em;transition:transform .15s,box-shadow .15s}.tgl-header-search__btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgb(245 165 74 / .35)}@media (min-width:1024px){.tgl-search-toggle{display:none}}@media (max-width:1023px){.tgl-header-row{flex-wrap:wrap}.tgl-header-search{order:5;flex:1 1 100%;max-width:100%;margin:6px 0 4px}}@media (max-width:520px){.tgl-header-search__btn{padding:9px 14px;font-size:13px}.tgl-header-search__input{font-size:14px;padding:9px 4px}}.tgl-cattree .tgl-catlist--tree{list-style:none;padding:0;margin:0}.tgl-cattree .tgl-catlist__parent{border-bottom:1px solid var(--tgl-line,#eee)}.tgl-cattree .tgl-catlist__parent:last-child{border-bottom:0}.tgl-cattree .tgl-catlist__row{display:flex;align-items:center;gap:8px;padding:10px 6px}.tgl-cattree__toggle{flex:0 0 24px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:#FBF3EC;border:1px solid var(--tgl-line,#E7DDD2);border-radius:6px;cursor:pointer;padding:0;color:var(--tgc-primary,#E8843A);transition:background .15s,transform .15s}.tgl-cattree__toggle:hover{background:#e6edfa}.tgl-cattree__caret{font-size:12px;line-height:1;transition:transform .2s;display:inline-block}.tgl-catlist__parent.is-open>.tgl-catlist__row .tgl-cattree__caret{transform:rotate(90deg)}.tgl-cattree__spacer{flex:0 0 24px}.tgl-cattree .tgl-catlist__link{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px;text-decoration:none;color:#1a1a1a;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tgl-cattree .tgl-catlist__link:hover{color:var(--tgc-primary,#E8843A)}.tgl-cattree .tgl-catlist__name{overflow:hidden;text-overflow:ellipsis}.tgl-cattree .tgl-catlist__count{color:#6B7280;font-weight:500;font-size:13px;flex-shrink:0}.tgl-catlist__badge{flex:0 0 auto;min-width:26px;padding:2px 8px;background:linear-gradient(135deg,#F5A54A,#ff9a00);color:#1a1a1a;font-weight:700;font-size:12px;border-radius:999px;text-align:center}.tgl-catlist__children{list-style:none;padding:4px 0 10px 36px;margin:0;border-left:2px solid #FBF3EC;margin-left:16px;background:#fafbfd}.tgl-catlist__children .tgl-catlist__item{padding:6px 8px}.tgl-catlist__children .tgl-catlist__link{font-weight:500;font-size:14px;color:#333}.tgl-catlist__children .tgl-catlist__link:hover{color:var(--tgc-primary,#E8843A)}.tgl-catlist__children .tgl-catlist__count{font-size:12px}.tgl-header--v2{background:var(--tgc-header-bg,#fff);border-bottom:1px solid rgb(0 0 0 / .06);box-shadow:0 1px 0 rgb(0 0 0 / .02),0 6px 18px -12px rgb(232 132 58 / .18)}.tgl-header--v2 .tgl-header-row{padding:10px 0}.tgl-navbar{background:var(--tgc-nav-bg,#FBF3EC);border-top:1px solid rgb(0 0 0 / .04);border-bottom:1px solid rgb(0 0 0 / .04)}.tgl-navbar .tgl-navbar-list>li>a{font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:13px}.tgl-ticker{background:var(--tgc-accent,#E8843A);color:#fff;overflow:hidden;border-bottom:1px solid rgb(0 0 0 / .06)}.tgl-ticker .tgl-container{display:flex;align-items:center;gap:0;padding-left:0;padding-right:0}.tgl-ticker__label{flex:0 0 auto;background:var(--tgc-primary,#E8843A);color:#fff;padding:10px 16px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;position:relative}.tgl-ticker__label::after{content:'';position:absolute;right:-10px;top:0;bottom:0;width:0;height:0;border-left:10px solid var(--tgc-primary,#E8843A);border-top:20px solid #fff0;border-bottom:20px solid #fff0}.tgl-ticker__track{flex:1 1 auto;overflow:hidden;padding:0 12px 0 22px;min-width:0}.tgl-ticker__list{display:inline-flex;gap:36px;white-space:nowrap;list-style:none!important;margin:0;padding:10px 0;animation:tgl-tick 38s linear infinite;will-change:transform}.tgl-ticker:hover .tgl-ticker__list{animation-play-state:paused}.tgl-ticker__list li{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:10px;list-style:none!important}.tgl-ticker__list li::before{content:'›';font-size:16px;font-weight:900;opacity:.85}.tgl-ticker__list a{color:#fff;text-decoration:none;transition:color .15s}.tgl-ticker__list a:hover{color:var(--tgc-primary,#E8843A)}@keyframes tgl-tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:640px){.tgl-ticker__label{padding:8px 12px;font-size:11px}.tgl-ticker__list{gap:24px;animation-duration:28s}.tgl-ticker__list li{font-size:12px}}.tgl-ad,.tgl-ad-box{display:block!important;width:100%!important;min-width:250px;overflow:hidden}ins.adsbygoogle{display:block!important;width:100%!important}.tgl-topbar{background:var(--tgc-topbar-bg,#f1f3f8);color:var(--tgc-topbar-text,#3D342C);border-bottom:1px solid rgb(0 0 0 / .06);font-size:12.5px}.tgl-topbar__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:34px;padding-top:6px;padding-bottom:6px}.tgl-topbar__date{justify-self:start;opacity:.85;font-weight:600}.tgl-topbar__trending{justify-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60vw}.tgl-topbar__trending-label{color:var(--tgc-accent,#E8843A);font-weight:800;margin-right:6px;text-transform:uppercase;letter-spacing:.04em}.tgl-topbar__social{justify-self:end;display:inline-flex;gap:6px}.tgl-topbar__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--tgc-primary,#E8843A);color:#fff!important;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s}.tgl-topbar__icon:hover{background:var(--tgc-accent,#E8843A)}@media (max-width:640px){.tgl-topbar{font-size:11.5px}.tgl-topbar__row{grid-template-columns:1fr auto}.tgl-topbar__trending{display:none}}.tgl-ticker{background:transparent!important;max-width:none;padding:0;overflow:visible;border-bottom:none}.tgl-ticker>.tgl-container{max-width:1200px!important;margin:0 auto!important;padding:0!important;background:var(--tgc-ticker-bg,#E8843A);color:var(--tgc-ticker-text,#ffffff);display:flex;align-items:stretch;overflow:hidden;border-radius:0}.tgl-ticker__label{background:var(--tgc-ticker-accent,#E8843A)!important;color:#fff!important}.tgl-ticker__label::after{border-left-color:var(--tgc-ticker-accent,#E8843A)!important}.tgl-ticker__list a{color:var(--tgc-ticker-text,#ffffff)!important}.tgl-ticker__list a:hover{color:var(--tgc-ticker-accent,#E8843A)!important}.tgl-lyrics,.tgl-content .tgl-lyrics,.tgl-article .tgl-content .tgl-lyrics{text-align:left!important;justify-content:flex-start!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:768px){.tgl-container,.tgl-article,.tgl-content{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.tgl-ticker>.tgl-container{padding-left:0!important;padding-right:0!important}}@media (max-width:860px){.tgl-container{padding-left:8px!important;padding-right:8px!important;max-width:100%!important}.tgl-article,.tgl-pcard{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important;padding:12px 0!important}.tgl-pcard__body{padding:12px 4px!important}.tgl-lyrics,.tgl-content .tgl-lyrics,.tgl-article .tgl-content .tgl-lyrics{max-width:100%!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;text-align:left!important;justify-content:flex-start!important}.tgl-article .tgl-content h1,.tgl-article .tgl-content h2,.tgl-article .tgl-content h3,.tgl-article .tgl-post-title{text-align:center!important}}.tgl-header-search{border-radius:6px!important;padding:0!important;overflow:hidden;box-shadow:none!important}.tgl-header-search__input{padding:12px 14px!important;border-radius:0!important;background:#fff}.tgl-header-search__btn{border-radius:0!important;padding:0 18px!important;min-width:52px;height:100%;align-self:stretch;background:var(--tgc-accent,#E8843A)!important;color:#fff!important;font-size:18px!important;display:inline-flex;align-items:center;justify-content:center}.tgl-header-search__btn:hover{background:var(--tgc-primary,#E8843A)!important;box-shadow:none!important;transform:none!important}@media (max-width:1023px){.tgl-header-search{margin:8px 0!important}}.tgl-header--v2 .tgl-header-row.tgl-header-row--centered{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 18px;position:relative;padding:14px 16px}.tgl-header-search.tgl-header-search--hero{display:flex!important;align-items:stretch;flex:0 1 520px;max-width:560px;min-width:0;background:#fff!important;border:1px solid var(--tgl-line,#E7DDD2)!important;border-radius:12px!important;box-shadow:0 2px 10px rgb(232 132 58 / .06)!important;overflow:hidden;padding:0!important;margin:0}.tgl-header-search.tgl-header-search--hero .tgl-header-search__input{flex:1 1 auto;min-width:0;padding:12px 16px!important;border:0;outline:0;background:transparent!important;font:inherit;font-size:15px;border-radius:0!important}.tgl-header-search.tgl-header-search--hero .tgl-header-search__btn{flex:0 0 auto;border:0;cursor:pointer;padding:12px 22px!important;border-radius:0!important;background:linear-gradient(180deg,#F7B26A,#F5A54A)!important;color:#3D342C!important;font-weight:700;font-size:15px;min-width:auto;height:auto;text-transform:none;letter-spacing:0}.tgl-header-search.tgl-header-search--hero .tgl-header-search__btn:hover{filter:brightness(1.05);background:linear-gradient(180deg,#F7B26A,#F5A54A)!important;transform:translateY(-1px)}.tgl-navbar>.tgl-container{justify-content:center}.tgl-navbar-list{justify-content:center!important}@media (min-width:1024px){.tgl-header-row--centered .tgl-brand{order:1;flex:0 0 auto}.tgl-header-row--centered .tgl-header-search--hero{order:2;flex:0 1 480px}.tgl-header-row--centered .tgl-header-tools{display:none!important}.tgl-header-row--centered .tgl-header-actions{order:3;position:absolute;right:16px;top:50%;transform:translateY(-50%);display:inline-flex!important;gap:10px}}@media (max-width:1023px){.tgl-header-row--centered{padding:10px 12px;gap:10px}.tgl-header-row--centered .tgl-brand{order:1;flex:1 1 100%;justify-content:center;text-align:center}.tgl-header-row--centered .tgl-header-search--hero{order:2;flex:1 1 auto;max-width:100%;margin:0!important}.tgl-header-row--centered .tgl-header-tools{order:3;display:inline-flex!important;flex:0 0 auto}.tgl-header-row--centered .tgl-header-actions{display:none!important}}@media (max-width:520px){.tgl-header-search.tgl-header-search--hero .tgl-header-search__btn{padding:10px 16px!important;font-size:14px}}@media (max-width:1023px){.tgl-header-row--centered{justify-content:space-between!important;align-items:center!important}.tgl-header-row--centered .tgl-brand{order:1!important;flex:0 0 auto!important;justify-content:flex-start!important;text-align:left!important}.tgl-header-row--centered .tgl-header-tools{order:2!important;flex:0 0 auto!important}.tgl-header-row--centered .tgl-header-search--hero{order:3!important;flex:0 0 100%!important;max-width:90%!important;margin:12px auto 0 auto!important}.tgl-navbar.tgl-mobile-nav-active a{text-align:center!important}}.tgl-ad,.tgl-ad-box{box-sizing:border-box;width:100%;display:block!important;overflow:visible!important}.tgl-ad-box.tgl-ad--leader,.tgl-ad-box.tgl-ad--horizontal{min-height:90px!important}.tgl-ad-box.tgl-ad--mobile-leader{min-height:100px!important}.tgl-ad-box.tgl-ad--inarticle{min-height:280px!important}.tgl-ad-box.tgl-ad--mrec{min-height:250px!important}.tgl-ad-box.tgl-ad--halfpage{min-height:600px!important}.tgl-ad-box.tgl-ad--sticky{min-height:50px!important}.tgl-ad:has(.tgl-ad--leader),.tgl-ad:has(.tgl-ad--horizontal){min-height:90px!important}.tgl-ad:has(.tgl-ad--mobile-leader){min-height:100px!important}.tgl-ad:has(.tgl-ad--inarticle){min-height:280px!important}.tgl-ad:has(.tgl-ad--mrec){min-height:250px!important}.tgl-ad:has(.tgl-ad--halfpage){min-height:600px!important}.tgl-ad:has(.tgl-ad--sticky){min-height:50px!important}.tgl-ad--reserve{min-height:90px}ins.adsbygoogle[data-ad-status="unfilled"],ins.adsbygoogle[data-ad-status=""],ins.adsbygoogle:not([data-ad-status]){min-height:inherit}ins.adsbygoogle[data-ad-status="unfilled"]{display:block!important;visibility:hidden;height:0;min-height:0;margin:0;padding:0}@media (max-width:768px){.tgl-ad,.tgl-ad-box{overflow:visible!important}.tgl-ad-box.tgl-ad--leader,.tgl-ad-box.tgl-ad--horizontal,.tgl-ad-box.tgl-ad--mobile-leader{min-height:100px!important}.tgl-ad:has(.tgl-ad--leader),.tgl-ad:has(.tgl-ad--horizontal),.tgl-ad:has(.tgl-ad--mobile-leader){min-height:100px!important}}.tgl-content .lgenx-table,.tgl-content table.lgenx-table{display:table!important;width:100%!important;max-width:700px;margin:18px auto!important;border-collapse:collapse;overflow:visible!important;background:#fff;border:1px solid var(--tgl-line,#E7DDD2);border-radius:10px}.tgl-content .lgenx-table th,.tgl-content .lgenx-table td{padding:12px 14px;border-bottom:1px solid var(--tgl-line,#E7DDD2);text-align:left;vertical-align:top;font-size:15px;line-height:1.55}.tgl-content .lgenx-table-head th,.tgl-content .lgenx-table tr.lgenx-table-head th{background:#E8843A;color:#fff;font-weight:700;letter-spacing:.3px}.tgl-content .lgenx-table tbody tr:nth-child(even){background:#FBF3EC}.tgl-content .lgenx-table tbody tr:hover{background:#F3E7D8}.tgl-content .lgenx-subtitle{text-align:center;color:var(--tgl-navy,#E8843A);font-weight:800;margin:22px 0 12px}.tgl-content .lgenx-btn-wrap{display:flex!important;justify-content:center;flex-wrap:wrap;gap:10px;margin:22px 0 8px;text-align:center}.tgl-content .lgenx-btn{display:inline-block;background:#E8843A;color:#fff!important;padding:12px 22px;border-radius:8px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease}.tgl-content .lgenx-btn:hover,.tgl-content .lgenx-btn:focus{background:#F5A54A;color:#1a1a1a!important;transform:translateY(-1px)}@media (max-width:600px){.tgl-content .lgenx-table,.tgl-content table.lgenx-table{display:table!important;width:100%!important;table-layout:auto;font-size:14px;overflow:visible!important}.tgl-content .lgenx-table th,.tgl-content .lgenx-table td{padding:10px 8px;word-break:normal}.tgl-content .lgenx-table tbody tr td:first-child{white-space:nowrap;min-width:90px;width:90px;font-weight:600;color:var(--tgl-ink)}.tgl-content .lgenx-btn{width:100%;max-width:320px}}@media (min-width:1024px){.tgl-footer--v2 .tgl-footer-col h4{text-align:left!important;margin-bottom:14px}.tgl-footer--v2 .tgl-footer-col ul{text-align:left}.tgl-footer--v2 .tgl-socials{justify-content:flex-start}}.tglv2-section{max-width:var(--tgl-container,1200px);margin:32px auto;padding:0 16px}.tglv2-section.alt{background:#F7F9FF;border-radius:18px;padding:32px 20px}.tglv2-section__head{text-align:center;margin-bottom:24px}.tglv2-section__head h2{margin:6px 0 8px;font-size:clamp(22px,3vw,32px);color:var(--tgl-ink,#3D342C)}.tglv2-section__head p{color:#6B6B6B;margin:0}.tglv2-hero{max-width:var(--tgl-container,1200px);margin:24px auto 12px;padding:48px 20px;text-align:center;background:linear-gradient(135deg,#fff8e1 0%,#e8f0ff 100%);border-radius:24px}.tglv2-hero__inner{max-width:820px;margin:0 auto}.tglv2-hero h1{font-size:clamp(28px,4vw,46px);line-height:1.15;margin:10px 0 14px;color:#E8843A}.tglv2-hero h1 .accent{display:block;color:#E8843A;font-size:.78em;margin-top:6px}.tglv2-hero p{color:#3a4258;font-size:17px;max-width:680px;margin:0 auto 22px}.tglv2-search-card{background:#fff;border-radius:18px;padding:22px 20px;box-shadow:0 12px 36px rgb(232 132 58 / .10);text-align:left;border:1px solid #E7DDD2}.tglv2-search-card h2{margin:0 0 4px;font-size:20px;color:#E8843A;text-align:center}.tglv2-search-card .sub{margin:0 0 14px;color:#6B6B6B;text-align:center;font-size:14px}.tglv2-search-form{display:flex;gap:8px;flex-wrap:wrap}.tglv2-search-form input[type=search]{flex:1 1 240px;min-width:0;padding:14px 16px;border:1px solid #d9deea;border-radius:999px;font-size:16px;outline:none;background:#fff}.tglv2-search-form input[type=search]:focus{border-color:#E8843A;box-shadow:0 0 0 3px rgb(232 132 58 / .18)}.tglv2-search-form .tgl-btn{padding:14px 22px;border-radius:999px}.tglv2-alpha-block{margin-top:18px}.tglv2-subhead{font-weight:700;color:#E8843A;margin:14px 0 10px;text-align:center}.tglv2-alpha{display:grid;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));gap:8px;justify-items:stretch}.tglv2-alpha a{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E7DDD2;border-radius:10px;padding:10px 6px;font-weight:700;color:#E8843A;text-decoration:none;transition:all .15s}.tglv2-alpha a:hover{background:#E8843A;color:#fff;border-color:#E8843A;transform:translateY(-1px)}.tglv2-featured-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:28px}@media (max-width:860px){.tglv2-featured-grid{grid-template-columns:1fr}}.tglv2-inline-head{margin-bottom:14px}.tglv2-inline-head span{display:inline-block;background:#FFEFD6;color:#a04b00;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.04em}.tglv2-inline-head h2{margin:8px 0 4px;color:#E8843A;font-size:22px}.tglv2-inline-head p{margin:0;color:#6B6B6B;font-size:14px}.tglv2-feature-popular{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.tglv2-feature-popular li a{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #E7DDD2;border-radius:12px;padding:12px 14px;text-decoration:none;transition:all .15s}.tglv2-feature-popular li a:hover{border-color:#E8843A;box-shadow:0 6px 18px rgb(232 132 58 / .12);transform:translateY(-1px)}.tglv2-feature-popular .rank{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#E8843A,#1556c8);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:14px}.tglv2-feature-popular .meta{display:flex;flex-direction:column;gap:2px;min-width:0}.tglv2-feature-popular .meta strong{color:#3D342C;font-size:15px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tglv2-feature-popular .meta small{color:#6B6B6B;font-size:12px}.tglv2-feature-cats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tglv2-feature-cat{display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:#fff;border:1px solid #E7DDD2;border-radius:12px;padding:14px;text-decoration:none;transition:all .15s}.tglv2-feature-cat:hover{border-color:#E8843A;transform:translateY(-1px);box-shadow:0 6px 18px rgb(232 132 58 / .10)}.tglv2-feature-cat .icon{width:36px;height:36px;border-radius:10px;background:#FFEFD6;color:#a04b00;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;margin-bottom:6px}.tglv2-feature-cat strong{color:#E8843A;font-size:15px}.tglv2-feature-cat small{color:#6B6B6B;font-size:12px}.tglv2-cats__more{margin-top:14px;text-align:center}.tglv2-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.tglv2-faq details{background:#fff;border:1px solid #E7DDD2;border-radius:12px;padding:14px 16px}.tglv2-faq details[open]{border-color:#E8843A;box-shadow:0 6px 18px rgb(232 132 58 / .06)}.tglv2-faq summary{cursor:pointer;font-weight:700;color:#E8843A;list-style:none}.tglv2-faq summary::-webkit-details-marker{display:none}.tglv2-faq summary::after{content:'+';float:right;color:#E8843A;font-weight:700}.tglv2-faq details[open] summary::after{content:'−'}.tglv2-faq p{margin:10px 0 0;color:#3a4258}.alphabet-wrapper{max-width:var(--tgl-container,1200px);margin:0 auto;padding:8px 0}.alphabet-nav{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:16px}.alphabet-nav a{background:#fff;border:1px solid #E7DDD2;border-radius:8px;padding:6px 10px;text-decoration:none;color:#E8843A;font-weight:600;font-size:13px}.alphabet-nav a:hover{background:#E8843A;color:#fff;border-color:#E8843A}.letter-section{margin:16px 0;background:#fff;border:1px solid #E7DDD2;border-radius:12px;padding:14px 16px}.letter-heading,.letter-box{margin:0 0 10px;color:#E8843A;font-size:22px;border-bottom:2px solid #E8843A;display:inline-block;padding-bottom:4px}.post-item,.post-title{padding:4px 0;font-size:15px}.post-item a,.post-title a{color:#3D342C;text-decoration:none}.post-item a:hover,.post-title a:hover{color:#E8843A;text-decoration:underline}.telugu-alphabet-section{margin:24px auto;max-width:var(--tgl-container,1200px);padding:0 16px}.alphabet-heading{text-align:center;color:#E8843A;margin:0 0 16px}.telugu-alphabet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px}.alphabet-box{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E7DDD2;border-radius:10px;padding:12px 6px;font-weight:700;color:#E8843A;text-decoration:none;min-height:46px}.alphabet-box:hover{background:#E8843A;color:#fff;border-color:#E8843A}.alphabet-box.disabled{opacity:.4;cursor:not-allowed}.category-hierarchy{display:grid;gap:16px;max-width:var(--tgl-container,1200px);margin:0 auto}.parent-category{background:#fff;border:1px solid #E7DDD2;border-radius:12px;padding:16px 18px}.parent-category h2{margin:0 0 10px;color:#E8843A;font-size:18px}.parent-category h2 .count,.child-categories .count{color:#6B6B6B;font-weight:500;font-size:14px;margin-left:4px}.child-categories{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px 14px}.child-categories li a{color:#3D342C;text-decoration:none}.child-categories li a:hover{color:#E8843A;text-decoration:underline}.tgl-footer--v2{background:#1C1A18;color:#E7DDD2;padding:48px 0 0;margin-top:40px;border-top:3px solid #E8843A;box-shadow:inset 0 1px 0 rgb(255 255 255 / .04)}.tgl-footer--v2 .tgl-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}@media (max-width:860px){.tgl-footer--v2 .tgl-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.tgl-footer--v2 .tgl-footer__grid{grid-template-columns:1fr;text-align:center}}.tgl-footer--v2 .tgl-footer__brand{display:flex;align-items:center;gap:10px;margin-bottom:10px}.tgl-footer--v2 .tgl-footer__brand img{width:42px;height:42px}.tgl-footer--v2 .tgl-footer-title{font-family:'Poppins','Inter',sans-serif;font-weight:800;color:#fff;font-size:20px;letter-spacing:.01em}.tgl-footer--v2 .tgl-footer-title:hover{color:#E8843A}.tgl-footer--v2 .tgl-footer__about,.tgl-footer--v2 .tgl-footer-tag{color:#A0968A;font-size:14px;line-height:1.65;margin:0 0 14px}.tgl-footer--v2 h4{color:#fff;font-family:'Poppins','Inter',sans-serif;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px;padding-bottom:8px;position:relative}.tgl-footer--v2 h4::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#E8843A}@media (max-width:520px){.tgl-footer--v2 h4::after{left:50%;transform:translateX(-50%)}}.tgl-footer--v2 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.tgl-footer--v2 ul li a{color:#D9C9B4;text-decoration:none;font-size:14px;font-weight:500;transition:color .15s ease,padding-left .15s ease}.tgl-footer--v2 ul li a:hover{color:#E8843A;padding-left:4px}.tgl-footer--v2 .tgl-socials{display:flex;gap:8px;flex-wrap:wrap}.tgl-footer--v2 .tgl-socials a{width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .10);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:all .18s ease}.tgl-footer--v2 .tgl-socials a svg{width:16px;height:16px}.tgl-footer--v2 .tgl-socials a:hover{background:#E8843A;border-color:#E8843A;color:#1C1A18;transform:translateY(-2px)}.tgl-footer--v2 .tgl-socials a[data-net=facebook]:hover{background:#1877F2;color:#fff}.tgl-footer--v2 .tgl-socials a[data-net=youtube]:hover{background:red;color:#fff}.tgl-footer--v2 .tgl-socials a[data-net=instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.tgl-footer--v2 .tgl-socials a[data-net=pinterest]:hover{background:#E60023;color:#fff}.tgl-footer--v2 .tgl-socials a[data-net=telegram]:hover{background:#229ED9;color:#fff}.tgl-footer--v2 .tgl-socials a[data-net=twitter]:hover{background:#000;color:#fff}.tgl-footer--v2 .tgl-footer__bottom,.tgl-footer--v2 .tgl-footer-bottom{margin-top:36px;padding:18px 0;border-top:1px solid rgb(255 255 255 / .08);text-align:center;color:#A0968A;font-size:13px}.tgl-footer--v2 .tgl-footer__bottom a,.tgl-footer--v2 .tgl-copy-link{color:#E8843A;text-decoration:none;font-weight:700}.tgl-footer--v2 .tgl-footer__bottom a:hover,.tgl-footer--v2 .tgl-copy-link:hover{color:#E8843A}.lgenx-chordsheet{margin:18px 0 28px}.lgenx-chord-subhead{font-family:'Poppins','Inter',sans-serif;font-size:1.05rem;font-weight:700;margin:18px 0 10px}.lgenx-chord-block{background:#fafbfd;border:1px solid #e4e7ee;border-radius:10px;padding:18px 18px 22px;font-family:'Inter','Noto Sans Telugu',monospace,system-ui;font-size:16px;line-height:1.45;overflow-x:auto}.lgenx-chord-block .lgenx-cline{display:flex;flex-wrap:wrap;align-items:flex-end;padding-top:22px;margin-bottom:6px}.lgenx-chord-block .lgenx-cline.lgenx-cblank{height:14px;padding-top:0;margin-bottom:10px}.lgenx-chord-block .lgenx-cseg{position:relative;display:inline-block;white-space:pre;font-family:'Noto Sans Telugu','Inter',sans-serif}.lgenx-chord-block .lgenx-chord{position:absolute;top:-20px;left:0;font-weight:700;font-size:13px;color:#b8941f;background:#fff8e1;border:1px solid rgb(184 148 31 / .35);padding:1px 7px;border-radius:6px;line-height:1.2;white-space:nowrap;pointer-events:none;font-family:'Inter',sans-serif}@media (max-width:540px){.lgenx-chord-block{font-size:15px;padding:16px 12px 22px}.lgenx-chord-block .lgenx-chord{font-size:12px;padding:1px 6px;top:-18px}.lgenx-chord-block .lgenx-cline{padding-top:20px}}.lgenx-chord-source{background:#fbfaf3;border:1px dashed #d9c98a;border-radius:12px;padding:16px 18px}.lgenx-chord-source-row{margin-bottom:10px}.lgenx-chord-source-row input[type="url"],.lgenx-chord-source-row input[type="file"]{width:100%;box-sizing:border-box}.lgenx-chord-source-filename{display:inline-block;margin-top:6px;font-size:13px;color:#5b4a17}.lgenx-chord-source-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.tgl-footer--v2 .tgl-footer-col h4,.tgl-footer--v2 .tgl-footer-title,.tgl-footer--v2 .tgl-footer__brand,.tgl-footer--v2 .tgl-footer__brand a{color:#ffffff!important}.tgl-footer--v2 .tgl-footer-col ul li a,.tgl-footer--v2 .tgl-footer-col a{color:#E7DDD2!important}.tgl-footer--v2 .tgl-footer-col ul li a:hover,.tgl-footer--v2 .tgl-footer-col a:hover{color:#E8843A!important}.tgl-footer--v2 .tgl-footer-bottom,.tgl-footer--v2 .tgl-footer__bottom{color:#D9C9B4!important}.tgl-footer--v2 .tgl-footer-bottom a,.tgl-footer--v2 .tgl-footer__bottom a,.tgl-footer--v2 .tgl-copy-link{color:#ffffff!important}.tgl-footer--v2 .tgl-footer-bottom a:hover,.tgl-footer--v2 .tgl-footer__bottom a:hover,.tgl-footer--v2 .tgl-copy-link:hover{color:#E8843A!important}.tgl-footer--v2 .tgl-footer-tag,.tgl-footer--v2 .tgl-footer__about{color:#D9C9B4!important}html body footer.tgl-footer,html body footer.tgl-footer.tgl-footer--v2{background:#3D342C!important;color:#E7DDD2!important}html body footer.tgl-footer--v2 *{border-color:rgb(255 255 255 / .08)}html body footer.tgl-footer--v2 p,html body footer.tgl-footer--v2 li,html body footer.tgl-footer--v2 span,html body footer.tgl-footer--v2 .tgl-footer-tag,html body footer.tgl-footer--v2 .tgl-footer__about,html body footer.tgl-footer--v2 .tgl-footer-bottom,html body footer.tgl-footer--v2 .tgl-footer__bottom{color:#E7DDD2!important}html body footer.tgl-footer--v2 h1,html body footer.tgl-footer--v2 h2,html body footer.tgl-footer--v2 h3,html body footer.tgl-footer--v2 h4,html body footer.tgl-footer--v2 h5,html body footer.tgl-footer--v2 h6,html body footer.tgl-footer--v2 .tgl-footer-title,html body footer.tgl-footer--v2 .tgl-footer__brand,html body footer.tgl-footer--v2 .tgl-footer__brand *,html body footer.tgl-footer--v2 .tgl-copy-link{color:#ffffff!important}html body footer.tgl-footer--v2 a{color:#E7DDD2!important;text-decoration:none}html body footer.tgl-footer--v2 a:hover,html body footer.tgl-footer--v2 a:focus{color:#E8843A!important}html body footer.tgl-footer--v2 .tgl-socials a{color:#ffffff!important}.tgl-ad,.tgl-ad-box,.tgl-ad ins.adsbygoogle{display:block!important;visibility:visible!important;opacity:1!important}.tgl-ad--leader,.tgl-ad--horizontal,.tgl-ad--inarticle,.tgl-ad--mrec{width:100%;min-width:250px}.tgl-ad--leader>ins.adsbygoogle,.tgl-ad--horizontal>ins.adsbygoogle,.tgl-ad--inarticle>ins.adsbygoogle,.tgl-ad--mrec>ins.adsbygoogle{width:100%;min-width:250px}.tgl-ad--sticky,.tgl-ad--halfpage{width:auto}.tgl-ad--sticky>ins.adsbygoogle{width:320px;height:50px}.tgl-ad--halfpage>ins.adsbygoogle{width:300px;height:600px}.tgl-ad-box>ins.adsbygoogle[data-ad-status="unfilled"]{display:none!important}.tgl-ad-box:has(>ins.adsbygoogle[data-ad-status="unfilled"]),.tgl-ad:has(ins.adsbygoogle[data-ad-status="unfilled"]){min-height:0!important;margin:0!important;padding:0!important;border:0!important}@media (max-width:640px){.tglv2-featured-grid{grid-template-columns:1fr;gap:22px}.tglv2-inline-head{text-align:center}.tglv2-inline-head h2{font-size:19px;line-height:1.25}.tglv2-inline-head p{font-size:13px}.tglv2-feature-popular li a{padding:10px 12px;gap:10px;border-radius:10px}.tglv2-feature-popular .rank{width:32px;height:32px;border-radius:8px;font-size:13px}.tglv2-feature-popular .meta strong{white-space:normal;overflow:visible;text-overflow:clip;font-size:14px;word-break:break-word}.tglv2-feature-popular .meta small{font-size:11px}.tglv2-feature-cats{grid-template-columns:1fr;gap:8px}.tglv2-feature-cat{flex-direction:row;align-items:center;gap:12px;padding:10px 12px}.tglv2-feature-cat .icon{margin-bottom:0;width:34px;height:34px;flex:0 0 auto}.tglv2-feature-cat strong{font-size:14px}.tglv2-feature-cat small{font-size:11px;margin-left:auto}}.tgl-drawer__themecolors{padding:8px 16px 0}.tgl-drawer__themecolors h4{margin:6px 0 8px;font-size:13px;color:var(--tgl-muted,#6B6B6B);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tgl-drawer__swatches{display:flex;gap:10px;flex-wrap:wrap}.tgl-swatch{width:38px;height:38px;border-radius:50%;border:2px solid #E7DDD2;cursor:pointer;padding:0;position:relative;transition:transform .15s,border-color .15s}.tgl-swatch:hover{transform:scale(1.08)}.tgl-swatch[aria-pressed="true"]{border-color:#E8843A}.tgl-swatch[aria-pressed="true"]::after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px;text-shadow:0 1px 2px rgb(0 0 0 / .4)}.tgl-footer--v2 .tgl-footer__brand-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.tgl-footer--v2 .tgl-footer__brand-link img{width:44px;height:44px;flex:0 0 auto;border-radius:8px}.tgl-footer--v2 .tgl-footer__brand-link .tgl-footer-title{display:inline-block;font-size:20px;font-weight:800;color:#fff;line-height:1.15}.tgl-footer--v2 .tgl-footer__brand-link:hover .tgl-footer-title{color:#E8843A}@media (max-width:520px){.tgl-footer--v2 .tgl-footer-col--brand .tgl-footer__brand,.tgl-footer--v2 .tgl-footer-col--brand .tgl-footer__brand-link{justify-content:center}}.tgl-ad,.tgl-ad-box{max-width:100%!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}.tgl-ad ins.adsbygoogle,.tgl-ad-box>ins.adsbygoogle{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important}@media (max-width:640px){.tgl-ad,.tgl-ad-box{min-width:0!important;padding-left:0!important;padding-right:0!important}.tgl-ad ins.adsbygoogle,.tgl-ad-box>ins.adsbygoogle{min-height:100px}}.tgl-formpage a,.tgl-authpage a{color:#E8843A}.tgl-formpage a:hover,.tgl-authpage a:hover{color:#E8843A}.tgl-formpage__hero .tgl-formpage__title,.tgl-formpage__card h2,.tgl-formpage__card h3{color:#3D342C}.tgl-formpage__card .wpforms-submit,.tgl-formpage button[type="submit"]{background:linear-gradient(135deg,#E8843A,#3D342C)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-weight:700!important;box-shadow:0 8px 20px -6px rgb(232 132 58 / .4)!important}.tgl-formpage__card .wpforms-submit:hover,.tgl-formpage button[type="submit"]:hover{background:linear-gradient(135deg,#E8843A,#f59e0b)!important;color:#3D342C!important}[data-theme=dark] .tgl-formpage__hero,[data-theme=dark] .tgl-formpage__card,[data-theme=dark] .tgl-formpage__note,[data-theme=dark] .tgl-formpage__foot{background:#3D342C!important;border-color:#3D342C!important;color:#E7DDD2!important}[data-theme=dark] .tgl-formpage__hero *,[data-theme=dark] .tgl-formpage__card,[data-theme=dark] .tgl-formpage__card p,[data-theme=dark] .tgl-formpage__card li,[data-theme=dark] .tgl-formpage__card h1,[data-theme=dark] .tgl-formpage__card h2,[data-theme=dark] .tgl-formpage__card h3,[data-theme=dark] .tgl-formpage__card label,[data-theme=dark] .tgl-formpage__note,[data-theme=dark] .tgl-formpage__note *,[data-theme=dark] .tgl-formpage__foot,[data-theme=dark] .tgl-formpage__foot *{color:#E7DDD2!important}[data-theme=dark] .tgl-formpage__card .wpforms-field-description,[data-theme=dark] .tgl-formpage__card .wpforms-field-sublabel,[data-theme=dark] .tgl-formpage small{color:#D9C9B4!important}[data-theme=dark] .tgl-formpage__card .wpforms-required-label,[data-theme=dark] .tgl-formpage__card .wpforms-error{color:#f87171!important}[data-theme=dark] .tgl-formpage__card input[type="text"],[data-theme=dark] .tgl-formpage__card input[type="email"],[data-theme=dark] .tgl-formpage__card input[type="url"],[data-theme=dark] .tgl-formpage__card input[type="tel"],[data-theme=dark] .tgl-formpage__card input[type="number"],[data-theme=dark] .tgl-formpage__card select,[data-theme=dark] .tgl-formpage__card textarea{background:#1C1A18!important;color:#F3E7D8!important;border:1px solid #3D342C!important}[data-theme=dark] .tgl-formpage__card input:focus,[data-theme=dark] .tgl-formpage__card select:focus,[data-theme=dark] .tgl-formpage__card textarea:focus{border-color:#E8843A!important;box-shadow:0 0 0 3px rgb(232 132 58 / .18)!important}[data-theme=dark] .tgl-formpage__card .wpforms-confirmation-container-full{background:#1C1A18!important;color:#E7DDD2!important;border:1px solid #3D342C!important}[data-theme=dark] .tgl-sidebar .tgl-widget{background:#3D342C!important;border-color:#3D342C!important}[data-theme=dark] .tgl-sidebar .tgl-widget-title,[data-theme=dark] .tgl-sidebar h3{color:#F3E7D8!important}[data-theme=dark] .tgl-sidebar li{border-color:rgb(255 255 255 / .08)!important}[data-theme=dark] .tgl-sidebar li a,[data-theme=dark] .tgl-catlist__link,[data-theme=dark] .tgl-catlist__name{color:#E7DDD2!important}[data-theme=dark] .tgl-sidebar li a:hover,[data-theme=dark] .tgl-catlist__link:hover,[data-theme=dark] .tgl-cattree .tgl-catlist__link:hover,[data-theme=dark] .tgl-catlist__children .tgl-catlist__link:hover{color:#E8843A!important}[data-theme=dark] .tgl-catlist__count,[data-theme=dark] .tgl-cattree .tgl-catlist__count,[data-theme=dark] .tgl-catlist__children .tgl-catlist__count{color:#A0968A!important}[data-theme=dark] .tgl-catlist__badge{background:rgb(232 132 58 / .15)!important;color:#E8843A!important;border-color:rgb(232 132 58 / .3)!important}[data-theme=dark] .tgl-cattree__toggle{background:transparent!important;color:#D9C9B4!important}[data-theme=dark] .tgl-cattree__toggle:hover{background:rgb(255 255 255 / .06)!important}[data-theme=dark] .tgl-cattree__caret{color:#D9C9B4!important}[data-theme=dark] .tgl-catlist__children{background:rgb(255 255 255 / .03)!important}[data-theme=dark] .tgl-search-form input[type="search"]{background:#1C1A18!important;color:#F3E7D8!important;border:1px solid #3D342C!important}[data-theme=dark] .tgl-search-form input[type="search"]::placeholder{color:#A0968A!important}[data-theme=dark] .tgl-btn--gold{background:linear-gradient(135deg,#E8843A,#f59e0b)!important;color:#3D342C!important}[data-theme=dark] .tgl-breadcrumb,[data-theme=dark] .tgl-breadcrumb *,[data-theme=dark] .tgl-pagination a,[data-theme=dark] .tgl-pagination span,[data-theme=dark] .tgl-footer,[data-theme=dark] .tgl-footer *,[data-theme=dark] .tgl-footer__bottom,[data-theme=dark] .tgl-footer__bottom *{color:#D9C9B4!important}[data-theme=dark] .tgl-footer a:hover,[data-theme=dark] .tgl-footer__bottom a:hover{color:#E8843A!important}[data-theme=dark] .tgl-related-card,[data-theme=dark] .tgl-related-card *{color:#E7DDD2!important}[data-theme=dark] .tgl-ad-label,[data-theme=dark] .tgl-ad-box__label{color:#A0968A!important}[data-theme=dark] .comment-form label,[data-theme=dark] .comment-form input,[data-theme=dark] .comment-form textarea{color:#E7DDD2!important}[data-theme=dark] .comment-form input,[data-theme=dark] .comment-form textarea{background:#1C1A18!important;border-color:#3D342C!important}[data-theme=dark] .tgl-header a:hover,[data-theme=dark] .tgl-navbar a:hover{color:#E8843A!important}[data-theme=dark] .tgl-navbar{background:linear-gradient(180deg,#3D342C 0%,#3D342C 100%)!important;border-bottom:1px solid rgb(255 255 255 / .08)!important;box-shadow:0 2px 6px rgb(0 0 0 / .35)!important}[data-theme=dark] .tgl-navbar a,[data-theme=dark] .tgl-navbar .tgl-navbar-list>li>a{color:#E7DDD2!important}[data-theme=dark] .tgl-navbar li.current-menu-item>a,[data-theme=dark] .tgl-navbar li.current-menu-parent>a{color:#F5A54A!important}[data-theme=dark] .tgl-navbar .sub-menu{background:#3D342C!important;border:1px solid rgb(255 255 255 / .08)!important;box-shadow:0 8px 24px rgb(0 0 0 / .45)!important}[data-theme=dark] .tgl-navbar .sub-menu a{color:#E7DDD2!important;background:transparent!important}[data-theme=dark] .tgl-navbar .sub-menu a:hover{background:rgb(232 132 58 / .12)!important;color:#F5A54A!important}[data-theme=dark] .tgl-ticker{background:#1C1A18!important;border-color:rgb(255 255 255 / .08)!important}[data-theme=dark] .tgl-ticker__label{background:#E8843A!important;color:#3D342C!important}[data-theme=dark] .tgl-ticker a{color:#E7DDD2!important}[data-theme=dark] .tgl-ticker a:hover{color:#F5A54A!important}.tgl-search-layout>section{min-width:0}.tgl-search-head{margin-bottom:14px}.tgl-search-head .tgl-search-q{color:#E8843A}.tgl-search-meta{margin:6px 0 12px;color:#6B7280;font-size:.92rem}.tgl-search-form--inline{display:flex;gap:8px;flex-wrap:wrap}.tgl-search-form--inline input[type=search]{flex:1;min-width:200px;padding:10px 12px;border:1px solid #E7DDD2;border-radius:10px;background:#fff;color:#1B1B1B;font:inherit}.tgl-search-form--inline input[type=search]:focus{outline:none;border-color:#E8843A;box-shadow:0 0 0 3px rgb(232 132 58 / .15)}.tgl-search-results{padding:0;overflow:hidden}.tgl-sresults__scroll{overflow-x:auto;width:100%}.tgl-sresults{width:100%;min-width:0;border-collapse:collapse;font-size:.95rem;color:#1B1B1B;background:#fff;table-layout:fixed}.tgl-sresults thead th{background:linear-gradient(180deg,#E8843A,#C96A22);color:#fff;text-align:left;font-weight:700;padding:12px 14px;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;border-bottom:2px solid #F5A54A}.tgl-sresults tbody td{padding:14px;border-bottom:1px solid #E7DDD2;vertical-align:top}.tgl-sresults tbody tr:nth-child(even) td{background:#FBF3EC}.tgl-sresults tbody tr:hover td{background:#FFF8E1}.tgl-sresults__c-no{width:56px;text-align:center;font-weight:700;color:#6B7280}.tgl-sresults__c-title{width:auto}.tgl-sresults__c-date{width:130px;color:#6B7280;white-space:nowrap}.tgl-sresults__c-cat{width:180px}.tgl-sresults__c-act{width:110px;text-align:right;white-space:nowrap}.tgl-sresults__title{display:block;font-weight:700;color:#E8843A;text-decoration:none;font-size:1.02rem;line-height:1.35}.tgl-sresults__title:hover{color:#E8843A;text-decoration:underline}.tgl-sresults__excerpt{margin-top:4px;color:#4B5563;font-size:.88rem;line-height:1.45}.tgl-sresults__chip{display:inline-block;padding:3px 10px;margin:2px 4px 2px 0;background:#eef2ff;color:#E8843A;border:1px solid #dbe3ff;border-radius:999px;font-size:.78rem;font-weight:600;text-decoration:none}.tgl-sresults__chip:hover{background:#E8843A;color:#fff;border-color:#E8843A}.tgl-sresults__muted{color:#9CA3AF}.tgl-btn.tgl-btn--sm{padding:6px 12px;font-size:.82rem;border-radius:8px}.tgl-sresults__empty{text-align:center;padding:32px 20px}.tgl-sresults__empty .tgl-btn{margin-top:10px}@media (max-width:900px){.tgl-search-results{padding:12px;background:#fff0;border:0;box-shadow:none}.tgl-sresults{min-width:0}.tgl-sresults thead{display:none}.tgl-sresults,.tgl-sresults tbody,.tgl-sresults tr,.tgl-sresults td{display:block;width:100%}.tgl-sresults tbody tr{background:#fff;border:1px solid #E7DDD2;border-radius:12px;margin:0 0 12px;padding:6px 4px;box-shadow:0 2px 6px rgb(0 0 0 / .04)}.tgl-sresults tbody tr:nth-child(even) td,.tgl-sresults tbody tr:hover td{background:#fff0}.tgl-sresults tbody td{border:0;border-bottom:1px dashed #EEF0F5;padding:10px 12px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.tgl-sresults tbody td:last-child{border-bottom:0}.tgl-sresults tbody td::before{content:attr(data-label);flex:0 0 90px;font-weight:700;color:#E8843A;text-transform:uppercase;font-size:.72rem;letter-spacing:.04em;padding-top:2px}.tgl-sresults__c-title{flex-direction:column;align-items:stretch}.tgl-sresults__c-title::before{margin-bottom:4px}.tgl-sresults__c-act{justify-content:flex-end}.tgl-sresults__c-act::before{display:none}.tgl-sresults__c-no{color:#6B7280;font-weight:700}.tgl-sresults__excerpt{margin-top:6px}}[data-theme="dark"] .tgl-search-head .tgl-search-q{color:#F5A54A}[data-theme="dark"] .tgl-search-meta{color:#A0968A}[data-theme="dark"] .tgl-search-form--inline input[type=search]{background:#1C1A18;border-color:rgb(255 255 255 / .12);color:#E7DDD2}[data-theme="dark"] .tgl-search-form--inline input[type=search]:focus{border-color:#F5A54A;box-shadow:0 0 0 3px rgb(245 165 74 / .2)}[data-theme="dark"] .tgl-sresults{background:#3D342C;color:#E7DDD2}[data-theme="dark"] .tgl-sresults thead th{background:linear-gradient(180deg,#3D342C,#060b1f);border-bottom-color:#F5A54A}[data-theme="dark"] .tgl-sresults tbody td{border-bottom-color:rgb(255 255 255 / .08)}[data-theme="dark"] .tgl-sresults tbody tr:nth-child(even) td{background:rgb(255 255 255 / .03)}[data-theme="dark"] .tgl-sresults tbody tr:hover td{background:rgb(245 165 74 / .08)}[data-theme="dark"] .tgl-sresults__title{color:#F5A54A}[data-theme="dark"] .tgl-sresults__title:hover{color:#E8843A}[data-theme="dark"] .tgl-sresults__excerpt{color:#D9C9B4}[data-theme="dark"] .tgl-sresults__chip{background:rgb(245 165 74 / .12);color:#F5A54A;border-color:rgb(245 165 74 / .35)}[data-theme="dark"] .tgl-sresults__chip:hover{background:#F5A54A;color:#3D342C;border-color:#F5A54A}[data-theme="dark"] .tgl-sresults__c-no,[data-theme="dark"] .tgl-sresults__c-date{color:#A0968A}[data-theme="dark"] .tgl-sresults__muted{color:#64748b}@media (max-width:900px){[data-theme="dark"] .tgl-sresults tbody tr{background:#3D342C;border-color:rgb(255 255 255 / .08);box-shadow:none}[data-theme="dark"] .tgl-sresults tbody td{border-bottom-color:rgb(255 255 255 / .06)}[data-theme="dark"] .tgl-sresults tbody td::before{color:#F5A54A}}.tgl-search-head,.tgl-search-results,.tgl-sresults__empty{display:block!important;grid-template-columns:none!important;gap:0!important}.tgl-search-results{padding:0}.tgl-search-results .tgl-sresults__scroll{width:100%;overflow-x:auto}.tgl-search-results .tgl-sresults{width:100%;table-layout:auto;min-width:0}.tgl-search-head .tgl-search-form--inline{margin-top:12px}.tgl-sresults__c-thumb{width:180px}.tgl-sresults__media{position:relative;display:inline-block;width:100%}.tgl-sresults__thumb{display:block;width:160px;aspect-ratio:16/10;overflow:hidden;border-radius:10px;background:linear-gradient(135deg,#E8843A,#C96A22);position:relative;box-shadow:0 6px 16px -8px rgb(232 132 58 / .45);transition:transform .25s ease,box-shadow .25s ease}.tgl-sresults__thumb:hover{transform:translateY(-2px);box-shadow:0 10px 22px -8px rgb(232 132 58 / .55)}.tgl-sresults__thumb img{width:100%;height:100%;object-fit:cover;display:block}.tgl-sresults__thumb-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#F5A54A;font-size:34px;font-weight:700}.tgl-sresults__thumb-chips{display:none}@media (min-width:901px){.tgl-sresults tbody td{padding:16px 14px}.tgl-sresults__title{font-size:1.06rem}.tgl-sresults__c-act .tgl-btn{padding:8px 14px;font-size:.85rem;font-weight:700;letter-spacing:.01em}}@media (max-width:900px){.tgl-sresults tbody tr{display:flex;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid #E7DDD2;border-radius:16px;margin:0 0 16px;padding:16px;box-shadow:0 4px 14px -6px rgb(232 132 58 / .12);overflow:hidden}.tgl-sresults tbody td{display:block;padding:0;border:0;background:#fff0}.tgl-sresults tbody td::before{display:none!important}.tgl-sresults__c-no,.tgl-sresults__c-cat{display:none!important}.tgl-sresults__c-title{order:1;margin-bottom:12px}.tgl-sresults__c-thumb{order:2;margin-bottom:14px;width:100%}.tgl-sresults__c-act{order:3;text-align:center}.tgl-sresults__title{font-size:1.08rem;line-height:1.4;font-weight:800}.tgl-sresults__excerpt{margin-top:6px;font-size:.9rem;color:#4B5563}.tgl-sresults__media{display:block;width:100%;position:relative;border-radius:14px;overflow:hidden}.tgl-sresults__thumb{width:100%;aspect-ratio:16/9;border-radius:14px;box-shadow:none}.tgl-sresults__thumb:hover{transform:none}.tgl-sresults__thumb-chips{display:flex;flex-wrap:wrap;gap:6px;position:absolute;left:10px;right:10px;bottom:10px;padding:8px;border-radius:10px;background:linear-gradient(180deg,#fff0 0%,rgb(7 42 102 / .85) 100%);justify-content:center}.tgl-sresults__thumb-chips .tgl-sresults__chip{background:rgb(255 255 255 / .95);color:#E8843A;border-color:#fff0;font-size:.72rem;padding:4px 10px;font-weight:700;box-shadow:0 2px 6px rgb(0 0 0 / .15)}.tgl-sresults__thumb-chips .tgl-sresults__chip:hover{background:#F5A54A;color:#E8843A}.tgl-sresults__c-act .tgl-btn{display:inline-block;width:100%;max-width:100%;padding:12px 18px;font-size:.95rem;font-weight:700;border-radius:10px;letter-spacing:.02em}}[data-theme="dark"] .tgl-sresults__thumb{background:linear-gradient(135deg,#3D342C,#060b1f);box-shadow:0 6px 16px -8px rgb(0 0 0 / .55)}@media (max-width:900px){[data-theme="dark"] .tgl-sresults tbody tr{background:#3D342C;border-color:rgb(255 255 255 / .08);box-shadow:0 4px 14px -6px rgb(0 0 0 / .4)}[data-theme="dark"] .tgl-sresults__excerpt{color:#D9C9B4}[data-theme="dark"] .tgl-sresults__thumb-chips .tgl-sresults__chip{background:rgb(245 165 74 / .95);color:#3D342C}}h1,h2,h3,h4,h5,h6{letter-spacing:-.005em;color:var(--tgl-dark)}h1{font-weight:800}h2{font-weight:800}h3{font-weight:700}body{background:#fff}a{color:var(--tgl-navy-dark);transition:color .15s ease}a:hover{color:var(--tgl-navy)}.tgl-btn,.wp-block-button__link,button.tgl-btn,input[type="submit"].tgl-btn{background-image:var(--tgl-gradient-primary);color:#fff!important;border:0;border-radius:999px;padding:11px 22px;font-weight:700;letter-spacing:.02em;box-shadow:0 6px 18px rgb(232 132 58 / .28),inset 0 1px 0 rgb(255 255 255 / .18);transition:transform .18s ease,box-shadow .18s ease,background-image .18s ease}.tgl-btn:hover,.wp-block-button__link:hover,button.tgl-btn:hover{transform:translateY(-2px);background-image:var(--tgl-gradient-accent);box-shadow:0 12px 28px rgb(232 132 58 / .36),inset 0 1px 0 rgb(255 255 255 / .28);color:#fff!important}.tgl-btn:active{transform:translateY(0);box-shadow:0 4px 12px rgb(232 132 58 / .28)}.tgl-btn.tgl-btn-outline,.tgl-btn-outline{background:#fff0;background-image:none;color:var(--tgl-navy-dark)!important;border:1.5px solid var(--tgl-navy);box-shadow:none}.tgl-btn.tgl-btn-outline:hover{background:var(--tgl-navy);color:#fff!important;border-color:var(--tgl-navy)}.tgl-card,.tgl-post-card,.tgl-related-card,.tgl-widget{background:var(--tgl-card);border:1px solid var(--tgl-line);border-radius:var(--tgl-radius);box-shadow:var(--tgl-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tgl-card:hover,.tgl-post-card:hover,.tgl-related-card:hover{transform:translateY(-3px);box-shadow:var(--tgl-shadow-hover);border-color:#D9C9B4}.tgl-topbar,.site-topbar{background:var(--tgl-topbar);color:#fff}.tgl-header,.site-header{background:var(--tgl-dark);color:#fff;box-shadow:0 2px 0 rgb(0 0 0 / .08)}.tgl-nav,.main-navigation,.nav-primary{background:var(--tgl-nav-cream);border-bottom:1px solid var(--tgl-line)}.tgl-nav a,.main-navigation a{color:var(--tgl-dark);font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:12.5px;padding:12px 14px;position:relative;transition:color .15s ease}.tgl-nav a:hover,.main-navigation a:hover{color:var(--tgl-navy)}.tgl-nav a::after,.main-navigation a::after{content:'';position:absolute;left:14px;right:14px;bottom:6px;height:2px;background:var(--tgl-gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;border-radius:2px}.tgl-nav a:hover::after,.main-navigation a:hover::after{transform:scaleX(1)}.tgl-search input,.search-form input[type="search"]{border:0;padding:11px 14px;background:#fff;border-radius:999px 0 0 999px;font:inherit}.tgl-search button,.search-form button,.search-submit{background:var(--tgl-gradient-primary);color:#fff;border:0;padding:0 20px;font-weight:800;border-radius:0 999px 999px 0;cursor:pointer}.tgl-section-title,.widget-title,.tgl-content h2{position:relative;padding-bottom:8px}.tgl-section-title::after,.widget-title::after{content:'';display:block;width:44px;height:3px;background:var(--tgl-gradient-primary);border-radius:2px;margin-top:8px}:focus-visible{outline:2px solid var(--tgl-navy);outline-offset:2px;border-radius:6px}.tgl-ticker,.tgl-badge-hot{background:var(--tgl-gradient-primary);color:#fff}.tgl-content table th{background:var(--tgl-nav-cream);color:var(--tgl-dark);font-weight:700}.tgl-footer,.site-footer{background:var(--tgl-dark);color:#F0E6D8}.tgl-footer a,.site-footer a{color:#F0E6D8}.tgl-footer a:hover,.site-footer a:hover{color:var(--tgl-gold)}.tgl-footer h4,.site-footer h4{color:#fff}.tgl-footer-bottom{background:var(--tgl-topbar);color:#C9BFAE}.lgenx-chord-grid{background:linear-gradient(180deg,#241F1B,#1C1A18);border:1px solid #3D342C;box-shadow:0 10px 24px rgb(28 26 24 / .35)}.lgenx-chord-grid-section{color:var(--tgl-gold);border-bottom-color:#3D342C}.lgenx-chord-box{background:#2A2521;border-color:#3D342C;color:var(--tgl-gold-2)}.lgenx-chord-box.lgenx-empty{background:#1C1A18;border-color:#3D342C}.tgl-footer,.tgl-footer--v2{background:#FBF3EC!important;border-top:3px solid #E8843A!important;border-bottom:1px solid #E7DDD2!important;color:#2A2118!important}.tgl-footer .tgl-footer-title,.tgl-footer--v2 .tgl-footer-title,.tgl-footer .tgl-brand-name,.tgl-footer--v2 .tgl-brand-name,.tgl-footer__brand .tgl-footer-title,.tgl-footer__brand .tgl-brand-name{color:#0A3A8A!important;font-family:'Poppins','Inter',sans-serif;font-weight:800}.tgl-footer .tgl-footer-title span,.tgl-footer--v2 .tgl-footer-title span,.tgl-footer .tgl-brand-name span,.tgl-footer--v2 .tgl-brand-name span{color:#E8843A!important}.tgl-footer .tgl-footer-title:hover,.tgl-footer--v2 .tgl-footer-title:hover{color:#E8843A!important}.tgl-footer .tgl-footer__brand svg,.tgl-footer--v2 .tgl-footer__brand svg,.tgl-footer .tgl-brand svg,.tgl-footer--v2 .tgl-brand svg{color:#E8843A;fill:#E8843A}.tgl-footer h4,.tgl-footer--v2 h4,.tgl-footer-col h4{color:#E8843A!important;font-family:'Poppins','Inter',sans-serif;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;position:relative;padding-bottom:8px;margin:0 0 14px}.tgl-footer h4::after,.tgl-footer--v2 h4::after,.tgl-footer-col h4::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#E8843A}.tgl-footer a,.tgl-footer--v2 a,.tgl-footer-col ul li a{color:#2A2118!important;text-decoration:none;transition:color .15s ease}.tgl-footer a:hover,.tgl-footer--v2 a:hover,.tgl-footer-col ul li a:hover{color:#E8843A!important}.tgl-footer .tgl-footer-tag,.tgl-footer--v2 .tgl-footer-tag,.tgl-footer .tgl-footer__about,.tgl-footer--v2 .tgl-footer__about{color:#5A4A3A!important}.tgl-footer .tgl-socials a,.tgl-footer--v2 .tgl-socials a{color:#0A3A8A!important}.tgl-footer .tgl-socials a:hover,.tgl-footer--v2 .tgl-socials a:hover{color:#E8843A!important}.tgl-footer-bottom,.tgl-footer--v2 .tgl-footer__bottom,.tgl-footer--v2 .tgl-footer-bottom{background:#F3E9DC!important;border-top:1px solid #E7DDD2!important;color:#5A4A3A!important}.tgl-footer-bottom a,.tgl-footer--v2 .tgl-footer__bottom a,.tgl-footer--v2 .tgl-footer-bottom a{color:#E8843A!important;font-weight:700}html body header.tgl-header,html body header.tgl-header--v2{background:#ffffff!important;border-bottom:1px solid #E7DDD2!important;box-shadow:none!important}html body .tgl-navbar{background:#FBF3EC!important;border-bottom:1px solid #E7DDD2!important;box-shadow:none!important}html body footer.tgl-footer,html body footer.tgl-footer.tgl-footer--v2{background:#ffffff!important;color:#2A2118!important;border:1px solid #E7DDD2!important;border-top:4px solid #E8843A!important;border-radius:10px!important;box-shadow:none!important;padding:40px 0 24px!important;margin:40px auto 24px!important;max-width:calc(100% - 24px)}html body footer.tgl-footer--v2 h4{color:#E8843A!important}html body footer.tgl-footer--v2 h4::after{background:#E8843A!important}html body footer.tgl-footer--v2 a,html body footer.tgl-footer--v2 ul li a{color:#2A2118!important}html body footer.tgl-footer--v2 a:hover,html body footer.tgl-footer--v2 ul li a:hover{color:#E8843A!important}html body footer.tgl-footer--v2 .tgl-socials a{background:#ffffff!important;border:1px solid #E7DDD2!important;color:#0A3A8A!important;border-radius:50%!important;box-shadow:none!important}html body footer.tgl-footer--v2 .tgl-socials a:hover{background:#FBF3EC!important;border-color:#E8843A!important;color:#E8843A!important}html body footer.tgl-footer--v2 .tgl-footer__bottom,html body footer.tgl-footer--v2 .tgl-footer-bottom{margin-top:28px!important;padding:14px 18px!important;border:0!important;border-top:1px solid #E7DDD2!important;border-radius:0!important;background:#FBF3EC!important;color:#2A2118!important;box-shadow:none!important;text-align:center!important}html body footer.tgl-footer--v2 .tgl-footer__bottom a,html body footer.tgl-footer--v2 .tgl-footer-bottom a,html body footer.tgl-footer--v2 .tgl-copy-link{color:#0A3A8A!important;font-weight:700!important}html body footer.tgl-footer--v2 .tgl-footer__bottom a:hover,html body footer.tgl-footer--v2 .tgl-footer-bottom a:hover,html body footer.tgl-footer--v2 .tgl-copy-link:hover{color:#E8843A!important}html body footer.tgl-footer--v2 p,html body footer.tgl-footer--v2 li,html body footer.tgl-footer--v2 span,html body footer.tgl-footer--v2 .tgl-footer-bottom,html body footer.tgl-footer--v2 .tgl-footer__bottom{color:#2A2118!important}html body footer.tgl-footer--v2 h1,html body footer.tgl-footer--v2 h2,html body footer.tgl-footer--v2 h3,html body footer.tgl-footer--v2 h4,html body footer.tgl-footer--v2 h5,html body footer.tgl-footer--v2 h6{color:#E8843A!important}html body footer.tgl-footer--v2 .tgl-copy-link{color:#0A3A8A!important}html body footer.tgl-footer--v2 a{color:#2A2118!important}html body footer.tgl-footer--v2 a:hover,html body footer.tgl-footer--v2 a:focus{color:#E8843A!important}html body footer.tgl-footer--v2 .tgl-socials a{color:#0A3A8A!important}.tgl-brand-split{transition:color .25s ease}.tgl-brand-split .tgl-brand-part-1{color:#0A3A8A!important;transition:color .25s ease}.tgl-brand-split .tgl-brand-part-2{color:#E8843A!important;transition:color .25s ease}.tgl-brand:hover .tgl-brand-split .tgl-brand-part-1,.tgl-footer__brand-link:hover .tgl-brand-split .tgl-brand-part-1,.tgl-brand-split:hover .tgl-brand-part-1{color:#E8843A!important}html body .tgl-footer .tgl-brand-split .tgl-brand-part-1,html body .tgl-footer--v2 .tgl-brand-split .tgl-brand-part-1{color:#0A3A8A!important}html body .tgl-footer .tgl-brand-split .tgl-brand-part-2,html body .tgl-footer--v2 .tgl-brand-split .tgl-brand-part-2{color:#E8843A!important}html body .tgl-footer__brand-link:hover .tgl-brand-split .tgl-brand-part-1{color:#E8843A!important}html body .lgenx-chord-grid{background:#fff!important;color:#1C1A18!important;border:1px solid #e5e7eb!important;border-radius:18px!important;padding:20px!important;box-shadow:0 10px 40px -14px rgb(10 58 138 / .15)!important;font-family:'Poppins','Inter',sans-serif!important}html body .lgenx-chord-grid-section{color:#0A3A8A!important;font-weight:800!important;border-bottom:2px solid #E8843A!important;font-family:'Poppins','Inter',sans-serif!important}html body .lgenx-chord-lineno{color:#E8843A!important;font-family:'JetBrains Mono','Menlo',monospace!important;border-right:1px solid #f1f5f9;padding-right:8px;text-align:right}html body .lgenx-chord-box{background:rgb(30 120 220 / .12)!important;border:1px solid rgb(30 120 220 / .25)!important;color:#0A3A8A!important;border-radius:10px!important;font-family:'JetBrains Mono','Menlo',monospace!important;box-shadow:none!important;transition:background .15s,box-shadow .15s}html body .lgenx-chord-box:hover{background:rgb(30 120 220 / .2)!important;box-shadow:0 0 0 3px rgb(30 120 220 / .45)!important}html body .lgenx-chord-box.lgenx-empty{background:transparent!important;border:1px dashed rgb(30 120 220 / .25)!important;color:transparent!important}html body .lgenx-chord-block .lgenx-chord{color:#0A3A8A!important;background:rgb(30 120 220 / .12)!important;border:1px solid rgb(30 120 220 / .25)!important;border-radius:8px!important;font-family:'JetBrains Mono','Menlo',monospace!important;font-weight:700!important;padding:2px 8px!important;box-shadow:none!important}html body .lgenx-chord-block .lgenx-cseg:hover .lgenx-chord{background:rgb(30 120 220 / .2)!important;box-shadow:0 0 0 2px rgb(30 120 220 / .35)!important}html body .lgenx-chord-block .lgenx-csection{background:#eef4ff!important;color:#0A3A8A!important;border-left:4px solid #E8843A!important;border-radius:6px!important;font-family:'Poppins','Inter',sans-serif!important;font-weight:700!important}html body .lgenx-chord-block .lgenx-crepeat{color:#E8843A!important;font-style:italic}html body .lgenx-chords-only-block{color:#0A3A8A!important;background:#fff!important;border:1px solid rgb(30 120 220 / .25)!important;border-radius:12px!important}html body footer.tgl-footer .tgl-footer-col h4,html body footer.tgl-footer .tgl-footer--v2 h4,html body footer.tgl-footer h4{color:#000!important;font-weight:800!important}html body footer.tgl-footer .tgl-footer-col ul li a,html body footer.tgl-footer .tgl-footer--v2 a,html body footer.tgl-footer .tgl-footer-bottom a,html body footer.tgl-footer a{color:#0A3A8A!important}html body footer.tgl-footer .tgl-footer-col ul li a:hover,html body footer.tgl-footer .tgl-footer--v2 a:hover,html body footer.tgl-footer .tgl-footer-bottom a:hover,html body footer.tgl-footer a:hover{color:#E8843A!important}html body .tgl-content .lgenx-table,html body .tgl-content table.lgenx-table{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:table!important;table-layout:auto}.tgl-anchor-ad{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;box-shadow:0 -2px 8px rgb(0 0 0 / .08);display:flex;justify-content:center;align-items:center;padding:4px 4px}.tgl-anchor-ad--safe{padding-bottom:calc(4px + env(safe-area-inset-bottom))}.tgl-anchor-ad__close{position:absolute;top:-14px;right:6px;width:26px;height:26px;border-radius:50%;border:0;background:#111;color:#fff;font-size:16px;line-height:26px;cursor:pointer}.tgl-anchor-ad .tgl-ad{margin:0}@media (min-width:900px){.tgl-anchor-ad{display:none!important}}.tgl-ad-box[data-tgl-lazy="1"]{min-height:inherit}.tgl-ad-box.tgl-ad--leader{min-height:90px}.tgl-ad-box.tgl-ad--inarticle,.tgl-ad-box.tgl-ad--mrec,.tgl-ad-box.tgl-ad--horizontal{min-height:250px}.tgl-ad-box.tgl-ad--halfpage{min-height:600px}.tgl-ad-box.tgl-ad--sticky{min-height:50px}@media (max-width:600px){.tgl-ad-box.tgl-ad--leader{min-height:100px}}.tgl-ad--preview .tgl-ad-preview-box,.tgl-ad--preview-box{display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,#fff7ea,#fff7ea 10px,#fdecd0 10px,#fdecd0 20px);border:2px dashed #d18a2e;border-radius:8px;color:#5a3d15;text-align:center;padding:16px}.tgl-ad-preview__inner{display:flex;flex-direction:column;gap:4px;align-items:center;font-family:system-ui,sans-serif}.tgl-ad-preview__title{font-size:13px;font-weight:700;letter-spacing:.08em}.tgl-ad-preview__size{font-size:12px;font-weight:600;color:#7a5320}.tgl-ad-preview__slot{font-size:11px;color:#8a6b3a;background:#fff;padding:2px 8px;border-radius:999px;border:1px solid #e3c48a}.tgl-ad-preview__key{font-size:10px;color:#a37b3a;opacity:.8;font-family:ui-monospace,monospace}.tgl-ad{margin-block:clamp(24px, 4vw, 40px)!important;clear:both;contain:layout}.tgl-ad,.tgl-ad *:not(ins):not(iframe){cursor:default}.tgl-ad:hover,.tgl-ad-box:hover{box-shadow:none!important;transform:none!important}.tgl-ad__label{display:block;font:600 11px/1.4 'Inter',system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#8a8f98;text-align:center;margin:0 auto 6px;padding-bottom:4px;border-bottom:1px dashed rgb(0 0 0 / .08);max-width:120px}.tgl-nav+.tgl-ad,.tgl-search-form+.tgl-ad,.tgl-share+.tgl-ad,.tgl-btn+.tgl-ad,.tgl-related+.tgl-ad,.tgl-related-grid+.tgl-ad,.tgl-widget+.tgl-ad,.tgl-catlist+.tgl-ad,.tgl-cattree+.tgl-ad{margin-top:clamp(32px, 5vw, 48px)!important}.tgl-ad+.tgl-nav,.tgl-ad+.tgl-search-form,.tgl-ad+.tgl-share,.tgl-ad+.tgl-btn,.tgl-ad+.tgl-related,.tgl-ad+.tgl-widget,.tgl-ad+.tgl-catlist,.tgl-ad+.tgl-cattree,.tgl-ad+h1,.tgl-ad+h2,.tgl-ad+h3{margin-top:clamp(32px, 5vw, 48px)!important}.tgl-header+.tgl-ad,.tgl-header~.tgl-container>.tgl-ad:first-child{margin-top:clamp(20px, 3vw, 32px)!important;padding-top:8px;border-top:1px solid rgb(0 0 0 / .04)}.tgl-sidebar>.tgl-ad:first-child{margin-bottom:clamp(20px, 3vw, 28px)!important;padding-bottom:12px;border-bottom:1px solid rgb(0 0 0 / .06)}.tgl-content .tgl-ad{margin-block:clamp(28px, 5vw, 44px)!important}.tgl-content h3+.tgl-ad,.tgl-content p+.tgl-ad,.tgl-content figure+.tgl-ad,.tgl-content img+.tgl-ad{margin-top:clamp(24px, 4vw, 36px)!important}.tgl-footer{margin-top:0!important}.tgl-container>.tgl-ad:last-child,main+.tgl-container>.tgl-ad{margin-bottom:clamp(28px, 4vw, 44px)!important}@media (max-width:899px){body:has(.tgl-anchor-ad){padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}.tgl-anchor-ad{box-shadow:0 -4px 14px rgb(0 0 0 / .10)}.tgl-anchor-ad__close{width:32px;height:32px;line-height:32px;font-size:18px}}.tgl-share{margin-bottom:clamp(20px, 3vw, 28px)!important}.tgl-related{margin-top:clamp(32px, 5vw, 44px)!important;padding-top:8px}.tgl-ad,.tgl-ad-box{max-width:100%;overflow:hidden}.error404 .tgl-ad,.page-template-page-song-request .tgl-ad,.page-template-page-post-own-lyrics .tgl-ad{margin-block:clamp(32px, 6vw, 56px)!important}html body .tgl-content .lgenx-table,html body .tgl-content table.lgenx-table{display:table!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}.tgl-content .lgenx-faq,.tgl-content .lgenx-explore-list,.tgl-content .lgenx-btn-wrap,.tgl-content .lgenx-faq-title,.tgl-content .lgenx-explore-heading,.tgl-content .lgenx-subtitle,.tgl-content blockquote{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}.tgl-content blockquote{padding:0;border-left:0;background:#fff0;border-radius:0;margin:0 0 14px}.tgl-content .lgenx-explore-list{padding-left:22px}@media (max-width:600px){html body .tgl-content .lgenx-table,html body .tgl-content table.lgenx-table{display:table!important;width:100%!important;max-width:100%!important;table-layout:fixed;margin:14px 0!important}.tgl-content .lgenx-table th,.tgl-content .lgenx-table td{padding:8px 10px!important;font-size:14px;word-break:break-word}.tgl-content .lgenx-faq,.tgl-content .lgenx-explore-list,.tgl-content .lgenx-btn-wrap,.tgl-content blockquote{width:100%!important;max-width:100%!important}.tgl-content .lgenx-explore-list{padding-left:20px}}.tgl-content .tgl-section,.tgl-content .tgl-section-title,.tgl-content .tgl-section-content{display:block;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important;overflow:visible!important}.tgl-ts-cats{margin:28px auto}.tgl-ts-catgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:14px}.tgl-ts-catcard{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 12px;background:#fff;border:1px solid var(--tgl-line);border-radius:12px;box-shadow:var(--tgl-shadow);transition:transform .2s ease,box-shadow .2s ease;color:var(--tgl-ink);text-decoration:none;min-height:88px}.tgl-ts-catcard:hover{transform:translateY(-3px);box-shadow:var(--tgl-shadow-hover);border-color:#b8941f}.tgl-ts-catcard__name{font-family:'Poppins','Inter',sans-serif;font-weight:700;font-size:14px;line-height:1.3;color:#0A3A8A}.tgl-ts-catcard__count{margin-top:6px;font-size:12px;color:#6b5b1f}@media (max-width:760px){.tgl-ts-catgrid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.tgl-ts-catcard{padding:12px 8px;min-height:64px;border-radius:10px}.tgl-ts-catcard__name{font-size:13px;line-height:1.25;word-break:break-word;hyphens:auto}.tgl-ts-catcard__count{margin-top:3px;font-size:11px}}@media (max-width:380px){.tgl-ts-catgrid{gap:6px}.tgl-ts-catcard{padding:10px 6px;min-height:58px}.tgl-ts-catcard__name{font-size:12px}}.tgl-alphabet__grid a.is-active{background:#0A3A8A;color:#fff;border-color:#0A3A8A}.tgl-ts-songlist{list-style:decimal;padding-left:28px;margin:14px 0 22px;background:#fff;border:1px solid var(--tgl-line);border-radius:12px;box-shadow:var(--tgl-shadow);overflow:hidden}.tgl-ts-songlist__item{padding:10px 14px 10px 4px;border-bottom:1px solid var(--tgl-line);font-size:16px;line-height:1.4}.tgl-ts-songlist__item:last-child{border-bottom:0}.tgl-ts-songlist__item a{color:#0A3A8A;font-weight:600;text-decoration:none}.tgl-ts-songlist__item a:hover{color:#b8941f;text-decoration:underline}.tgl-smeta{margin:28px 0;padding:18px 20px;background:#fff8f1;border:1px solid #f1d9b9;border-radius:12px}.tgl-smeta__title{font-family:'Poppins','Inter',sans-serif;color:#0A3A8A;font-size:1.25rem;font-weight:800;margin:0 0 12px}.tgl-smeta__group{margin:14px 0 0}.tgl-smeta__group-title{font-family:'Poppins','Inter',sans-serif;color:#7a3e00;font-size:1rem;font-weight:700;margin:10px 0 6px;text-transform:uppercase;letter-spacing:.04em}.tgl-smeta__table{width:100%;border-collapse:collapse;font-size:.95rem}.tgl-smeta__table th,.tgl-smeta__table td{padding:8px 10px;border-bottom:1px solid #f1d9b9;vertical-align:top;text-align:left}.tgl-smeta__table th{width:35%;color:#4b5563;font-weight:600}.tgl-smeta__table td{color:#111827}.tgl-smeta__table a{color:#0A3A8A;text-decoration:underline}@media (max-width:520px){.tgl-smeta__table th{width:42%}}.tgl-breadcrumbs{margin:6px 0 12px;font-size:.86rem;color:var(--tgl-muted,#6b6257)}.tgl-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;margin:0;padding:0;list-style:none}.tgl-breadcrumbs__item{display:inline-flex;align-items:center;gap:6px;min-height:24px}.tgl-breadcrumbs__item+.tgl-breadcrumbs__item::before{content:"›";opacity:.55;margin-right:2px}.tgl-breadcrumbs a{color:inherit;text-decoration:none;border-bottom:1px solid #fff0}.tgl-breadcrumbs a:hover,.tgl-breadcrumbs a:focus-visible{color:var(--tgl-accent,#b4531a);border-bottom-color:currentColor}.tgl-breadcrumbs [aria-current="page"]{color:var(--tgl-ink,#241d16);font-weight:600}.tgl-discovery,.tgl-links{margin:26px 0}.tgl-discovery__heading,.tgl-links__heading{font-size:1.12rem;line-height:1.3;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--tgl-accent,#b4531a)}.tgl-discovery__heading a,.tgl-links__heading a{color:inherit;text-decoration:none}.tgl-discovery__list,.tgl-links__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px 14px;margin:0;padding:0;list-style:none}.tgl-discovery__item,.tgl-links__item{margin:0}.tgl-discovery__link,.tgl-links__link{display:flex;align-items:center;min-height:44px;padding:8px 10px;border:1px solid var(--tgl-line,#e6ded2);border-radius:10px;color:var(--tgl-ink,#241d16);text-decoration:none;background:var(--tgl-surface,#fff);transition:border-color .15s ease,background-color .15s ease}.tgl-discovery__link:hover,.tgl-links__link:hover,.tgl-discovery__link:focus-visible,.tgl-links__link:focus-visible{border-color:var(--tgl-accent,#b4531a);background:var(--tgl-surface-2,#fdf8f1)}.tgl-discovery__list,.tgl-links__list{min-height:52px}.tgl-sidebar .tgl-discovery__list,.tgl-sidebar .tgl-links__list{grid-template-columns:1fr;gap:8px}.tgl-searchform{display:flex;flex-wrap:wrap;gap:8px;position:relative;margin:10px 0}.tgl-searchform__input{flex:1 1 220px;min-height:44px;padding:10px 12px;border:1px solid var(--tgl-line,#e6ded2);border-radius:10px;font:inherit}.tgl-searchform__submit{min-height:44px;padding:10px 18px;border:0;border-radius:10px;background:var(--tgl-accent,#b4531a);color:#fff;font-weight:700;cursor:pointer}.tgl-searchform__submit:focus-visible{outline:2px solid var(--tgl-ink,#241d16);outline-offset:2px}.tgl-searchform__suggestions{position:absolute;top:100%;left:0;right:0;z-index:60;margin:4px 0 0;padding:4px;list-style:none;background:var(--tgl-surface,#fff);border:1px solid var(--tgl-line,#e6ded2);border-radius:10px;box-shadow:0 12px 28px rgb(0 0 0 / .12);max-height:340px;overflow:auto}.tgl-searchform__suggestions[hidden]{display:none}.tgl-searchform__suggestions li{margin:0}.tgl-searchform__suggestions a,.tgl-searchform__suggestions button{display:flex;width:100%;min-height:44px;align-items:center;gap:8px;padding:8px 10px;background:none;border:0;border-radius:8px;font:inherit;text-align:left;color:inherit;text-decoration:none;cursor:pointer}.tgl-searchform__suggestions [aria-selected="true"]>a,.tgl-searchform__suggestions a:hover,.tgl-searchform__suggestions a:focus-visible{background:var(--tgl-surface-2,#fdf8f1)}.tgl-search__summary{margin:8px 0 0;color:var(--tgl-muted,#6b6257)}.tgl-search__entity-hint{margin:4px 0 0;font-weight:600}.tgl-search-filters{display:flex;flex-wrap:wrap;gap:8px 10px;margin:14px 0}.tgl-search-filters__group{display:flex;flex-direction:column;gap:4px;min-width:150px}.tgl-search-filters__label{font-size:.8rem;font-weight:700;color:var(--tgl-muted,#6b6257)}.tgl-search-filters select{min-height:44px;padding:8px 10px;border:1px solid var(--tgl-line,#e6ded2);border-radius:10px;font:inherit}@media (max-width:640px){.tgl-discovery__list,.tgl-links__list{grid-template-columns:1fr}.tgl-breadcrumbs{font-size:.8rem}.tgl-searchform__submit{flex:1 1 100%}}@media (min-width:1600px){.tgl-discovery__list,.tgl-links__list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (orientation:landscape) and (max-height:520px){.tgl-searchform__suggestions{max-height:200px}}.tgl-breadcrumbs a,.tgl-discovery__link,.tgl-links__link,.tgl-searchform__submit{outline-offset:2px}@media (hover:none){.tgl-breadcrumbs__item{min-height:32px}}@media print{#lgenx-root{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:900px;margin:0 auto;padding:20px;box-sizing:border-box}#lgenx-root *,#lgenx-root *::before,#lgenx-root *::after{box-sizing:border-box}.lgenx-header{text-align:center;margin-bottom:30px}.lgenx-header-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:10px}.lgenx-header-title svg{width:32px;height:32px;color:#0A3A8A}.lgenx-header-title h1{font-size:24px;font-weight:700;color:#111827;margin:0}.lgenx-header p{color:#6B7280;font-size:14px;margin:0}.lgenx-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px rgb(0 0 0 / .08);border:1px solid #e5e5e5}.lgenx-toggle-section{background:rgb(7 176 162 / .05);border:1px solid rgb(7 176 162 / .1);border-radius:8px;padding:16px;margin-bottom:24px;text-align:center}.lgenx-toggle-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.lgenx-toggle-row svg{width:20px;height:20px;color:#0A3A8A}.lgenx-toggle-row span{font-weight:500;color:#111827}.lgenx-toggle-btn{padding:8px 16px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.2s ease;border:none;display:flex;align-items:center;gap:8px}.lgenx-toggle-btn.active{background:#FFB300;color:#111827;font-weight:600;box-shadow:0 2px 8px rgb(255 179 0 / .35)}.lgenx-toggle-btn:not(.active){background:#f1f1f1;color:#6B7280}.lgenx-toggle-hint{color:#0A3A8A;font-size:14px;margin-top:10px}.lgenx-field{margin-bottom:20px}.lgenx-field-label{display:flex;align-items:center;gap:8px;margin-bottom:8px}.lgenx-field-label svg{width:16px;height:16px;color:#0A3A8A}.lgenx-field-label label{font-size:14px;font-weight:500;color:#111827}.lgenx-field-label .required{color:#ef4444;margin-left:2px}.lgenx-field-label .auto-tag{color:#0A3A8A;font-size:12px;margin-left:8px}.lgenx-field input,.lgenx-field textarea{width:100%;padding:12px;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-family:inherit;transition:all 0.2s ease;background:#fff}.lgenx-field input:focus,.lgenx-field textarea:focus{outline:none;border-color:#0A3A8A;box-shadow:0 0 0 3px rgb(7 176 162 / .1)}.lgenx-field input:disabled,.lgenx-field textarea:disabled{background:#f9f9f9;color:#6B7280}.lgenx-field textarea{resize:vertical;min-height:120px}.lgenx-field-hint{font-size:12px;color:#6B7280;margin-top:6px}.lgenx-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:640px){.lgenx-grid-2{grid-template-columns:1fr}}.lgenx-tags-container{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;min-height:80px}.lgenx-tags-text{font-size:14px;color:#111827;margin-bottom:12px;line-height:1.5}.lgenx-tags-placeholder{color:#6B7280;font-size:14px}.lgenx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none}.lgenx-btn-outline{background:#fff0;border:1px solid #0A3A8A;color:#0A3A8A}.lgenx-btn-outline:hover{background:rgb(7 176 162 / .1)}.lgenx-btn-primary{background:#0A3A8A;color:#fff;width:100%;padding:16px;font-size:16px;font-weight:600;margin-top:24px}.lgenx-btn-primary:hover{background:#1976D2}.lgenx-btn svg{width:16px;height:16px}.lgenx-hidden{display:none}.lgenx-code-section{margin-top:30px;padding-top:30px;border-top:1px solid #e5e5e5}.lgenx-copy-meta-row{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.lgenx-copy-meta-label{font-size:14px;font-weight:500;color:#111827}.lgenx-copy-meta-spacer{margin-left:8px}.lgenx-focus-keyword-box{padding:4px 8px;font-size:12px;background:#f9f9f9;border:1px solid #e5e5e5;border-radius:6px;color:#111827;font-family:'Monaco','Menlo','Ubuntu Mono',monospace}.lgenx-code-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.lgenx-code-title{display:flex;align-items:center;gap:8px}.lgenx-code-title svg{width:20px;height:20px;color:#0A3A8A}.lgenx-code-title h3{font-size:18px;font-weight:600;color:#111827;margin:0}.lgenx-code-actions{display:flex;gap:8px}.lgenx-code-block{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;padding:16px;overflow-x:auto;max-height:500px;overflow-y:auto}.lgenx-code-block pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:'Monaco','Menlo','Ubuntu Mono',monospace;font-size:13px;color:#111827;line-height:1.5}.lgenx-preview-section{margin-top:24px}.lgenx-preview-title{display:flex;align-items:center;gap:8px;margin-bottom:12px}.lgenx-preview-title svg{width:20px;height:20px;color:#0A3A8A}.lgenx-preview-title h3{font-size:18px;font-weight:600;color:#111827;margin:0}.lgenx-preview-content{border:1px solid #e5e5e5;border-radius:8px;padding:24px;background:#fff;overflow:auto;max-height:600px}.lgenx-footer{text-align:center;margin-top:24px;color:#6B7280;font-size:14px}.lgenx-ppt-wrap{display:flex;flex-direction:column;gap:16px;margin:16px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.lgenx-ppt-wrap,.lgenx-ppt-wrap *{box-sizing:border-box}.lgenx-ppt-box{position:relative;border:2px solid #0A3A8A;border-radius:10px;padding:16px 18px;background:#F9FAFB;text-align:left;margin:0;list-style:none;transition:all 0.2s ease}.lgenx-ppt-box:hover{box-shadow:0 4px 12px rgb(13 71 161 / .15)}.lgenx-ppt-label{display:block;margin:0 0 10px 0;color:#0A3A8A;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.lgenx-ppt-content{display:block}.lgenx-ppt-line{display:block;margin:0 0 10px 0;line-height:1.55}.lgenx-ppt-en{color:#374151;font-style:italic;font-weight:400}.lgenx-ppt-te{color:#111827;font-weight:500}.lgenx-ppt-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0 0;padding:0}.lgenx-ppt-btn{display:inline-flex;align-items:center;width:auto;height:auto;padding:6px 12px;border:1px solid #FFB300;border-radius:6px;background:#FFB300;color:#111827;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:0;text-transform:none;box-shadow:none;text-shadow:none;cursor:pointer;transition:all 0.15s ease}.lgenx-ppt-btn:hover{background:#E69F00;border-color:#E69F00;color:#111827}.lgenx-ppt-edit-area{display:block;width:100%;min-height:140px;margin:0;padding:10px;border:1px solid #0A3A8A;border-radius:6px;background:#fff;color:#111827;font-family:inherit;font-size:14px;line-height:1.6;resize:vertical}.lgenx-ppt-hint{display:block;margin:8px 0 0 0;color:#6B7280;font-size:12px;font-style:italic;text-align:right}.lgenx-toast{position:fixed;bottom:20px;right:20px;background:#111827;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;z-index:9999;animation:lgenx-toast-in 0.3s ease}@keyframes lgenx-toast-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){#lgenx-root{padding:10px}.lgenx-card{padding:20px}.lgenx-header-title h1{font-size:20px}.lgenx-code-header{flex-direction:column;align-items:flex-start}.lgenx-copy-meta-spacer{margin-left:0}}.lgenx-lyrics{text-align:left;max-width:700px;margin:0 auto 1em;line-height:1.7;word-wrap:break-word}@media (max-width:768px){.lgenx-lyrics{max-width:100%;padding:0 8px;font-size:15px;line-height:1.65}}@media (min-width:769px) and (max-width:1024px){.lgenx-lyrics{max-width:90%}}.lgenx-lyrics+div>iframe,div>iframe[src*="youtube.com/embed"]{max-width:100%;display:block;margin:0 auto}@media (max-width:768px){div>iframe[src*="youtube.com/embed"]{width:100%;height:auto;aspect-ratio:16 / 9}}.lgenx-explore-heading{text-align:center;margin:30px 0 12px;font-size:20px;font-weight:700;font-family:'Playfair Display',Georgia,serif;color:var(--lgenx-primary,#0A3A8A)}.lgenx-explore-intro{text-align:justify;max-width:700px;margin:10px auto 16px;line-height:1.65;color:var(--lgenx-text,#0f1a2e)}.lgenx-explore-list{max-width:600px;margin:16px auto 24px;padding:0;list-style:none}.lgenx-explore-list li{padding:10px 0;border-bottom:1px solid var(--lgenx-border,#e2e8f2)}.lgenx-explore-list li:last-child{border-bottom:none}.lgenx-explore-list a{color:var(--lgenx-primary,#0A3A8A);text-decoration:none;font-weight:500;font-size:15px;transition:color 0.2s ease}.lgenx-explore-list a:hover{color:var(--lgenx-secondary,#1976D2);text-decoration:underline}}.lgenx-title{font-family:'Poppins','Inter',sans-serif;font-weight:800;color:#0A3A8A}.lgenx-subtitle{font-family:'Poppins','Inter',sans-serif;font-weight:700;color:#0A3A8A;margin-top:1.4em}.lgenx-text{font-family:'Inter','Noto Sans Telugu',sans-serif;line-height:1.7;color:#1C1A18}.lgenx-explore-heading{text-align:center;font-family:'Poppins','Inter',sans-serif;color:#0A3A8A;font-weight:700;margin-top:1.6em}.lgenx-explore-intro{text-align:center;color:#1C1A18}.lgenx-explore-list{margin:0 auto;max-width:720px}.lgenx-faq-title{text-align:center;margin-top:1.6em;color:#0A3A8A}.lgenx-faq p{margin:.4em 0 .8em;line-height:1.6}h2.lgenx-title{font-size:clamp(1.35rem,4.2vw,1.9rem);line-height:1.3;margin:0 0 .6em}h3.lgenx-subtitle{font-size:clamp(1.15rem,3.4vw,1.4rem)}h4.lgenx-subtitle{font-size:clamp(1.02rem,3vw,1.18rem);font-weight:700;margin-top:1.2em}.lgenx-btn-wrap{display:flex;justify-content:center;margin:18px 0 22px}.lgenx-btn{display:inline-block;padding:10px 22px;background:#0A3A8A;color:#fff;font-family:'Poppins','Inter',sans-serif;font-weight:700;border-radius:8px;text-decoration:none;transition:background .15s,box-shadow .15s}.lgenx-btn:hover,.lgenx-btn:focus{background:#083173;box-shadow:0 6px 18px -6px rgb(10 58 138 / .5);color:#fff;text-decoration:none}.lgenx-btn-primary{background:#E8843A}.lgenx-btn-primary:hover,.lgenx-btn-primary:focus{background:#c96f2c}@media (max-width:600px){.lgenx-table th,.lgenx-table td{padding:8px 10px;font-size:.95em}.lgenx-btn{padding:9px 18px}}html{scroll-padding-top:calc(var(--tgl-header-height, 96px) + 12px)}.tgl-post-title,.tgl-content h2,.tgl-content h3,.tgl-content h4,.tgl-section-title{scroll-margin-top:calc(var(--tgl-header-height, 96px) + 12px)}.tgl-content,.tgl-content .tgl-lyrics,.tgl-content .tgl-text{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tgl-content,.tgl-content p,.tgl-content li,.tgl-content .tgl-lyrics,.tgl-content .tgl-text{overflow-wrap:break-word;hyphens:none}.tgl-content p,.tgl-content .tgl-lyrics,.tgl-content .tgl-text{text-wrap:pretty}.tgl-post-title,.tgl-content h2,.tgl-content h3,.tgl-content h4{text-wrap:balance}@media (max-width:768px){.tgl-share-btn{width:44px;height:44px}.tgl-share-btn svg{width:20px;height:20px}.tgl-toc__toggle{min-height:44px}}.tgl-hero--search .tgl-hero__inner{max-width:860px;margin:0 auto;padding:clamp(32px, 6vw, 72px) 16px clamp(28px, 5vw, 56px);text-align:center}.tgl-hero--search .tgl-hero__title{font-size:clamp(1.75rem, 4.6vw, 3rem);line-height:1.15;margin:6px 0 10px;text-wrap:balance}.tgl-hero--search .tgl-hero__sub{font-size:clamp(0.98rem, 1.6vw, 1.12rem);line-height:1.6;max-width:62ch;margin:0 auto 22px;opacity:.92}.tgl-hero__searchwrap{position:relative;max-width:680px;margin:0 auto}.tgl-hero__searchwrap .tgl-searchform{display:flex;gap:8px;position:relative}.tgl-hero__searchwrap .tgl-searchform__input{flex:1 1 auto;min-width:0;height:56px;padding:0 18px;font-size:1.05rem;border-radius:12px}.tgl-hero__searchwrap .tgl-searchform__submit{flex:0 0 auto;min-height:56px;padding:0 22px;border-radius:12px;font-weight:700;cursor:pointer}.tgl-searchform__suggestions{position:absolute;z-index:60;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;max-height:340px;overflow-y:auto;border-radius:12px;background:#fff;border:1px solid rgb(0 0 0 / .12);box-shadow:0 18px 40px rgb(0 0 0 / .16);text-align:left}.tgl-searchform__suggestions[hidden]{display:none}.tgl-searchform__suggestions li{margin:0;padding:0}.tgl-searchform__suggestions a,.tgl-searchform__suggestions .tgl-suggest__item{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 12px;border-radius:8px;text-decoration:none;color:inherit;cursor:pointer}.tgl-searchform__suggestions li[aria-selected="true"]>*,.tgl-searchform__suggestions a:hover,.tgl-searchform__suggestions a:focus-visible{background:rgb(0 0 0 / .06)}.tgl-suggest__type{margin-left:auto;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;opacity:.6;flex:0 0 auto}.tgl-suggest__label{min-width:0;overflow-wrap:anywhere}.tgl-hero__quick{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.tgl-hero__chip{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgb(0 0 0 / .14);background:rgb(255 255 255 / .9);color:inherit;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform 0.15s ease,box-shadow 0.15s ease}.tgl-hero__chip:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgb(0 0 0 / .12)}.tgl-hero__chip-icon{font-size:.95em;line-height:1}.tgl-hero__stats{margin:16px 0 0;font-size:.9rem;opacity:.85}.tgl-hero__stat+.tgl-hero__stat::before{content:"·";margin:0 8px;opacity:.6}.tgl-alphabet{padding-block:clamp(24px, 4vw, 44px)}.tgl-alphabet__group+.tgl-alphabet__group{margin-top:24px}.tgl-alphabet__group>h3{font-size:1rem;margin:0 0 10px;opacity:.85}.tgl-alphabet__grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(56px,1fr))}.tgl-alphabet__grid>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:52px;padding:6px 4px;border-radius:10px;border:1px solid rgb(0 0 0 / .12);text-decoration:none;color:inherit;font-weight:700;line-height:1.1;transition:background 0.15s ease,transform 0.15s ease}.tgl-alphabet__grid>a:hover{transform:translateY(-1px);background:rgb(0 0 0 / .05)}.tgl-alphabet__grid>a.is-active{border-color:currentColor;background:rgb(0 0 0 / .07)}.tgl-alpha__count{font-size:.68rem;font-weight:500;opacity:.65}.tgl-alphabet__grid>a.is-empty{opacity:.4;pointer-events:none}.tgl-ts-catgrid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.tgl-ts-catcard{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-height:72px;padding:12px 14px;border-radius:14px;border:1px solid rgb(0 0 0 / .1);background:rgb(255 255 255 / .85);text-decoration:none;color:inherit;transition:transform 0.16s ease,box-shadow 0.16s ease,border-color 0.16s ease}.tgl-ts-catcard:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(0 0 0 / .1);border-color:rgb(0 0 0 / .2)}.tgl-ts-catcard__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:rgb(0 0 0 / .06);font-size:1.15rem;line-height:1}.tgl-ts-catcard__text{min-width:0}.tgl-ts-catcard__name{display:block;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.tgl-ts-catcard__count{display:block;font-size:.8rem;opacity:.7;margin-top:2px}.tgl-summary{margin:18px 0 22px;padding:16px 18px;border-radius:14px;border:1px solid rgb(0 0 0 / .1);background:rgb(0 0 0 / .025)}.tgl-summary__title{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;opacity:.75}.tgl-summary__grid{display:grid;gap:10px 20px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin:0}.tgl-summary__cell{min-width:0}.tgl-summary__label{font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;opacity:.62;margin:0 0 2px}.tgl-summary__value{margin:0;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.tgl-summary__value a{text-decoration:none}.tgl-summary__value a:hover{text-decoration:underline}.tgl-discovery{margin:26px 0}.tgl-discovery__title{font-size:1.15rem;margin:0 0 12px}.tgl-discovery__title a{text-decoration:none;color:inherit}.tgl-discovery__title a:hover{text-decoration:underline}.tgl-discovery__list{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));list-style:none;margin:0;padding:0}.tgl-discovery__item{margin:0}.tgl-discovery__link{display:flex;align-items:center;gap:12px;min-height:56px;padding:8px 12px;border-radius:12px;border:1px solid rgb(0 0 0 / .09);text-decoration:none;color:inherit;transition:transform 0.15s ease,box-shadow 0.15s ease}.tgl-discovery__link:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgb(0 0 0 / .1)}.tgl-discovery__thumb{flex:0 0 auto;width:60px;height:40px;object-fit:cover;border-radius:8px;background:rgb(0 0 0 / .06)}.tgl-discovery__label{min-width:0;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.tgl-sidebar .tgl-discovery__list,.tgl-continue .tgl-discovery__list{grid-template-columns:minmax(0,1fr)}.tgl-continue{margin:26px 0}.tgl-sidebar .tgl-widget{margin-bottom:22px}.tgl-sidebar .tgl-widget-title{font-size:.86rem;text-transform:uppercase;letter-spacing:.06em;opacity:.72;margin:0 0 10px}.tgl-sidebar .tgl-searchform{display:flex;gap:6px;position:relative}.tgl-sidebar .tgl-searchform__input{flex:1 1 auto;min-width:0;min-height:44px}.tgl-sidebar .tgl-searchform__submit{min-height:44px}@media (min-width:1024px){.tgl-sidebar__sticky{position:sticky;top:calc(var(--tgl-header-height, 64px) + 16px)}}@media (max-width:1023px){.tgl-sidebar__sticky{position:static}}.tgl-footer-discovery{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:26px;padding-top:22px;border-top:1px solid rgb(255 255 255 / .12)}.tgl-footer-chips{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.tgl-footer-chips li{margin:0}.tgl-footer-chips a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgb(255 255 255 / .2);font-size:.85rem;text-decoration:none}.tgl-footer-chips a:hover{background:rgb(255 255 255 / .12)}.tgl-search-head{margin-bottom:18px}.tgl-search-head .tgl-searchform{display:flex;gap:8px;position:relative;max-width:640px}.tgl-search-head .tgl-searchform__input{flex:1 1 auto;min-width:0;min-height:52px;font-size:1.02rem}.tgl-search-head .tgl-searchform__submit{min-height:52px;padding:0 20px}.tgl-search-filters{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 4px}.tgl-search-filters select,.tgl-search-filters input{min-height:44px}.tgl-skeleton{border-radius:10px;background:linear-gradient(90deg,rgb(0 0 0 / .06) 25%,rgb(0 0 0 / .11) 37%,rgb(0 0 0 / .06) 63%);background-size:400% 100%;animation:tgl-shimmer 1.3s ease infinite}.tgl-skeleton--line{height:14px;margin-bottom:8px}.tgl-skeleton--card{height:56px;margin-bottom:10px}@keyframes tgl-shimmer{0%{background-position:100% 50%}100%{background-position:0 50%}}.tgl-empty{padding:26px 20px;border-radius:14px;border:1px dashed rgb(0 0 0 / .18);text-align:center}.tgl-empty__title{margin:0 0 6px;font-size:1.1rem}.tgl-empty__text{margin:0 0 14px;opacity:.78}.tgl-hero__chip:focus-visible,.tgl-alphabet__grid>a:focus-visible,.tgl-ts-catcard:focus-visible,.tgl-discovery__link:focus-visible,.tgl-footer-chips a:focus-visible,.tgl-searchform__input:focus-visible,.tgl-searchform__submit:focus-visible{outline:3px solid currentColor;outline-offset:2px;border-radius:10px}@media (prefers-reduced-motion:reduce){.tgl-hero__chip,.tgl-ts-catcard,.tgl-discovery__link,.tgl-alphabet__grid>a{transition:none}.tgl-hero__chip:hover,.tgl-ts-catcard:hover,.tgl-discovery__link:hover,.tgl-alphabet__grid>a:hover{transform:none}.tgl-skeleton{animation:none}}@media (max-width:600px){.tgl-discovery__list{grid-template-columns:minmax(0,1fr)}.tgl-ts-catgrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.tgl-alphabet__grid{grid-template-columns:repeat(auto-fill,minmax(48px,1fr))}.tgl-summary{padding:14px}.tgl-hero--search .tgl-hero__inner{padding-top:26px}}:root{--tgl-rail-gap:18px;--tgl-rail-radius:16px;--tgl-rail-pad:16px;--tgl-rail-border:rgba(15, 23, 42, 0.09);--tgl-rail-surface:#fff;--tgl-rail-hover:rgba(15, 23, 42, 0.04);--tgl-rail-muted:rgba(15, 23, 42, 0.55);--tgl-touch:44px}.tgl-sidebar{display:flex;flex-direction:column;gap:var(--tgl-rail-gap);min-width:0}.tgl-rail{background:var(--tgl-rail-surface);border:1px solid var(--tgl-rail-border);border-radius:var(--tgl-rail-radius);padding:var(--tgl-rail-pad);box-shadow:0 1px 2px rgb(15 23 42 / .04)}.tgl-rail--search{padding:14px}.tgl-rail__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:10px;margin-bottom:12px}.tgl-rail__title{display:flex;align-items:center;gap:8px;min-width:0;margin:0;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;line-height:1.3}.tgl-rail__title>span:last-child{min-width:0;overflow-wrap:anywhere}.tgl-rail__icon{flex:0 0 auto;font-size:1rem;line-height:1}.tgl-rail__more{flex:0 0 auto;font-size:.75rem;font-weight:600;text-decoration:none;color:var(--tgl-rail-muted);white-space:nowrap}.tgl-rail__more:hover,.tgl-rail__more:focus-visible{text-decoration:underline}.tgl-rail__songs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;counter-reset:tgl-rank}.tgl-rail__songlink{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:var(--tgl-touch);padding:6px 8px;margin:0 -8px;border-radius:10px;text-decoration:none;color:inherit;transition:background-color 0.15s ease}.tgl-rail__songlink:hover,.tgl-rail__songlink:focus-visible{background:var(--tgl-rail-hover)}.tgl-rail__rank{flex:0 0 auto;width:24px;text-align:center;font-size:.9375rem;font-weight:800;font-variant-numeric:tabular-nums;color:rgb(15 23 42 / .28)}.tgl-rail__songs--ranked>li:nth-child(1) .tgl-rail__rank,.tgl-rail__songs--ranked>li:nth-child(2) .tgl-rail__rank,.tgl-rail__songs--ranked>li:nth-child(3) .tgl-rail__rank{color:var(--tgl-gold,#b8860b)}.tgl-rail__thumb{flex:0 0 auto;width:56px;height:56px;border-radius:8px;object-fit:cover;background:var(--tgl-rail-hover)}.tgl-rail__songtitle{min-width:0;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tgl-rail__chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.tgl-chip{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:6px 12px;border:1px solid var(--tgl-rail-border);border-radius:999px;background:rgb(15 23 42 / .02);font-size:.8125rem;font-weight:500;line-height:1.2;text-decoration:none;color:inherit;transition:background-color 0.15s ease,border-color 0.15s ease}.tgl-chip:hover,.tgl-chip:focus-visible{background:var(--tgl-rail-hover);border-color:rgb(15 23 42 / .2)}.tgl-chip__label{min-width:0;overflow-wrap:anywhere}.tgl-chip__count{font-size:.6875rem;font-variant-numeric:tabular-nums;color:var(--tgl-rail-muted)}.tgl-rail--support{background:linear-gradient(160deg,rgb(184 134 11 / .08),rgb(184 134 11 / .02));border-color:rgb(184 134 11 / .25)}.tgl-support__text{margin:0 0 12px;font-size:.8125rem;line-height:1.55;color:var(--tgl-rail-muted)}.tgl-support__actions{display:flex;flex-wrap:wrap;gap:8px;margin:0}.tgl-support__actions .tgl-btn{flex:1 1 auto;justify-content:center;min-height:var(--tgl-touch)}.tgl-btn{display:inline-flex;align-items:center;gap:8px;min-height:var(--tgl-touch);padding:10px 18px;border-radius:10px;border:1px solid #fff0;font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform 0.12s ease,box-shadow 0.15s ease,background-color 0.15s ease}.tgl-btn:hover{transform:translateY(-1px)}.tgl-btn:active{transform:translateY(0)}.tgl-btn--ghost{background:#fff0;border-color:var(--tgl-rail-border);color:inherit}.tgl-btn--ghost:hover{background:var(--tgl-rail-hover)}.tgl-searchshortcuts{display:flex;flex-direction:column;gap:10px;margin-top:12px}.tgl-searchshortcuts__group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tgl-searchshortcuts__label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tgl-rail-muted)}.tgl-searchshortcuts__list{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0}.tgl-searchshortcuts__clear{min-height:32px;padding:4px 10px;border:0;border-radius:999px;background:none;font-size:.75rem;color:var(--tgl-rail-muted);cursor:pointer;text-decoration:underline}.tgl-summary__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid rgb(0 0 0 / .1)}.tgl-summary__grid+.tgl-summary__actions{margin-top:14px}.tgl-media-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:999px;border:1px solid rgb(0 0 0 / .14);background:rgb(255 255 255 / .7);font-weight:700;font-size:.95rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.tgl-media-btn:hover,.tgl-media-btn:focus-visible{text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .12)}.tgl-media-btn__icon{font-size:1rem;line-height:1}.tgl-media-btn--youtube{border-color:rgb(255 0 0 / .35)}.tgl-media-btn--track{border-color:rgb(0 0 0 / .2)}@media (prefers-reduced-motion:reduce){.tgl-media-btn{transition:none}.tgl-media-btn:hover,.tgl-media-btn:focus-visible{transform:none}}@media (min-width:1200px){.tgl-sidebar__sticky{position:sticky;top:88px}}@media (max-width:767px){:root{--tgl-rail-pad:14px;--tgl-rail-gap:14px}.tgl-rail__thumb{width:48px;height:48px}.tgl-media-btn{flex:1 1 100%;justify-content:center}}.tgl-rail a:focus-visible,.tgl-rail button:focus-visible,.tgl-chip:focus-visible,.tgl-btn:focus-visible{outline:3px solid var(--tgl-gold,#b8860b);outline-offset:2px;border-radius:8px}@media (prefers-reduced-motion:reduce){.tgl-rail__songlink,.tgl-chip,.tgl-btn{transition:none}.tgl-btn:hover{transform:none}}@media (prefers-color-scheme:dark){:root{--tgl-rail-border:rgba(226, 232, 240, 0.14);--tgl-rail-surface:rgba(226, 232, 240, 0.03);--tgl-rail-hover:rgba(226, 232, 240, 0.08);--tgl-rail-muted:rgba(226, 232, 240, 0.6)}.tgl-rail__rank{color:rgb(226 232 240 / .35)}}.tgl-summary-term{color:var(--tgl-link,#0A3A8A);text-decoration:none;border-bottom:1px solid #fff0}.tgl-summary-term:hover,.tgl-summary-term:focus-visible{border-bottom-color:currentColor}.tgl-adframe{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:100%;min-height:inherit;box-sizing:border-box;border-radius:14px;overflow:hidden}.tgl-adframe--bordered{border:1px solid rgb(15 23 42 / .1);background:linear-gradient(180deg,rgb(148 163 184 / .06),rgb(148 163 184 / .02));padding:8px 8px 10px}.tgl-adframe__unit{position:relative;z-index:1;width:100%;min-width:0}.tgl-adframe__unit>.tgl-ad{margin:0 auto}.tgl-adframe__label{display:block;z-index:2;margin:0 0 6px;font-size:.625rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;text-align:center;color:rgb(15 23 42 / .45);line-height:1.2;user-select:none}.tgl-adframe__skeleton{position:absolute;inset:8px;z-index:0;display:none;border-radius:10px;background:linear-gradient(100deg,rgb(148 163 184 / .1) 30%,rgb(148 163 184 / .2) 50%,rgb(148 163 184 / .1) 70%);background-size:220% 100%;animation:tgl-ad-shimmer 1.5s linear infinite}.tgl-adframe.is-loading .tgl-adframe__skeleton{display:block}@keyframes tgl-ad-shimmer{from{background-position:180% 0}to{background-position:-20% 0}}.tgl-adframe.is-filled .tgl-adframe__skeleton{display:none}.tgl-adpos.is-empty,.tgl-adframe.is-empty{display:none!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}.tgl-adframe--sticky{border-radius:16px}@media (max-width:1199px) and (min-width:768px){.tgl-adframe--bordered{padding:8px;border-radius:12px}}@media (max-width:767px){.tgl-adframe--bordered{padding:6px 6px 8px;border-radius:12px}.tgl-adframe__label{font-size:.6rem;margin-bottom:4px}.tgl-adframe__skeleton{inset:6px}}@media (orientation:landscape) and (max-height:500px){.tgl-adframe--bordered{padding:4px;border-radius:8px}.tgl-adframe__skeleton{inset:4px}}.tgl-anchor-ad .tgl-adframe--bordered{border:0;background:none;padding:0;border-radius:0}.tgl-anchor-ad .tgl-adframe__label{display:none}@media (prefers-reduced-motion:reduce){.tgl-adframe__skeleton{animation:none}}@media print{.tgl-adframe{display:none!important}}@media (prefers-color-scheme:dark){.tgl-adframe--bordered{border-color:rgb(226 232 240 / .14);background:linear-gradient(180deg,rgb(226 232 240 / .05),rgb(226 232 240 / .02))}.tgl-adframe__label{color:rgb(226 232 240 / .55)}}@media (prefers-contrast:more){.tgl-adframe--bordered{border-color:currentColor}.tgl-adframe__label{color:inherit;opacity:.9}}html[data-theme="dark"]{--tgl-bg:#1C1A18;--tgl-surface:#3D342C;--tgl-surface-2:#3D342C;--tgl-text:#F3E7D8;--tgl-muted:#A0968A;--tgl-line:rgba(255,255,255,.10);--tgl-card:#3D342C;--tgl-accent:#F5A54A;color-scheme:dark;background:#1C1A18!important}html[data-theme="dark"] body{background:#1C1A18!important;color:#F3E7D8!important}html[data-theme="dark"] .tgl-article,html[data-theme="dark"] .tgl-widget,html[data-theme="dark"] .tgl-pcard,html[data-theme="dark"] .tgl-card,html[data-theme="dark"] .tgl-related-card,html[data-theme="dark"] .tgl-hero,html[data-theme="dark"] .tgl-container .tgl-block,html[data-theme="dark"] .lgenx-table,html[data-theme="dark"] .tgl-table{background:#3D342C!important;color:#F3E7D8!important;border-color:rgb(255 255 255 / .10)!important;box-shadow:0 1px 2px rgb(0 0 0 / .4)!important}html[data-theme="dark"] .tgl-content,html[data-theme="dark"] .tgl-content p,html[data-theme="dark"] .tgl-content li,html[data-theme="dark"] .tgl-post-title,html[data-theme="dark"] .tgl-widget-title,html[data-theme="dark"] .tgl-pcard__title,html[data-theme="dark"] .tgl-pcard__excerpt,html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6{color:#F3E7D8!important}html[data-theme="dark"] .tgl-content p,html[data-theme="dark"] .tgl-content li,html[data-theme="dark"] .tgl-pcard__excerpt,html[data-theme="dark"] .tgl-muted,html[data-theme="dark"] small,html[data-theme="dark"] .tgl-meta{color:#D9C9B4!important}html[data-theme="dark"] a{color:#7dd3fc}html[data-theme="dark"] a:hover{color:#F5A54A}html[data-theme="dark"] hr,html[data-theme="dark"] .tgl-divider{border-color:rgb(255 255 255 / .10)!important}html[data-theme="dark"] th,html[data-theme="dark"] td{border-color:rgb(255 255 255 / .10)!important}html[data-theme="dark"] thead th,html[data-theme="dark"] .lgenx-table thead th,html[data-theme="dark"] .tgl-table thead th{background:#3D342C!important;color:#F3E7D8!important}html[data-theme="dark"] code,html[data-theme="dark"] pre,html[data-theme="dark"] blockquote{background:#1C1A18!important;color:#E7DDD2!important;border-color:rgb(255 255 255 / .10)!important}html[data-theme="dark"] ::selection{background:#F5A54A;color:#1C1A18}html[data-theme="dark"] .tgl-header,html[data-theme="dark"] .tgl-header--v2,html[data-theme="dark"] .tgl-navbar,html[data-theme="dark"] .tgl-topbar,html[data-theme="dark"] .tgl-ticker{background:#1C1A18!important;color:#F3E7D8!important;border-color:rgb(255 255 255 / .10)!important}html[data-theme="dark"] .tgl-header-search__input,html[data-theme="dark"] input[type="search"],html[data-theme="dark"] input[type="text"],html[data-theme="dark"] input[type="email"],html[data-theme="dark"] input[type="url"],html[data-theme="dark"] select,html[data-theme="dark"] textarea{background:#1C1A18!important;color:#F3E7D8!important;border-color:rgb(255 255 255 / .18)!important}html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#A0968A!important}html[data-theme="dark"] .tgl-ad-box{background:#1C1A18!important;color:#A0968A!important;border-color:rgb(255 255 255 / .10)!important}html[data-theme="dark"] .tgl-btn,html[data-theme="dark"] button.tgl-btn{background:#F5A54A!important;color:#1C1A18!important;border-color:transparent!important}html[data-theme="dark"] .tgl-btn:hover{background:#f59e0b!important}html[data-theme="dark"] img{filter:brightness(.92)}.tgl-floattoggle{position:fixed;z-index:9999;width:48px;height:48px;border-radius:50%;border:1px solid rgb(0 0 0 / .08);background:#fff;color:#1C1A18;cursor:pointer;box-shadow:0 6px 18px rgb(15 23 42 / .18);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,color .2s ease;padding:0}.tgl-floattoggle:hover{transform:scale(1.08)}.tgl-floattoggle svg{width:22px;height:22px;fill:currentColor}.tgl-floattoggle .tgl-floattoggle__icon{display:none;line-height:0}.tgl-floattoggle .tgl-floattoggle__icon--moon{display:inline-flex}html[data-theme="dark"] .tgl-floattoggle{background:#3D342C;color:#F5A54A;border-color:rgb(255 255 255 / .12);box-shadow:0 6px 18px rgb(0 0 0 / .5)}html[data-theme="dark"] .tgl-floattoggle .tgl-floattoggle__icon--moon{display:none}html[data-theme="dark"] .tgl-floattoggle .tgl-floattoggle__icon--sun{display:inline-flex}.tgl-floattoggle--bottom-right{right:18px;bottom:18px}.tgl-floattoggle--bottom-left{left:18px;bottom:18px}.tgl-floattoggle--top-right{right:18px;top:84px}.tgl-floattoggle--top-left{left:18px;top:84px}@media (max-width:860px){.tgl-floattoggle--bottom-right,.tgl-floattoggle--bottom-left{bottom:18px}}.tgl-drawer{position:fixed;inset:0;z-index:10010}.tgl-drawer[hidden]{display:none}.tgl-drawer__scrim{position:absolute;inset:0;background:rgb(28 26 24 / .55);opacity:0;transition:opacity .25s ease}.tgl-drawer.is-open .tgl-drawer__scrim{opacity:1}.tgl-drawer__panel{position:absolute;top:0;left:0;height:100%;width:min(86vw,340px);background:#fff;color:#3D342C;box-shadow:2px 0 24px rgb(0 0 0 / .25);transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.tgl-drawer.is-open .tgl-drawer__panel{transform:translateX(0)}html[data-theme="dark"] .tgl-drawer__panel{background:#3D342C;color:#FDEAD3}.tgl-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgb(0 0 0 / .08);position:sticky;top:0;background:inherit;z-index:1}.tgl-drawer__title{font-weight:800;font-size:16px}.tgl-drawer__close{width:38px;height:38px;border-radius:50%;border:0;background:rgb(0 0 0 / .06);cursor:pointer;font-size:18px}.tgl-drawer__search{display:flex;gap:6px;padding:12px 16px;border-bottom:1px solid rgb(0 0 0 / .08)}.tgl-drawer__search input{flex:1;min-width:0;padding:10px 12px;border-radius:10px;border:1px solid rgb(0 0 0 / .12);font:inherit}.tgl-drawer__search button{width:42px;border:0;border-radius:10px;background:#3D342C;color:#fff;cursor:pointer}.tgl-drawer__nav,.tgl-drawer__cats{padding:6px 8px 12px}.tgl-drawer__list,.tgl-drawer__cats ul{list-style:none;padding:0;margin:0}.tgl-drawer__list li a,.tgl-drawer__cats ul li a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:10px;text-decoration:none;color:inherit;font-weight:600;font-size:15px}.tgl-drawer__list li a:hover,.tgl-drawer__cats ul li a:hover{background:rgb(11 21 48 / .06)}html[data-theme="dark"] .tgl-drawer__list li a:hover,html[data-theme="dark"] .tgl-drawer__cats ul li a:hover{background:rgb(255 255 255 / .06)}.tgl-drawer__cats h4{margin:8px 14px 6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.tgl-drawer__cats ul li a span{font-size:12px;color:#6b7280;font-weight:500}.tgl-drawer__foot{margin-top:auto;padding:14px 16px;border-top:1px solid rgb(0 0 0 / .08)}.tgl-darktoggle{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:12px;border:1px solid rgb(0 0 0 / .1);background:#fff0;cursor:pointer;font-weight:700;font-size:14px;color:inherit}.tgl-darktoggle[aria-pressed="true"]{background:#3D342C;color:#fff;border-color:#3D342C}html[data-theme="dark"] .tgl-darktoggle{border-color:rgb(255 255 255 / .15)}@media (max-width:860px){.tgl-content{font-size:16px;line-height:1.8}.tgl-content p{margin:0 0 14px}.tgl-content h2,.tgl-content h3{margin:22px 0 10px}.tgl-btn{min-height:44px;padding:10px 16px}.tgl-pcard__title{font-size:16px}.tgl-content a{padding:2px 0}}@media print{.tgl-drawer{display:none!important}}.tgl-drawer__panel{width:min(90vw,360px);padding-bottom:calc(16px + env(safe-area-inset-bottom))}.tgl-drawer__list li a,.tgl-drawer__cats ul li a{min-height:48px;padding:13px 14px;font-size:16px}.tgl-drawer__section{padding:14px 16px;border-top:1px solid rgb(0 0 0 / .08)}html[data-theme="dark"] .tgl-drawer__section{border-color:rgb(255 255 255 / .10)}.tgl-drawer__section h4{margin:0 0 6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}html[data-theme="dark"] .tgl-drawer__section h4{color:#D9C9B4}.tgl-drawer__hint{margin:0 0 10px;font-size:13px;line-height:1.5;opacity:.85}.tgl-drawer__link{display:inline-block;margin-top:10px;font-size:13px;font-weight:600;text-decoration:underline;color:inherit}.tgl-drawer__resources summary{cursor:pointer;list-style:none;font-weight:800;font-size:15px;min-height:48px;display:flex;align-items:center;justify-content:space-between}.tgl-drawer__resources summary::-webkit-details-marker{display:none}.tgl-drawer__resources summary::after{content:'▾';transition:transform .2s ease}.tgl-drawer__resources[open] summary::after{transform:rotate(180deg)}.tgl-notify-status{margin:0 0 10px;font-size:14px;font-weight:700}.tgl-notify-status[data-state="on"]{color:#15803d}.tgl-notify-status[data-state="blocked"]{color:#b45309}.tgl-notify-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:12px 18px;border:0;border-radius:999px;background:var(--tgl-primary,#0A3A8A);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:filter .2s ease}.tgl-notify-btn:hover{filter:brightness(1.08)}.tgl-notify-btn[data-state="on"]{background:#fff0;color:inherit;border:1px solid currentColor}.tgl-notify-btn[disabled]{opacity:.6;cursor:not-allowed}.tgl-notify-btn--lg{max-width:340px;font-size:16px}.tgl-notifications-page{padding:22px}.tgl-notifications-lede{font-size:16px;line-height:1.7}.tgl-notify-panel{margin:18px 0 26px;padding:18px;border-radius:14px;background:rgb(10 58 138 / .06)}html[data-theme="dark"] .tgl-notify-panel{background:rgb(255 255 255 / .06)}.tgl-notify-help{margin:10px 0 0;font-size:13px;opacity:.8}.tgl-notifications-list{line-height:1.8}.tgl-faq details{border-top:1px solid rgb(0 0 0 / .08);padding:12px 0}html[data-theme="dark"] .tgl-faq details{border-color:rgb(255 255 255 / .12)}.tgl-faq summary{cursor:pointer;font-weight:700;min-height:44px;display:flex;align-items:center}.tgl-faq p{margin:8px 0 0;line-height:1.7}.tgl-compat-table{width:100%;border-collapse:collapse}.tgl-compat-table th,.tgl-compat-table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgb(0 0 0 / .08);font-size:14px}html[data-theme="dark"] .tgl-compat-table th,html[data-theme="dark"] .tgl-compat-table td{border-color:rgb(255 255 255 / .12)}.tgl-rv{margin:34px auto 40px}.tgl-rv[hidden]{display:none!important}.tgl-rv__head{margin-bottom:16px}.tgl-rv__title{font-family:"Poppins",system-ui,sans-serif;font-weight:800;font-size:clamp(1.15rem, 3.6vw, 1.5rem);line-height:1.25;margin:0;color:var(--tgl-ink,#23180f)}.tgl-rv__subtitle{margin:6px 0 0;font-size:.9rem;color:var(--tgl-muted,#6b6257)}.tgl-rv__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tgl-rv-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tgl-line,#ecdfd0);border-radius:14px;overflow:hidden;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}@media (hover:hover){.tgl-rv-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px -16px rgb(40 25 10 / .35);border-color:var(--tgl-accent,#e8843a)}}.tgl-rv-card:focus-within{border-color:var(--tgl-accent,#e8843a);box-shadow:0 0 0 3px rgb(232 132 58 / .28)}.tgl-rv-card__media{display:block;aspect-ratio:16 / 9;background:#f4ece3;overflow:hidden}.tgl-rv-card__img{width:100%;height:100%;object-fit:cover;display:block}.tgl-rv-card__img--empty{background:linear-gradient(135deg,#f6ece1,#efe1d1)}.tgl-rv-card__body{display:flex;flex-direction:column;gap:6px;padding:12px 13px 14px;flex:1}.tgl-rv-card__title{margin:0;font-family:"Poppins",system-ui,sans-serif;font-size:.95rem;font-weight:700;line-height:1.35}.tgl-rv-card__title a{color:var(--tgl-ink,#23180f);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tgl-rv-card__title a:hover,.tgl-rv-card__title a:focus-visible{color:var(--tgl-accent,#e8843a)}.tgl-rv-card__singer{margin:0;font-size:.8rem;color:var(--tgl-muted,#6b6257)}.tgl-rv-card__cat{align-self:flex-start;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:3px 9px;border-radius:999px;background:#fdf1e5;color:#a4531a;text-decoration:none}.tgl-rv-card__cat:hover,.tgl-rv-card__cat:focus-visible{background:#f8e0c9}.tgl-rv-card__btn{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 16px;border-radius:999px;font-size:.82rem;font-weight:700;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--tgl-accent,#e8843a),#d86f24)}.tgl-rv-card__btn:hover,.tgl-rv-card__btn:focus-visible{filter:brightness(1.05);color:#fff}.tgl-rv__grid>*:nth-child(n+5){display:none}@media (min-width:640px){.tgl-rv__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tgl-rv__grid>*:nth-child(n+5){display:flex}.tgl-rv__grid>*:nth-child(n+7){display:none}}@media (min-width:1024px){.tgl-rv__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tgl-rv__grid>*:nth-child(n+7){display:flex}.tgl-rv__grid>*:nth-child(n+9){display:none}}@media (prefers-reduced-motion:reduce){.tgl-rv-card{transition:none}.tgl-rv-card:hover{transform:none}}