.elementor-18 .elementor-element.elementor-element-287acff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:4px;--padding-bottom:4px;--padding-left:4px;--padding-right:4px;}.elementor-18 .elementor-element.elementor-element-91da8db{--display:flex;--min-height:30px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:4px;--padding-bottom:4px;--padding-left:8px;--padding-right:8px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-8a4b2a2 .elementor-heading-title{font-family:"VT323", Sans-serif;font-weight:100;}.elementor-18 .elementor-element.elementor-element-565c30e{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-18 .elementor-element.elementor-element-3d76a5a{--display:flex;}.elementor-18 .elementor-element.elementor-element-a0e2b44{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-18 .elementor-element.elementor-element-a0e2b44:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-a0e2b44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-18 .elementor-element.elementor-element-a0e2b44.e-con{--flex-grow:1;--flex-shrink:1;}.elementor-18 .elementor-element.elementor-element-5d06d26.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:1;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-18 .elementor-element.elementor-element-79869d0.elementor-element{--align-self:center;}.elementor-18 .elementor-element.elementor-element-79869d0 .elementor-button{font-family:"VT323", Sans-serif;font-weight:100;}.elementor-18 .elementor-element.elementor-element-777ae7f.elementor-element{--align-self:center;}.elementor-18 .elementor-element.elementor-element-777ae7f .elementor-button{font-family:"VT323", Sans-serif;font-weight:100;}.elementor-18 .elementor-element.elementor-element-407b924.elementor-element{--align-self:center;}.elementor-18 .elementor-element.elementor-element-407b924 .elementor-button{font-family:"VT323", Sans-serif;font-weight:100;}.elementor-18 .elementor-element.elementor-element-39c2603.elementor-element{--align-self:center;}.elementor-18 .elementor-element.elementor-element-39c2603 .elementor-button{font-family:"VT323", Sans-serif;font-weight:500;}.elementor-18 .elementor-element.elementor-element-2197530{--display:flex;}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-a0e2b44{--padding-top:60px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-18 .elementor-element.elementor-element-a0e2b44.e-con{--align-self:center;}.elementor-18 .elementor-element.elementor-element-5d06d26.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-287acff{--width:100%;}}/* Start custom CSS *//* =========================================
   1. FONTS & VARIABLES
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

.w95-frame {
    /* --- Variables --- */
    --win-gray: #c0c0c0;
    --win-gray-light: #dfdfdf;
    --win-gray-dark: #808080;
    --win-black: #000000;
    --win-white: #ffffff;
    --win-blue: #000080;
    --win-blue-grad: #1084d0;
    
    /* --- Layout & Positioning (UPDATED) --- */
    display: flex;
    flex-direction: column; /* Stacks Header -> Content -> Footer */
    height: 100vh !important;
    width: 100vw !important;
    position: fixed; /* Locks to screen */
    top: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    padding: 4px; /* Keeps the gray border visible */

    /* --- Visual Styles --- */
    font-family: 'VT323', monospace;
    background: var(--win-gray);
    
    /* Main Frame Bevel */
    box-shadow: 
        inset 2px 2px var(--win-white),
        inset -2px -2px var(--win-black),
        inset -1px -1px var(--win-gray-dark),
        inset 1px 1px var(--win-gray-light),
        4px 4px 10px rgba(0,0,0,0.5);
        
    /* Custom Cursor */
    cursor: url('data:image/svg+xml;utf8,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V22.5L5.5 17H9.5L13.5 24L16.5 22L12.5 15.5H18L0 0Z" fill="white" stroke="black"/></svg>'), auto;
}

/* =========================================
   2. TITLE BAR & CONTROLS
   ========================================= */
.w95-title-bar {
    background: linear-gradient(90deg, var(--win-blue), var(--win-blue-grad));
    color: white;
    margin-bottom: 4px !important;
    padding: 2px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w95-title-bar h1, .w95-title-bar h2, .w95-title-bar h3, 
.w95-title-bar span, .w95-title-bar p {
    color: white !important;
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.w95-controls {
    display: flex;
    gap: 4px;
}

.w95-controls button {
    background: var(--win-gray);
    border: none;
    box-shadow: inset 2px 2px var(--win-white), inset -2px -2px var(--win-black);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding: 0;
    cursor: pointer;
    font-family: sans-serif;
}

.w95-controls button:active {
    box-shadow: inset 2px 2px var(--win-black), inset -2px -2px var(--win-white);
    transform: translate(1px, 1px);
}

/* =========================================
   3. MENUS & ADDRESS BAR
   ========================================= */
.w95-menu-bar {
    display: flex;
    gap: 16px;
    padding: 4px 8px;
    border-bottom: 2px solid var(--win-gray-dark);
    margin-bottom: 4px;
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    color: black;
}

.w95-menu-bar .menu-item span { text-decoration: underline; }
.w95-menu-bar .menu-item:hover {
    background-color: var(--win-blue);
    color: white;
    cursor: pointer;
}

.w95-address-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    box-shadow: inset 0 -2px var(--win-white);
    font-family: 'VT323', monospace;
}

.w95-address-bar .address-label {
    color: var(--win-gray-dark);
    font-size: 1.1rem;
}

.w95-address-bar .address-input {
    flex-grow: 1;
    background: white;
    border: none;
    box-shadow: inset 2px 2px var(--win-black), inset -2px -2px var(--win-white);
    padding: 4px 8px;
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    outline: none;
    width: 100%;
}

/* =========================================
   4. CONTENT VIEWPORT & EFFECTS (UPDATED)
   ========================================= */
.w95-content {
    /* --- Layout & Centering --- */
    flex-grow: 1; /* Fills remaining space */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center Vertically */
    align-items: center;     /* Center Horizontally */
    
    /* --- Visuals --- */
    border: 2px solid var(--win-gray-dark);
    box-shadow: inset 2px 2px var(--win-black), inset -2px -2px var(--win-white);
    background: black;
    position: relative; 
    z-index: 1;
    overflow: hidden;
}

.retro-effects-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Grid Animation */
.grid-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        linear-gradient(#0050ff 1px, transparent 1px),
        linear-gradient(90deg, #0050ff 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center center;
    opacity: 0.1;
    perspective: 500px;
    transform-style: preserve-3d;
    animation: gridMove 20s linear infinite;
    z-index: 1;
}

@keyframes gridMove {
    0% { transform: scale(1.5) perspective(500px) rotateX(10deg) translateY(0); }
    100% { transform: scale(1.5) perspective(500px) rotateX(10deg) translateY(50px); }
}

/* Frost Noise */
.frost-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC42IiBudW1PY3RhdmVzPSIzIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI2YpIiBvcGFjaXR5PSIwLjMiLz48L3N2Zz4=');
    opacity: 0.15;
    mix-blend-mode: overlay;
    animation: frostShift 10s infinite linear;
    z-index: 2;
}

@keyframes frostShift {
    0% { transform: scale(1.1) translate(-10px, -10px); }
    50% { transform: scale(1.1) translate(10px, 10px); }
    100% { transform: scale(1.1) translate(-10px, -10px); }
}

/* Scanlines */
.scanlines {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0) 50%,
        rgba(0,0,0,0.2) 50%,
        rgba(0,0,0,0.2)
    );
    background-size: 100% 4px;
    z-index: 100;
    pointer-events: none;
}

/* =========================================
   5. FOOTER
   ========================================= */
.w95-footer {
    background: var(--win-gray);
    border-top: 2px solid var(--win-gray-light);
    padding: 4px 8px;
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
    color: black;
    box-shadow: inset 1px 1px #fff;
    margin-top: 4px;
    /* Prevent footer from shrinking */
    flex-shrink: 0;
}

.footer-inset {
    border: 1px solid;
    border-color: var(--win-gray-dark) var(--win-white) var(--win-white) var(--win-gray-dark);
    padding: 2px 6px;
    font-family: sans-serif;
    font-size: 12px;
}

.footer-inset.spacer { width: 20px; }
#w95-clock { min-width: 60px; text-align: center; }

/* =========================================
   STYLE A: CLASSIC WIN95 SYSTEM BUTTON
   ========================================= */
.w95-btn-classic .elementor-button {
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: black !important;
    background-color: var(--win-gray, #c0c0c0) !important;
    
    /* Authentic 3D Bevel */
    border: none;
    box-shadow: 
        inset 2px 2px white,
        inset -2px -2px black,
        inset -1px -1px #808080,
        inset 1px 1px #dfdfdf;
        
    padding: 8px 20px;
    transition: none;
    /* Ensure buttons sit above effects */
    position: relative;
    z-index: 10; 
}

.w95-btn-classic .elementor-button:active,
.w95-btn-classic .elementor-button:focus {
    box-shadow: 
        inset 2px 2px black,
        inset -2px -2px white;
    transform: translate(1px, 1px);
}

/* =========================================
   STYLE B: CHROME / SILVER CYBER BUTTON
   ========================================= */
.w95-btn-cyber .elementor-button {
    background: rgba(20, 20, 25, 0.6) !important;
    color: #a8b8c8 !important;
    font-family: 'VT323', monospace; 
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 10;
    
    /* Clip Path */
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    
    transition: all 0.2s ease;
}

.w95-btn-cyber .elementor-button::before {
    content: '';
    position: absolute;
    left: 0; 
    top: 0; 
    width: 4px; 
    height: 100%;
    background: linear-gradient(to bottom, #fff, #a8b8c8, #fff); 
    opacity: 0;
    transition: opacity 0.2s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.w95-btn-cyber .elementor-button:hover {
    background: rgba(200, 200, 200, 0.1) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.4); 
    padding-left: 30px; 
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px #a8b8c8;
}

.w95-btn-cyber .elementor-button:hover::before {
    opacity: 1;
}

/* =========================================
   GLOBAL RESET
   ========================================= */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; /* Prevents double scrollbars */
    background-color: #008080;
}/* End custom CSS */