body {
    margin:0px;
	font-family: Tahoma, Arial, Sans-serif;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.gradientDarkBlue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.gradientBlack {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10111c+0,393449+100 */
	background: #10111c; /* Old browsers */
	background: -moz-linear-gradient(top,  #10111c 0%, #393449 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10111c), color-stop(100%,#393449)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #10111c 0%,#393449 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #10111c 0%,#393449 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #10111c 0%,#393449 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #10111c 0%,#393449 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10111c', endColorstr='#393449',GradientType=0 ); /* IE6-9 */
}

.fixedWidth {
    position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

.cmsScreenBlocker {
    position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	z-index:1001;
}

.cmsDialogContainer {
    position:fixed;
	left:50%;
	top:50%;
	background-color:#fff;
	color:#000;
	border:3px solid black;
	box-shadow:0px 0px 30px #000;
	padding:10px;
	z-index:1002;
	overflow:visible;
	font-size:14px;
	font-weight:normal;
}

.cmsDialogCloseIcon {
    position:absolute;
	right:0px;
	top:0px;
	margin-top:-10px;
	margin-right:-10px;
	width:32px;
	height:32px;
	background-image:url(/images/dlgclose.png);
}

.cmsDialogContainer .buttonBar {
    position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:right;
}

.cmsDialogContainer .form2columns {
}

.cmsDialogContainer .form2columns label {
    clear:left;
	display:inline-block;
	width:100px;
	line-height:30px;
}

.cmsDialogContainer .form2columns input.text {
	border:0px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ced6da;
	display:inline-block;
	width:150px;
	line-height:30px;
    clear:right;
}

a {
    cursor:pointer;
}

.cmsTableContainer th i.sortup {
}

.cmsTableContainer th i.sortdown {
}

/**** fixed header table ****/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	overflow: hidden;
    height: 1px;
}
	
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}
	    
.fht-table-wrapper .fht-fixed-column {
    z-index: 1;
}

.cmsTableContainer td[field="@"] {
	width:16px;
}

.cmsTableContainer th[field="@"] {
	width:16px;
}
.coreDialogBase {
    position:fixed;
    z-index:1000;
    left:0;
    top:0;
    right:0;
    bottom:0;
}

.coreDialogBase .screenBlocker {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.3);
}

.coreDialogBase .frame {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
}

.coreDialogBase .title {
    height:30px;
    line-height:30px;
    padding-left:24px;
    background-color:#000;
    color:#fff;
    font-weight:bold;
}

.coreDialogBase .dialogBody {
    padding:16px;
    overflow:auto;
}

.coreDialogBase .buttonBar {
    height:40px;
    line-height:40px;
    border-top:1px solid #666;
    text-align:right;
    padding-right:10px;
}

.coreDialogBase .buttonBar button {
    margin-left:10px;
}
/* =============================================
   AI PRIVATA MODULE — aiPrivata.css
   ============================================= */

/* ---- CONTAINER ---- */
.ap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Allinea la base rem al body del sito (newHomepage.css: body { font-size: 1.35rem }) */
.ap-hero,
.ap-section {
    font-size: 1.35rem;
}

