body.template-gemini-code-1785245455864{
    --bg: #07090e;
    --panel: #0d1322;
    --card: #111827;
    --primary: #10b981;
    --secondary: #3b82f6;
    --accent: #f59e0b;
    --text: #f3f4f6;
    --muted: #9ca3af;
    --line: rgba(255,255,255,.08);
    --border-color: #1e293b;
    --radius: 12px;
    --content-width: 1280px;
    --heading-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --body-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono-font: "Courier New", monospace;
    background: #07090e !important;
    color: var(--text) !important;
    font-family: var(--body-font);
}

body.template-gemini-code-1785245455864::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size:40px 40px;
    opacity:.28;
}

body.template-gemini-code-1785245455864::after{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(circle at 12% 0%, rgba(245,158,11,.08), transparent 18%),
        radial-gradient(circle at 86% 12%, rgba(59,130,246,.08), transparent 16%);
}

body.template-gemini-code-1785245455864 .imperialis-shell{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    position:relative;
    z-index:1;
}

body.template-gemini-code-1785245455864 .imperialis-ticker{
    display:flex;
    gap:34px;
    overflow:hidden;
    white-space:nowrap;
    padding:10px 24px;
    border-bottom:1px solid var(--line);
    background:#0b0f17;
    color:var(--muted);
    font-family:var(--mono-font);
    font-size:.82rem;
}

body.template-gemini-code-1785245455864 .imperialis-ticker b{
    color:var(--text);
}

body.template-gemini-code-1785245455864 .imperialis-ticker .is-pos{
    color:var(--primary);
    font-style:normal;
}

body.template-gemini-code-1785245455864 .imperialis-header{
    position:sticky;
    top:0;
    z-index:60;
    border-bottom:1px solid var(--line);
    backdrop-filter:blur(10px);
    background:rgba(7,9,14,.84);
    margin:0;
    padding:0 5%;
    border-radius:0;
    box-shadow:none;
}

body.template-gemini-code-1785245455864 .imperialis-header::after{
    display:none;
}

body.template-gemini-code-1785245455864 .imperialis-header__inner{
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

body.template-gemini-code-1785245455864 .imperialis-brand{
    display:flex;
    flex-direction:column;
    gap:2px;
    text-decoration:none;
    color:var(--text);
}

body.template-gemini-code-1785245455864 .imperialis-brand span{
    font-size:1.45rem;
    font-weight:800;
    letter-spacing:.22em;
}

body.template-gemini-code-1785245455864 .imperialis-brand small{
    color:var(--secondary);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.28em;
}

body.template-gemini-code-1785245455864 .imperialis-nav-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex:1;
}

body.template-gemini-code-1785245455864 .imperialis-nav{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

body.template-gemini-code-1785245455864 .imperialis-nav a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    padding:0 14px;
    border-radius:8px;
    border:1px solid transparent;
    color:var(--muted);
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:.78rem;
    font-weight:700;
}

body.template-gemini-code-1785245455864 .imperialis-nav a:hover,
body.template-gemini-code-1785245455864 .imperialis-nav a.is-active{
    color:var(--text);
    background:rgba(17,24,39,.88);
    border-color:var(--border-color);
}

body.template-gemini-code-1785245455864 .imperialis-nav a::after{
    display:none;
}

body.template-gemini-code-1785245455864 .imperialis-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

body.template-gemini-code-1785245455864 .language-switch,
body.template-gemini-code-1785245455864 .language-switch a,
body.template-gemini-code-1785245455864 .language-switch span{
    color:var(--muted);
}

body.template-gemini-code-1785245455864 .language-switch a.is-active,
body.template-gemini-code-1785245455864 .language-switch a:hover{
    color:var(--text);
}

body.template-gemini-code-1785245455864 .btn{
    min-height:42px;
    border-radius:8px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}

body.template-gemini-code-1785245455864 .btn-primary{
    background:var(--secondary);
    border:1px solid var(--secondary);
    color:#fff;
    box-shadow:0 0 20px rgba(59,130,246,.32);
}

body.template-gemini-code-1785245455864 .btn-primary:hover{
    background:#2563eb;
    border-color:#2563eb;
}

body.template-gemini-code-1785245455864 .btn-secondary,
body.template-gemini-code-1785245455864 .btn-outline{
    background:transparent;
    border:1px solid var(--line);
    color:var(--text);
}

body.template-gemini-code-1785245455864 .btn-secondary:hover,
body.template-gemini-code-1785245455864 .btn-outline:hover{
    background:#1f2937;
}

body.template-gemini-code-1785245455864 .imperialis-main{
    flex:1 1 auto;
}

body.template-gemini-code-1785245455864 .imperialis-content{
    width:min(var(--content-width), calc(100% - 48px));
    margin:0 auto;
    padding:36px 0 72px;
}

body.template-gemini-code-1785245455864 .content-card,
body.template-gemini-code-1785245455864 .enterprise-page-hero,
body.template-gemini-code-1785245455864 .enterprise-note-card,
body.template-gemini-code-1785245455864 .product-card,
body.template-gemini-code-1785245455864 .feature-card,
body.template-gemini-code-1785245455864 .value-card,
body.template-gemini-code-1785245455864 .blog-card,
body.template-gemini-code-1785245455864 .solution-panel,
body.template-gemini-code-1785245455864 .stat-card,
body.template-gemini-code-1785245455864 .dashboard-card,
body.template-gemini-code-1785245455864 .admin-card,
body.template-gemini-code-1785245455864 .classifieds-filter-card,
body.template-gemini-code-1785245455864 .classifieds-category-card,
body.template-gemini-code-1785245455864 .classifieds-listing-card{
    background:var(--panel) !important;
    border:1px solid var(--border-color) !important;
    border-radius:12px !important;
    box-shadow:0 20px 40px rgba(0,0,0,.34) !important;
    color:var(--text) !important;
}

