/*
 * ProtoLang.net – Copyright © 2026 Mark Michael Thoms – All Rights Reserved
 *
 * This code is proprietary. Unauthorized copying, modification, distribution,
 * reverse engineering, or commercial use is strictly prohibited except as
 * expressly permitted in writing by the copyright holder.
 */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 60px 0 0;
    background-color: #f4f4f4;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    box-sizing: border-box;
}

header {
    background-color: #04AA6D;
    color: white;
    padding: 0 30px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    flex-shrink: 0;
}

footer {
    color: #666;
    text-align: center;
    font-size: 0.9em;
    padding-top: 5px;
    margin-top: auto;
    flex-shrink: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.mzn {
    color: #f4f4f4;
    margin-top: -60px;
}
.bfy {
    text-decoration: underline; !important;
}

.ykd {
    display: flex;
    align-items: stretch;
    padding: 0 20px;
    flex: 1;
}

.nee {
    width: 140px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    /*transition: margin-left 0.3s ease, opacity 0.3s ease;*/
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    bottom: 20px;
    left: 20px;
    height: auto;
    overflow-y: auto;
    z-index: 100;
}

.eu9 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: 160px;
    width: 100%;
    /*transition: margin-left 0.3s ease;*/
}

.nee.collapsed + .eu9 {
    display: flex;
    margin-left: 0;
}

.j06 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.iou {
    background-color: white;
    width: 85%;
    max-width: 400px;
    border-radius: 8px;
    border-left: 5px solid #04AA6D;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-out;
    overflow: hidden;
}

.bot {
    background-color: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.jja {
    font-weight: bold;
    color: #04AA6D;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.f23 {
    padding: 20px;
    text-align: center;
}

.f23 p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

#v83 {
    color: #04AA6D;
    font-weight: bold;
}

#v83.limit-reached {
    color: #e06c75
}

