/* ADICIS™ Lab — Panel: panel-paper */
/* === SAÚDE FULLSCREEN STYLES - fim === */

        /* === PAPER FULLSCREEN - container === */
        #adicisPaperFullscreen
{
            display: none;
            position: fixed;
            inset: 0;
            z-index: 9999;
            overflow-y: auto;
            background: linear-gradient(135deg, #020B1F 0%, #0C1B2A 50%, #1e3c72 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

#adicisPaperFullscreen.adicis-open
{ opacity: 1; }

#adicisPaperCloseBtn
{
            position: fixed;
            top: 20px;
            right: 25px;
            z-index: 10000;
            width: 48px;
            height: 48px;
            border: 2px solid rgba(139,92,246,0.8);
            border-radius: 50%;
            background: rgba(2,11,31,0.9);
            backdrop-filter: blur(10px);
            color: #8B5CF6;
            font-size: 1.8em;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-family: inherit;
            line-height: 1;
            padding: 0;
        }

#adicisPaperCloseBtn.adicis-open
{ display: flex; }

#adicisPaperCloseBtn:hover
{
            transform: rotate(90deg) scale(1.1);
            background: #8B5CF6;
            color: #020B1F;
            box-shadow: 0 5px 20px rgba(139,92,246,0.5);
        }

/* hex_paper content - scoped to #adicisPaperFullscreen */
        #adicisPaperFullscreen
{
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
            color: #ffffff;
            padding: 60px 20px;
            line-height: 1.8;
        }

#adicisPaperFullscreen .paper-section
{
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 40px;
            animation: fadeInUp 1s ease;
        }

#adicisPaperFullscreen .paper-header
{ text-align: center; margin-bottom: 70px; }

#adicisPaperFullscreen .section-badge
{
            display: inline-block; padding: 8px 20px;
            background: rgba(139,92,246,0.15); border: 1px solid #8B5CF6;
            border-radius: 20px; color: #8B5CF6; font-size: 0.85em;
            font-weight: 600; letter-spacing: 2px; margin-bottom: 25px;
            text-transform: uppercase;
        }

#adicisPaperFullscreen .paper-title
{
            font-size: 3em; font-weight: 900; margin-bottom: 15px;
            background: linear-gradient(135deg, #ffffff 0%, #8B5CF6 50%, #A78BFA 100%);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text; line-height: 1.3;
        }

#adicisPaperFullscreen .paper-subtitle-en
{
            font-size: 1.3em; font-weight: 400; opacity: 0.85;
            color: #A78BFA; margin-bottom: 10px; font-style: italic;
        }

#adicisPaperFullscreen .paper-subtitle-pt
{
            font-size: 1.2em; font-weight: 300; opacity: 0.75; color: #C4B5FD;
        }

#adicisPaperFullscreen .author-info
{ margin-top: 30px; font-size: 1.1em; opacity: 0.8; }

#adicisPaperFullscreen .abstract-highlight
{
            background: linear-gradient(135deg, rgba(139,92,246,0.15), rgba(167,139,250,0.08));
            border-left: 5px solid #8B5CF6; border-radius: 15px;
            padding: 40px 45px; margin: 50px 0;
            font-size: 1.25em; line-height: 1.9;
            box-shadow: 0 15px 50px rgba(0,0,0,0.3);
        }

#adicisPaperFullscreen .abstract-highlight strong
{ color: #A78BFA; font-weight: 700; }

#adicisPaperFullscreen .problem-section,
        #adicisPaperFullscreen .solution-section,
        #adicisPaperFullscreen .discovery-section
{ margin: 70px 0; }

#adicisPaperFullscreen .problem-section h2
{
            font-size: 2.2em; color: #FF6B6B; margin-bottom: 30px; font-weight: 700;
            display: flex; align-items: center; gap: 15px;
        }

#adicisPaperFullscreen .problem-section h2::before
{ content: '△'; font-size: 1.2em; }

#adicisPaperFullscreen .problem-grid
{
            display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
            gap: 25px; margin-top: 35px;
        }

#adicisPaperFullscreen .problem-card
{
            background: rgba(255,107,107,0.1); border: 2px solid rgba(255,107,107,0.3);
            border-radius: 15px; padding: 30px; transition: all 0.3s ease;
        }

#adicisPaperFullscreen .problem-card:hover
{
            transform: translateY(-5px); border-color: #FF6B6B;
            box-shadow: 0 15px 40px rgba(255,107,107,0.3);
        }

#adicisPaperFullscreen .problem-card h3
{ color: #FF6B6B; font-size: 1.1em; font-weight: 700; margin-bottom: 12px; }

#adicisPaperFullscreen .problem-card p
{ font-size: 1.05em; line-height: 1.7; opacity: 0.9; }

#adicisPaperFullscreen .solution-section h2
{
            font-size: 2.2em; color: #10B981; margin-bottom: 30px; font-weight: 700;
            display: flex; align-items: center; gap: 15px;
        }

#adicisPaperFullscreen .solution-section h2::before
{ content: '✓'; font-size: 1.5em; }

#adicisPaperFullscreen .cmm-ai-box
{
            background: linear-gradient(135deg, rgba(16,185,129,0.15), rgba(16,185,129,0.08));
            border: 3px solid #10B981; border-radius: 25px; padding: 45px; margin: 40px 0;
            box-shadow: 0 20px 60px rgba(16,185,129,0.2);
        }

#adicisPaperFullscreen .cmm-ai-box h3
{
            font-size: 2em; color: #10B981; margin-bottom: 25px;
            text-align: center; font-weight: 900;
        }

#adicisPaperFullscreen .cmm-features
{
            display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
            gap: 25px; margin-top: 30px;
        }

#adicisPaperFullscreen .cmm-feature
{
            background: rgba(16,185,129,0.1); border-radius: 15px; padding: 25px; text-align: center;
        }

#adicisPaperFullscreen .cmm-feature-icon
{ font-size: 2.5em; margin-bottom: 15px; display: block; }

#adicisPaperFullscreen .cmm-feature-title
{ font-size: 1.2em; font-weight: 700; color: #10B981; margin-bottom: 10px; }

#adicisPaperFullscreen .cmm-feature-desc
{ font-size: 1em; opacity: 0.9; line-height: 1.6; }

#adicisPaperFullscreen .discovery-section h2
{
            font-size: 2.2em; color: #FFD95A; margin-bottom: 30px; font-weight: 700;
            display: flex; align-items: center; gap: 15px;
        }

#adicisPaperFullscreen .discovery-section h2::before
{ content: '◈'; font-size: 1.2em; }

#adicisPaperFullscreen .asymmetry-box
{
            background: linear-gradient(135deg, rgba(255,217,90,0.15), rgba(255,183,77,0.08));
            border: 3px solid #FFD95A; border-radius: 25px; padding: 45px; margin: 40px 0;
        }

#adicisPaperFullscreen .asymmetry-box h3
{
            font-size: 1.8em; color: #FFD95A; margin-bottom: 30px;
            text-align: center; font-weight: 700;
        }

#adicisPaperFullscreen .asymmetry-grid
{
            display: grid; grid-template-columns: 1fr auto 1fr;
            gap: 30px; align-items: center; margin: 30px 0;
        }

#adicisPaperFullscreen .asymmetry-item
{ padding: 30px; border-radius: 15px; text-align: center; }

#adicisPaperFullscreen .asymmetry-excellent
{
            background: rgba(16,185,129,0.15); border: 2px solid #10B981;
        }

#adicisPaperFullscreen .asymmetry-excellent h4
{ color: #10B981; font-size: 1.3em; margin-bottom: 15px; font-weight: 700; }

#adicisPaperFullscreen .asymmetry-limited
{
            background: rgba(255,107,107,0.15); border: 2px solid #FF6B6B;
        }

#adicisPaperFullscreen .asymmetry-limited h4
{ color: #FF6B6B; font-size: 1.3em; margin-bottom: 15px; font-weight: 700; }

#adicisPaperFullscreen .asymmetry-vs
{ font-size: 3em; color: #FFD95A; font-weight: 900; }

#adicisPaperFullscreen .asymmetry-item ul
{ list-style: none; margin: 0; }

#adicisPaperFullscreen .asymmetry-item li
{ font-size: 1.05em; margin: 12px 0; line-height: 1.6; }

#adicisPaperFullscreen .asymmetry-excellent li::before
{ content: '✓ '; color: #10B981; font-weight: 900; margin-right: 8px; }

#adicisPaperFullscreen .asymmetry-limited li::before
{ content: '✗ '; color: #FF6B6B; font-weight: 900; margin-right: 8px; }

#adicisPaperFullscreen .invitation-section
{
            margin: 70px 0;
            background: linear-gradient(135deg, rgba(139,92,246,0.15), rgba(167,139,250,0.08));
            border: 3px solid #8B5CF6; border-radius: 25px; padding: 50px;
            text-align: center; box-shadow: 0 25px 80px rgba(139,92,246,0.3);
        }

#adicisPaperFullscreen .invitation-section h2
{
            font-size: 2.5em; color: #8B5CF6; margin-bottom: 30px; font-weight: 900;
        }

#adicisPaperFullscreen .invitation-section p
{ font-size: 1.25em; line-height: 1.9; margin-bottom: 20px; opacity: 0.95; }

#adicisPaperFullscreen .invitation-list
{ list-style: none; margin: 35px auto; text-align: left; max-width: 700px; }

#adicisPaperFullscreen .invitation-list li
{
            font-size: 1.15em; margin: 18px 0; padding-left: 40px;
            position: relative; line-height: 1.7;
        }

#adicisPaperFullscreen .invitation-list li::before
{
            content: '→'; position: absolute; left: 0;
            color: #8B5CF6; font-weight: 900; font-size: 1.3em;
        }

#adicisPaperFullscreen .download-cta
{ margin: 60px 0; text-align: center; }

#adicisPaperFullscreen .download-cta h3
{ font-size: 2em; color: #FFD95A; margin-bottom: 35px; font-weight: 700; }

#adicisPaperFullscreen .download-buttons
{ display: flex; gap: 25px; justify-content: center; flex-wrap: wrap; }

#adicisPaperFullscreen .download-btn
{
            display: inline-flex; align-items: center; gap: 12px; padding: 18px 35px;
            font-size: 1.15em; font-weight: 700; border-radius: 15px;
            text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: 3px solid;
        }

#adicisPaperFullscreen .download-btn-en
{
            background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(139,92,246,0.1));
            color: #8B5CF6; border-color: #8B5CF6;
        }

#adicisPaperFullscreen .download-btn-en:hover
{
            background: #8B5CF6; color: #ffffff;
            transform: translateY(-5px); box-shadow: 0 15px 40px rgba(139,92,246,0.4);
        }

#adicisPaperFullscreen .download-btn-pt
{
            background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(16,185,129,0.1));
            color: #10B981; border-color: #10B981;
        }

#adicisPaperFullscreen .download-btn-pt:hover
{
            background: #10B981; color: #ffffff;
            transform: translateY(-5px); box-shadow: 0 15px 40px rgba(16,185,129,0.4);
        }

#adicisPaperFullscreen .download-icon
{ font-size: 1.4em; }

#adicisPaperFullscreen .technical-details
{
            background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
            border-radius: 20px; padding: 40px; margin: 50px 0; backdrop-filter: blur(10px);
        }

#adicisPaperFullscreen .technical-details h3
{ font-size: 1.8em; color: #A78BFA; margin-bottom: 25px; font-weight: 700; }

#adicisPaperFullscreen .metrics-grid
{
            display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
            gap: 20px; margin-top: 25px;
        }

#adicisPaperFullscreen .metric-item
{
            background: rgba(139,92,246,0.1); border-radius: 12px;
            padding: 20px; border: 1px solid rgba(139,92,246,0.3);
        }

#adicisPaperFullscreen .metric-item h4
{ color: #8B5CF6; font-size: 1.1em; margin-bottom: 8px; font-weight: 700; }

#adicisPaperFullscreen .metric-item p
{ font-size: 0.95em; opacity: 0.9; line-height: 1.6; }
