*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;padding:1rem;display:grid;grid-template-columns:1fr;grid-template-areas:"header" "nav" "main" "section" "article" "footer";gap:1rem;background-color:#E6E6FA;min-height:100vh}header{grid-area:header;background:#80CBC4;padding:1rem}.hamburger{background:none;border:none;padding:0;cursor:pointer}.hamburger img{width:30px;height:30px}.closeIcon{display:none}nav{grid-area:nav;background:#ddd;padding:1rem;display:flex;justify-content:flex-end}nav ul{list-style:none;display:flex;justify-content:flex-end}nav li{margin-left:1.5rem}nav a{text-decoration:none;color:#333;font-weight:700;transition:color 0.3s ease}nav a:hover{color:#007acc}.menu{position:absolute;top:auto;right:auto;width:auto;max-width:80%;background-color:#8E84C0;color:#fff;border-radius:8px;overflow:hidden;opacity:0;max-height:0;transition:opacity 0.3s ease,max-height 0.3s ease-out;z-index:99;flex-grow:0;justify-content:flex-start;padding:0}.menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:stretch;width:fit-content}.menu li{padding:.5rem 1rem;border-bottom:1px solid #444;list-style:none;text-align:left}.menu li:last-child{border-bottom:none}.menu a{display:block;text-decoration:none;color:#fff;font-weight:700;transition:background-color 0.3s ease;padding:.5rem 0}.menu li.current a{color:#FFFACD;font-weight:700;cursor:default;pointer-events:none}.showMenu{opacity:1;max-height:500px}main{grid-area:main;background:#E6E6FA;padding:1rem}h2{padding:1.5rem;background-color:#80CBC4;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .05)}h3{padding:.5rem}p{line-height:1.6;margin-bottom:1em;padding:.5rem 0}ul,ol{margin-bottom:1em;padding-left:20px}li{line-height:1.5;padding-left:.5em;margin-bottom:.5em;list-style-position:outside}ul ul,ol ol,ul ol,ol ul{padding-left:1.5em;margin-bottom:.5em}dl{margin-bottom:1em;padding-left:1em}dt{font-weight:700;margin-top:.5em;padding-bottom:.2em}dd{margin-left:1.5em;padding-left:.5em;margin-bottom:.5em;line-height:1.4}section{grid-area:section;background:#E6E6FA;padding:1rem}.full-span>div{padding:1.5rem;background-color:#ADD8E6;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .05);max-width:100vw;word-break:break-word}.full-span img{display:block;max-width:300px;width:100%;margin:1em auto 0 auto;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.language-grid{display:grid;grid-template-columns:1fr;gap:1rem;grid-area:main;align-items:stretch}.language-grid>div{padding:1.5rem;background-color:#ADD8E6;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .05);max-width:100vw;word-break:break-word}.language-grid img{max-width:100%;height:auto}.language-grid>video{max-width:100vw;height:auto;display:block}.language-heading{display:flex;align-items:center;justify-content:flex-start;gap:.5em;font-size:1.5em;margin-bottom:.5em}.lang-icon{height:30px;width:30px;vertical-align:middle}.language-logos{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;margin:.5rem .5rem;align-items:center}.language-logos img{width:50px;height:auto;object-fit:contain;transition:transform 0.3s ease;margin-right:.5rem;margin-bottom:0}.language-logos img:hover{transform:scale(1.1)}.styled-image{display:flex;justify-content:center;margin:1.5rem 0}.styled-image img{max-width:100%;width:300px;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.video-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}pre{background-color:#FFFACD;padding:1rem;margin:1rem 0;border-radius:5px;max-width:100%;box-sizing:border-box;white-space:pre-wrap;overflow-x:auto}code{font-family:Consolas,Menlo,Monaco,"Courier New",monospace;font-size:.95rem;line-height:1.5;display:block;white-space:pre-wrap}.full-span table,.full-span thead,.full-span tbody,.full-span th,.full-span td,.full-span tr{display:block;width:100%}.full-span thead{display:none}.full-span tr{margin-bottom:1.5rem;border:1px solid #c51f1f;border-radius:6px;padding:10px;background-color:#FFFACD;margin-top:1.5rem}.full-span td{display:flex;justify-content:space-between;padding:8px 10px;border:none;border-bottom:1px solid #c51f1f;text-align:right}.full-span td:last-child{border-bottom:none}.full-span td::before{content:attr(data-label);font-weight:700;margin-right:1em;text-align:left}a{text-decoration:none}.button-center{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;gap:1rem;text-align:center;margin-top:1rem;align-items:stretch}.button-center button{padding:.5rem 1.2rem;font-size:1rem;border-radius:6px;border:none;background-color:#007bff;color:#fff;cursor:pointer;transition:background-color 0.3s ease;display:block;margin:.5em 0}.button-center button:hover{background-color:#0056b3}footer{grid-area:footer;background:#80CBC4;padding:1rem;text-align:center}@media (min-width:600px){.language-grid{grid-template-columns:repeat(2,1fr);grid-area:main}main>.full-span{grid-column:1 / -1;width:100vw}nav{display:block}nav ul{display:flex;justify-content:flex-end;flex-wrap:wrap}nav li{margin-left:0;margin-right:1em}nav li:not(:last-child)::after{content:"|";margin-left:.5em;color:#323131}.menu{position:static;top:auto;right:auto;width:auto;max-width:none;background-color:#fff0;color:inherit;border-radius:0;overflow:visible;opacity:1;max-height:none;transition:none;z-index:auto;flex-grow:1;justify-content:flex-end;padding:0}.menu ul{flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:wrap}.menu li{padding:0;border-bottom:none;margin-left:0;margin-right:1em}.menu li:not(:last-child)::after{content:"|";margin-left:.5em;color:#323131}.menu a{display:inline-block;color:#000;padding:.5em 0}.menu a:hover{color:#fff;background-color:#fff0}.menu li.current a{color:#FFFACD;font-weight:700;cursor:default;pointer-events:none}.menu li.current:not(:last-child)::after{content:"|";margin-left:.5em;color:#323131}.hamburger{display:none}.full-span table{display:table;width:100%;border-collapse:collapse;margin-top:1rem;margin-bottom:0;border:1px solid #000;table-layout:fixed}.full-span thead{display:table-header-group;background-color:#FFFACD}.full-span tbody{display:table-row-group}.full-span tr{display:table-row;border:1px solid sienna;border-radius:0;padding:0;margin-top:0;background-color:#FFFACD}.full-span th,.full-span td{display:table-cell;border:1px solid sienna;padding:10px;text-align:left;border-bottom:1px solid sienna;font-size:.9em}.full-span td::before{display:none}.full-span td:last-child{border-bottom:1px solid sienna}.button-center{display:flex;flex-direction:row;justify-content:center;align-items:center}.button-center button{display:inline-block;margin:0 .5em}}@media (min-width:900px){.language-grid{grid-template-columns:repeat(3,1fr)}.full-span table{max-width:80%}}@media (min-width:1200px){.language-grid{grid-template-columns:repeat(4,1fr)}.full-span table{max-width:60%}}