/*
Theme Name: P0
Theme URI: ixoui.fr
Author: Mica
Author URI: ixoui.fr
Description: Thème WordPress du module P0 — surface NEXUS + profondeur Minitel. Slice 0 minimal.
Version: 0.1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p0theme
Tags: dark, minimal
*/

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
    background: #0a0a0a;
    color: #dcdcdc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    line-height: 1.55;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a { color: #00d4ff; text-decoration: none; }
a:hover { color: #00ff80; }

.p0-site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
    text-align: center;
}

.p0-site-header a {
    color: #00ff80;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.p0-site-tagline {
    color: #555;
    font-size: 0.8rem;
    font-family: 'Courier New', monospace;
    margin-top: 0.25rem;
}

.p0-site-main {
    flex: 1;
    padding: 1rem;
}
/* Home / immersif : contenu pleine largeur (comme le footer), pas de padding latéral */
.p0-site-main.p0-bare {
    padding: 0;
}

.p0-page {
    max-width: 900px;
    margin: 1rem auto;
}

.p0-page .entry-title {
    color: #fff;
    font-family: 'Courier New', monospace;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}

.p0-page .entry-content {
    font-size: 1rem;
}

.p0-site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
    text-align: center;
    color: #666;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
}
