<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Centering the button and shop items */
#button-container { text-align: center; margin-top: 20px; margin-bottom: 20px; }
#shop-container { text-align: center; margin-top: 20px; }
#shop-container p { margin: 0 auto; }

/* Wrapper for shortcode content */
.captain-club-content-wrapper { position: relative; z-index: 1; }
/* Faded Background Image */
body.page-id-516::before,
body.page-template-captain-club::before { content: ""; position: fixed; top: 50px; height: calc(100vh - 50px); left: 0; width: 100vw; z-index: -1; background-image: url('../images/login-icon.png'); background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: 0.25; pointer-events: none; }
/* End Faded Background */

/* Intro Text Styling */
.cc-intro-text { text-align: center; margin: 10px auto 15px auto; max-width: 700px; padding: 0 15px; color: #ccc; font-size: 1em; font-style: italic; line-height: 1.6; }
.cc-intro-text p { margin-bottom: 0.5em; }
.cc-info-links { margin-top: 15px; font-size: 0.9em; }
.cc-info-links a { color: #aaa; text-decoration: underline; padding: 0 5px; }
.cc-info-links a:hover { color: #fff; }
/* End Intro Text Styling */

/* Testimonial Styling */
.cc-testimonial { text-align: center; margin: 20px auto 30px auto; max-width: 600px; padding: 0 15px; font-style: normal; color: #7289da; font-weight: bold; font-size: 1em; line-height: 1.5; }
.cc-testimonial br { display: block; content: ""; margin-top: 0.3em; }
/* End Testimonial Styling */

/* Welcome Message Styling */
body .cc-welcome-message { text-align: center; margin-top: 85px; margin-bottom: 15px; font-family: 'American Captain', sans-serif; font-size: 2em; color: #fff; font-weight: normal; letter-spacing: -1px; }
.cc-welcome-username { color: #FFD700; }
/* End Welcome Message Styling */

/* Profile Info Box Styling */
.cc-profile-info-box { border: 1px solid #444; background-color: rgba(40, 40, 40, 0.8); color: #eee; padding: 15px 20px; margin: 20px auto 10px auto; max-width: 700px; border-radius: 8px; }
.cc-profile-title { margin-top: 0; margin-bottom: 15px; text-align: center; font-size: 1.3em; color: #fff; border-bottom: 1px solid #555; padding-bottom: 10px; }
.cc-profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px 20px; }
.cc-profile-datapoint { font-size: 1em; line-height: 1.4; text-align: center; }
.cc-profile-label { display: block; font-size: 0.9em; color: #fff; font-weight: bold; margin-bottom: 3px; }
.cc-profile-value { display: block; font-weight: bold; color: #fff; word-wrap: break-word; }
.cc-profile-value.bucks-value { color: #FFD700; }
.cc-profile-value.twitch-bucks-value { color: #28a745; }
.cc-profile-value.twitch-bucks-zero { color: #aaa; font-weight: normal; }
.cc-profile-disclaimer { text-align: center; margin-top: 15px; margin-bottom: 15px; font-size: 0.9em; font-style: italic; color: #dc3232; }
@media (max-width: 550px) { .cc-profile-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .cc-profile-grid { grid-template-columns: 1fr; gap: 10px; } .cc-profile-datapoint { text-align: left; } .cc-profile-label { display: inline-block; margin-right: 5px; margin-bottom: 0; min-width: 80px; } .cc-profile-value { display: inline; } }
/* End Profile Info Box Styling */

/* Static Explanation Table Styling */
.cc-profile-explanations-wrapper { margin: 0 auto 30px auto; max-width: 700px; padding: 0 10px; }
.cc-profile-explanations-title { font-size: 1.2em; text-align: center; color: #ddd; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed #555; }
.cc-profile-explanations-table { width: 100%; border-collapse: collapse; color: #ccc; font-size: 0.95em; border-radius: 4px; overflow: hidden; }
.cc-profile-explanations-table th, .cc-profile-explanations-table td { border: none; padding: 10px 12px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.cc-profile-explanations-table tbody tr:last-child th, .cc-profile-explanations-table tbody tr:last-child td { border-bottom: none; }
.cc-profile-explanations-table th { font-weight: bold; width: 30%; color: #fff; background-color: rgba(60, 60, 60, 0.5); }
.cc-profile-explanations-table td { width: 70%; line-height: 1.5; }
.cc-profile-explanations-table tbody tr:nth-child(odd) td { background-color: rgba(60, 60, 60, 0.7); }
.cc-profile-explanations-table tbody tr:nth-child(even) td { background-color: rgba(45, 45, 45, 0.7); }
.cc-profile-explanations-table tbody tr:nth-child(odd) th { background-color: rgba(60, 60, 60, 0.7); }
.cc-profile-explanations-table tbody tr:nth-child(even) th { background-color: rgba(45, 45, 45, 0.7); }
.cc-profile-explanations-table td a { color: #8ab4f8; text-decoration: underline; }
.cc-profile-explanations-table td a:hover { color: #b3ceff; }
/* End Explanation Table Styling */

/* Shop Disclaimer &amp; Timestamp Styling */
.shop-cache-disclaimer, .shop-last-refreshed, .next-restock-date { text-align: center; font-size: 0.9em; color: #555; margin-bottom: 5px; margin-top: 0; max-width: 80%; margin-left: auto; margin-right: auto; }
.shop-cache-disclaimer { margin-bottom: 10px; font-style: italic; }
.shop-cache-disclaimer a { color: #7289da; text-decoration: none; }
.shop-cache-disclaimer a:hover { text-decoration: underline; }
.timezone-tooltip { display: inline-block; margin-left: 4px; cursor: help; border: 1px solid #ccc; border-radius: 50%; width: 16px; height: 16px; line-height: 16px; text-align: center; font-size: 11px; color: #777; background-color: #f0f0f0; }
.timezone-tooltip:hover { background-color: #e0e0e0; border-color: #aaa; }
/* End Disclaimer/Timestamp Styling */

/* Styling the shop gallery */
.shop-gallery { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; padding: 20px; box-sizing: border-box; margin-top: 15px; }
.shop-item { background-color: #f5f5f5; border: 1px solid #ddd; border-radius: 10px; padding: 0; width: calc(100% / 4 - 15px); max-width: 300px; aspect-ratio: 264 / 352; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; flex-grow: 0; flex-shrink: 0; transition: filter 0.3s ease, opacity 0.3s ease; }
.shop-item img.shop-cover-image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.shop-item img.shop-cover-image[src$='placeholder-cover.png'] { object-fit: contain; background-color: #eee; }
.shop-item-no-image { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3em; color: #ccc; background-color: #eee; }
@media (max-width: 992px) { .shop-gallery { gap: 15px; } .shop-item { width: calc(100% / 3 - 10px); max-width: 280px; } }
@media (max-width: 768px) { .shop-item { width: calc(50% - 8px); } }
@media (max-width: 480px) { .shop-gallery { padding: 10px; gap: 10px; } .shop-item { width: calc(50% - 5px); max-width: none; } }

/* Shop item overlays */
.shop-item .pb-cost { position: absolute; bottom: 10px; right: 10px; font-weight: bold; font-size: 14px; color: #fff; background-color: rgba(0, 0, 0, 0.6); padding: 3px 6px; border-radius: 5px; z-index: 2; }
.shop-item-quantity { position: absolute; bottom: 10px; left: 10px; font-weight: bold; font-size: 14px; color: #fff; background-color: rgba(0, 0, 0, 0.6); padding: 3px 6px; border-radius: 5px; z-index: 2; }
.shop-item .platform-logo { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; background-color: #000; border-radius: 50%; padding: 2px; box-sizing: border-box; z-index: 2; display: block; object-fit: contain; }
.shop-item.affordable { border: 2px solid #00FF00; }
/* End Overlays */

/* Upcoming Item Styling */
.upcoming-shop-title { text-align: center; margin-top: 30px; margin-bottom: 5px; font-size: 1.5em; color: #444; }
.shop-item.upcoming-shop-item { opacity: 0.65; filter: grayscale(80%); }
hr.shop-section-divider { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); margin: 40px 10%; }
/* End Upcoming Item Styling */

/* Cooldown Styling for CURRENT items */
.shop-item.shop-item-cooldown { opacity: 0.7; filter: grayscale(60%); cursor: not-allowed; }
.cooldown-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(30, 30, 30, 0.75); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 3; padding: 10px; box-sizing: border-box; border-radius: 10px; text-align: center; pointer-events: auto; cursor: not-allowed; }
.lock-icon { font-size: 2.5em; color: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); display: block; }
.cooldown-text { font-size: 0.9em; color: #eee; font-weight: bold; margin-top: 5px; line-height: 1.3; }
/* End Cooldown Styling */

/* Base button styling */
.discord-button { display: inline-block; padding: 10px 20px; font-size: 18px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight: 600; border: none; border-radius: 8px; background-color: #7289da; color: #fff; text-decoration: none; transition: background-color 0.3s ease; cursor: pointer; line-height: normal; }
.discord-button:hover { background-color: #5b6eae; }

/* User Widget (Logged In) */
#cc-user-widget { position: fixed !important; top: 25px !important; right: 25px !important; /* Desktop */ bottom: auto !important; left: auto !important; width: auto !important; max-width: 400px; z-index: 10001; background-color: rgba(0, 0, 0, 0.7); color: #fff; padding: 5px 10px; border-radius: 8px; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.cc-widget-content { display: flex; align-items: center; justify-content: flex-end; white-space: nowrap; }
.cc-expiry-info { font-size: 13px; margin-right: 6px; opacity: 0.9; line-height: 32px; color: #fff; }
.cc-expiry-info:hover { opacity: 1; }
.cc-divider { margin: 0 6px; color: #aaa; font-size: 14px; line-height: 32px; }
.cc-bucks-balance { margin-left: 6px; font-size: 14px; font-weight: bold; line-height: 32px; color: #FFD700; }
.cc-avatar { width: 32px; height: 32px; border-radius: 50%; display: block; margin-left: 8px; object-fit: cover; }
.cc-dropdown { display: none; position: absolute; top: calc(100% + 5px); right: 0; background-color: #333; color: #fff; border-radius: 5px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); min-width: 160px; z-index: 10002; }
.cc-dropdown ul { list-style: none; margin: 0; padding: 5px 0; }
.cc-dropdown li a { display: block; padding: 8px 15px; color: #fff; text-decoration: none; font-size: 14px; white-space: nowrap; }
.cc-dropdown li a:hover { background-color: #555; }
.cc-dropdown-divider hr { border: none; border-top: 1px solid #555; margin: 5px 0; }
/* End Widget Styles */

/* Header Login Button Styling */
#cc-header-login-button { position: fixed !important; top: 15px !important; /* Mobile */ right: 15px !important; bottom: auto !important; left: auto !important; z-index: 10000; padding: 8px 16px; font-size: 16px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); transition: background-color 0.2s ease, transform 0.2s ease; line-height: normal; white-space: nowrap; }
#cc-header-login-button:hover { transform: scale(1.05); }
/* End Header Login Button Styles */

/* Media Query for Desktop Positioning */
@media (min-width: 769px) { #cc-user-widget, #cc-header-login-button { top: 25px !important; right: 25px !important; } }
/* End Media Query */

/* Login Error Notice Styling */
.cc-error-notice { border: 1px solid #dc3232; background-color: #fef2f2; color: #dc3232; padding: 10px 15px; margin: 15px auto; max-width: 600px; border-radius: 4px; text-align: center; font-weight: bold; }
/* End Error Notice Styling */

/* Shop Loading Indicator */
.shop-loading { text-align: center; padding: 40px 15px; font-size: 1.1em; color: #777; font-style: italic; }
.shop-loading::before { content: ""; display: inline-block; width: 20px; height: 20px; border: 3px solid rgba(100, 100, 100, 0.3); border-radius: 50%; border-top-color: #666; animation: shop-spin 1s ease-in-out infinite; -webkit-animation: shop-spin 1s ease-in-out infinite; margin-right: 10px; vertical-align: middle; position: relative; top: -2px; }
@keyframes shop-spin { to { -webkit-transform: rotate(360deg); } }
@-webkit-keyframes shop-spin { to { -webkit-transform: rotate(360deg); } }
/* End Loading Indicator */

/* --- Legal Links Styling --- */
.cc-legal-links {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 0.85em;
    color: #666;
    /* --- ADDED: Explicit width and margins for centering --- */
    width: 100%; /* Ensure it tries to take full width */
    max-width: 600px; /* Control max width */
    margin-left: auto; /* Center the block */
    margin-right: auto; /* Center the block */
    clear: both; /* Help prevent float issues */
}
.cc-legal-links a { color: #555; text-decoration: none; padding: 0 5px; }
.cc-legal-links a:hover { text-decoration: underline; color: #222; }
.cc-legal-separator { margin: 0 5px; color: #ccc; }
/* --- End Legal Links Styling --- */

/* --- Admin View Styling --- */
.cc-admin-stat { text-align: center; font-size: 1.2em; font-weight: bold; margin: 15px auto; padding: 10px; background-color: #f0f0f0; border: 1px solid #ddd; border-radius: 4px; max-width: 400px; } .cc-admin-search-form { margin: 20px 0; text-align: center; padding: 10px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; } .cc-admin-search-form label { margin-right: 5px; font-weight: bold; } .cc-admin-search-form input[type="search"] { padding: 5px 8px; min-width: 200px; border: 1px solid #ccc; border-radius: 3px; } .cc-admin-search-form .button { margin-left: 5px; vertical-align: baseline; } .cc-admin-table-wrapper { overflow-x: auto; margin: 20px 0; } .cc-admin-table { margin: 0 auto; border-collapse: collapse; width: 100%; min-width: 700px; border: 1px solid #ccc; table-layout: auto; word-wrap: break-word; } .cc-admin-table th, .cc-admin-table td { padding: 6px 8px; border-bottom: 1px solid #eee; border-left: 1px solid #eee; font-size: 0.9em; vertical-align: middle; text-align: center; white-space: nowrap; } .cc-admin-main-table th:first-child, .cc-admin-main-table td:first-child { text-align: left; white-space: normal; border-left: none; } .cc-admin-cooldown-table th:first-child, .cc-admin-cooldown-table td:first-child { text-align: center; white-space: nowrap; border-left: none; } .cc-admin-table th { background-color: #f1f1f1; font-weight: bold; border-bottom-width: 2px; border-bottom-color: #ccc; white-space: normal; vertical-align: bottom; } .cc-admin-table td.status-expired { color: #dc3232; font-weight: bold; } .cc-admin-table td.cooldown-active-value { color: #dc3232; font-weight: bold; } .cc-admin-table tbody tr:nth-child(even) { background-color: #f9f9f9; } .cc-admin-table tbody tr:hover { background-color: #f0f0f0; } .cc-access-denied { color: #dc3232; font-weight: bold; text-align: center; margin: 30px 15px; padding: 15px; background: #fef2f2; border: 1px solid #dc3232; border-radius: 4px; } .cc-cooldown-title { text-align: center; font-size: 1.2em; margin-top: 25px; margin-bottom: 10px; font-weight: bold; }
/* Guild Editor Form Styles */
.cc-admin-form { margin-top: 20px; }
.cc-guild-edit-outer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.cc-guild-fieldset { border: 1px solid #ccc; padding: 15px 20px; border-radius: 4px; background: #fdfdfd; margin: 0; }
.cc-guild-fieldset legend { font-weight: bold; padding: 0 5px; margin-left: 10px; font-size: 1.1em; color: #333; }
.cc-guild-field-item { margin-bottom: 12px; }
.cc-guild-field-item label { display: block; margin-bottom: 3px; font-weight: normal; font-size: 0.9em; color: #333; }
.cc-guild-field-item input[type="text"],
.cc-guild-field-item input[type="number"] { width: 100%; padding: 8px 10px; border: 1px solid #ccc; box-shadow: none; border-radius: 0; box-sizing: border-box; font-size: 1em; }
.cc-guild-field-item input:focus { border-color: #5b9dd9; box-shadow: 0 0 0 1px #5b9dd9; outline: none; }
.cc-admin-form-submit { text-align: center; padding-top: 10px; margin-top: 10px; border-top: 1px solid #eee; }
.cc-admin-form-submit .button { font-size: 1.1em; padding: 8px 25px; }
@media (max-width: 850px) { .cc-guild-edit-outer-grid { grid-template-columns: 1fr; } }
.cc-admin-notice { padding: 10px 15px; margin: 15px 0; border-radius: 4px; border: 1px solid; max-width: 95%; box-sizing: border-box; margin-left: auto; margin-right: auto; }
.cc-admin-notice.notice-success { background-color: #f0fff4; border-color: #63d378; color: #155724; }
.cc-admin-notice.notice-error { background-color: #fef2f2; border-color: #dc3232; color: #a94442; }
/* End Admin View Styling */</pre></body></html>