/* MartiToonWeb Custom Cutecore UI - Updated 2026 */

body {
    background-color: #ffdaec;
    background-image: 
        radial-gradient(white, rgba(255, 255, 255, 0.2) 2px, transparent 40px),
        linear-gradient(45deg, #e0f2fe 25%, transparent 25%), 
        linear-gradient(-45deg, #e0f2fe 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, #ffe3f1 75%), 
        linear-gradient(-45deg, transparent 75%, #ffe3f1 75%);
    background-size: 60px 60px, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
    
    font-family: "Comic Sans MS", "Courier New", sans-serif !important;
    color: #4a0e2e;
    padding: 20px 0;
    cursor: default;
}

/* Mix with Bootstrap Main Container */
.main-container {
    max-width: 820px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 5px double #ff99cc;
    padding: 20px;
    box-shadow: 0 0 15px rgba(255, 105, 180, 0.5);
    border-radius: 20px;
}

/* Header Custom UI */
.custom-header {
    text-align: center;
    border-bottom: 3px dashed #38bdf8;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: #f0f9ff;
    border-radius: 15px;
}

.site-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 5px rgba(255, 182, 193, 0.8));
}

h1.site-title {
    font-size: 28px;
    line-height: 34px;
    color: #ff007f;
    text-shadow: 2px 2px #bae6fd, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 10px 0;
    font-weight: bold;
}

/* Custom Cutecore Marquee */
.marquee-banner {
    background-color: #38bdf8;
    background-image: linear-gradient(to right, #38bdf8, #87cefa, #38bdf8);
    color: white;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 20px;
    border: 2px solid #0284c7;
    border-radius: 10px;
    font-size: 14px;
}

/* Merging Bootstrap Well with Cutecore Boxes */
.cutecore-box {
    border: 3px solid #ffb6c1 !important;
    background-color: #fff9fc !important;
    padding: 15px !important;
    margin-bottom: 20px;
    border-radius: 15px !important;
    position: relative;
    box-shadow: 2px 2px 5px rgba(255, 182, 193, 0.3) !important;
}

.cutecore-box::before {
    content: '✨';
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 16px;
}
.cutecore-box::after {
    content: '💖';
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 16px;
}

/* Box Titles over Bootstrap styles */
.box-heading {
    background-color: #bae6fd;
    background-image: linear-gradient(#bae6fd, #e0f2fe);
    color: #0369a1;
    font-weight: bold;
    padding: 6px 12px;
    margin: -15px -15px 15px -15px;
    border-radius: 11px 11px 0 0;
    border-bottom: 2px solid #7dd3fc;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Image Layout Modifiers */
.profile-img-circle {
    display: block;
    width: 120px;
    height: auto;
    border: 4px dotted #ffb6c1;
    margin: 10px auto;
    background-color: #fff;
    padding: 4px;
}

.pointing-img-inline {
    border: 3px solid #7dd3fc;
    border-radius: 10px;
    padding: 2px;
    background: #fff;
    margin-bottom: 10px;
}

/* Customizing Bootstrap Buttons to be Cutecore Nav links */
.cutecore-btn-group a {
    display: block;
    background: linear-gradient(#e0f2fe, #bae6fd) !important;
    border: 2px solid #7dd3fc !important;
    color: #0284c7 !important;
    padding: 8px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    font-size: 13px !important;
    font-family: "Comic Sans MS", sans-serif;
    text-shadow: none !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
}

.cutecore-btn-group a:hover, .cutecore-btn-group a.active {
    background: linear-gradient(#38bdf8, #0ea5e9) !important;
    color: white !important;
    border: 2px solid #0c8ec4 !important;
    transform: scale(1.03);
    text-decoration: none;
}

/* Custom bullet styling for lists */
ul.cutecore-list {
    margin-left: 20px;
    list-style-type: '🌸 ';
}

ul.cutecore-list li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
}

/* Troublemakers Ban Box */
.ban-box {
    border: 3px solid #ff4d4d !important;
    background-color: #ffe6e6 !important;
    color: #800000;
}
.ban-header {
    background: linear-gradient(#ff4d4d, #ff6b6b) !important;
    color: white !important;
    border-bottom: 2px solid #ff3333;
}

/* Blink Effect */
.blink {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}

/* Footer Adjustments */
.custom-footer {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    border-top: 2px dashed #ff99cc;
    padding-top: 15px;
    color: #666;
}

.counter-badge {
    background: #ffe3f1;
    color: #ff007f;
    font-family: "Courier New", monospace;
    padding: 4px 10px;
    font-size: 16px;
    border: 2px solid #ffb6c1;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
}