.qb4 {
    justify-content: center;
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.uqq {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.eoh {
    font-size: 15px;
    font-weight: bold;
    padding: 4px 8px;
    border-right: 1px solid #ddd;
}

.dw0 {
    padding: 4px 10px;
    font-size: 15px;
    color: #04AA6D;
    font-weight: bold;
}

.io5 {
    text-align: center;
    font-size: 1em;
    color: #666;
}

.io5 ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.io5 li {
    display: flex;
    align-items: center;
}

.io5 li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #aaa;
}

.io5 a {
    color: #04AA6D;
    text-decoration: none;
}

.io5 a:hover {
    text-decoration: underline;
}

.io5 [aria-current="page"] {
    color: #333;
    font-weight: bold;
}

.ckl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mg5 {
    display: flex;
    gap: 8px;
}

.mg5 a {
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.mg5 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mg5 a.active {
    background-color: white;
    color: #04AA6D;
    font-weight: bold;
}

.fb0 {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.k0o {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    z-index: 999;
    position: relative;
}

.ccf {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    position: relative;
    user-select: none;
}

.ccf:hover {
    color: #04AA6D;
}

.lnb {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    top: calc(100% + 10px);
    left: 0;
    border-radius: 4px;
    border: 1px solid #eee;
}

.ccf.active .lnb {
    display: block;
}

.lnb div {
    color: #333;
    padding: 10px 16px;
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.lnb div:hover {
    background-color: #f5f5f5;
    color: #04AA6D;
}

.k9q {
    padding: 20px;
    flex-grow: 1;
}

.yq9 {
    border: 1px solid #ddd;
    border-left: 5px solid #04AA6D;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 777
}

.yq9:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.yq9.error {
    border-left-color: #e06c75;
}

.efh {
    display: flex;
    background-color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.twd {
    width: 35px;
    background-color: #fafafa;
    color: #bbb;
    text-align: right;
    padding: 10px 8px 10px 0;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    user-select: none;
    border-right: 1px solid #eee;
    flex-shrink: 0;
    z-index: 10;
}

.pa5 {
    position: relative;
    flex-grow: 1;
    min-height: 80px;
}

.bal, .edg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    border: none;
    overflow: auto;
    white-space: pre;
    box-sizing: border-box;
    z-index: 777
}

.bal {
    z-index: 2;
    color: transparent;
    background: transparent;
    caret-color: #333;
    resize: none;
    outline: none;
}

.edg {
    z-index: 1;
    color: #333;
    background-color: #fff;
    pointer-events: none;
    word-wrap: normal;
}

.l3l {
    color: #007acc;
    font-weight: bold
}

.myu {
    color: initial;
    font-weight: bold
}

.hxt {
    color: #04AA6D;
    font-weight: bold
}

.wey {
    color: #d63384;
    font-weight: bold
}

.jdg {
    color: #5c0898;
    font-weight: bold
}

.ccy {
    color: #003cff;
    font-weight: bold
}

.lb0 {
    color: #c0392b;
    font-weight: bold
}

.kif {
    color: #8e44ad;
    font-weight: bold
}

.gjg {
    color: #ad4494;
    font-weight: bold
}

.i99 {
    color: #e67e22;
    font-weight: bold
}

.cn8 {
    color: #d35400;
    font-weight: bold
}

.t1z {
    color: #1ca8ff;
    font-weight: bold
}

.jnk {
    color: #856404;
    font-weight: bold
}

.gm8 {
    color: #999999 !important;
}

.hlb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    border-bottom: 1px dashed #eee;
    background-color: #fcfcfc;

}

.ohx {
    font-size: 12px;
    color: #999;
    font-family: monospace;
}

.wru {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vjf {
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    white-space: pre-wrap;
    padding: 15px;
    background-color: #fafafa;
    color: #444;
    min-height: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.vjf.error {
    color: #d32f2f;
    background-color: #fff5f5;
}

.xm3 {
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: fit-content;
}

.xm3:hover {
    opacity: 0.9;
}

.xsv {
    background-color: #04AA6D;
    color: white;
}

.axo {
    background-color: #f39c12;
    color: white;
}

.n8o {
    background-color: #e06c75;
    color: white;
}

.qbo {
    background-color: #f0f0f0;
    color: #666;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: bold;
}

.qbo:hover {
    background-color: #04AA6D;
    color: white;
}

.zq3 {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    color: #6c757d;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.2s;
}

.zq3:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
}

.tp0 {
    margin-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.tp0 h3 {
    margin-bottom: 15px;
    color: #444;
}

table.x1i {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}

table.x1i th, table.x1i td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

table.x1i th {
    background-color: #f1f3f4;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

#zub {
    width: 100%;
}

.ype {
    border: 1px solid #ddd;
    border-left: 5px solid #04AA6D;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nsu {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mxv {
    font-weight: bold;
    color: #04AA6D;
    font-size: 14px;
}

.za6 {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.za6 h2 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
}

.za6 h3 {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 15px;
}

.za6 code.unq {
    color: #333;
    font-size: 13px;
}

.sre {
    background-color: #f4f4f4;
    width: 100%;
    border: 1px solid #adb5bd;
    border-radius: 4px;
    overflow-x: auto;
    padding-left: 20px;
}

.s7y {
    background-color: #e06c75;
    color: white;
    margin-left: 10px;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.s7y:hover {
    opacity: 0.8;
}

.nn9 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom: 2px solid #eee;
    background-color: #fff;
    flex-shrink: 0;
    z-index: 10;
}

.glj {
    padding: 0 15px 15px 15px;
    overflow-y: auto;
    flex-grow: 1;
}

.nee.collapsed {
    display: none;
}

.nee h2 {
    font-size: 1.2em;
    margin: 0;
    color: #444;
    line-height: 1;
}

.nee h2 a {
    color: #444;
}

.nee h3 {
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
}

.nee h3:first-of-type {
    margin-top: 10px;
}

.nee ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nee li a {
    display: block;
    padding: 6px 10px;
    color: #555;
    font-size: 0.9em;
    border-radius: 3px;
    cursor: pointer;
}

.nee h3 a {
    color: #444;
    cursor: pointer;
}

.nee a:hover {
    color: #04AA6D;
}

.nee a.ymm {
    color: #04AA6D !important;
    font-weight: bold !important;
    background-color: #f0fdf4;
    border-left: 3px solid #04AA6D;
}

.an6 {
    display: none !important;
}

.qyl {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #04AA6D 0%, #028a58 100%);
}

.hce {
    flex: 1;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hce h1 {
    font-size: 3.5rem;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.hce p {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto 40px auto;
    opacity: 0.9;
    line-height: 1.4;
}

.syy {
    max-width: 1200px;
    margin: 0 auto;
}

.zps {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.mf6 {
    padding: 15px 30px;
    font-size: 1.1rem;
    text-decoration: none;
}

.j6m {
    background-color: white;
    color: #04AA6D;
}

.tlt {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.m9b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.aqy {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #04AA6D;
}

.aqy h3 {
    color: #04AA6D;
    margin-top: 0;
}

.pc5 {
    padding: 60px 0;
    text-align: center;
}

.arg {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.ovt {
    background-color: #f0f0f0;
    max-width: 700px;
    margin: 40px auto 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.qlj {
    padding: 25px;
    font-family: 'Consolas', monospace;
    font-size: 15px;
    line-height: 1.6;
}

.qlj pre {
    margin: 0;
    white-space: pre-wrap;
}

.pcf {
    background-color: #17a2b8;
    color: white;
}

.pcf:hover {
    background-color: #138496;
}

.sre {
    position: relative;
}

.g03 {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #04AA6D;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.2s, background-color 0.2s;
    z-index: 10;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: fit-content;
}

.g03:hover {
    background-color: #028a58;
}

.bal::placeholder {
    color: #888;
    opacity: 1;
}

.w14 {
    background: #fafafa;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.w14:hover {
    border-color: #04AA6D;
    background: #f0fdf4;
}

.w14.selected {
    border-color: #04AA6D;
    background: #f0fdf4;
}

.w14 input[type="radio"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #04AA6D;
}

.a13 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.qs7 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.h9k {
    display: inline-block;
    background: #04AA6D;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 8px;
    font-weight: 600;
}

.h9k.advanced {
    background: #007acc;
}

.i8h {
    font-size: 13px;
    color: #666;
    margin-left: 30px;
    line-height: 1.6;
}

.iyx {
    margin: 12px 0 0 30px;
    display: none;
}

.iyx.active {
    display: block;
}

.iyx input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-family: 'Consolas', monospace;
    margin-bottom: 8px;
}

.iyx input:focus {
    outline: none;
    border-color: #04AA6D;
}

.thg {
    background: #fff5f0;
    border-left: 4px solid #f39c12;
    padding: 12px;
    margin: 16px 0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.6;
}

.thg strong {
    color: #f39c12;
    display: block;
    margin-bottom: 4px;
}

.thg a {
    color: #04AA6D;
    text-decoration: underline;
}

.ph6 {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.ph6 button {
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    font-weight: 600;
}

.ph6 .idw {
    background: #f0f0f0;
    color: #666;
}

.ph6 .idw:hover {
    background: #e0e0e0;
}

.ph6 .nim {
    background: #04AA6D;
    color: white;
}

.ph6 .nim:hover {
    background: #028a58;
}

#ad-banner-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

#ad-banner {
    width: 364px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #eee;
}