body{font-family:Inter,system-ui,sans-serif;background-color:#f9fafb;color:#334155;line-height:1.6;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#111827;color:#f8fafc}.app-container{display:flex;min-height:100vh;padding:1rem}.sidebar{width:280px;background-color:#fff;box-shadow:0 10px 25px #0000001a;position:fixed;top:2.5rem;left:2.5rem;height:calc(100vh - 5rem);z-index:40;transition:transform .3s ease,background-color .3s ease;border-radius:4rem;display:flex;flex-direction:column;justify-content:flex-start;min-height:400px;max-height:none}body.dark .sidebar{background-color:#1f2937;box-shadow:0 10px 25px #0000004d}.sidebar-header{background:#f5afb9;color:#334155;padding:2rem 1.5rem;text-align:center;border-radius:3.5rem 3.5rem 0 0;box-shadow:0 2px 10px #f5afb921}body.dark .sidebar-header{background:#f5afb9;color:#1f2937}.profile-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-image{position:relative;width:110px;height:110px;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #0003;background-color:#ffffff1a}.profile-image img{width:100%;height:100%;object-fit:cover;display:block}.profile-placeholder{width:100%;height:100%;display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,#60a5fa,#3b82f6)}.profile-icon{width:2rem;height:2rem;color:#fff}.profile-info{text-align:center}.profile-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.profile-titles{display:flex;flex-direction:column;gap:.25rem}.profile-title{font-size:.75rem;font-weight:500;color:#ffffffe6;line-height:1.2;margin:0}.sidebar-nav{padding:2rem 1.5rem;flex:1 1 auto;overflow-y:auto;min-height:0}.sidebar-menu{list-style:none}.sidebar-item{margin-bottom:.75rem}.sidebar-link{display:flex;align-items:center;padding:.8rem 1.25rem;border-radius:.75rem;text-decoration:none;color:#334155;transition:all .3s ease;font-weight:500;font-size:.98rem;position:relative;overflow:hidden}body.dark .sidebar-link{color:#f8fafc}.sidebar-link.active{background:#fff;color:#f5afb9;font-weight:700;border-radius:1.5rem;box-shadow:0 4px 24px #f5afb933;position:relative;z-index:2;transform:scale(1.07);border-bottom:none;margin-right:0}.sidebar-link.active:after{display:none}body.dark .sidebar-link.active{background:linear-gradient(135deg,#f5afb9,#1f2937);color:#a8b371;border-right:4px solid #F5AFB9;box-shadow:0 4px 15px #f5afb926}.sidebar-link:hover{background-color:#f5afb9;color:#5a8139;transform:translate(5px);border-radius:1.5rem}body.dark .sidebar-link:hover{background-color:#f5afb9;color:#5a8139;border-radius:1.5rem}.sidebar-icon{width:1.25rem;height:1.25rem;margin-right:.75rem;transition:transform .3s ease}.sidebar-link:hover .sidebar-icon{transform:scale(1.1)}.sidebar-controls{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 3.5rem 3.5rem;flex-shrink:0}body.dark .sidebar-controls{border-top:1px solid #374151;background-color:#111827}.control-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#374151;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;margin-bottom:.75rem;box-shadow:0 2px 5px #0000000d}body.dark .control-button{background-color:#1f2937;border-color:#374151;color:#d1d5db;box-shadow:0 2px 5px #0003}.control-button:hover{background-color:#f8fafc;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb26}body.dark .control-button:hover{background-color:#374151;border-color:#60a5fa;box-shadow:0 4px 15px #60a5fa33}.control-button:last-child{margin-bottom:0}.control-button .control-icon{width:1rem;height:1rem;transition:transform .3s ease}.control-button:hover .control-icon{transform:scale(1.1)}.toggle-switch{position:relative;width:3rem;height:1.5rem;background-color:#d1d5db;border-radius:1rem;transition:background-color .3s ease;cursor:pointer;box-shadow:inset 0 2px 4px #0000001a}body.dark .toggle-switch{background-color:#4b5563}.toggle-switch.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:inset 0 2px 4px #0003,0 0 0 3px #2563eb1a}.toggle-switch:after{content:"";position:absolute;top:.125rem;left:.125rem;width:1.25rem;height:1.25rem;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.toggle-switch.active:after{transform:translate(1.5rem)}.main-content{flex:1;margin-left:344px;padding:2rem;overflow-y:auto;transition:background-color .3s ease}body.dark .main-content{background-color:#111827}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;display:inline-block;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:#f5afb9;color:#334155}.btn-primary:hover{background-color:#a8b371;color:#fff}body.dark .btn-primary{background-color:#f5afb9;color:#1f2937}body.dark .btn-primary:hover,.btn-secondary{background-color:#a8b371;color:#fff}.btn-secondary:hover{background-color:#f5afb9;color:#334155}body.dark .btn-secondary{background-color:#a8b371;color:#fff}body.dark .btn-secondary:hover{background-color:#f5afb9;color:#1f2937}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease}body.dark .card{background-color:#1f2937;box-shadow:0 1px 3px #0000004d;color:#f9fafb}.card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}body.dark .card:hover{box-shadow:0 4px 6px #0006}.grid{display:grid;gap:1rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.text-center{text-align:center}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-gray-600{color:#4b5563}body.dark .text-gray-600{color:#9ca3af}.text-gray-800{color:#1f2937}body.dark .text-gray-800{color:#f9fafb}.text-blue-600{color:#2563eb}body.dark .text-blue-600{color:#60a5fa}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-6{padding:1.5rem}@media (max-width: 1024px){.app-container{padding:0}.sidebar{transform:translate(-100%);top:0;left:0;height:100vh;border-radius:0;width:280px}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}@media (min-width: 768px){.grid-cols-1{grid-template-columns:repeat(3,1fr)}}.hamburger-btn{position:fixed;top:1rem;left:1rem;z-index:50;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:.75rem;border-radius:.75rem;cursor:pointer;display:none;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.hamburger-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #2563eb66}@media (max-width: 1024px){.hamburger-btn{display:block}}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:30;display:none;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 1024px){.sidebar-overlay.open{display:block;opacity:1}}body.dark ::-webkit-scrollbar-track{background:#374151}body.dark ::-webkit-scrollbar-thumb{background:#6b7280}body.dark ::-webkit-scrollbar-thumb:hover{background:#9ca3af}.btn:focus,.sidebar-link:focus,.control-button:focus{outline:none;box-shadow:0 0 0 3px #2563eb1a}body.dark .btn:focus,body.dark .sidebar-link:focus,body.dark .control-button:focus{box-shadow:0 0 0 3px #60a5fa1a}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.compact-controls{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 1rem 1rem}body.dark .compact-controls{border-top:1px solid #374151;background-color:#111827}.compact-btn{padding:.5rem .75rem;border-radius:.5rem;font-size:.95rem;min-width:0;width:auto;height:2.2rem;display:flex;align-items:center;gap:.25rem;background:#fff;border:1px solid #e5e7eb;color:#374151;box-shadow:0 1px 3px #0000000a;transition:all .2s}body.dark .compact-btn{background:#1f2937;border-color:#374151;color:#d1d5db}.compact-btn:hover{background:#f3f4f6;color:#2563eb;border-color:#2563eb}body.dark .compact-btn:hover{background:#374151;color:#60a5fa;border-color:#60a5fa}.compact-label{font-size:.95rem;font-weight:600;margin-left:.25rem;margin-right:.1rem;letter-spacing:.5px}.compact-btn .control-icon{width:1.1rem;height:1.1rem;margin:0}.theme-switch{display:flex;align-items:center;justify-content:flex-start;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:2rem;padding:.35rem 1.1rem .35rem .7rem;min-width:0;height:2.5rem;cursor:pointer;transition:background .3s,border .3s;position:relative;font-size:1.05rem;font-weight:600;color:#22223b;box-shadow:0 2px 8px #0000000a;margin-left:.5rem;margin-right:.5rem;overflow:hidden}.theme-switch .switch-icon{font-size:1.35rem;margin-right:.7rem;margin-left:.1rem;display:flex;align-items:center}.theme-switch .switch-label{font-size:1rem;font-weight:600;letter-spacing:.5px;margin-right:1.2rem;white-space:nowrap}.theme-switch .switch-circle{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);width:1.6rem;height:1.6rem;background:#fff;border-radius:50%;border:2px solid #e5e7eb;box-shadow:0 1px 4px #00000014;transition:background .3s,border .3s}.theme-switch.dark{background:#22223b;border:2px solid #111827;color:#f3f4f6}.theme-switch.dark .switch-circle{background:#1f2937;border:2px solid #374151}.theme-switch.dark .switch-label{color:#f3f4f6}.theme-switch:active{filter:brightness(.97)}.theme-switch:hover{border-color:#2563eb}.theme-switch.dark:hover{border-color:#60a5fa}@media (max-width: 600px){.theme-switch{font-size:.95rem;padding:.25rem .7rem .25rem .5rem;height:2.1rem}.theme-switch .switch-icon{font-size:1.1rem;margin-right:.4rem}.theme-switch .switch-label{font-size:.85rem;margin-right:.7rem}.theme-switch .switch-circle{width:1.1rem;height:1.1rem;right:.2rem}}@media (max-width: 400px){.theme-switch{font-size:.8rem;padding:.15rem .4rem .15rem .3rem;height:1.7rem}.theme-switch .switch-label{font-size:.7rem;margin-right:.3rem}.theme-switch .switch-icon{font-size:.9rem;margin-right:.2rem}.theme-switch .switch-circle{width:.8rem;height:.8rem;right:.1rem}}.icon-btn{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:.5rem;transition:background .2s,border .2s,color .2s;color:#22223b;font-size:1.2rem}.icon-btn:hover{background:#e0e7ef;border-color:#2563eb;color:#2563eb}body.dark .icon-btn{background:#22223b;border:2px solid #111827;color:#f3f4f6}body.dark .icon-btn:hover{background:#1f2937;border-color:#60a5fa;color:#60a5fa}.icon-btn-icon{width:1.4rem;height:1.4rem;pointer-events:none}.emoji-controls{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 1rem 1rem}body.dark .emoji-controls{border-top:1px solid #374151;background-color:#111827}.toggle-switcher{width:56px;height:32px;background:#e5e7eb;border:none;border-radius:999px;position:relative;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .3s;box-shadow:0 2px 8px #0000000a;padding:0}.toggle-switcher .toggle-track{width:100%;height:100%;display:flex;align-items:center;position:relative}.toggle-switcher .toggle-thumb{position:absolute;left:3px;top:3px;width:26px;height:26px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.4,2.2,.2,1),background .3s;z-index:2}.toggle-switcher .toggle-thumb .toggle-icon{width:18px;height:18px;display:block;transition:transform .3s,opacity .3s}.toggle-switcher .toggle-thumb .sun{filter:drop-shadow(0 0 2px gold)}.toggle-switcher .toggle-thumb .moon{filter:drop-shadow(0 0 2px white)}.toggle-switcher.dark{background:#23272f}.toggle-switcher .toggle-thumb.dark{left:27px;background:#23272f}.toggle-switcher:active .toggle-thumb{box-shadow:0 2px 12px #2563eb26}.toggle-switcher:focus{outline:2px solid #2563eb}@media (max-width: 600px){.toggle-switcher{width:44px;height:26px}.toggle-switcher .toggle-thumb{width:18px;height:18px;left:2px;top:2px}.toggle-switcher .toggle-thumb.dark{left:20px}.toggle-switcher .toggle-thumb .toggle-icon{width:12px;height:12px}}.sidebar-controls,.emoji-controls{border-radius:0 0 3.5rem 3.5rem}._toggleSwitcher_126ry_1{width:56px;height:32px;background:#e5e7eb;border:none;border-radius:999px;position:relative;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .3s;box-shadow:0 2px 8px #0000000a;padding:0}._toggleSwitcher_dark_126ry_31{background:#23272f}._toggleTrack_126ry_37{width:100%;height:100%;display:flex;align-items:center;position:relative}._toggleThumb_126ry_51{position:absolute;left:3px;top:3px;width:26px;height:26px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.4,2.2,.2,1),background .3s;z-index:2}._toggleThumb_dark_126ry_81{left:27px;background:#23272f}._toggleIcon_126ry_89{width:18px;height:18px;display:block;transition:transform .3s,opacity .3s}._sun_126ry_101{filter:drop-shadow(0 0 2px gold)}._moon_126ry_107{filter:drop-shadow(0 0 2px white)}@media (max-width: 600px){._toggleSwitcher_126ry_1{width:44px;height:26px}._toggleThumb_126ry_51{width:18px;height:18px;left:2px;top:2px}._toggleThumb_dark_126ry_81{left:20px}._toggleIcon_126ry_89{width:12px;height:12px}}._languageSwitcher_1b6zv_1{width:72px;height:32px;background:#e0f2fe;border:none;border-radius:999px;position:relative;cursor:pointer;outline:none;display:flex;align-items:center;transition:background .3s;box-shadow:0 2px 8px #0000000a;padding:0 5px;overflow:hidden}._languageSwitcher_en_1b6zv_33{background:#e0e7ff}._languageTrack_1b6zv_39{width:100%;height:100%;display:flex;align-items:center;position:relative;justify-content:space-between}._languageLabel_1b6zv_55{font-size:1rem;font-weight:700;color:#64748b;z-index:1;margin:0 2px;-webkit-user-select:none;user-select:none;letter-spacing:1px;transition:color .3s;min-width:16px;text-align:center}._languageLabel_active_1b6zv_79{color:#0ea5e9}._languageLabel_en_1b6zv_85{color:#6366f1}._languageThumb_1b6zv_91{position:absolute;top:3px;left:1px;width:26px;height:26px;background:#fff;border-radius:50%;border:.2px solid #e5e7eb;box-shadow:0 1px 2px #00000012;display:flex;align-items:center;justify-content:center;transition:left .35s cubic-bezier(.4,2.2,.2,1),background .3s;z-index:2;overflow:hidden}._languageThumb_en_1b6zv_125{left:35px}._flagIcon_1b6zv_131{width:24px;height:24px;border-radius:50%;border:none;box-shadow:none;object-fit:cover;display:block}@media (max-width: 600px){._languageSwitcher_1b6zv_1{width:44px;height:24px;padding:0 5px}._languageThumb_1b6zv_91{width:16px;height:16px;left:2px;top:2px}._languageThumb_en_1b6zv_125{left:15px}._flagIcon_1b6zv_131{width:14px;height:14px}._languageLabel_1b6zv_55{font-size:.75rem;margin:0 1px;min-width:10px}}.easteregg-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293ba6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.easteregg-modal{background:#fff;border-radius:1.5rem;box-shadow:0 8px 40px #1e293b40;padding:2.5rem 2rem 2rem;max-width:350px;width:90vw;position:relative;text-align:center;animation:scaleIn .35s cubic-bezier(.4,2.2,.2,1)}@keyframes scaleIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.easteregg-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;transition:color .2s;z-index:10}.easteregg-close:hover{color:#f471b5}.easteregg-header{margin-bottom:1.2rem}.easteregg-title{font-size:1.3rem;font-weight:700;color:#f471b5;letter-spacing:1px;display:block;margin-bottom:1.2rem;text-align:center}.easteregg-photo{width:110px;height:110px;margin:0 auto .7rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 18px #2563eb21;border:3px solid #e0e7ff;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.easteregg-photo img{width:100%;height:100%;object-fit:cover;display:block}.easteregg-name{font-size:1.1rem;font-weight:600;color:#334155;margin-bottom:.2rem;margin-top:0}.easteregg-content{margin-top:.5rem}.easteregg-subtitle{font-size:1rem;font-weight:600;color:#a8b371;margin-bottom:.3rem}.easteregg-list{list-style:disc inside;color:#334155;font-size:.98rem;line-height:1.7;margin:0;padding:0 0 0 .5rem}.easteregg-modal.horizontal{display:flex;flex-direction:column;align-items:stretch;min-width:0;max-width:700px;width:98vw}.easteregg-body{display:flex;flex-direction:row;gap:2.5rem;align-items:center;justify-content:center}.easteregg-photo-rect{width:220px;height:300px;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 32px #2563eb2e;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.easteregg-photo-rect img{width:100%;height:100%;object-fit:cover;display:block}.easteregg-info{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;gap:.5rem}.easteregg-quote{margin-top:2.2rem;font-size:1.08rem;color:#f5afb9;text-align:center;font-style:italic;font-weight:500;letter-spacing:.5px;line-height:1.5;opacity:.95}@media (max-width: 900px){.easteregg-modal.horizontal{max-width:99vw;width:99vw}.easteregg-body{gap:1.2rem}.easteregg-photo-rect{width:140px;height:190px}}@media (max-width: 600px){.easteregg-modal.horizontal{padding:1.2rem .5rem;max-width:95vw;width:99vw}.easteregg-body{flex-direction:column;gap:1rem;align-items:center}.easteregg-photo-rect{width:90px;height:120px;margin:0 auto}.easteregg-info{text-align:center;align-items:center}.easteregg-list{text-align:left;margin:0 auto}}.easteregg-overlay.dark .easteregg-modal,.easteregg-modal.dark,.dark .easteregg-modal{background:#23233a!important;color:#f9fafb!important;box-shadow:0 8px 40px #18182573}:global(body.dark) .easteregg-title{color:#f471b5}:global(body.dark) .easteregg-close{color:#c9c9d1}:global(body.dark) .easteregg-close:hover{color:#a8b371}:global(body.dark) .easteregg-photo{box-shadow:0 4px 18px #f5afb921;border:3px solid #A770EF;background:#181825}:global(body.dark) .easteregg-photo-rect{box-shadow:0 8px 32px #f5afb92e;background:#181825}:global(body.dark) .easteregg-name{color:#f9fafb}:global(body.dark) .easteregg-subtitle{color:#a8b371}:global(body.dark) .easteregg-list{color:#f9fafb}:global(body.dark) .easteregg-quote{color:#b05a7a}.easteregg-overlay.dark .easteregg-title,.easteregg-modal.dark .easteregg-title{color:#f471b5!important}.easteregg-overlay.dark .easteregg-name,.easteregg-modal.dark .easteregg-name{color:#fff!important}.easteregg-overlay.dark .easteregg-subtitle,.easteregg-modal.dark .easteregg-subtitle{color:#a8b371!important}.easteregg-overlay.dark .easteregg-list,.easteregg-modal.dark .easteregg-list{color:#e5e7eb!important}.easteregg-overlay.dark .easteregg-quote,.easteregg-modal.dark .easteregg-quote{color:#a1a6c8!important}._sidebar_1jc8i_1{width:280px;background-color:#fff;box-shadow:0 10px 25px #0000001a;position:fixed;top:2.5rem;left:4rem;height:calc(100vh - 5rem);z-index:40;transition:transform .3s ease,background-color .3s ease;border-radius:1.2rem;display:flex;flex-direction:column;justify-content:flex-start;min-height:400px;max-height:none}._sidebar-header_1jc8i_37{background:#f5afb9;color:#334155;padding:2rem 1.5rem;text-align:center;border-radius:1.2rem 1.2rem 0 0;box-shadow:0 2px 10px #f5afb921}._profile-section_1jc8i_55{display:flex;flex-direction:column;align-items:center;gap:1rem}._profile-image_1jc8i_69{position:relative;width:140px;height:140px;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #0003;background-color:#ffffff1a}._profile-image_1jc8i_69 img{width:100%;height:100%;object-fit:cover;display:block}._profile-placeholder_1jc8i_103{width:100%;height:100%;display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,#60a5fa,#3b82f6)}._profile-icon_1jc8i_121{width:2rem;height:2rem;color:#fff}._profile-info_1jc8i_133{text-align:center}._profile-name_1jc8i_141{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}._profile-titles_1jc8i_157{display:flex;flex-direction:column;gap:.25rem}._profile-title_1jc8i_157{font-size:.75rem;font-weight:500;color:#ffffffe6;line-height:1.2;margin:0}._sidebar-nav_1jc8i_185{padding:2rem 1.5rem;flex:1 1 auto;overflow-y:auto;min-height:0}._sidebar-menu_1jc8i_199{list-style:none}._sidebar-item_1jc8i_207{margin-bottom:.75rem}._sidebar-link_1jc8i_215{display:flex;align-items:center;padding:.8rem 1.25rem;border-radius:1.2rem;text-decoration:none;color:#334155;transition:all .3s ease;font-weight:500;font-size:.98rem;position:relative;overflow:hidden}._sidebar-link_1jc8i_215._active_1jc8i_243{background:#fff;color:#f5afb9;font-weight:700;border-radius:1.2rem;box-shadow:0 4px 24px #f5afb933;position:relative;z-index:2;transform:scale(1.07);border-bottom:none;margin-right:0}._sidebar-link_1jc8i_215._active_1jc8i_243:after{display:none}._sidebar-link_1jc8i_215:hover{background-color:#f5afb9;color:#5a8139;transform:translate(5px);border-radius:1.2rem}._sidebar-icon_1jc8i_293{width:1.25rem;height:1.25rem;margin-right:.75rem;transition:transform .3s ease}._sidebar-link_1jc8i_215:hover ._sidebar-icon_1jc8i_293{transform:scale(1.1)}._sidebar-controls_1jc8i_315,._emoji-controls_1jc8i_317{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 1.2rem 1.2rem}._togglesContainer_1jc8i_331{position:absolute;left:50%;bottom:24px;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;gap:16px;z-index:10}body.dark ._sidebar_1jc8i_1{background:#181825;box-shadow:0 10px 25px #00000080}body.dark ._sidebar-header_1jc8i_37{background:#7c2b55;color:#f9fafb;box-shadow:0 2px 10px #a770ef21}body.dark ._profile-name_1jc8i_141{color:#f9fafb}body.dark ._profile-title_1jc8i_157{color:#c9c9d1}body.dark ._sidebar-link_1jc8i_215{color:#f9fafb}body.dark ._sidebar-link_1jc8i_215._active_1jc8i_243{background:#23233a;color:#ca5c95;box-shadow:0 4px 24px #a770ef33}body.dark ._sidebar-link_1jc8i_215:hover{background-color:#7c2b55}body.dark ._sidebar-controls_1jc8i_315,body.dark ._emoji-controls_1jc8i_317{background-color:#23233a;border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 1024px){._sidebar_1jc8i_1{top:0;left:0;height:100vh;border-radius:0;width:280px}._sidebar_1jc8i_1._open_1jc8i_451{transform:translate(0)}._main-content_1jc8i_457{margin-left:0}}._homeContainer_1le8h_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:0;position:relative}._homeContent_1le8h_19{max-width:56rem;width:100%;text-align:center;padding-left:0;z-index:1;margin:0 auto}._homeTitle_1le8h_37{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}._homeTitle_1le8h_37 span{color:#f5afb9;transition:color .2s}body.dark ._homeTitle_1le8h_37 span{color:#7c2b55}._homeTypewriter_1le8h_67{font-size:1.5rem;font-weight:600;min-height:2.5rem;margin-bottom:1.5rem;color:#a8b371;text-align:center}._homeDesc_1le8h_85{font-size:1.1rem;color:#4b5563;margin-bottom:2.5rem;max-width:32rem;text-align:center;margin-left:auto;margin-right:auto}._homeButtons_1le8h_105{display:flex;flex-wrap:nowrap;gap:1rem;margin-bottom:2.5rem;justify-content:center;overflow-x:auto;padding-bottom:.5rem}._homeButton_1le8h_105{display:flex;align-items:center;gap:.5rem}._homeButtonUniform_1le8h_137{min-width:180px;max-width:220px;height:48px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.08rem;font-weight:600;padding:0 1.2rem;border-radius:1.2rem;box-sizing:border-box;transition:background .18s,color .18s,box-shadow .18s}@media (max-width: 600px){._homeButtonUniform_1le8h_137{min-width:100%;max-width:100%;height:44px;font-size:1rem;padding:0 .5rem}}._homeButtonsRow_1le8h_187{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.2rem}._homeButtonsCvRow_1le8h_203{display:flex;justify-content:center;margin-bottom:2.5rem}@media (max-width: 600px){._homeButtonsRow_1le8h_187{flex-direction:column;align-items:center;gap:.7rem}._homeButtonsCvRow_1le8h_203{margin-bottom:1.5rem}}._highlightsGrid_1le8h_235{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin:2.5rem 0;justify-items:center}@media (max-width: 900px){._highlightsGrid_1le8h_235{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 500px){._highlightsGrid_1le8h_235{grid-template-columns:1fr}}._highlightCard_1le8h_275{background:#fafbfcb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1.2rem;box-shadow:0 2px 12px #0000000a;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:210px;max-width:250px;min-height:150px;max-height:150px;height:150px;transition:transform .18s,background .18s}._highlightCard_1le8h_275:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 6px 24px #a4b3711a}._highlightIcon_1le8h_321{margin-bottom:1rem;width:2.3rem;height:2.3rem;color:#a8b371}._highlightText_1le8h_335{font-size:1.08rem;font-weight:600;color:#1f2937;text-align:center}body.dark ._homeTitle_1le8h_37{color:#f9fafb}body.dark ._homeDesc_1le8h_85{color:#c9c9d1}._modalOverlay_1le8h_367{position:fixed;inset:0;background:#1e202661;z-index:1000;display:flex;align-items:center;justify-content:center}._emailModal_1le8h_387{background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px #0000002e;padding:2.2rem 2.2rem 1.7rem;min-width:320px;max-width:90vw;position:relative;display:flex;flex-direction:column;align-items:center;animation:_modalIn_1le8h_1 .18s cubic-bezier(.4,1.6,.6,1) both}@keyframes _modalIn_1le8h_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._emailTitle_1le8h_425{font-size:1.08rem;font-weight:700;margin-bottom:1.1rem;color:#1f2937;letter-spacing:.01em}._emailRow_1le8h_441{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}._emailText_1le8h_455{font-size:1.15rem;font-weight:600;color:#1f2937;background:#f6f6f8;border-radius:.5rem;padding:.35rem .8rem;-webkit-user-select:all;user-select:all}._copyBtn_1le8h_475{background:none;border:none;cursor:pointer;padding:.2rem;border-radius:.4rem;transition:background .15s;display:flex;align-items:center}._copyBtn_1le8h_475:hover{background:#f5afb9}._copiedMsg_1le8h_503{color:#a8b371;font-size:.98rem;margin-left:.3rem;font-weight:500;transition:opacity .2s}._sendEmailBtn_1le8h_519{margin-top:.7rem;background:#a8b371;color:#fff;font-weight:600;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1.08rem;cursor:pointer;text-decoration:none;transition:background .18s;box-shadow:0 2px 8px #a4b3711a;display:inline-block}._sendEmailBtn_1le8h_519:hover{background:#f471b5;color:#fff}._closeModalBtn_1le8h_559{position:absolute;top:.7rem;right:1.1rem;background:none;border:none;font-size:2rem;color:#a8b371;cursor:pointer;line-height:1;padding:0;transition:color .18s}._closeModalBtn_1le8h_559:hover{color:#f471b5}@media (max-width: 500px){._emailModal_1le8h_387{min-width:0;width:95vw;padding:1.2rem .5rem}._emailText_1le8h_455{font-size:1rem;padding:.25rem .5rem}._sendEmailBtn_1le8h_519{width:100%;padding:.7rem 0}}body.dark ._highlightCard_1le8h_275{background:#181825d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#f9fafb;box-shadow:0 2px 16px #a4b3711a;border:1px solid #23262e}body.dark ._highlightText_1le8h_335{color:#f9fafb}body.dark ._highlightIcon_1le8h_321{color:#a8b371}._cvAccent_1le8h_655{background:#f5afb9!important;color:#7c2b55!important;border:none!important;transition:background .2s,color .2s}body.dark ._cvAccent_1le8h_655,._cvAccent_1le8h_655:hover{background:#7c2b55!important;color:#fff!important}body.dark ._cvAccent_1le8h_655:hover{background:#f5afb9!important;color:#7c2b55!important}._whyMeSection_1le8h_699{margin-top:6rem;margin-bottom:2rem}._sectionTitle_1le8h_709{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-title-light)}[data-theme=dark] ._sectionTitle_1le8h_709{color:var(--color-title-dark)}._whyMeGrid_1le8h_733{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}._whyMeItem_1le8h_745{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;padding:1.5rem;text-align:center;transition:background .3s;position:relative}[data-theme=dark] ._whyMeItem_1le8h_745{background:#23202b}._whyMeTitle_1le8h_773{font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem}._whyMeText_1le8h_787{color:var(--color-text-light)}[data-theme=dark] ._whyMeText_1le8h_787{color:var(--color-text-dark)}._methodologySection_1le8h_805{margin:4rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2.5rem;position:relative;transition:background .3s}[data-theme=dark] ._methodologySection_1le8h_805{background:#181824}._methodologyList_1le8h_833{list-style:none;padding:0}._methodologyStep_1le8h_843{color:var(--color-accent);font-weight:700;margin-right:.5rem}._methodologyList_1le8h_833 li{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.2rem;display:flex;align-items:flex-start}[data-theme=dark] ._methodologyList_1le8h_833 li{color:var(--color-text-dark)}._methodologyHeader_1le8h_879{display:flex;align-items:center;gap:.7rem;margin-bottom:.2rem}._methodologyTitle_1le8h_893{font-weight:700;color:#a8b371;font-size:1.13rem;letter-spacing:.01em}[data-theme=dark] ._methodologyTitle_1le8h_893{color:#a8b371}._methodologyText_1le8h_915{color:#374151;font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem;margin-left:2.1rem;text-align:left}[data-theme=dark] ._methodologyText_1le8h_915{color:#e5e7eb}._methodologyStep_1le8h_843{color:#a8b371;font-weight:700;font-size:1.13rem;margin-right:.2rem;min-width:1.7rem;text-align:left}._methodologyList_1le8h_833>div{margin-bottom:2.1rem}._methodologyList_1le8h_833>div>div:first-child{display:flex;align-items:center;margin-bottom:.2rem;justify-content:flex-start;text-align:left}._faqsSection_1le8h_985{text-align:left}._faqItem_1le8h_993{margin:2rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:1rem;position:relative}[data-theme=dark] ._faqItem_1le8h_993{background:#23202b}._faqQuestion_1le8h_1019{width:100%;background:none;border:none;outline:none;font-size:1.08rem;font-weight:600;color:#7c2b55;padding:1rem 1.2rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:.7rem;transition:background .15s,color .15s}[data-theme=dark] ._faqQuestion_1le8h_1019{color:#f5afb9}[data-theme=dark] ._faqQuestion_1le8h_1019:hover{background:#7c2b55;color:#fff}._faqArrow_1le8h_1073{font-size:1.1rem;margin-left:.7rem;color:#a8b371}._faqAnswer_1le8h_1085{padding:0 1.2rem 1rem;color:#374151;font-size:1.02rem;line-height:1.6;animation:_fadeIn_1le8h_1 .2s}[data-theme=dark] ._faqAnswer_1le8h_1085{color:#e5e7eb}@keyframes _fadeIn_1le8h_1{0%{opacity:0}to{opacity:1}}._aboutContainer_15x0m_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0}._aboutContent_15x0m_10{max-width:1600px;width:100%;margin:0 auto;padding:0 5rem}._skillsSection_15x0m_18{margin-top:3rem;width:100%;max-width:1600px;margin:0 auto;padding:0 5rem;align-self:center}._aboutTitle_15x0m_28{font-size:2.5rem;font-weight:700;color:#f5afb9;margin-bottom:1.2rem;text-align:left;position:static}._aboutText_15x0m_37{position:relative;text-align:justify}._aboutImage_15x0m_42{float:right;margin:-50px 0 1rem 4rem;width:370px;height:470px}._aboutImage_15x0m_42 img{width:100%;height:100%;object-fit:contain}._paragraph_15x0m_55{font-size:1.15rem;color:#374151;line-height:1.8;margin-bottom:1.8rem;font-weight:400}._lastParagraph_15x0m_63{margin-bottom:.2rem}._paragraph_15x0m_55:last-of-type{margin-bottom:.3rem}body.dark ._aboutTitle_15x0m_28{color:#7c2b55}body.dark ._paragraph_15x0m_55{color:#e5e7eb}@media (max-width: 1200px){._aboutContent_15x0m_10{max-width:1000px}._aboutImage_15x0m_42{width:280px;height:370px}}@media (max-width: 768px){._aboutContent_15x0m_10{padding:0 1.5rem;max-width:100%}._aboutTitle_15x0m_28{font-size:2rem;margin-bottom:2.5rem}._aboutImage_15x0m_42{float:none;display:block;margin:0 auto 2rem;width:100%;max-width:300px;height:400px}._paragraph_15x0m_55{font-size:1.1rem;margin-bottom:1.5rem}._skillsSection_15x0m_18{padding:5rem;max-width:100%}}@media (max-width: 480px){._aboutContent_15x0m_10{padding:0 .5rem}._aboutTitle_15x0m_28{font-size:1.8rem;margin-bottom:2rem}._aboutImage_15x0m_42{max-width:250px;height:350px;margin-bottom:1.5rem}._paragraph_15x0m_55{font-size:1rem;margin-bottom:1.3rem}}._actionsRow_15x0m_144{display:flex;gap:2rem;margin-top:1.2rem;width:100%}._actionContainer_15x0m_151{flex:1 1 0;background:#f7f7fa;border-radius:1.2rem;box-shadow:0 4px 24px #7c2b5521,0 1.5px 8px #00000014;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;min-width:0;width:100%}._actionText_15x0m_165{font-size:1rem;color:#374151;font-weight:500;text-align:center}._actionButton_15x0m_172{background:linear-gradient(90deg,#f5afb9,#7c2b55);color:#fff;border:none;border-radius:1.2rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #7c2b5514}._actionButton_15x0m_172:hover{background:linear-gradient(90deg,#7c2b55,#f5afb9);transform:translateY(-2px) scale(1.03)}body.dark ._actionContainer_15x0m_151{background:#23223a;box-shadow:0 2px 12px #f5afb914}body.dark ._actionText_15x0m_165{color:#e5e7eb}body.dark ._actionButton_15x0m_172{background:linear-gradient(90deg,#7c2b55,#f5afb9);color:#22223b}@media (max-width: 900px){._actionsRow_15x0m_144{flex-direction:column;gap:1.5rem;align-items:stretch}._actionContainer_15x0m_151{max-width:100%;width:100%}}._actionContainer_15x0m_151 button,._actionContainer_15x0m_151 ._btn_15x0m_217{border-radius:1.2rem!important;background:#f5afb9!important;color:#7c2b55!important;font-weight:700!important;border:none!important;transition:background .2s,color .2s}._actionContainer_15x0m_151 button:hover,._actionContainer_15x0m_151 ._btn_15x0m_217:hover{background:#7c2b55!important;color:#fff!important}body.dark ._actionContainer_15x0m_151 button,body.dark ._actionContainer_15x0m_151 ._btn_15x0m_217{background:#7c2b55!important;color:#fff!important;font-weight:700!important;border:none!important}body.dark ._actionContainer_15x0m_151 button:hover,body.dark ._actionContainer_15x0m_151 ._btn_15x0m_217:hover{background:#f5afb9!important;color:#7c2b55!important}._skillCard_1l88h_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;border-radius:12px;transition:all .3s ease;cursor:pointer}._skillCard_1l88h_1:hover{transform:translateY(-3px);background:var(--bg-hover)}._skillIcon_1l88h_33{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._skillIcon_1l88h_33 img{width:100%;height:100%;object-fit:contain;border-radius:8px}._skillTitle_1l88h_65{font-size:.85rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.2}@media (max-width: 768px){._skillIcon_1l88h_33{width:45px;height:45px}._skillTitle_1l88h_65{font-size:.8rem}}@media (max-width: 480px){._skillIcon_1l88h_33{width:40px;height:40px}._skillTitle_1l88h_65{font-size:.75rem}}._skillsSection_1vdja_1{max-width:1600px;margin:0 auto;width:100%;padding:0 5rem}._skillsTitle_1vdja_17{text-align:center;font-size:2.5rem;font-weight:700;margin-top:4rem;margin-bottom:3rem;color:#f5afb9}body.dark ._skillsTitle_1vdja_17{color:#7c2b55}._skillsGrid_1vdja_43{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:2.5rem}._skillsBlock_1vdja_59{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;width:100%;position:relative}body.dark ._skillsBlock_1vdja_59{background:#23223a}._skillsBlock_1vdja_59:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}._skillsBlockTitle_1vdja_97{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);text-align:center;border-bottom:2px solid var(--accent-color);padding-bottom:.5rem}._skillsList_1vdja_117{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:center}._skillIcon_1vdja_131{width:110px;height:110px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._skillIcon_1vdja_131 img{width:100%;height:100%;object-fit:contain;border-radius:8px}@media (max-width: 768px){._skillsSection_1vdja_1{padding:2rem 1rem}._skillsTitle_1vdja_17{margin-top:2.5rem;font-size:2rem;margin-bottom:2rem}._skillsGrid_1vdja_43{grid-template-columns:1fr;gap:1.5rem}._skillsBlock_1vdja_59{padding:1.5rem}._skillsList_1vdja_117{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.8rem}}@media (max-width: 480px){._skillsList_1vdja_117{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:.6rem}}@media (max-width: 1200px){._skillsBlock_1vdja_59{min-width:0;max-width:100%;padding:2rem 1rem}._skillsList_1vdja_117{grid-template-columns:repeat(2,1fr);gap:1rem}._skillIcon_1vdja_131{width:85px;height:85px}}@media (max-width: 900px){._skillsGrid_1vdja_43{grid-template-columns:1fr;grid-template-rows:none;gap:1.5rem}._skillsBlock_1vdja_59{max-width:100%}._skillsList_1vdja_117{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){._skillsList_1vdja_117{grid-template-columns:1fr 1fr;gap:.7rem}._skillsBlock_1vdja_59{padding:1.2rem .5rem}._skillIcon_1vdja_131{width:55px;height:55px}}._eduContainer_knum8_1{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:none;padding:2rem 0}._eduContent_knum8_19{max-width:700px;width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column}._eduTitle_knum8_37{font-size:2.2rem;font-weight:700;color:#f5afb9;margin-bottom:2.2rem;text-align:left;background:none}._timeline_knum8_55{list-style:none;margin:0;padding:0;position:relative}._timeline_knum8_55:before{content:"";position:absolute;left:8px;top:0;width:2.5px;height:100%;background:#f5afb9;z-index:0}._timelineItem_knum8_91{display:flex;align-items:flex-start;position:relative;margin-bottom:2.5rem}._timelineDot_knum8_105{min-width:18px;min-height:18px;width:18px;height:18px;border-radius:50%;background:#f5afb9;border:3px solid #F5AFB9;margin-right:1.5rem;margin-top:.3rem;z-index:1}._timelineCard_knum8_131{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #0000000a;padding:1.2rem 1.5rem;width:100%;position:relative;z-index:10}._timelineDegree_knum8_151{font-size:1.15rem;font-weight:700;color:#f5afb9;margin-bottom:.2rem;display:flex;align-items:center}._timelineInst_knum8_167{font-size:1rem;color:#a8b371;font-weight:600;margin-bottom:.1rem}._timelinePeriod_knum8_179{font-size:.98rem;color:#4b5563;margin-bottom:.2rem;display:flex;align-items:center}._timelineDetail_knum8_193{font-size:.98rem;color:#1f2937;margin-top:.2rem}body.dark ._eduTitle_knum8_37{color:#7c2b55}body.dark ._timelineCard_knum8_131{background:#23223a;box-shadow:0 2px 12px #f5afb914;color:#f9fafb}body.dark ._timelineDegree_knum8_151{color:#7c2b55}body.dark ._timelineInst_knum8_167{color:#a8b371}body.dark ._timelineDetail_knum8_193{color:#f9fafb}body.dark ._timelineDot_knum8_105{background:#7c2b55;border:3px solid #7c2b55}body.dark ._timeline_knum8_55:before{background:#7c2b55}._cursosContainer_knum8_255{margin-top:2.5rem;width:100%}._cursosTitle_knum8_265{font-size:2.2rem;font-weight:700;color:#f5afb9;margin-bottom:1.2rem;text-align:left}._cursosList_knum8_281{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.2rem}._cursoItem_knum8_299{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #0000000a;padding:1.2rem 1.5rem;width:100%;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .18s}body.dark ._cursoItem_knum8_299{background:#23223a;border-radius:1.2rem;box-shadow:0 2px 12px #f5afb914;padding:1.2rem 1.5rem;width:100%}._cursoHeader_knum8_339{display:flex;align-items:center;gap:.7rem}._cursoIcon_knum8_351{display:flex;align-items:center;margin-right:.3rem}._cursoTitulo_knum8_363{font-size:1.08rem;font-weight:700;color:#f5afb9}._cursoInfoDetails_knum8_375{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;margin-left:2.2rem;margin-top:.1rem}._cursoInstitucion_knum8_393{font-size:1rem;color:#a8b371;font-weight:600}._cursoFecha_knum8_405{font-size:.98rem;color:#4b5563}._cursoExpandBtn_knum8_415{background:none;border:none;color:#7c2b55;font-size:1.1rem;cursor:pointer;margin-left:auto;transition:color .18s}._cursoExpandBtn_knum8_415:hover{color:#f5afb9}._cursoDescripcion_knum8_441{font-size:.98rem;color:#1f2937;margin-top:.2rem;padding-left:2.2rem}body.dark ._cursosTitle_knum8_265,body.dark ._cursoTitulo_knum8_363{color:#7c2b55}body.dark ._cursoDescripcion_knum8_441{color:#f9fafb}body.dark ._cursoExpandBtn_knum8_415{color:#f5afb9}body.dark ._cursoExpandBtn_knum8_415:hover{color:#7c2b55}._cursoInfoRow_knum8_487{display:flex;align-items:center;gap:.2rem}._cursoInfo_knum8_375{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}._educacionSection_knum8_513{width:100%;margin-bottom:2.8rem}._cursosSection_knum8_523{width:100%}@media (max-width: 600px){._eduContent_knum8_19{padding:0}._eduTitle_knum8_37{font-size:1.4rem}._timelineCard_knum8_131{padding:.7rem .5rem}._timelineItem_knum8_91{margin-bottom:1.2rem}}._proyectosContainer_43m0i_1{min-height:100vh;padding:4rem 2rem}._proyectosContent_43m0i_11{max-width:1600px;margin:0 auto}._proyectosTitle_43m0i_21{font-size:2.7rem;font-weight:700;color:#374151;margin-bottom:1rem;text-align:center}._proyectosDesc_43m0i_37{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto;text-align:center}body.dark ._proyectosTitle_43m0i_21,body.dark ._proyectosDesc_43m0i_37{color:#f3f4f6}._blogContainer_17x3o_1{min-height:100vh;padding:4rem 2rem}._blogContent_17x3o_11{max-width:1600px;margin:0 auto;padding:0 5rem}._blogHeader_17x3o_23{text-align:center;margin-bottom:3rem}._blogTitle_17x3o_33{font-size:2.7rem;font-weight:700;color:#374151;margin-bottom:1rem}._blogDesc_17x3o_47{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}._blogCategories_17x3o_61{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:2.5rem}._blogCategoryBtn_17x3o_77{padding:.5rem 1.2rem;border-radius:.8rem;border:1.5px solid #d1d5db;background:#fff;color:#374151;font-size:1rem;cursor:pointer;transition:all .2s}._blogCategoryBtn_17x3o_77:hover,._blogCategoryBtn_17x3o_77._active_17x3o_97{background:#e0e7ff;border-color:#6366f1;color:#3730a3}._blogGrid_17x3o_109{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem}._blogCard_17x3o_121{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #3c3c7814;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;position:relative}._blogCard_17x3o_121:hover{box-shadow:0 8px 32px #3c3c7826;transform:translateY(-4px) scale(1.01)}._blogCardImgWrap_17x3o_151{position:relative}._blogCardImg_17x3o_151{width:100%;height:210px;object-fit:cover;display:block}._blogCardBadge_17x3o_173{position:absolute;top:1rem;left:1rem;background:#6366f1;color:#fff;font-size:.85rem;border-radius:1rem;padding:.3rem 1rem;font-weight:500}._blogCardTime_17x3o_197{position:absolute;top:1rem;right:1rem;background:#374151;color:#fff;font-size:.85rem;border-radius:1rem;padding:.3rem 1rem;font-weight:500}._blogCardBody_17x3o_221{padding:2rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}._blogCardMeta_17x3o_235{display:flex;align-items:center;font-size:.95rem;color:#6b7280;margin-bottom:.7rem;gap:.7rem}._blogCardTitle_17x3o_253{font-size:1.3rem;font-weight:600;color:#22223b;margin-bottom:.7rem;transition:color .2s;cursor:pointer}._blogCardTitle_17x3o_253:hover{color:#6366f1}._blogCardExtract_17x3o_277{color:#4b5563;font-size:1.05rem;margin-bottom:1.2rem;line-height:1.6}._blogCardTags_17x3o_291{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}._blogCardTag_17x3o_291{background:#f3f4f6;color:#6366f1;font-size:.9rem;border-radius:.7rem;padding:.2rem .8rem}._blogCardBtn_17x3o_321{color:#6366f1;font-weight:500;background:none;border:none;font-size:1rem;cursor:pointer;align-self:flex-start;transition:color .2s;padding:0}._blogCardBtn_17x3o_321:hover{color:#3730a3;text-decoration:underline}._newsletter_17x3o_355{margin-top:4rem;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:1.2rem;padding:3rem 2rem;color:#fff;text-align:center}._newsletterTitle_17x3o_371{font-size:2rem;font-weight:700;margin-bottom:1rem}._newsletterDesc_17x3o_381{font-size:1.1rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}._newsletterForm_17x3o_395{display:flex;max-width:400px;margin:0 auto;gap:1rem}._newsletterInput_17x3o_407{flex:1;padding:.7rem 1rem;border-radius:.7rem;border:none;font-size:1rem;color:#22223b}._newsletterBtn_17x3o_423{padding:.7rem 1.5rem;border-radius:.7rem;background:#fff;color:#6366f1;font-weight:600;border:none;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}._newsletterBtn_17x3o_423:hover{background:#f3f4f6;color:#3730a3}@media (max-width: 900px){._blogGrid_17x3o_109{grid-template-columns:1fr 1fr}}@media (max-width: 600px){._blogGrid_17x3o_109{grid-template-columns:1fr}._blogContainer_17x3o_1{padding:2rem .5rem}._blogCardBody_17x3o_221{padding:1.2rem .7rem 1rem}._newsletter_17x3o_355{padding:2rem .5rem}}body.dark ._blogTitle_17x3o_33,body.dark ._blogDesc_17x3o_47{color:#f3f4f6}:root{--color-title-light: #F5AFB9;--color-title-dark: #7c2b55;--color-text-light: #374151;--color-text-dark: #E5E7EB;--color-accent: #A8B371}._contactWrapper_319hi_19{min-height:100vh;padding:.5rem}._contactContainer_319hi_29{max-width:1100px;margin:0 auto}._headerSection_319hi_39{text-align:center;margin-bottom:3rem}._contactTitle_319hi_49{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-title-light)}[data-theme=dark] ._contactTitle_319hi_49{color:var(--color-title-dark)}._contactSubtitle_319hi_71{font-size:1.25rem;color:var(--color-text-light);margin:0 auto}[data-theme=dark] ._contactSubtitle_319hi_71{color:var(--color-text-dark)}._formSection_319hi_91{max-width:800px;margin:0 auto 3rem;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2.5rem;position:relative;transition:background .3s}[data-theme=dark] ._formSection_319hi_91{background:#23202b}._formTitle_319hi_123{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-title-light)}[data-theme=dark] ._formTitle_319hi_123{color:var(--color-title-dark)}._form_319hi_91{display:flex;flex-direction:column;gap:1.5rem}._formRow_319hi_153{display:flex;gap:1.5rem}@media (max-width: 600px){._formRow_319hi_153{flex-direction:column;gap:1rem}}._formGroup_319hi_173{flex:1;display:flex;flex-direction:column}._label_319hi_183{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-light)}[data-theme=dark] ._label_319hi_183{color:var(--color-text-dark)}._input_319hi_201,._textarea_319hi_201{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:#f9fafb;color:var(--color-text-light);transition:border .2s,background .2s}._input_319hi_201:focus,._textarea_319hi_201:focus{border-color:var(--color-title-light);outline:none}[data-theme=dark] ._input_319hi_201,[data-theme=dark] ._textarea_319hi_201{background:#181824;color:var(--color-text-dark);border:1px solid #23202b}[data-theme=dark] ._input_319hi_201:focus,[data-theme=dark] ._textarea_319hi_201:focus{border-color:var(--color-title-dark)}._textarea_319hi_201{resize:none;font-family:inherit!important}._submitButton_319hi_251{width:100%;background:var(--color-title-light);color:#fff;padding:1rem;border:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s}._submitButton_319hi_251:hover{background:var(--color-accent)}[data-theme=dark] ._submitButton_319hi_251{background:var(--color-title-dark)}[data-theme=dark] ._submitButton_319hi_251:hover{background:var(--color-accent)}._buttonsSection_319hi_295{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}@media (max-width: 768px){._buttonsSection_319hi_295{flex-direction:column;gap:1rem}}._homeButtonsRow_319hi_329{display:flex;flex-wrap:nowrap;gap:1.2rem;justify-content:center;align-items:center;margin-bottom:1.2rem}._homeButtonUniform_319hi_347{width:44px;height:44px;min-width:44px;max-width:44px;padding:0;font-size:1.1rem;border-radius:1.2rem!important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:background .18s,color .18s,box-shadow .18s;gap:0}._homeButton_319hi_329{border-radius:1.2rem!important;display:flex;align-items:center;justify-content:center;padding:0;position:relative}._homeButton_319hi_329:hover,[data-theme=dark] ._homeButton_319hi_329:hover{background:var(--color-accent)}._iconButton_319hi_411{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1.2rem;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;background:#a8b371;color:#e5e7eb}._iconButton_319hi_411 svg{width:1.5rem;height:1.5rem;fill:currentColor;color:inherit}._iconButton_319hi_411:hover{background:#f5afb9;color:#374151}._iconButton_319hi_411:hover svg{color:inherit}[data-theme=dark] ._iconButton_319hi_411{background:#a8b371;color:#e5e7eb}[data-theme=dark] ._iconButton_319hi_411 svg{color:inherit}[data-theme=dark] ._iconButton_319hi_411:hover{background:#7c2b55;color:#e5e7eb}[data-theme=dark] ._iconButton_319hi_411:hover svg{color:inherit}._cvAccent_319hi_497{min-width:200px;padding:0 2rem;height:44px;display:flex;align-items:center;justify-content:center;border-radius:1.2rem!important}body.dark ._cvAccent_319hi_497,._cvAccent_319hi_497:hover{background:#7c2b55!important;color:#fff!important}body.dark ._cvAccent_319hi_497:hover{background:#f5afb9!important;color:#7c2b55!important}._whyMeSection_319hi_543{margin-top:4rem}._sectionTitle_319hi_549{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--color-title-light)}[data-theme=dark] ._sectionTitle_319hi_549{color:var(--color-title-dark)}._whyMeGrid_319hi_569{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}._whyMeItem_319hi_579{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;padding:1.5rem;text-align:center;transition:background .3s;position:relative}[data-theme=dark] ._whyMeItem_319hi_579{background:#23202b}._whyMeTitle_319hi_603{font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem}._whyMeText_319hi_615{color:var(--color-text-light)}[data-theme=dark] ._whyMeText_319hi_615{color:var(--color-text-dark)}._methodologySection_319hi_629{max-width:800px;margin:3rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:2.5rem;position:relative;transition:background .3s}[data-theme=dark] ._methodologySection_319hi_629{background:#181824}._methodologyList_319hi_655{list-style:none;padding:0}._methodologyStep_319hi_663{color:var(--color-accent);font-weight:700;margin-right:.5rem}._methodologyList_319hi_655 li{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.2rem;display:flex;align-items:flex-start}[data-theme=dark] ._methodologyList_319hi_655 li{color:var(--color-text-dark)}._methodologyHeader_319hi_695{display:flex;align-items:center;gap:.7rem;margin-bottom:.2rem}._methodologyTitle_319hi_709{font-weight:700;color:#a8b371;font-size:1.13rem;letter-spacing:.01em}[data-theme=dark] ._methodologyTitle_319hi_709{color:#a8b371}._methodologyText_319hi_729{color:#374151;font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem;margin-left:2.1rem;text-align:left}[data-theme=dark] ._methodologyText_319hi_729{color:#e5e7eb}._methodologyStep_319hi_663{color:#a8b371;font-weight:700;font-size:1.13rem;margin-right:.2rem;min-width:1.7rem;text-align:left}._methodologyList_319hi_655>div{margin-bottom:2.1rem}._methodologyList_319hi_655>div>div:first-child{display:flex;align-items:center;margin-bottom:.2rem;justify-content:flex-start;text-align:left}._modalOverlay_319hi_795{position:fixed;inset:0;background:#1e202661;z-index:1000;display:flex;align-items:center;justify-content:center}._emailModal_319hi_815{background:#fff;border-radius:1.2rem;box-shadow:0 8px 32px #0000002e;padding:2.2rem 2.2rem 1.7rem;min-width:320px;max-width:90vw;position:relative;display:flex;flex-direction:column;align-items:center;animation:_modalIn_319hi_1 .18s cubic-bezier(.4,1.6,.6,1) both}@keyframes _modalIn_319hi_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._emailTitle_319hi_853{font-size:1.08rem;font-weight:700;margin-bottom:1.1rem;color:#1f2937;letter-spacing:.01em}._emailRow_319hi_869{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}._emailText_319hi_883{font-size:1.15rem;font-weight:600;color:#1f2937;background:#f6f6f8;border-radius:.5rem;padding:.35rem .8rem;-webkit-user-select:all;user-select:all}._copyBtn_319hi_903{background:none;border:none;cursor:pointer;padding:.2rem;border-radius:.4rem;transition:background .15s;display:flex;align-items:center}._copyBtn_319hi_903:hover{background:#f5afb9}._copiedMsg_319hi_931{color:#a8b371;font-size:.98rem;margin-left:.3rem;font-weight:500;transition:opacity .2s}._sendEmailBtn_319hi_947{margin-top:.7rem;background:#a8b371;color:#fff;font-weight:600;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1.08rem;cursor:pointer;text-decoration:none;transition:background .18s;box-shadow:0 2px 8px #a4b3711a;display:inline-block}._sendEmailBtn_319hi_947:hover{background:#f471b5;color:#fff}._closeModalBtn_319hi_987{position:absolute;top:.7rem;right:1.1rem;background:none;border:none;font-size:2rem;color:#a8b371;cursor:pointer;line-height:1;padding:0;transition:color .18s}._closeModalBtn_319hi_987:hover{color:#f471b5}@media (max-width: 500px){._emailModal_319hi_815{min-width:0;width:95vw;padding:1.2rem .5rem}._emailText_319hi_883{font-size:1rem;padding:.25rem .5rem}._sendEmailBtn_319hi_947{width:100%;padding:.7rem 0}}._faqsSection_319hi_1053{margin:2rem 6rem;text-align:left}._faqItem_319hi_1063{margin:2rem auto;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #00000012;padding:1rem;position:relative}[data-theme=dark] ._faqItem_319hi_1063{background:#23202b}._faqQuestion_319hi_1089{width:100%;background:none;border:none;outline:none;font-size:1.08rem;font-weight:600;color:#7c2b55;padding:1rem 1.2rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;border-radius:.7rem;transition:background .15s,color .15s}[data-theme=dark] ._faqQuestion_319hi_1089{color:#f5afb9}[data-theme=dark] ._faqQuestion_319hi_1089:hover{background:#7c2b55;color:#fff}._faqArrow_319hi_1141{font-size:1.1rem;margin-left:.7rem;color:#a8b371}._faqAnswer_319hi_1153{padding:0 1.2rem 1rem;color:#374151;font-size:1.02rem;line-height:1.6;animation:_fadeIn_319hi_1 .2s}[data-theme=dark] ._faqAnswer_319hi_1153{color:#e5e7eb}._particlesBg_1agvp_1{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}._particle_1agvp_1{position:absolute;animation:_particleFade_1agvp_1 13s ease-in-out infinite;opacity:.7;transition:opacity .3s}@keyframes _particleFade_1agvp_1{0%{opacity:0;transform:scale(.7)}20%{opacity:1;transform:scale(1.1)}60%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.7)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.transition-all{transition:all .3s ease}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.gradient-blue{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-purple{background:linear-gradient(135deg,#f093fb,#f5576c)}.gradient-green{background:linear-gradient(135deg,#4facfe,#00f2fe)}.shadow-soft{box-shadow:0 2px 15px #00000014}.shadow-medium{box-shadow:0 4px 25px #0000001a}.shadow-strong{box-shadow:0 8px 35px #00000026}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.space-y-8>*+*{margin-top:2rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}}.focus-ring:focus{outline:none;ring:2px;ring-color:#3b82f6;ring-offset:2px}.loading{opacity:.7;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{@apply bg-blue-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-blue-700 transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2;}.btn-secondary{@apply border border-blue-600 text-blue-600 px-6 py-3 rounded-lg font-medium hover:bg-blue-50 transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2;}.btn-ghost{@apply text-gray-700 px-6 py-3 rounded-lg font-medium hover:bg-gray-100 transition-colors focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2;}