body.template-gemini-code-1785245455864 h1,
body.template-gemini-code-1785245455864 h2,
body.template-gemini-code-1785245455864 h3,
body.template-gemini-code-1785245455864 h4{
    color:var(--text) !important;
    font-family:var(--heading-font);
    letter-spacing:-.03em;
}

body.template-gemini-code-1785245455864 .eyebrow,
body.template-gemini-code-1785245455864 .hero-kicker,
body.template-gemini-code-1785245455864 .pill{
    color:var(--accent) !important;
}

body.template-gemini-code-1785245455864 .pill{
    background:rgba(245,158,11,.12) !important;
    border:1px solid rgba(245,158,11,.22) !important;
}

body.template-gemini-code-1785245455864 p,
body.template-gemini-code-1785245455864 li,
body.template-gemini-code-1785245455864 .prose,
body.template-gemini-code-1785245455864 .muted,
body.template-gemini-code-1785245455864 .detail-meta-strip,
body.template-gemini-code-1785245455864 .card-top,
body.template-gemini-code-1785245455864 .card-bottom{
    color:var(--muted) !important;
}

body.template-gemini-code-1785245455864 .detail-meta-strip{
    background:#0b0f17 !important;
    border:1px solid var(--border-color) !important;
}

body.template-gemini-code-1785245455864 input,
body.template-gemini-code-1785245455864 select,
body.template-gemini-code-1785245455864 textarea{
    background:#07090e !important;
    border:1px solid var(--border-color) !important;
    color:var(--text) !important;
    border-radius:8px !important;
}

body.template-gemini-code-1785245455864 input:focus,
body.template-gemini-code-1785245455864 select:focus,
body.template-gemini-code-1785245455864 textarea:focus{
    outline:none;
    border-color:var(--secondary) !important;
    box-shadow:0 0 0 1px rgba(59,130,246,.34), 0 0 18px rgba(59,130,246,.18) !important;
}

body.template-gemini-code-1785245455864 label span{
    color:#cbd5e1 !important;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:.8rem;
    font-weight:700;
}

body.template-gemini-code-1785245455864 .data-table{
    background:#0b0f17 !important;
    border:1px solid var(--border-color);
    border-radius:12px;
    overflow:hidden;
}

body.template-gemini-code-1785245455864 .data-table th,
body.template-gemini-code-1785245455864 .data-table td{
    border-bottom:1px solid rgba(30,41,59,.82) !important;
}

body.template-gemini-code-1785245455864 .data-table th{
    color:var(--muted) !important;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:.76rem;
}

body.template-gemini-code-1785245455864 .data-table tbody tr:hover{
    background:rgba(31,41,55,.74) !important;
}

body.template-gemini-code-1785245455864 .imperialis-footer{
    border-top:1px solid var(--line);
    background:#0b0f17;
}

body.template-gemini-code-1785245455864 .imperialis-footer__inner{
    width:min(var(--content-width), calc(100% - 48px));
    margin:0 auto;
    padding:28px 0 40px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    flex-wrap:wrap;
}

body.template-gemini-code-1785245455864 .imperialis-footer__links{
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
}

body.template-gemini-code-1785245455864 .imperialis-footer__links a,
body.template-gemini-code-1785245455864 .imperialis-footer__meta{
    color:var(--muted);
}

body.template-gemini-code-1785245455864 .imperialis-footer__meta{
    display:grid;
    gap:6px;
    text-align:right;
}

body.template-gemini-code-1785245455864 .public-layout{
    display:block;
    padding:0;
}

body.template-gemini-code-1785245455864 .public-main{
    width:100%;
}

body.template-gemini-code-1785245455864 .public-ad-sidebar{
    display:none;
}

body.template-gemini-code-1785245455864 .lima-city-footer-banner{
    display:flex;
    justify-content:center;
    padding:18px 16px;
    background:#0b0f17;
    border-top:1px solid var(--line);
}

body.template-gemini-code-1785245455864 .lima-city-footer-banner img{
    display:block;
    max-width:100%;
    height:auto;
}

@media (max-width: 980px){
    body.template-gemini-code-1785245455864 .imperialis-header{
        padding:0 14px;
    }
    body.template-gemini-code-1785245455864 .imperialis-header__inner,
    body.template-gemini-code-1785245455864 .imperialis-nav-panel{
        flex-direction:column;
        align-items:stretch;
    }
    body.template-gemini-code-1785245455864 .imperialis-content,
    body.template-gemini-code-1785245455864 .imperialis-footer__inner{
        width:calc(100% - 24px);
    }
}

@media (max-width: 680px){
    body.template-gemini-code-1785245455864 .imperialis-ticker{
        gap:18px;
        padding:8px 12px;
        font-size:.74rem;
    }
    body.template-gemini-code-1785245455864 .imperialis-brand span{
        font-size:1.18rem;
    }
    body.template-gemini-code-1785245455864 .imperialis-nav a,
    body.template-gemini-code-1785245455864 .btn{
        width:100%;
        justify-content:center;
    }
    body.template-gemini-code-1785245455864 .imperialis-actions{
        flex-direction:column;
        align-items:stretch;
    }
}
