@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&family=Inter:wght@400;500;600;700&display=swap";
*{box-sizing:border-box}html,body{height:100%}h1,h2,h3,h4{font-family:Montserrat,sans-serif;font-weight:600}body{height:100dvh;margin:0;font-family:Inter,Arial,sans-serif;font-size:x-large;overflow:hidden}.content{grid-template:"navbar navbar navbar""sidesection main contact"minmax(0,1fr)"footer footer footer"/minmax(220px,1fr) minmax(0,3fr) minmax(220px,1fr);gap:20px;height:100dvh;display:grid;overflow:hidden}.content>*{min-width:0;min-height:0}.navbar{color:#fff;text-align:center;grid-area:navbar;padding:10px 20px;font-family:Montserrat,sans-serif;font-weight:700}.sidesection{background-color:#fafafa;border:1px solid #ddd;border-radius:5px;grid-area:sidesection;padding:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1)}.main{background-color:#fff;grid-area:main;padding:0;overflow:hidden}.contact{background-color:#fafafa;border:1px solid #ddd;grid-area:contact;padding:10px;overflow:hidden}.footer{color:#333;background-color:#f1f1f1;grid-area:footer;width:100%;overflow:hidden}.main .tab-content>:first-child{margin-top:0!important}.main .tab-content h1,.main .tab-content h2,.main .tab-content h3,.main .tab-content h4{color:#222;font-family:Montserrat,sans-serif;font-weight:600}.main .tab-content h1{margin:0 0 10px;font-size:1.5em;line-height:1.18}.main .tab-content h2{margin:16px 0 10px;line-height:1.24}.main .tab-content h3{margin:14px 0 8px;line-height:1.26}.main .tab-content h4{margin:12px 0 8px;line-height:1.28}.main .tab-content p,.main .tab-content ul,.main .tab-content ol,.main .tab-content blockquote{margin-top:0}@media (max-width:768px){:root{--mobile-bottom-menu-space:92px}body{height:100dvh;overflow:hidden}.content{height:100dvh;min-height:100dvh;padding-bottom:var(--mobile-bottom-menu-space);grid-template-columns:1fr;gap:10px;overflow:hidden}.content>*{min-width:0;min-height:0}.contact,.footer{display:none!important}.content.toc-active{grid-template-rows:auto minmax(0,2fr) minmax(0,8fr);grid-template-areas:"navbar""sidesection""main"}.content.googleyorum-active{grid-template-rows:auto minmax(0,7fr) minmax(0,3fr);grid-template-areas:"navbar""main""sidesection"}.content.no-mobile-sidesection{grid-template-rows:auto minmax(0,1fr);grid-template-areas:"navbar""main"}.content.no-mobile-sidesection .sidesection{display:none!important}.sidesection{margin-top:0;padding:10px;overflow:hidden}.main{padding:0;overflow:hidden}.content.no-mobile-sidesection .main{overflow-y:auto}.main .tab-content h1{margin:0 0 8px;font-size:1.8em;line-height:1.16}.main .tab-content h2{margin:14px 0 8px}.main .tab-content h3{margin:12px 0 7px}.main .tab-content h4{margin:10px 0 6px}}@media (max-width:640px){.main .tab-content h1{font-size:1.2em}}
