/*
 * Modern Minimal Style
 * Clean, spacious, contemporary
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 850px;
    margin: 40px auto;
    background: #FFFFFF;
    padding: 40px;
    line-height: 1.6;
    color: #333;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
}

h2:before {
    content: none;
}

dt {
    float: left;
    clear: left;
    width: 140px;
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

dd {
    margin-left: 160px;
    margin-bottom: 30px;
}

dd strong {
    font-size: 18px;
    color: #1a1a1a;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 10px;
}

li {
    margin-bottom: 8px;
}

blockquote {
    text-align: center;
    border: none;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
}

a {
    text-decoration: none;
    color: #3498db;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

a:hover, a:active {
    border-bottom-color: #3498db;
    background-color: transparent;
    color: #2980b9;
    text-shadow: none;
}

hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 30px 0;
}

@media print {
    body {
        margin: 0;
        padding: 20px;
    }
    a {
        color: #000;
        text-decoration: none;
    }
}
