/* Project page specific styles */
body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.nav {
    margin-bottom: 30px;
}

.nav a {
    color: #62a6ff;
    text-decoration: none;
    font-size: 1.1em;
}

.nav a:hover {
    text-decoration: underline;
}

h1 {
    color: #62a6ff;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
}

.video-container {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h2 {
    color: #62a6ff;
    margin-top: 30px;
}

.parts-list {
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.parts-list h3 {
    color: #62a6ff;
    margin-top: 0;
}

.parts-list ul {
    list-style: none;
    padding: 0;
}

.parts-list li {
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.parts-list li:last-child {
    border-bottom: none;
}

.warning {
    background: #2d1a1a;
    border: 2px solid #ff6b6b;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.warning h3 {
    color: #ff6b6b;
    margin-top: 0;
}

.step {
    background: #1a1a1a;
    border-left: 4px solid #62a6ff;
    padding: 20px;
    margin: 20px 0;
}

.step h3 {
    color: #62a6ff;
    margin-top: 0;
}

.disclaimer-notice {
    background: #2d1a1a;
    border: 2px solid #ff6b6b;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    font-size: 0.9em;
    color: #cccccc;
}

.disclaimer-notice h3 {
    color: #ff6b6b;
    margin-top: 0;
    margin-bottom: 15px;
}

.disclaimer-notice a {
    color: #62a6ff;
    text-decoration: none;
}

.disclaimer-notice a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid #333;
    color: #666;
    margin-top: 40px;
}

.footer a {
    color: #62a6ff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
