﻿
        body {
            font-family: 'Inter', sans-serif;
            transition: background-color 0.3s, color 0.3s;
        }

        html.dark body {
            background-color: #111827;
            color: #f3f4f6;
        }

        html.dark .bg-white:not(.preview-card):not(.preview-card *) {
            background-color: #1f2937;
            border-color: #374151;
        }

        html.dark .bg-gray-100:not(.preview-card):not(.preview-card *) {
            background-color: #374151;
        }

        html.dark .bg-gray-200:not(.preview-card):not(.preview-card *) {
            background-color: #4b5563;
        }

        html.dark .bg-gray-200\/50:not(.preview-card):not(.preview-card *) {
            background-color: rgba(75, 85, 99, 0.5);
        }

        html.dark .bg-indigo-100:not(.preview-card):not(.preview-card *) {
            background-color: #3730A3;
        }

        html.dark .text-gray-900:not(.preview-card):not(.preview-card *) {
            color: #f9fafb;
        }

        html.dark .text-gray-800:not(.preview-card):not(.preview-card *) {
            color: #f3f4f6;
        }

        html.dark .text-gray-700:not(.preview-card):not(.preview-card *) {
            color: #d1d5db;
        }

        html.dark .text-gray-600:not(.preview-card):not(.preview-card *) {
            color: #9ca3af;
        }

        html.dark .border-gray-200:not(.preview-card):not(.preview-card *) {
            border-color: #374151;
        }

        html.dark .border-gray-300:not(.preview-card):not(.preview-card *) {
            border-color: #4b5563;
        }

        html.dark input[type="text"]:not(.preview-card *),
        html.dark input[type="number"]:not(.preview-card *),
        html.dark textarea:not(.preview-card *) {
            background-color: #374151;
            border-color: #4b5563;
            color: #f3f4f6;
        }

        .file-input-hidden {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1;
        }

        .file-input-label {
            cursor: pointer;
        }

        .tiktok-preview,
        .story-preview {
            aspect-ratio: 9 / 16;
            max-height: 700px;
            position: relative;
            overflow: hidden;
            background-color: #111;
        }

        .tiktok-preview img,
        .story-preview img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .post-type-btn {
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            background-color: #f3f4f6;
            color: #374151;
            font-weight: 500;
            transition: all 0.2s;
            border: 2px solid transparent;
        }

        .post-type-btn.active {
            background-color: #eef2ff;
            color: #4338ca;
            border-color: #4338ca;
        }

        .carousel-container {
            position: relative;
            aspect-ratio: 1/1;
        }

        .carousel-dots {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 6px;
        }

        .carousel-dots span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .carousel-dots span.active {
            background-color: white;
        }

        .poll-option,
        .job-details-container,
        .event-details-container {
            border: 1px solid #e5e7eb;
            padding: 0.75rem;
            border-radius: 0.5rem;
            position: relative;
        }

        .poll-bar {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #e0e7ff;
            border-radius: 0.375rem;
            z-index: 1;
        }

        .poll-text {
            position: relative;
            z-index: 2;
        }

        .fundraiser-progress-bar {
            background-color: #e5e7eb;
            border-radius: 9999px;
            height: 8px;
            overflow: hidden;
        }

        .fundraiser-progress {
            background-color: #4338ca;
            height: 100%;
        }
    


.grimont-global-header {
    width: 100%;
    z-index: 1000;
    position: sticky;
    top: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(15, 23, 42, 0.85); /* Slightly darker for better readability */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); /* slightly stronger border */
    padding: 14px 0;
    font-family: 'Outfit', 'Inter', sans-serif;
    color: #e2e8f0;
    box-sizing: border-box;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.grimont-global-header * {
    box-sizing: border-box;
}
.grimont-global-header .ggh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ggh-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.ggh-logo-group {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
    transition: transform 0.2s ease;
}
.ggh-logo-group:hover {
    transform: scale(1.02);
}
.ggh-logo-box {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.25);
    flex-shrink: 0;
}
.ggh-logo-text {
    font-family: 'Space Grotesk', monospace;
    font-weight: 800;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 0.05em;
    display: none;
}
.ggh-logo-text span {
    color: #00f2ff;
}
@media (min-width: 640px) {
    .ggh-logo-text { display: block; }
}
.ggh-separator {
    width: 1px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
}
@media (min-width: 768px) {
    .ggh-separator { display: block; }
}
.ggh-app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ggh-app-title-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.ggh-app-icon-container {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(30, 41, 59, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #22d3ee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}
.ggh-app-name {
    font-weight: 700;
    color: white;
    font-size: 1.05rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.02em;
}
.ggh-app-desc {
    font-size: 0.8rem;
    color: #94a3b8;
    max-width: 600px;
    display: none;
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 1.4;
    font-weight: 300;
}
@media (min-width: 1024px) {
    .ggh-app-desc { display: block; }
}
.ggh-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.ggh-right button {
    background: rgba(30, 41, 59, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #cbd5e1 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.ggh-right button:hover {
    background: rgba(30, 41, 59, 1) !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px) !important;
}

