/* =========================================================
   Stormy Sailors Theme
   Think Like A Captain. Play Like A Pirate.
   ========================================================= */

body {
    background: #0E1A2B;
    color: #E6E1D3;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

/* Panels */
.stormy-panel {
    background: #16253A;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Buttons */
.stormy-btn {
    background: #B77034;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.stormy-btn-secondary {
    background: #3A4F6B;
    color: #fff;
}

.stormy-btn-danger {
    background: #F54B2E;
    color: #fff;
}

/* Links */
a {
    color: #B77034;
    text-decoration: none;
}

/* Header */
.header {
    background: #0E1A2B;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #B77034;
}

/* Crest — 60% smaller */
.header img {
    width: 40%;
    height: auto;
    max-width: 200px;
}

/* =========================================================
   SOCIAL ICONS — BIG, CLEAR, CLICKABLE
   ========================================================= */

.socials {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 18px;
}

/* clickable area */
.socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #16253A;
    border-radius: 14px;
    border: 2px solid #B77034;
    text-decoration: none;
}

/* actual icon */
.socials img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    object-fit: contain;
}

/* hover = obvious it's clickable */
.socials a:hover {
    background: #1f3554;
    border-color: #E6E1D3;
}

/* Footer */
.stormy-footer {
    text-align: center;
    padding: 20px;
    border-top: 2px solid #B77034;
    margin-top: 40px;
    font-size: 14px;
}
