/* Global Styles */
body {
    background: #000;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 0 70px 0;
    line-height: 1.75;
    letter-spacing: 0.02em;
    max-width: 820px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    max-width: 820px;
    margin: 0 auto !important;
    padding: 0 20px;
    width: 100%;
    text-align: left;
}

.container p, body > p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background: #000;
    padding: 36px 10px 20px 10px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
}
header h1 {
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 8px;
}
header p {
    font-style: normal;
    color: #bbb;
    font-size: 1.18em;
    margin: 0 auto;
    font-weight: 300;
    max-width: 610px;
}

.search-container {
    max-width: 480px;
    margin: 0 auto 38px auto;
    text-align: center;
}
.search-container input[type=text] {
    width: 100%;
    padding: 15px 19px;
    font-size: 1.12em;
    border: none;
    border-radius: 22px;
    background: #181818;
    color: #eee;
    box-shadow: 0 0 8px #232323;
}
.search-container input[type=text]::placeholder {
    color: #aaa;
}

.section-content {
    background: #101012;
    border-radius: 14px;
    margin-bottom: 38px;
    box-shadow: 0 2px 22px rgba(0,0,0,0.21);
    border: 1px solid #282828;
    padding: 32px 28px;
}

h2, h3 {
    color: #fff;
    border-bottom: 1px solid #313131;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
}

/* Past Weeks Section - clearly separated from current content */
.past-weeks-section {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 2px solid #333;
}

/* Or use this if you're targeting by ID */
#past-weeks {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 2px solid #333;
}

.course-card, .video-card, .prompt-card {
    background: #000;
    border-radius: 14px;
    margin: 16px 0;
    padding: 23px 18px 14px 18px;
    border: 1px solid #333;
    box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}

.course-title {
    font-size: 1.35em;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 8px;
    color: #fff;
    cursor: default;
    line-height: 1.3;
}

.course-provider, .course-description {
    font-size: 1em;
    color: #ccc;
    margin-bottom: 9px;
    font-weight: 300;
    line-height: 1.5;
}

.course-cost {
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 700;
    color: #2fff65;
}
.course-cost.free { color: #2fff65; }
.course-cost.paid { color: #2fff65; }

.course-link {
    display: inline-block;
    font-weight: 700;
    color: #66beea;
    border: 2px solid #66beea;
    background: none;
    padding: 8px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1em;
    margin-top: 10px;
    transition: background .2s, color .2s;
}
.course-link:hover { background: #66beea; color: #000; }

.video-card iframe {
    width: 100%;
    border-radius: 13px;
    border: none;
    height: 254px;
}
.video-card { background: #14151a; }

button, .button {
    font-family: inherit;
    border-radius: 30px;
    border: 2px solid #66beea;
    color: #66beea;
    font-weight: 700;
    background: none;
    font-size: 1em;
    padding: 8px 24px;
    cursor: pointer;
    transition: background .2s, color .2s;
}
button:hover, .button:hover {
    background: #66beea;
    color: #000;
}

.prompt-card {
    background: #181818;
    padding: 18px;
    border-radius: 13px;
    margin-bottom: 30px;
}
.prompt-title {
    font-weight: 700;
    font-size: 1.13em;
    margin-bottom: 7px;
    color: #79c1ff;
}
.prompt-text {
    font-family: monospace;
    color: #aaa;
    font-weight: 500;
    font-size: 1.07em;
    background: none;
    border: none;
    white-space: pre-wrap;
}

.accordion {
    background: #101012;
    color: #fff;
    cursor: pointer;
    padding: 19px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 9px;
    outline: none;
    margin: 10px 0;
    font-size: 1.09em;
    font-weight: 600;
    transition: background 0.2s;
}
.accordion.active, .accordion:hover { background: #232329; }

.panel {
    padding: 0 18px;
    background: #171719;
    display: none;
    overflow: hidden;
    border-radius: 0 0 9px 9px;
}

#archive-accordion {
    margin-top: 90px;
}

footer {
    background: #000;
    text-align: center;
    padding: 15px 20px;
    color: #777;
    font-size: 0.93em;
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 900px) {
    body { max-width: 99vw; padding-left: 6vw; padding-right: 6vw; }
    .container { max-width: 99vw; padding: 0 6vw; }
    .past-weeks-section, #past-weeks { margin-top: 60px; padding-top: 30px; }
}
@media (max-width: 600px) {
    body { max-width: 100vw; padding-left: 2vw; padding-right: 2vw; }
    .container { max-width: 100vw; padding: 0 2vw; }
    header h1 { font-size: 2em; }
    header { margin-left: -2vw; margin-right: -2vw; }
    footer { margin-left: -2vw; margin-right: -2vw; }
    .search-container { margin: 0 10px 18px; }
    section, .section-content { padding: 0 9px; }
    .video-card iframe { height: 155px; }
    .course-card, .video-card, .prompt-card { padding: 14px 5px; }
    .past-weeks-section, #past-weeks { margin-top: 50px; padding-top: 25px; }
}




