/* Community Guidelines Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.guidelines-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
}

/* Header Section */
.guidelines-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 0;
}

.header-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8F2BEC, #A855F7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
    color: white;
    font-weight: bold;
    box-shadow: 0 8px 32px rgba(143, 43, 236, 0.3);
}

.guidelines-header h1 {
    font-size: 44px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.header-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Introduction */
.guidelines-intro {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 48px;
    border: 1px solid #e9ecef;
}

.guidelines-intro p {
    font-size: 16px;
    color: #495057;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
}

/* Remember Section - No background or border */
.remember-section {
    margin-bottom: 48px;
}

.remember-section p {
    font-size: 16px;
    color: #495057;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
}

/* Guidelines Sections */
.guidelines-section {
    margin-bottom: 48px;
}

.guidelines-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

/* Behavior Items */
.behavior-item {
    margin-bottom: 16px;
    padding: 10px 0;
    border-bottom: none;
}

.behavior-item:last-child {
    border-bottom: none;
}

.behavior-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.behavior-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* Zero Tolerance Section */
.zero-tolerance {
    background: #fff5f5;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #fed7d7;
    margin-bottom: 48px;
}

.zero-tolerance h2 {
    color: #8F2BEC;
    margin-bottom: 24px;
}

.zero-tolerance-list {
    list-style: none;
    padding: 0;
}

.zero-tolerance-list li {
    font-size: 14px;
    color: #2d3748;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.6;
    font-weight: 400;
}

.zero-tolerance-list li:last-child {
    margin-bottom: 0;
}

/* Profile Items */
.profile-item {
    margin-bottom: 32px;
    padding: 24px 0;
    border-bottom: 1px solid #f1f3f4;
}

.profile-item:last-child {
    border-bottom: none;
}

.profile-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.profile-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* Content List */
.content-list {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

.content-list li {
    font-size: 14px;
    color: #2d3748;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.6;
    font-weight: 400;
}

.content-list li:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .guidelines-container {
        padding: 20px 16px;
    }
    
    .guidelines-header {
        padding: 20px 0;
        margin-bottom: 32px;
    }
    
    .header-icon {
        width: 64px;
        height: 64px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .guidelines-header h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .header-subtitle {
        font-size: 16px;
    }
    
    .guidelines-intro {
        padding: 24px;
        margin-bottom: 32px;
    }
    
    .guidelines-intro p {
        font-size: 14px;
    }
    
    .guidelines-section {
        margin-bottom: 32px;
    }
    
    .guidelines-section h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .zero-tolerance {
        padding: 24px;
        margin-bottom: 32px;
    }
    
    .behavior-item,
    .profile-item {
        padding: 16px 0;
        margin-bottom: 24px;
    }
    
    .behavior-item h3,
    .profile-item h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .behavior-item p,
    .profile-item p {
        font-size: 13px;
    }
    
    .zero-tolerance-list li,
    .content-list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .guidelines-container {
        padding: 16px 12px;
    }
    
    .guidelines-header h1 {
        font-size: 28px;
    }
    
    .header-subtitle {
        font-size: 14px;
    }
    
    .guidelines-intro {
        padding: 20px;
    }
    
    .guidelines-section h2 {
        font-size: 20px;
    }
    
    .zero-tolerance {
        padding: 20px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}
/* Global text selection color */
::selection { background: #ff6b6b; color: #fff; }
::-moz-selection { background: #ff6b6b; color: #fff; }

/* Focus styles for accessibility */
*:focus {
    outline: 2px solid #8F2BEC;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .guidelines-container {
        max-width: none;
        padding: 0;
    }
    
    .header-icon {
        background: #666 !important;
        box-shadow: none;
    }
    
    .zero-tolerance {
        background: #f5f5f5 !important;
        border: 1px solid #ccc !important;
    }
    
    .guidelines-intro {
        background: #f9f9f9 !important;
        border: 1px solid #ddd !important;
    }
}
/* Removed Roboto Condensed import; using system font stack */