:root {
--mauritius-red: #EA2839;
--mauritius-blue: #1A206D;
--mauritius-yellow: #FFD500;
--mauritius-green: #00A551;
}
html {
scroll-behavior: smooth;
}
body {
background-color: #f3f4f6;
background-image:
radial-gradient(at 0% 0%, rgba(234, 40, 57, 0.15) 0px, transparent 50%),
radial-gradient(at 100% 0%, rgba(26, 32, 109, 0.15) 0px, transparent 50%),
radial-gradient(at 100% 100%, rgba(0, 165, 81, 0.15) 0px, transparent 50%),
radial-gradient(at 0% 100%, rgba(255, 213, 0, 0.15) 0px, transparent 50%);
background-attachment: fixed;
min-height: 100vh;
font-family: 'Inter', sans-serif;
color: #1f2937;
overflow-x: hidden;
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
} .container {
overflow: visible;
} .mauritius-gradient {
background: linear-gradient(to right,
var(--mauritius-red) 0%,
var(--mauritius-blue) 33%,
var(--mauritius-yellow) 66%,
var(--mauritius-green) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
} .glass-card {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow:
0 4px 6px -1px rgba(0, 0, 0, 0.05),
0 2px 4px -1px rgba(0, 0, 0, 0.03),
inset 0 0 20px rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-card:hover {
background: rgba(255, 255, 255, 0.85);
transform: translateY(-5px) scale(1.01);
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04),
inset 0 0 20px rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 1);
}
.glass-button {
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.glass-button:hover,
.glass-button:focus {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
}
.btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table,
body figure.wp-block-table {
margin: 2rem 0;
overflow: visible !important;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: visible !important;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: var(--mauritius-blue);
color: white;
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tbody tr:nth-child(even) td {
background: rgba(26, 32, 109, 0.04);
}
body .wp-block-table tbody tr:nth-child(odd) td {
background: rgba(255, 255, 255, 0.6);
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(26, 32, 109, 0.08);
} .creole-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 1.5rem 0;
border-radius: 0.75rem;
border: 1px solid rgba(26, 32, 109, 0.1);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
position: relative;
background: white;
max-width: 100%;
} .creole-table-wrap { scrollbar-width: none; }
.creole-table-wrap::-webkit-scrollbar { display: none; }
.creole-table-wrap > table,
.creole-table-wrap > .wp-block-table table,
.creole-table-wrap table {
width: auto !important;
min-width: 100%;
overflow: visible !important;
margin: 0 !important;
border-radius: 0 !important;
border: none !important;
box-shadow: none !important;
}
.creole-table-wrap th,
.creole-table-wrap td {
min-width: 110px;
white-space: normal;
word-break: break-word;
}
.creole-table-wrap th:first-child,
.creole-table-wrap td:first-child {
min-width: 90px;
} .creole-scroll-bar {
display: none;
align-items: center;
justify-content: center;
gap: 0.4rem;
background: var(--mauritius-blue);
color: rgba(255, 255, 255, 0.9);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 0.45rem 1rem;
margin-top: -1px;
border-radius: 0 0 0.75rem 0.75rem;
border: 1px solid rgba(26, 32, 109, 0.15);
border-top: none;
user-select: none;
transition: opacity 0.4s ease, transform 0.4s ease;
}
.creole-scroll-bar svg {
width: 14px;
height: 14px;
flex-shrink: 0;
opacity: 0.85;
}
.creole-scroll-bar.is-visible {
display: flex;
}
.creole-scroll-bar.is-fading {
opacity: 0;
transform: translateY(4px);
pointer-events: none;
}
@media (max-width: 768px) {
.creole-table-wrap th,
.creole-table-wrap td,
body .wp-block-table th,
body .wp-block-table td {
padding: 0.6rem 0.75rem !important;
font-size: 0.82rem;
} .prose .wp-block-table,
.prose figure.wp-block-table {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose > * + * {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 700 !important;
color: inherit !important;
transform: none !important;
box-shadow: none !important;
border: none !important;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
word-wrap: break-word !important;
transition: color 0.2s;
}
article.prose a:hover,
.prose a:hover {
color: var(--mauritius-blue) !important;
} .wp-block-group {
margin-bottom: 2rem;
} #rank-math-toc {
background: rgba(255, 255, 255, 0.65) !important;
backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
border-radius: 1.5rem !important;
padding: 1.5rem !important;
margin-bottom: 2rem !important;
position: relative !important;
overflow: hidden !important;
}
#rank-math-toc::before {
content: '' !important;
position: absolute !important;
top: -50px !important;
right: -50px !important;
width: 150px !important;
height: 150px !important;
background: radial-gradient(circle, rgba(234, 40, 57, 0.1) 0%, transparent 70%) !important;
z-index: 0 !important;
pointer-events: none !important;
}
#rank-math-toc h2 {
font-size: 1.25rem !important;
color: var(--mauritius-blue) !important;
margin: 0 0 1rem 0 !important;
padding-bottom: 0.5rem;
border-bottom: 2px solid rgba(234, 40, 57, 0.1);
font-weight: 800 !important;
letter-spacing: -0.02em;
position: relative !important;
z-index: 1 !important;
}
#rank-math-toc nav {
position: relative !important;
z-index: 1 !important;
}
#rank-math-toc nav ul {
margin: 0 !important;
padding-left: 0 !important;
list-style: none !important;
}
#rank-math-toc nav ul li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
#rank-math-toc nav > ul > li {
margin-top: 10px !important;
margin-bottom: 2px !important;
}
#rank-math-toc nav > ul > li:first-child {
margin-top: 0 !important;
}
#rank-math-toc nav ul li a {
text-decoration: none !important;
color: #334155 !important;
font-size: 0.95rem !important;
font-weight: 700 !important;
display: flex;
align-items: center;
gap: 10px;
transition: background-color 0.2s ease, color 0.2s ease;
padding: 6px 8px !important;
border-radius: 6px;
line-height: 1.4;
background: transparent !important;
}
#rank-math-toc nav > ul > li > a::before {
content: '\25C8' !important;
color: var(--mauritius-red) !important;
font-size: 14px !important;
font-weight: bold !important;
font-family: Arial, sans-serif !important;
display: inline-block !important;
min-width: 14px;
opacity: 1 !important;
transform: none !important;
}
#rank-math-toc nav ul ul {
margin: 4px 0 8px 10px !important;
padding-left: 12px !important;
border-left: 2px solid rgba(26, 32, 109, 0.1) !important;
}
#rank-math-toc nav ul ul li a {
font-size: 0.85rem !important;
font-weight: 500 !important;
color: #64748b !important;
padding: 2px 8px !important;
line-height: 1.3 !important;
}
#rank-math-toc nav ul ul li a::before {
content: '\21AA' !important;
color: #94a3b8 !important;
font-size: 14px !important;
font-family: Arial, sans-serif !important;
font-weight: normal !important;
margin-top: 2px;
}
#rank-math-toc nav ul li a:hover {
background: rgba(26, 32, 109, 0.05) !important;
color: var(--mauritius-blue) !important;
transform: none !important;
box-shadow: none !important;
border: none !important;
}
#rank-math-toc nav ul ul li a:hover::before {
color: var(--mauritius-blue) !important;
} .sticky {
z-index: 40;
} .prose img {
border-radius: 1rem;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
border: 4px solid rgba(255, 255, 255, 0.8);
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
height: auto;
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
display: block;
}
.prose img:hover {
transform: scale(1.02);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.prose img.emoji,
.prose img.icon {
border: none;
box-shadow: none;
border-radius: 0;
display: inline-block;
width: auto;
margin: 0;
} ul.page-numbers {
display: flex;
justify-content: center;
gap: 0.5rem;
list-style: none;
padding: 0;
margin: 0;
align-items: center;
}
.page-numbers {
display: flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
height: 2.5rem;
padding: 0 0.75rem;
border-radius: 9999px;
background: white;
border: 1px solid #e2e8f0;
color: #475569;
font-weight: 700;
font-size: 0.875rem;
text-decoration: none !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-numbers:hover,
.page-numbers:focus {
border-color: var(--mauritius-blue);
color: var(--mauritius-blue);
transform: translateY(-2px);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.page-numbers.current {
background: var(--mauritius-blue);
border-color: var(--mauritius-blue);
color: white;
box-shadow: 0 4px 6px -1px rgba(26, 32, 109, 0.3);
}
.page-numbers.prev,
.page-numbers.next {
background: transparent;
border: none;
box-shadow: none;
padding: 0;
height: auto;
min-width: 0;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
transform: none;
background: transparent;
color: inherit;
} .no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
} body.single-creole_blog article.prose a,
body.single-creole_blog .prose a {
color: #EA2839 !important;
text-decoration: underline !important;
font-weight: 600 !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
word-wrap: break-word !important;
}
body.single-creole_blog article.prose a:hover,
body.single-creole_blog .prose a:hover {
color: #1A206D !important;
}
body.single-creole_blog article.prose strong,
body.single-creole_blog .prose strong {
transform: none !important;
box-shadow: none !important;
border: none !important;
font-weight: 700 !important;
color: inherit !important;
} body.single-creole_blog .prose .wp-block-image,
body.single-creole_blog .prose figure {
margin-top: 0.75rem !important;
margin-bottom: 0.5rem !important;
}
body.single-creole_blog .prose figure figcaption,
body.single-creole_blog .prose figcaption.wp-element-caption,
body.single-creole_blog .prose .wp-caption .wp-caption-text {
margin-top: 0.08rem !important;
margin-bottom: 0 !important;
line-height: 1.3;
}
body.single-creole_blog .comment-form input[type="text"],
body.single-creole_blog .comment-form input[type="email"],
body.single-creole_blog .comment-form input[type="url"],
body.single-creole_blog .comment-form textarea {
width: 100%;
padding: 0.75rem 1rem;
border-radius: 0.75rem;
border: 1px solid rgba(26, 32, 109, 0.2);
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(4px);
margin-bottom: 1rem;
transition: all 0.3s ease;
outline: none;
}
body.single-creole_blog .comment-form input:focus,
body.single-creole_blog .comment-form textarea:focus {
border-color: #1A206D;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 3px rgba(26, 32, 109, 0.1);
}
body.single-creole_blog .comment-form .submit {
background: linear-gradient(135deg, #1A206D 0%, #2a3494 100%);
color: white;
border: none;
padding: 0.75rem 2rem;
border-radius: 9999px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
}
body.single-creole_blog .comment-form .submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
}
body.single-creole_blog .comment-notes,
body.single-creole_blog .logged-in-as {
color: #6b7280;
font-size: 0.875rem;
margin-bottom: 1rem;
}
body.single-creole_blog #comments {
margin-bottom: 2rem;
}
body.single-creole_blog .comments-title,
body.single-creole_blog .comment-reply-title {
font-size: 1.5rem !important;
font-weight: 800 !important;
color: #1A206D !important;
margin-bottom: 1.5rem !important;
display: flex;
align-items: center;
gap: 0.5rem;
border-bottom: 2px solid rgba(26, 32, 109, 0.1);
padding-bottom: 0.5rem;
}
body.single-creole_blog .comment-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
body.single-creole_blog .comment-list .comment {
margin-bottom: 1.5rem;
background: rgba(255, 255, 255, 0.4);
border: 1px solid rgba(255, 255, 255, 0.6);
padding: 1.5rem;
border-radius: 1.5rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
body.single-creole_blog .comment-list .children {
list-style: none !important;
padding-left: 2rem !important;
margin-top: 1.5rem !important;
border-left: 2px dashed rgba(26, 32, 109, 0.15);
}
body.single-creole_blog .comment-author img {
border-radius: 50% !important;
margin-right: 1rem;
float: left;
border: 2px solid white;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body.single-creole_blog .comment-author .fn {
font-weight: 800;
color: #1A206D;
font-size: 1.1rem;
font-style: normal;
}
body.single-creole_blog .comment-author .fn a {
color: #1A206D !important;
text-decoration: none !important;
}
body.single-creole_blog .comment-metadata {
font-size: 0.75rem;
margin-bottom: 1rem;
margin-left: 4.5rem;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 700;
}
body.single-creole_blog .comment-metadata a {
color: #94a3b8 !important;
text-decoration: none !important;
transition: color 0.3s ease;
}
body.single-creole_blog .comment-metadata a:hover {
color: #1A206D !important;
}
body.single-creole_blog .comment-content {
clear: both;
color: #475569;
line-height: 1.6;
margin-top: 1rem;
font-size: 0.95rem;
font-weight: 500;
}
body.single-creole_blog .comment-content p {
margin-bottom: 0.5rem;
}
body.single-creole_blog .reply {
margin-top: 1rem;
}
body.single-creole_blog .reply a {
display: inline-flex !important;
align-items: center;
gap: 0.25rem;
background: rgba(26, 32, 109, 0.05) !important;
color: #1A206D !important;
padding: 0.35rem 1rem !important;
border-radius: 9999px !important;
font-weight: 700 !important;
font-size: 0.75rem !important;
text-transform: uppercase !important;
letter-spacing: 0.05em !important;
text-decoration: none !important;
transition: all 0.3s ease !important;
}
body.single-creole_blog .reply a:hover {
background: #1A206D !important;
color: #ffffff !important;
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(26, 32, 109, 0.2) !important;
}
body.single-creole_blog #cancel-comment-reply-link {
color: #EA2839 !important;
font-size: 0.75rem !important;
font-weight: 700 !important;
margin-left: 1rem !important;
text-decoration: none !important;
text-transform: uppercase;
letter-spacing: 0.05em;
background: rgba(234, 40, 57, 0.1);
padding: 0.25rem 0.75rem;
border-radius: 9999px;
transition: all 0.3s ease;
}
body.single-creole_blog #cancel-comment-reply-link:hover {
background: #EA2839 !important;
color: white !important;
}