body {
    background-color: lightgray;
}

.hide{display:none}.box{border-radius:15px;margin-bottom:20px;height:fit-content}.box-closable>.box-head{cursor:pointer}.box-head{text-align:center;color:#fff;background-color:#000;border-radius:100px 100px 0 0}.box-content{border:1px solid #000;padding:10px}.box-content>.box-table{width:100%}.box-content>.box-table td{text-align:center}.box-content>.box-table .box-table-label-1{width:25%}.box-content>.box-table .box-table-content-1{width:75%}.box-content>.box-table .box-table-label-2{width:25%}.box-content>.box-table .box-table-content-2{width:25%}.box-content>.box-table input{width:100%}.tape{width:2%;max-width:24px;text-align:center;margin:0 .38% 0 0;display:inline-block;height:50%}.tape-row{width:100%;margin-bottom:2px}.tape-head{border-radius:15px;border:#000 solid 1px}.tape-head-empty{background-color:#6b9311}.tape-head-reader{background-color:#d66}.tape-value{background-color:#5eb5e0;border:#000 solid 1px}.rule-row{border:1px solid #000;border-radius:11px;margin:10px 0 10px 0;padding-left:5px}.rule-before{color:red}.rule-after{color:#070}.control-panel{width:100%;display:inline-block;border:#000 solid 1px;border-radius:15px;padding:10px;height:auto;margin-top:10px}.icon{width:25px;height:25px;background-size:100%}.icon-reload{background-image:url(/build/images/reload-circular-arrow.8dde9807.svg)}.icon-forward{background-image:url(/build/images/play-next-button.683469ca.svg)}.icon-back{background-image:url(/build/images/previous-track.2234a8eb.svg)}.icon-play{background-image:url(/build/images/play-button.3844dea2.svg)}.symbol{background-size:100%;width:15px;height:15px;display:inline-block}.arrow-down-symbol{background-image:url(/build/images/down_arrow.94fae77f.svg)}.arrow-right-symbol{background-image:url(/build/images/right_arrow.52c17df7.svg)}.button{cursor:pointer;padding:2%;border:1px solid #000;border-radius:10px;display:inline-block}.button-margin{margin:0 7% 0 7%}.button-big{width:100%;margin-bottom:20px;text-align:center}.red{background-color:#c00}.green{background-color:#0c0}.yellow{background-color:#cc0}.blue{background-color:#0cc}.greenText{color:#0c0}.yellowText{color:#cc0}.redText{color:#c00}.max-width{width:100%;margin:0}.arrow{width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);display:inline-block}.arrow-up{border-bottom:10px solid #fff}.arrow-down{border-top:10px solid #fff}.flag{height:45px;width:68px;margin-top:7px;margin-bottom:8px;background-size:100%;border-radius:10px;cursor:pointer;display:inline-flex}.flag-hu{background-image:url(/build/images/Hungary.5603a4db.png)}.flag-en{background-image:url(/build/images/United-Kingdom.53b99d54.png)}.flag-de{background-image:url(/build/images/Germany.81af5810.png)}.pte-logo{width:25%}.link-field{margin-bottom:20px}.space-holder{height:20px}#header{display:inline-flex;text-decoration:none;color:#000}#header-content{margin-top:9px}#header-logo{height:60px;width:50px;background-size:100%;background-image:url(/build/images/galadae.73baba48.svg)}
.modern-only {
    display: none !important;
}

.design-switcher {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.2);
    color: #334155;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    backdrop-filter: blur(14px);
}

.design-switcher-label {
    padding: 0 8px 0 10px;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.design-switcher button {
    min-width: 48px;
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
}

.design-switcher button:hover {
    background: #eef2ff;
}

.design-switcher button:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.3);
    outline-offset: 2px;
}

.design-switcher button[aria-pressed="true"] {
    background: #172033;
    color: #ffffff;
}

