.fc-page{max-width:100%}.fc-search-wrap{position:relative;margin-bottom:1.75rem}.fc-search-icon{position:absolute;left:1.125rem;top:50%;transform:translateY(-50%);color:var(--ink-500);pointer-events:none}.fc-search{width:100%;padding:.875rem 1.125rem .875rem 2.75rem;border-radius:1rem;border:1px solid var(--border-subtle);background:var(--surface);color:var(--ink-900);font-size:.9375rem;box-shadow:var(--shadow-card);transition:border-color .2s,box-shadow .2s}.fc-search:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 3px rgba(34,165,94,.12),var(--shadow-card)}.fc-search::placeholder{color:var(--ink-500)}.fc-header{margin-bottom:1.5rem}.fc-title{margin:0;font-family:var(--font-heading);font-size:clamp(1.625rem,3vw,2.125rem);font-weight:700;color:var(--ink-900);letter-spacing:-.02em}.fc-subtitle{margin:.5rem 0 0;max-width:52ch;font-size:.9375rem;line-height:1.6;color:var(--ink-500)}.fc-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.75rem}.fc-filters{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;min-width:0}.fc-filters::-webkit-scrollbar{display:none}.fc-filter-pill{flex-shrink:0;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border-subtle);background:var(--surface);color:var(--ink-700);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;white-space:nowrap}.fc-filter-pill:hover{border-color:rgba(34,165,94,.35);color:var(--ink-900)}.fc-filter-pill.is-active{background:var(--brand-green);border-color:var(--brand-green);color:#fff;box-shadow:0 4px 12px rgba(34,165,94,.25)}.fc-sort{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.fc-sort-label{font-size:.8125rem;color:var(--ink-500);white-space:nowrap}.fc-sort-select-wrap{position:relative}.fc-sort-select{appearance:none;padding:.4375rem 1.75rem .4375rem .75rem;border-radius:.625rem;border:1px solid var(--border-subtle);background:var(--surface);color:var(--ink-900);font-size:.8125rem;font-weight:500;cursor:pointer}.fc-sort-select:focus{outline:none;border-color:var(--brand-green)}.fc-sort-chevron{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:var(--ink-500);pointer-events:none}.fc-layout{display:grid;grid-template-columns:minmax(240px,280px) 1fr;gap:1.5rem;align-items:start}@media (max-width:1024px){.fc-layout{grid-template-columns:1fr}}.fc-sidebar{display:flex;flex-direction:column;gap:1.25rem}@media (min-width:1025px){.fc-sidebar{position:sticky;top:1rem}}.fc-widget{border-radius:1.25rem;background:var(--surface);padding:1.25rem;box-shadow:var(--shadow-card)}.fc-widget-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.fc-widget-title{margin:0;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--ink-900)}.fc-widget-link{font-size:.75rem;font-weight:600;color:var(--brand-green)}.fc-widget-link:hover{text-decoration:underline}.fc-widget-empty{margin:0;font-size:.8125rem;line-height:1.55;color:var(--ink-500)}.fc-progress-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.fc-progress-item{display:flex;align-items:flex-start;gap:.75rem;transition:opacity .2s}.fc-progress-item:hover{opacity:.85}.fc-progress-thumb{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.625rem;overflow:hidden;background:var(--brand-green-light);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--brand-green-deep)}.fc-progress-thumb img{width:100%;height:100%;object-fit:cover}.fc-progress-info{flex:1;min-width:0}.fc-progress-name{display:block;font-size:.8125rem;font-weight:600;color:var(--ink-900);line-height:1.35;margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-progress-pct{display:block;margin-top:.25rem;font-size:.6875rem;font-weight:600;color:var(--ink-500);text-align:right}.fc-progress-track{height:4px;border-radius:999px;background:var(--surface-muted);overflow:hidden}.fc-progress-track--sm{height:3px}.fc-progress-fill{height:100%;border-radius:999px;background:var(--brand-green);transition:width .3s ease}.fc-promo{position:relative;overflow:hidden;border-radius:1.25rem;background:linear-gradient(145deg,#e9f7ee,#f0faf3 50%,#e4f5ea);padding:1.25rem;box-shadow:var(--shadow-card)}.fc-promo-badge{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-green-deep)}.fc-promo-title{margin:0;font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--ink-900);line-height:1.35;max-width:16ch}.fc-promo-text{margin:.5rem 0 0;font-size:.8125rem;line-height:1.55;color:var(--ink-700);max-width:22ch}.fc-promo-btn{display:inline-flex;margin-top:1rem;padding:.5625rem 1rem;border-radius:.625rem;background:var(--brand-green);color:#fff;font-size:.8125rem;font-weight:600;transition:opacity .2s,transform .2s}.fc-promo-btn:hover{opacity:.92}.fc-promo-illus{position:absolute;right:-.5rem;bottom:-.5rem;color:rgba(34,165,94,.18);pointer-events:none}.fc-main{min-width:0}.fc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width:1280px){.fc-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fc-grid{grid-template-columns:1fr}.fc-toolbar{flex-direction:column;align-items:stretch}.fc-sort{justify-content:flex-end}}.fc-empty{padding:3rem 1.5rem;text-align:center;color:var(--ink-500)}.fc-card,.fc-empty{border-radius:1.25rem;background:var(--surface);box-shadow:var(--shadow-card)}.fc-card{display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.fc-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-lg)}.fc-card-cover{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--surface-muted)}.fc-card-cover-fallback{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.fc-card-badge{left:.75rem;bottom:.75rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.fc-card-badge,.fc-card-bookmark{position:absolute;border-radius:999px}.fc-card-bookmark{top:.625rem;right:.625rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:rgba(255,255,255,.92);color:var(--ink-500);cursor:pointer;box-shadow:0 2px 8px rgba(16,24,32,.08);transition:color .2s,background .2s}.fc-card-bookmark:hover{color:var(--brand-green);background:#fff}.fc-card-body{display:flex;flex-direction:column;flex:1;padding:1rem 1.125rem 1.125rem}.fc-card-title{margin:0;font-family:var(--font-heading);font-size:.9375rem;font-weight:700;color:var(--ink-900);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fc-card-meta{margin:.375rem 0 0;font-size:.75rem;color:var(--ink-500)}.fc-card-desc{margin:.625rem 0 0;font-size:.8125rem;line-height:1.5;color:var(--ink-500);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.fc-card-progress{margin-top:.75rem}.fc-card-progress-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.fc-status{font-size:.6875rem;font-weight:600}.fc-status--active{color:var(--brand-green)}.fc-status--done{color:var(--brand-green-deep)}.fc-card-progress-pct{font-size:.6875rem;font-weight:600;color:var(--ink-500)}