:root{--font-heading: "Lexend", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--text-primary: #1A1F2C;--text-secondary: #64748B;--color-clasico: #8B5CF6;--color-moderno: #3B82F6;--color-contemporaneo: #10B981}.fil-container{width:100%}.content-area{width:100%;max-width:1100px;margin:0 auto}.fil-header{text-align:center;margin-bottom:3.5rem}.badge{display:inline-block;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);background:#e2e8f0;padding:.5rem 1.25rem;border-radius:99px;margin-bottom:1.25rem}.title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 1rem;color:var(--text-primary)}.subtitle{font-family:var(--font-body);font-size:1.1rem;color:var(--text-secondary);margin:0}.era-header{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;border-bottom:1px solid #E2E8F0;flex-wrap:wrap}.shared-badge{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.75rem;font-weight:600;color:#8b5cf6;background:#f5f3ff;border:1px solid #DDD6FE;padding:.35rem .875rem;border-radius:99px;white-space:nowrap}.era-shared-notice{display:flex;align-items:center;gap:.625rem;padding:.875rem 2rem;background:#fafaff;border-bottom:1px solid #EDE9FE;font-family:var(--font-body);font-size:.875rem;color:#6d28d9}.era-shared-notice a{color:#8b5cf6;font-weight:600;text-decoration:underline;text-underline-offset:2px}.era-shared-notice svg{flex-shrink:0;color:#8b5cf6}.era-block{margin-bottom:2.5rem;border-radius:20px;border:1px solid #E2E8F0;overflow:hidden;box-shadow:0 2px 12px #0000000d}.era-header{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;border-bottom:1px solid #E2E8F0}.era-clasico .era-header{background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.era-moderno .era-header{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.era-contemporaneo .era-header{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.era-label{font-family:var(--font-heading);font-size:1.35rem;font-weight:800;width:2.75rem;height:2.75rem;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.era-clasico .era-label{background:var(--color-clasico)}.era-moderno .era-label{background:var(--color-moderno)}.era-contemporaneo .era-label{background:var(--color-contemporaneo)}.era-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin:0 0 .2rem;color:var(--text-primary)}.era-subtitle{font-family:var(--font-body);font-size:.825rem;color:var(--text-secondary);margin:0}.philosophers-list{display:flex;flex-direction:column;background:#fff}.philosopher-card{padding:1.5rem 2rem;border-bottom:1px solid #F1F5F9;transition:background .2s ease}.philosopher-card:last-child{border-bottom:none}.philosopher-card:hover{background:#fafbfc}.philosopher-name{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:var(--text-primary);display:flex;align-items:center;gap:.6rem}.philosopher-name:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.era-clasico .philosopher-name:before{background:var(--color-clasico)}.era-moderno .philosopher-name:before{background:var(--color-moderno)}.era-contemporaneo .philosopher-name:before{background:var(--color-contemporaneo)}.theories-list{display:flex;flex-direction:column;gap:.625rem}.theory-item{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.875rem 1.25rem;border-radius:10px;border:1px solid #F1F5F9;background:#f8f9fc;transition:all .2s ease}.theory-item:hover{border-color:#e2e8f0;background:#fff;box-shadow:0 2px 8px #0000000f}.theory-name{font-family:var(--font-body);font-size:.9375rem;color:var(--text-primary);font-weight:500;line-height:1.5;flex:1;min-width:0}.btn-topic{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:var(--font-body);font-size:.8125rem;font-weight:600;padding:.55rem 1.1rem;border-radius:8px;white-space:nowrap;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#1a1f2c,#2a2f3c);color:#fff;position:relative;overflow:hidden}.btn-topic:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .4s ease}.btn-topic:hover:before{left:100%}.era-clasico .btn-topic:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 6px 16px #8b5cf659;transform:translateY(-1px)}.era-moderno .btn-topic:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 16px #3b82f659;transform:translateY(-1px)}.era-contemporaneo .btn-topic:hover{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 16px #10b98159;transform:translateY(-1px)}@media(max-width:768px){.era-header{padding:1.25rem 1.5rem;gap:.875rem}.philosopher-card{padding:1.25rem 1.5rem}.theory-item{flex-direction:column;align-items:flex-start;gap:.875rem}.btn-topic{width:100%;justify-content:center}}@media(max-width:480px){.era-label{width:2.25rem;height:2.25rem;font-size:1rem;border-radius:8px}.era-title{font-size:1.05rem}.philosopher-card{padding:1rem 1.25rem}.theory-name{font-size:.875rem}}html[data-theme=dark] .era-block,html[data-theme=darker] .era-block{border-color:#2d3748}html[data-theme=dark] .philosophers-list,html[data-theme=darker] .philosophers-list{background:#1e2433}html[data-theme=darker] .philosophers-list{background:#0a0c10}html[data-theme=dark] .era-header{border-color:#2d3748}html[data-theme=darker] .era-header{border-color:#161c2a}html[data-theme=dark] .era-clasico .era-header{background:#8b5cf61f}html[data-theme=dark] .era-moderno .era-header{background:#3b82f61f}html[data-theme=dark] .era-contemporaneo .era-header{background:#10b9811f}html[data-theme=darker] .era-clasico .era-header{background:#8b5cf614}html[data-theme=darker] .era-moderno .era-header{background:#3b82f614}html[data-theme=darker] .era-contemporaneo .era-header{background:#10b98114}html[data-theme=dark] .title,html[data-theme=darker] .title,html[data-theme=dark] .era-title,html[data-theme=darker] .era-title,html[data-theme=dark] .philosopher-name,html[data-theme=darker] .philosopher-name,html[data-theme=dark] .theory-name,html[data-theme=darker] .theory-name{color:#e2e8f0}html[data-theme=darker] .title,html[data-theme=darker] .era-title,html[data-theme=darker] .philosopher-name,html[data-theme=darker] .theory-name{color:#cdd6e8}html[data-theme=dark] .subtitle,html[data-theme=darker] .subtitle,html[data-theme=dark] .era-subtitle,html[data-theme=darker] .era-subtitle{color:#64748b}html[data-theme=dark] .philosopher-card{border-color:#2d3748}html[data-theme=darker] .philosopher-card{border-color:#161c2a}html[data-theme=dark] .philosopher-card:hover,html[data-theme=darker] .philosopher-card:hover{background:#ffffff08}html[data-theme=dark] .theory-item{background:#ffffff08;border-color:#2d3748}html[data-theme=darker] .theory-item{background:#ffffff05;border-color:#161c2a}html[data-theme=dark] .theory-item:hover,html[data-theme=darker] .theory-item:hover{background:#ffffff0f}html[data-theme=dark] .badge,html[data-theme=darker] .badge{background:#2d3748;color:#e2e8f0}html[data-theme=dark] .btn-topic,html[data-theme=darker] .btn-topic{color:#e2e8f0}