.protected-email {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.protected-email:hover {
    color: inherit;
}

html[data-design="new"] {
    color-scheme: light;
}

html[data-design="new"] .old-only {
    display: none !important;
}

html[data-design="new"] .modern-only {
    display: block !important;
}

html[data-design="new"] .modern-header.modern-only {
    display: flex !important;
}

html[data-design="new"] .control-label.modern-only {
    display: inline !important;
}

html[data-design="new"] body {
    --ink: #182033;
    --muted: #657086;
    --line: #d9dfeb;
    --surface: rgba(255, 255, 255, 0.94);
    --surface-strong: #ffffff;
    --navy: #172033;
    --blue: #3157d5;
    --teal: #0c8f86;
    --amber: #d88a18;
    min-width: 320px;
    margin: 0;
    background:
        radial-gradient(circle at 8% 0%, rgba(49, 87, 213, 0.13), transparent 28rem),
        radial-gradient(circle at 95% 10%, rgba(12, 143, 134, 0.11), transparent 25rem),
        #f3f5f9;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

html[data-design="new"] body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(23, 32, 51, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 32, 51, 0.025) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
    pointer-events: none;
}

html[data-design="new"] .turing-shell.container {
    width: min(1440px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 30px 0 92px;
}

html[data-design="new"] .turing-shell .row {
    margin-right: 0;
    margin-left: 0;
}

html[data-design="new"] .app-header-row {
    margin-bottom: 18px;
}

html[data-design="new"] .modern-header {
    position: relative;
    width: 100%;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    overflow: hidden;
    padding: 34px 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.07), transparent 48%),
        var(--navy);
    box-shadow: 0 24px 60px rgba(23, 32, 51, 0.2);
    color: #ffffff;
}

html[data-design="new"] .modern-header::after {
    position: absolute;
    top: -110px;
    right: 15%;
    width: 300px;
    height: 300px;
    border: 52px solid rgba(68, 206, 192, 0.12);
    border-radius: 50%;
    content: "";
}

html[data-design="new"] .modern-brand,
html[data-design="new"] .modern-header-meta {
    position: relative;
    z-index: 1;
}

html[data-design="new"] .modern-brand {
    display: flex;
    align-items: center;
    gap: 24px;
}

