body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#nav {
    min-height: 54px;
    flex-shrink: 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container .comment {
    margin-top: auto;
    padding-top: 40px;
}

.tabs {
    background-color: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}

.tabs.collapsed {
    height: 36px;
    overflow: hidden;
}

.nav-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888888;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
}

.nav-toggle:hover {
    color: #a3c1ad;
}

.tabs a {
    display: inline-block;
    padding: 8px 12px;
    color: #888888;
    text-decoration: none;
    border-right: 1px solid #2a2a2a;
    background-color: #151515;
    font-size: 13px;
}

.tabs a:hover {
    color: #e8e8e8;
    text-decoration: none;
}

.tabs a.active {
    background-color: #0a0a0a;
    color: #e8e8e8;
}

.kbd {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11px;
    color: #0a0a0a;
    background-color: #a3c1ad;
    border: 1px solid #8dad97;
    border-radius: 3px;
    margin-left: 6px;
    font-family: 'Courier New', Courier, monospace;
}

.particles {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
    visibility: hidden;
}

.tabs a.active .particles {
    visibility: visible;
}

.particles::before,
.particles::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.particles::before {
    background-color: #a3c1ad;
    animation: particle1 2s ease-in-out infinite;
    box-shadow: 0 0 6px rgba(163, 193, 173, 0.6);
}

.particles::after {
    background-color: #8dad97;
    animation: particle2 2.3s ease-in-out infinite;
    box-shadow: 0 0 6px rgba(141, 173, 151, 0.6);
}

@keyframes particle1 {

    0%,
    100% {
        left: 2px;
        top: 2px;
    }

    25% {
        left: 11px;
        top: 2px;
    }

    50% {
        left: 11px;
        top: 11px;
    }

    75% {
        left: 2px;
        top: 11px;
    }
}

@keyframes particle2 {

    0%,
    100% {
        left: 11px;
        top: 11px;
    }

    25% {
        left: 2px;
        top: 11px;
    }

    50% {
        left: 2px;
        top: 2px;
    }

    75% {
        left: 11px;
        top: 2px;
    }
}

h1 {
    color: #ffffff;
    font-weight: 300;
    margin-top: 0;
}

h2 {
    color: #a3c1ad;
    font-weight: 300;
}

a {
    color: #a3c1ad;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #b8d4bf;
}

.comment {
    color: #666666;
}

.line {
    padding-left: 60px;
    position: relative;
}

.line::before {
    content: attr(data-line);
    position: absolute;
    left: 0;
    width: 40px;
    text-align: right;
    color: #555555;
    padding-right: 10px;
}

.status-plan {
    margin: 30px 0;
}

