.homepage{min-height:100vh;background:#fff;color:#1a1a1a;line-height:1.5;-webkit-font-smoothing:antialiased}.hp-baseline{background:#f8fafc;border-bottom:1px solid #e5e7eb;text-align:center;padding:1.5rem}.hp-baseline-main{font-size:1.1rem;font-weight:600;color:#050b1a;margin-bottom:.35rem;letter-spacing:-.01em}.hp-baseline-sub{font-size:.9rem;color:#374151;max-width:700px;margin:0 auto;line-height:1.5}.hp-hero{text-align:center;padding:4rem 1.5rem 3rem;max-width:800px;margin:0 auto}.hp-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:50px;font-size:.8rem;color:#050b1a;font-weight:500;margin-bottom:1.5rem}.hp-badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:hp-pulse 2s infinite}@keyframes hp-pulse{0%,to{opacity:1}50%{opacity:.5}}.hp-hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.1;margin-bottom:1rem;color:#1a1a1a;letter-spacing:-.03em}.hp-gradient-text{background:linear-gradient(135deg,#050b1a,#1e2563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-hero-subtitle{font-size:1.1rem;color:#374151;max-width:550px;margin:0 auto}.hp-services{max-width:1100px;margin:0 auto;padding:0 1.5rem 3rem}.hp-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.hp-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;cursor:pointer;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.hp-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f;border-color:transparent}.hp-service-card.card-analyse{border-left:4px solid #2563eb}.hp-service-card.card-edito{border-left:4px solid #7c3aed}.hp-service-card.card-election{border-left:4px solid #d97706}.hp-service-icon{font-size:2.25rem;margin-bottom:1rem}.hp-service-title{font-size:1.2rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a}.hp-service-subtitle{font-size:.8rem;color:#6b7280;margin-bottom:.75rem}.hp-service-desc{font-size:.95rem;color:#374151;line-height:1.6;margin-bottom:1.25rem}.hp-service-footer{display:flex;justify-content:space-between;align-items:center}.hp-service-stat{font-size:.8rem;color:#6b7280;font-weight:500}.hp-service-link{font-size:.9rem;font-weight:500;opacity:0;transform:translate(-8px);transition:all .3s}.card-analyse .hp-service-link{color:#2563eb}.card-edito .hp-service-link{color:#7c3aed}.card-election .hp-service-link{color:#d97706}.hp-service-card:hover .hp-service-link{opacity:1;transform:translate(0)}.hp-articles-section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem;border-top:1px solid #e5e7eb}.hp-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.hp-section-title-group h2{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a;letter-spacing:-.02em}.hp-section-title-group p{color:#6b7280;font-size:.95rem}.hp-filter-tabs{display:flex;gap:.5rem}.hp-filter-tab{padding:.5rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:50px;color:#374151;font-size:.85rem;cursor:pointer;transition:all .2s;font-family:inherit}.hp-filter-tab:hover,.hp-filter-tab.active{background:#f8fafc;border-color:#d1d5db;color:#1a1a1a}.hp-articles-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.hp-articles-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hp-articles-grid{grid-template-columns:repeat(3,1fr)}}.hp-article-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease}.hp-article-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#d1d5db}.hp-article-image{position:relative;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.hp-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hp-article-card:hover .hp-article-image img{transform:scale(1.05)}.hp-article-image.no-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#050b1a,#1e2563)}.hp-article-image.no-image:after{content:"📰";font-size:3rem;opacity:.5}.hp-article-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.hp-article-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.hp-article-card .hp-article-category-badge{align-self:flex-start}.hp-external-icon{font-size:.85rem;color:#9ca3af;font-weight:600}.hp-article-card-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-article-card-desc{font-size:.875rem;color:#6b7280;margin:0 0 .75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.hp-article-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#9ca3af;margin-top:auto;flex-wrap:wrap}.hp-article-source{font-weight:600;color:#16a34a}.hp-article-card:not(.has-image){border-left:4px solid #2563eb}.hp-article-card:not(.has-image):hover{border-left-color:#1d4ed8}.hp-article-card:not(.has-image).news-card{border-left-color:#16a34a}.hp-article-card:not(.has-image).news-card:hover{border-left-color:#15803d}.hp-articles-more{text-align:center;margin-top:2rem}.hp-btn-more{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:transparent;color:#050b1a;border:2px solid #050b1a;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease}.hp-btn-more:hover{background:#050b1a;color:#fff;transform:translateY(-2px)}.hp-btn-more span{transition:transform .2s ease}.hp-btn-more:hover span{transform:translate(4px)}.hp-articles-list{display:flex;flex-direction:column;gap:.75rem}.hp-article-row{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .25s;text-decoration:none;color:inherit}.hp-article-row:hover{background:#f8fafc;border-color:#d1d5db;transform:translate(4px);box-shadow:0 1px 3px #00000014}.hp-article-category-badge{padding:.4rem .8rem;border-radius:8px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.hp-article-category-badge.badge-edito{background:#f3e8ff;color:#7c3aed}.hp-article-category-badge.badge-analyse{background:#dbeafe;color:#2563eb}.hp-article-category-badge.badge-election{background:#fef3c7;color:#d97706}.hp-article-category-badge.badge-news{background:#dcfce7;color:#16a34a}.hp-article-info{min-width:0}.hp-article-title{font-size:1rem;font-weight:500;margin-bottom:.25rem;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-article-meta-row{display:flex;gap:1rem;font-size:.85rem;color:#6b7280}.hp-article-arrow{font-size:1.1rem;color:#6b7280;transition:all .25s}.hp-article-row:hover .hp-article-arrow{color:#050b1a;transform:translate(4px)}.hp-cta-section{text-align:center;padding:3rem 1.5rem 4rem}.hp-cta-box{display:inline-flex;flex-direction:column;align-items:center;padding:2.5rem 3rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px}.hp-cta-text{color:#374151;margin-bottom:1rem}.hp-btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#050b1a,#1e2563)!important;color:#fff!important;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none}.hp-btn-cta span{color:#fff!important}.hp-btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #050b1a4d;color:#fff!important}.hp-cta-note{font-size:.8rem;color:#6b7280;margin-top:1rem}.hp-footer{text-align:center;padding:2rem 1.5rem;border-top:1px solid #e5e7eb}.hp-footer-text{font-size:.85rem;color:#6b7280}@media(max-width:768px){.hp-nav a:not(.hp-btn-login){display:none}.hp-header-inner{height:60px}.hp-hero{padding:2.5rem 1rem 2rem}.hp-hero h1{font-size:1.75rem}.hp-services{padding:0 1rem 2rem}.hp-articles-section{padding:2rem 1rem 3rem}.hp-article-row{grid-template-columns:1fr;gap:.5rem}.hp-article-arrow,.hp-filter-tabs{display:none}.hp-cta-box{padding:2rem 1.5rem}}.hp-skeleton{pointer-events:none}.hp-article-card.hp-skeleton{background:#fff}.hp-article-image-skeleton{width:100%;height:180px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:hp-shimmer 1.5s infinite}.hp-skeleton-badge{width:70px;height:24px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:hp-shimmer 1.5s infinite;border-radius:6px;margin-bottom:.75rem}.hp-skeleton-title{height:20px;width:90%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:hp-shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.hp-skeleton-meta{height:14px;width:50%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:hp-shimmer 1.5s infinite;border-radius:4px}@keyframes hp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hp-articles-error,.hp-articles-empty{text-align:center;padding:3rem 1.5rem;background:#f8fafc;border-radius:12px;color:#64748b;grid-column:1 / -1}.hp-articles-error p,.hp-articles-empty p{margin-bottom:1rem;font-size:1rem}.hp-articles-error button{background:linear-gradient(135deg,#050b1a,#1e2563);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.hp-articles-error button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e256340}:root{--color-bg-card: #fff;--color-border: #e0e0e0;--color-primary: #0055ff;--color-primary-hover: #0044cc;--color-text: #1a1a1a;--color-text-light: #374151;--color-muted: #6b7280;--color-text-senspo-nuit: #0a2240;--color-accent: #2563eb;--color-accent-soft: #eef2ff;--color-bg-muted: #f3f4f6;--badge-gray-bg: #f3f4f6;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--radius: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .05);--header-h: 75px;--sidebar-width: 56px;--font-sans: "Inter", "Segoe UI", Roboto, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--step--2: .875rem;--step--1: .9375rem;--step-0: 1rem;--step-1: clamp(1.0625rem, 1rem + .2vw, 1.1875rem);--step-2: clamp(1.1875rem, 1.05rem + .35vw, 1.375rem);--step-3: clamp(1.375rem, 1.1rem + .55vw, 1.75rem);--step-4: clamp(1.75rem, 1.2rem + .85vw, 2.125rem);--step-5: clamp(2rem, 1.3rem + 1vw, 2.5rem);--color-link: var(--color-text-senspo-nuit);--link-underline-offset: .15em;--link-underline-thickness: 2px;--type-scale: 1;--vs-icon-size: 36px;--vs-avatar-size: 42px;--mf-h: 64px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:calc(16px * var(--type-scale))}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:#f7f9fc;color:var(--color-text);min-height:100vh}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}a:not(.btn):not(.button):not(.card-button):not([role=button]){color:var(--color-link);text-decoration:none;text-decoration-thickness:var(--link-underline-thickness);text-underline-offset:var(--link-underline-offset);transition:color .15s ease,text-decoration-color .15s ease}a:not(.btn):not(.button):hover,a:not(.btn):not(.button):focus-visible{text-decoration:underline}a:visited:not(.btn):not(.button){color:var(--color-link)}a:focus-visible,button:focus-visible,.btn:focus-visible{outline:2px solid rgba(10,34,64,.25);outline-offset:2px}.link-underline{text-decoration:underline!important}.link-plain{text-decoration:none!important}.link-dashed{text-decoration:underline!important;text-decoration-style:dashed!important}.link-thin{text-decoration-thickness:1px!important;text-underline-offset:.12em!important}.container{max-width:1280px;margin:0 auto;padding:var(--space-md)}.section{margin-bottom:3rem}.ml-sidebar{margin-left:var(--sidebar-width)}@media(max-width:768px){.ml-sidebar{margin-left:0!important}}h1,h2,h3,h4,h5,h6{font-weight:650;line-height:1.2;color:#0f2b4a;letter-spacing:-.01em;margin:0 0 .6em}h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}h4{font-size:var(--step-1)}h5{font-size:var(--step-0)}h6{font-size:var(--step--1);color:var(--color-text-light)}p{margin:0 0 .9em;color:var(--color-text-light)}small,.text-muted{color:var(--color-muted)}.prose{font-size:1rem;line-height:1.75;max-width:none}.prose table{font-size:var(--step--1)}.text-xs{font-size:var(--step--2)}.text-sm{font-size:var(--step--1)}.text-base{font-size:var(--step-0)}.text-lg{font-size:var(--step-1)}.text-xl{font-size:var(--step-2)}.lead{font-size:var(--step-1);color:var(--color-text-light)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.4}.tracking-tight{letter-spacing:-.01em}.tracking-wide{letter-spacing:.02em}.nowrap{white-space:nowrap}.hyphens{hyphens:auto;overflow-wrap:anywhere}.numeric{text-align:right;font-variant-numeric:tabular-nums}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}input[type=text],.search-input,.input-search{width:100%;padding:var(--space-md) var(--space-lg);font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:var(--space-lg);transition:border-color .2s,box-shadow .2s;background:#fff;color:var(--color-text)}input:focus,.search-input:focus,.input-search:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d}.input-with-suffix{padding-right:48px!important}.input-suffix-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer}.is-invalid{border-color:#fecaca!important;box-shadow:0 0 0 4px #f871711f}.cards-grid{display:grid;width:100%;gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:0}.cards-grid.single-column{grid-template-columns:1fr!important}@media(max-width:767px){.cards-grid{grid-template-columns:1fr}}.card,.proposal-card,.event-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-md);box-shadow:var(--shadow);display:flex;flex-direction:column;margin-bottom:0;transition:box-shadow .2s,transform .2s,border-color .2s}.card:hover,.proposal-card:hover,.event-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.badge{display:inline-block;padding:.3rem .75rem;font-size:.8rem;border-radius:999px;background:var(--badge-gray-bg);color:var(--color-text-light);margin-right:var(--space-sm);user-select:none}.badge--unit{background:#eef2ff;color:#1e3a8a;border:1px solid #e0e7ff}.badge--cat{background:#f1f5f9;color:#334155}.button,.btn,.card-button{display:inline-block;background:var(--color-primary);color:#fff;padding:var(--space-xs) var(--space-sm);border:none;border-radius:var(--radius);font-weight:500;cursor:pointer;text-align:center;transition:background .2s}.button:hover,.btn:hover,.card-button:hover{background:var(--color-primary-hover)}.btn-secondary{background:var(--color-border);color:var(--color-text)}.btn-secondary:hover{background:#d1d5db}.sticky-header-props{position:sticky;top:var(--header-h);background:#fff;z-index:100;padding:1rem;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 6px #0000000d}@media(max-width:768px){.sticky-search-zone{display:none!important}}.filters-footer{position:fixed;left:0;bottom:0;width:100%;display:flex;gap:.75rem;align-items:center;justify-content:center;padding:.7rem 1rem;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px #0000000a;z-index:100}@media(max-width:1024px){.filters-footer{display:none}}@media(max-width:1024px){.with-mfooter{padding-bottom:calc(env(safe-area-inset-bottom) + var(--mf-h))}.mobile-footer{display:block!important;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--color-bg-card);border-top:1px solid var(--color-border);box-shadow:0 -6px 18px #0a22401a;padding:8px 12px calc(env(safe-area-inset-bottom) + 8px)}.mobile-footer .footer-handle{width:44px;height:4px;border-radius:999px;background:#cbd5e1;margin:0 auto 8px}.mobile-footer .country-select{display:block;width:100%;max-width:100%;min-width:0!important;box-sizing:border-box;padding:10px 12px;font-weight:600;background:var(--color-bg-card);border:1.5px solid var(--color-border);border-radius:10px;appearance:none;accent-color:var(--color-primary);background-image:url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 5l5-5z' fill='%236b7280'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 5px}body{padding-bottom:calc(var(--mf-h) + 12px)}main.container{padding-bottom:calc(var(--space-lg) + var(--space-md))}}ul,ol{padding-left:1.25rem;margin-bottom:1rem}li{margin-bottom:.3rem}.list-square{list-style-type:square}.list-inside{list-style-position:inside}.ml-6{margin-left:1.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.avatar,.member-avatar{width:75px;height:75px;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #fff}.avatar__img{width:100%;height:100%;object-fit:cover;display:block}.avatar__initials{font-size:1.25rem;font-weight:600;color:#374151}.nav-avatar{display:inline-block;width:40px;height:40px;border-radius:50%;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 1px 4px #00000014;transition:opacity .2s}.nav-avatar:hover{opacity:.85}.editorial-content,.prose{width:100%;display:block;color:var(--color-text-senspo-nuit);-webkit-font-smoothing:antialiased}.editorial-content ul,.prose ul,.editorial-content ol,.prose ol{padding-left:1.25rem;margin-bottom:1rem}.editorial-content li,.prose li{margin-bottom:.5rem}.editorial-content blockquote,.prose blockquote{border-left:4px solid var(--color-primary);padding-left:1rem;color:var(--color-muted);font-style:italic;margin:0 0 1.5rem;background:#f8fafc}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.editorial-content table,.prose table{width:100%;border-collapse:collapse;table-layout:auto;margin:1em 0 1.5rem;background:#fff;border:1px solid var(--color-border)}.editorial-content thead,.prose thead{background:#f3f4f6}.editorial-content th,.prose th,.editorial-content td,.prose td{padding:.6rem 1rem;vertical-align:top;border:1px solid var(--color-border);font-size:var(--step--1);word-break:normal;overflow-wrap:anywhere;hyphens:auto}.editorial-content tbody tr:nth-child(2n),.prose tbody tr:nth-child(2n){background:#fafafa}.prose code{font-family:var(--font-mono);font-size:.95em;background:#f3f4f6;padding:.1em .35em;border-radius:4px}.prose pre{overflow:auto;padding:1em;border-radius:8px;background:#0b1220;color:#000;font-family:var(--font-mono)}.card .editorial-content{width:100%;margin:0;padding:0}.cards-grid a:hover,.card a:hover{text-decoration:none}.share-sidebar{position:fixed;top:var(--header-h);left:0;width:var(--sidebar-width);height:calc(100vh - var(--header-h));background:#fffc;border-radius:0 8px 8px 0;box-shadow:2px 2px 8px #00000014;display:flex;flex-direction:column;align-items:center;padding:2rem 0;z-index:1000}.share-sidebar h2{writing-mode:vertical-rl;transform:rotate(180deg);font-size:1.1rem;font-weight:700;color:#002b5b;margin-bottom:2rem;letter-spacing:.05em}.share-buttons{display:flex;flex-direction:column;gap:1.5rem}.share-btn{width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f;transition:background-color .3s,box-shadow .2s;cursor:pointer}.share-btn:hover{filter:brightness(1.1);box-shadow:0 4px 12px #0003}.share-btn.facebook{background:#3b5998}.share-btn.twitter{background:#1da1f2}.share-btn.linkedin{background:#0077b5}.share-btn.whatsapp{background:#25d366}.share-btn.telegram{background:#08c}.share-sidebar-mobile-btn{display:none}@media(max-width:768px){.share-sidebar{display:none}.share-sidebar-mobile-btn{display:flex;position:fixed;bottom:var(--space-lg);right:var(--space-lg);width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;box-shadow:0 2px 8px #0000004d;align-items:center;justify-content:center;z-index:1100}}.card-media{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:var(--space-lg)}.card-media__header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md);background:#fff;border-bottom:1px solid var(--color-border)}.card-media__title{font-size:1.25rem;font-weight:700;color:#002b5b}.card-media__topline{background:#dc2626;color:#fff;padding:.5rem 1rem;font-weight:600;font-size:.875rem}.card-media__articles{padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}.article-item{display:flex;justify-content:space-between;gap:var(--space-md);border:1px solid var(--color-border);border-radius:calc(var(--radius) * 1.25);padding:var(--space-md);background:#fff;transition:box-shadow .2s,background .2s}.article-item:hover{background:#f9fafb;box-shadow:0 1px 5px #0000000a}.article-content{flex:1;min-width:0}.article-category{color:#dc2626;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.25rem;letter-spacing:.5px}.article-title{font-size:.9rem;font-weight:600;color:var(--color-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);border:1px solid #e5e7eb;flex-shrink:0}.card-media__footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--color-muted);padding:var(--space-md);background:#f9fafb;border-top:1px solid var(--color-border)}.timeline-container{padding-bottom:1rem}.timeline-container::-webkit-scrollbar{height:6px}.timeline-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.timeline{display:flex;align-items:center;overflow-x:auto;padding:1rem 0;position:relative}.timeline-item{display:flex;align-items:center;position:relative}.timeline-dot{width:12px;height:12px;background:var(--color-primary);border-radius:50%;flex-shrink:0}.timeline-bar{flex:1;height:2px;background:var(--color-border);margin:0 1rem}.timeline-content{min-width:8rem;max-width:12rem;margin-left:.5rem}.timeline-date{font-size:.75rem;color:var(--color-muted)}.timeline-title{font-size:.875rem;font-weight:500;color:var(--color-text);margin-top:.25rem}.timeline-line{position:relative}.timeline-event{position:absolute;cursor:pointer}.timeline-event .timeline-tooltip{position:absolute;left:50%;transform:translate(-50%);top:-3rem;pointer-events:none;white-space:normal;z-index:10}.timeline-event:hover .timeline-tooltip{opacity:1;pointer-events:auto}.opinion-row{display:flex;align-items:center}.opinion-label{flex-shrink:0}.opinion-bar{flex-grow:1;margin:0 1rem}.opinion-values span{min-width:2rem;text-align:center}.op-bar-group{display:flex;flex-direction:column}.op-bar-label{font-size:.875rem;color:var(--color-muted);margin-bottom:.25rem}.op-bar{display:flex;height:24px;border-radius:var(--radius);overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.op-bar-seg{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;white-space:nowrap}.op-bar-seg span{padding:0 .25rem}.op-bar-seg.fav{background:#22c55e}.op-bar-seg.neutral{background:#facc15}.op-bar-seg.unfav{background:#ef4444}.legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%}.legend-dot.fav{background:#22c55e}.legend-dot.neutral{background:#facc15}.legend-dot.unfav{background:#ef4444}.tab-btn{border:none;outline:none;background:none;cursor:pointer;transition:color .15s,background .15s;margin-bottom:-1px}.tab-btn[disabled]{pointer-events:none}.senspo-tabs{display:flex;border-bottom:2px solid #e0e0e0;margin-bottom:2.5rem;background:none;gap:0}.senspo-tab{background:#f7f9fc;color:#374151;border:none;border-bottom:2px solid transparent;border-radius:10px 10px 0 0;font-size:1rem;font-weight:500;padding:.9rem 2rem .75rem;margin:0 4px -2px 0;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;outline:none;position:relative;z-index:1}.senspo-tab.active{background:#fff;color:#05f;border-bottom:2.5px solid #0055ff;box-shadow:0 -2px 10px #0055ff12;z-index:2}.senspo-tab:not(.active):hover{background:#f0f6ff;color:#05f}.senspo-tab[disabled],.senspo-tab[aria-disabled=true]{color:#bdbdbd!important;background:#f3f4f6!important;border-bottom:2px solid #e0e0e0!important;cursor:not-allowed!important;pointer-events:none}.opinion-chart-wrapper{width:95%!important;max-width:980px;margin:0 auto 2.5rem;display:flex;justify-content:center;align-items:center;min-width:320px}.profile-sticky{position:sticky;top:64px;z-index:101;box-shadow:0 4px 18px #0000000f}@media(max-width:768px){.profile-sticky{top:52px}}.auth-card{max-width:720px;margin-inline:auto}.field-error{color:#b91c1c;font-size:.9rem}.field-hint{color:#b45309;font-size:.9rem}.btn.btn-primary.w-full{height:42px}@media(min-width:900px){.card.p-8{padding:28px!important}.section{padding-top:24px}}.btn-close-proposal span{background:#ef4444;transition:background .16s}.btn-close-proposal:focus span,.btn-close-proposal:hover span{background:#dc2626;outline:2px solid #fff;outline-offset:2px}.propositions-aside{background:#f9fafb;border-radius:12px;padding:var(--space-md);border:1px solid #e2e8f0;max-height:80vh;overflow-y:auto}.propositions-aside::-webkit-scrollbar{width:6px}.propositions-aside::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.aside-title{font-size:1.25rem;font-weight:600;margin-bottom:var(--space-md);color:#002b5b}.author-list,.propositions-aside ul{list-style:none;padding-left:0;margin-bottom:var(--space-lg)}.author-list li,.propositions-aside ul li{margin-bottom:.3rem}.author-btn,.author-card-btn{width:100%;padding:var(--space-sm) var(--space-md);background:#e2e8f0;border:none;border-radius:var(--radius);color:#4a5568;font-weight:600;text-align:left;cursor:pointer;display:flex;align-items:center;transition:background .3s,color .3s;margin-bottom:var(--space-sm)}.author-btn:hover,.author-card-btn:hover{background:#cbd5e1}.author-btn.active,.author-card-btn.active{background:#002b5b!important;color:#fff!important;box-shadow:0 2px 10px #002b5b24}.author-card-btn img{width:32px;height:32px;object-fit:cover;border-radius:50%;margin-right:var(--space-sm);background:#fff;box-shadow:0 1px 3px #00000017}.author-card-btn:focus,.author-card-btn.active{outline:2px solid #002b5b}.logo-overlap{position:absolute;left:50%;bottom:calc(var(--logo-size, 64px) / -2);transform:translate(-50%);width:var(--logo-size, 64px);height:var(--logo-size, 64px);border-radius:50%;overflow:hidden;background:#fff;border:1px solid var(--color-border);box-shadow:0 4px 14px #0a22402e;display:flex;align-items:center;justify-content:center}.logo-overlap img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 50%;background:#fff;transform:scale(var(--logo-zoom, 1.06))}.logo-overlap__initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#0a2240;background:#fff}.layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-md);align-items:start}@media(max-width:1180px){.layout{grid-template-columns:1fr}}.col-6{grid-column:span 6}@media(max-width:1180px){.col-6{grid-column:1 / -1}}.w-full{width:100%}.mx-auto{margin-left:auto;margin-right:auto}.max-w-5xl{max-width:64rem}.grid{display:grid}.gap-5{gap:1.25rem}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.overflow-x-auto{overflow-x:auto}.p-5{padding:calc(var(--space-lg, 1rem) + var(--space-sm, .5rem))}.shadow-sm{box-shadow:var(--shadow, 0 2px 12px rgba(0, 0, 0, .06))}.mt-4{margin-top:1rem}.markdown-full{width:100%;max-width:100%;word-wrap:break-word}.markdown-full p,.markdown-full ul,.markdown-full ol,.markdown-full table{max-width:100%}.markdown-full table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.markdown-full img{max-width:100%;height:auto}.separator{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0}.separator__line{flex:1;height:1px;background:var(--color-border, #e5e7eb)}.separator__label{font-weight:600;font-size:.95rem;color:var(--color-text-senspo-nuit, #002b5b);white-space:nowrap}.pa-section{padding:0;background:transparent;border:0;box-shadow:none}.pa-section+.pa-section{margin-top:1rem}.pa-section__title{font-size:1.05rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text-senspo-nuit, #002b5b)}.pa-subtitle{font-weight:600;margin-bottom:.5rem;opacity:.8}.pa-h4{font-size:1.125rem;font-weight:600;color:#002b5b;margin:.25rem 0 .5rem}@media(max-width:640px){.pa-h4{font-size:1rem}}.pa-data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:var(--step--1, .95rem);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius, 12px);background:#fff;overflow:hidden}.pa-data-table thead th{background:#f7f9fc;text-align:left;font-weight:700;color:var(--color-text, #111827)}.pa-data-table th,.pa-data-table td{padding:.6rem .75rem;vertical-align:top;border-bottom:1px solid var(--color-border, #e5e7eb);color:var(--color-text-light, #374151);word-break:break-word;white-space:normal}.pa-data-table tbody tr:last-child td{border-bottom:none}.pa-data-table th.numeric,.pa-data-table td.numeric{text-align:right;font-variant-numeric:tabular-nums}.pa-data-table tbody tr[data-has-tip="1"]{cursor:help}.pa-table-hint{margin-top:.4rem;font-size:.85rem;color:var(--color-text-light, #6b7280)}.pa-timeline{position:relative;margin:.5rem 0}.pa-timeline:before{content:"";position:absolute;left:12px;top:0;bottom:0;width:2px;background:var(--color-border, #e5e7eb)}.pa-timeline__item{display:grid;grid-template-columns:120px 1fr;gap:1rem;position:relative;padding:.35rem 0}.pa-timeline__left{position:relative;padding-left:36px}.pa-dot{position:absolute;left:6px;top:.35rem;width:14px;height:14px;border-radius:999px;background:var(--color-text-senspo-nuit, #002b5b);border:2px solid #fff;box-shadow:0 0 0 2px var(--color-border, #e5e7eb)}.pa-year{font-weight:700;color:var(--color-text-senspo-nuit, #002b5b)}.pa-timeline__text{margin:0;color:var(--color-text-light, #374151);line-height:1.5}@media(max-width:768px){.pa-timeline__item{grid-template-columns:90px 1fr}.pa-year{font-size:.95rem}}.pa-timeline__list{margin:.25rem 0 .75rem;padding-left:1.25rem}.pa-timeline__bullet{list-style:disc;margin:.25rem 0}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{width:100%;border-collapse:collapse}@media(max-width:640px){.table-responsive th,.table-responsive td{padding:6px 8px;white-space:nowrap}}.pa-step3 table{width:100%;border-collapse:collapse}.pa-step3 .pa-data-table{width:100%;border-collapse:separate;border-spacing:0}@media(max-width:640px){.pa-step3 table,.pa-step3 .pa-data-table{table-layout:fixed}.pa-step3 th,.pa-step3 td{padding:8px;vertical-align:top}.pa-step3 th:first-child,.pa-step3 td:first-child{max-width:60vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pa-step3 th:nth-child(2),.pa-step3 td:nth-child(2){width:1%;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.pa-step3 th:nth-child(3),.pa-step3 td:nth-child(3){width:1%;white-space:nowrap;text-align:left;padding-left:6px}.pa-step3 .pa-step3-main{font-weight:600;line-height:1.2}.pa-step3 .pa-step3-meta{font-size:.75rem;opacity:.75;line-height:1.15;margin-top:2px}.pa-step3 .pa-step3-meta .dot{padding:0 .4ch}}.breadcrumb{margin-bottom:0}.breadcrumb ul{display:flex;list-style:none;font-size:.9rem;color:#4a5568;padding:0}.breadcrumb li+li{margin-left:.5rem}.breadcrumb li+li:before{content:"/";margin:0 .5rem;color:#a0aec0}.breadcrumb a{color:var(--color-primary)}.breadcrumb a:hover{text-decoration:underline}.pa-footnotes details{margin-top:.5rem}.pa-footnotes summary{cursor:pointer;color:var(--color-muted);list-style:none}.pa-footnotes summary::-webkit-details-marker{display:none}.pa-footnotes pre{margin:.4rem 0 0}.pa-step4 .pa-data-table th,.pa-step4 .pa-data-table td{vertical-align:middle}.pa-step4 .col-narrow{width:1%;white-space:nowrap;text-align:right}.pa-step4 .col-freq{width:1%;white-space:nowrap}.badge--freq{background:#f1f5f9;color:#334155;border:1px solid var(--color-border);padding:.2rem .55rem;font-size:.8rem;border-radius:999px}.pa-step4 .placeholder{color:var(--color-muted);letter-spacing:.05em}.pa-toolbar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.pa-toolbar .search{flex:1 1 220px;min-width:180px}.pa-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;font-weight:600;cursor:pointer}.pa-chip.active{background:#2563eb14;border-color:#c7d2fe;color:#1e3a8a}.pa-list-card{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:10px}.pa-bullet{display:flex;gap:10px}.pa-bullet:before{content:"";width:8px;height:8px;margin-top:.5rem;border-radius:999px;background:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1f}.pa-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pa-dense td{padding:6px 10px!important}.pa-zebra tbody tr:nth-child(odd){background:#fcfcfd}.profile-hero{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid var(--color-border);border-radius:16px;background:#fff;box-shadow:var(--shadow);margin-bottom:16px}.profile-hero .pic{width:64px;height:64px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 3px #fff}.profile-hero .pic img{width:100%;height:100%;object-fit:cover}.profile-hero .meta .name{font-weight:700;font-size:1.05rem;color:#0f2b4a}.profile-hero .meta .sub{font-size:.9rem;color:var(--color-muted)}.profile-tabs{position:sticky;top:calc(var(--header-h) + 8px);z-index:10;background:linear-gradient(180deg,#fff 75%,#fff0);padding-top:6px;margin:-6px 0 10px}.pill-tabs{display:flex;gap:6px;border-bottom:2px solid #e8eef6;flex-wrap:wrap}.pill-tab{background:#f7f9fc;color:#374151;border:none;padding:.55rem .9rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .15s ease,background .15s ease,color .15s ease}.pill-tab:hover{background:#f0f6ff;color:#05f;transform:translateY(-1px)}.pill-tab.active{background:#e8f0ff;color:#0040d6;box-shadow:0 2px 8px #0040d617}.pane-card{border:1px solid var(--color-border);border-radius:16px;background:#fff;box-shadow:var(--shadow);padding:16px}.pane-stack>*+*{margin-top:12px}aside .block-link{font-weight:600}.vs-panel .vs-board.coin,.vs-board.coin{background:transparent!important;border:0!important;box-shadow:none!important;padding:8px 0 4px!important;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:22px}.vs-board.coin .coin-cell{display:grid;place-items:center;min-height:170px}.vs-board.coin .coin-bubble{position:relative;border-radius:9999px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;user-select:none;filter:drop-shadow(0 14px 22px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.08));transition:transform .15s ease,filter .15s ease}.vs-board.coin .coin-bubble:hover{transform:translateY(-3px) scale(1.02);filter:drop-shadow(0 18px 28px rgba(0,0,0,.16)) drop-shadow(0 3px 8px rgba(0,0,0,.1))}.vs-board.coin .coin-title{font-weight:900;letter-spacing:.5px;line-height:1;font-size:22px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45),0 0 2px rgba(0,0,0,.6)}.vs-board.coin .coin-percent{margin-top:6px;font-size:15px;color:#fff;font-variant-numeric:tabular-nums;padding:2px 8px;border-radius:999px;background:#00000059;backdrop-filter:saturate(1.1) blur(1px);-webkit-backdrop-filter:saturate(1.1) blur(1px)}.vs-themes-toolbar{position:relative;z-index:5;display:flex;align-items:center;gap:10px;flex-wrap:wrap;overflow:visible}.vs-tabs.pro,.vs-tabs{display:flex;gap:16px;margin:6px 0 10px;border-bottom:2px solid #e8eef6;flex-wrap:wrap}.vs-tab{appearance:none;border:none;background:none;cursor:pointer;padding:.55rem .9rem;border-radius:10px 10px 0 0;color:#374151;font-weight:600;font-size:.95rem;border-bottom:2px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.vs-tab:hover{background:#f0f6ff;color:#05f}.vs-tab.is-active{background:#fff;color:#05f;border-bottom:2.5px solid #0055ff;box-shadow:0 -2px 10px #0055ff12}.vs-segmented{display:flex;border:1px solid var(--color-border, #e0e0e0);border-radius:10px;overflow:hidden}.vs-segmented .seg{appearance:none;border:none;background:var(--color-bg-card, #fff);padding:6px 12px;cursor:pointer;font-weight:600}.vs-segmented .seg+.seg{border-left:1px solid var(--color-border, #e0e0e0)}.vs-segmented .seg.seg-active{background:#eef2ff;color:#1e40af}.tpick{position:relative}.tpick-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--color-border, #e0e0e0);background:var(--color-bg-card, #fff);border-radius:999px;padding:6px 10px;font-weight:600;white-space:nowrap;cursor:pointer}.tpick-ic{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border, #e0e0e0)}.tpick-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(180deg,#94a3b8,#cbd5e1);border:1px solid var(--color-border, #e0e0e0)}.tpick-caret{opacity:.7}.tpick-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:1100;width:min(760px,92vw);background:#fff;border:1px solid var(--color-border, #e0e0e0);border-radius:12px;box-shadow:0 12px 32px #0000001f;padding:10px;overflow:auto;max-height:60vh}.tpick-top{margin-bottom:8px}.tpick-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.tpick-card{display:grid;grid-template-columns:36px 1fr auto;gap:8px;align-items:center;border:1px solid var(--color-border, #e0e0e0);border-radius:10px;background:#fff;padding:6px;cursor:pointer}.tpick-card:hover{background:#f8fafc}.tpick-card.is-active{background:#eef2ff;border-color:#c7d2fe}.tpick-ic.lg{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border, #e0e0e0)}.tpick-name{font-weight:600}.tpick-meta{color:#6b7280;font-size:.85rem}.vs-tab:focus-visible,.vs-segmented .seg:focus-visible,.tpick-btn:focus-visible,.tpick-card:focus-visible{outline:2px solid rgba(10,34,64,.25);outline-offset:2px}.vs-head{display:flex;gap:12px;align-items:center;margin-bottom:8px;flex-wrap:wrap}.vs-controls{display:flex;gap:8px;margin-left:auto}.vs-toggle{display:flex;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.vs-toggle .vs-seg{padding:4px 10px;background:var(--color-bg-card, #fff)}.vs-toggle .vs-seg.on{background:var(--color-accent-soft, #eef2ff);color:var(--color-accent, #2563eb);font-weight:600}.vs-input,.vs-select{border:1px solid var(--color-border);border-radius:8px;padding:6px 10px;background:var(--color-bg-card, #fff)}.vs-input:focus,.vs-select:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 3px #2563eb26}.vs-list{list-style:none;margin:0;padding:0}.vs-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--color-border)}.vs-rowL{display:flex;gap:8px;align-items:center}.vs-title{font-weight:700}.vs-chip{font-size:12px;padding:2px 8px;border-radius:999px;background:var(--color-bg-muted, #f3f4f6)}.vs-rowR{display:flex;gap:8px;align-items:center;min-width:40%}.vs-count{font-size:12px;color:var(--color-muted, #6b7280);min-width:34px;text-align:right}.vs-bar{display:flex;height:12px;border-radius:999px;overflow:hidden;background:var(--color-bg-muted, #f3f4f6);width:100%}.vs-seg{display:flex;align-items:center;justify-content:center;font-size:10px;white-space:nowrap}.vs-seg.fav{background:#22c55e}.vs-seg.unfav{background:#ef4444}.vs-seg.neutral{background:#f59e0b}.vs-seg.abst{background:#9ca3af}.vs-scroll{overflow:auto}.vs-table{width:100%;border-collapse:separate;border-spacing:0}.vs-table thead th{position:sticky;top:0;background:var(--color-bg-card, #fff);z-index:1;font-weight:700;padding:6px 8px;border-bottom:1px solid var(--color-border)}.vs-table tbody td{padding:6px 8px;border-bottom:1px solid var(--color-border)}.vs-num,.vs-numH{text-align:right;white-space:nowrap}.vs-cellMain{display:flex;flex-direction:column;gap:6px}.vs-details{margin-top:10px}.vs-skel{height:14px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:vsShine 1.2s infinite;border-radius:6px;margin:6px 0}@keyframes vsShine{0%{background-position:100% 0}to{background-position:0 0}}.vs-icon-img{width:var(--vs-icon-size);height:var(--vs-icon-size);border-radius:50%;object-fit:cover;background:#fff;padding:6px;border:1px solid var(--color-border);box-shadow:0 1px 2px #0000000f;margin-right:10px}.vs-avatar{width:var(--vs-avatar-size);height:var(--vs-avatar-size);border-radius:50%;object-fit:cover;border:1px solid var(--color-border);box-shadow:0 1px 2px #0000000f}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:var(--space-lg)}@media(max-width:1024px){.profile-layout{grid-template-columns:1fr}}.block-link{display:block;padding:.6rem .75rem;border-radius:var(--radius);color:var(--color-text);background:transparent;border:1px solid transparent;transition:background .15s,border-color .15s}.block-link:hover{background:#f3f4f6;border-color:#e5e7eb}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ov-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.5rem}.ov-meta{display:flex;flex-direction:column}.ov-grid{display:grid;gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.25rem}.flex-just{display:flex;align-items:center;justify-content:space-between}.row-split{display:grid;grid-template-columns:220px 1fr;gap:var(--space-md);padding:.75rem 0;border-top:1px solid var(--color-border)}.row-split:first-of-type{border-top:none}.row-split .label{color:var(--color-muted);font-size:.95rem}.row-split .value{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.alert{border:1px solid var(--color-border);border-radius:var(--radius);padding:.9rem 1rem;background:#f7f9fc;color:#0f2b4a}.alert__title{font-weight:700;margin-bottom:.35rem}.alert--info{background:#eef6ff;border-color:#cfe0ff;color:#0a2240}.alert--warning{background:#fff6e5;border-color:#ffe4b5;color:#8a5300}.alert--danger{background:#ffecec;border-color:#fcc;color:#8a1f1f}.alert--success{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.progress{width:100%;height:8px;background:#edf2f7;border-radius:999px;overflow:hidden}.progress__bar{height:8px;background:var(--color-primary)}.bfree-board{position:relative;width:100%;user-select:none;touch-action:none}.bfree-bubble{position:absolute;border-radius:9999px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:grab;filter:drop-shadow(0 14px 22px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.08));transition:filter .15s ease}.bfree-bubble:active{cursor:grabbing}.bfree-board.bfree-grabbing .bfree-bubble{transition:none}.relative{position:relative!important}.partis-page .party-card{display:flex;flex-direction:column;gap:.65rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:14px;padding:14px;box-shadow:0 6px 14px #0a22400a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;text-decoration:none;color:inherit}.partis-page .party-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0a224014;border-color:#cbd5e1}.partis-page .pc-header{display:flex;align-items:center;gap:.75rem}.partis-page .pc-logo{width:56px;height:56px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #fff,0 2px 10px #0a224014;border:1px solid #e5e7eb;overflow:hidden;display:grid;place-items:center;flex:0 0 56px}.partis-page .pc-logo img{width:100%;height:100%;object-fit:cover;display:block}.partis-page .pc-initials{font-weight:800;color:#0a2240}.partis-page .pc-meta{min-width:0}.partis-page .pc-title{font-size:1.05rem;line-height:1.2;font-weight:700;color:#0f2b4a;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.partis-page .pc-badge{display:inline-block;max-width:100%;font-size:.82rem;font-weight:600;color:#1e3a8a;background:#eef2ff;border:1px solid #e0e7ff;border-radius:999px;padding:3px 8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.partis-page .pc-excerpt{color:#4b5563;font-size:.95rem;margin:.15rem 0 .35rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.partis-page .pc-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.35rem;margin-top:auto;border-top:1px dashed #e5e7eb}.partis-page .pc-country{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-weight:600}.partis-page .pc-country .flag{font-size:1rem;line-height:1}.partis-page .pc-cta{font-weight:700;color:var(--color-primary)}.partis-page .pc-cta:hover{text-decoration:underline}.partis-page .pc-placeholder{color:#9ca3af;font-style:italic}.swot-analysis{margin:3rem 0;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;background:#fff}.swot-header{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.swot-col{padding:2rem 1.5rem;text-align:center}.swot-strengths{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff}.swot-weaknesses{background:linear-gradient(135deg,#ffa726,#f57c00);color:#fff}.swot-opportunities{background:linear-gradient(135deg,#26a69a,#00897b);color:#fff}.swot-threats{background:linear-gradient(135deg,#ab47bc,#8e24aa);color:#fff}.swot-letter{font-size:4rem;font-weight:900;line-height:1;margin-bottom:.5rem}.swot-subtitle{font-size:.9rem;opacity:.9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.swot-title{font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.swot-content{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#f8f9fa}.swot-col.swot-strengths-content,.swot-col.swot-weaknesses-content,.swot-col.swot-opportunities-content,.swot-col.swot-threats-content{padding:2rem 1.5rem;background:#fff;border-top:4px solid}.swot-strengths-content{border-top-color:#4a90e2}.swot-weaknesses-content{border-top-color:#ffa726}.swot-opportunities-content{border-top-color:#26a69a}.swot-threats-content{border-top-color:#ab47bc}.swot-content ul{list-style:none;padding:0;margin:0}.swot-content li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.95rem;line-height:1.5;color:#333}.swot-content li:last-child{border-bottom:none}@media(max-width:1024px){.swot-header,.swot-content{grid-template-columns:repeat(2,1fr)}.swot-letter{font-size:3rem}}@media(max-width:768px){.swot-header,.swot-content{grid-template-columns:1fr}.swot-col{padding:1.5rem 1rem}.swot-letter{font-size:2.5rem}.swot-title{font-size:1.1rem}.swot-content li{font-size:.9rem}}:root{--gradient-primary: linear-gradient(135deg, #050b1a 0%, #1e2563 100%);--color-primary: #050b1a;--color-primary-dark: #1e2563;--focus-ring-color: rgba(5, 11, 26, .15);--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 6px 24px rgba(0,0,0,.12);--shadow-primary: 0 4px 12px rgba(5, 11, 26, .5)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.page-hero{background:var(--gradient-primary);color:#fff;padding:2.5rem 0;margin-bottom:var(--space-lg)}.page-hero__title{text-align:center;font-size:1.75rem;font-weight:600;margin:0;color:#fff!important;animation:fadeIn .6s ease-out;letter-spacing:-.02em}.top-toolbar-desktop{display:none}@media(min-width:768px){.top-toolbar-desktop{display:grid;grid-template-columns:1fr auto;gap:var(--space-md);align-items:center;background:#fff;padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:var(--space-lg)}.top-toolbar-desktop .search-input{padding:.65rem .85rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.95rem;transition:all .2s}.top-toolbar-desktop .search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--focus-ring-color)}.top-toolbar-desktop .results-count{font-size:.9rem;color:var(--color-muted);padding:.5rem 1rem;background:#f9fafb;border-radius:var(--radius)}.top-toolbar-desktop .results-count strong{color:var(--color-primary);font-weight:700}}.propositions-aside{display:none}@media(min-width:1024px){.propositions-aside{display:block;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);height:fit-content;position:sticky;top:var(--space-md);box-shadow:var(--shadow-sm)}.aside-title{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-border)}.author-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.author-btn{width:100%;text-align:left;padding:.65rem .85rem;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500;color:#374151}.author-btn:hover{background:#f9fafb;border-color:var(--color-border)}.author-btn.active{background:var(--gradient-primary);color:#fff;font-weight:600}}.mobile-footer{display:none}@media(max-width:1023px){.mobile-footer{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:.75rem 1rem;gap:1rem;z-index:1000;box-shadow:0 -2px 10px #00000014}.mobile-footer-count{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;border-radius:var(--radius-xl);padding:.65rem 1.25rem;min-width:90px;cursor:default;box-shadow:var(--shadow-primary)}.mobile-footer-count .count-number{font-size:1.35rem;font-weight:700;line-height:1.2}.mobile-footer-count .count-label{font-size:.7rem;opacity:.95;font-weight:500;text-transform:capitalize}.mobile-footer-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;background:transparent;border:none;color:#374151;cursor:pointer;padding:.5rem;transition:all .2s;position:relative;min-width:70px}.mobile-footer-action:active{transform:scale(.95)}.mobile-footer-action:disabled{opacity:.5;cursor:not-allowed}.mobile-footer-action .action-icon{font-size:1.4rem;color:#6b7280}.mobile-footer-action .action-label{font-size:.75rem;font-weight:500;color:#6b7280}.mobile-footer-action .badge-count{position:absolute;top:.15rem;right:.15rem;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .35rem;border-radius:10px;min-width:16px;text-align:center;line-height:1}body{padding-bottom:80px}}.mobile-filters-modal{display:none;position:fixed;inset:0;z-index:2000;background:#00000080;animation:fadeIn .3s}.mobile-filters-modal.show{display:flex;align-items:flex-end}.mobile-filters-content{background:#fff;width:100%;max-height:80vh;border-radius:20px 20px 0 0;overflow-y:auto;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.mobile-filters-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:2px solid var(--color-border);position:sticky;top:0;background:#fff;z-index:10}.mobile-filters-header h3{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin:0}.close-modal-btn{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-modal-btn:active{transform:scale(.9);background:#e5e7eb}.mobile-filters-body{padding:1.25rem;flex:1;overflow-y:auto}.mobile-filter-group{margin-bottom:1.5rem}.mobile-filter-group label{display:block;font-weight:600;color:var(--color-primary);margin-bottom:.6rem;font-size:.95rem}.mobile-filter-group input,.mobile-filter-group select{width:100%;padding:.75rem;border:1.5px solid var(--color-border);border-radius:10px;font-size:.95rem}.mobile-filter-group input:focus,.mobile-filter-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--focus-ring-color)}.mobile-filters-actions{padding:1rem 1.25rem;border-top:2px solid var(--color-border);display:flex;gap:.75rem;position:sticky;bottom:0;background:#fff}.modal-btn{flex:1;padding:.85rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none}.modal-btn-reset{background:#f3f4f6;color:#374151}.modal-btn-reset:active{background:#e5e7eb}.modal-btn-apply{background:var(--gradient-primary);color:#fff}.modal-btn-apply:active{opacity:.9}.skeleton-grid{display:grid;gap:var(--space-lg);grid-template-columns:1fr}@media(min-width:768px){.skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.skeleton-grid{grid-template-columns:repeat(3,1fr)}}.sk-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:#fff;padding:1.25rem}.sk-head{height:100px;background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius);margin-bottom:1rem}.sk-body{display:flex;flex-direction:column;gap:.5rem}.sk-line{height:14px;background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}.sk-line.title{height:20px;width:80%}.sk-line.thin{height:10px;width:60%}.sk-line.medium{width:70%}.mini-skel{width:110px;height:130px;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.error-box{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:1.25rem;border-radius:var(--radius-lg);margin-top:var(--space-lg);display:flex;align-items:center;gap:.75rem;animation:fadeIn .3s ease-out}.fade-in{animation:fadeIn .5s ease-out}.two-col-layout{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:1024px){.two-col-layout{grid-template-columns:280px 1fr}}.grid-full{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}.badge{background:var(--color-primary);color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.85rem;font-weight:600}.reset-filters{padding:.5rem 1rem;background:transparent;border:1.5px solid var(--color-border);border-radius:var(--radius);cursor:pointer;font-size:.875rem;color:var(--color-muted);transition:all .2s;display:flex;align-items:center;gap:.4rem;justify-content:center}.reset-filters:hover{background:#f9fafb;color:var(--color-primary);border-color:var(--color-primary)}.edito-card{position:relative;display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--color-border);border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .5s ease-out}.edito-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px);border-color:var(--color-primary)}.edito-card__header{background:var(--gradient-primary);color:#fff;padding:1rem 1.25rem;text-align:center}.edito-card__title{margin:0;font-weight:700;line-height:1.3;font-size:1.2rem;color:#fff}.edito-card__row{display:grid;grid-template-columns:360px 1fr;gap:0}@media(max-width:860px){.edito-card__row{grid-template-columns:1fr}.edito-card__media{height:220px}}.edito-card__media{width:100%;height:100%;overflow:hidden;background:#f3f4f6}.edito-card__media img{width:100%;height:100%;object-fit:cover;display:block}.edito-card__content{display:flex;flex-direction:column;gap:.75rem;padding:var(--space-lg)}.edito-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.edito-card__chip{background:var(--gradient-primary);color:#fff;border-radius:12px;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.edito-card__resume{color:var(--color-text-light);margin:0;line-height:1.6;font-size:.95rem}.edito-card__footer{border-top:1px solid var(--color-border);padding:.75rem var(--space-lg);display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.edito-card__date{color:var(--color-muted);font-size:.85rem;display:flex;align-items:center;gap:.35rem}.edito-card__link-hint{color:var(--color-primary);font-size:.85rem;font-weight:600}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}.page-intro-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.page-intro-card h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem}.page-intro-card p{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}@media(max-width:767px){.page-intro-card{padding:1.25rem 1.5rem}}.results-badge{display:inline-block;background:#0a2240;color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.media-section-title{font-size:1.1rem;font-weight:700;color:#374151;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.media-filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.media-filter-button{width:100%;text-align:left;padding:.75rem 1rem;border:none;border-radius:8px;background:#e5e7eb;cursor:pointer;transition:all .2s;font-size:.95rem;font-weight:500;color:#374151;font-family:inherit}.media-filter-button:hover{background:#d1d5db}.media-filter-button.active{background:#0a2240;color:#fff;font-weight:600}.article-group{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000f;margin-bottom:1.5rem;animation:fadeIn .4s ease-out}.article-group-header{background:#0a2240;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.article-group-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#fff;flex:1}.media-link{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;flex:1;transition:opacity .2s}.media-link:hover{opacity:.85}.media-link h3{margin:0;font-size:1.1rem;font-weight:700;color:#fff}.article-count-badge{background:#fff3;color:#fff;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:700;min-width:32px;text-align:center;backdrop-filter:blur(10px)}.article-group-body{padding:0}.article-list-with-images{display:flex;flex-direction:column}.article-item-with-image{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem 1.5rem;text-decoration:none;color:inherit;border-bottom:1px solid #f3f4f6;transition:background .2s;cursor:pointer}.article-item-with-image:last-child{border-bottom:none}.article-item-with-image:hover{background:#f9fafb}.article-thumbnail{width:120px;height:80px;object-fit:cover;border-radius:8px;background:#f3f4f6;flex-shrink:0}.article-thumbnail-placeholder{width:120px;height:80px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9ca3af;flex-shrink:0}.article-content{display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-width:0}.article-title{font-size:.95rem;font-weight:600;color:#111827;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#6b7280}.meta-item{display:flex;align-items:center;gap:.25rem}@media(max-width:767px){.article-item-with-image{grid-template-columns:100px 1fr;gap:.75rem;padding:1rem}.article-thumbnail,.article-thumbnail-placeholder{width:100px;height:67px}.article-title{font-size:.9rem}.article-meta{flex-direction:column;gap:.35rem}}@media(max-width:480px){.article-item-with-image{grid-template-columns:1fr;gap:.75rem}.article-thumbnail,.article-thumbnail-placeholder{width:100%;height:180px}}.flex-1{flex:1}.empty-message{text-align:center;padding:3rem 1rem;color:var(--color-muted);font-style:italic;background:#f9fafb;border-radius:var(--radius-lg);border:1px dashed var(--color-border);animation:fadeIn .4s ease-out}.zoomable-chart-container{position:relative;width:100%;margin:2rem 0;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #050b1a14;overflow:hidden;transition:all .3s ease}.zoomable-chart-container.fullscreen{position:fixed;inset:0;width:100vw;height:100vh;margin:0;padding:2rem;border-radius:0;z-index:9999;background:#fff}.chart-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;background:#ffffffe6;border-radius:8px;border:1px solid #e2e8f0;backdrop-filter:blur(10px);box-shadow:0 1px 3px #050b1a0d}.chart-title{font-size:1.125rem;font-weight:600;color:#050b1a;flex:1;margin-right:1rem}.chart-controls{display:flex;align-items:center;gap:.5rem}.control-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#475569}.control-btn:hover:not(:disabled){background:#f1f5f9;border-color:#1e2563;color:#1e2563;transform:translateY(-1px);box-shadow:0 2px 4px #050b1a1a}.control-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #050b1a1a}.control-btn:disabled{opacity:.4;cursor:not-allowed}.control-btn svg{pointer-events:none}.zoom-level{font-size:.875rem;font-weight:600;color:#1e2563;min-width:50px;text-align:center;padding:0 .5rem}.control-divider{width:1px;height:24px;background:#cbd5e1;margin:0 .25rem}.zoom-hint{position:absolute;top:80px;left:50%;transform:translate(-50%);padding:.5rem 1rem;background:#1e2563f2;color:#fff;font-size:.875rem;font-weight:500;border-radius:6px;box-shadow:0 4px 12px #050b1a33;z-index:10;pointer-events:none;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.chart-content{position:relative;width:100%;min-height:400px;transform-origin:center center;transition:transform .2s ease-out;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.chart-content.panning{transition:none}@media(max-width:1024px){.zoomable-chart-container{padding:.75rem;margin:1.5rem 0}.chart-toolbar{padding:.5rem .75rem}.chart-title{font-size:1rem}.control-btn{width:32px;height:32px}.zoom-level{font-size:.813rem;min-width:45px}}@media(max-width:768px){.zoomable-chart-container{padding:.5rem;margin:1rem 0;border-radius:8px}.chart-toolbar{flex-direction:column;gap:.75rem;padding:.5rem}.chart-title{font-size:.938rem;margin-right:0;text-align:center;width:100%}.chart-controls{gap:.375rem;flex-wrap:wrap;justify-content:center}.control-btn{width:40px;height:40px}.zoom-level{font-size:.875rem;min-width:55px}.zoom-hint{top:120px;font-size:.813rem;padding:.375rem .75rem}.chart-content{min-height:300px}}@media(max-width:480px){.zoomable-chart-container.fullscreen{padding:1rem}.control-btn{width:36px;height:36px}.control-btn svg{width:16px;height:16px}.zoom-level{font-size:.75rem;min-width:48px}.chart-content{min-height:250px}}.control-btn:focus-visible{outline:2px solid #1e2563;outline-offset:2px}@media(prefers-reduced-motion:reduce){.zoomable-chart-container,.control-btn,.chart-content{transition:none}.zoom-hint{animation:none;opacity:1}}@media print{.chart-toolbar,.zoom-hint{display:none}.zoomable-chart-container{border:none;box-shadow:none;background:transparent}.chart-content{transform:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.sankey-chart-container{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.sankey-chart-container:fullscreen{background:linear-gradient(135deg,#0f172a,#1e293b);padding:0}.sankey-chart-container:fullscreen .sankey-chart-header{background:#0f172af2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(147,197,253,.1)}.sankey-chart-container:fullscreen svg{background:transparent}@media(max-width:767px){.sankey-links path{stroke-width:1.5px!important;min-width:2px}.sankey-nodes rect{min-width:12px!important;min-height:20px!important}.sankey-links path,.sankey-nodes rect{touch-action:manipulation}}.sankey-links path{transition:all .4s cubic-bezier(.4,0,.2,1)}.sankey-links path:hover{filter:brightness(1.2) drop-shadow(0 0 8px currentColor)}.sankey-nodes rect{transition:all .3s cubic-bezier(.4,0,.2,1)}.sankey-nodes rect:hover{filter:brightness(1.1) drop-shadow(0 4px 12px rgba(0,0,0,.2))}.node-name,.node-value{transition:opacity .3s ease,transform .3s ease;pointer-events:none;user-select:none}@media(max-width:767px){.node-name{font-size:11px!important;font-weight:600!important}.node-value{font-size:10px!important}}@media(min-width:768px)and (max-width:1023px){.node-name{font-size:12px!important}.node-value{font-size:11px!important}}.fullscreen-button{position:relative;overflow:hidden}.fullscreen-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#3b82f64d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.fullscreen-button:active:before{width:200%;height:200%}.sankey-loading{padding:4rem 2rem;text-align:center;background:linear-gradient(90deg,#93c5fd0d,#93c5fd1a,#93c5fd0d);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:16px}.sankey-tooltip{position:absolute;padding:.75rem 1rem;background:#0f172af2;backdrop-filter:blur(10px);border:1px solid rgba(147,197,253,.2);border-radius:12px;color:#f1f5f9;font-size:.875rem;font-weight:500;pointer-events:none;z-index:1000;box-shadow:0 10px 25px -5px #0000004d;transform:translate(-50%,-100%);transition:opacity .2s ease}.sankey-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(15,23,42,.95)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.fullscreen-button:focus-visible{outline:3px solid rgba(59,130,246,.5);outline-offset:2px}@media print{.sankey-chart-container{break-inside:avoid;page-break-inside:avoid}.fullscreen-button{display:none!important}svg{max-width:100%!important;height:auto!important}}@media(prefers-color-scheme:dark){.sankey-chart-container{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:#93c5fd1a}.node-name{fill:#f1f5f9!important;text-shadow:0 1px 3px rgba(0,0,0,.5)!important}.node-value{fill:#94a3b8!important}}@media(max-width:374px){.node-value{display:none}}@media(min-width:768px)and (max-width:1023px)and (orientation:landscape){.sankey-chart-container{margin:1rem 0}}.sankey-links,.sankey-nodes{will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sankey-links path,.sankey-nodes rect{transform:translateZ(0);will-change:transform,opacity,filter}:root{--editorial-sidebar-width: 280px;--editorial-footer-height: 72px;--color-editorial-primary: #1e3a5f;--color-editorial-dark: #0f2744;--color-cosmos-dark: #050b1a;--color-cosmos-light: #1e2563;--color-accent-blue: #4facfe}.editorial-detail-page{min-height:100vh;background:#f9fafb}.editorial-detail-page.has-sidebar .editorial-main-content{margin-left:var(--editorial-sidebar-width);transition:margin-left .3s ease}.editorial-main-content{min-height:100vh}.editorial-content-inner{padding:1.5rem;max-width:900px;margin:0 auto;touch-action:pan-y}.editorial-sidebar{position:fixed;left:0;top:70px;bottom:0;width:var(--editorial-sidebar-width);background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;z-index:100;overflow:hidden}.sidebar-header-nav{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1e3a5f,#0f2744)}.sidebar-nav-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff}.sidebar-nav-list{flex:1;overflow-y:auto;padding:.5rem 0}.sidebar-nav-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:transparent;border:none;border-left:3px solid transparent;color:#374151;cursor:pointer;text-align:left;transition:all .2s ease;font-size:.9rem}.sidebar-nav-item:hover{background:#f3f4f6;color:#1e3a5f}.sidebar-nav-item.active{background:linear-gradient(90deg,#1e3a5f1a,#1e3a5f0d);border-left-color:#1e3a5f;color:#1e3a5f;font-weight:600}.nav-item-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.75rem}.nav-item-number{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#6b7280;background:#f3f4f6;border-radius:6px}.sidebar-nav-item.active .nav-item-number{background:#1e3a5f;color:#fff}.mobile-footer-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;z-index:1000;padding:.5rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000000d}.mobile-nav-scroll{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem}.mobile-nav-scroll::-webkit-scrollbar{display:none}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:70px;height:56px;padding:.5rem;border-radius:10px;background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.mobile-nav-btn:hover,.mobile-nav-btn.active{background:linear-gradient(135deg,#1e3a5f1a,#1e256314);border-color:#1e3a5f;color:#1e3a5f}.mobile-nav-btn.active{box-shadow:0 2px 8px #1e3a5f26}.mobile-nav-number{font-size:1rem;font-weight:700;line-height:1}.mobile-nav-label{font-size:.6rem;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.edito-detail-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;margin-bottom:24px}.edito-card__header{padding:32px 24px;background:linear-gradient(135deg,#050b1a,#1e2563)}.edito-card__title{font-size:1.75rem;font-weight:700;color:#fff;margin:0;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.2)}.edito-card__media-hero{width:100%}.edito-card__media-hero img{width:100%;height:auto;display:block}.edito-card__body{padding:24px}.edito-card__resume{font-size:1.1rem;line-height:1.7;color:#475569;margin:0}.edito-card__footer{padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.edito-card__date{font-size:.9rem;color:#6b7280}.chapter-header-v2{text-align:center;padding:2rem 1rem 1.5rem;margin-bottom:1rem}.chapter-badge{display:inline-block;padding:.35rem 1rem;background:linear-gradient(135deg,#1e3a5f1a,#1e256314);border:1px solid rgba(30,58,95,.2);border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#1e3a5f;margin-bottom:.75rem}.chapter-main-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3}.chapter-navigation-v2{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.chapter-nav-btn-v2{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000000d}.chapter-nav-btn-v2:hover:not(:disabled){background:#f9fafb;border-color:#1e3a5f;color:#1e3a5f}.chapter-nav-btn-v2:disabled{opacity:.4;cursor:not-allowed}.chapter-progress-indicator{font-size:.85rem;color:#6b7280;font-weight:500}.editorial-content{background:#fff;border-radius:12px;padding:32px 40px;box-shadow:0 2px 8px #0000000f}.editorial-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:500px}.editorial-thead,thead.editorial-thead,.editorial-table thead,.table-wrapper thead,.editorial-content thead{background:linear-gradient(135deg,#050b1a,#1e2563)!important}.editorial-th,th.editorial-th,.editorial-thead th,.editorial-thead .editorial-th,thead.editorial-thead th,thead.editorial-thead .editorial-th,.editorial-table thead th,.editorial-table thead .editorial-th,.editorial-table .editorial-thead th,.editorial-table .editorial-thead .editorial-th,.table-wrapper thead th,.table-wrapper thead .editorial-th,.table-wrapper .editorial-thead th,.table-wrapper .editorial-thead .editorial-th,.table-wrapper .editorial-table thead th,.table-wrapper .editorial-table .editorial-thead th,.editorial-content thead th,.editorial-content thead .editorial-th,.editorial-content .table-wrapper thead th,.editorial-content .editorial-table thead th,.editorial-content .editorial-thead th,.editorial-content .editorial-thead .editorial-th,.editorial-detail-page thead th,.editorial-detail-page .editorial-th,.editorial-detail-page .editorial-thead th,.editorial-detail-page .editorial-thead .editorial-th,.editorial-detail-page .editorial-content thead th,.editorial-detail-page .editorial-content .editorial-th,.editorial-detail-page .table-wrapper thead th,.editorial-detail-page .editorial-table thead th{color:#fff!important;-webkit-text-fill-color:#ffffff!important;padding:14px 16px;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #4facfe;background:transparent}.editorial-tr,tr.editorial-tr,.editorial-table tbody tr,.table-wrapper tbody tr{border-bottom:1px solid #e2e8f0;transition:background .15s}.editorial-tr:hover,tr.editorial-tr:hover,.editorial-table tbody tr:hover,.table-wrapper tbody tr:hover{background-color:#4facfe0f}.editorial-table tbody tr:nth-child(2n),.table-wrapper tbody tr:nth-child(2n){background-color:#f8fafc80}.editorial-table tbody tr:nth-child(2n):hover,.table-wrapper tbody tr:nth-child(2n):hover{background-color:#4facfe14}.editorial-td,td.editorial-td,.editorial-table tbody td,.table-wrapper tbody td{padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:top}.editorial-td:first-child,td.editorial-td:first-child,.editorial-table tbody td:first-child,.table-wrapper tbody td:first-child{font-weight:600;color:#0a2240}.chart-error{padding:1rem;margin:1rem 0;background:#fee2e2;border-radius:8px;border:2px solid #fecaca;color:#dc2626}.editorial-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.editorial-loading p{font-size:1.2rem;color:#999}.editorial-error{min-height:100vh;padding:2rem}.editorial-error .error-box{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fee2e2;border-radius:12px;border:1px solid #fecaca}.editorial-error .error-box span{font-size:1.5rem}.editorial-error .error-box p{margin:0;color:#dc2626}@media(max-width:1024px){.editorial-sidebar{display:none!important}.mobile-footer-nav{display:block}.editorial-detail-page.has-sidebar .editorial-main-content{margin-left:0}.editorial-detail-page.has-sidebar .editorial-content-inner{padding-bottom:calc(var(--editorial-footer-height) + 20px)}.editorial-content-inner{padding:16px}.editorial-content{padding:24px}.chapter-main-title{font-size:2rem}}@media(max-width:768px){:root{--editorial-footer-height: 68px}.editorial-detail-page{background:#fff}.editorial-detail-page .editorial-main-content{padding:0!important;margin:0!important}.editorial-detail-page .editorial-content-inner{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important}.editorial-detail-page.has-sidebar .editorial-content-inner{padding-bottom:calc(var(--editorial-footer-height) + 12px)!important}.editorial-detail-page .edito-detail-card{margin:0!important;border-radius:0!important;box-shadow:none!important;border-bottom:1px solid #e5e7eb!important}.editorial-detail-page .edito-card__header{padding:24px 16px!important}.editorial-detail-page .edito-card__title{font-size:1.4rem!important;color:#fff!important}.editorial-detail-page .edito-card__body{padding:16px!important}.editorial-detail-page .edito-card__resume{font-size:1rem!important}.editorial-detail-page .edito-card__footer{padding:12px 16px!important}.editorial-detail-page .editorial-content{margin:0!important;padding:16px!important;border-radius:0!important;box-shadow:none!important;border-bottom:1px solid #e5e7eb!important}.editorial-detail-page .chapter-header-v2{padding:16px!important;margin:0!important;border-bottom:1px solid #e5e7eb}.editorial-detail-page .chapter-main-title{font-size:1.4rem!important}.editorial-detail-page .table-wrapper{margin:16px 0!important;border-radius:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important}.editorial-detail-page .editorial-table{min-width:100%!important}.editorial-detail-page .editorial-th,.editorial-detail-page th.editorial-th,.editorial-detail-page .editorial-thead th,.editorial-detail-page thead th,.editorial-detail-page .table-wrapper thead th,.editorial-detail-page .editorial-table thead th{padding:10px 12px!important;font-size:.8rem!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.editorial-detail-page .editorial-td,.editorial-detail-page td.editorial-td{padding:10px 12px!important;font-size:.85rem!important}.editorial-detail-page .editorial-th:first-child,.editorial-detail-page .editorial-td:first-child,.editorial-detail-page thead th:first-child,.editorial-detail-page tbody td:first-child{position:sticky!important;left:0!important;z-index:2!important}.editorial-detail-page .editorial-th:first-child,.editorial-detail-page thead th:first-child{background:#050b1a!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.editorial-detail-page .editorial-td:first-child,.editorial-detail-page tbody td:first-child{background:#fff!important;box-shadow:2px 0 4px #00000014!important}.editorial-detail-page .chapter-navigation-v2{margin-top:24px!important;padding:16px 0!important}.editorial-detail-page .chapter-nav-btn-v2 span{display:none}.editorial-detail-page .chapter-nav-btn-v2{padding:.75rem!important}.mobile-nav-btn{min-width:65px;height:52px}.mobile-nav-number{font-size:.9rem}.mobile-nav-label{font-size:.55rem;max-width:55px}}@media(max-width:480px){:root{--editorial-footer-height: 64px}.editorial-detail-page .editorial-content,.editorial-detail-page .edito-card__header,.editorial-detail-page .edito-card__body{padding:12px!important}.editorial-detail-page .edito-card__header{padding:20px 12px!important}.editorial-detail-page .edito-card__title{font-size:1.25rem!important;color:#fff!important}.editorial-detail-page .editorial-th,.editorial-detail-page th.editorial-th,.editorial-detail-page thead th{padding:8px 10px!important;font-size:.75rem!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.editorial-detail-page .editorial-td,.editorial-detail-page td.editorial-td{padding:8px 10px!important;font-size:.8rem!important}.mobile-nav-btn{min-width:60px;height:48px;padding:.4rem}.mobile-nav-label{font-size:.5rem;max-width:50px}}@media(max-width:390px){.editorial-detail-page .editorial-content,.editorial-detail-page .edito-card__header,.editorial-detail-page .edito-card__body{padding:10px!important}.editorial-detail-page .edito-card__header{padding:16px 10px!important}.editorial-detail-page .edito-card__title{color:#fff!important}.editorial-detail-page .editorial-th,.editorial-detail-page th.editorial-th,.editorial-detail-page thead th{padding:6px 8px!important;font-size:.7rem!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.editorial-detail-page .editorial-td,.editorial-detail-page td.editorial-td{padding:6px 8px!important;font-size:.75rem!important}.mobile-nav-btn{min-width:55px;padding:.35rem}.mobile-nav-label{font-size:.45rem;max-width:45px}}thead th,thead .editorial-th,.editorial-thead th,.editorial-thead .editorial-th,th.editorial-th,.editorial-th{color:#fff!important;-webkit-text-fill-color:#fff!important}.share-bar{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f;margin-top:30px;border:1px solid #e2e8f0}.share-bar-title{font-size:1rem;font-weight:600;color:#1e293b;margin-top:0;margin-bottom:16px;text-align:center}.share-bar-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.share-bar-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#fff!important;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;border:none;cursor:pointer}.share-bar-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.share-bar-btn svg{fill:currentColor}.share-bar-btn-facebook{background-color:#1877f2!important}.share-bar-btn-facebook:hover{background-color:#166fe5!important}.share-bar-btn-twitter{background-color:#000!important}.share-bar-btn-twitter:hover{background-color:#333!important}.share-bar-btn-linkedin{background-color:#0a66c2!important}.share-bar-btn-linkedin:hover{background-color:#004182!important}.share-bar-btn-whatsapp{background-color:#25d366!important}.share-bar-btn-whatsapp:hover{background-color:#128c7e!important}.share-bar-btn-telegram{background-color:#08c!important}.share-bar-btn-telegram:hover{background-color:#069!important}.share-bar-btn-email{background-color:#6b7280!important}.share-bar-btn-email:hover{background-color:#4b5563!important}.share-bar-btn-copy{background-color:#1e2563!important}.share-bar-btn-copy:hover{background-color:#0f172a!important}@media(max-width:1024px){.share-bar{padding:20px;margin-top:24px}}@media(max-width:768px){.share-bar{margin:16px 12px!important;padding:16px!important;border-radius:12px!important}.share-bar-title{font-size:.95rem;margin-bottom:14px}.share-bar-links{gap:10px}.share-bar-btn{width:40px;height:40px}.share-bar-btn svg{width:18px;height:18px}}@media(max-width:480px){.share-bar{margin:12px 8px!important;padding:14px 12px!important}.share-bar-title{font-size:.9rem;margin-bottom:12px}.share-bar-links{gap:8px}.share-bar-btn{width:38px;height:38px}.share-bar-btn svg{width:16px;height:16px}}@media(max-width:390px){.share-bar{margin:10px 6px!important;padding:12px 10px!important}.share-bar-links{gap:6px}.share-bar-btn{width:36px;height:36px}.share-bar-btn svg{width:15px;height:15px}}.props-container{max-width:1400px;margin:0 auto;padding:1.5rem 1rem 6rem;min-height:100vh}@media(min-width:768px){.props-container{padding:2rem 1.5rem 3rem}}.props-header{margin-bottom:2rem}.props-title-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.title-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#050b1a,#1e2563);border-radius:12px;color:#fff;flex-shrink:0}.title-icon svg{width:24px;height:24px}.props-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}@media(min-width:768px){.props-title{font-size:1.75rem}}.props-results-count{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1rem;padding-left:.25rem}.results-number{font-size:1.25rem;font-weight:700;color:#050b1a}.results-label{font-size:.9rem;color:#6b7280}.chips-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;font-size:.85rem;color:#374151;cursor:pointer;transition:all .2s ease}.chip:hover{background:#e2e8f0;border-color:#cbd5e1}.chip-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.chip-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chip-icon svg{width:14px;height:14px;color:#6b7280}.chip-label{font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:.25rem;border-radius:50%;background:#00000014;transition:background .2s}.chip-remove svg{width:12px;height:12px;color:#6b7280}.chip:hover .chip-remove{background:#dc354526}.chip:hover .chip-remove svg{color:#dc3545}.props-layout{display:flex;gap:2rem}.props-content{flex:1;min-width:0}.sidebar{width:280px;flex-shrink:0;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.tabs{display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.tab{flex:1;padding:.6rem .75rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.tab:hover{background:#f8fafc;border-color:#d1d5db}.tab.active{background:linear-gradient(135deg,#050b1a,#1e2563);border-color:transparent;color:#fff}.filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.filter-item{margin:0}.filter-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;background:transparent;border:none;border-radius:8px;font-size:.9rem;color:#374151;cursor:pointer;transition:all .2s ease;text-align:left}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#eff6ff;color:#1d4ed8;font-weight:500}.filter-btn:disabled{opacity:.5;cursor:not-allowed}.filter-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#6b7280;flex-shrink:0}.filter-avatar img{width:100%;height:100%;object-fit:cover}.theme-icon-wrapper{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:2px;flex-shrink:0}.theme-icon-wrapper img{width:100%;height:100%;object-fit:cover;transform:scale(1.15);border-radius:50%}.theme-counter{margin-top:1rem;text-align:center;color:#6b7280;font-size:.85rem}.cards-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.prop-card-wrapper{display:flex}.proposition-card{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .25s ease}.proposition-card:hover{border-color:#d1d5db;box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.proposition-card:focus{outline:none;box-shadow:0 0 0 3px #1e256333}.proposition-card__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem 0}.proposition-card__theme-icon{width:36px;height:36px;border-radius:8px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proposition-card__theme-icon img{width:100%;height:100%;object-fit:cover}.proposition-card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;background:#f3f4f6;padding:.25rem .6rem;border-radius:4px}.proposition-card__content{flex:1;padding:1rem}.proposition-card__title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.proposition-card__description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.proposition-card__footer{padding:.75rem 1rem;border-top:1px solid #f3f4f6;background:#fafbfc}.proposition-card__cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;color:#1e2563;transition:color .2s}.proposition-card:hover .proposition-card__cta{color:#050b1a}.proposition-card__cta svg{transition:transform .2s}.proposition-card:hover .proposition-card__cta svg{transform:translate(3px)}.skeleton-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-title{height:20px;width:70%;margin-bottom:.75rem}.skeleton-text{height:14px;width:100%;margin-bottom:.5rem}.skeleton-tag{height:24px;width:80px;border-radius:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.empty-state,.error-state{text-align:center;padding:4rem 2rem;background:#fafbfc;border:1px solid #e5e7eb;border-radius:16px}.empty-state-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#f3f4f6;border-radius:50%;margin-bottom:1.5rem;color:#9ca3af}.empty-state-icon svg{width:32px;height:32px}.empty-state-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.empty-state-text{font-size:.95rem;color:#6b7280;margin:0}.error-state{color:#dc3545}.reset-filters-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.reset-filters-btn:hover{background:#f8fafc;border-color:#d1d5db}.loader-text{text-align:center;padding:2rem;color:#6b7280;font-size:.9rem}.loader-text.loader-complete{color:#16a34a}.scroll-to-top{position:fixed;bottom:100px;right:1.5rem;width:48px;height:48px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;transition:all .2s ease;z-index:100}.scroll-to-top:hover{background:#f8fafc;border-color:#d1d5db;transform:translateY(-2px)}@media(min-width:768px){.scroll-to-top{bottom:2rem}}@media(max-width:767px){.sidebar{display:none}.props-layout{display:block}}.filter-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#00000080;animation:fadeInBackdrop .2s ease-out}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:#fff;width:100%;max-height:85vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUpModal .3s ease-out;box-shadow:0 -4px 20px #00000026}@keyframes slideUpModal{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:.75rem 1.25rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:20px 20px 0 0}.modal-handle{width:40px;height:4px;background:#d1d5db;border-radius:2px;margin:0 auto .75rem}.modal-header-content{display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.25rem;font-weight:700;color:#050b1a;margin:0}.modal-close{width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.modal-close:hover{background:#e5e7eb;color:#374151}.modal-close:active{transform:scale(.95)}.modal-tabs{display:flex;gap:.5rem;padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.modal-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:10px;background:#fff;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.modal-tab:hover{background:#f3f4f6}.modal-tab.active{background:linear-gradient(135deg,#050b1a,#1e2563);color:#fff;font-weight:600;box-shadow:0 2px 8px #050b1a4d}.modal-tab svg{flex-shrink:0}.modal-body{flex:1;overflow-y:auto;padding:1rem 0;-webkit-overflow-scrolling:touch}.filter-modal .filter-list{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.filter-modal .filter-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;background:#fff;border:1.5px solid #e5e7eb;cursor:pointer;transition:all .2s}.filter-modal .filter-item:hover{background:#f9fafb;border-color:#d1d5db}.filter-modal .filter-item.active{background:linear-gradient(135deg,#050b1a,#1e2563);border-color:transparent;color:#fff}.filter-modal .filter-item.disabled{opacity:.5;cursor:not-allowed}.filter-modal .filter-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.filter-modal .filter-avatar img{width:100%;height:100%;object-fit:cover}.filter-modal .filter-avatar span{font-size:.85rem;font-weight:600;color:#6b7280}.filter-modal .filter-item.active .filter-avatar{background:#fff3}.filter-modal .filter-item.active .filter-avatar span{color:#fff}.filter-modal .filter-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px}.filter-modal .filter-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.filter-modal .filter-item.active .filter-icon{background:#fff3}.filter-modal .filter-name{font-size:.95rem;font-weight:500;flex:1}.theme-counter{text-align:center;padding:.75rem 1rem;color:#6b7280;font-size:.9rem;font-weight:500}.filter-modal .empty-state{text-align:center;padding:2rem 1rem;color:#9ca3af;font-style:italic}.modal-footer{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#fff;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.modal-footer .btn{flex:1;padding:.9rem 1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:inherit}.modal-footer .btn-secondary{background:#f3f4f6;color:#374151}.modal-footer .btn-secondary:hover{background:#e5e7eb}.modal-footer .btn-secondary:active{transform:scale(.98)}.modal-footer .btn-primary{background:linear-gradient(135deg,#050b1a,#1e2563);color:#fff;box-shadow:0 2px 8px #050b1a4d}.modal-footer .btn-primary:hover{opacity:.95}.modal-footer .btn-primary:active{transform:scale(.98)}@media(max-width:390px){.modal-content{max-height:90vh}.modal-title{font-size:1.1rem}.modal-tab{padding:.65rem .75rem;font-size:.9rem}.filter-modal .filter-item{padding:.75rem}.filter-modal .filter-avatar,.filter-modal .filter-icon{width:36px;height:36px}.filter-modal .filter-name{font-size:.9rem}}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e9ecef;box-shadow:0 -2px 10px #0000001a;z-index:1000;animation:slideUpNav .3s ease;padding-bottom:env(safe-area-inset-bottom)}.nav-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;max-width:600px;margin:0 auto;align-items:center}.results-badge-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;background:var(--gradient-primary);margin:.5rem;border-radius:999px;color:#fff;font-weight:600;font-size:.7rem;box-shadow:var(--shadow-primary);animation:slideIn .3s ease}.results-number-nav{font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:.125rem}.results-label-nav{font-size:.65rem;opacity:.95}.nav-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;background:none;border:none;color:#6c757d;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;font-family:inherit;-webkit-tap-highlight-color:transparent}.nav-button.active{color:var(--color-primary)}@media(hover:hover){.nav-button:hover{color:#495057}.nav-button.active:hover{color:var(--color-primary-dark)}}.nav-button-icon{margin-bottom:.25rem;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.nav-button:active .nav-button-icon{transform:scale(.9)}.filter-badge{position:absolute;top:.5rem;right:1rem;background:var(--gradient-primary);color:#fff;min-width:18px;height:18px;padding:0 4px;border-radius:999px;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:700;animation:scaleIn .3s ease;box-shadow:var(--shadow-primary)}@keyframes slideUpNav{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(min-width:769px){.mobile-bottom-nav{display:none}}:root{--sidebar-width: 260px;--footer-height: 72px;--color-primary: #1e2563;--color-primary-dark: #050b1a;--gradient-primary: linear-gradient(135deg, #050b1a 0%, #1e2563 100%)}.analysis-sidebar-desktop{position:fixed;top:70px;left:0;width:var(--sidebar-width);height:calc(100vh - 70px);background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto;z-index:100;box-shadow:2px 0 8px #00000008}.sidebar-nav{padding:0}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#050b1a05,#1e25630d)}.sidebar-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-primary)}.sidebar-menu{list-style:none!important;margin:0;padding:12px 0}.sidebar-menu li{margin:0;list-style:none!important}.sidebar-menu li:before,.sidebar-menu li::marker{display:none!important;content:none!important}.sidebar-item{display:flex;align-items:center;width:100%;padding:12px 20px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.9rem;color:#475569;transition:all .2s ease;gap:12px;position:relative}.sidebar-item:hover{background:#1e25630d;color:var(--color-primary)}.sidebar-item.active{background:linear-gradient(90deg,rgba(30,37,99,.1) 0%,transparent 100%);color:var(--color-primary);font-weight:600}.sidebar-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gradient-primary);border-radius:0 4px 4px 0}.sidebar-icon{font-size:1.1rem;flex-shrink:0}.sidebar-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-number{display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b;background:#f1f5f9;width:24px;height:24px;border-radius:50%;flex-shrink:0}.sidebar-item.active .sidebar-number{background:var(--color-primary);color:#fff}.analysis-footer-mobile{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--footer-height);background:#f8fafc;border-top:1px solid #e2e8f0;box-shadow:0 -4px 20px #0000001a;z-index:1000;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:8px 4px;gap:6px}.analysis-footer-mobile::-webkit-scrollbar{display:none}.footer-tab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px;height:calc(var(--footer-height) - 16px);padding:6px 12px;border:none;background:#fff;border-radius:12px;cursor:pointer;color:#475569;transition:all .25s ease;position:relative;flex-shrink:0;box-shadow:0 1px 3px #00000014;margin:0 3px}.footer-tab:first-child{margin-left:8px}.footer-tab:last-child{margin-right:8px}.footer-tab:hover:not(.active){background:#f1f5f9;transform:translateY(-2px)}.footer-tab.active{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 12px #1e25634d;transform:translateY(-2px)}.footer-tab-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#e2e8f0;font-size:1rem;margin-bottom:4px;transition:all .25s ease}.footer-tab.active .footer-tab-icon{background:#ffffff40}.footer-tab-label{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2px;max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.mobile-menu-btn{display:none!important}.sidebar-overlay{display:none}.layout-with-sidebar{display:flex;min-height:100vh;position:relative}.layout-with-sidebar .main-content-area{flex:1;margin-left:var(--sidebar-width);min-width:0;padding-bottom:20px}.layout-with-sidebar .content-header{background:#fff;box-shadow:0 2px 8px #0000000d}.layout-with-sidebar .content-inner{padding:24px;max-width:1000px;margin:0 auto}.analysis-content{background:#fff;border-radius:12px;padding:32px 40px;box-shadow:0 2px 8px #0000000f;margin:20px 0}.analysis-content-inner{max-width:900px;margin:0 auto;font-size:1rem;line-height:1.7}.analysis-list{margin-bottom:15px;padding-left:25px}.analysis-list-item{margin-bottom:8px;line-height:1.6}.table-wrapper{overflow-x:auto;margin:24px 0;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.analysis-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:500px}.analysis-thead{background:linear-gradient(135deg,#050b1a,#1e2563)}.analysis-tr{border-bottom:1px solid #e2e8f0;transition:background .15s}.analysis-th{padding:12px 16px;color:#fff;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.analysis-td{padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#334155;vertical-align:top}.analysis-h1{font-size:2rem;font-weight:700;margin-top:10px;margin-bottom:24px;color:#0f172a;border-bottom:3px solid #1e2563;padding-bottom:12px}.analysis-h2{font-size:1.4rem;font-weight:600;margin-top:32px;margin-bottom:16px;color:#1e293b;border-left:4px solid #1e2563;padding-left:12px}.analysis-h3{font-size:1.15rem;font-weight:600;margin-top:24px;margin-bottom:12px;color:#334155}.analysis-h4{font-size:1.05rem;font-weight:600;margin-top:20px;margin-bottom:10px;color:#475569}.analysis-p{margin-bottom:16px;line-height:1.75;color:#475569}.analysis-strong{font-weight:600;color:#1e293b}.analysis-blockquote{border-left:4px solid #1e2563;margin:20px 0;color:#64748b;font-style:italic;background:#f8fafc;padding:16px 20px;border-radius:0 8px 8px 0}.analysis-code-inline{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.9em;color:#e11d48;font-family:monospace}.analysis-pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow:auto;font-size:.9rem;margin:20px 0}.analysis-hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent);margin:32px 0}.analysis-link{color:#2563eb;text-decoration:none;border-bottom:1px solid #93c5fd}.chart-placeholder{margin:24px 0;padding:40px;background:linear-gradient(135deg,#050b1a08,#1e25630f);border-radius:8px;border:1px dashed #cbd5e1;text-align:center}.chart-placeholder-icon{font-size:2rem;margin-bottom:10px;display:block}.chart-placeholder-text{color:#64748b;margin:0;font-size:.9rem}.analysis-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#050b1a08,#1e25630f);border-radius:12px;border:1px solid rgba(30,37,99,.1);margin:20px 0}.analysis-empty-icon{font-size:3rem;margin-bottom:20px}.analysis-empty-title{color:#1e2563;margin:0;font-size:1.1rem;font-weight:600}.analysis-empty-subtitle{color:#64748b;margin-top:8px;font-size:.95rem}.description-short{padding:1.5rem 1.75rem;font-size:1.05rem;line-height:1.6;color:#374151}.description-full{padding:1.5rem 1.75rem;font-size:1rem;line-height:1.7;color:#4b5563;border-top:1px solid #e5e7eb}.reactions-section{padding:1rem 1.75rem;background:#fafafa;border-top:1px solid #e5e7eb}.analysis-sidebar-desktop::-webkit-scrollbar{width:6px}.analysis-sidebar-desktop::-webkit-scrollbar-track{background:#f1f5f9}.analysis-sidebar-desktop::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}@media(max-width:1024px){.analysis-sidebar-desktop{display:none!important;visibility:hidden!important;width:0!important;height:0!important;position:absolute!important;left:-99999px!important}.analysis-footer-mobile{display:flex!important;align-items:center}.layout-with-sidebar{flex-direction:column}.layout-with-sidebar .main-content-area{margin-left:0;padding-bottom:calc(var(--footer-height) + 20px)}.layout-with-sidebar .content-inner{padding:16px}.analysis-content{padding:24px;margin:16px 0}}@media(max-width:768px){:root{--footer-height: 68px}.analysis-sidebar-desktop{display:none!important}.proposition-detail-page,.proposition-detail-page .main-content-area,.proposition-detail-page .content-inner{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important}.proposition-detail-page .main-content-area{padding-bottom:calc(var(--footer-height) + 12px)!important}.proposition-detail-page .analysis-content{margin:0!important;padding:16px!important;border-radius:0!important;box-shadow:none!important;border-bottom:1px solid #e5e7eb!important}.proposition-detail-page .analysis-content-inner{max-width:100%!important;margin:0!important}.proposition-detail-page .card,.proposition-detail-page article.card{margin:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important;border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:1px solid #e5e7eb!important;width:100%!important;max-width:100%!important}.proposition-detail-page .table-wrapper{margin:16px 0!important;border-radius:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important}.proposition-detail-page .analysis-table{min-width:100%!important}.proposition-detail-page .analysis-th,.proposition-detail-page .analysis-td{padding:10px 12px!important;font-size:.85rem!important}.proposition-detail-page .analysis-th:first-child,.proposition-detail-page .analysis-td:first-child{position:sticky!important;left:0!important;z-index:2!important}.proposition-detail-page .analysis-th:first-child{background:var(--color-primary-dark, #050b1a)!important}.proposition-detail-page .analysis-td:first-child{background:#fff!important;box-shadow:2px 0 4px #00000014!important}.proposition-detail-page .analysis-h1,.proposition-detail-page .analysis-h2,.proposition-detail-page .analysis-h3,.proposition-detail-page .analysis-h4{margin-left:0!important;margin-right:0!important}.proposition-detail-page .analysis-h2{font-size:1.2rem!important;margin-top:24px!important}.proposition-detail-page .description-short,.proposition-detail-page .description-full,.proposition-detail-page .markdown-full{padding:16px!important;margin:0!important}.proposition-detail-page .reactions-section{padding:12px 16px!important}.proposition-detail-page .analysis-empty{margin:0!important;border-radius:0!important;padding:40px 16px!important}.proposition-detail-page .chart-placeholder{margin:16px 0!important;padding:30px 16px!important;border-radius:0!important}.footer-tab{min-width:90px;padding:5px 10px}.footer-tab-icon{width:28px;height:28px;font-size:.9rem}.footer-tab-label{font-size:.55rem;max-width:75px}}@media(max-width:480px){:root{--footer-height: 64px}.proposition-detail-page .analysis-content,.proposition-detail-page .description-short,.proposition-detail-page .description-full,.proposition-detail-page .markdown-full{padding:12px!important}.proposition-detail-page .analysis-th,.proposition-detail-page .analysis-td{padding:8px 10px!important;font-size:.8rem!important}.footer-tab{min-width:80px;padding:4px 8px;border-radius:10px}.footer-tab-icon{width:26px;height:26px;margin-bottom:3px}.footer-tab-label{font-size:.5rem;max-width:68px}}@media(max-width:390px){.proposition-detail-page .analysis-content{padding:10px!important}.proposition-detail-page .analysis-th,.proposition-detail-page .analysis-td{padding:6px 8px!important;font-size:.75rem!important}.footer-tab{min-width:68px;padding:4px 5px}.footer-tab-label{font-size:.45rem;max-width:56px}}.section-navigation{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.section-nav-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;min-width:120px}.section-nav-btn.prev{justify-content:flex-start}.section-nav-btn.next{justify-content:flex-end}.section-nav-btn:hover:not(:disabled){background:#f9fafb;border-color:#1e3a5f;color:#1e3a5f;box-shadow:0 2px 6px #1e3a5f1a}.section-nav-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb}.section-nav-btn svg{flex-shrink:0;transition:transform .2s ease}.section-nav-btn.prev:hover:not(:disabled) svg{transform:translate(-3px)}.section-nav-btn.next:hover:not(:disabled) svg{transform:translate(3px)}.section-progress{font-size:.85rem;color:#6b7280;font-weight:500;white-space:nowrap}@media(max-width:768px){.section-navigation{gap:.75rem;padding-top:1rem;margin-top:1.5rem}.section-nav-btn{padding:.625rem 1rem;font-size:.85rem;min-width:auto}.nav-btn-text{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:480px){.section-navigation{gap:.5rem}.section-nav-btn{padding:.5rem .75rem;font-size:.8rem;border-radius:8px}.nav-btn-text{display:none}.section-nav-btn svg{width:24px;height:24px}.section-progress{font-size:.8rem}}.members-cards-grid{display:grid;gap:32px 22px;grid-template-columns:1fr}@media(min-width:600px){.members-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.members-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1100px){.members-cards-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1360px){.members-cards-grid{grid-template-columns:repeat(5,1fr)}}.members-cards-grid a{text-decoration:none!important;color:inherit;display:flex;flex-direction:column;align-items:center}.member-card{background:#fff;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000000f;min-height:175px;padding:27px 14px 16px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .18s,transform .18s;cursor:pointer;position:relative}.member-card:hover{box-shadow:0 8px 24px #00286e21;transform:translateY(-3px) scale(1.034);background:#f6f8fe}.member-avatar{width:58px;height:58px;border-radius:50%;overflow:hidden;border:2.5px solid #e2e6f6;background:#eef2fb;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.member-initials{font-size:23px;font-weight:700;color:#7fa7e4;letter-spacing:.02em}.member-name{font-size:17px;font-weight:700;color:#0451c9;margin-bottom:4px;word-break:break-word;text-align:center;line-height:1.19;width:100%;max-height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.member-position{color:#8890a9;font-size:13px;text-align:center;min-height:19px;line-height:1.22;width:100%;word-break:break-word;font-style:italic;margin-top:3px;max-height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.members-cards-grid a,.members-cards-grid a:visited,.members-cards-grid a:hover,.members-cards-grid a:active{text-decoration:none!important;color:inherit}.prose hr{display:none!important}.press-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.press-source__favicon{width:20px;height:20px;border-radius:4px;flex:0 0 auto;background:#fff;border:1px solid var(--color-border, #e0e0e0)}.press-source__name{overflow:hidden;text-overflow:ellipsis}.press-card__datechip{background:#f5f8ff;border:1px solid #dbe7ff;border-radius:10px;padding:6px 8px;display:inline-grid;grid-auto-flow:column;align-items:baseline;gap:6px;line-height:1}.datechip-day{font-weight:700;font-size:14px;color:var(--color-text, #1a1a1a)}.datechip-month,.datechip-year{font-size:12px;color:var(--color-text-light, #374151);text-transform:uppercase}.press-card__title{font-size:clamp(16px,1.1vw + 12px,18px);line-height:1.25;font-weight:700;margin:6px 0 0;color:var(--color-text, #1a1a1a);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.press-card__linkwrap{text-decoration:none;color:inherit;display:block}.press-list__item{min-width:0}.press-list{list-style:none;margin:0;padding:0}.press-list.list{display:grid;gap:var(--space-lg, 24px)}.press-list.grid{display:grid;gap:var(--space-lg, 24px);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.press-card{position:relative;overflow:hidden;border:1px solid var(--color-border, #e0e0e0);background:var(--color-bg-card, #fff);color:var(--color-text, #1a1a1a);border-radius:var(--radius, 16px);transition:box-shadow .2s ease,transform .15s ease,border-color .2s ease;will-change:transform,box-shadow}.press-card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-2px);border-color:#0055ff40}.press-card--grid .press-card__media{position:relative;aspect-ratio:16 / 9;overflow:hidden}.press-card--grid .press-card__content{padding:16px 16px 20px}.press-card--list{display:grid;grid-template-columns:40% 60%}@media(max-width:720px){.press-card--list{grid-template-columns:1fr}}.press-card--list .press-card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden}.press-card--list .press-card__content{padding:16px}.press-card__media{background:#f3f4f6}.press-card__img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .3s ease;display:block}.press-card:hover .press-card__img{transform:scale(1.04)}.press-card__mediaShade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,#0000,#00000008 40%,#0000000f)}.press-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;min-height:28px}.press-card__source{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-light, #374151);max-width:75%;white-space:nowrap;overflow:hidden}.press-card--list:not(.press-card--with-img){grid-template-columns:1fr}.press-source__logo{width:22px;height:22px;object-fit:contain;background:transparent;border-radius:4px;flex:0 0 auto}.press-card__datechip{flex-shrink:0}.member-detail .mobile-tabbar{position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--color-border, #e6e9f2);display:flex;align-items:center;justify-content:center;padding:0 12px env(safe-area-inset-bottom,0);box-shadow:0 -6px 18px #0000000f;z-index:999}.member-detail .mobile-tabbar .segmented{display:flex;gap:0;align-items:center;justify-content:center;width:min(420px,92vw);background:#f3f6ff;border:1px solid #dbe5ff;border-radius:9999px;padding:6px;box-shadow:0 1px #fffc inset,0 8px 22px #0028781a}.member-detail .mobile-tabbar .segmented .senspo-tab{flex:1;height:40px;border:0!important;border-radius:9999px;margin:0!important;padding:0 .9rem!important;background:transparent;color:#334155;font-weight:700;box-shadow:none!important;transition:transform .08s ease,background .2s ease}.member-detail .mobile-tabbar .segmented .senspo-tab:active{transform:translateY(1px)}.member-detail .mobile-tabbar .segmented .senspo-tab.active{color:#fff;background:linear-gradient(180deg,var(--color-primary, #2e7bff) 0%,#0044cc 100%);box-shadow:0 2px 10px #0055ff40,inset 0 0 0 1px #ffffff2e}.member-detail .mobile-tabbar .segmented .senspo-tab[disabled]{opacity:.45;cursor:not-allowed}.member-detail.has-mobile-tabbar{padding-bottom:calc(76px + env(safe-area-inset-bottom,0))}@media(min-width:768px){.member-detail.has-mobile-tabbar{padding-bottom:0}}.member-detail .profile-card{position:sticky;top:calc(var(--header-h, 75px) + 8px);z-index:90;border-radius:12px;overflow:visible!important;box-shadow:0 4px 18px #0000000f}.member-detail .profile-card .banner-rounded{height:80px;background:#002b5b;border-top-left-radius:12px;border-top-right-radius:12px}.member-detail .profile-card+*{scroll-margin-top:12px}@media(max-width:768px){.member-detail{--header-h: 60px}.member-detail .profile-card{top:calc(var(--header-h) + 6px)}}.auth-container{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;animation:fadeIn .6s ease-out}.auth-card{width:100%;max-width:480px;background:#fff;border:1px solid rgba(10,34,64,.06);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 60px #0a224014,0 4px 12px #0a22400a;animation:slideUp .6s cubic-bezier(.4,0,.2,1)}.auth-header{background:var(--gradient-primary);padding:3rem 2rem 5rem;position:relative;text-align:center}.auth-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:#fff;border-radius:40px 40px 0 0}.auth-avatar-container{position:relative;z-index:2;margin-bottom:-60px;display:flex;justify-content:center}.auth-avatar{width:120px;height:120px;border-radius:50%;border:6px solid #fff;box-shadow:0 10px 30px #00000026,0 0 0 1px #0a22400d;object-fit:cover;background:#f3f4f6;animation:pulse 2s ease-in-out infinite}.auth-body{padding:5rem 2rem 2rem}.auth-title{text-align:center;margin:0 0 1.5rem;font-size:2rem;font-weight:800;color:var(--color-primary);letter-spacing:-.02em}.auth-subtitle{text-align:center;color:#6b7280;margin:0 0 2rem;line-height:1.6;font-size:1rem}.beta-badge-container{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.beta-badge{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;padding:.35rem .85rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #fbbf244d}.beta-text{font-size:.85rem;color:#6b7280;font-weight:500}.beta-text strong{color:var(--color-primary);font-weight:700}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:600;color:var(--color-primary);display:flex;align-items:center;gap:.35rem}.form-input{width:100%;padding:.85rem 1rem;border:2px solid #e5e7eb;border-radius:var(--radius-lg);font-size:1rem;transition:all .2s;background:#fff}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #050b1a14}.form-input.invalid{border-color:#ef4444;background:#fef2f2}.form-input.invalid:focus{box-shadow:0 0 0 4px #ef44441a}.input-wrapper{position:relative}.input-with-suffix{padding-right:3rem}.input-suffix-btn{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:all .2s;display:flex;align-items:center;justify-content:center}.input-suffix-btn:hover{color:var(--color-primary);background:#050b1a0d}.input-suffix-btn:active{transform:translateY(-50%) scale(.95)}.field-error{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.875rem;font-weight:500;animation:fadeIn .3s ease-out}.field-error:before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#dc2626;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}.field-hint{display:flex;align-items:center;gap:.5rem;color:#f59e0b;font-size:.875rem;font-weight:500;animation:fadeIn .3s ease-out}.field-hint:before{content:"i";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#f59e0b;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}.alert-error{background:linear-gradient(135deg,#fef2f2,#fff);border:2px solid #fecaca;border-radius:var(--radius-lg);padding:1rem 1.25rem;color:#b91c1c;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;animation:fadeIn .3s ease-out;box-shadow:0 4px 12px #ef44441a}.alert-error:before{content:"X";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dc2626;color:#fff;border-radius:50%;font-size:.875rem;font-weight:700}.form-options{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.checkbox-wrapper input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--color-primary);border-radius:4px}.checkbox-label{font-size:.95rem;color:#374151;font-weight:500;cursor:pointer}.auth-button{width:100%;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:var(--radius-lg);font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #050b1a4d,0 2px 6px #050b1a33;display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #050b1a66,0 4px 12px #050b1a4d}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #050b1a33}.auth-button .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-link{color:var(--color-primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s;display:inline-flex;align-items:center;gap:.35rem}.auth-link:hover{text-decoration:underline;opacity:.8}.auth-footer{text-align:center;margin-top:1.5rem}.auth-security-note{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;color:#9ca3af;font-size:.85rem;line-height:1.6;position:relative}.auth-security-note:before{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);width:32px;height:32px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.auth-container{padding:1rem .75rem}.auth-card{max-width:100%}.auth-header{padding:2rem 1.5rem 4rem}.auth-avatar{width:100px;height:100px;border-width:5px}.auth-body{padding:4rem 1.5rem 1.5rem}.auth-title{font-size:1.65rem}.form-options{flex-direction:column;align-items:flex-start}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#050b1a,#1e2563);box-shadow:0 2px 12px #00000026;height:70px}.header,.header a,.header span,.header button{color:#fff}.header.glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:100%;gap:2rem}.header-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;transition:transform .2s ease,opacity .2s ease;flex-shrink:0}.header-brand span{color:#fff}.header-brand:hover{transform:scale(1.03);opacity:.95}.header-brand svg{transition:transform .3s ease}.header-brand:hover svg{transform:rotate(-5deg) scale(1.1)}.header-nav-desktop{display:none;align-items:center;gap:.5rem;flex:1;justify-content:center}@media(min-width:768px){.header-nav-desktop{display:flex}}.header-link{color:#fff!important;text-decoration:none;padding:.6rem 1rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s ease;white-space:nowrap;opacity:.9}.header-link:hover{background:#ffffff26;color:#fff!important;opacity:1}.header-link.active{background:#fff3;color:#fff!important;opacity:1}.header-nav{display:none;align-items:center;gap:.25rem}@media(min-width:768px){.header-nav{display:flex}}.header-nav a{color:#fff!important;text-decoration:none;padding:.6rem 1rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s ease;white-space:nowrap;opacity:.9}.header-nav a:hover{background:#ffffff26;opacity:1}.header-nav a.active{background:#fff3;opacity:1}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn-login-desktop{display:none;padding:.6rem 1.25rem;background:#fff;color:#050b1a!important;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s ease;margin-left:.5rem;flex-shrink:0}@media(min-width:768px){.btn-login-desktop{display:block}}.btn-login-desktop:hover{background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-login{display:none;padding:.6rem 1.25rem;background:#ffffff26;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.2)}@media(min-width:768px){.btn-login{display:block}}.btn-login:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.burger-btn,.header-burger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;gap:5px}@media(min-width:768px){.burger-btn,.header-burger{display:none}}.burger-btn span,.header-burger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.burger-btn.open span:nth-child(1),.header-burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-btn.open span:nth-child(2),.header-burger.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3),.header-burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.user-dropdown{position:relative}.user-toggle{display:none;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:24px;cursor:pointer;transition:all .2s ease;color:#fff}@media(min-width:768px){.user-toggle{display:flex}}.user-toggle:hover{background:#ffffff40;border-color:#fff6}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;animation:fadeInDown .2s ease;z-index:1001}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-item{display:block;padding:.85rem 1rem;color:#1a1a1a;text-decoration:none;font-size:.95rem;transition:background .2s ease}.user-menu-item:hover{background:#f5f5f5}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;inset:70px 0 0;background:linear-gradient(180deg,#050b1a,#1e2563);z-index:999;display:none;flex-direction:column;padding:1.5rem;overflow-y:auto;transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.mobile-menu .mobile-nav *{color:#fff}.mobile-menu .mobile-nav a{color:#fff!important}.mobile-menu .btn-login-mobile,.mobile-menu .btn-login-mobile *{color:#050b1a!important}.mobile-menu.open{display:flex;transform:translateY(0);opacity:1;animation:slideDown .3s ease}@media(min-width:768px){.mobile-menu,.mobile-overlay{display:none!important}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-link{display:block;padding:1rem 1.25rem;color:#fff!important;text-decoration:none;font-size:1.1rem;font-weight:500;border-radius:12px;transition:background .2s ease}.mobile-link:hover,.mobile-link:focus,.mobile-link.active{background:#ffffff26;color:#fff!important}.mobile-menu,.mobile-menu a,.mobile-menu span,.mobile-nav a{color:#fff!important}.mobile-cta{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:.75rem}.btn-login-mobile,.btn-profile-mobile,.btn-logout-mobile{display:block;padding:1rem;text-align:center;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .2s ease}.btn-login-mobile{background:#fff!important;color:#050b1a!important}.btn-login-mobile:hover{background:#f0f0f0;transform:translateY(-2px)}.btn-profile-mobile{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-profile-mobile:hover{background:#ffffff40}.btn-logout-mobile{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.btn-logout-mobile:hover{color:#fff;border-color:#ffffff4d}@media(max-width:767px){.header-container{padding:0 1rem}.header-brand{font-size:1.25rem}}@media(min-width:1024px){.header-nav-desktop,.header-nav{gap:.5rem}.header-link,.header-nav a{padding:.6rem 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{background:#fafafa;font-family:sans-serif}.wrapper{width:100%;max-width:1600px;margin:0 auto;padding:0 20px}.app-header{background:#036;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.app-header h1{font-size:1.5rem}.app-header a{color:#a5d8ff;text-decoration:none;font-weight:700}.intro-section{background:#fff;padding:3rem 2rem;text-align:center;border-bottom:1px solid #e0e0e0}.intro-section h1{font-size:2.2rem;color:#036;margin-bottom:1rem}.intro-section p{font-size:1.2rem;max-width:720px;margin:auto;color:#555}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:2rem;max-width:1200px;margin:auto}.event-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .2s ease}.event-card:hover{transform:translateY(-3px)}.event-card h3{margin-bottom:.5rem;font-size:1.3rem;color:#036}.event-card p{font-size:.95rem;color:#666}.btn-link{display:inline-block;margin-top:1rem;color:#036;text-decoration:none;font-weight:700}.btn-link:hover{text-decoration:underline}.app-footer{margin-top:3rem;padding:2rem;background-color:#036;color:#fff;text-align:center;font-size:.9rem}.app-footer a{color:#a5d8ff;text-decoration:none}.event-header{padding:2rem;background:#f0f4f8;border-bottom:1px solid #ddd;text-align:center}.event-header h2{font-size:1.8rem;color:#036}.event-type{display:inline-block;margin-top:.5rem;padding:.3rem .6rem;background:#036;color:#fff;border-radius:5px;font-size:.9rem}.btn-retour{display:inline-block;margin-top:1rem;color:#036;text-decoration:none;font-weight:700}.evenements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:2rem}.evenement-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000000d}.prop-meta{display:flex;align-items:center;margin-bottom:1rem}.avatar-candidat{width:50px;height:50px;border-radius:50%;margin-right:1rem}.prop-meta-text strong{font-size:1.1rem;display:block}.badge-party{background:#e0e0e0;padding:.2rem .5rem;margin-top:.2rem;display:inline-block;font-size:.8rem;border-radius:3px}.prop-description{margin:1rem 0;color:#333}.prop-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag-with-icon{display:flex;align-items:center;background:#e7f1ff;padding:.3rem .6rem;border-radius:5px}.tag-with-icon img{width:20px;margin-right:.5rem}.prop-status{margin-top:1rem}.badge{display:inline-block;font-size:.75rem;padding:.3rem .6rem;border-radius:3px;margin-right:.5rem}.badge-warning{background:#fff3cd;color:#856404}.badge-danger{background:#f8d7da;color:#721c24}.btn-load-more{margin:2rem auto;display:block;background:#036;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.btn-load-more:hover{background:#00224d}.layout{display:flex;flex-direction:column;min-height:100vh;background:#fafafa}.main-content{flex:1;padding:2rem}.main-content>*{max-width:1600px;margin-left:auto;margin-right:auto}.card{margin-bottom:6rem}.button-next{position:sticky;bottom:1rem;z-index:10}.proposal-metrics{margin-bottom:1rem;flex-wrap:wrap;justify-content:center;gap:.5rem}
