/* Unique Design for Site 4: torzn-official-mirror.com - Professional Blue Theme */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f0f4f8;
    color: #1a1a1a;
}
.container {
    width: 85%;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}
.container-wrapper {
    width: 85%;
    margin: auto;
    display: flex;
    gap: 25px;
}
.main-area {
    flex: 3;
}
.side-panel {
    flex: 1;
    margin-top: 30px;
}
.panel-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}
.panel-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}
.hero-center {
    text-align: center;
    margin: 25px 0;
}
.center-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,86,179,0.3);
}
header {
    background: #0056b3;
    color: #fff;
    padding-top: 30px;
    min-height: 80px;
    border-bottom: #003d82 5px solid;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
header .logo {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
header nav {
    float: right;
    margin-top: 12px;
}
header li {
    float: left;
    display: inline;
    padding: 0 20px;
}
main {
    padding: 30px 0;
}
.hero {
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 10px;
    border-left: 5px solid #0056b3;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero h1 {
    font-size: 32px;
    color: #0056b3;
}
section {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h2 {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
}
.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.article-card {
    background: #f0f4f8;
    padding: 20px;
    border: 2px solid #0056b3;
    border-radius: 8px;
    transition: transform 0.2s;
}
.article-card:hover {
    transform: translateY(-5px);
}
.article-card a {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}
.official-ref {
    background: #fff;
    border-left: 5px solid #0056b3;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.official-ref h3 {
    color: #0056b3;
    margin-top: 0;
}
.share-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.share-btn {
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: transform 0.2s;
}
.share-btn:hover {
    transform: translateY(-2px);
}
.share-btn.twitter {
    background: #1DA1F2;
}
.share-btn.reddit {
    background: #FF4500;
}
.share-btn.linkedin {
    background: #0077B5;
}
footer {
    background: #0056b3;
    color: #fff;
    text-align: center;
    padding: 35px 20px;
    margin-top: 40px;
    border-top: 5px solid #003d82;
}
footer p {
    margin: 8px 0;
    line-height: 1.6;
}
footer p:first-child {
    font-weight: bold;
    font-size: 16px;
}
footer p:last-child {
    font-size: 14px;
    color: #d0e8ff;
}