.plan-step {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 12px 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.plan-step:hover {
    background-color: rgba(163, 193, 173, 0.03);
}

.plan-step.current {
    border-left-color: #a3c1ad;
    background-color: rgba(163, 193, 173, 0.05);
}

.step-number {
    display: inline-block;
    width: 30px;
    text-align: right;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-right: 12px;
    flex-shrink: 0;
}

.plan-step.current .step-number {
    color: #a3c1ad;
    font-weight: 400;
}

.step-indicator {
    display: flex;
    align-items: center;
    width: 20px;
    color: #a3c1ad;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
    align-self: center;
}

.step-content {
    flex: 1;
}

.step-content p {
    margin: 0;
    line-height: 1.7;
}

.plan-step.current .step-content p {
    color: #e8e8e8;
}

body.home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero {
    text-align: left;
    margin-bottom: 80px;
    max-width: 800px;
}

.hero-title {
    font-size: 96px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: #ffffff;
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.hero-logo {
    width: 256px;
    height: 256px;
    flex-shrink: 0;
}

.hero-subtitle {
    font-size: 36px;
    font-weight: 300;
    color: #a3c1ad;
    letter-spacing: -0.01em;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.hero-description {
    font-size: 24px;
    font-weight: 300;
    color: #a3c1ad;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.5;
}

.contact-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 24px;
    max-width: 800px;
}

.contact-links a {
    color: #a3c1ad;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-links a:hover {
    color: #b8d4bf;
    text-decoration: none;
}

.contact-links .separator {
    color: #444444;
}

/* Blog split-pane layout */
.blog-layout {
    display: flex;
    flex: 1;
    margin: 0;
    overflow: hidden;
}

.blog-sidebar {
    width: 300px;
    border-right: 1px solid #2a2a2a;
    background-color: #0a0a0a;
    overflow-y: auto;
    padding: 20px;
    flex-shrink: 0;
    transition: width 0.3s ease, padding 0.3s ease;
    position: relative;
}

.blog-sidebar.collapsed {
    width: 0;
    padding: 0;
    overflow: hidden;
    border-right: none;
}

.sidebar-toggle {
    position: absolute;
    top: 20px;
    right: 8px;
    background: none;
    border: 1px solid #2a2a2a;
    color: #888888;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 11px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 3px;
    z-index: 100;
}

.sidebar-toggle:hover {
    color: #a3c1ad;
    border-color: #a3c1ad;
}

.collapsed .sidebar-toggle {
    position: fixed;
    left: 0;
    right: auto;
    top: 100px;
    transform: none;
    writing-mode: horizontal-tb;
    background-color: #1a1a1a;
    border-radius: 0 3px 3px 0;
    padding: 8px 6px;
}

.blog-sidebar h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-list {
    margin-bottom: 20px;
}

.blog-entry {
    padding: 12px;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.blog-entry:hover {
    background-color: rgba(163, 193, 173, 0.03);
}

.blog-entry.selected {
    border-left-color: #a3c1ad;
    background-color: rgba(163, 193, 173, 0.05);
}

.entry-date {
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
}

.entry-title {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.5;
}

.blog-entry.selected .entry-title {
    color: #a3c1ad;
}

.blog-content-pane {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #0a0a0a;
    overflow: hidden;
}

.blog-content-header {
    background-color: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
    padding: 8px 16px;
    color: #e8e8e8;
    font-size: 13px;
    flex-shrink: 0;
}

.content-filename {
    color: #a3c1ad;
}

.blog-content {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.blog-content h1 {
    margin-top: 0;
}

.placeholder-text {
    color: #666666;
    text-align: center;
    margin-top: 100px;
}

/* Company/People page layout (same as blog) */
.people-layout,
.company-layout {
    display: flex;
    flex: 1;
    margin: 0;
    overflow: hidden;
}

.people-sidebar,
.company-sidebar {
    width: 300px;
    border-right: 1px solid #2a2a2a;
    background-color: #0a0a0a;
    overflow-y: auto;
    padding: 20px;
    flex-shrink: 0;
    transition: width 0.3s ease, padding 0.3s ease;
    position: relative;
}

.people-sidebar.collapsed,
.company-sidebar.collapsed {
    width: 0;
    padding: 0;
    overflow: hidden;
    border-right: none;
}

.people-sidebar h2,
.company-sidebar h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.people-list,
.handbook-list {
    margin-bottom: 20px;
}

.people-entry,
.handbook-entry {
    padding: 12px;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.people-entry:hover,
.handbook-entry:hover {
    background-color: rgba(163, 193, 173, 0.03);
}

.people-entry.selected,
.handbook-entry.selected {
    border-left-color: #a3c1ad;
    background-color: rgba(163, 193, 173, 0.05);
}

.person-role {
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
}

.person-name,
.section-title {
    color: #e8e8e8;
    font-size: 18px;
    line-height: 1.5;
}

.people-entry.selected .person-name,
.handbook-entry.selected .section-title {
    color: #a3c1ad;
}

.people-content-pane,
.company-content-pane {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #0a0a0a;
    overflow: hidden;
}

.people-content-header,
.company-content-header {
    background-color: #1a1a1a;
    border-bottom: 1px solid #2a2a2a;
    padding: 8px 16px;
    color: #e8e8e8;
    font-size: 13px;
    flex-shrink: 0;
}

.people-content,
.company-content {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.people-content h1,
.company-content h1 {
    margin-top: 0;
}

.coming-soon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60vh;
}

.coming-soon h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #ffffff;
}

.coming-soon p {
    font-size: 20px;
    font-weight: 300;
    color: #a3c1ad;
    max-width: 500px;
}