@charset "UTF-8";
/* extracted from pages/help.php <style> — CSS refactor Phase C */
/* ===== Help Page Layout ===== */
.help-hero {
    background: #fff8ee;
    border: 2px solid #996633;
    border-radius: 8px;
    padding: 20px 28px;
    margin: 8px auto 16px auto;
    max-width: 850px;
    text-align: left;
}
.help-hero h1 {
    color: #990000;
    font-size: 24px;
    margin: 0 0 10px 0;
    font-family: Georgia, serif;
}
.help-hero p {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 8px 0;
}
.quickstart-box {
    background: #edfaed;
    border: 2px solid #16971C;
    border-radius: 6px;
    padding: 14px 20px;
    margin: 12px auto;
    max-width: 850px;
    text-align: left;
}
.quickstart-box h3 {
    color: #16971C;
    margin: 0 0 10px 0;
    font-size: 18px;
}
.quickstart-box ol {
    margin: 0;
    padding-left: 22px;
}
.quickstart-box li {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.6;
}
.toc-box {
    background: #f0ece0;
    border: 1px solid #cc9955;
    border-radius: 5px;
    padding: 14px 22px;
    display: inline-block;
    text-align: left;
    margin: 8px 0 16px 0;
}
.toc-box h3 {
    color: #990000;
    margin: 0 0 8px 0;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.toc-box ol {
    margin: 0;
    padding-left: 20px;
}
.toc-box li {
    margin: 4px 0;
}
.toc-box a {
    color: #663300;
    text-decoration: none;
    font-size: 16px;
}
.toc-box a:hover {
    text-decoration: underline;
}
/* ===== Sections ===== */
.help-section {
    background: #fff9f2;
    border: 2px solid #cc9955;
    border-radius: 6px;
    padding: 20px 28px 22px 28px;
    margin: 16px auto;
    max-width: 850px;
    text-align: left;
}
.help-section h2 {
    color: #990000;
    font-size: 19px;
    border-bottom: 2px solid #cc9955;
    padding-bottom: 6px;
    margin-top: 0;
    font-family: Georgia, serif;
}
.help-section h3 {
    color: #664400;
    font-size: 15px;
    margin: 18px 0 8px 0;
}
/* ===== Screen Mockups ===== */
.screen-mockup {
    border: 2px solid #996666;
    border-radius: 6px;
    background: #f9f6f0;
    padding: 0;
    margin: 12px auto;
    max-width: 680px;
    box-shadow: 2px 5px 12px rgba(0,0,0,0.15);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.mockup-titlebar {
    background: #996666;
    color: white;
    padding: 7px 14px;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
}
.mockup-titlebar-dots {
    display: inline-block;
    margin-right: 8px;
}
.mockup-titlebar-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px;
    vertical-align: middle;
}
.mockup-body {
    padding: 14px 20px 18px 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.mockup-caption {
    text-align: center;
    color: #888;
    font-style: italic;
    font-size: 15px;
    margin: 4px 0 10px 0;
}
.mockup-input {
    border: 1px solid #aaa;
    padding: 3px 6px;
    font-size: 15px;
    background: white;
    font-family: Arial, sans-serif;
    border-radius: 2px;
}
.mockup-select {
    border: 1px solid #aaa;
    padding: 3px 6px;
    font-size: 15px;
    background: white;
    font-family: Arial, sans-serif;
    border-radius: 2px;
}
.mockup-table td {
    padding: 5px 6px 5px 0;
    vertical-align: middle;
    white-space: nowrap;
}
.mockup-table td:first-child {
    font-weight: bold;
    color: #444;
    text-align: right;
    padding-right: 10px;
    width: 135px;
}
.mockup-btn6 {
    background-color: #16971C;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 9px 12px;
    font-size: 14px;
    width: 200px;
    cursor: default;
    display: inline-block;
    text-align: center;
    margin-top: 6px;
    font-family: Arial, sans-serif;
}
.mockup-map-placeholder {
    background: linear-gradient(160deg, #c8deb8 0%, #b8d4a8 50%, #d0dfc8 100%);
    height: 155px;
    border: 1px solid #99aa88;
    border-radius: 3px;
    display: table;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.mockup-map-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* ===== Method Cards ===== */
.method-card {
    border: 1px solid #cc9955;
    border-radius: 5px;
    background: #fffdf7;
    padding: 14px 18px;
    margin: 12px 0;
}
.method-card h4 {
    color: #663300;
    margin: 0 0 10px 0;
    font-size: 15px;
}
/* ===== Tip boxes ===== */
.tip-box {
    background: #edfaed;
    border-left: 4px solid #16971C;
    padding: 9px 14px;
    margin: 10px 0;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    line-height: 1.6;
}
.tip-box strong {
    color: #16971C;
}
.note-box {
    background: #fff8e0;
    border-left: 4px solid #cc9900;
    padding: 9px 14px;
    margin: 10px 0;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    line-height: 1.6;
}
.note-box strong {
    color: #884400;
}
/* ===== Step lists ===== */
.step-list {
    margin: 0 0 0 20px;
    padding: 0;
}
.step-list li {
    margin: 7px 0;
    line-height: 1.65;
    font-size: 15px;
}
/* ===== Reference Tables ===== */
.ref-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.ref-table th {
    background: #996666;
    color: white;
    padding: 6px 10px;
    text-align: left;
}
.ref-table td {
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}
.ref-table tr:nth-child(even) td {
    background: #faf5f0;
}
/* ===== Sample Adventure Map ===== */
#sample-map {
    width: 100%;
    height: 400px;
    border: 2px solid #996666;
    border-radius: 4px;
    margin: 12px 0;
}
.stop-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FF6600;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 4px;
    font-family: Arial, sans-serif;
}
.adventure-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-top: 10px;
}
.adventure-table th {
    background: #996666;
    color: white;
    padding: 6px 10px;
    text-align: left;
}
.adventure-table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}
.adventure-table tr:nth-child(even) td {
    background: #fdf8f2;
}