/* ---- HERO ---- */
.ap-hero {
    padding: 130px 0 90px;
    background:
        linear-gradient(135deg, rgba(6,10,18,0.88) 0%, rgba(15,18,24,0.80) 50%, rgba(8,15,30,0.88) 100%),
        url('/images/private_ai_services.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ap-hero::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 85, 255, 0.1) 0%, transparent 65%);
    pointer-events: none;
}

/* ---- EYEBROW ---- */
.ap-eyebrow {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4facfe;
    margin-bottom: 20px;
    border: 1px solid rgba(79, 172, 254, 0.3);
    background: rgba(79, 172, 254, 0.08);
    padding: 5px 16px;
    border-radius: 50px;
}

/* ---- H1 ---- */
.ap-h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

/* ---- LEAD ---- */
.ap-lead {
    font-size: 1.25rem;
    color: #b0b8cc;
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

/* ---- HERO BADGES ---- */
.ap-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
}

.ap-hero-badges span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 5px 14px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

/* ---- BUTTONS ---- */
.ap-btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #0055ff, #0088ff);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.ap-btn-primary:hover {
    background: linear-gradient(135deg, #0044cc, #0066cc);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 85, 255, 0.35);
    color: #ffffff;
    text-decoration: none;
}

.ap-btn-large {
    padding: 18px 48px;
    font-size: 1.1rem;
}

/* ---- SECTIONS ---- */
.ap-section {
    padding: 80px 0;
}

.ap-problem  { background: #0a0e16; }
.ap-solutions { background: #0f1218; }
.ap-pricing  { background: #0a0e16; }
.ap-sectors  { background: #0f1218; }
.ap-cta-final { background: #060a12; }

.ap-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.ap-section-sub {
    font-size: 1.2rem;
    color: #8892a4;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 52px;
    line-height: 1.6;
}

/* ---- PROBLEM SECTION ---- */
.ap-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ap-problem-card {
    background: #141a26;
    border: 1px solid #1e2535;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ap-problem-card:hover {
    border-color: #2a3a5a;
    transform: translateY(-3px);
}

.ap-problem-img {
    height: 180px;
    overflow: hidden;
}

.ap-problem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.ap-problem-card:hover .ap-problem-img img {
    transform: scale(1.04);
}

.ap-problem-content {
    padding: 24px 26px 28px;
}

.ap-problem-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.35;
}

.ap-problem-card p {
    font-size: 1.1rem;
    color: #8892a4;
    line-height: 1.65;
    margin: 0;
}

/* ---- TIERS ---- */
.ap-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.ap-tier-card {
    background: #141a26;
    border: 1px solid #1e2535;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease, transform 0.22s ease;
}

.ap-tier-card-cloud:hover  { box-shadow: 0 8px 36px rgba(0, 85, 255, 0.22);  transform: translateY(-4px); }
.ap-tier-card-bridge:hover { box-shadow: 0 8px 36px rgba(124, 58, 237, 0.22); transform: translateY(-4px); }
.ap-tier-card-prime:hover  { box-shadow: 0 8px 36px rgba(5, 150, 105, 0.22); transform: translateY(-4px); }

.ap-tier-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
}

/* Tier accent colors */
.ap-tier-cloud  { background: linear-gradient(135deg, #003399, #0055ff); }
.ap-tier-bridge { background: linear-gradient(135deg, #4c1d95, #7c3aed); }
.ap-tier-prime  { background: linear-gradient(135deg, #064e3b, #059669); }

.ap-tier-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    flex-shrink: 0;
}

.ap-tier-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px;
}

.ap-tier-tagline {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    line-height: 1.4;
}

.ap-tier-body {
    padding: 26px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ---- FLOW DIAGRAM ---- */
.ap-flow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.ap-flow-box {
    flex: 1;
    min-width: 0;
    background: #0a0e16;
    border: 1px solid #2a3348;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
}

.ap-flow-box strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3px;
}

.ap-flow-box small {
    font-size: 0.8rem;
    color: #6b7a96;
    line-height: 1.3;
    display: block;
}

/* Color-coded flow nodes */
.ap-flow-client {
    border-color: #2a3348;
}

.ap-flow-gate {
    border-color: rgba(0, 85, 255, 0.45);
    background: rgba(0, 85, 255, 0.07);
}
.ap-flow-gate strong { color: #4facfe; }

.ap-flow-local {
    border-color: rgba(124, 58, 237, 0.45);
    background: rgba(124, 58, 237, 0.07);
}
.ap-flow-local strong { color: #a78bfa; }

.ap-flow-full {
    border-color: rgba(5, 150, 105, 0.45);
    background: rgba(5, 150, 105, 0.07);
}
.ap-flow-full strong { color: #34d399; }

.ap-flow-arrow {
    color: #3a4558;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.ap-flow-arrow-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 2px;
}

.ap-flow-arrow-note {
    font-size: 0.75rem;
    color: #4a5568;
    white-space: nowrap;
}

/* ---- TIER BODY TEXT ---- */
.ap-tier-desc {
    font-size: 1.1rem;
    color: #8892a4;
    line-height: 1.65;
    margin-bottom: 20px;
}

/* ---- FEATURE LIST ---- */
.ap-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.ap-feature-list li {
    font-size: 1.1rem;
    color: #c0cce0;
    padding: 7px 0 7px 22px;
    position: relative;
    border-bottom: 1px solid #1a2030;
    line-height: 1.4;
}

.ap-feature-list li:last-child {
    border-bottom: none;
}

.ap-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 1rem;
}

/* ---- IDEAL FOR TAGS ---- */
.ap-ideal-for {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ap-ideal-label {
    font-size: 0.95rem;
    color: #4a5568;
    font-weight: 500;
    width: 100%;
    margin-bottom: 2px;
}

.ap-tag {
    font-size: 0.95rem;
    font-weight: 600;
    color: #8892a4;
    background: #0d1220;
    border: 1px solid #2a3348;
    padding: 4px 10px;
    border-radius: 4px;
}

/* ---- TIER BADGE & TIME ---- */
.ap-tier-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ap-tier-badge {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
}

.ap-tier-time {
    margin-top: auto;
    margin-bottom: 16px;
    padding: 13px 16px;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.10) 0%, rgba(0, 85, 255, 0.05) 100%);
    border-radius: 8px;
    border: 1px solid rgba(79, 172, 254, 0.2);
    font-size: 0.95rem;
    color: #8892a4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ap-tier-time strong {
    color: #4facfe;
    font-weight: 700;
}

/* ---- PRICING SECTION ---- */
.ap-pricing-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.ap-pricing-text h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.ap-pricing-text .ap-eyebrow {
    margin-bottom: 16px;
}

.ap-pricing-text p {
    font-size: 1.15rem;
    color: #8892a4;
    line-height: 1.65;
    margin-bottom: 16px;
}

.ap-pricing-text .ap-btn-primary {
    margin-top: 8px;
}

/* Comparison table */
.ap-pricing-compare {
    background: #141a26;
    border: 1px solid #1e2535;
    border-radius: 12px;
    overflow: hidden;
}

.ap-compare-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ap-compare-col {
    padding: 13px 18px;
    font-size: 1.05rem;
    color: #8892a4;
}

.ap-compare-bad {
    background: rgba(200, 30, 30, 0.1);
    color: #f87171;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid rgba(200, 30, 30, 0.2);
}

.ap-compare-good {
    background: rgba(0, 85, 255, 0.09);
    color: #4facfe;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid rgba(0, 85, 255, 0.2);
    border-left: 1px solid rgba(0, 85, 255, 0.15);
}

.ap-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #1a2030;
}

.ap-compare-row:last-child {
    border-bottom: none;
}

.ap-compare-row .ap-compare-col {
    font-size: 1rem;
    color: #5a6880;
    border-right: 1px solid #1e2535;
}

.ap-compare-row .ap-compare-col.ap-good {
    color: #c0cce0;
    font-weight: 500;
    border-right: none;
}

.ap-compare-row .ap-compare-col.ap-good::before {
    content: '✓ ';
    color: #10b981;
    font-weight: 700;
}

/* ---- SECTORS ---- */
.ap-sectors-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ap-sector-card {
    background: #141a26;
    border: 1px solid #1e2535;
    border-radius: 12px;
    padding: 26px 18px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.ap-sector-card:hover {
    border-color: rgba(0, 85, 255, 0.5);
    transform: translateY(-3px);
}

.ap-sector-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    line-height: 1;
}

.ap-sector-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ap-sector-card p {
    font-size: 1.05rem;
    color: #6b7a96;
    line-height: 1.55;
    margin: 0;
}

/* ---- CTA FINALE ---- */
.ap-cta-final {
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.ap-cta-final::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 85, 255, 0.09) 0%, transparent 65%);
    pointer-events: none;
}

.ap-cta-final h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    position: relative;
}

.ap-cta-final p {
    font-size: 1.2rem;
    color: #8892a4;
    max-width: 500px;
    margin: 0 auto 36px;
    line-height: 1.6;
    position: relative;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1100px) {
    .ap-tiers {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin: 0 auto;
    }

    .ap-pricing-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ap-sectors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .ap-container {
        padding: 0 20px;
    }

    .ap-h1 {
        font-size: 2.2rem;
    }

    .ap-problem-grid {
        grid-template-columns: 1fr;
    }

    .ap-tiers {
        max-width: 100%;
    }

    .ap-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap-section-title {
        font-size: 1.7rem;
    }

    .ap-pricing-text h2,
    .ap-cta-final h2 {
        font-size: 1.8rem;
    }

    .ap-flow {
        flex-wrap: wrap;
    }

    .ap-flow-box {
        min-width: 80px;
    }
}
/* =============================================
   FOOTER SECTION
   ============================================= */
#gh-footer {
    background: var(--gh-bg-card);
    border-top: 1px solid var(--gh-border);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

#gh-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

#gh-footer-grid > div {
    display: flex;
    flex-direction: column;
}

#gh-footer-grid h4 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--gh-text-primary);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#gh-footer-grid p {
    color: var(--gh-text-secondary);
    line-height: 1.6;
    font-size: 1.35rem;
}

#gh-footer-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gh-footer-grid ul li {
    margin-bottom: 10px;
}

#gh-footer-grid ul li a {
    color: var(--gh-text-secondary);
    text-decoration: none;
    font-size: 1.35rem;
    transition: color 0.2s ease;
}

#gh-footer-grid ul li a:hover {
    color: var(--gh-accent);
}

