:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}:root{--bg: #f6f7f9;--bg-raised: #ffffff;--bg-card: #ffffff;--bg-hover: #f0f2f5;--ink: #1a1d21;--ink-soft: #444950;--ink-muted: #6b7280;--ink-faint: #d1d5db;--border: #e2e5ea;--border-subtle: #eceef1;--accent: #1a6fa5;--accent-dim:#1a6fa5;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.1);--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1200px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.post-page{max-width:var(--max-width);margin:0 auto;padding:32px 24px}.post-full{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:24px}.post-full .post-header{padding:24px 28px;border-bottom:1px solid var(--border-subtle)}.post-full .post-header .date{font-size:.85rem;color:var(--ink-muted);font-variant-numeric:tabular-nums;margin-right:12px}.post-full .post-header .category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--accent);background:#1a6fa514;padding:2px 8px;border-radius:4px}.post-full .post-header :is(h1,h2){font-family:var(--font-display);font-size:1.75rem;font-weight:400;color:var(--ink);line-height:1.3;margin-top:8px}.post-full .post-text{padding:24px 28px;font-size:1rem;line-height:1.7;color:var(--ink-soft)}.post-full .post-text p{margin-bottom:1em}.post-full .post-text p:last-child{margin-bottom:0}.post-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:0 28px 24px}.gallery-item{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--bg);aspect-ratio:4 / 3}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.has-caption{aspect-ratio:auto;overflow:visible;display:flex;flex-direction:column;cursor:default}.gallery-item.has-caption img{height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius);cursor:pointer}.gallery-item.has-caption .image-caption{padding:0 4px 6px;color:#666;font-size:.85rem;line-height:1.35;text-align:center;font-style:italic}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}.image-item{display:flex;flex-direction:column;align-items:center}.image-gallery img{width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease;cursor:pointer;margin-bottom:.5rem}.image-caption{font-size:.85rem;color:#666;text-align:center;line-height:1.4;margin-top:.25rem;font-style:italic}.lightbox{display:none;position:fixed;inset:0;z-index:1000;background:#000000eb;align-items:center;justify-content:center;cursor:zoom-out}.lightbox.active{display:flex;flex-direction:column}.lightbox img{max-width:90vw;max-height:84vh;object-fit:contain;border-radius:var(--radius)}.lightbox-caption{max-width:90vw;margin-top:.75rem;padding:0 1rem;color:#ffffffeb;font-size:1rem;line-height:1.35;text-align:center;font-style:italic}.lightbox-close{position:absolute;top:20px;right:28px;z-index:1002;font-size:2.5rem;color:#ffffffb3;cursor:pointer;line-height:1;transition:color .2s}.lightbox-close:hover{color:#fff}.lightbox-nav{position:absolute;top:50%;z-index:1001;display:flex;align-items:center;justify-content:center;width:60px;height:80px;transform:translateY(-50%);border:0;border-radius:12px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffffe6;font-size:3.5rem;line-height:1;cursor:pointer;user-select:none;transition:background .2s,color .2s,transform .2s}.lightbox-nav:after{content:attr(data-key);position:absolute;bottom:-28px;left:50%;transform:translate(-50%);font-size:.75rem;color:#ffffffb3;white-space:nowrap}.lightbox-prev:after{content:"← Gauche"}.lightbox-next:after{content:"Droite →"}.lightbox-prev{left:22px}.lightbox-next{right:22px}.lightbox-nav:hover,.lightbox-nav:focus-visible{background:#ffffff3d;color:#fff;transform:translateY(-50%) scale(1.04)}.lightbox-nav:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:4px}.post-navigation{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0}.post-navigation a{color:var(--ink-soft);font-size:.9rem;font-weight:500;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-raised);transition:all .15s}.post-navigation a:hover{background:var(--bg-hover);color:var(--ink);text-decoration:none;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.nav-prev:before{content:"← "}.nav-next:after{content:"  →"}.nav-home{margin:0 auto}@media (max-width: 900px){.post-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:0 20px 20px}.post-full .post-header,.post-full .post-text{padding:20px}}@media (max-width: 600px){.post-gallery{grid-template-columns:1fr;padding:0 16px 16px}.post-full .post-header :is(h1,h2){font-size:1.4rem}.post-navigation{flex-direction:column;gap:8px}.post-navigation a{width:100%;text-align:center}.lightbox img{max-width:86vw;max-height:86vh}.lightbox-nav{width:42px;height:56px;font-size:2.2rem;background:#ffffff2e}.lightbox-prev{left:8px}.lightbox-next{right:8px}}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}.post-navigation a:hover{transform:none}}.post-share{display:flex;gap:12px;align-items:center;padding:24px 0;margin-top:24px;border-top:1px solid var(--border)}.post-share-label{font-size:.9rem;font-weight:600;color:var(--muted)}.post-share-links{display:flex;gap:8px}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bg-hover);color:var(--ink);text-decoration:none;transition:all .2s;font-size:1.2rem}.share-btn:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.share-btn:active{transform:translateY(0)}@media (max-width: 600px){.post-share{flex-direction:column;align-items:flex-start;gap:12px}}@media print{.topbar,.footer,#nl-f,#nl-o,.lightbox,.post-navigation,.back-to-top,.post-share{display:none!important}body{font-size:12pt;line-height:1.5;color:#000;background:#fff}.post-full{max-width:100%;page-break-inside:avoid}a{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")";font-size:.8em}.post-header{page-break-after:avoid}.post-gallery{page-break-inside:avoid}}body.theme-dark{--bg: #121820;--bg-raised: #1e2a38;--bg-card: #1e2a38;--bg-hover: #243341;--ink: #e4eaf0;--ink-soft: #b0c4d4;--ink-muted: #8aa0b2;--ink-faint: #3a4a5a;--border: rgba(200, 215, 230, .1);--border-subtle: rgba(200, 215, 230, .06);color:#e4eaf0;background:#121820}body.theme-dark .post-page{background:#121820}body.theme-dark .post-full,body.theme-dark .post-header,body.theme-dark .post-text{color:#e4eaf0}body.theme-dark .post-header :is(h1,h2){color:#e4eaf0}body.theme-dark .post-header .date,body.theme-dark .post-header .category{color:var(--ink-muted)}body.theme-dark .post-text p{color:#c8d4dc}body.theme-dark .image-caption{color:var(--ink-muted);background:#1e2a38c7}body.theme-dark .post-navigation a{background:var(--bg-hover);color:var(--ink);border-color:var(--border)}body.theme-dark .post-navigation a:hover{background:#2a3a4a}body.theme-dark footer{color:var(--ink-muted);background:#0e141a}body.theme-dark .post-share{border-top-color:var(--border)}body.theme-dark .post-share-label{color:var(--ink-muted)}body.theme-dark .share-btn{background:var(--bg-hover);color:var(--ink)}body.theme-dark .lightbox{background:#000000f2}.footer{padding:48px clamp(16px,4vw,44px) 28px;color:var(--ink-muted);font-size:.88rem;border-top:1px solid var(--border);background:var(--bg)}.footer-col a{display:block;color:var(--ink-muted);text-decoration:none;padding:6px 0;transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border)}.back-to-top{background:var(--accent);color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}@media (max-width: 680px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}}:focus-visible{outline:2px solid #1e7a7a;outline-offset:2px;border-radius:4px}.topbar{position:sticky;top:0;z-index:2200;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(16px,4vw,44px);background:#ffffffe0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,26,35,.08)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0f1a23;font-weight:800;font-size:1.05rem}.brand img{border-radius:50%;width:34px;height:34px}.menu-btn{display:none;background:transparent;border:1px solid rgba(15,26,35,.1);border-radius:10px;padding:8px 12px;font-size:1.1rem;cursor:pointer;color:#0f1a23}.nav-right{display:flex;align-items:center;gap:4px}.nav-pages{display:flex;gap:4px;align-items:center}.nav-pages a,.links a{padding:8px 13px;border-radius:999px;color:#5e6b75;font-weight:700;font-size:.9rem;text-decoration:none;transition:.15s}.nav-pages a:hover,.links a:hover{background:#0f1a230f;color:#0f1a23}.nav-pages a[aria-current=page]{background:#0e2433;color:#fff}.links{display:flex;gap:4px;align-items:center}.nav-sep{width:1px;height:22px;background:#0f1a231a;margin:0 6px;flex-shrink:0}.lang-switch{display:flex;margin-left:8px;border:1px solid rgba(15,26,35,.1);border-radius:999px;overflow:hidden}.lang-switch a{padding:6px 10px;font-size:.82rem;font-weight:700;color:#5e6b75;text-decoration:none;transition:.15s}.lang-switch a:hover{background:#0f1a230a}.lang-switch a.active{background:#0e2433;color:#fff}@media (max-width: 680px){.menu-btn{display:block}.nav-right{display:none}body.menu-open .nav-right{display:flex;flex-direction:column;gap:4px;align-items:stretch;position:absolute;right:16px;top:58px;background:#fff;border:1px solid rgba(15,26,35,.1);border-radius:16px;padding:12px;min-width:200px;box-shadow:0 10px 40px #0000001f;z-index:30;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}body.menu-open .nav-pages{display:flex;flex-direction:column}body.menu-open .nav-pages a{padding:12px 16px}body.menu-open .nav-pages a[href="/fr/"]:before{content:"🏠 "}body.menu-open .nav-pages a[href="/fr/libertaire.html"]:before{content:"🚤 "}body.menu-open .nav-pages a[href="/fr/crew.html"]:before{content:"👥 "}body.menu-open .nav-pages a[href="/fr/tracks.html"]:before{content:"🗺️ "}body.menu-open .nav-pages a[href="/en/"]:before{content:"🏠 "}body.menu-open .nav-pages a[href="/en/libertaire.html"]:before{content:"🚤 "}body.menu-open .nav-pages a[href="/en/crew.html"]:before{content:"👥 "}body.menu-open .nav-pages a[href="/en/tracks.html"]:before{content:"🗺️ "}body.menu-open .nav-sep{display:block;width:100%;height:1px;margin:6px 0}body.menu-open .links{display:flex;flex-direction:column;position:static}body.menu-open .links a{padding:12px 16px}body.menu-open .lang-switch{display:flex;margin:4px 0 0;position:static}}@media screen and (prefers-color-scheme: dark){.topbar{background:#121820e0;border-bottom-color:#c8d7e614}.brand,.menu-btn{color:#e4eaf0}.menu-btn,.lang-switch{border-color:#c8d7e61f}.nav-pages a,.links a,.lang-switch a{color:#9aabb8}.nav-pages a:hover,.links a:hover,.lang-switch a:hover{background:#c8d7e614;color:#e4eaf0}.nav-pages a[aria-current=page],.lang-switch a.active{background:#8ab4d6;color:#0e141a}.nav-sep{background:#c8d7e61a}@media (max-width: 680px){body.menu-open .nav-right{background:#1e2a38;border-color:#c8d7e61f;box-shadow:0 16px 46px #0000006b}body.menu-open .nav-sep{background:#c8d7e61a}}}.theme-toggle{background:transparent;border:1px solid rgba(15,26,35,.1);border-radius:10px;padding:8px 12px;font-size:1.1rem;cursor:pointer;color:#0f1a23;transition:all .15s;margin-left:4px}.theme-toggle:hover{background:#0f1a230f}body.theme-dark{background:#121820;color:#e4eaf0}body.theme-dark .topbar{background:#121820e0;border-bottom-color:#c8d7e614}body.theme-dark .brand,body.theme-dark .menu-btn,body.theme-dark .theme-toggle{color:#e4eaf0}body.theme-dark .menu-btn,body.theme-dark .lang-switch,body.theme-dark .theme-toggle{border-color:#c8d7e61f}body.theme-dark .nav-pages a,body.theme-dark .links a,body.theme-dark .lang-switch a{color:#9aabb8}body.theme-dark .nav-pages a:hover,body.theme-dark .links a:hover,body.theme-dark .lang-switch a:hover{background:#c8d7e614;color:#e4eaf0}body.theme-dark .nav-pages a[aria-current=page],body.theme-dark .lang-switch a.active{background:#8ab4d6;color:#0e141a}body.theme-dark .nav-sep{background:#c8d7e61a}@media (max-width: 680px){body.theme-dark.menu-open .nav-right{background:#1e2a38;border-color:#c8d7e61f;box-shadow:0 16px 46px #0000006b}body.theme-dark.menu-open .nav-sep{background:#c8d7e61a}}.search-container{position:relative;margin-left:8px}.search-input{padding:8px 12px;border:1px solid rgba(15,26,35,.1);border-radius:10px;font-size:.9rem;font-family:inherit;background:#ffffffe6;color:#0f1a23;width:180px;transition:all .15s}.search-input:focus{outline:none;border-color:#1e7a7a;background:#fff;width:220px}.search-input::placeholder{color:#9aabb8}.search-results{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid rgba(15,26,35,.1);border-radius:12px;box-shadow:0 12px 40px #0000001f;max-width:400px;min-width:300px;max-height:500px;overflow-y:auto;display:none;z-index:2300}.search-results-list{list-style:none;margin:0;padding:8px 0}.search-result-item{margin:0}.search-result-link{display:block;padding:12px 16px;text-decoration:none;color:#0f1a23;transition:background .15s}.search-result-link:hover{background:#0f1a230a}.search-result-title{display:block;font-weight:600;font-size:.95rem;margin-bottom:4px;color:#0f1a23}.search-result-date{display:block;font-size:.82rem;color:#5e6b75}.search-no-results{padding:16px;text-align:center;color:#5e6b75;font-size:.9rem}@media (max-width: 680px){.search-container{display:none}}body.theme-dark .search-input{background:#1e2a38c7;border-color:#c8d7e61f;color:#e4eaf0}body.theme-dark .search-input:focus{background:#1e2a38;border-color:#58b9d6}body.theme-dark .search-input::placeholder{color:#9aabb8}body.theme-dark .search-results{background:#1e2a38;border-color:#c8d7e61f}body.theme-dark .search-result-link{color:#e4eaf0}body.theme-dark .search-result-link:hover{background:#c8d7e60f}body.theme-dark .search-result-title{color:#e4eaf0}body.theme-dark .search-result-date,body.theme-dark .search-no-results{color:#9aabb8}picture{display:contents}:root{--bg: #f4f1ec;--ink: #0f1a23;--muted: #5e6b75;--card: #ffffff;--line: rgba(15,26,35,.1);--navy: #0e2433;--teal: #1e7a7a;--sand: #d4a843;--sand-hover: #c49a38;--rust: #b8623b}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}body{font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;padding:20px clamp(16px,4vw,44px) 16px;align-items:stretch}.hero-main{border-radius:28px;color:#fff;padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:space-between;min-height:500px;position:relative;overflow:hidden;background-color:#0e2433;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-main:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0e2433b8,#0e243366 35%,#0e24338c 65%,#0e2433d9)}.hero-main>*{position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#7dd8d8;font-size:.72rem;font-weight:800}.hero-main h1{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.4rem,5vw,4.6rem);line-height:.95;margin:10px 0 16px;font-weight:400;max-width:520px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-main p{color:#e2eef0;font-size:1rem;max-width:460px;line-height:1.5}.latest-card{display:flex;align-items:center;gap:16px;margin-top:18px;background:#ffffff1f;border:2px solid rgba(255,255,255,.2);border-radius:16px;padding:18px 22px;max-width:560px;transition:.2s;position:relative;overflow:hidden}.latest-card:before{content:"📰 Dernier post";position:absolute;top:8px;left:22px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--sand);opacity:.9}.latest-card:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 12px 32px #00000040}.latest-card img{width:80px;height:60px;object-fit:cover;border-radius:10px;flex-shrink:0;margin-top:12px}.lc-thumb-empty{width:80px;height:60px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,#7ed8d838,#d4a84333);margin-top:12px}.lc-body{flex:1;min-width:0;margin-top:12px}.lc-label{display:block;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--sand);margin-bottom:2px}.lc-title{font-weight:700;font-size:1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-date{font-size:.78rem;color:#b0cdd4;margin-top:2px}.lc-arrow{color:var(--sand);font-weight:800;font-size:1.2rem;flex-shrink:0;transition:transform .15s}.latest-card:hover .lc-arrow{transform:translate(3px)}.lc-loading{color:#b0cdd4;font-size:.88rem}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.stat{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px 10px;text-align:center}.stat strong{display:block;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--teal),var(--sand));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat span{display:block;color:#d9e7e9;font-size:.8rem;margin-top:6px}.stat+.stat{border-left:1px solid rgba(255,255,255,.15)}.quick{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tile{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:236px;box-shadow:0 6px 24px #0f1a230a;transition:.18s;position:relative;overflow:hidden}.tile:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0f1a2314}.tile.photo{background:linear-gradient(180deg,#0e24334d,#0e2433b8),url(/fr/images/2023/996932641416158.webp) center/cover;color:#fff;border-color:transparent}.tile.boat{background:linear-gradient(180deg,#0e243338,#0e243385 42%,#0e2433e6),url(/fr/images/boat-tile.webp) center/cover;color:#fff;border-color:transparent}.tile.route-tile{background:linear-gradient(180deg,#06121e1f,#06121e75 42%,#06121ee0),url(/fr/images/route-map-thumb.webp?v=20260526a) center/cover;color:#fff;border-color:transparent}.tile.refit-tile{background:linear-gradient(180deg,#0e243338,#0e243385 42%,#0e2433e6),url(/fr/images/2026/2026-travaux-v2-04.webp) center/cover;color:#fff;border-color:transparent}.tile.crew-tile{background:linear-gradient(180deg,#0e24334d,#0e24338c 40%,#0e2433e6),url(/fr/images/crew-family.webp) center/cover;color:#fff;border-color:transparent}.tile h2{font-family:"DM Serif Display",Georgia,serif;font-size:1.4rem;line-height:1.1;margin:0;font-weight:400}.tile>div{padding-right:46px}.tile p{color:var(--muted);margin:6px 0 0;font-size:.9rem;line-height:1.4}.tile.photo p,.tile.boat p,.tile.route-tile p,.tile.refit-tile p,.tile.crew-tile p{color:#d6e7ea}.badge{align-self:start;background:#ffffffeb;color:var(--navy);border-radius:999px;padding:5px 11px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tile-arrow{position:absolute;bottom:16px;right:16px;width:30px;height:30px;border-radius:50%;background:#0f1a230f;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--muted);transition:.15s}.tile:hover .tile-arrow{background:var(--teal);color:#fff}.tile.photo .tile-arrow,.tile.boat .tile-arrow,.tile.route-tile .tile-arrow,.tile.refit-tile .tile-arrow,.tile.crew-tile .tile-arrow{background:#ffffff24;color:#fff}.tile.photo:hover .tile-arrow,.tile.boat:hover .tile-arrow,.tile.route-tile:hover .tile-arrow,.tile.refit-tile:hover .tile-arrow,.tile.crew-tile:hover .tile-arrow{background:var(--sand);color:#1a1205}.below{display:grid;grid-template-columns:1fr 320px;gap:16px;padding:4px clamp(16px,4vw,44px) 48px}.feed{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px}.feed-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.feed-head h2{margin:0;font-size:1.35rem;font-weight:700}.feed-head a{color:var(--teal);font-weight:700;font-size:.9rem}.feed-head a:hover{text-decoration:underline}.filter{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.chip{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:600;cursor:pointer;transition:.15s;font-family:inherit}.chip:hover{background:#0f1a230a}.chip.active{background:var(--teal);color:#fff;border-color:var(--teal);font-weight:700;box-shadow:0 4px 12px #1e7a7a4d;transform:translateY(-2px)}.chip.active:before{content:"✓ ";margin-right:2px}.row{display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--line);transition:.15s}.row:hover{background:#0f1a2305;margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:12px}.row img,.row-thumb{width:80px;height:62px;object-fit:cover;border-radius:12px;display:block;background:var(--bg)}.row-thumb-empty{background:linear-gradient(135deg,#1e7a7a24,#d4a8432e);border:1px solid var(--line)}.row h3{margin:0 0 2px;font-size:1rem;font-weight:700}.row p{margin:0;color:var(--muted);font-size:.88rem}.row .meta{color:var(--teal);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1px}.arrow{color:var(--teal);font-weight:800;font-size:1.1rem}.timeline-aside{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px 18px}.timeline{display:flex;flex-direction:column;position:relative}.timeline:before{content:"";position:absolute;top:6px;bottom:6px;left:38px;width:2px;background:var(--line);border-radius:1px}.tl-row{display:grid;grid-template-columns:36px 20px 1fr;align-items:start;gap:0;padding:5px 0;position:relative;cursor:pointer;border-radius:6px;transition:background .15s}.tl-row:hover{background:#0000000a}.tl-year{font-size:.72rem;font-weight:700;color:var(--muted);text-align:right;padding-top:2px;font-variant-numeric:tabular-nums}.tl-active .tl-year{color:var(--navy);font-weight:800;font-size:.78rem}.tl-active .tl-year:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--teal);margin-right:6px;animation:pulse 2s infinite;vertical-align:middle}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.tl-active .tl-label{color:var(--navy);font-weight:700}.tl-active{background:#0e2a3a0f}.tl-bar{width:10px;height:10px;border-radius:50%;background:var(--teal);border:2px solid var(--card);box-shadow:0 0 0 2px var(--teal);margin:3px auto 0;position:relative;z-index:1}.tl-bar-accent{background:#e8a838;box-shadow:0 0 0 2px #e8a838;width:12px;height:12px;margin-top:2px}.tl-bar-dim{background:var(--line);box-shadow:0 0 0 2px var(--line)}.tl-highlight .tl-year{color:var(--navy);font-weight:800}.tl-label{font-size:.76rem;color:var(--muted);line-height:1.35;padding-left:6px}.tl-highlight .tl-label{color:var(--navy);font-weight:600}.refit-link{margin-top:8px}.loading-state{padding:20px;color:var(--muted)}.loading-spinner{display:inline-block;width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--teal);border-radius:50%;animation:spin 1s linear infinite;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.footer{padding:48px clamp(16px,4vw,44px) 28px;color:var(--muted);font-size:.88rem;border-top:1px solid var(--line);background:var(--bg)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;margin-bottom:32px}.footer-col h4{font-size:.9rem;font-weight:700;color:var(--ink);margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}.footer-col a{display:block;color:var(--muted);text-decoration:none;padding:6px 0;transition:color .15s}.footer-col a:hover{color:var(--teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--line)}.footer-bottom p{margin:0;font-size:.82rem}.back-to-top{background:var(--teal);color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.back-to-top:hover{background:var(--sand);transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.back-to-top:active{transform:translateY(-1px)}@media print{.topbar,.footer,#nl-f,#nl-o,.lightbox,.post-navigation,.back-to-top{display:none!important}body{font-size:12pt;line-height:1.5;color:#000;background:#fff}.post-full{max-width:100%;page-break-inside:avoid}a{text-decoration:underline;color:#000}a[href]:after{content:" (" attr(href) ")";font-size:.8em}.hero{page-break-after:always}}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.hero-main{min-height:440px}.below{grid-template-columns:1fr}.side{flex-direction:row}.side .panel{flex:1}.stats-bar{grid-template-columns:repeat(4,1fr)}.timeline-aside{order:2}}@media (max-width: 680px){.menu-btn{display:block}.quick{grid-template-columns:1fr}.hero-main{min-height:420px;border-radius:20px}.tile,.feed,.panel{border-radius:18px}.row{grid-template-columns:64px 1fr}.row img,.row-thumb{width:64px;height:52px}.arrow{display:none}.side{flex-direction:column}.stats-bar{grid-template-columns:repeat(2,1fr)}.hero-main h1{font-size:2.4rem}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.tile,.row,.latest-card,.chip,.tl-row{transition:none}.tile:hover,.row:hover,.latest-card:hover,.latest-card:hover .lc-arrow{transform:none}.loading-spinner{animation:none}html{scroll-behavior:auto}}@media screen and (prefers-color-scheme: dark){:root{--bg: #121820;--ink: #e4eaf0;--muted: #9aabb8;--card: #1e2a38;--line: rgba(200, 215, 230, .1);--navy: #8ab4d6;--teal: #58b9d6;--sand: #e8a838;--sand-hover: #d99a22;--rust: #d98a66}body{background:radial-gradient(circle at 10% 0%,rgba(232,168,56,.08),transparent 30%),radial-gradient(circle at 86% 12%,rgba(88,185,214,.08),transparent 32%),linear-gradient(180deg,#1a2430 0%,var(--bg) 58%,#0e141a 100%)}.tile:not(.boat):not(.route-tile):not(.refit-tile):not(.crew-tile):not(.photo),.feed,.timeline-aside,.panel{background:#1e2a38c7;border-color:#c8d7e61a;box-shadow:0 14px 40px #0000003d}.tile:hover,.row:hover{box-shadow:0 18px 46px #00000047}.row:hover,.tl-row:hover,.tl-active{background:#c8d7e60f}.chip{background:#1e2a388f;border-color:#c8d7e61f;color:var(--ink-soft, var(--muted))}.chip:hover{background:#283748d6;color:var(--ink)}.chip.active{background:var(--navy);border-color:var(--navy);color:#0e141a}.badge{background:#e4eaf0eb;color:#0e141a}.tile:not(.boat):not(.route-tile):not(.refit-tile):not(.crew-tile):not(.photo) .tile-arrow{background:#c8d7e614;color:var(--ink)}.row-thumb-empty{background:linear-gradient(135deg,#58b9d629,#e8a83829);border-color:#c8d7e61a}.tl-bar{border-color:var(--card)}.tl-active .tl-year,.tl-active .tl-label,.tl-highlight .tl-year,.tl-highlight .tl-label{color:var(--navy)}.route-link{background:#0a1622c7;border:1px solid rgba(200,215,230,.1)}}body.theme-dark{--bg: #121820;--ink: #e4eaf0;--muted: #9aabb8;--card: #1e2a38;--line: rgba(200, 215, 230, .1);--navy: #8ab4d6;--teal: #58b9d6;--sand: #e8a838;--sand-hover: #d99a22;--rust: #d98a66;color:#e4eaf0;background:radial-gradient(circle at 10% 0%,rgba(232,168,56,.08),transparent 30%),radial-gradient(circle at 86% 12%,rgba(88,185,214,.08),transparent 32%),linear-gradient(180deg,#1a2430,#121820 58%,#0e141a)}body.theme-dark .tile:not(.boat):not(.route-tile):not(.refit-tile):not(.crew-tile):not(.photo),body.theme-dark .feed,body.theme-dark .timeline-aside,body.theme-dark .panel{background:#1e2a38c7;border-color:#c8d7e61a;box-shadow:0 14px 40px #0000003d}body.theme-dark .tile:hover,body.theme-dark .row:hover{box-shadow:0 18px 46px #00000047}body.theme-dark .row:hover,body.theme-dark .tl-row:hover,body.theme-dark .tl-active{background:#c8d7e60f}body.theme-dark .chip{background:#1e2a388f;border-color:#c8d7e61f;color:var(--muted)}body.theme-dark .chip:hover{background:#283748d6;color:var(--ink)}body.theme-dark .chip.active{background:var(--navy);border-color:var(--navy);color:#0e141a}body.theme-dark .badge{background:#e4eaf0eb;color:#0e141a}body.theme-dark .tile:not(.boat):not(.route-tile):not(.refit-tile):not(.crew-tile):not(.photo) .tile-arrow{background:#c8d7e614;color:var(--ink)}body.theme-dark .row-thumb-empty{background:linear-gradient(135deg,#58b9d629,#e8a83829);border-color:#c8d7e61a}body.theme-dark .tl-bar{border-color:var(--card)}body.theme-dark .tl-active .tl-year,body.theme-dark .tl-active .tl-label,body.theme-dark .tl-highlight .tl-year,body.theme-dark .tl-highlight .tl-label{color:var(--navy)}body.theme-dark .footer{background:#121820;border-top-color:#c8d7e61a}body.theme-dark .footer-col a{color:var(--muted)}body.theme-dark .footer-col a:hover{color:var(--teal)}body.theme-dark .footer-bottom{border-top-color:#c8d7e61a}body.theme-dark .footer-col h4{color:var(--ink)}
