

/* Extracted Custom Styles */


        .gold-gradient-text {
            background: linear-gradient(135deg, #FFF0C3 0%, #C5A059 50%, #9A7532 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .gold-border-glow {
            box-shadow: 0 0 25px -5px rgba(197, 160, 89, 0.15);
        }
        .glass-panel {
            background: rgba(15, 23, 42, 0.75);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .custom-scrollbar::-webkit-scrollbar {
            width: 6px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #0B1120;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #334155;
            border-radius: 3px;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb:hover {
            background: #C5A059;
        }
        .pulse-wave {
            animation: wave 1.5s infinite ease-in-out;
        }
        @keyframes wave {
            0%, 100% { height: 6px; }
            50% { height: 22px; }
        }
    


                        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; padding: 30px; color: #111827; background: #ffffff; line-height: 1.6; font-size: 13px; }
                        h1, h2, h3, h4, h5 { color: #0f172a; margin-top: 1.2em; margin-bottom: 0.5em; }
                        h1 { font-size: 20px; border-bottom: 2px solid #0f172a; padding-bottom: 6px; }
                        h2 { font-size: 16px; border-bottom: 1px solid #cbd5e1; padding-bottom: 4px; }
                        h3 { font-size: 14px; }
                        table { width: 100%; border-collapse: collapse; margin: 15px 0; font-size: 12px; }
                        th, td { border: 1px solid #cbd5e1; padding: 8px 10px; text-align: left; }
                        th { background-color: #f8fafc; font-weight: bold; color: #0f172a; }
                        ul, ol { padding-left: 20px; margin: 8px 0; }
                        li { margin-bottom: 4px; }
                        .no-print { display: none !important; }
                        .text-gold-400, .text-gold-500 { color: #9a7532 !important; }
                        .text-white { color: #0f172a !important; }
                        .bg-navy-950, .bg-navy-900, .glass-panel { background: #ffffff !important; border: none !important; }
                    