/* Barra copyright inferiore */
#gh-footer-bottom {
    border-top: 1px solid var(--gh-border);
    padding-top: 24px;
    text-align: center;
}

#gh-footer-bottom p {
    color: var(--gh-text-secondary);
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Cookie Banner */

#gh-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gh-bg-card);
    border-top: 1px solid var(--gh-border);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

#gh-cookie-banner.shown {
    transform: translateY(0);
}

#gh-cookie-banner p {
    color: var(--gh-text-secondary);
    font-size: 1.35rem;
    margin: 0;
}

#gh-cookie-btn {
    background: var(--gh-accent);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 1.35rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

#gh-cookie-btn:hover {
    background: var(--gh-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 85, 255, 0.3);
}

@font-face {
    font-family: "cornerstone";
    src: url("../fonts/Cornerstone.ttf") format("truetype");
}

#menubar {
    position:absolute;
    left:0;
    right:0;
    top:20px;
    height:80px;
    line-height:80px;
    color:#fff;
    padding-left:300px;
    font-family: cornerstone;
}

#pageContainer {
    position:absolute;
    top:120px;
    left:0;
    right:0;
    bottom:40px;
}

#menubar .logo {
    position:absolute;
    left:80px;
    top:10px;
    bottom:10px;
    height:60px;
    width:170px;
    background-image:url(/images/logo.png);
    background-size:170px 60px;
    cursor:pointer;
}

