:root{--fcp-primary:#e87a9a;--fcp-primary-light:#fff8f4;--fcp-primary-dark:#d96587;--fcp-accent:#f0997b;--fcp-accent-light:#fbeaef;--fcp-text:#2c2c2a;--fcp-text-muted:#8a7f76;--fcp-bg:#fff;--fcp-bg-cream:#fff8f4;--fcp-border:#ede3d8;--fcp-success:#639922;--fcp-danger:#e24b4a;--fcp-font-heading:'Poppins',sans-serif;--fcp-font-body:'Inter',sans-serif;--fcp-radius-sm:8px;--fcp-radius-md:16px;--fcp-radius-lg:20px;--fcp-shadow-sm:0 2px 6px rgba(232,122,154,0.08);--fcp-shadow-md:0 6px 20px rgba(232,122,154,0.12);--fcp-shadow-lg:0 14px 36px rgba(232,122,154,0.18);--fcp-container:1200px;--fcp-gap:24px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--fcp-font-body);color:var(--fcp-text);background:var(--fcp-bg-cream);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--fcp-font-heading);font-weight:600;line-height:1.25;margin:0 0 .5em;color:var(--fcp-text)}h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:var(--fcp-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--fcp-primary-dark)}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25em}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:1rem}.fcp-container{max-width:var(--fcp-container);margin:0 auto;padding:0 20px}.fcp-visually-hidden{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:9999;background:#fff;padding:10px;border-radius:var(--fcp-radius-sm);box-shadow:var(--fcp-shadow-md)}.fcp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--fcp-radius-md);font-family:var(--fcp-font-heading);font-weight:600;font-size:.95rem;border:0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .15s ease;white-space:nowrap}.fcp-btn:active{transform:scale(0.98)}.fcp-btn-primary{background:var(--fcp-primary);color:#fff;box-shadow:var(--fcp-shadow-md)}.fcp-btn-primary:hover{background:var(--fcp-primary-dark);color:#fff}.fcp-btn-accent{background:var(--fcp-accent);color:#fff}.fcp-btn-accent:hover{background:#e37f5c;color:#fff}.fcp-btn-outline{background:transparent;color:var(--fcp-primary);border:1.5px solid var(--fcp-primary)}.fcp-btn-outline:hover{background:var(--fcp-primary-light);color:var(--fcp-primary-dark)}.fcp-btn-block{width:100%}.fcp-btn:disabled{opacity:.5;cursor:not-allowed}.fcp-btn-lg{padding:15px 32px;font-size:1.05rem}.fcp-header{border-bottom:1px solid var(--fcp-border);background:#fff;position:sticky;top:0;z-index:100}.fcp-header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:var(--fcp-container);margin:0 auto;gap:16px}.fcp-logo{font-family:var(--fcp-font-heading);font-weight:700;font-size:1.4rem;color:var(--fcp-text);display:flex;align-items:center;gap:8px}.fcp-logo span{color:var(--fcp-primary)}.fcp-logo img{max-height:40px}.fcp-nav{display:none}.fcp-nav ul{display:flex;gap:28px;list-style:none;padding:0;margin:0}.fcp-nav a{color:var(--fcp-text);font-weight:500;font-size:.95rem}.fcp-nav a:hover{color:var(--fcp-primary)}.fcp-header-actions{display:flex;align-items:center;gap:12px}.fcp-mobile-toggle{background:0;border:0;font-size:1.5rem;color:var(--fcp-text);display:flex}.fcp-mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:200;padding:20px;overflow-y:auto}.fcp-mobile-menu.is-open{display:block}.fcp-mobile-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.fcp-mobile-menu a{display:block;padding:14px 8px;font-size:1.1rem;border-bottom:1px solid var(--fcp-border);color:var(--fcp-text)}.fcp-mobile-close{background:0;border:0;font-size:1.75rem;position:absolute;top:16px;right:20px}@media(min-width:900px){.fcp-nav{display:block}.fcp-mobile-toggle{display:none}}.fcp-hero{background:var(--fcp-bg-cream);padding:40px 20px}.fcp-hero-inner{max-width:var(--fcp-container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:860px){.fcp-hero-inner{grid-template-columns:1.1fr 1fr}}.fcp-hero-eyebrow{display:inline-block;background:var(--fcp-accent-light);color:var(--fcp-primary-dark);padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:16px}.fcp-hero h1{margin:0 0 14px;text-align:left}.fcp-hero p.fcp-hero-sub{margin:0 0 24px;color:var(--fcp-text-muted);font-size:1.05rem;text-align:left;max-width:460px}.fcp-hero-image{border-radius:var(--fcp-radius-lg);overflow:hidden;aspect-ratio:4/3;background:#fff}.fcp-hero-image img{width:100%;height:100%;object-fit:cover}.fcp-search-form{max-width:520px;margin:0 0 18px;position:relative;display:flex;gap:8px}.fcp-search-input{flex:1;padding:14px 18px;border-radius:var(--fcp-radius-md);border:1.5px solid var(--fcp-border);background:#fff;font-size:1rem}.fcp-search-input:focus{outline:0;border-color:var(--fcp-primary);box-shadow:0 0 0 3px var(--fcp-accent-light)}.fcp-search-form .fcp-btn{flex-shrink:0}.fcp-hero-tags{display:flex;gap:8px;flex-wrap:wrap}.fcp-hero-tags a{background:#fff;border:1px solid var(--fcp-border);padding:6px 14px;border-radius:999px;font-size:.85rem;color:var(--fcp-text-muted)}.fcp-hero-tags a:hover{border-color:var(--fcp-primary);color:var(--fcp-primary)}.fcp-header-search-btn{width:38px;height:38px;border-radius:var(--fcp-radius-sm);background:var(--fcp-primary);color:#fff;display:flex;align-items:center;justify-content:center;border:0;flex-shrink:0}.fcp-header-search-btn:hover{background:var(--fcp-primary-dark)}.fcp-section{padding:48px 0}.fcp-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.fcp-section-head h2{margin:0}.fcp-section-head .fcp-view-all{font-weight:600;font-size:.9rem;white-space:nowrap}.fcp-section-sub{color:var(--fcp-text-muted);margin-top:-10px;margin-bottom:20px}.fcp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.fcp-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1000px){.fcp-grid{grid-template-columns:repeat(4,1fr)}}.fcp-grid-3col{grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.fcp-grid-3col{grid-template-columns:repeat(3,1fr)}}.fcp-pattern-card{background:#fff;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-md);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.fcp-pattern-card:hover{box-shadow:var(--fcp-shadow-md);transform:translateY(-2px)}.fcp-card-link{display:block;color:inherit}.fcp-card-img-wrap{position:relative;aspect-ratio:1/1;background:var(--fcp-primary-light);overflow:hidden}.fcp-card-img{width:100%;height:100%;object-fit:cover}.fcp-card-img-placeholder{width:100%;height:100%;background:var(--fcp-primary-light)}.fcp-card-body{padding:14px 16px 16px}.fcp-card-category{font-size:.78rem;color:var(--fcp-text-muted);display:block;margin-bottom:2px}.fcp-card-title{font-size:1rem;margin:0 0 12px;line-height:1.35;font-weight:500}.fcp-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--fcp-text-muted)}.fcp-card-download-btn{display:block;width:100%;text-align:center;background:var(--fcp-primary);color:#fff;padding:9px 0;border-radius:var(--fcp-radius-sm);font-weight:600;font-size:.85rem}.fcp-card-download-btn:hover{background:var(--fcp-primary-dark);color:#fff}.fcp-badge{position:absolute;top:10px;left:10px;font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:999px;background:#fff;box-shadow:var(--fcp-shadow-sm)}.fcp-badge-beginner,.fcp-badge-easy{color:#3b6d11}.fcp-badge-intermediate{color:#854f0b}.fcp-badge-advanced{color:#a32d2d}.fcp-badge-default{color:var(--fcp-primary-dark)}.fcp-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}@media(min-width:640px){.fcp-category-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1000px){.fcp-category-grid{grid-template-columns:repeat(6,1fr)}}.fcp-category-tile{display:block;text-align:center;color:var(--fcp-text)}.fcp-category-tile-img{aspect-ratio:1/1;background:var(--fcp-primary-light);border-radius:var(--fcp-radius-md);overflow:hidden;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;transition:transform .15s ease}.fcp-category-tile-img img{width:100%;height:100%;object-fit:cover}.fcp-category-tile:hover .fcp-category-tile-img{transform:scale(1.03)}.fcp-category-name{font-weight:500;font-size:.92rem;display:block}.fcp-category-count{font-size:.78rem;color:var(--fcp-text-muted)}.fcp-newsletter{background:var(--fcp-primary);border-radius:var(--fcp-radius-lg);padding:40px 24px;text-align:center;color:#fff}.fcp-newsletter h2,.fcp-newsletter p{color:#fff}.fcp-newsletter p{color:rgba(255,255,255,0.85);max-width:480px;margin:0 auto 22px}.fcp-newsletter-form{display:flex;flex-direction:column;gap:10px;max-width:440px;margin:0 auto}@media(min-width:540px){.fcp-newsletter-form{flex-direction:row}}.fcp-newsletter-form input[type="text"],.fcp-newsletter-form input[type="email"]{flex:1;padding:13px 16px;border-radius:var(--fcp-radius-md);border:0}.fcp-newsletter-form input:focus{outline:3px solid var(--fcp-accent)}.fcp-newsletter-status{margin-top:12px;font-size:.9rem}.fcp-newsletter-honeypot{position:absolute;left:-9999px;opacity:0;height:0}.fcp-ad-slot{display:flex;align-items:center;justify-content:center;margin:24px auto;overflow:hidden;min-height:100px;background:#fafafa;border:1px dashed var(--fcp-border);border-radius:var(--fcp-radius-sm);font-size:.75rem;color:var(--fcp-text-muted)}.fcp-ad-slot::before{content:"Advertisement"}.fcp-ad-slot ins.adsbygoogle{width:100%}.fcp-ad-leaderboard{max-width:728px;min-height:90px}.fcp-ad-sidebar{min-height:250px}.fcp-ad-incontent{max-width:100%}.fcp-pattern-layout{display:grid;grid-template-columns:1fr;gap:32px;padding:32px 0 56px}@media(min-width:960px){.fcp-pattern-layout{grid-template-columns:minmax(0,1fr) 320px}}.fcp-pattern-hero-img{border-radius:var(--fcp-radius-md);overflow:hidden;margin-bottom:24px;aspect-ratio:16/9;background:var(--fcp-primary-light)}.fcp-pattern-hero-img img{width:100%;height:100%;object-fit:cover}.fcp-pattern-title-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:6px}.fcp-pattern-meta-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--fcp-text-muted);font-size:.88rem;margin-bottom:24px}.fcp-pattern-meta-row span{display:inline-flex;align-items:center;gap:6px}.fcp-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;background:var(--fcp-primary-light);border-radius:var(--fcp-radius-md);padding:20px;margin-bottom:28px}@media(min-width:600px){.fcp-info-grid{grid-template-columns:repeat(3,1fr)}}.fcp-info-item .fcp-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--fcp-primary-dark);font-weight:600;display:block;margin-bottom:2px}.fcp-info-item .fcp-info-value{font-weight:500}.fcp-materials-list{list-style:none;padding:0}.fcp-materials-list li{padding:8px 0 8px 28px;border-bottom:1px solid var(--fcp-border);position:relative}.fcp-materials-list li::before{content:"✓";position:absolute;left:0;color:var(--fcp-primary);font-weight:700}.fcp-content-card{background:#fff;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-lg);padding:24px;margin-bottom:24px}.fcp-content-card h2{font-size:1.15rem;margin-bottom:14px}.fcp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.fcp-gallery-grid img{border-radius:var(--fcp-radius-sm);aspect-ratio:1;object-fit:cover}.fcp-download-box{background:#fff;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-lg);padding:28px 24px;box-shadow:var(--fcp-shadow-md)}@media(min-width:960px){.fcp-download-box{position:sticky;top:90px}}.fcp-download-box h3{margin-bottom:6px;font-size:1.15rem}.fcp-download-box-sub{color:var(--fcp-text-muted);font-size:.88rem;margin:0 0 16px;line-height:1.5}.fcp-download-checklist{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.fcp-download-checklist li{font-size:.85rem;color:var(--fcp-text);display:flex;align-items:center;gap:8px}.fcp-download-stats{display:flex;gap:10px;margin-bottom:20px}.fcp-stat-chip{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;padding:5px 12px;border-radius:999px}.fcp-stat-chip-download{background:var(--fcp-accent-light);color:var(--fcp-primary-dark)}.fcp-stat-chip-views{background:#f4f1ed;color:var(--fcp-text-muted)}.fcp-admin-hint{font-size:.78rem;color:var(--fcp-text-muted);text-align:center;margin:10px 0 0}.fcp-admin-hint a{color:var(--fcp-primary);font-weight:500}.fcp-save-btn{background:0;border:1.5px solid var(--fcp-border);border-radius:var(--fcp-radius-md);padding:12px;width:100%;margin-top:12px;font-weight:500;font-size:.92rem;color:var(--fcp-text);display:flex;align-items:center;justify-content:center;gap:8px}.fcp-save-btn:hover{border-color:var(--fcp-primary);color:var(--fcp-primary-dark)}.fcp-save-btn.is-saved{border-color:var(--fcp-accent);color:var(--fcp-primary-dark);background:var(--fcp-accent-light)}.fcp-unlock-overlay{position:fixed;inset:0;background:rgba(44,44,42,0.5);display:none;align-items:center;justify-content:center;z-index:1000;padding:16px}.fcp-unlock-overlay.is-open{display:flex}.fcp-unlock-modal{background:#fff;border-radius:var(--fcp-radius-lg);padding:32px 28px;max-width:460px;width:100%;text-align:center;box-shadow:var(--fcp-shadow-lg);position:relative}.fcp-unlock-icon-circle{width:56px;height:56px;border-radius:50%;background:var(--fcp-accent-light);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.6rem}.fcp-unlock-progress{height:8px;background:var(--fcp-border);border-radius:999px;overflow:hidden;margin:18px 0}.fcp-unlock-progress-bar{height:100%;background:var(--fcp-primary);width:0;transition:width .3s linear}.fcp-unlock-step{display:none}.fcp-unlock-step.is-active{display:block}.fcp-unlock-modal input{width:100%;padding:12px 14px;border-radius:var(--fcp-radius-sm);border:1.5px solid var(--fcp-border);margin-bottom:10px}.fcp-unlock-close{position:absolute;top:14px;right:16px;background:0;border:0;font-size:1.3rem;color:var(--fcp-text-muted)}.fcp-video-preview-box{background:#1f1b19;border-radius:var(--fcp-radius-md);padding:0;margin:18px 0;overflow:hidden}.fcp-video-preview-placeholder{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.fcp-video-play-btn{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,0.18);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.fcp-video-preview-box .fcp-ad-slot{margin:0;border:0;border-radius:0;background:#1f1b19;aspect-ratio:16/9;color:rgba(255,255,255,0.6)}.fcp-video-preview-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#15120f}.fcp-video-preview-bar .fcp-unlock-progress{background:rgba(255,255,255,0.2)}.fcp-video-preview-time{font-size:.78rem;color:rgba(255,255,255,0.75);flex-shrink:0;min-width:28px;text-align:right}.fcp-unlock-helper-text{font-size:.8rem;color:var(--fcp-text-muted);margin:10px 0 0}#fcp-unlock-continue-btn:disabled{opacity:.55;cursor:not-allowed}.fcp-unlock-field-label{text-align:left;font-size:.85rem;font-weight:500;margin-bottom:6px;display:block}.fcp-unlock-success-box{background:var(--fcp-primary-light);border-radius:var(--fcp-radius-md);padding:16px;display:flex;align-items:center;gap:10px;margin-top:18px;text-align:left}.fcp-unlock-success-icon{width:28px;height:28px;border-radius:50%;background:var(--fcp-success);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem}.fcp-related{padding:40px 0;border-top:1px solid var(--fcp-border);margin-top:24px}.fcp-blog-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.fcp-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.fcp-blog-grid{grid-template-columns:repeat(3,1fr)}}.fcp-blog-card{border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-md);overflow:hidden}.fcp-blog-card img{aspect-ratio:16/10;object-fit:cover}.fcp-blog-card-body{padding:16px}.fcp-blog-card .fcp-post-date{font-size:.78rem;color:var(--fcp-text-muted)}.fcp-single-post{max-width:760px;margin:0 auto;padding:32px 0 56px}.fcp-single-post .fcp-post-content{font-size:1.05rem}.fcp-single-post .fcp-post-content h2{margin-top:1.6em}.fcp-single-post .fcp-post-content img{border-radius:var(--fcp-radius-md);margin:1em 0}.fcp-form-page{max-width:440px;margin:48px auto;padding:0 20px}.fcp-form-card{background:#fff;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-lg);padding:32px 28px;box-shadow:var(--fcp-shadow-sm)}.fcp-form-card h1{text-align:center;font-size:1.6rem}.fcp-form-sub{text-align:center;color:var(--fcp-text-muted);margin-bottom:24px}.fcp-form-sub p{margin:0 0 .6em}.fcp-form-sub p:last-child{margin-bottom:0}.fcp-field{margin-bottom:16px}.fcp-field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:6px}.fcp-field input,.fcp-field textarea,.fcp-field select{width:100%;padding:12px 14px;border:1.5px solid var(--fcp-border);border-radius:var(--fcp-radius-sm)}.fcp-field input:focus,.fcp-field textarea:focus,.fcp-field select:focus{outline:0;border-color:var(--fcp-primary);box-shadow:0 0 0 3px var(--fcp-primary-light)}.fcp-form-error{background:#fef2f2;color:#b91c1c;padding:10px 14px;border-radius:var(--fcp-radius-sm);font-size:.88rem;margin-bottom:16px}.fcp-form-success{background:#f0fdf4;color:#15803d;padding:10px 14px;border-radius:var(--fcp-radius-sm);font-size:.88rem;margin-bottom:16px}.fcp-form-footer-link{text-align:center;margin-top:18px;font-size:.9rem;color:var(--fcp-text-muted)}.fcp-account-layout{display:grid;grid-template-columns:1fr;gap:24px;padding:32px 0 56px}@media(min-width:880px){.fcp-account-layout{grid-template-columns:240px 1fr}}.fcp-account-nav{list-style:none;padding:0;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-md);overflow:hidden}.fcp-account-nav li a{display:block;padding:14px 18px;color:var(--fcp-text);border-bottom:1px solid var(--fcp-border);font-weight:500}.fcp-account-nav li:last-child a{border-bottom:0}.fcp-account-nav li a.is-active{background:var(--fcp-primary-light);color:var(--fcp-primary-dark);font-weight:600}.fcp-account-panel{border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-md);padding:24px}.fcp-history-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--fcp-border)}.fcp-history-row img{width:56px;height:56px;border-radius:var(--fcp-radius-sm);object-fit:cover}.fcp-footer{background:#fff;border-top:1px solid var(--fcp-border);padding:48px 0 24px;margin-top:40px}.fcp-footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media(min-width:768px){.fcp-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.fcp-footer h4{font-size:.95rem;margin-bottom:14px}.fcp-footer ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:9px}.fcp-footer a{color:var(--fcp-text-muted);font-size:.9rem}.fcp-footer a:hover{color:var(--fcp-primary)}.fcp-footer-bottom{border-top:1px solid var(--fcp-border);padding-top:20px;display:flex;flex-direction:column;gap:12px;font-size:.85rem;color:var(--fcp-text-muted)}@media(min-width:768px){.fcp-footer-bottom{flex-direction:row;justify-content:space-between}}.fcp-social-links{display:flex;gap:12px}.fcp-social-links a{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid var(--fcp-border);display:flex;align-items:center;justify-content:center}.fcp-breadcrumbs{padding:14px 0;font-size:.85rem}.fcp-breadcrumbs ol{display:flex;list-style:none;padding:0;margin:0;flex-wrap:wrap;gap:6px}.fcp-breadcrumbs a{color:var(--fcp-text-muted)}.fcp-breadcrumbs span[aria-current]{color:var(--fcp-text);font-weight:500}.fcp-breadcrumb-sep{color:var(--fcp-border)}.fcp-archive-layout{display:grid;grid-template-columns:1fr;gap:28px;padding:24px 0 56px}@media(min-width:960px){.fcp-archive-layout{grid-template-columns:260px 1fr}}.fcp-filter-group{margin-bottom:24px}.fcp-filter-group h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--fcp-text-muted);margin-bottom:10px}.fcp-filter-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px}.fcp-filter-list label{display:flex;align-items:center;gap:8px;font-size:.92rem;cursor:pointer}.fcp-pagination{display:flex;justify-content:center;gap:6px;margin-top:32px}.fcp-pagination a,.fcp-pagination span{padding:8px 14px;border:1px solid var(--fcp-border);border-radius:var(--fcp-radius-sm);font-size:.9rem}.fcp-pagination .current{background:var(--fcp-primary);color:#fff;border-color:var(--fcp-primary)}.fcp-cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--fcp-border);padding:16px 20px;z-index:500;box-shadow:0 -4px 20px rgba(0,0,0,0.08);display:none}.fcp-cookie-banner.is-visible{display:block}.fcp-cookie-inner{max-width:var(--fcp-container);margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:flex-start}@media(min-width:720px){.fcp-cookie-inner{flex-direction:row;align-items:center;justify-content:space-between}}.fcp-cookie-inner p{margin:0;font-size:.88rem}.fcp-cookie-actions{display:flex;gap:10px;flex-shrink:0}.fcp-text-center{text-align:center}.fcp-mt-0{margin-top:0}.fcp-mb-0{margin-bottom:0}.fcp-page-content{padding:40px 0 56px;max-width:800px;margin:0 auto}.fcp-page-content h1{margin-bottom:24px}