/* Page styles for OCS-web-ui-demo.html (extracted from inline <style>) */
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=Courier+Prime:wght@400;700&family=Share+Tech+Mono&display=swap');

.web-ui-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(139, 233, 253, 0.1);
    border-radius: 0;
    font-family: 'Courier Prime', 'Courier New', monospace;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
    position: relative;
}

.web-ui-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(139, 233, 253, 0.015) 2px,
            rgba(139, 233, 253, 0.015) 4px
        );
    pointer-events: none;
    z-index: 1;
}

.web-ui-header {
    text-align: center;
    border: 2px solid #8be9fd;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.web-ui-header h1 {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.8rem;
    color: #8be9fd;
    margin: 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.web-ui-subheader {
    font-family: 'Courier Prime', 'Courier New', monospace;
    font-size: 0.9rem;
    color: #4a7a8a;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}

.back-button-container {
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(139, 233, 253, 0.2);
    text-decoration: none;
    color: #8be9fd;
    font-family: 'Courier Prime', monospace;
    font-size: 0.75rem;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.back-button:hover {
    background: rgba(139, 233, 253, 0.08);
    border-color: rgba(139, 233, 253, 0.5);
}

.demo-notice {
    padding: 1rem;
    background: rgba(196, 30, 58, 0.1);
    border: 1px solid #c41e3a;
    color: #8be9fd;
    font-family: 'Courier Prime', monospace;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.demo-notice strong {
    color: #c41e3a;
}

.ui-preview-section {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 233, 253, 0.15);
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.ui-preview-title {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
    color: #8be9fd;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(139, 233, 253, 0.1);
}

.mock-display {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(20, 40, 60, 0.6));
    border: 2px solid rgba(139, 233, 253, 0.3);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier Prime', monospace;
    color: #8be9fd;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mock-display::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(139, 233, 253, 0.03) 2px,
            rgba(139, 233, 253, 0.03) 4px
        ),
        radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.mock-content {
    position: relative;
    z-index: 2;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.feature-card {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(139, 233, 253, 0.2);
    border-radius: 2px;
    transition: all 0.2s ease;
}

.feature-card:hover {
    background: rgba(139, 233, 253, 0.05);
    border-color: rgba(139, 233, 253, 0.4);
}

.feature-card-title {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
    color: #8be9fd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.feature-card-desc {
    font-family: 'Courier Prime', monospace;
    font-size: 0.75rem;
    color: #4a7a8a;
    line-height: 1.4;
}

.mock-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(139, 233, 253, 0.1);
    border: 1px solid rgba(139, 233, 253, 0.3);
    color: #8be9fd;
    font-family: 'Courier Prime', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0.25rem;
}

.mock-button:hover {
    background: rgba(139, 233, 253, 0.2);
    border-color: rgba(139, 233, 253, 0.6);
}

.status-indicators {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Courier Prime', monospace;
    font-size: 0.75rem;
    color: #8be9fd;
}

.status-light {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: pulse-light 2s infinite;
}

.status-light.green {
    background: #00ff00;
    box-shadow: 0 0 10px #00ff00;
}

.status-light.blue {
    background: #0088ff;
    box-shadow: 0 0 10px #0088ff;
}

.status-light.amber {
    background: #ffaa00;
    box-shadow: 0 0 10px #ffaa00;
}

@keyframes pulse-light {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.documentation {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.4);
    border-left: 3px solid rgba(139, 233, 253, 0.3);
    font-family: 'Courier Prime', monospace;
    font-size: 0.8rem;
    color: #8be9fd;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.documentation h3 {
    font-family: 'Share Tech Mono', monospace;
    color: #8be9fd;
    margin-top: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.documentation ul {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.documentation li {
    margin: 0.3rem 0;
}

@media (max-width: 900px) {
    .web-ui-container {
        margin: 1rem 30px;
        padding: 1rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .web-ui-container {
        margin: 0.5rem 15px;
        padding: 0.75rem;
    }
    
    .web-ui-header {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .web-ui-header h1 {
        font-size: 1.3rem;
    }
    
    .web-ui-subheader {
        font-size: 0.75rem;
    }
    
    .mock-display {
        height: 200px;
        font-size: 0.9rem;
    }
}