#menubar ul li {
    display:inline-block;
    list-style-type:none;
    padding-left:20px;
    padding-right:20px;
    font-size:24px;
    cursor:pointer;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border:2px solid transparent;
    user-select:none;
}

#menubar ul a {
    text-decoration:none;
    color:#fff;
}

#menubar ul li.right {
    position:absolute;
    right:100px;
}

#menubar ul li:hover {
    background-color:#111122;
    border:2px solid #ccccff;
}

#pageContainer .bgblur {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:0.33;
}

#footer {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:40px;
}

#footer .bgblur {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:0.66;
}

#footer span {
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    color:#ccccff;
    line-height:40px;
    text-align:center;
    user-select:none;
}


/* -------------------------------
         CORE DIALOG
------------------------------- */
.coreDialogBase.genericDialog .frame {
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border:1px solid #193469;
	background-color:#FFFFFF;
	overflow:hidden;
    max-height:680px;
}

.coreDialogBase.genericDialog .frame>.title {
	height:40px;
	line-height:40px;
	background-color:#193469;
}

.coreDialogBase.genericDialog .frame .dialogBody {
    max-height:580px;
}

.coreDialogBase.genericDialog .buttonBar {
	padding-top:8px;
	height:48px;
	border-top:1px solid #498596;
}

.coreDialogBase.genericDialog .buttonBar button {
	border:0;
	background-color:#174c7d;
	color:#FFFFFF;
	border-radius:10px;
	height:30px;
	line-height:26px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	padding-right:16px;
}

.coreDialogBase.genericDialog .formButton {
	border:0;
	background-color:#174c7d;
	color:#FFFFFF;
	border-radius:4px;
	height:24px;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:80%;
}


.coreDialogBase.genericDialog .formGroup {
    position:relative;
    padding:16px;
    padding-left:40px;
    border:2px solid #193469;
    color:#000;
    margin:20px;
    overflow:hidden;
}

.coreDialogBase.genericDialog .formGroup.frameless {
	border:0;
}

.coreDialogBase.genericDialog .formGroup>.groupTitle {
    display:block;
    position:absolute;
    bottom:-24px;
    left:0;
    width:1000px;
    font-size:125%;
    padding-left:20px;
    height:24px;
    line-height:24px;
    color:#FFFFFF;
    background-color:#193469;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}

.coreDialogBase.genericDialog .formGroup.frameless>.groupTitle {
	display:none;
}

.coreDialogBase.genericDialog .formGroup table td {
	padding-bottom:5px;
	padding-right:16px;
}

