.fcp-wrapper{margin:0 auto;max-width:1200px;padding:40px 25px}.fcp-header{margin-bottom:32px;text-align:center}.fcp-title{color:#111827;font-family:"DM Serif Display",Georgia,serif;font-size:40px;font-weight:400;line-height:1.15;margin-bottom:12px}.fcp-desc{color:#4b5563;font-size:18px;line-height:1.55;margin:0 auto;max-width:520px}.fcp-grid{display:flex;flex-wrap:wrap;justify-content:center}.fcp-card{background-color:#15243c;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.22);display:flex;flex:0 0 calc(33.333% - 30px);flex-direction:column;margin:15px;max-width:calc(33.333% - 30px);overflow:hidden}.fcp-card-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;height:260px;position:relative;width:100%}.fcp-card-tags{bottom:14px;display:flex;flex-direction:column;gap:4px;left:14px;position:absolute}.fcp-tag{border-radius:999px;display:inline-block;font-family:Roboto,system-ui,sans-serif;font-size:13px;font-weight:500;line-height:1;padding:5px 14px;white-space:nowrap}.fcp-tag-row{display:flex;flex-wrap:wrap;gap:6px}.fcp-tag--tipo{align-self:flex-start;background-color:#15243c;color:#fff}.fcp-tag--orange{background-color:#ff5900;color:#fff}.fcp-card-body{display:flex;flex:1;flex-direction:column;padding:22px 20px 20px}h4.fcp-card-title{color:#fff;font-family:"DM Serif Display",Georgia,serif;font-size:22px;line-height:1.25;margin:0 0 12px}.fcp-card-line{background-color:#ff5900;border-radius:2px;flex-shrink:0;height:3px;margin-bottom:14px;width:30px}.fcp-card-desc{color:hsla(0,0%,100%,.75);flex:1;font-size:15px;line-height:1.6;margin-bottom:20px}a.fcp-btn-card{align-self:flex-start;background:transparent;border:1.5px solid #fff;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-family:Roboto,system-ui,sans-serif;font-size:15px;font-weight:500;padding:9px 22px;text-decoration:none;transition:background .2s ease,border-color .2s ease;width:fit-content}a.fcp-btn-card:hover{background:#ff5900;border-color:#ff5900}.fcp-toolbar{gap:10px;margin-bottom:18px;min-height:40px}.fcp-chips,.fcp-toolbar{align-items:center;display:flex;flex-wrap:wrap}.fcp-chips{flex:1;gap:8px}.fcp-chip{align-items:center;animation:fcpChipIn .18s ease forwards;background:rgba(255,89,0,.1);border:1px solid rgba(255,89,0,.35);border-radius:999px;color:#c94400;display:inline-flex;font-size:13px;font-weight:500;gap:5px;padding:5px 8px 5px 13px}@keyframes fcpChipIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.fcp-chip-remove{align-items:center;background:rgba(255,89,0,.2);border:none;border-radius:50%;color:#c94400;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:18px;justify-content:center;line-height:1;padding:0;transition:background .15s ease;width:18px}.fcp-chip-remove:hover{background:rgba(255,89,0,.4)}.fcp-clear-all{background:none;border:none;color:#888;cursor:pointer;font-size:13px;font-weight:500;padding:0 4px;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.fcp-clear-all:hover{color:#ff5900}.fcp-filter-btn{align-items:center;background:#15243c;border:1.5px solid hsla(0,0%,100%,.18);border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Roboto,system-ui,sans-serif;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;position:relative;transition:border-color .2s ease,background .2s ease,transform .1s ease}.fcp-filter-btn:hover{background:#1e2f50;border-color:rgba(255,89,0,.6)}.fcp-filter-btn:active{transform:scale(.97)}.fcp-badge{background:#ff5900;border-radius:999px;color:#fff;display:none;font-size:11px;font-weight:700;height:19px;line-height:19px;min-width:19px;padding:0 5px;text-align:center}.fcp-badge.fcp-visible{display:inline-block}.fcp-backdrop{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:rgba(10,16,30,.55);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .32s ease;z-index:200}.fcp-backdrop.fcp-open{opacity:1;pointer-events:all}.fcp-drawer{background:#15243c;box-shadow:-8px 0 40px rgba(0,0,0,.35);display:flex;flex-direction:column;height:100dvh;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .36s cubic-bezier(.4,0,.2,1);width:360px;z-index:201}.fcp-drawer.fcp-open{transform:translateX(0)}.fcp-drawer-bar{background:#ff5900;flex-shrink:0;height:4px}.fcp-drawer-header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.09);display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px 18px}.fcp-drawer-header h2{color:#fff;font-family:"DM Serif Display",Georgia,serif;font-size:22px;font-weight:400;line-height:1}.fcp-drawer-close{align-items:center;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.15);border-radius:50%;color:hsla(0,0%,100%,.7);cursor:pointer;display:flex;font-size:19px;height:34px;justify-content:center;line-height:1;transition:background .2s ease,color .2s ease;width:34px}.fcp-drawer-close:hover{background:rgba(255,89,0,.25);color:#fff}.fcp-drawer-body{display:flex;flex:1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px;scrollbar-color:hsla(0,0%,100%,.1) transparent;scrollbar-width:thin}.fcp-drawer-body::-webkit-scrollbar{width:4px}.fcp-drawer-body::-webkit-scrollbar-track{background:transparent}.fcp-drawer-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.12);border-radius:4px}.fcp-drawer-group{border-bottom:1px solid hsla(0,0%,100%,.07);display:flex;flex-direction:column;gap:12px;padding-bottom:24px}.fcp-drawer-group:last-child{border-bottom:none;padding-bottom:0}.fcp-drawer-label{color:hsla(0,0%,100%,.38);font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.fcp-drawer-divider{background:hsla(0,0%,100%,.07);height:1px;margin:0 -24px}.fcp-toggle-group{display:flex;flex-wrap:wrap;gap:8px}.fcp-toggle{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.13);border-radius:999px;color:hsla(0,0%,100%,.65);cursor:pointer;font-family:Roboto,system-ui,sans-serif;font-size:13.5px;font-weight:400;padding:7px 16px;transition:all .18s ease;user-select:none}.fcp-toggle:hover{background:hsla(0,0%,100%,.13);color:#fff}.fcp-toggle-count{align-items:center;background:hsla(0,0%,100%,.1);border-radius:999px;display:inline-flex;font-size:10px;font-weight:600;height:15px;justify-content:center;line-height:1;margin-left:6px;min-width:17px;padding:0 4px;vertical-align:middle}.fcp-toggle.fcp-selected .fcp-toggle-count{background:hsla(0,0%,100%,.22)}.fcp-toggle.fcp-selected{background:#ff5900;border-color:#ff5900;color:#fff;font-weight:500}.fcp-toggle:focus-visible{outline:2px solid hsla(0,0%,100%,.7);outline-offset:2px}.fcp-drawer-footer{border-top:1px solid hsla(0,0%,100%,.09);flex-shrink:0;padding:16px 24px 24px}.fcp-btn-clear{background:transparent;border:1.5px solid hsla(0,0%,100%,.18);border-radius:8px;color:hsla(0,0%,100%,.55);cursor:pointer;font-family:Roboto,system-ui,sans-serif;font-size:14px;font-weight:400;padding:11px;transition:border-color .2s ease,color .2s ease;width:100%}.fcp-btn-clear:hover{border-color:#ff5900;color:#ff5900}@media (max-width:768px){.fcp-card{flex:0 0 calc(50% - 20px);margin:10px;max-width:calc(50% - 20px)}.fcp-drawer{width:calc(100vw - 56px)}}@media (max-width:576px){.fcp-card{flex:0 0 100%;margin:10px 0;max-width:100%}}@media (max-width:767px){.fcp-title{font-size:24px}.fcp-desc{font-size:16px}}