:root{
            --primary-color: #1193d4;
            --secondary-color: #d4efff;
            --background-color: #f8faff;
            --text-primary: #1a202c;
            --text-secondary: #4a5568;
            --accent-color: #0a6bb0;
            --question-title-color: #C53030;
            --border-color: #e2e8f0;
            --emotion-color: #f59e0b;--emotion-accent: #d97706;--life-quality-color: #10b981;--life-quality-accent: #059669;
        }

.group-open\:rotate-180{
            transform: rotate(180deg);
        }

details[open] .group-open\:rotate-180{
            transform: rotate(180deg);
        }

details summary::-webkit-details-marker{
            display: none;
        }