*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,sans-serif;font-size:14px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-y:scroll;padding-bottom:0}img{display:block;object-fit:cover}button{font-family:inherit;border:none;background:none}a,button{cursor:pointer}a{text-decoration:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.c-primary{color:var(--primary)}.c-deep-blue{color:var(--deep-blue)}.c-accent{color:var(--accent)}.c-green{color:var(--green)}.icon-box-primary{background:var(--primary-lt);color:var(--primary)}.icon-box-accent,.icon-box-primary{display:flex;align-items:center;justify-content:center;border-radius:8px}.icon-box-accent{background:var(--accent-lt);color:var(--accent)}.view-section{display:none;animation:fadeIn .3s ease;padding:var(--space-6) var(--space-4)}.view-section.active{display:block;min-height:100px}.view-section--elevated{background:var(--surface-alt);padding:var(--space-8) var(--space-4);margin:var(--space-8) 0;border-radius:var(--radius-lg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.topbar{position:sticky;top:0;z-index:300;background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;padding:0;gap:0;box-shadow:0 1px 0 rgba(19,34,56,.04)}.topbar,.topbar-inner{display:flex;min-height:54px}.topbar-inner{align-items:center;padding:0 20px;gap:20px;width:100%;box-sizing:border-box}.logo{gap:10px;flex-shrink:0}.logo,.logo-mark{display:flex;align-items:center}.logo-mark{width:32px;height:32px;background:var(--primary);border-radius:8px;justify-content:center}.logo-mark svg{color:#fff}.logo-name{font-size:22px;letter-spacing:-.04em;color:var(--deep-blue);font-weight:800;white-space:nowrap;line-height:1.1}.logo-lockup{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;max-height:36px;line-height:0}.logo-img{display:block;height:auto;width:auto;max-height:34px;max-width:min(220px,46vw);object-fit:contain;object-position:left center}@media (min-width:1400px){.logo-img{max-height:36px;max-width:min(240px,42vw)}}.search-wrap{flex:1;max-width:280px;position:relative}.search-wrap input{width:100%;padding:10px 16px 10px 40px;background:var(--surface-alt);border:1px solid var(--border);border-radius:20px;font-size:14px;color:var(--text-1);outline:none;transition:all .2s ease}.search-wrap input:focus{background:var(--surface);border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lt)}.search-wrap input::placeholder{color:var(--text-3);font-weight:500}.search-wrap .search-submit{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0}.search-wrap .search-submit:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.search-wrap .search-icon{color:var(--text-3);flex-shrink:0}.search-wrap .search-submit:focus-visible .search-icon,.search-wrap .search-submit:hover .search-icon{color:var(--primary)}.topbar-actions{margin-left:auto;flex-shrink:0;gap:20px}.topbar-actions,.topbar-nav{display:flex;align-items:center;height:100%}.topbar-nav{gap:12px;margin-left:0}.t-nav-publish{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:var(--r-inner);font-weight:600;font-size:14px;color:#fff!important;background:var(--accent);border:1px solid rgba(200,100,20,.25);box-shadow:0 2px 12px rgba(230,126,34,.38);transition:transform .15s ease,background .15s ease,box-shadow .15s ease;text-decoration:none}.t-nav-publish:hover{background:var(--accent-dk);transform:translateY(-1px);box-shadow:0 4px 18px rgba(230,126,34,.5)}.t-nav-publish:focus-visible{outline:3px solid var(--accent-lt);outline-offset:2px}.t-nav-publish--active{background:var(--accent-dk);box-shadow:inset 0 -3px 0 rgba(180,80,10,.5),0 2px 14px rgba(230,126,34,.45)}.t-nav-item{display:inline-flex;align-items:center;gap:8px;color:var(--text-2);font-weight:600;font-size:14px;padding:8px 18px;border-radius:var(--r-inner);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease}.t-nav-item:hover{color:var(--deep-blue);background:rgba(22,59,102,.08);border-color:rgba(22,59,102,.18);box-shadow:0 3px 14px rgba(19,34,56,.1)}.t-nav-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.t-nav-item.active{background:linear-gradient(90deg,rgba(255,243,230,.95),rgba(255,255,255,.92));color:var(--deep-blue);font-weight:700;border-color:rgba(230,126,34,.4);box-shadow:inset 0 -3px 0 var(--accent),0 2px 10px rgba(19,34,56,.06)}.nav-badge{background:var(--accent);color:#fff;font-size:11px;font-weight:800;padding:2px 6px;border-radius:10px;line-height:1;margin-left:-4px;border:2px solid var(--surface)}.topbar-r{display:flex;align-items:center;gap:10px;margin-left:0;border-left:1px solid var(--border-lt);padding-left:18px}.topbar-cookie-manage{font-size:12px;font-weight:700;color:var(--text-2);background:transparent;border:none;cursor:pointer;padding:6px 8px;border-radius:8px;white-space:nowrap}.topbar-cookie-manage:hover{color:var(--deep-blue);background:var(--surface-alt)}.topbar-avatar{width:36px;height:36px;border-radius:50%;cursor:pointer;border:2px solid var(--border);transition:all .2s}.topbar-avatar:hover{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-lt);transform:scale(1.05)}.topbar-avatar.user-avatar-initials{border:2px solid var(--border)!important}.topbar-avatar.user-avatar-initials:hover{border-color:var(--accent)!important;box-shadow:0 0 0 2px var(--accent-lt)}.layout{display:grid;width:100%;max-width:none;margin:0;box-sizing:border-box;grid-template-columns:1fr minmax(var(--feed-column-min),var(--feed-column-max)) 1fr;grid-template-areas:"sidebar feed aside";column-gap:var(--layout-gap);row-gap:clamp(12px,2vw,24px);padding:clamp(12px,2vw,28px) clamp(12px,1.8vw,20px) 60px;justify-content:stretch;position:relative;align-items:start}@media (min-width:1400px){.layout:has(>aside.sr){grid-template-columns:minmax(0,1fr) minmax(var(--feed-column-min),var(--feed-column-max)) minmax(0,.68fr);column-gap:clamp(24px,2.4vw,40px)}}.layout:not(:has(>aside.sr)){grid-template-columns:var(--sl-width) 1fr;grid-template-areas:"sidebar feed"}.layout:not(:has(>aside.sr))>.feed{justify-self:center;width:100%;max-width:min(var(--feed-column-max),100%)}.sl{grid-area:sidebar;justify-self:start;width:var(--sl-width);max-width:100%;min-width:0;position:sticky;top:70px;height:max-content;z-index:40}.sl-inner{width:100%;overflow:hidden;border-radius:16px;background:transparent;border:1px solid transparent;padding-top:2px}.feed{grid-area:feed;width:100%;min-width:0;max-width:none}.sr{grid-area:aside;justify-self:end;width:var(--sr-width);max-width:100%;min-width:0;position:sticky;top:70px;height:max-content;gap:14px}.sl-nav,.sr{display:flex;flex-direction:column}.sl-nav{gap:5px}.sl-nav,.sl-nav--personal,.sl-nav--tech{margin-bottom:0}.sl-block--personal{padding:8px 6px 10px;margin-bottom:14px;border-radius:14px;background:linear-gradient(180deg,rgba(255,243,230,.9) 0,var(--surface-alt) 100%);border:1px solid var(--accent-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.sl-block--tech{padding:10px 6px 8px;border-radius:14px;background:var(--surface);border:1px solid var(--border);box-shadow:0 1px 4px rgba(19,34,56,.06)}.sl-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--r-inner);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease;color:var(--text-2);font-weight:600;font-size:14.5px;min-width:0;white-space:nowrap;border:1px solid transparent}.sl-item:hover:not(.active){background:rgba(22,59,102,.1);color:var(--deep-blue);box-shadow:0 3px 14px rgba(19,34,56,.12);border-color:rgba(22,59,102,.18)}.sl-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sl-item.active{background:linear-gradient(90deg,rgba(255,243,230,.95),rgba(255,255,255,.92));color:var(--deep-blue);font-weight:800;border-color:rgba(230,126,34,.35);box-shadow:inset 4px 0 0 var(--accent),0 2px 12px rgba(19,34,56,.08)}.sl-icon{width:36px;height:36px;border-radius:9px;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;color:var(--text-3);flex-shrink:0;transition:background .18s ease,color .18s ease}.sl-item.active .sl-icon{background:var(--accent);color:#fff}.sl-item:hover:not(.active) .sl-icon{background:rgba(230,126,34,.16);color:var(--accent-dk)}.sl-group-sep{height:0;margin:18px 4px 14px;border:none;border-top:2px solid var(--border);box-shadow:0 1px 0 rgba(255,255,255,.8)}.sl-sep{height:1px;background:var(--border);margin:12px 6px}.sl-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);padding:0 10px;margin-bottom:8px;margin-top:2px}.sl-title--mon-espace{margin-top:0;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid rgba(230,126,34,.35)}.sl-title--mon-espace .sl-label{color:var(--deep-blue);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900;opacity:.92}.sl-title--tech{margin-top:0;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border-lt)}.sl-title--tech .sl-label,.sl-title--tech.sl-title--outils .sl-label{color:var(--deep-blue);letter-spacing:.08em;opacity:.85;text-transform:uppercase;font-size:11px;font-weight:900}.sl-label{opacity:1;pointer-events:auto;white-space:nowrap;overflow:hidden;min-width:0}.sl-item.sl-item--label-wrap{align-items:flex-start;white-space:normal}.sl-item--disabled{opacity:.48;cursor:not-allowed;pointer-events:none}.sl-item.sl-item--label-wrap .sl-label{white-space:normal;overflow:visible;line-height:1.32;hyphens:auto}.sl-badge{opacity:1;pointer-events:auto;flex-shrink:0}.sl-badge--messages{background:var(--accent);color:#fff;font-size:11px;padding:2px 7px;border-radius:10px;font-weight:800;margin-left:auto;border:1px solid rgba(255,255,255,.35)}.empty-state{padding:22px}.empty-state__title{margin:0 0 6px;font-size:16px;font-weight:900;color:var(--deep-blue);letter-spacing:-.01em}.empty-state__text{margin:0 0 14px;font-size:14px;font-weight:600;color:var(--text-2);line-height:1.55}.empty-state__actions{display:flex;flex-wrap:wrap;gap:10px}.empty-state__actions--feed{flex-direction:column;align-items:stretch;gap:10px}.feed-empty-primary-row{display:flex;flex-wrap:wrap;gap:8px}.feed-empty-cta-primary{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 18px;border-radius:20px;font-size:13.5px;font-weight:800;font-family:inherit;color:var(--deep-blue);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.feed-empty-cta-primary:hover{background:var(--surface-alt);border-color:var(--text-3)}.feed-empty-cta-primary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a.feed-empty-cta-primary--link{text-decoration:none;box-sizing:border-box}.feed-empty-link-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;padding-top:2px}a.feed-empty-text-link,button.feed-empty-text-link{font-size:13px;font-weight:700;color:var(--primary);text-decoration:underline;text-underline-offset:3px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}a.feed-empty-text-link:hover,button.feed-empty-text-link:hover{color:var(--primary-dk)}#feed-posts-container .feed-posts-empty{margin-top:10px}.feed-load-more-sentinel{display:flex;justify-content:center;align-items:center;min-height:28px;padding:16px 0 8px}.feed-load-more-status{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-2)}.dili-page-lead{font-size:14px;font-weight:600;color:var(--text-2);margin-bottom:20px;line-height:1.5}.dili-inline-error{margin:0;color:#b91c1c;font-size:14px;font-weight:600}.depth-container--mb-12{margin-bottom:12px}.depth-container--mb-16{margin-bottom:16px}.depth-container--mb-24{margin-bottom:24px}.depth-container--mt-16{margin-top:16px}.depth-body--flush{padding:0}.view-header--mb-20{margin-bottom:20px}.flex-row-wrap{display:flex;gap:12px;flex-wrap:wrap}.flex-row-wrap--tight{gap:10px}.form-section-title--mb-18{margin-bottom:18px}.form-section-title--mt-8{margin-top:8px}.form-section-title--mt-16{margin-top:16px}.checkbox-grid--mt-8{margin-top:8px}.flex-row-wrap--gap-8{gap:8px}.flex-col-stack-10{display:flex;flex-direction:column;gap:10px}.c-btn-outline--compact{font-size:13px;padding:8px 14px}.c-btn-outline--xs{font-size:12px;padding:8px 12px}.pd-upsell-overlay{position:fixed;inset:0;z-index:2000;background:rgba(15,23,42,.42);display:flex;align-items:center;justify-content:center;padding:16px}.pd-upsell-card{width:min(560px,100%);max-width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-lg);padding:22px 24px}.pd-upsell-title{font-size:18px;font-weight:900;color:var(--deep-blue);letter-spacing:-.02em;margin-bottom:10px}.pd-upsell-body{font-size:14px;font-weight:600;color:var(--text-2);line-height:1.55;margin-bottom:0}.pd-upsell-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pd-upsell-overlay.bottom-nav-more-overlay{align-items:flex-end;justify-content:stretch;padding:0 0 env(safe-area-inset-bottom,0)}.bottom-nav-more-sheet{width:100%;max-width:100%;border-radius:16px 16px 0 0;border:1px solid var(--border);border-bottom:none;background:var(--surface);box-shadow:0 -8px 32px rgba(10,25,48,.12);padding:18px 16px calc(20px + env(safe-area-inset-bottom, 0px));max-height:min(78vh,520px);overflow-y:auto}.bottom-nav-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.bottom-nav-more-item{display:flex;align-items:center;justify-content:center;text-align:center;min-height:52px;padding:12px 10px;border-radius:var(--r-inner);border:1px solid var(--border);background:var(--surface-alt);color:var(--deep-blue);font-weight:800;font-size:13px;line-height:1.25;text-decoration:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.bottom-nav-more-item:hover{background:var(--surface);border-color:var(--deep-blue);box-shadow:var(--shadow-xs)}.bottom-nav-more-item--btn{cursor:pointer;font-family:inherit;color:#a11b1b;border-color:rgba(161,27,27,.35);background:#fff8f8}.bottom-nav-more-item--btn:hover{border-color:#a11b1b;color:#7f1515}.live-item--clickable{cursor:pointer}.rs-body{font-size:13px;color:var(--text-2);font-weight:600;margin-top:2px;line-height:1.45}.rs-meta-block{display:block;margin-top:6px;font-size:12px;color:var(--text-3);font-weight:600}.post-import-ctx{margin-left:6px;font-weight:700}.match-badge-stack{display:flex;flex-direction:column}.match-badge-stack .match-badge--human-align,.match-badge-stack .match-badge-stack__human{align-self:flex-start;margin-top:6px}.composer-social{background:var(--surface);border-radius:var(--r);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:24px;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.composer-social:hover{border-color:var(--primary-border);box-shadow:var(--shadow-md)}.comp-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.comp-top img{width:44px;height:44px;border-radius:50%}.comp-input,.comp-top img{border:1px solid var(--border)}.comp-input{flex:1;background:var(--surface-alt);border-radius:24px;padding:12px 20px;color:var(--text-2);font-size:15px;font-weight:500;transition:all .2s}.comp-input:hover{background:var(--surface);border-color:var(--text-3)}.comp-actions{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--border-lt);padding-top:16px}.comp-btn{display:flex;align-items:center;justify-content:center;gap:8px;flex:1 1 140px;padding:10px 8px;border-radius:8px;font-size:14px;font-weight:700;color:var(--text-2);transition:all .2s;background:var(--surface-alt);border:1px solid transparent}.comp-btn:hover{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--deep-blue)}.comp-btn svg{flex-shrink:0}.feed-create-pub-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:12px 20px;border-radius:10px;border:1px solid var(--primary-border);background:var(--primary);color:#fff;font-size:15px;font-weight:800;letter-spacing:-.02em;line-height:1.25;text-decoration:none;font-family:inherit;cursor:pointer;transition:filter .15s ease,transform .12s ease}.feed-create-pub-btn:hover{filter:brightness(1.06)}.feed-create-pub-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.feed-create-pub-btn--outline{background:transparent;color:var(--primary,#0b5);border-color:var(--primary-border,rgba(11,85,99,.35))}.feed-create-pub-btn--outline:hover{filter:none;background:rgba(11,85,99,.06)}.feed-filter-stack{margin-bottom:14px}.feed-filter-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.feed-filter-row--primary{margin-bottom:10px}.feed-filter-audience-hint{margin:var(--space-2) var(--space-1) 0;font-size:var(--text-sm);line-height:var(--leading-normal)}.feed-control-row{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:var(--space-3) var(--space-4)}.feed-filter-field{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-2);flex:1 1 0;min-width:9.5rem;max-width:100%;margin-bottom:0}.feed-filter-field__label{color:var(--text-3);line-height:var(--leading-snug)}.feed-filter-field__label,.feed-filter-select{font-size:var(--text-sm);font-weight:var(--font-bold)}.feed-filter-select{width:100%;min-width:0;font-family:inherit;color:var(--deep-blue);padding:var(--space-2) var(--space-3);padding-right:calc(var(--space-8) + var(--space-1));border-radius:var(--radius-xl);border:1px solid var(--border);background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23123D7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-shadow:var(--shadow-sm);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.feed-filter-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lt)}.feed-filter-field--stale{flex:0 1 auto;flex-direction:row;align-items:center;align-self:flex-end;gap:var(--space-2);min-width:min(100%,16rem);max-width:22rem;padding-left:var(--space-4);margin-left:var(--space-2);border-left:1px solid var(--border-lt)}.feed-filter-field--stale input[type=checkbox]{width:var(--space-4);height:var(--space-4);margin:0;cursor:pointer;flex-shrink:0;accent-color:var(--primary)}.feed-filter-field__checkbox-label{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-2);cursor:pointer;line-height:var(--leading-snug)}@media (max-width:680px){.feed-control-row{flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:var(--space-4)}.feed-filter-field{flex:1 1 auto;width:100%;min-width:0;max-width:none}.feed-filter-field--stale{align-self:stretch;flex-direction:row;max-width:none;min-width:0;padding-left:0;margin-left:0;padding-top:var(--space-3);border-left:none;border-top:1px solid var(--border-lt)}}.feed-filter-row::-webkit-scrollbar{display:none}.feed-filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}@media (min-width:900px){.feed-filter-row{flex-wrap:nowrap;gap:10px;padding-bottom:2px}.feed-filter-group{flex-wrap:nowrap}}.feed-profile-filter{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:nowrap}.feed-profile-filter label{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--text-3);white-space:nowrap}.feed-profile-filter select{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--deep-blue);padding:var(--space-2) var(--space-3);border-radius:var(--radius-xl);outline:none}.feed-profile-filter select,.ff-chip{border:1px solid var(--border);background:var(--surface);cursor:pointer}.ff-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:13.5px;font-weight:700;color:var(--text-2);white-space:nowrap;transition:all .2s;box-shadow:var(--shadow-sm);font-family:inherit}.ff-chip:hover{background:var(--surface-alt);color:var(--deep-blue)}.feed-filter-group--audience .ff-chip.active{background:var(--primary-lt);color:var(--primary);border-color:var(--primary-border)}.feed-filter-group--audience .ff-chip--audience{text-transform:uppercase;letter-spacing:.06em;font-size:12.5px}.feed-card-essentials{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:8px 0 10px;font-size:13px;font-weight:700}.feed-card-essentials__meta{color:var(--text-2);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-essentials__price{color:var(--deep-blue);font-weight:900;font-size:14px}.feed-structured-facts{font-size:13px;color:var(--text-2);line-height:1.6;margin:6px 0 10px;flex-wrap:wrap;display:flex;gap:0}.feed-fact-label{font-weight:600;color:var(--text-1)}.feed-fact-sep{color:var(--text-3);margin:0 4px}.feed-match-pill{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:-.02em}.feed-match-pill--excellent{background:rgba(34,197,94,.2);color:#166534;border:1px solid rgba(34,197,94,.45)}.feed-match-pill--good{background:rgba(59,130,246,.15);color:#1e40af;border:1px solid rgba(59,130,246,.35)}.feed-match-pill--watch{background:rgba(245,158,11,.18);color:#92400e;border:1px solid rgba(245,158,11,.4)}.feed-creative-finance-bar{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin:0 0 12px}.feed-creative-finance-pill{font-size:10.5px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,var(--accent-lt),var(--primary-lt));color:var(--deep-blue);border:1px solid var(--accent);line-height:1.2}.feed-creative-finance-chip{font-size:12px;font-weight:700;padding:3px 9px;border-radius:999px;background:var(--surface-alt);color:var(--deep-blue);border:1px solid var(--border)}@media (max-width:767px){.match-badge-container .match-badge-stack{display:none}.social-actions:has(.soc-btn.primary) .soc-btn.secondary{display:none}.social-actions--owner:has(.soc-btn.primary) .soc-btn.secondary{display:inline-flex}.social-actions .dili-page-lead{display:none}.social-actions .soc-btn{min-height:44px;padding-left:16px;padding-right:16px;font-size:14px}}.bottom-nav.bottom-nav--five .b-nav-item{width:20%;max-width:20%}.b-nav-dot{position:absolute;top:6px;right:22%;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--surface)}.feed-post-header-actions{display:flex;flex-shrink:0;align-items:flex-start;gap:6px}.feed-post-report{flex-shrink:0;width:38px;height:38px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-3);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.42;transition:opacity .18s ease,color .18s ease,background .18s ease,border-color .18s ease}.post:hover .feed-post-report:not(:disabled){opacity:.85}.feed-post-report:not(:disabled):hover{opacity:1;color:var(--text-2);background:var(--surface-alt);border-color:var(--border-lt)}.feed-post-report:disabled{cursor:default;opacity:.35}.feed-post-report:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.feed-post-star{flex-shrink:0;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .15s ease}.feed-post-star:hover{background:var(--accent-lt);border-color:var(--accent-border);transform:scale(1.04)}.feed-post-star:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.feed-post-star--active{background:var(--accent-lt);border-color:var(--accent-border);color:var(--accent-dk)}.feed-post-star--pop{animation:star-pop .3s var(--ease-spring)}@keyframes star-pop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.feed-post-star--active svg{animation:star-fill .2s var(--ease-out)}@keyframes star-fill{0%{fill-opacity:0}to{fill-opacity:1}}.post{background:var(--surface);border-radius:var(--r);border:1px solid transparent;box-shadow:0 0 0 1px var(--border-lt),var(--shadow-xs);margin-bottom:24px;overflow:hidden;padding:var(--space-5);transition:transform var(--motion-normal) var(--ease-out),box-shadow var(--motion-normal) var(--ease-out)}@media (hover:hover){.post:hover{transform:translateY(-2px);box-shadow:0 0 0 1px var(--border),var(--shadow-md)}}.post-header{display:flex;align-items:flex-start;justify-content:space-between;padding:0 0 var(--space-3)}.feed-post-media{display:block;text-decoration:none;color:inherit;margin:0 0 14px;overflow:hidden;max-width:100%}.feed-post-media:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.feed-post-media--single{position:relative;display:block;aspect-ratio:16/10;min-height:232px;max-height:min(52vw,460px);background:var(--surface);border-radius:14px;overflow:hidden;box-sizing:border-box;box-shadow:0 0 0 1px rgba(15,23,42,.06)}.feed-post-media__single-inner{position:absolute;inset:0}.feed-post-media__single-inner--hero-contain{padding:4px;box-sizing:border-box;background:#f1f5f9}.feed-post-media__single-inner--hero-contain .feed-post-media__img--feed-hero-primary,.feed-post-media__single-inner--hero-contain img{width:100%;height:100%;display:block}.feed-post-media__more-badge{position:absolute;right:10px;bottom:10px;z-index:2;padding:5px 11px;border-radius:9999px;font-size:12px;font-weight:800;letter-spacing:.03em;color:#fff;background:rgba(15,23,42,.78);backdrop-filter:blur(8px);box-shadow:0 4px 14px rgba(0,0,0,.22);line-height:1}.feed-post-media--opp-vitrine.feed-post-media--single{border-radius:16px;padding:3px;box-sizing:border-box;background:#ffffff;box-shadow:0 0 0 1px rgba(15,23,42,.08),0 14px 40px rgba(15,23,42,.1)}.feed-post-media--opp-vitrine.feed-post-media--single .feed-post-media__single-inner{border-radius:12px;overflow:hidden}.feed-post-media--opp-vitrine.feed-post-media--mosaic{border-radius:16px;gap:10px;padding:3px;box-shadow:0 0 0 1px rgba(15,23,42,.08),0 14px 40px rgba(15,23,42,.1);background:#ffffff}.feed-post-media--mosaic{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-height:0;max-height:none;background:var(--surface);border-radius:14px;padding:0 0 12px;box-sizing:border-box;overflow:hidden;box-shadow:0 0 0 1px rgba(15,23,42,.06)}.feed-post-media__main{position:relative;flex:0 0 auto;width:100%;min-height:0;min-width:0;overflow:hidden;border-radius:0;aspect-ratio:16/10;min-height:232px;max-height:min(52vw,460px);box-shadow:inset 0 0 0 1px rgba(15,23,42,.06)}.feed-post-media--opp-vitrine.feed-post-media--mosaic .feed-post-media__main{border-radius:12px}.feed-post-media__main--hero{align-self:stretch}.feed-post-media__main--hero-contain{padding:4px;box-sizing:border-box;background:#f1f5f9}.feed-post-media__main .feed-post-media__img--mosaic-hero,.feed-post-media__main img{width:100%;height:100%;min-height:0;display:block}.feed-post-media__img--feed-hero-primary{object-position:center center}.feed-post-media__side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:none;gap:8px;min-height:0;min-width:0;width:100%;padding:0 10px;box-sizing:border-box}.feed-post-media__side--thumbs{align-self:stretch}.feed-post-media__cell{position:relative;min-height:0;min-width:0;overflow:hidden;background:#eef2f7;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.06);aspect-ratio:16/10;min-height:96px;max-height:148px}.feed-post-media__cell--thumb{min-height:96px}.feed-post-media__cell .feed-post-media__img--mosaic-thumb,.feed-post-media__cell img{width:100%;height:100%;min-height:0;display:block;object-position:center center}.feed-post-media__cell--neutral{background:linear-gradient(145deg,#f8fafc,#e8edf3);opacity:1;border-radius:10px}.feed-post-media--duo .feed-post-media__side{grid-template-columns:1fr 1fr}@media (max-width:720px){.feed-post-media--single,.feed-post-media__main{min-height:208px;max-height:min(58vw,400px)}}@media (max-width:520px){.feed-post-media--single,.feed-post-media__main{aspect-ratio:4/3;min-height:200px;max-height:min(68vw,380px)}.feed-post-media__cell{min-height:88px;max-height:132px}}.post-author{display:flex;align-items:flex-start;gap:12px;cursor:pointer;flex:1 1 auto;min-width:0}.post-author .post-author-avatar,.post-author img{width:48px!important;height:48px!important;min-width:48px;min-height:48px;border-radius:50%;border:1px solid var(--border);flex-shrink:0;box-sizing:border-box}.pa-info{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;gap:4px}.post-header-primary{display:flex;align-items:flex-start;justify-content:space-between;gap:10px 14px;width:100%;min-width:0}.pa-name{font-size:15px;font-weight:800;color:var(--deep-blue);display:flex;align-items:center;flex-wrap:wrap;gap:6px;flex:1 1 auto;min-width:0}.pa-name__author{min-width:0;overflow-wrap:anywhere}.feed-author-badge{flex-shrink:0;font-weight:700}.pa-status{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px 8px;flex-shrink:0;max-width:min(100%,280px)}.pa-meta{font-size:12.5px;color:var(--text-2);margin-top:0;font-weight:500;line-height:1.45;min-width:0}.post-import-tag{margin-left:6px;font-weight:800;white-space:nowrap}.post-import-source{font-weight:600;color:var(--text-3)}.verified-icon{color:var(--primary)}.post-content{padding:0 0 var(--space-4);font-size:15px;color:var(--text-1);line-height:1.6}.post-title{font-weight:800;color:var(--deep-blue);display:block;margin-bottom:10px;font-size:17px;line-height:1.3;text-transform:uppercase;letter-spacing:.02em}a.post-title{text-decoration:none;color:var(--deep-blue)}a.post-title:hover{color:var(--primary-dk)}.post-source-strip{margin-bottom:12px;min-width:0}.post-source-meta{font-size:12.5px;font-weight:700;color:var(--text-2);margin-top:8px}.post-hook{font-size:15px;color:var(--text-1);margin-bottom:16px;font-weight:600;-webkit-line-clamp:4}.feed-opp-summary-teaser,.post-hook{line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.feed-opp-summary-teaser{font-size:14px;color:var(--text-2);margin:4px 0 12px;font-weight:400;-webkit-line-clamp:3}@media (max-width:767px){.feed-opp-summary-teaser{-webkit-line-clamp:2;font-size:13px}}.post-owner-export-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-left:calc(0px - var(--space-5));margin-right:calc(0px - var(--space-5));padding:10px var(--space-5);background:var(--primary-lt);border-top:1px solid var(--primary-border);border-bottom:1px solid var(--border-lt)}.post-owner-export-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 14px}.post-owner-edit-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:800;text-decoration:none;color:#fff;background:var(--primary,#0b6563);border:1px solid color-mix(in srgb,var(--primary,#0b6563) 88%,#000);box-shadow:var(--shadow-sm);transition:filter .15s ease,transform .12s ease}.post-owner-edit-btn:hover{filter:brightness(1.06);color:#fff}.post-owner-edit-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.post-owner-export-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--deep-blue)}.post-owner-export-link{font-size:13.5px;font-weight:800;color:var(--primary-dk);text-decoration:underline;text-underline-offset:3px}.post-owner-export-link:hover{color:var(--deep-blue)}.deal-block{margin-top:16px;padding:14px 16px;border-radius:12px;border:1px solid var(--border)}.deal-block-facts{background:var(--surface-alt)}.deal-block-upside{background:var(--primary-lt);border-color:var(--primary-border)}.deal-block-target{background:var(--accent-lt);border-color:var(--accent-border)}.deal-block-title{font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;color:var(--deep-blue)}.deal-list{margin:0;padding-left:18px}.deal-list li{margin-bottom:6px;color:var(--text-1);line-height:1.5;font-size:14px}.match-badge-container{display:flex;margin-bottom:12px}.feed-card-essentials .status-badge.match-badge-pill--excellent,.feed-opp-ai-compact .status-badge.match-badge-pill--excellent,.match-badge-container .status-badge.match-badge-pill--excellent{background:#16a34a;color:#ffffff;font-weight:600;padding:4px 10px;border-radius:999px;box-shadow:0 1px 2px rgba(22,163,74,.25)}.feed-card-essentials .status-badge.match-badge-pill--good,.feed-opp-ai-compact .status-badge.match-badge-pill--good,.match-badge-container .status-badge.match-badge-pill--good{background:#fef3c7;color:#92400e;font-weight:500;padding:4px 10px;border-radius:999px;box-shadow:none}.feed-card-essentials .status-badge.match-badge-pill--watch,.feed-opp-ai-compact .status-badge.match-badge-pill--watch,.match-badge-container .status-badge.match-badge-pill--watch{background:#f3f4f6;color:#6b7280;font-weight:400;padding:4px 10px;border-radius:999px;opacity:.85;box-shadow:none}button.status-badge.match-badge-pill--excellent:hover:not(:disabled){filter:brightness(1.06)}button.status-badge.match-badge-pill--good:hover:not(:disabled),button.status-badge.match-badge-pill--watch:hover:not(:disabled){filter:brightness(.98)}@media (max-width:767px){.feed-opp-ai-compact .status-badge.match-badge-pill--excellent,.feed-opp-ai-compact .status-badge.match-badge-pill--good,.feed-opp-ai-compact .status-badge.match-badge-pill--watch,.match-badge-container .status-badge.match-badge-pill--excellent,.match-badge-container .status-badge.match-badge-pill--good,.match-badge-container .status-badge.match-badge-pill--watch{font-size:11px;padding:4px 9px}}.feed-opp-ai-compact{margin-bottom:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-alt)}.feed-opp-ai-compact__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.feed-opp-ai-compact__profile{font-size:12.5px;font-weight:700;color:var(--text-2)}.feed-opp-ai-compact__explain{margin:8px 0 0;font-size:13px;line-height:1.45;color:var(--text-2);font-weight:500}.feed-opp-ai-pending{margin-bottom:12px;padding:10px 12px;border-radius:12px;border:1px dashed var(--border);background:var(--surface-alt);font-size:13px;font-weight:600;color:var(--text-2)}.match-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800}.match-badge.excellent{background:var(--green-lt);color:var(--green);border:1px solid var(--green-border)}.match-badge.good{background:var(--primary-lt);color:var(--primary-dk);border:1px solid var(--primary-border)}.match-badge.watch{background:var(--accent-lt);color:var(--accent-dk);border:1px solid var(--accent-border)}.match-badge--pulse{position:relative}.match-badge--pulse:after{content:"";position:absolute;inset:0;border-radius:inherit;border:2px solid;animation:pulse-ring 2s var(--ease-out) infinite;pointer-events:none}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.15)}}.match-score-detail{font-size:11px;color:var(--text-2);margin-top:4px;font-weight:600}.match-detail-overlay{position:fixed;inset:0;z-index:500;background:rgba(15,23,42,.45);display:flex;align-items:flex-end;justify-content:center;padding:16px}@media (min-width:640px){.match-detail-overlay{align-items:center}}.match-detail-panel{width:100%;max-width:420px;max-height:min(88vh,640px);overflow:auto;background:var(--surface);color:var(--text-1);border-radius:16px;padding:20px 18px 16px;box-shadow:0 18px 48px rgba(15,23,42,.18);border:1px solid var(--border)}.match-detail-title{font-size:18px;font-weight:800;margin-bottom:4px;color:var(--deep-blue)}.match-detail-sub{font-size:13px}.match-detail-empty,.match-detail-sub{color:var(--text-2);margin-bottom:16px}.match-detail-empty{font-size:14px}.match-detail-section{margin-bottom:16px}.match-detail-section-title{font-size:12px;font-weight:800;letter-spacing:.03em;margin-bottom:8px;color:var(--text-1)}.match-detail-muted{font-size:13px;color:var(--text-2);margin:0 0 4px}.match-detail-list{list-style:none;padding:0;margin:0}.match-detail-list--plain li{font-size:13px;color:var(--text-2);margin-bottom:6px;padding-left:4px}.match-detail-item{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.match-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.match-detail-item-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.match-detail-criterion{font-size:13px;font-weight:700}.match-detail-impact{font-size:12px;font-weight:800;flex-shrink:0}.match-detail-impact--pos{color:var(--green)}.match-detail-impact--neg{color:var(--accent-dk)}.match-detail-detail{font-size:12px;line-height:1.45;color:var(--text-2);margin:0}.match-detail-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.match-detail-footer-hint{margin:0;font-size:13px;line-height:1.45;color:var(--text-2)}.match-detail-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:700;text-align:center;border:1px solid transparent}.match-detail-btn--primary{background:var(--primary);color:white;text-decoration:none}.match-detail-btn--primary:hover{filter:brightness(1.05)}.match-detail-btn--ghost{background:transparent;color:var(--text-1);border-color:var(--border)}.feed-freshness{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.02em;vertical-align:middle}.feed-freshness--hot{background:linear-gradient(90deg,#f59e0b,#ef4444);color:white;animation:pulse-hot 2s infinite}.feed-freshness--warm{background:#fed7aa;color:#9a3412}@keyframes pulse-hot{0%,to{opacity:1}50%{opacity:.85}}.feed-diffusion-note{font-size:11px;color:var(--text-3);margin-top:6px;padding:4px 8px;display:inline-block;max-width:100%;line-height:1.45}.c-tag,.feed-diffusion-note{background:var(--surface-alt);border-radius:6px}.c-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;color:var(--text-2);border:1px solid var(--border)}.c-tag.accent{background:var(--accent-lt);color:var(--accent);border-color:var(--accent-border)}.dili-confirm-banner{margin-top:12px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:700;line-height:1.45;border:2px solid rgba(22,163,74,.45);background:linear-gradient(135deg,rgba(220,252,231,.95),#ecfdf5);color:#14532d}.dili-confirm-banner--ok{box-shadow:0 2px 12px rgba(22,163,74,.12)}.social-actions-with-hint{margin-left:calc(0px - var(--space-5));margin-right:calc(0px - var(--space-5));border-top:1px solid var(--border-lt);background:var(--surface-alt)}.social-actions-with-hint .social-actions{border-top:none;margin-left:0;margin-right:0}.feed-contact-workflow-hint{margin:0;padding:0 var(--space-5) 14px;font-size:12px;font-weight:600;line-height:1.45;color:var(--text-3)}.social-actions{display:flex;align-items:center;margin-left:calc(0px - var(--space-5));margin-right:calc(0px - var(--space-5));padding:16px var(--space-5);gap:10px;border-top:1px solid var(--border-lt);background:var(--surface-alt);flex-wrap:wrap}.social-actions a.soc-btn{text-decoration:none;box-sizing:border-box}.soc-btn{flex:0 1 auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:8px;font-size:14.5px;font-weight:700;transition:all .2s;cursor:pointer;white-space:nowrap}.soc-btn.primary{flex:0 1 auto;min-width:min(100%,160px);background:var(--primary);color:#fff;border:1px solid var(--primary);box-shadow:0 2px 8px rgba(59,130,214,.28)}.soc-btn.primary:hover{background:var(--primary-dk);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,214,.36)}.soc-btn.secondary{flex:0 1 auto;font-weight:650;font-size:13.5px;padding:9px 12px;background:var(--surface);color:var(--deep-blue);border:1px solid var(--border);box-shadow:none}.soc-btn.secondary:hover{background:var(--bg);border-color:var(--text-3)}.sr-rail-heading{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin:0 0 4px;padding:0 2px;opacity:.92}.sr .rs-widget{background:rgba(255,255,255,.72);border-radius:var(--r-inner);border:1px solid var(--border-lt);box-shadow:none;padding:16px 14px;margin-bottom:0}.sr .live-item{display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(215,224,232,.85)}.sr .live-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sr .live-av{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-lt);flex-shrink:0;opacity:.92}.sr .live-content{flex:1;font-size:13px;line-height:1.45;color:var(--text-2);font-weight:600}.sr .live-content b{font-weight:800;cursor:pointer;color:var(--text-2);transition:color .2s}.sr .live-content b:hover{color:var(--deep-blue)}.sr .live-meta{font-size:11px;color:var(--text-3);margin-top:5px;font-weight:600}.sr .rs-hero-title{font-weight:800;color:var(--text-2);font-size:13px;letter-spacing:-.01em}.sr .rs-body{color:var(--text-2);font-size:12.5px;font-weight:600;line-height:1.45}.sr .rs-meta-block{color:var(--text-3)}.rs-widget{background:var(--surface);border-radius:var(--r);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:28px 24px;margin-bottom:0}.rs-title{font-size:13px;font-weight:800;color:var(--text-3);margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;letter-spacing:.06em}.live-item{display:flex;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border-lt)}.live-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.live-av{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);flex-shrink:0}.live-content{flex:1;font-size:14px;line-height:1.5;color:var(--text-1)}.live-content b{font-weight:700;cursor:pointer;color:var(--deep-blue);transition:color .2s}.live-content b:hover{color:var(--primary)}.live-meta{font-size:12px;color:var(--text-3);margin-top:6px;font-weight:600}.rs-hero-title{font-weight:900;color:var(--deep-blue);font-size:14.5px;letter-spacing:-.01em}.sr .rs-footer{font-size:12px;gap:12px;padding:0 4px;line-height:1.45;margin-top:8px;opacity:.9}.rs-footer,.sr .rs-footer{color:var(--text-3);display:flex;flex-wrap:wrap;justify-content:center;font-weight:500}.rs-footer{font-size:13px;gap:16px;padding:0 8px;line-height:1.5;margin-top:24px}.rs-footer a{transition:color .2s}.rs-footer a:hover{color:var(--deep-blue);text-decoration:underline}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);min-height:72px;height:auto;z-index:400;justify-content:space-around;align-items:flex-end;padding:6px 0 calc(8px + env(safe-area-inset-bottom));box-shadow:0 -1px 4px rgba(10,25,48,.05)}.b-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;color:var(--text-3);width:20%;min-height:56px;font-size:10px;font-weight:700;cursor:pointer;transition:color .2s,background .2s;border-radius:10px 10px 0 0;padding-bottom:2px;line-height:1.15;text-align:center}button.b-nav-item{border:0;margin:0;background:transparent;font:inherit;appearance:none;-webkit-appearance:none}.b-nav-item:hover:not(.active){color:var(--deep-blue);background:rgba(22,59,102,.06)}.b-nav-item.active{color:var(--deep-blue);font-weight:800;box-shadow:inset 0 3px 0 var(--primary)}.b-nav-item--disabled{opacity:.45;cursor:not-allowed}.b-nav-item--cta{justify-content:flex-start;padding-top:0;gap:0}.b-nav-cta-label{display:block;max-width:100%;padding:0 2px;font-size:9px;font-weight:800;color:var(--text-2);line-height:1.1;margin-top:2px}.b-nav-item--cta.active .b-nav-cta-label{color:var(--deep-blue)}.b-nav-fab{background:var(--accent);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:0 4px 14px rgba(230,126,34,.45);border:3px solid #fff;transition:transform .2s,box-shadow .2s;flex-shrink:0}.b-nav-item--cta:hover .b-nav-fab{transform:scale(1.05);box-shadow:0 6px 18px rgba(230,126,34,.5)}.b-nav-fab:hover{transform:scale(1.05)}#toast.dilimo-toast{position:fixed;bottom:32px;left:32px;background:var(--deep-blue);color:#fff;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:600;box-shadow:var(--shadow-lg);z-index:var(--z-modal,1000);display:flex;align-items:center;gap:12px;border:1px solid var(--deep-blue-lt);transform:translateY(100%) scale(.9);opacity:0;pointer-events:none;transition:transform var(--motion-normal) var(--ease-out),opacity var(--motion-fast) var(--ease-out)}#toast.dilimo-toast.show{animation:toast-slide-in var(--motion-normal) var(--ease-spring) forwards;pointer-events:auto}#toast.dilimo-toast .dilimo-toast__action{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px;font-size:14px;white-space:nowrap}#toast.dilimo-toast .dilimo-toast__action:hover{opacity:.92}#toast.dilimo-toast.dilimo-toast--error{bottom:auto;top:max(72px,calc(env(safe-area-inset-top, 0px) + 56px));left:50%;right:auto;transform:translate(-50%,-120%) scale(.96);max-width:min(520px,calc(100vw - 24px));width:max-content;min-width:240px;background:#7f1d1d;color:#fff;border:1px solid #dc2626;box-shadow:0 12px 40px rgba(0,0,0,.28);flex-direction:column;align-items:stretch;gap:0;padding:14px 40px 14px 18px}#toast.dilimo-toast.dilimo-toast--error.show{animation:toast-slide-in-top var(--motion-normal) var(--ease-spring) forwards}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__inner{position:relative;display:flex;flex-direction:column;gap:8px;align-items:flex-start}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__text{margin:0;line-height:1.45;font-weight:700;font-size:14.5px}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__detail{margin:0;line-height:1.45;font-size:13.5px;font-weight:600;opacity:.95}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__list{margin:0;padding-left:1.15rem;font-size:14px;font-weight:600;line-height:1.45}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__close{position:absolute;top:6px;right:8px;width:32px;height:32px;border:none;border-radius:8px;background:rgba(255,255,255,.12);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__close:hover{background:rgba(255,255,255,.22)}#toast.dilimo-toast.dilimo-toast--error .dilimo-toast__action{color:#fecaca}@media (min-width:1100px) and (max-width:1399px){.layout:has(>aside.sr){grid-template-columns:var(--sl-width) minmax(0,1fr) 240px;column-gap:16px}.sr{width:240px}.sr .rs-widget{padding:14px 12px}}@media (max-width:1099px){.layout{grid-template-columns:var(--sl-width) 1fr;grid-template-areas:"sidebar feed";max-width:none}.layout>.feed{justify-self:center;width:100%;max-width:min(var(--feed-column-max),100%)}.sr{display:none}}@media (max-width:1024px){:root{--sl-width:200px;--layout-gap:16px}.layout{grid-template-columns:var(--sl-width) minmax(0,1fr);padding:20px clamp(12px,2vw,20px) 80px}.post-author .post-author-avatar,.post-author img{width:42px!important;height:42px!important;min-width:42px;min-height:42px}}@media (max-width:900px){:root{--sl-width:160px;--layout-gap:12px}.layout{grid-template-columns:var(--sl-width) minmax(0,1fr);padding:16px 12px 80px}.sl-item{font-size:13px;padding:8px}.sl-icon{width:30px;height:30px}.sl-label{font-size:13px}}@media (max-width:767px){.layout{grid-template-columns:1fr!important;grid-template-areas:"feed"!important;padding:12px 12px 80px;gap:0}.layout:not(:has(>aside.sr))>.feed,.layout>.feed{grid-area:feed;width:100%!important;max-width:100%!important;padding-left:0;padding-right:0;justify-self:stretch}.sl{display:none}.layout:not(:has(>aside.sr)){grid-template-columns:1fr!important;grid-template-areas:"feed"!important}.sr,.topbar-nav{display:none}.topbar-actions{gap:8px}.topbar-r{border-left:none;padding-left:0}.bottom-nav{display:flex}body{padding-bottom:80px}.topbar-inner{padding:0 16px;min-height:54px;gap:12px}.topbar-cookie-manage{font-size:11px;padding:4px 6px;max-width:108px;line-height:1.2;text-align:center;white-space:normal}.logo-lockup{max-height:30px}.logo-img{max-height:28px;max-width:min(180px,52vw)}.search-wrap{display:none}.logo-name{font-size:20px}.composer-social,.post{border-radius:0;border-left:none;border-right:none}.feed-create-pub-btn{width:100%}.post-header{padding:0 0 10px}.post-content{padding:0 0 14px}.post-header-primary{flex-direction:column;align-items:stretch;gap:8px}.pa-status{justify-content:flex-start;max-width:100%}.pa-meta{font-size:12px}.post-author .post-author-avatar,.post-author img{width:40px!important;height:40px!important;min-width:40px;min-height:40px}.post-title{font-size:15px}.social-actions{margin-left:calc(0px - var(--space-5));margin-right:calc(0px - var(--space-5));padding:12px var(--space-5);gap:8px}.social-actions .soc-btn.primary{flex:1 1 auto}.soc-btn{font-size:13.5px;padding:9px 10px}#toast.dilimo-toast{left:12px;right:12px;bottom:72px;font-size:14px;padding:12px 18px}#toast.dilimo-toast.dilimo-toast--error{left:12px;right:12px;top:max(64px,calc(env(safe-area-inset-top, 0px) + 48px));width:auto;max-width:none;transform:translateY(-14px);opacity:0}#toast.dilimo-toast.dilimo-toast--error.show{animation:toast-drop-in-top-mobile var(--motion-normal) var(--ease-out) forwards}}.push-prompt-banner{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:var(--space-4);background:linear-gradient(180deg,transparent 0,color-mix(in srgb,var(--text-1) 6%,transparent) 12%,var(--surface) 24%);border-top:1px solid color-mix(in srgb,var(--primary) 18%,transparent);box-shadow:0 -8px 24px rgba(19,34,56,.08)}.push-prompt-banner__inner{max-width:720px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);justify-content:space-between}.push-prompt-banner__text{margin:0;flex:1 1 220px;font-size:var(--text-md);line-height:var(--leading-normal);color:var(--text-1)}.push-prompt-banner__actions{display:flex;gap:var(--space-2);flex-shrink:0}.push-prompt-banner__btn{border-radius:var(--radius);padding:var(--space-2) var(--space-4);font-family:inherit;font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;transition:opacity var(--motion-fast) ease}.push-prompt-banner__btn:disabled{cursor:wait;opacity:.72}.push-prompt-banner__btn--secondary{border:1px solid var(--border);background:var(--surface);color:var(--text-1)}.push-prompt-banner__btn--primary{border:none;background:var(--accent);color:#fff}.push-prompt-banner__btn--primary:hover:not(:disabled){background:var(--accent-dk)}.dili-help-fab{position:fixed;z-index:1045;right:max(1.35rem,env(safe-area-inset-right,0px));bottom:max(1.35rem,env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:10px;height:48px;max-width:min(100vw - 2rem,22rem);padding:0 20px;border-radius:var(--r-inner);border:1px solid var(--primary-border);background:var(--primary);color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1;letter-spacing:-.01em;text-decoration:none;cursor:pointer;box-shadow:0 4px 20px rgba(59,130,214,.4),inset 0 0 0 1px rgba(255,255,255,.15);transition:background .18s ease,box-shadow .18s ease,transform .15s ease}.dili-help-fab:hover{background:var(--primary-dk);box-shadow:0 6px 26px rgba(59,130,214,.5),inset 0 0 0 1px rgba(255,255,255,.18);transform:translateY(-1px)}.dili-help-fab:focus-visible{outline:3px solid var(--primary-lt);outline-offset:2px}.dili-help-fab:active{transform:translateY(0)}.dili-help-backdrop{position:fixed;inset:0;z-index:1038;cursor:default;background:rgba(0,0,0,.22);backdrop-filter:blur(1px);border:none}.dili-help-panel{position:fixed;z-index:1050;display:flex;flex-direction:column;max-height:min(92dvh,720px);min-height:0;overflow:hidden;border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 48px rgba(19,34,56,.16),0 0 0 1px rgba(19,34,56,.04);font-family:inherit;color:var(--deep-blue)}@media (min-width:640px){.dili-help-panel{bottom:max(1.35rem,env(safe-area-inset-bottom,0px));right:max(1.35rem,env(safe-area-inset-right,0px));top:auto;width:min(calc(100vw - 2.75rem),27.5rem)}}@media (max-width:639px){.dili-help-panel{left:max(12px,env(safe-area-inset-left,0px));right:max(12px,env(safe-area-inset-right,0px));top:max(.75rem,env(safe-area-inset-top,0px));bottom:max(.5rem,env(safe-area-inset-bottom,0px));width:auto;height:calc(100dvh - max(.75rem, env(safe-area-inset-top, 0px)) - max(.5rem, env(safe-area-inset-bottom, 0px)));max-height:100dvh;border-radius:14px}}.dili-help-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:14px 16px;border-bottom:1px solid var(--border);background:var(--surface-alt)}.dili-help-header-left{display:flex;align-items:center;gap:10px;min-width:0}.dili-help-header-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:9px;background:var(--primary);color:#fff}.dili-help-header-title{font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--deep-blue);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:1.3}.dili-help-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:9px;color:var(--text-2);transition:background .18s ease,color .18s ease}.dili-help-close:hover{background:rgba(22,59,102,.08);color:var(--deep-blue)}.dili-help-body{display:flex;flex-direction:column;flex:1 1 0%;min-height:0;overflow:hidden}.dili-help-intro{flex-shrink:0;padding:12px 16px;border-bottom:1px solid var(--border-lt)}.dili-help-intro p{margin:0;font-size:13px;line-height:1.5;color:var(--text-2)}.dili-help-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px 16px}.dili-help-loading{display:flex;align-items:center;gap:8px;padding:12px 0;font-size:13px;color:var(--text-2)}.dili-help-spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--primary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.dili-help-error{margin:0;padding:10px 14px;border-radius:var(--r-inner);background:#FEF2F2;color:#B91C1C;font-size:13px;line-height:1.5}.dili-help-answer-wrap{display:flex;flex-direction:column;gap:14px}.dili-help-answer{padding:12px 14px;border-radius:var(--r-inner);background:var(--surface-alt);border:1px solid var(--border-lt);font-size:14px;line-height:1.65;color:var(--deep-blue);white-space:pre-wrap;word-break:break-word}.dili-help-sources{font-size:12px;color:var(--text-2)}.dili-help-sources-title{margin:0 0 6px;font-weight:700;font-size:12px;color:var(--deep-blue)}.dili-help-sources ul{margin:0;padding:0 0 0 18px;list-style:disc}.dili-help-sources li{margin-bottom:3px;line-height:1.5}.dili-help-sources a{color:var(--primary);text-decoration:underline;text-decoration-color:var(--primary-border);text-underline-offset:2px;transition:color .15s ease}.dili-help-sources a:hover{color:var(--accent);text-decoration-color:var(--accent)}.dili-help-footer{flex-shrink:0;position:sticky;bottom:0;border-top:1px solid var(--border);background:#fff;padding:14px 16px max(14px,env(safe-area-inset-bottom,0px))}.dili-help-form{display:flex;flex-direction:column;gap:10px}.dili-help-label{font-size:13px;font-weight:600;color:var(--deep-blue);line-height:1.3}.dili-help-textarea{width:100%;min-height:52px;max-height:96px;resize:none;padding:10px 14px;border-radius:var(--r-inner);border:1px solid var(--border);background:var(--surface);font-family:inherit;font-size:14px;line-height:1.5;color:var(--deep-blue);transition:border-color .18s ease,box-shadow .18s ease}.dili-help-textarea::placeholder{color:var(--text-3,#8B99A8)}.dili-help-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,214,.15)}.dili-help-textarea:disabled{opacity:.6}.dili-help-submit{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:var(--r-inner);border:1px solid var(--primary-border);background:var(--primary);color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 10px rgba(59,130,214,.3);transition:background .15s ease,box-shadow .15s ease}.dili-help-submit:hover:not(:disabled){background:var(--primary-dk);box-shadow:0 4px 16px rgba(59,130,214,.4)}.dili-help-submit:focus-visible{outline:3px solid var(--primary-lt);outline-offset:2px}.dili-help-submit:disabled{opacity:.55;cursor:not-allowed}.dili-help-reset{align-self:flex-start;padding:6px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:background .15s ease,color .15s ease,border-color .15s ease}.dili-help-reset:hover{background:var(--surface-alt);color:var(--deep-blue);border-color:rgba(22,59,102,.18)}@media (max-width:767px){:root{--shell-bottom-nav-offset:calc(80px + env(safe-area-inset-bottom, 0px));--push-banner-stack-height:9.5rem}.push-prompt-banner{bottom:var(--shell-bottom-nav-offset)}.dili-help-fab{bottom:max(5.25rem,calc(env(safe-area-inset-bottom, 0px) + 5rem));right:var(--space-3);height:44px;padding:0 var(--space-4);font-size:var(--text-sm);border-radius:var(--radius)}body.has-push-banner .dili-help-fab{bottom:calc(var(--shell-bottom-nav-offset) + var(--push-banner-stack-height) + var(--space-2))}}.feed-author-filter-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:var(--primary-lt);border:1px solid var(--primary-border);border-radius:10px;margin-bottom:16px;font-size:13px;font-weight:700;color:var(--deep-blue)}.feed-author-filter-banner__clear{color:var(--accent-dk);font-weight:700;text-decoration:underline;font-size:12.5px}.feed-author-filter-banner__clear:hover{color:var(--deep-blue)}.feed-ad-card{position:relative;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:12px;padding:16px 18px;margin-bottom:12px;background:#fff}.feed-ad-card__badge{position:absolute;top:10px;right:12px;font-size:10.5px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-alt);padding:2px 8px;border-radius:4px}.feed-ad-card__advertiser{font-size:13px;font-weight:700;color:var(--deep-blue);margin-bottom:8px}.feed-ad-card__title{font-size:17px;font-weight:800;color:var(--text-1);margin:0 0 8px;line-height:1.3}.feed-ad-card__text{font-size:14px;color:var(--text-2);line-height:1.5;margin:0 0 14px}.feed-ad-card__image-wrap{margin:0 -18px 12px}.feed-ad-card__image{width:100%;max-height:280px;object-fit:cover;display:block}.feed-ad-card__cta{width:100%;max-width:280px}.rs-partners-sidebar{min-height:360px}.live-item--skeleton{opacity:.8}.live-av--skeleton{border:1px solid var(--border-lt)}.live-av--skeleton,.rs-skel{background:linear-gradient(90deg,var(--border-lt) 0,var(--surface-alt) 50%,var(--border-lt) 100%);background-size:200% 100%;animation:rs-skel-shimmer 1.4s ease-in-out infinite}.rs-skel{height:10px;border-radius:4px;margin-bottom:6px}.rs-skel--title{height:12px;width:70%;margin-bottom:8px}.rs-skel--line{width:95%}.rs-skel--short{width:55%;margin-bottom:0}@keyframes rs-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rs-empty{display:flex;gap:12px;padding:4px}.rs-empty__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--accent-lt);color:var(--accent-dk);display:flex;align-items:center;justify-content:center;border:1px solid var(--accent-border)}.rs-empty__text{min-width:0;flex:1}.rs-empty__title{font-size:13.5px;font-weight:800;color:var(--deep-blue);margin-bottom:4px}.rs-empty__lead{font-size:12.5px;color:var(--text-2);line-height:1.45;margin-bottom:6px}.rs-empty__cta{font-size:12.5px;font-weight:700;color:var(--accent-dk);text-decoration:none}.rs-empty__cta:hover{color:var(--deep-blue);text-decoration:underline}.rs-become-partner-link{display:block;margin:10px 0 14px;padding:8px 12px;text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:8px;font-size:12.5px;font-weight:700;color:var(--accent-dk);text-decoration:none;transition:all .15s}.rs-become-partner-link:hover{border-color:var(--accent);background:var(--accent-lt);color:var(--deep-blue)}.rs-partners-sidebar[data-state=empty] .rs-widget,.rs-partners-sidebar[data-state=loading] .rs-widget,.rs-partners-sidebar[data-state=ready] .rs-widget{transition:opacity .25s ease}.rs-partners-sidebar[data-state=loading] .rs-widget{opacity:.92}@media (max-width:1199px){.rs-partners-sidebar{display:none!important}}@keyframes report-post-modal-enter{0%{opacity:0;transform:translate(-50%,calc(-50% - 10px))}to{opacity:1;transform:translate(-50%,-50%)}}.report-post-modal__overlay{position:fixed;inset:0;z-index:5500;box-sizing:border-box;background:rgba(15,23,42,.55)}.report-post-modal__overlay:focus,.report-post-modal__overlay:focus-visible{outline:none}.report-post-modal__panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5510;width:calc(100% - 40px);max-width:480px;max-height:calc(100vh - 40px);height:auto;background:#fff;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.25);border-top:4px solid var(--accent);display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;will-change:transform;animation:report-post-modal-enter .18s ease-out forwards;animation-iteration-count:1}.report-post-modal__panel:focus,.report-post-modal__panel:focus-visible{outline:none}@media (max-width:639px){.report-post-modal__panel{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}}.report-post-modal__header{flex-shrink:0;padding:16px 20px;border-bottom:1px solid #e1e4ea;display:flex;justify-content:space-between;align-items:center}.report-post-modal__title{margin:0;padding-right:12px;font-size:16px;font-weight:800;color:var(--deep-blue);line-height:1.35;min-width:0}.report-post-modal__close{flex-shrink:0;background:transparent;border:none;font-size:26px;line-height:1;color:var(--text-2);cursor:pointer;padding:4px 8px;border-radius:6px}.report-post-modal__close:hover{background:var(--surface-alt)}.report-post-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:16px 20px}.report-post-modal__intro{margin:0 0 14px;font-size:13.5px;line-height:1.5;color:var(--text-2)}.report-post-modal__lead{margin:0;font-size:14px;line-height:1.55;color:var(--text-2)}.report-post-modal__err{margin:0 0 12px}.report-post-modal__reasons{border:0;padding:0;margin:0 0 16px}.report-post-modal__radio-row{display:flex;gap:10px;align-items:flex-start;padding:8px 0;font-size:13.5px;line-height:1.4;color:var(--deep-blue);cursor:pointer}.report-post-modal__radio-row input{margin-top:3px;flex-shrink:0}.report-post-modal__label{display:block;font-size:12.5px;font-weight:800;color:var(--text-2);margin:12px 0 6px}.report-post-modal__textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:88px}.report-post-modal__counter{font-size:12px;color:var(--text-3);text-align:right;margin:4px 0 0}.report-post-modal__file{width:100%;font-size:13px}.report-post-modal__footer{flex-shrink:0;padding:14px 20px;border-top:1px solid #e1e4ea;display:flex;align-items:center;gap:10px}.report-post-modal__footer,.report-post-modal__footer--split{justify-content:space-between}.report-post-modal__footer--end{justify-content:flex-end}body:has(.report-post-modal__overlay){pointer-events:auto}body:has(.report-post-modal__overlay) :not(.report-post-modal__overlay):not(.report-post-modal__overlay *){pointer-events:none!important}.report-post-modal__overlay,.report-post-modal__overlay *{pointer-events:auto!important}