:root {
    --codlog-bg: #050807;
    --codlog-bg-soft: #090d0c;
    --codlog-panel: rgba(13, 18, 17, .86);
    --codlog-panel-strong: #0c1110;
    --codlog-line: rgba(255,255,255,.10);
    --codlog-line-green: rgba(112,255,28,.30);
    --codlog-text: #f5f7f6;
    --codlog-muted: #9ba5a1;
    --codlog-green: #72ff1d;
    --codlog-green-dark: #45ca00;
    --codlog-shadow: 0 25px 80px rgba(0,0,0,.55);
    --codlog-width: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body.codlog-home {
    margin: 0;
    color: var(--codlog-text);
    background: var(--codlog-bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.codlog-skip { position: fixed; z-index: 999; top: -80px; left: 20px; padding: 12px 18px; color: #050807; background: var(--codlog-green); border-radius: 8px; transition: top .2s; }
.codlog-skip:focus { top: 15px; }

.codlog-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 82px;
    padding: 0 max(28px, calc((100vw - var(--codlog-width)) / 2));
    display: grid;
    grid-template-columns: 280px 1fr auto;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(4,7,6,.76);
    backdrop-filter: blur(18px);
    transition: background .25s, box-shadow .25s;
}
.codlog-header.is-scrolled { background: rgba(4,7,6,.94); box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.codlog-brand { display: inline-flex; width: max-content; flex-direction: column; line-height: 1; }
.codlog-brand-main { color: #fff; font-size: 23px; font-weight: 900; letter-spacing: -1px; }
.codlog-brand-main b { display: inline-block; padding: 2px 4px; color: #091006; background: var(--codlog-green); border-radius: 3px; font-size: .65em; vertical-align: 2px; }
.codlog-brand-sub { margin-top: 5px; color: var(--codlog-green); font-size: 8px; font-weight: 800; letter-spacing: .8px; }
.codlog-navigation { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.codlog-navigation a { position: relative; padding: 30px 0 26px; color: #dbe0de; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .35px; }
.codlog-navigation a::after { content:""; position:absolute; right:50%; bottom:16px; left:50%; height:2px; background:var(--codlog-green); transition: left .2s,right .2s; }
.codlog-navigation a:hover::after, .codlog-navigation a.is-active::after { right:0; left:0; }
.codlog-header-actions { display:flex; gap:12px; align-items:center; }
.codlog-button { min-height: 46px; padding: 0 20px; display:inline-flex; align-items:center; justify-content:center; gap:12px; border:1px solid transparent; border-radius:7px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.2px; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.codlog-button:hover { transform: translateY(-2px); }
.codlog-button-primary { color:#071004; background:linear-gradient(135deg, #79ff28, #50d900); box-shadow:0 10px 30px rgba(92,232,16,.18); }
.codlog-button-primary:hover { box-shadow:0 14px 38px rgba(92,232,16,.30); }
.codlog-button-ghost, .codlog-button-outline { color:#f4f6f5; border-color:rgba(255,255,255,.18); background:rgba(255,255,255,.025); }
.codlog-button-ghost:hover, .codlog-button-outline:hover { border-color:var(--codlog-green); background:rgba(114,255,29,.05); }
.codlog-button-large { min-height:54px; padding:0 26px; font-size:13px; }
.codlog-menu-button { display:none; }

.codlog-hero {
    position:relative;
    min-height: 850px;
    padding: 168px max(28px, calc((100vw - var(--codlog-width)) / 2)) 72px;
    display:grid;
    grid-template-columns: .82fr 1.18fr;
    align-items:center;
    gap:54px;
    isolation:isolate;
    overflow:hidden;
}
.codlog-grid-background { position:absolute; z-index:-4; inset:0; opacity:.26; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,transparent 0,#000 20%,#000 75%,transparent 100%); }
.codlog-hero::after { content:""; position:absolute; z-index:-3; inset:0; background:radial-gradient(circle at 75% 42%,rgba(30,255,0,.08),transparent 35%),linear-gradient(105deg,#050807 0%,rgba(5,8,7,.92) 39%,rgba(5,8,7,.35) 72%,#050807 100%); }
.codlog-glow { position:absolute; z-index:-2; width:500px; height:500px; border-radius:50%; filter:blur(110px); opacity:.09; background:var(--codlog-green); }
.codlog-glow-one { top:80px; right:-140px; }
.codlog-glow-two { bottom:-260px; left:10%; }
.codlog-kicker { margin:0 0 18px; display:flex; align-items:center; gap:12px; color:var(--codlog-green); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.45px; }
.codlog-kicker span { width:22px; height:2px; background:var(--codlog-green); box-shadow:0 0 12px var(--codlog-green); }
.codlog-hero h1 { margin:0; color:#f8faf9; font-size:clamp(68px,7.2vw,112px); line-height:.88; letter-spacing:-6px; font-weight:900; text-shadow:0 8px 45px rgba(0,0,0,.55); }
.codlog-hero h1 em { color:var(--codlog-green); font-style:normal; text-shadow:0 0 45px rgba(114,255,29,.18); }
.codlog-hero h2 { max-width:680px; margin:22px 0 0; font-size:clamp(25px,2.2vw,37px); line-height:1.15; letter-spacing:-1.2px; text-transform:uppercase; }
.codlog-hero h2 strong { display:block; color:var(--codlog-green); }
.codlog-hero-text { max-width:620px; margin:24px 0 0; color:#b4bcb9; font-size:17px; line-height:1.7; }
.codlog-hero-actions { margin-top:34px; display:flex; flex-wrap:wrap; gap:16px; }
.codlog-system-status { margin-top:30px; display:flex; align-items:center; gap:10px; color:#7e8985; font-size:11px; text-transform:uppercase; letter-spacing:.6px; }
.codlog-system-status i { width:8px; height:8px; border-radius:50%; background:var(--codlog-green); box-shadow:0 0 15px var(--codlog-green); }
.codlog-system-status b { color:#cfd5d2; }

.codlog-dashboard-wrap { position:relative; perspective:1500px; }
.codlog-dashboard-light { position:absolute; inset:10% 0 0 15%; background:radial-gradient(circle,rgba(113,255,29,.13),transparent 60%); filter:blur(30px); }
.codlog-dashboard { position:relative; min-height:570px; display:grid; grid-template-columns:150px 1fr; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:linear-gradient(145deg,rgba(18,25,23,.96),rgba(5,8,7,.98)); box-shadow:var(--codlog-shadow); transform:rotateY(-5deg) rotateX(1deg); transform-origin:center; }
.codlog-dashboard::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg,rgba(255,255,255,.07),transparent 18%,transparent 77%,rgba(114,255,29,.025)); }
.codlog-dashboard-sidebar { padding:28px 15px; display:flex; flex-direction:column; gap:7px; border-right:1px solid var(--codlog-line); background:rgba(0,0,0,.16); }
.codlog-mini-brand { margin:0 8px 23px; font-size:14px; font-weight:900; }
.codlog-mini-brand b { color:var(--codlog-green); }
.codlog-dashboard-sidebar span { padding:10px 11px; display:flex; align-items:center; gap:9px; color:#808b87; border-radius:6px; font-size:11px; }
.codlog-dashboard-sidebar span i { font-style:normal; }
.codlog-dashboard-sidebar .active { color:#fff; background:rgba(255,255,255,.08); }
.codlog-dashboard-sidebar .active:first-letter { color:var(--codlog-green); }
.codlog-dashboard-main { padding:28px 25px; }
.codlog-dashboard-head { display:flex; justify-content:space-between; align-items:center; font-size:13px; }
.codlog-dashboard-head span { color:#a0aaa6; font-size:9px; }
.codlog-dashboard-head span i { display:inline-block; width:7px; height:7px; margin-left:6px; border-radius:50%; background:var(--codlog-green); box-shadow:0 0 10px var(--codlog-green); }
.codlog-dashboard-kpis { margin-top:26px; display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.codlog-dashboard-kpis article { min-width:0; padding:17px 14px; border:1px solid var(--codlog-line); border-radius:8px; background:rgba(255,255,255,.025); }
.codlog-dashboard-kpis small, .codlog-dashboard-kpis span { display:block; color:#75817d; font-size:8px; }
.codlog-dashboard-kpis b { display:block; margin:9px 0 8px; overflow:hidden; color:#eef2f0; font-size:16px; white-space:nowrap; text-overflow:ellipsis; }
.codlog-dashboard-kpis span { color:#58de13; }
.codlog-dashboard-panels { margin-top:12px; display:grid; grid-template-columns:1.6fr .8fr; gap:12px; }
.codlog-dashboard-panels article { min-height:315px; padding:16px; overflow:hidden; border:1px solid var(--codlog-line); border-radius:9px; background:rgba(1,4,3,.4); }
.codlog-card-title { display:flex; justify-content:space-between; font-size:10px; }
.codlog-card-title span { color:var(--codlog-green); font-size:8px; text-transform:uppercase; }
.codlog-map-lines { height:250px; margin-top:12px; border-radius:6px; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:26px 26px; }
.codlog-map-lines svg { width:100%; height:100%; overflow:visible; }
.codlog-map-lines .map-road { fill:none; stroke:var(--codlog-green); stroke-width:3; filter:drop-shadow(0 0 5px rgba(114,255,29,.65)); stroke-dasharray:7 5; animation:routeFlow 20s linear infinite; }
.codlog-map-lines .faint { opacity:.16; stroke-width:1.5; }
.codlog-map-lines circle { fill:#0b110e; stroke:var(--codlog-green); stroke-width:4; }
@keyframes routeFlow { to { stroke-dashoffset:-200; } }
.codlog-routes-card { display:flex; flex-direction:column; gap:25px; }
.codlog-route-row { display:grid; grid-template-columns:1fr; gap:8px; color:#9aa49f; font-size:8px; }
.codlog-route-row i { height:4px; overflow:hidden; border-radius:5px; background:#1a211f; }
.codlog-route-row i b { display:block; height:100%; background:linear-gradient(90deg,#41bd00,var(--codlog-green)); box-shadow:0 0 8px rgba(114,255,29,.6); }
.codlog-route-row em { color:var(--codlog-green); font-size:7px; font-style:normal; }

.codlog-section { width:min(var(--codlog-width),calc(100% - 56px)); margin-inline:auto; }
.codlog-access-section { position:relative; z-index:3; margin-top:-50px; }
.codlog-access-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.codlog-access-card { min-height:170px; padding:28px; display:flex; align-items:center; gap:24px; border:1px solid var(--codlog-line); border-radius:10px; background:linear-gradient(145deg,rgba(17,23,21,.96),rgba(8,12,11,.98)); box-shadow:0 16px 40px rgba(0,0,0,.25); transition:transform .25s,border-color .25s,box-shadow .25s; }
.codlog-access-card:hover { transform:translateY(-6px); border-color:rgba(114,255,29,.55); box-shadow:0 22px 50px rgba(0,0,0,.38); }
.codlog-access-icon { flex:0 0 74px; width:74px; height:74px; display:grid; place-items:center; color:var(--codlog-green); border:1px solid var(--codlog-green); background:rgba(114,255,29,.03); clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%); font-size:26px; }
.codlog-access-card h3 { margin:0; font-size:20px; text-transform:uppercase; }
.codlog-access-card p { min-height:48px; margin:10px 0 16px; color:#909b97; font-size:12px; line-height:1.65; }
.codlog-access-card b { color:var(--codlog-green); font-size:11px; text-transform:uppercase; }
.codlog-access-card b i { margin-left:7px; font-size:17px; font-style:normal; }
.codlog-qr-icon i { width:27px; height:27px; display:block; border:4px dotted currentColor; box-shadow:inset 0 0 0 5px #0c1110; }

.codlog-modules { padding-top:92px; }
.codlog-section-heading h2 { margin:0; font-size:30px; letter-spacing:-1px; text-transform:uppercase; }
.codlog-modules-grid { margin-top:36px; display:grid; grid-template-columns:repeat(6,1fr); border-top:1px solid var(--codlog-line); border-bottom:1px solid var(--codlog-line); }
.codlog-modules-grid article { min-height:138px; padding:28px 20px; display:flex; gap:18px; border-right:1px solid var(--codlog-line); }
.codlog-modules-grid article:last-child { border-right:0; }
.codlog-modules-grid i { color:var(--codlog-green); font-size:29px; font-style:normal; }
.codlog-modules-grid h3 { margin:0 0 8px; font-size:13px; text-transform:uppercase; }
.codlog-modules-grid p { margin:0; color:#89938f; font-size:10px; line-height:1.6; }

.codlog-flow { padding-top:72px; }
.codlog-flow-grid { position:relative; margin-top:40px; display:grid; grid-template-columns:repeat(6,1fr); gap:25px; }
.codlog-flow-grid::before { content:""; position:absolute; top:47px; right:8%; left:8%; border-top:1px dashed rgba(114,255,29,.45); }
.codlog-flow-grid article { position:relative; text-align:center; }
.codlog-flow-grid article>div { position:relative; width:94px; margin:auto; }
.codlog-flow-grid article b { position:absolute; top:-2px; left:-5px; color:var(--codlog-green); font-size:11px; }
.codlog-flow-grid article i { position:relative; z-index:2; width:76px; height:76px; margin:auto; display:grid; place-items:center; color:var(--codlog-green); border:1px solid var(--codlog-green); border-radius:50%; background:var(--codlog-bg); box-shadow:0 0 22px rgba(114,255,29,.12); font-size:25px; font-style:normal; }
.codlog-flow-grid h3 { margin:17px 0 7px; font-size:12px; text-transform:uppercase; }
.codlog-flow-grid p { max-width:150px; margin:auto; color:#828c88; font-size:10px; line-height:1.55; }

.codlog-commitment { margin-top:80px; margin-bottom:62px; min-height:155px; padding:28px 34px; display:grid; grid-template-columns:1.1fr 1.6fr auto 1.45fr; align-items:center; gap:35px; border:1px solid var(--codlog-line); border-radius:10px; background:linear-gradient(125deg,#101614,#090d0c); }
.codlog-commitment h2 { margin:0; font-size:20px; line-height:1.35; text-transform:uppercase; }
.codlog-commitment h2 strong { color:var(--codlog-green); }
.codlog-commitment>p { margin:0; color:#9aa39f; font-size:11px; line-height:1.7; }
.codlog-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.codlog-trust span { display:flex; align-items:center; gap:10px; color:#c8cfcc; font-size:9px; text-transform:uppercase; line-height:1.35; }
.codlog-trust i { color:var(--codlog-green); font-size:23px; font-style:normal; }

.codlog-footer { min-height:100px; padding:25px max(28px,calc((100vw - var(--codlog-width))/2)); display:grid; grid-template-columns:260px 1fr auto; align-items:center; gap:25px; border-top:1px solid var(--codlog-line); background:#040605; }
.codlog-footer nav { display:flex; justify-content:center; gap:34px; }
.codlog-footer nav a, .codlog-footer p { color:#646e6a; font-size:10px; }
.codlog-footer nav a:hover { color:var(--codlog-green); }

.codlog-reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease,transform .7s ease; }
.codlog-reveal.is-visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
    .codlog-reveal { opacity:1; transform:none; }
}

@media (max-width: 1220px) {
    .codlog-header { grid-template-columns:220px 1fr auto; }
    .codlog-header-actions .codlog-button-ghost { display:none; }
    .codlog-hero { grid-template-columns:.9fr 1.1fr; gap:30px; }
    .codlog-dashboard { min-height:500px; grid-template-columns:120px 1fr; }
    .codlog-dashboard-kpis { grid-template-columns:repeat(2,1fr); }
    .codlog-dashboard-panels { grid-template-columns:1fr; }
    .codlog-routes-card { display:none!important; }
    .codlog-modules-grid { grid-template-columns:repeat(3,1fr); }
    .codlog-modules-grid article:nth-child(3) { border-right:0; }
    .codlog-modules-grid article:nth-child(-n+3) { border-bottom:1px solid var(--codlog-line); }
    .codlog-commitment { grid-template-columns:1fr 1.3fr auto; }
    .codlog-trust { grid-column:1/-1; padding-top:24px; border-top:1px solid var(--codlog-line); }
}

@media (max-width: 980px) {
    .codlog-header { height:72px; padding-inline:20px; grid-template-columns:1fr auto; }
    .codlog-header-actions { display:none; }
    .codlog-menu-button { width:45px; height:42px; padding:10px; display:flex; flex-direction:column; justify-content:center; gap:5px; border:1px solid var(--codlog-line); border-radius:7px; color:#fff; background:#0b0f0e; }
    .codlog-menu-button span { width:100%; height:2px; background:#fff; transition:transform .2s,opacity .2s; }
    .codlog-menu-button i { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
    .codlog-menu-button[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
    .codlog-menu-button[aria-expanded="true"] span:nth-child(2) { opacity:0; }
    .codlog-menu-button[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
    .codlog-navigation { position:fixed; top:72px; right:0; bottom:0; left:0; padding:35px 24px; display:flex; flex-direction:column; justify-content:flex-start; gap:0; background:rgba(4,7,6,.98); transform:translateX(100%); transition:transform .25s; }
    .codlog-navigation.is-open { transform:none; }
    .codlog-navigation a { padding:20px 4px; border-bottom:1px solid var(--codlog-line); font-size:17px; }
    .codlog-navigation a::after { display:none; }
    .codlog-hero { min-height:auto; padding:135px 28px 95px; grid-template-columns:1fr; }
    .codlog-hero-copy { text-align:center; }
    .codlog-kicker,.codlog-hero-actions,.codlog-system-status { justify-content:center; }
    .codlog-hero h2,.codlog-hero-text { margin-right:auto; margin-left:auto; }
    .codlog-dashboard-wrap { width:min(760px,100%); margin:20px auto 0; }
    .codlog-dashboard { transform:none; }
    .codlog-access-section { margin-top:-30px; }
    .codlog-access-grid { grid-template-columns:1fr; }
    .codlog-access-card { min-height:150px; }
    .codlog-flow-grid { grid-template-columns:repeat(3,1fr); row-gap:50px; }
    .codlog-flow-grid::before { display:none; }
    .codlog-commitment { grid-template-columns:1fr; text-align:center; }
    .codlog-commitment .codlog-button { justify-self:center; }
    .codlog-footer { grid-template-columns:1fr; justify-items:center; text-align:center; }
}

@media (max-width: 680px) {
    .codlog-section { width:calc(100% - 32px); }
    .codlog-brand-main { font-size:20px; }
    .codlog-hero { padding:120px 16px 72px; }
    .codlog-hero h1 { font-size:clamp(55px,19vw,78px); letter-spacing:-4px; }
    .codlog-hero h2 { font-size:23px; }
    .codlog-hero-text { font-size:14px; }
    .codlog-hero-actions { flex-direction:column; }
    .codlog-button-large { width:100%; }
    .codlog-dashboard { min-height:430px; grid-template-columns:1fr; }
    .codlog-dashboard-sidebar { display:none; }
    .codlog-dashboard-main { padding:18px 14px; }
    .codlog-dashboard-kpis { grid-template-columns:repeat(2,1fr); }
    .codlog-dashboard-kpis article { padding:13px 10px; }
    .codlog-dashboard-kpis b { font-size:13px; }
    .codlog-dashboard-panels article { min-height:240px; }
    .codlog-map-lines { height:190px; }
    .codlog-access-card { padding:23px 20px; align-items:flex-start; }
    .codlog-access-icon { flex-basis:56px; width:56px; height:56px; font-size:20px; }
    .codlog-access-card h3 { font-size:16px; }
    .codlog-modules { padding-top:70px; }
    .codlog-modules-grid { grid-template-columns:1fr 1fr; }
    .codlog-modules-grid article { min-height:150px; border-right:1px solid var(--codlog-line)!important; border-bottom:1px solid var(--codlog-line); }
    .codlog-modules-grid article:nth-child(2n) { border-right:0!important; }
    .codlog-flow-grid { grid-template-columns:1fr 1fr; }
    .codlog-commitment { margin-top:60px; padding:28px 20px; }
    .codlog-trust { grid-template-columns:1fr; text-align:left; }
    .codlog-footer nav { flex-wrap:wrap; gap:16px 25px; }
}