html[data-design="new"] .modern-brand-mark {
    display: grid;
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: linear-gradient(145deg, #4269e8, #13a89c);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 15px 35px rgba(0, 0, 0, 0.24);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3rem;
    font-weight: 700;
}

html[data-design="new"] .modern-eyebrow {
    margin-bottom: 5px;
    color: #71d5cc;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

html[data-design="new"] .modern-header h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.55rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.02;
}

html[data-design="new"] .modern-header p {
    max-width: 650px;
    margin: 10px 0 0;
    color: #cbd3e2;
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
}

html[data-design="new"] .modern-header-meta {
    display: flex;
    min-width: 225px;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    text-align: right;
}

html[data-design="new"] .modern-language {
    display: flex;
    gap: 5px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

html[data-design="new"] .modern-language a {
    min-width: 42px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #d5dbea;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

html[data-design="new"] .modern-language a:hover,
html[data-design="new"] .modern-language a[aria-current="page"] {
    background: #ffffff;
    color: var(--navy);
}

html[data-design="new"] .modern-author {
    color: #aab5c9;
    font-size: 0.78rem;
    line-height: 1.45;
}

html[data-design="new"] .modern-author .protected-email {
    color: #dbe5f5;
}

html[data-design="new"] .share-row {
    justify-content: flex-end;
    margin-bottom: 18px;
}

html[data-design="new"] .share-row > div {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 0;
}

html[data-design="new"] .share-row > div:last-child {
    width: 100%;
}

html[data-design="new"] .share-row .button-big {
    width: auto;
    min-width: 180px;
    margin: 0;
    padding: 10px 18px;
}

html[data-design="new"] .share-row .link-field {
    margin: 10px 0 0;
}

html[data-design="new"] .setup-grid,
html[data-design="new"] .dashboard-grid,
html[data-design="new"] .info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

html[data-design="new"] .dashboard-grid,
html[data-design="new"] .tapes-row,
html[data-design="new"] .info-grid {
    margin-top: 18px;
}

html[data-design="new"] .setup-grid > *,
html[data-design="new"] .dashboard-grid > *,
html[data-design="new"] .info-grid > * {
    width: auto;
    max-width: none;
    flex: none;
}

html[data-design="new"] .tapes-row > * {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

html[data-design="new"] .setup-grid > .col-xl-12 {
    grid-column: 1 / -1;
}

html[data-design="new"] .box {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: 0 10px 30px rgba(28, 38, 58, 0.07);
}

html[data-design="new"] .box-head {
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 0;
    background: var(--navy);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-align: left;
    text-transform: uppercase;
}

html[data-design="new"] .box-closable .box-head {
    position: relative;
    cursor: pointer;
    transition: background-color 160ms ease;
}

html[data-design="new"] .box-closable .box-head:hover {
    background: #24314b;
}

html[data-design="new"] .box-content {
    padding: 18px;
    border: 0;
}

html[data-design="new"] .box-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

html[data-design="new"] .box-table tr {
    border: 0;
}

html[data-design="new"] .box-table th,
html[data-design="new"] .box-table td {
    padding: 9px 7px;
    border-bottom: 1px solid #edf0f5;
    text-align: left;
    vertical-align: middle;
}

html[data-design="new"] .box-table tr:last-child th,
html[data-design="new"] .box-table tr:last-child td {
    border-bottom: 0;
}

html[data-design="new"] .box-table th,
html[data-design="new"] .box-table label {
    color: #4d586c;
    font-size: 0.84rem;
    font-weight: 700;
}

html[data-design="new"] .box-table td:last-child,
html[data-design="new"] #actual-state,
html[data-design="new"] #done-steps {
    color: var(--ink);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-weight: 700;
}

html[data-design="new"] input,
html[data-design="new"] textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #cbd3df;
    border-radius: 9px;
    background: var(--surface-strong);
    color: var(--ink);
    font: 500 0.92rem/1.4 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

html[data-design="new"] textarea {
    min-height: 132px;
    resize: vertical;
}

html[data-design="new"] input:focus,
html[data-design="new"] textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(49, 87, 213, 0.14);
    outline: none;
}

html[data-design="new"] .arrow {
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0 9px;
    border-right-width: 5px;
    border-left-width: 5px;
}

html[data-design="new"] .arrow-up {
    border-bottom-width: 6px;
}

html[data-design="new"] .arrow-down {
    border-top-width: 6px;
}

html[data-design="new"] .button {
    min-height: 42px;
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    font: 750 0.86rem/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
    text-align: center;
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

html[data-design="new"] .button:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

html[data-design="new"] .button:focus-visible {
    outline: 3px solid rgba(49, 87, 213, 0.25);
    outline-offset: 2px;
}

html[data-design="new"] .button-big {
    width: 100%;
    margin: 0;
}

html[data-design="new"] .blue {
    background: linear-gradient(135deg, #3157d5, #2545b7);
}

html[data-design="new"] .green {
    background: linear-gradient(135deg, #0c9b82, #08776f);
}

html[data-design="new"] .yellow {
    background: linear-gradient(135deg, #df941f, #bd6d13);
}

html[data-design="new"] .red {
    background: linear-gradient(135deg, #d64a5b, #ae2f42);
}

html[data-design="new"] .redText {
    color: #b4233a;
}

html[data-design="new"] .greenText {
    color: #08776f;
}

html[data-design="new"] .yellowText {
    color: #a85c0a;
}

html[data-design="new"] .control-panel {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    border: 0;
}

html[data-design="new"] .control-panel .button {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

html[data-design="new"] .control-panel .button.is-playing {
    box-shadow: 0 0 0 4px rgba(12, 155, 130, 0.18);
}

html[data-design="new"] .control-panel .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    filter: brightness(0) invert(1);
}

html[data-design="new"] .control-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-design="new"] .tapes-row .box-content {
    overflow-x: auto;
    border-bottom: 1px solid #edf0f5;
}

html[data-design="new"] .tapes-row .box-content:last-child {
    border-bottom: 0;
}

html[data-design="new"] .tape-row {
    display: grid;
    width: 100%;
    min-width: 1131px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(24px, 1fr);
    margin: 0 0 3px;
    gap: 3px;
}

html[data-design="new"] .tape {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    text-align: center;
}

html[data-design="new"] .tape-head,
html[data-design="new"] .tape-value {
    min-height: 27px;
    border: 1px solid #cbd3df;
    border-radius: 5px;
    line-height: 25px;
}

html[data-design="new"] .tape-head-reader {
    border-color: #d95b68;
    background: #fff0f2;
    color: #a62238;
    font-weight: 800;
}

html[data-design="new"] .tape-head-empty {
    border-color: #9fcfbd;
    background: #edf9f4;
    color: #2b7a65;
}

html[data-design="new"] .tape-value {
    background: #edf3ff;
    color: #2748a8;
}

html[data-design="new"] .rule-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1px solid #dfe5ee;
    border-radius: 9px;
    background: #f8fafc;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

html[data-design="new"] .symbol {
    flex: 0 0 15px;
}

html[data-design="new"] .info-grid ul {
    margin: 0;
    padding-left: 1.25rem;
}

html[data-design="new"] .info-grid li + li {
    margin-top: 7px;
}

html[data-design="new"] .info-grid a {
    color: var(--blue);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

html[data-design="new"] .space-holder {
    height: 18px;
}

html[data-design="new"] .pte-logo {
    width: min(220px, 55%);
}

@media (max-width: 1050px) {
    html[data-design="new"] .setup-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    html[data-design="new"] .setup-grid > .col-xl-12 {
        grid-column: auto;
    }

    html[data-design="new"] .modern-header {
        align-items: flex-start;
    }

    html[data-design="new"] .modern-header-meta {
        min-width: 160px;
    }

    html[data-design="new"] .control-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    html[data-design="new"] .turing-shell.container {
        width: min(100% - 24px, 720px);
        padding-top: 12px;
    }

    html[data-design="new"] .modern-header {
        min-height: 0;
        flex-direction: column;
        gap: 24px;
        padding: 28px;
    }

    html[data-design="new"] .modern-header-meta {
        width: 100%;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    html[data-design="new"] .modern-author {
        text-align: right;
    }

    html[data-design="new"] .setup-grid,
    html[data-design="new"] .dashboard-grid,
    html[data-design="new"] .info-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    html[data-design="new"] .setup-grid > .col-xl-12 {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .design-switcher {
        right: 10px;
        bottom: 10px;
    }

    .design-switcher-label {
        display: none;
    }

    html[data-design="new"] .modern-header {
        border-radius: 20px;
        padding: 22px 20px;
    }

    html[data-design="new"] .modern-brand {
        align-items: flex-start;
        gap: 14px;
    }

    html[data-design="new"] .modern-brand-mark {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        border-radius: 16px;
        font-size: 2rem;
    }

    html[data-design="new"] .modern-eyebrow {
        font-size: 0.64rem;
    }

    html[data-design="new"] .modern-header-meta {
        align-items: flex-end;
    }

    html[data-design="new"] .modern-author {
        max-width: 160px;
        font-size: 0.68rem;
    }

    html[data-design="new"] .box-content {
        padding: 14px;
    }

    html[data-design="new"] .box-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    html[data-design="new"] .box-table td,
    html[data-design="new"] .box-table th {
        width: 100%;
        padding: 6px 0;
        border-bottom: 0;
    }

    html[data-design="new"] .control-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    html[data-design="new"] .share-row,
    html[data-design="new"] .share-row > div,
    html[data-design="new"] .share-row .button-big {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html[data-design="new"] *,
    html[data-design="new"] *::before,
    html[data-design="new"] *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

