@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}#app{min-height:100vh}[data-v-0f6ec2d7]{box-sizing:border-box;margin:0;padding:0}[data-v-0f6ec2d7]:root{--primary: #1e3a5f;--accent: #5aaedb;--text-main: #1f2d3d;--text-muted: #012859;--bg: #ffffff;--surface: #ffffff;--border: rgba(0,0,0,.08);--shadow: 0 6px 24px rgba(0,0,0,.08);--font-main: "Inter", sans-serif}.app-container[data-v-0f6ec2d7]{font-family:var(--font-main);color:var(--text-main);height:100vh;width:100%;overflow:hidden;position:relative;background:var(--bg)}.app-container[data-v-0f6ec2d7]:before{content:"";position:absolute;inset:0 0 auto;height:240px;background:radial-gradient(120% 80% at 50% -30%,#274c77,#6096ba 45%,#e7ecef);z-index:0;clip-path:ellipse(120% 70% at 50% 0%)}.navbar[data-v-0f6ec2d7]{position:fixed;top:0;left:0;width:100%;height:90px;display:flex;align-items:center;padding:0;z-index:10;background:transparent;transition:all .3s ease}.navbar.solid[data-v-0f6ec2d7]{background:#ffffffe0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.navbar.solid .logo-text[data-v-0f6ec2d7]{color:var(--text-main)}.navbar.solid .nav-links a[data-v-0f6ec2d7]{color:var(--text-main);opacity:.95}.navbar.solid .nav-links a[data-v-0f6ec2d7]:hover,.navbar.solid .nav-links a.active[data-v-0f6ec2d7]{color:var(--accent);border-bottom-color:var(--accent)}.navbar.solid .bar[data-v-0f6ec2d7]{background-color:#000}.nav-inner[data-v-0f6ec2d7]{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav-header[data-v-0f6ec2d7]{display:flex;align-items:center;justify-content:space-between;width:auto}.brand[data-v-0f6ec2d7]{display:flex;align-items:center;gap:10px;cursor:pointer;margin-right:10px}.logo-img[data-v-0f6ec2d7]{height:48px}.logo-text[data-v-0f6ec2d7]{font-size:1.6rem;font-weight:700;color:#fff}.nav-links[data-v-0f6ec2d7]{display:flex;list-style:none;gap:26px}.nav-links a[data-v-0f6ec2d7]{text-decoration:none;color:#fff;font-size:1.05rem;font-weight:500;transition:all .3s;padding:8px 0;border-bottom:2px solid transparent;opacity:.9}.nav-links a[data-v-0f6ec2d7]:hover,.nav-links a.active[data-v-0f6ec2d7]{color:#fff3d7;border-bottom-color:#fff3d7;opacity:1}@media(min-width:1440px){.nav-inner[data-v-0f6ec2d7]{max-width:1320px;padding:0 28px}.nav-links[data-v-0f6ec2d7]{gap:32px}.logo-img[data-v-0f6ec2d7]{height:52px}.logo-text[data-v-0f6ec2d7]{font-size:1.7rem}}@media(min-width:1680px){.nav-inner[data-v-0f6ec2d7]{max-width:1400px;padding:0 32px}.nav-links[data-v-0f6ec2d7]{gap:36px}}.menu-toggle[data-v-0f6ec2d7]{display:none;background:none;border:none;cursor:pointer}.bar[data-v-0f6ec2d7]{display:block;width:25px;height:3px;margin:5px auto;background-color:#fff;transition:.3s}.main-content[data-v-0f6ec2d7]{position:relative;z-index:1;height:100%;width:100%;padding-top:80px;padding-bottom:40px;display:flex;justify-content:center;align-items:center}.section-container[data-v-0f6ec2d7]{width:100%;min-height:calc(100vh - 160px);display:flex;justify-content:center;align-items:center;padding:20px}.home-view[data-v-0f6ec2d7]{text-align:center}.hero-content[data-v-0f6ec2d7]{max-width:900px;animation:floatUp-0f6ec2d7 1s ease-out}.animate-title[data-v-0f6ec2d7]{font-size:3.6rem;font-weight:900;margin-bottom:10px;color:#1f6d9b}.animate-subtitle[data-v-0f6ec2d7]{font-size:20px;font-weight:400;margin-bottom:30px;color:var(--text-muted)}.hero-divider[data-v-0f6ec2d7]{width:90px;height:3px;background:#5aaedb;margin:0 auto 30px;border-radius:3px}.hero-details[data-v-0f6ec2d7]{display:flex;justify-content:center;gap:40px;margin-bottom:50px;font-size:1.2rem;color:var(--text-main)}.detail-item[data-v-0f6ec2d7]{display:flex;align-items:center;gap:10px;background:#f6fafc;padding:10px 25px;border-radius:50px;border:1px solid var(--border);color:var(--text-main);text-decoration:none;cursor:pointer;transition:all .3s ease}.detail-item[data-v-0f6ec2d7]:hover{background:#e7f4fb;color:#1b2a41;border-color:#5aaedb;transform:translateY(-2px)}.icon-img[data-v-0f6ec2d7]{width:24px;height:24px;object-fit:contain}.icon-img1[data-v-0f6ec2d7]{width:32px;height:32px;object-fit:contain}.cta-btn[data-v-0f6ec2d7]{padding:15px 40px;font-size:1.1rem;font-weight:600;color:#1b2a41;background:#e7f4fb;border:1px solid #5aaedb;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:var(--shadow)}.cta-btn[data-v-0f6ec2d7]:hover{background:#5aaedb;color:#fff;transform:translateY(-3px)}.partner-logos[data-v-0f6ec2d7]{display:flex;justify-content:center;gap:15px;margin-top:30px;flex-wrap:wrap;align-items:center}.partner-logo-link[data-v-0f6ec2d7]{display:block;transition:transform .3s;color:var(--text-main);text-decoration:none;font-weight:500;font-size:1rem;padding:10px 20px;background:#f6fafc;border-radius:30px;border:1px solid var(--border)}.partner-logo-link[data-v-0f6ec2d7]:hover{transform:translateY(-3px);background:#e7f4fb;color:#1b2a41;border-color:#5aaedb}.glass-card[data-v-0f6ec2d7]{padding:20px 60px;width:100%;max-width:1000px;max-height:80vh;display:flex;flex-direction:column;color:var(--text-main);margin-top:100px;text-align:left}.wide-card[data-v-0f6ec2d7]{max-width:1200px}.page-title[data-v-0f6ec2d7]{font-size:2.2rem;color:var(--primary);margin-bottom:30px;border-bottom:2px solid rgba(29,53,87,.08);padding-bottom:15px;font-weight:800;letter-spacing:-.5px}.scroll-content[data-v-0f6ec2d7]{overflow-y:auto;padding-right:15px;flex:1;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:30px}p[data-v-0f6ec2d7]{margin-bottom:1px;line-height:1.8;font-size:1.125rem;font-weight:400;color:#4a5568}.scroll-content[data-v-0f6ec2d7]{overflow-y:auto;padding-right:20px;flex:1;-ms-overflow-style:none;scrollbar-width:none}.scroll-content[data-v-0f6ec2d7]::-webkit-scrollbar{width:0;height:0}.highlight-text[data-v-0f6ec2d7]{background:#f0f7fa;padding:24px;border-left:4px solid var(--accent);border-radius:8px;margin-top:30px;font-weight:500;color:#2d3748;font-size:1.05rem}.topics-grid[data-v-0f6ec2d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}.topic-item[data-v-0f6ec2d7]{position:relative;background:#fff;padding:40px;border-radius:12px;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column}.topic-item[data-v-0f6ec2d7]:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;border-color:#457b9d4d}.topic-item[data-v-0f6ec2d7]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;transition:opacity .3s}.topic-item[data-v-0f6ec2d7]:hover:before{opacity:1}.topic-content-wrapper[data-v-0f6ec2d7]{position:relative;z-index:2}.topic-title[data-v-0f6ec2d7]{font-size:1.25rem;color:var(--primary);font-weight:700;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--border)}.topic-watermark[data-v-0f6ec2d7]{position:absolute;bottom:-20px;right:-10px;font-size:8rem;font-weight:900;color:var(--primary);opacity:.05;line-height:1;z-index:1;pointer-events:none;font-family:var(--font-main)}.topic-list[data-v-0f6ec2d7]{padding:0;list-style:none}.topic-list li[data-v-0f6ec2d7]{position:relative}.tasks-intro[data-v-0f6ec2d7]{margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border-left:4px solid var(--accent)}.tasks-vision[data-v-0f6ec2d7]{font-size:1.05rem;color:var(--text-main);line-height:1.8;text-align:justify;margin:0}.tasks-grid[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:20px}.task-item[data-v-0f6ec2d7]{position:relative;background:#fff;padding:24px 28px;border-radius:10px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.task-item[data-v-0f6ec2d7]:hover{transform:translate(8px);box-shadow:0 4px 16px #5aaedb1f;border-color:var(--accent)}.task-content-wrapper[data-v-0f6ec2d7]{display:flex;align-items:flex-start;gap:16px}.task-number[data-v-0f6ec2d7]{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-size:1rem;font-weight:700;border-radius:50%;flex-shrink:0}.task-text[data-v-0f6ec2d7]{font-size:1rem;color:var(--text-main);line-height:1.7;margin:0 0 12px;flex:1;padding-left:20px;color:#555;font-size:.95rem;line-height:1.5}.outcomes-page-content[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:32px}.outcomes-intro[data-v-0f6ec2d7]{padding:24px 28px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border-left:4px solid var(--accent)}.outcomes-vision[data-v-0f6ec2d7]{font-size:1.1rem;color:var(--text-main);line-height:1.8;margin:0;text-align:justify}.outcomes-details[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:20px}.outcome-item[data-v-0f6ec2d7]{display:flex;align-items:flex-start;gap:20px;padding:24px;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.outcome-item[data-v-0f6ec2d7]:hover{transform:translate(8px);box-shadow:0 4px 16px #5aaedb1f;border-color:var(--accent)}.outcome-icon[data-v-0f6ec2d7]{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:10px;color:#fff}.outcome-icon svg[data-v-0f6ec2d7]{width:24px;height:24px}.outcome-text h4[data-v-0f6ec2d7]{font-size:1.1rem;font-weight:600;color:var(--primary);margin:0 0 8px}.outcome-text p[data-v-0f6ec2d7]{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin:0}.topic-list li[data-v-0f6ec2d7]:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:var(--accent);border-radius:50%}.organizer-section[data-v-0f6ec2d7]{display:flex;justify-content:flex-start;margin-bottom:30px}.organizer-card[data-v-0f6ec2d7]{position:relative;display:flex;align-items:center;gap:25px;background:#fff;padding:30px;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;max-width:600px;width:100%}.organizer-card.is-clickable[data-v-0f6ec2d7]{cursor:pointer}.organizer-card[data-v-0f6ec2d7]:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #00000014;border-color:#457b9d4d}.organizer-avatar[data-v-0f6ec2d7]{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:2rem;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 4px 6px #0000001a}.organizer-info[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:4px}.organizer-info h3[data-v-0f6ec2d7]{color:#1a202c;margin:0;font-size:1.3rem;font-weight:700}.organizer-info .affiliation[data-v-0f6ec2d7]{font-size:1rem;color:#718096}.click-hint[data-v-0f6ec2d7]{position:absolute;top:20px;right:20px;font-size:.85rem;color:var(--accent);font-weight:600;display:flex;align-items:center;gap:6px;opacity:0;transform:translate(-10px);transition:all .3s ease}.organizer-card:hover .click-hint[data-v-0f6ec2d7]{opacity:1;transform:translate(0)}.speakers-list[data-v-0f6ec2d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:30px}.speaker-row[data-v-0f6ec2d7]{position:relative;display:flex;align-items:center;gap:16px;background:#fff;padding:20px;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 6px #00000008;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;text-decoration:none;color:inherit;overflow:hidden}.speaker-row[data-v-0f6ec2d7]:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;transition:opacity .25s ease}.speaker-row[data-v-0f6ec2d7]:hover{transform:translateY(-4px);box-shadow:0 14px 28px -10px #0000001f;border-color:#457b9d59}.speaker-row[data-v-0f6ec2d7]:hover:after{opacity:1}.speaker-row.is-clickable[data-v-0f6ec2d7]{cursor:pointer}.speaker-avatar[data-v-0f6ec2d7]{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,var(--accent),var(--primary));color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #ffffff;box-shadow:0 6px 14px -6px #0003;overflow:hidden}.speaker-avatar-img[data-v-0f6ec2d7]{width:100%;height:100%;object-fit:cover}.speaker-info[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:4px}.speaker-info h3[data-v-0f6ec2d7]{color:#1a202c;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.speaker-name-wrapper[data-v-0f6ec2d7]{display:flex;align-items:baseline;gap:8px}.speaker-title[data-v-0f6ec2d7]{font-size:.8rem;font-weight:500;color:#5a7a9a;background:#5a7a9a14;padding:2px 8px;border-radius:4px;white-space:nowrap}.describe[data-v-0f6ec2d7]{font-size:.85rem;font-weight:500;color:#929292;white-space:nowrap}.affiliation[data-v-0f6ec2d7]{font-size:.9rem;color:#666;line-height:1.4}.note[data-v-0f6ec2d7]{font-size:.8rem;color:var(--accent);font-weight:600;background:#f0f7fa;border-radius:999px;display:inline-block;align-self:flex-start;opacity:1;margin-top:6px;padding:3px 10px}.note a[data-v-0f6ec2d7]{color:#074994;text-decoration:none;font-weight:700;border-bottom:1px dotted;transition:all .2s ease-in-out}.note a[data-v-0f6ec2d7]:hover{color:#5484bb;background-color:var(--accent);border-bottom-color:transparent;border-radius:3px;padding:0 4px;margin:0 -4px}.timeline[data-v-0f6ec2d7]{border-left:2px solid rgba(0,0,0,.1);margin-left:20px;padding-left:30px}.timeline-event[data-v-0f6ec2d7]{position:relative;margin-bottom:30px}.event-marker[data-v-0f6ec2d7]{position:absolute;left:-37px;top:5px;width:12px;height:12px;background:var(--accent);border-radius:50%;box-shadow:0 0 10px var(--accent)}.event-time[data-v-0f6ec2d7]{font-size:.9rem;color:var(--accent);margin-bottom:5px}.event-details h3[data-v-0f6ec2d7]{font-size:1.2rem;margin-bottom:5px}.event-details h4[data-v-0f6ec2d7]{font-size:1rem;color:#444;margin-bottom:5px}.papers-layout[data-v-0f6ec2d7]{display:grid;grid-template-columns:1fr 1fr;gap:40px}.styled-list li[data-v-0f6ec2d7]{margin-bottom:10px;list-style-type:none;position:relative;padding-left:20px}.styled-list li[data-v-0f6ec2d7]:before{content:"✓";position:absolute;left:0;color:var(--accent);top:0}.special-issue-link[data-v-0f6ec2d7]{text-decoration:none;color:inherit;transition:color .3s}.special-issue-link[data-v-0f6ec2d7]:hover{color:var(--accent);text-decoration:underline}.date-list li[data-v-0f6ec2d7]{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);padding:10px 0;color:#333}.d-date[data-v-0f6ec2d7]{color:var(--accent);font-weight:700}.org-content-wrapper[data-v-0f6ec2d7]{display:flex;flex-direction:column}.org-section[data-v-0f6ec2d7]{padding:40px;position:relative;overflow:hidden}.org-section[data-v-0f6ec2d7]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent);opacity:.8}.section-subtitle[data-v-0f6ec2d7]{color:#1a2130;font-size:1.5rem;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.08);font-weight:700;letter-spacing:-.5px}.organizer-list[data-v-0f6ec2d7]{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.organizer-list li[data-v-0f6ec2d7]{background:#f8fafc;padding:20px 25px;border-radius:8px;color:#2d3748;font-weight:600;border:1px solid rgba(0,0,0,.04);transition:all .3s ease;display:flex;align-items:center}.organizer-list li[data-v-0f6ec2d7]:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 15px -3px #0000000d;border-color:#457b9d4d}.organizer-link[data-v-0f6ec2d7]{text-decoration:none;color:inherit;display:block;width:100%}.committee-box[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:30px}.committee-row[data-v-0f6ec2d7]{display:flex;gap:40px;align-items:flex-start;padding-bottom:25px;border-bottom:1px dashed rgba(0,0,0,.08)}.committee-row[data-v-0f6ec2d7]:last-child{border-bottom:none;padding-bottom:0}.role-label[data-v-0f6ec2d7]{width:140px;font-weight:800;color:#666;font-size:1.1rem;text-align:right;padding-top:5px;text-transform:uppercase;letter-spacing:.5px}.role-value[data-v-0f6ec2d7]{flex:1}.co-chair-list[data-v-0f6ec2d7]{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.co-chair-list li[data-v-0f6ec2d7]{background:#f8fafc;padding:15px 20px;border-radius:8px;border:1px solid rgba(0,0,0,.04)}.name[data-v-0f6ec2d7]{font-weight:700;color:#1a202c;font-size:1.15rem;display:block;margin-bottom:4px}.name.is-clickable[data-v-0f6ec2d7]{cursor:pointer;color:var(--primary);border-bottom:1px dotted transparent;transition:color .2s ease,border-color .2s ease;display:inline-block}.name.is-clickable[data-v-0f6ec2d7]:hover{color:var(--accent);border-bottom-color:currentColor}.detail[data-v-0f6ec2d7]{color:#4a5568;font-size:.9rem;font-weight:400;display:block;line-height:1.5}.committee-simple[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:32px}.chair-section[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:16px}.role-title[data-v-0f6ec2d7]{font-size:.85rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1px;padding-bottom:8px;border-bottom:2px solid var(--accent);display:inline-block;width:fit-content}.person-grid[data-v-0f6ec2d7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.person-card[data-v-0f6ec2d7]{background:#fafbfc;border:1px solid #e8ecf1;border-radius:8px;padding:16px 20px;transition:all .2s ease}.person-card[data-v-0f6ec2d7]:hover{background:#fff;border-color:var(--accent);box-shadow:0 4px 12px #5aaedb26}.person-card.is-clickable[data-v-0f6ec2d7]{cursor:pointer}.person-card.primary[data-v-0f6ec2d7]{background:var(--primary);border-color:var(--primary)}.person-card.primary .person-name[data-v-0f6ec2d7]{color:#fff}.person-card.primary .person-title[data-v-0f6ec2d7]{background:#fff3;color:#fff}.person-card.primary .person-info[data-v-0f6ec2d7]{color:#ffffffd9}.person-name[data-v-0f6ec2d7]{font-size:1.1rem;font-weight:600;color:var(--text-main);margin-bottom:6px}.person-title[data-v-0f6ec2d7]{font-size:.75rem;font-weight:500;color:var(--accent);background:#5aaedb1a;padding:2px 8px;border-radius:4px;margin-left:6px}.person-info[data-v-0f6ec2d7]{font-size:.85rem;color:#666;line-height:1.5}.contact-section[data-v-0f6ec2d7]{background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e8ecf1}.contact-info[data-v-0f6ec2d7]{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.contact-name[data-v-0f6ec2d7]{font-size:1.1rem;font-weight:600;color:var(--text-main)}.contact-detail[data-v-0f6ec2d7]{font-size:.9rem;color:var(--text-muted)}.contact-detail-row[data-v-0f6ec2d7]{display:flex;align-items:center;gap:4px;margin-top:6px;font-size:.85rem}.contact-label[data-v-0f6ec2d7]{color:var(--text-muted);font-weight:500}.contact-value[data-v-0f6ec2d7]{color:var(--primary);font-weight:500;cursor:pointer;transition:color .2s ease}.contact-value[data-v-0f6ec2d7]:hover{color:var(--accent);text-decoration:underline}.detail-secondary[data-v-0f6ec2d7]{font-size:.9rem;color:#888;font-style:italic}.detail-secondary a[data-v-0f6ec2d7]{color:#074994;text-decoration:none;font-weight:600;border-bottom:1px dotted;padding-bottom:1px;transition:all .2s ease-in-out}.detail-secondary a[data-v-0f6ec2d7]:hover{color:#5484bb;background-color:var(--accent);border-bottom-color:transparent;border-radius:3px;padding:1px 4px;margin:0 -4px}.contacts-grid-refined[data-v-0f6ec2d7]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-card-refined[data-v-0f6ec2d7]{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;overflow:hidden}.contact-card-refined[data-v-0f6ec2d7]:hover{transform:translateY(-4px);box-shadow:0 15px 30px -5px #00000014;border-color:#457b9d66}.contact-card-link[data-v-0f6ec2d7]{display:flex;flex-direction:column;padding:25px;width:100%;height:100%;text-decoration:none;color:inherit;gap:15px}.contact-header[data-v-0f6ec2d7]{display:flex;align-items:center;gap:15px}.contact-avatar[data-v-0f6ec2d7]{width:48px;height:48px;background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;box-shadow:0 4px 6px #0000001a}.contact-avatar-img[data-v-0f6ec2d7]{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;background:#f7fafc;display:block}.contact-name[data-v-0f6ec2d7]{font-weight:700;color:#2d3748;font-size:1.15rem;flex:1}.link-icon[data-v-0f6ec2d7]{font-size:1rem;width:22px;height:22px;color:#9aa5b1;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e0;border-radius:50%;background:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),color .2s ease,border-color .2s ease,box-shadow .3s ease,background-color .3s ease;transform:rotate(0) scale(1);transform-origin:center;will-change:transform}.link-icon svg[data-v-0f6ec2d7]{width:18px;height:18px;stroke:currentColor}.contact-card-refined:hover .link-icon[data-v-0f6ec2d7]{color:var(--accent);border-color:var(--accent);background:#f7fbff;transform:rotate(45deg) scale(1.06);animation:arrow-pop-0f6ec2d7 .6s ease both}@keyframes arrow-pop-0f6ec2d7{0%{transform:rotate(0) scale(1);box-shadow:0 0 #5aaedb00}50%{transform:rotate(60deg) scale(1.08);box-shadow:0 6px 16px -6px #5aaedb40}to{transform:rotate(45deg) scale(1.06);box-shadow:0 4px 12px -6px #5aaedb2e}}.contact-body[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:10px;padding-top:15px;border-top:1px solid #edf2f7}.contact-item[data-v-0f6ec2d7]{font-size:.95rem;color:#4a5568;display:flex;align-items:center;gap:10px}.icon[data-v-0f6ec2d7]{font-size:1rem;opacity:.8}.icon-svg-small[data-v-0f6ec2d7]{width:16px;height:16px;color:var(--accent);flex-shrink:0}@media(max-width:1024px){.contacts-grid-refined[data-v-0f6ec2d7]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.committee-row[data-v-0f6ec2d7]{flex-direction:column;gap:15px;padding-bottom:20px}.role-label[data-v-0f6ec2d7]{text-align:left;width:100%;padding-top:0;font-size:1rem;color:var(--accent)}.org-section[data-v-0f6ec2d7]{padding:25px}.contacts-grid-refined[data-v-0f6ec2d7]{grid-template-columns:1fr}}.app-footer[data-v-0f6ec2d7]{position:fixed;bottom:0;left:0;width:100%;height:30px;display:flex;justify-content:center;align-items:center;padding:0 5px;line-height:40px;color:var(--text-muted);background:#fff;border-top:1px solid var(--border);z-index:50}.app-footer p[data-v-0f6ec2d7]{font-size:14px;color:#999}.fade-enter-active[data-v-0f6ec2d7],.fade-leave-active[data-v-0f6ec2d7]{transition:opacity .4s ease,transform .4s ease}.fade-enter-from[data-v-0f6ec2d7]{opacity:0;transform:translateY(20px)}.fade-leave-to[data-v-0f6ec2d7]{opacity:0;transform:translateY(-20px)}@keyframes floatUp-0f6ec2d7{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.papers-layout[data-v-0f6ec2d7],.org-layout[data-v-0f6ec2d7]{grid-template-columns:1fr}}@media(max-width:768px){.app-container[data-v-0f6ec2d7]{height:auto;max-height:none;overflow-y:visible}.navbar[data-v-0f6ec2d7]{height:calc(64px + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px)}.nav-inner[data-v-0f6ec2d7]{padding:0 14px}.logo-img[data-v-0f6ec2d7]{height:30px}.logo-text[data-v-0f6ec2d7]{font-size:1.1rem;letter-spacing:-.2px}.menu-toggle[data-v-0f6ec2d7]{display:block;z-index:1001;position:relative}.bar[data-v-0f6ec2d7]{display:block;width:22px;height:2.5px;margin:5px 0;background-color:#fff;transition:transform .3s cubic-bezier(.215,.61,.355,1),opacity .3s}.nav-open .menu-toggle .bar[data-v-0f6ec2d7]{background-color:var(--text-main)}.nav-open .menu-toggle .bar[data-v-0f6ec2d7]:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-open .menu-toggle .bar[data-v-0f6ec2d7]:nth-child(2){opacity:0}.nav-open .menu-toggle .bar[data-v-0f6ec2d7]:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-overlay[data-v-0f6ec2d7]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s}.nav-open .nav-overlay[data-v-0f6ec2d7]{opacity:1;visibility:visible}.nav-links[data-v-0f6ec2d7]{position:fixed;top:0;right:0;width:80vw;max-width:320px;height:100vh;background:#fff;flex-direction:column;padding:calc(80px + env(safe-area-inset-top,0px)) 24px 24px;gap:12px;transform:translate(100%);transition:transform .4s cubic-bezier(.23,1,.32,1);z-index:1000;overflow-y:auto;box-shadow:-5px 0 25px #0000001a}.nav-open .nav-links[data-v-0f6ec2d7]{transform:translate(0)}.nav-links li[data-v-0f6ec2d7]{width:100%;opacity:0;transform:translateY(20px);animation:link-fade-in-0f6ec2d7 .4s forwards}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(1){animation-delay:.1s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(2){animation-delay:.15s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(3){animation-delay:.2s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(4){animation-delay:.25s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(5){animation-delay:.3s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(6){animation-delay:.35s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(7){animation-delay:.4s}.nav-open .nav-links li[data-v-0f6ec2d7]:nth-child(8){animation-delay:.45s}@keyframes link-fade-in-0f6ec2d7{to{opacity:1;transform:translateY(0)}}.nav-links a[data-v-0f6ec2d7]{display:block;width:100%;padding:14px 10px;font-size:1.1rem;font-weight:600;color:var(--text-main);border-bottom:none;border-radius:8px;transition:background-color .2s ease,color .2s ease}.nav-links a[data-v-0f6ec2d7]:hover{background-color:#f0f4f8;color:var(--accent)}.nav-links a.active[data-v-0f6ec2d7]{background-color:var(--accent);color:#0775a8}.main-content[data-v-0f6ec2d7]{height:auto;padding-top:calc(64px + env(safe-area-inset-top,0px));padding-bottom:20px;align-items:flex-start}.section-container[data-v-0f6ec2d7]{height:auto;padding:14px;align-items:flex-start}.hero-content[data-v-0f6ec2d7]{padding:0 12px;margin-top:6px}.animate-title[data-v-0f6ec2d7]{font-size:2.2rem;line-height:1.2;letter-spacing:-.5px}.animate-subtitle[data-v-0f6ec2d7]{font-size:1rem;line-height:1.5;margin-bottom:20px;opacity:.95}.hero-divider[data-v-0f6ec2d7]{width:72px;margin:0 auto 18px}.hero-details[data-v-0f6ec2d7]{flex-direction:column;gap:8px;margin-bottom:24px}.detail-item[data-v-0f6ec2d7]{width:100%;justify-content:center;padding:10px 16px;border-radius:12px}.partner-logos[data-v-0f6ec2d7]{gap:8px;margin-top:16px}.partner-logo-link[data-v-0f6ec2d7]{font-size:.9rem;padding:8px 12px;border-radius:20px}.glass-card[data-v-0f6ec2d7]{padding:16px;max-height:none}.scroll-content[data-v-0f6ec2d7]{overflow:visible;padding-right:0}.page-title[data-v-0f6ec2d7]{font-size:1.3rem;margin-bottom:14px;padding-bottom:10px}.topics-grid[data-v-0f6ec2d7]{grid-template-columns:1fr;gap:18px}.topic-item[data-v-0f6ec2d7]{padding:18px}.topic-watermark[data-v-0f6ec2d7]{font-size:4.5rem}.organizer-card[data-v-0f6ec2d7]{flex-direction:column;align-items:flex-start;gap:10px}.organizer-avatar[data-v-0f6ec2d7]{width:52px;height:52px;font-size:1.3rem}.click-hint[data-v-0f6ec2d7]{position:static;margin-top:6px}.speakers-list[data-v-0f6ec2d7]{grid-template-columns:1fr;gap:14px}.speaker-row[data-v-0f6ec2d7]{flex-direction:row;gap:12px;padding:16px}.speaker-avatar[data-v-0f6ec2d7]{width:48px;height:48px;font-size:1.2rem}.org-section[data-v-0f6ec2d7]{padding:16px}.section-subtitle[data-v-0f6ec2d7]{font-size:1.2rem;min-width:auto}.organizer-list[data-v-0f6ec2d7]{grid-template-columns:1fr}.contacts-grid-refined[data-v-0f6ec2d7]{grid-template-columns:1fr;gap:14px}.contact-card-link[data-v-0f6ec2d7]{padding:16px;gap:12px}.contact-header[data-v-0f6ec2d7]{gap:10px}.contact-avatar-img[data-v-0f6ec2d7]{width:40px;height:40px}.contact-name[data-v-0f6ec2d7]{font-size:1.05rem}.contact-body[data-v-0f6ec2d7]{gap:6px;padding-top:8px}.contact-item[data-v-0f6ec2d7]{font-size:.85rem}.icon-svg-small[data-v-0f6ec2d7]{width:14px;height:14px}.app-footer[data-v-0f6ec2d7]{position:static;height:auto;line-height:1.5;padding:12px 16px;margin-top:12px;text-align:center;background:#fff;border-top:1px solid var(--border)}}@media(max-width:420px){.logo-text[data-v-0f6ec2d7]{font-size:1.02rem}.nav-links a[data-v-0f6ec2d7]{font-size:.95rem;padding:10px 2px}.animate-title[data-v-0f6ec2d7]{font-size:2rem}.animate-subtitle[data-v-0f6ec2d7]{font-size:.95rem}.partner-logo-link[data-v-0f6ec2d7]{font-size:.85rem;padding:7px 10px}}.scope-modern-layout[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:40px}.scope-vision[data-v-0f6ec2d7]{border-left:4px solid var(--primary);padding-left:30px;position:relative}.vision-text[data-v-0f6ec2d7]{font-size:1.35rem;font-weight:600;line-height:1.6;color:var(--primary);text-align:left;letter-spacing:.5px;padding:10px 0}.scope-columns[data-v-0f6ec2d7]{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:10px}.scope-col[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:15px}.col-icon[data-v-0f6ec2d7]{color:var(--accent);opacity:.9;display:flex;align-items:center}.icon-svg[data-v-0f6ec2d7]{width:48px;height:48px}.col-content p[data-v-0f6ec2d7]{font-size:1rem;color:var(--text-main);line-height:1.8;text-align:left;font-weight:400;letter-spacing:.2px}@media(max-width:768px){.scope-columns[data-v-0f6ec2d7]{grid-template-columns:1fr;gap:30px}.scope-vision[data-v-0f6ec2d7]{padding-left:20px;border-left-width:3px}.vision-text[data-v-0f6ec2d7]{font-size:1.1rem}}.agenda-container[data-v-0f6ec2d7]{display:flex;flex-direction:column;gap:30px}.agenda-day[data-v-0f6ec2d7]{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);overflow:hidden;box-shadow:0 4px 12px -6px #00000014}.day-header[data-v-0f6ec2d7]{background:linear-gradient(135deg,var(--primary),var(--accent));padding:16px 24px;display:flex;align-items:center}.day-badge[data-v-0f6ec2d7]{color:#343434;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.day-events[data-v-0f6ec2d7]{padding:20px 24px;display:flex;flex-direction:column;gap:16px}.event-card[data-v-0f6ec2d7]{display:flex;gap:20px;padding:18px 20px;background:#f8fafc;border-radius:12px;border-left:4px solid var(--accent);transition:all .3s ease}.event-card[data-v-0f6ec2d7]:hover{background:#fff;box-shadow:0 8px 20px -8px #0000001f;transform:translate(4px)}.event-time-badge[data-v-0f6ec2d7]{flex-shrink:0;min-width:100px;padding:8px 14px;background:var(--accent);color:#343434;font-weight:600;font-size:.9rem;border-radius:20px;text-align:center;height:fit-content}.event-content[data-v-0f6ec2d7]{flex:1;display:flex;flex-direction:column;gap:8px}.event-title[data-v-0f6ec2d7]{color:#1a202c;font-size:1.05rem;font-weight:600;line-height:1.6;margin:0;white-space:pre-line}.event-host[data-v-0f6ec2d7]{color:#718096;font-size:.9rem;margin:0}.host-label[data-v-0f6ec2d7]{color:var(--accent);font-weight:600}@media(max-width:768px){.event-card[data-v-0f6ec2d7]{flex-direction:column;gap:12px}.event-time-badge[data-v-0f6ec2d7]{align-self:flex-start}.day-header[data-v-0f6ec2d7]{padding:14px 20px}.day-events[data-v-0f6ec2d7]{padding:16px 20px}}.scope-page[data-v-d65607ec]{min-height:100vh;width:100%;background-image:url(/assets/bg1-NgnjV1HB.png);background-size:cover;background-position:center;background-attachment:fixed;display:flex;flex-direction:column;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar[data-v-d65607ec]{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.nav-header[data-v-d65607ec]{display:flex;align-items:center;justify-content:space-between;width:auto}.brand[data-v-d65607ec]{display:flex;align-items:center;gap:12px;cursor:pointer}.logo-img[data-v-d65607ec]{height:40px}.logo-text[data-v-d65607ec]{font-size:1.5rem;font-weight:700;letter-spacing:2px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.nav-links[data-v-d65607ec]{display:flex;gap:25px;list-style:none}.nav-links a[data-v-d65607ec]{color:#ffffffd9;text-decoration:none;font-weight:600;font-size:1rem;padding-bottom:5px;border-bottom:2px solid transparent;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.8)}.nav-links a[data-v-d65607ec]:hover,.nav-links a.active[data-v-d65607ec]{color:#d4a373;border-bottom-color:#d4a373;text-shadow:0 0 10px rgba(255,183,77,.5)}.main-content[data-v-d65607ec]{flex:1;display:flex;justify-content:center;align-items:center;padding:40px 20px}.content-wrapper[data-v-d65607ec]{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center}.glass-card[data-v-d65607ec]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;color:#333;padding:50px 0}.page-header[data-v-d65607ec]{text-align:center;margin-bottom:5px}.fisc-logo[data-v-d65607ec]{max-width:500px;width:100%;height:auto;margin-bottom:20px}.tagline[data-v-d65607ec]{font-size:1.8rem;color:#2c5530;font-weight:600;font-style:italic}.subtitle[data-v-d65607ec]{font-size:2rem;color:#1a4d2e;font-weight:700;margin-top:15px;letter-spacing:2px;font-family:Times New Roman,Georgia,serif;text-shadow:1px 1px 2px rgba(0,0,0,.1);background:linear-gradient(135deg,#1a4d2e,#2c5530,#4caf50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.diagram-container[data-v-d65607ec]{display:flex;justify-content:center;align-items:flex-start;gap:20px;width:100%;flex-wrap:wrap}.diagram-column[data-v-d65607ec]{flex:1;min-width:300px;display:flex;flex-direction:column;align-items:center;padding:20px}.column-title[data-v-d65607ec]{font-size:1.5rem;color:#1a4d2e;margin-bottom:20px;text-align:center;font-weight:700;border-bottom:3px solid #4CAF50;padding-bottom:10px}.image-box[data-v-d65607ec]{background:#fff;padding:10px;border-radius:15px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.image-box[data-v-d65607ec]:hover{transform:translateY(-5px)}.project-img[data-v-d65607ec]{width:300px;height:auto;border-radius:10px;max-width:350px;height:300px}.arrow-connector[data-v-d65607ec]{display:flex;flex-direction:column;justify-content:center;align-self:center}.arrow-wrapper[data-v-d65607ec]{display:flex;flex-direction:column;gap:150px;margin-top:10vh}.arrow-img[data-v-d65607ec]{width:80px;height:auto;opacity:.8}.arrow-img.right[data-v-d65607ec]{transform:rotate(0)}.bottom-arrow[data-v-d65607ec]{margin-top:10vh}.arrow-connector-mobile[data-v-d65607ec]{display:none}@media(max-width:1024px){.diagram-container[data-v-d65607ec]{flex-direction:column;align-items:center}.arrow-connector[data-v-d65607ec]{transform:rotate(90deg);margin:20px 0;gap:20px}.arrow-wrapper[data-v-d65607ec]{flex-direction:row;gap:20px}.arrow-connector-mobile[data-v-d65607ec]{display:block;transform:rotate(90deg);margin:20px 0}}.about-page[data-v-28de202d]{min-height:100vh;background-color:#fff;padding-top:80px}.container[data-v-28de202d]{max-width:1000px;margin:0 auto;padding:20px}.about-content[data-v-28de202d]{position:relative}.back-button-section[data-v-28de202d]{margin-top:40px;text-align:center}.back-button[data-v-28de202d]{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#85bbf1,#001429);color:#fff;text-decoration:none;border-radius:25px;font-size:.95rem;font-weight:500;letter-spacing:.5px;box-shadow:0 4px 15px #0033664d;transition:all .3s ease;border:none;cursor:pointer}.back-button[data-v-28de202d]:before{content:"←";font-size:1.1rem;transition:transform .3s ease}.back-button[data-v-28de202d]:hover{background:linear-gradient(135deg,#004080,#0059b3);box-shadow:0 6px 20px #0366;transform:translateY(-2px)}.back-button[data-v-28de202d]:hover:before{transform:translate(-4px)}.page-title[data-v-28de202d]{font-size:2.5rem;color:#036;margin-bottom:40px;text-align:center}.section-title[data-v-28de202d]{font-size:1.8rem;color:#036;margin-bottom:20px;font-weight:700}.mission-section[data-v-28de202d],.vision-section[data-v-28de202d],.goals-section[data-v-28de202d]{margin-bottom:40px}.mission-text[data-v-28de202d],.vision-text[data-v-28de202d]{font-size:1.2rem;line-height:1.8;color:#333;text-align:justify}.goals-list[data-v-28de202d]{padding-left:30px}.goal-item[data-v-28de202d]{font-size:1.2rem;line-height:1.8;color:#333;margin-bottom:25px;text-align:justify}.highlight[data-v-28de202d]{color:red;font-weight:700}.people-page[data-v-dfe63e20]{min-height:100vh;background-color:#f5f5f5;padding-top:5px}.container[data-v-dfe63e20]{max-width:1200px;margin:0 auto;padding:20px;position:relative}.back-button-section[data-v-dfe63e20]{margin-top:40px;text-align:center}.back-button[data-v-dfe63e20]{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#85bbf1,#001429);color:#fff;text-decoration:none;border-radius:25px;font-size:.95rem;font-weight:500;letter-spacing:.5px;box-shadow:0 4px 15px #0033664d;transition:all .3s ease;border:none;cursor:pointer}.back-button[data-v-dfe63e20]:before{content:"←";font-size:1.1rem;transition:transform .3s ease}.back-button[data-v-dfe63e20]:hover{background:linear-gradient(135deg,#004080,#0059b3);box-shadow:0 6px 20px #0366;transform:translateY(-2px)}.back-button[data-v-dfe63e20]:hover:before{transform:translate(-4px)}.page-title[data-v-dfe63e20]{font-size:2.5rem;color:#036;margin-bottom:40px;text-align:center}.faculty-table[data-v-dfe63e20]{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.faculty-data[data-v-dfe63e20]{width:100%;border-collapse:collapse}.faculty-data th[data-v-dfe63e20],.faculty-data td[data-v-dfe63e20]{padding:15px;text-align:left;border-bottom:1px solid #e0e0e0}.faculty-data th[data-v-dfe63e20]{background-color:#f8f9fa;font-weight:700;font-size:1.1rem}.faculty-data tr[data-v-dfe63e20]:hover{background-color:#f5f5f5}.faculty-data td[data-v-dfe63e20]{font-size:1rem;color:#333}.cv-page[data-v-59511370]{background-color:#f0f2f5;min-height:100vh;padding:40px 20px;display:flex;justify-content:center;font-family:Open Sans,sans-serif;color:#333}.cv-container[data-v-59511370]{background-color:#fff;width:100%;max-width:900px;padding:60px 80px;box-shadow:0 4px 15px #0000000d;border-top:5px solid #2c5530}.cv-header[data-v-59511370]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.header-content[data-v-59511370]{flex:1}.name[data-v-59511370]{font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 10px;letter-spacing:-.5px;display:flex;align-items:baseline;flex-wrap:wrap;gap:15px}.name-divider[data-v-59511370]{font-weight:300;color:#ccc;font-size:2rem}.name-sub[data-v-59511370]{font-family:Open Sans,sans-serif;font-weight:400;color:#666;font-size:1.4rem}.contact-info[data-v-59511370]{font-size:.9rem;line-height:1.6}.contact-item[data-v-59511370]{margin-bottom:4px}.label[data-v-59511370]{font-weight:700;color:#2c5530}.divider[data-v-59511370]{border:0;border-top:2px solid #1a1a1a;margin:20px 0 30px}.cv-section[data-v-59511370]{margin-bottom:30px}.section-title[data-v-59511370]{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:5px}.section-content[data-v-59511370]{font-size:.95rem;line-height:1.6}.section-content p[data-v-59511370]{margin-bottom:12px;text-align:justify}.cv-item[data-v-59511370]{margin-bottom:12px}.item-header[data-v-59511370]{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap}.item-title[data-v-59511370]{font-weight:700;font-family:Merriweather,serif;color:#222;font-size:1rem}.item-org[data-v-59511370]{font-style:italic;color:#444;flex:1;margin-left:5px}.item-date[data-v-59511370]{font-weight:600;color:#222;white-space:nowrap;margin-left:10px}.cv-list[data-v-59511370]{list-style-type:disc;padding-left:20px}.cv-list li[data-v-59511370]{margin-bottom:8px}.pub-list[data-v-59511370]{padding-left:20px}.pub-list li[data-v-59511370]{margin-bottom:10px;text-align:justify}.footer-actions[data-v-59511370]{margin-top:50px;text-align:center;border-top:1px solid #eee;padding-top:20px}.back-link[data-v-59511370]{color:#2c5530;text-decoration:none;font-weight:600;font-size:.9rem}.back-link[data-v-59511370]:hover{text-decoration:underline}@media(max-width:768px){.cv-container[data-v-59511370]{padding:30px 20px}.cv-header[data-v-59511370]{flex-direction:column-reverse}.item-header[data-v-59511370]{flex-direction:column}.item-date[data-v-59511370]{margin-left:0;margin-top:2px;font-size:.9rem;color:#666}}.cv-page[data-v-75e6f301]{background-color:#f0f2f5;min-height:100vh;padding:40px 20px;display:flex;justify-content:center;font-family:Open Sans,sans-serif;color:#333}.cv-container[data-v-75e6f301]{background-color:#fff;width:100%;max-width:900px;padding:60px 80px;box-shadow:0 4px 15px #0000000d;border-top:5px solid #2c5530}.cv-header[data-v-75e6f301]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.header-content[data-v-75e6f301]{flex:1}.name[data-v-75e6f301]{font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 10px;letter-spacing:-.5px;display:flex;align-items:baseline;flex-wrap:wrap;gap:15px}.name-divider[data-v-75e6f301]{font-weight:300;color:#ccc;font-size:2rem}.name-sub[data-v-75e6f301]{font-family:Open Sans,sans-serif;font-weight:400;color:#666;font-size:1.4rem}.contact-info[data-v-75e6f301]{font-size:.9rem;line-height:1.6}.contact-item[data-v-75e6f301]{margin-bottom:4px}.label[data-v-75e6f301]{font-weight:700;color:#2c5530}.divider[data-v-75e6f301]{border:0;border-top:2px solid #1a1a1a;margin:20px 0 30px}.cv-section[data-v-75e6f301]{margin-bottom:30px}.section-title[data-v-75e6f301]{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:5px}.section-content[data-v-75e6f301]{font-size:.95rem;line-height:1.6}.chips[data-v-75e6f301]{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.chips li[data-v-75e6f301]{background-color:#f7f9fc;color:#2c5530;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid #e1e4e8}.cv-item[data-v-75e6f301]{margin-bottom:16px}.item-header[data-v-75e6f301]{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap}.item-title[data-v-75e6f301]{font-weight:700;font-family:Merriweather,serif;color:#222;font-size:1rem}.item-org[data-v-75e6f301]{font-style:italic;color:#444;flex:1;margin-left:5px}.item-date[data-v-75e6f301]{font-weight:600;color:#222;white-space:nowrap;margin-left:10px}.item-details[data-v-75e6f301]{margin-top:4px;color:#555;font-size:.9rem}.cv-list[data-v-75e6f301]{list-style-type:disc;padding-left:20px}.cv-list li[data-v-75e6f301]{margin-bottom:8px}.list-date[data-v-75e6f301]{color:#666;font-weight:700;font-style:italic;font-size:.9rem}.pub-list[data-v-75e6f301]{list-style:none;padding-left:0}.pub-list li[data-v-75e6f301]{margin-bottom:12px;text-align:justify;position:relative;padding-left:55px}.pub-year[data-v-75e6f301]{font-weight:700;color:#2c5530;position:absolute;left:0;top:0}.highlight-badge[data-v-75e6f301]{background-color:#fff3cd;color:#856404;font-size:.8em;padding:2px 6px;border-radius:4px;margin-left:5px;font-weight:600}.footer-actions[data-v-75e6f301]{margin-top:50px;text-align:center;border-top:1px solid #eee;padding-top:20px}.back-link[data-v-75e6f301]{color:#2c5530;text-decoration:none;font-weight:600;font-size:.9rem}.back-link[data-v-75e6f301]:hover{text-decoration:underline}@media(max-width:768px){.cv-container[data-v-75e6f301]{padding:30px 20px}.cv-header[data-v-75e6f301],.item-header[data-v-75e6f301]{flex-direction:column}.item-date[data-v-75e6f301]{margin-left:0;margin-top:2px;font-size:.9rem;color:#666}}.cv-page[data-v-33c5e6d0]{background-color:#f0f2f5;min-height:100vh;padding:40px 20px;display:flex;justify-content:center;font-family:Open Sans,sans-serif;color:#333}.cv-container[data-v-33c5e6d0]{background-color:#fff;width:100%;max-width:900px;padding:60px 80px;box-shadow:0 4px 15px #0000000d;border-top:5px solid #2c5530}.cv-header[data-v-33c5e6d0]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.header-content[data-v-33c5e6d0]{flex:1}.name[data-v-33c5e6d0]{font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 10px;letter-spacing:-.5px;display:flex;align-items:baseline;flex-wrap:wrap;gap:15px}.name-divider[data-v-33c5e6d0]{font-weight:300;color:#ccc;font-size:2rem}.name-sub[data-v-33c5e6d0]{font-family:Open Sans,sans-serif;font-weight:400;color:#666;font-size:1.4rem}.title-row[data-v-33c5e6d0]{font-family:Merriweather,serif;font-size:1.1rem;color:#555;margin-bottom:15px;font-weight:300}.contact-info[data-v-33c5e6d0]{font-size:.9rem;line-height:1.6}.contact-item[data-v-33c5e6d0]{margin-bottom:4px}.label[data-v-33c5e6d0]{font-weight:700;color:#2c5530}.header-photo[data-v-33c5e6d0]{margin-left:40px}.photo-placeholder[data-v-33c5e6d0]{width:120px;height:150px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#888;font-size:.9rem;border:1px solid #ccc}.profile-photo[data-v-33c5e6d0]{width:120px;height:150px;object-fit:cover}.divider[data-v-33c5e6d0]{border:0;border-top:2px solid #1a1a1a;margin:20px 0 30px}.cv-section[data-v-33c5e6d0]{margin-bottom:30px}.section-title[data-v-33c5e6d0]{font-family:Merriweather,serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:5px}.subsection-title[data-v-33c5e6d0]{font-family:Merriweather,serif;font-size:1.1rem;font-weight:700;color:#444;margin-bottom:10px;margin-top:5px}.section-content[data-v-33c5e6d0]{font-size:.95rem;line-height:1.6}.section-content p[data-v-33c5e6d0]{margin-bottom:12px;text-align:justify}.cv-item[data-v-33c5e6d0]{margin-bottom:12px}.item-header[data-v-33c5e6d0]{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap}.item-title[data-v-33c5e6d0]{font-weight:700;font-family:Merriweather,serif;color:#222;font-size:1rem}.item-org[data-v-33c5e6d0]{font-style:italic;color:#444;flex:1;margin-left:5px}.item-date[data-v-33c5e6d0]{font-weight:600;color:#222;white-space:nowrap;margin-left:10px}.cv-list[data-v-33c5e6d0]{list-style-type:disc;padding-left:20px}.cv-list li[data-v-33c5e6d0]{margin-bottom:8px}.list-date[data-v-33c5e6d0]{color:#666;font-style:italic;font-size:.9rem}.pub-list[data-v-33c5e6d0]{padding-left:20px}.pub-list li[data-v-33c5e6d0]{margin-bottom:10px;text-align:justify}.contact-details p[data-v-33c5e6d0]{margin-bottom:6px}.footer-actions[data-v-33c5e6d0]{margin-top:50px;text-align:center;border-top:1px solid #eee;padding-top:20px}.back-link[data-v-33c5e6d0]{color:#2c5530;text-decoration:none;font-weight:600;font-size:.9rem}.back-link[data-v-33c5e6d0]:hover{text-decoration:underline}@media(max-width:768px){.cv-container[data-v-33c5e6d0]{padding:30px 20px}.cv-header[data-v-33c5e6d0]{flex-direction:column-reverse}.header-photo[data-v-33c5e6d0]{margin-left:0;margin-bottom:20px}.item-header[data-v-33c5e6d0]{flex-direction:column}.item-date[data-v-33c5e6d0]{margin-left:0;margin-top:2px;font-size:.9rem;color:#666}}
