.pmfc{--fc-bg:var(--bg1,#fff);--fc-soft:var(--bg2,#f2f5fa);--fc-text:var(--wh,#172238);--fc-muted:var(--mid,#65728b);--fc-line:var(--ln2,#dce2ec);--fc-accent:var(--bl2,#316fd8);box-sizing:border-box;max-width:1464px;margin:24px auto 48px;padding:0 20px;color:var(--fc-text);font:14px/1.65 Arial,sans-serif;min-width:0}
.pmfc *{box-sizing:border-box}.pmfc h1,.pmfc h2,.pmfc h3,.pmfc p{margin:0 0 14px}.pmfc h1{font-size:30px;line-height:1.25}.pmfc h2{font-size:24px;line-height:1.35}.pmfc h3{font-size:18px;line-height:1.4}.pmfc a{color:var(--fc-accent);text-decoration:none;overflow-wrap:anywhere}.pmfc a:hover{text-decoration:underline}.pmfc button,.pmfc .pmfc-button{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:9px 15px;border:1px solid var(--fc-line);border-radius:10px;background:var(--fc-soft);color:var(--fc-accent);font:600 13px/1.4 Arial,sans-serif;cursor:pointer;text-decoration:none;max-width:100%;white-space:normal}.pmfc button:hover,.pmfc .pmfc-button:hover{border-color:var(--fc-accent)}.pmfc button:disabled{opacity:.55;cursor:wait}.pmfc :focus-visible{outline:2px solid var(--fc-accent);outline-offset:3px}.pmfc .pmfc-primary{background:var(--fc-accent);border-color:var(--fc-accent);color:var(--bg0,#fff)}
.pmfc-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border:1px solid var(--fc-line);border-radius:18px;background:var(--fc-bg);margin-bottom:22px}.pmfc-hero p{color:var(--fc-muted);margin:8px 0 0}.pmfc-eyebrow{color:var(--fc-accent);font-size:11px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.pmfc-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pmfc-muted,.pmfc small{color:var(--fc-muted)}.pmfc-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.pmfc-tabs a{padding:8px 12px;border-bottom:2px solid var(--fc-line)}
.pmfc-notice{padding:14px 18px;background:var(--fc-soft);border:1px solid var(--fc-line);border-radius:10px;margin:0 0 20px;overflow-wrap:anywhere}.pmfc-error{border-color:#d46969;color:var(--fc-text)}.pmfc [hidden]{display:none!important}.pmfc-loading,.pmfc-empty{padding:40px;text-align:center}.pmfc-empty{grid-column:1/-1;background:var(--fc-bg);border:1px dashed var(--fc-line);border-radius:16px}.pmfc-filters{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;padding:18px;border:1px solid var(--fc-line);border-radius:14px;background:var(--fc-bg);margin-bottom:24px}.pmfc-filters label{flex:1;min-width:130px}.pmfc label{display:flex;flex-direction:column;gap:7px;color:var(--fc-muted);font-size:13px}.pmfc input:not([type=checkbox]),.pmfc select,.pmfc textarea{width:100%;min-width:0;border:1px solid var(--fc-line);border-radius:8px;background:var(--fc-soft);color:var(--fc-text);padding:11px 12px;font:14px/1.4 Arial,sans-serif;box-shadow:none;min-height:42px;height:auto}.pmfc textarea{resize:vertical}.pmfc select option{background:var(--fc-bg);color:var(--fc-text)}.pmfc input[type=file]{font-size:12px;padding:10px}.pmfc input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--fc-accent)}
.pmfc-list-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pmfc-list-heading h2{margin:0}.pmfc-list-heading h2 span{color:var(--fc-muted);font-size:16px;font-weight:400}.pmfc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pmfc-card{border:1px solid var(--fc-line);border-radius:15px;background:var(--fc-bg);overflow:hidden;display:flex;flex-direction:column;min-width:0}.pmfc-cover{height:180px;background:var(--fc-soft);display:flex;align-items:center;justify-content:center;padding:14px}.pmfc-cover img{width:auto;height:auto;max-height:100%;max-width:100%;object-fit:contain}.pmfc-cover>span{font-size:64px;color:var(--fc-accent);opacity:.65}.pmfc-card-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.pmfc-card h3{margin:0}.pmfc-card h3 a{color:var(--fc-text)}.pmfc-badges{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.pmfc-badges>*{padding:3px 8px;border:1px solid var(--fc-line);border-radius:6px;font-size:11px}.pmfc-summary{max-height:140px;overflow:auto;font-size:13px;color:var(--fc-muted)}.pmfc-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--fc-muted)}.pmfc-card-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:auto;padding-top:14px;border-top:1px solid var(--fc-line);font-size:12px}.pmfc-person{display:inline-flex;gap:8px;align-items:center;min-width:0;overflow-wrap:anywhere}.pmfc-person img{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.pmfc-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:26px}.pmfc .pmfc-current{border-color:var(--fc-accent);background:var(--fc-accent);color:var(--bg0,#fff)}
.pmfc-detail{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px}.pmfc-detail-main,.pmfc-panel,.pmfc-form{padding:24px;background:var(--fc-bg);border:1px solid var(--fc-line);border-radius:15px;min-width:0}.pmfc-detail-main>h2{margin-top:20px}.pmfc-intro{margin:20px 0}.pmfc-rich{overflow-wrap:anywhere;min-width:0;line-height:1.75}.pmfc-rich p{margin:0 0 12px}.pmfc-rich ul,.pmfc-rich ol{padding-left:26px;margin:12px 0}.pmfc-rich li{margin:5px 0}.pmfc-rich img{display:inline-block;max-width:100%;height:auto!important;object-fit:contain;vertical-align:middle}.pmfc-rich table{display:block;max-width:100%;overflow:auto;border-collapse:collapse;margin:15px 0}.pmfc-rich td,.pmfc-rich th{border:1px solid var(--fc-line);padding:8px}.pmfc-rich pre{white-space:pre-wrap;background:var(--fc-soft);padding:14px;border-radius:8px}.pmfc-rich blockquote{margin:16px 0;border-left:3px solid var(--fc-accent);padding:8px 16px;color:var(--fc-muted)}.pmfc-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 28px}.pmfc button.pmfc-gallery-image{height:220px;padding:12px}.pmfc-gallery-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.pmfc-download-panel .pmfc-panel{display:flex;flex-direction:column;gap:14px;position:sticky;top:20px}.pmfc-download-panel p,.pmfc-download-panel h3{margin:0}.pmfc-download-panel dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.pmfc-download-panel dt{color:var(--fc-muted);font-weight:400}.pmfc-download-panel dd{margin:0;overflow-wrap:anywhere}.pmfc-rating{padding:16px 0;border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line)}.pmfc-rating small{display:block}.pmfc-stars{display:flex;gap:6px;margin-top:10px}.pmfc-stars button{font-size:22px;padding:2px 7px;min-height:36px}.pmfc-author{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--fc-line);padding-top:14px}.pmfc-comments{margin-top:32px;padding-top:24px;border-top:1px solid var(--fc-line)}.pmfc-comments form{display:grid;gap:12px;margin-bottom:24px}.pmfc-comments form button{justify-self:start}.pmfc-comment{padding:18px 0;border-bottom:1px solid var(--fc-line);display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pmfc-comment p{flex-basis:100%;white-space:pre-wrap;margin:0;overflow-wrap:anywhere}.pmfc-comment time{font-size:11px;color:var(--fc-muted)}
.pmfc-form{display:grid;gap:20px;max-width:1000px;margin:auto}.pmfc-form fieldset{border:1px solid var(--fc-line);border-radius:10px;padding:18px;display:grid;gap:14px;min-width:0}.pmfc-form legend{width:auto;padding:0 8px;font-size:15px;color:var(--fc-text);margin:0;border:0}.pmfc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pmfc-checks{display:flex;flex-wrap:wrap;gap:14px}.pmfc-checks label,.pmfc label.pmfc-check{display:flex;flex-direction:row;align-items:center;gap:8px}.pmfc-editor{display:grid;gap:8px}.pmfc-editor textarea{font-family:Consolas,monospace;font-size:13px}.pmfc-editor-tools{display:flex;gap:6px;flex-wrap:wrap}.pmfc-editor-tools button{min-height:32px;font-size:11px;padding:5px 9px}.pmfc-preview{padding:18px;border:1px dashed var(--fc-line);border-radius:8px}.pmfc-image-editor{display:flex;gap:12px;flex-wrap:wrap}.pmfc-image-editor>div{display:flex;flex-direction:column;width:130px;gap:8px}.pmfc-image-editor img{height:90px;max-width:100%;object-fit:contain}.pmfc-upload-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pmfc details{border:1px solid var(--fc-line);border-radius:10px;padding:16px}.pmfc details summary{cursor:pointer;font-weight:600;color:var(--fc-text);margin-bottom:12px}.pmfc details>label{margin-top:12px}.pmfc hr{border:0;border-top:1px solid var(--fc-line);width:100%}.pmfc-storage{display:grid;gap:10px;padding:18px;background:var(--fc-soft);border-radius:12px}.pmfc progress{width:100%;height:12px;accent-color:var(--fc-accent)}.pmfc-category-list>div{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 0;border-bottom:1px solid var(--fc-line)}.pmfc-category-list strong{flex:1}.pmfc-category-list{margin-bottom:20px}.pmfc-admin{--fc-bg:#fff;--fc-soft:#f3f5f9;--fc-text:#1b2940;--fc-muted:#5e6a7b;--fc-line:#d9e0ea;--fc-accent:#286dcc;max-width:none}.pmfc-admin .pmfc-primary{color:white}.pmfc-installer{max-width:850px;margin:50px auto;display:grid;gap:18px}.pmfc-lightbox{margin:auto;position:fixed;inset:0;max-width:94vw;max-height:94vh;padding:42px 20px 20px;background:var(--bg1,#fff);color:var(--wh,#172238);border:1px solid var(--ln2,#ccc);border-radius:14px;text-align:center}.pmfc-lightbox::backdrop{background:rgba(0,0,0,.8)}.pmfc-lightbox img{max-width:86vw;max-height:76vh;object-fit:contain}.pmfc-close{position:absolute;top:6px;right:10px;border:0;background:transparent;color:inherit;font-size:28px;cursor:pointer}
.pmfc input[type=file]{display:block!important;position:static!important;opacity:1!important;visibility:visible!important;width:100%;height:auto;clip:auto;clip-path:none}.pmfc input[type=file]::file-selector-button{padding:7px 12px;border:1px solid var(--fc-line);border-radius:7px;background:var(--fc-bg);color:var(--fc-accent);margin-right:10px;cursor:pointer}
@media(max-width:1100px){.pmfc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pmfc-hero{flex-direction:column;align-items:flex-start}.pmfc-detail{grid-template-columns:minmax(0,1fr) 260px}}
@media(max-width:700px){.pmfc{padding:0 12px;margin-top:16px}.pmfc-hero,.pmfc-panel,.pmfc-form,.pmfc-detail-main{padding:18px}.pmfc h1{font-size:25px}.pmfc h2{font-size:21px}.pmfc-grid,.pmfc-detail,.pmfc-form-grid{grid-template-columns:minmax(0,1fr)}.pmfc-download-panel{grid-row:1}.pmfc-download-panel .pmfc-panel{position:static}.pmfc-gallery{grid-template-columns:minmax(0,1fr)}.pmfc button.pmfc-gallery-image{height:auto;min-height:80px}.pmfc-gallery-image img{max-height:320px}.pmfc-filters label{min-width:100%;flex-basis:100%}.pmfc-actions>*{flex:1}.pmfc-image-editor>div{width:100px}.pmfc-form fieldset{padding:12px}.pmfc-card-foot{flex-wrap:wrap}}
.pmfc-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:18px;margin-bottom:26px}.pmfc a.pmfc-category-card{display:flex;flex-direction:column;border:1px solid var(--fc-line);border-radius:14px;overflow:hidden;background:var(--fc-bg);color:var(--fc-text);text-decoration:none}.pmfc-category-card:hover{border-color:var(--fc-accent)}.pmfc-category-cover{display:flex;align-items:center;justify-content:center;height:160px;padding:12px;background:var(--fc-soft)}.pmfc-category-cover img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.pmfc-category-cover>span{font-size:54px;color:var(--fc-accent)}.pmfc-category-copy{padding:16px}.pmfc-category-copy h3{margin:0 0 8px}.pmfc-category-copy p{margin:0;color:var(--fc-muted);white-space:pre-line;overflow-wrap:anywhere}.pmfc-category-preview{display:block;max-width:100%;max-height:200px;width:auto;object-fit:contain;margin-bottom:12px}
.pmfc-field-switches{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:14px}.pmfc-image-editor>div.pmfc-sort-image{width:154px;padding:10px;border:1px solid var(--fc-line);border-radius:10px;background:var(--fc-soft)}.pmfc-sort-image.is-dragging{opacity:.5}.pmfc-sort-image.is-drop-target{outline:2px solid var(--fc-accent);outline-offset:2px}.pmfc-image-number{font-size:12px;color:var(--fc-accent);font-weight:700}.pmfc-image-controls{display:flex;gap:8px}.pmfc-image-controls button{flex:1}.pmfc-sort-image button{min-height:34px;padding:5px 8px;font-size:12px}.pmfc button.pmfc-drag-handle{cursor:grab;touch-action:none}.pmfc button.pmfc-drag-handle:active{cursor:grabbing}
.pmfc-likes{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pmfc-likes svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;flex-shrink:0}.pmfc .pmfc-heart.is-liked{color:#e45577;border-color:currentColor}.pmfc-heart.is-liked svg{fill:currentColor}.pmfc-likes button{min-height:36px;padding:7px 10px}.pmfc-likes-panel{padding:16px 0;border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line)}
.pmfc-likes-dialog{box-sizing:border-box;position:fixed;inset:0;margin:auto;width:420px;max-width:calc(100vw - 28px);max-height:80vh;overflow:auto;padding:20px;border:1px solid var(--ln2,#dce2ec);border-radius:16px;background:var(--bg1,#fff);color:var(--wh,#172238);font:14px/1.5 Arial,sans-serif;box-shadow:0 16px 60px #0005}.pmfc-likes-dialog::backdrop{background:#0009}.pmfc-likes-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.pmfc-likes-head h3{margin:0;font-size:18px}.pmfc-likes-dialog button{cursor:pointer;color:var(--bl2,#316fd8);background:var(--bg2,#f2f5fa);border:1px solid var(--ln2,#dce2ec);border-radius:8px;padding:8px 14px;font:inherit}.pmfc-likes-dialog .pmfc-likes-close{font-size:26px;line-height:1;padding:4px 10px}.pmfc-likes-dialog p{margin:10px 0;color:var(--mid,#65728b)}.pmfc-like-members{display:grid;gap:8px;margin:16px 0}.pmfc-like-members a{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--ln2,#dce2ec);border-radius:10px;text-decoration:none;color:inherit;overflow-wrap:anywhere}.pmfc-like-members a:hover{background:var(--bg2,#f2f5fa)}.pmfc-like-members img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.pmfc-likes-dialog [hidden]{display:none!important}.pmfc-likes-dialog :focus-visible{outline:2px solid var(--bl2,#316fd8);outline-offset:3px}

.pmfc-category-paths{display:grid;gap:7px;margin:8px 0 14px;font-size:12px;line-height:1.6}.pmfc-category-path{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 6px;min-width:0}.pmfc-category-path>span{color:var(--fc-muted)}.pmfc-category-path a{max-width:100%;overflow-wrap:anywhere}.pmfc-card .pmfc-category-paths{margin:0}.pmfc-badges:empty{display:none}

.pmfc details.pmfc-category-picker{padding:0;min-width:0;border-radius:10px;overflow:hidden}.pmfc-category-picker>summary{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:0!important;list-style:none;background:var(--fc-soft);color:var(--fc-accent);overflow-wrap:anywhere}.pmfc-category-picker>summary::-webkit-details-marker{display:none}.pmfc-category-picker>summary::after{content:'▾';flex-shrink:0}.pmfc-category-picker[open]>summary::after{content:'▴'}.pmfc-category-count{margin-left:auto;white-space:nowrap;font-size:12px;font-weight:400;color:var(--fc-muted)}.pmfc-category-picker-body{padding:12px;display:grid;gap:12px;min-width:0}.pmfc-category-scroll{max-height:320px;max-height:min(320px,50vh);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--fc-accent) var(--fc-soft);min-width:0}.pmfc-category-scroll::-webkit-scrollbar{width:8px}.pmfc-category-scroll::-webkit-scrollbar-thumb{background:var(--fc-accent);border-radius:8px}.pmfc-category-scroll::-webkit-scrollbar-track{background:var(--fc-soft)}.pmfc-category-group+.pmfc-category-group{margin-top:10px}.pmfc label.pmfc-category-option{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:10px 12px;margin:0;min-width:0;cursor:pointer;line-height:1.5;color:var(--fc-text);border-radius:6px}.pmfc-category-option.is-section,.pmfc-category-section{background:var(--fc-soft);font-weight:700}.pmfc-category-section{padding:10px 12px;overflow-wrap:anywhere}.pmfc label.pmfc-category-option.is-child{padding-left:28px}.pmfc-category-option:hover{background:var(--fc-soft)}.pmfc-category-option input[type=checkbox]{flex:0 0 16px;margin-top:2px}.pmfc-category-option span{min-width:0;white-space:normal;overflow-wrap:anywhere}.pmfc-category-option:has(input:checked){color:var(--fc-accent)}.pmfc-category-option:has(input:disabled){opacity:.55;cursor:default}.pmfc .pmfc-category-selection{margin:0;color:var(--fc-muted);font-size:12px;overflow-wrap:anywhere}.pmfc .pmfc-category-no-results{margin:0;color:var(--fc-muted)}
.pmfc-form fieldset{grid-template-columns:minmax(0,1fr)}.pmfc-category-picker>summary>span:first-child{min-width:0;flex:1;overflow-wrap:anywhere}

.pmfc-icon{display:inline-block;flex:0 0 auto;width:18px;height:18px;vertical-align:-3px;fill:none;stroke:currentColor;pointer-events:none}.pmfc-meta>span{display:inline-flex;align-items:center;gap:5px;min-width:0}.pmfc h3>.pmfc-icon{width:20px;height:20px;vertical-align:-4px;margin-right:4px}.pmfc svg.pmfc-placeholder-icon{width:56px;height:56px;color:var(--fc-accent);opacity:.65;stroke-width:1.3}.pmfc-likes-close .pmfc-icon,.pmfc-close .pmfc-icon{width:22px;height:22px}.pmfc-likes-dialog .pmfc-likes-close,.pmfc-lightbox .pmfc-close{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.pmfc-tabs a>.pmfc-icon{margin-right:4px}

.pmfc-category-intro{overflow:hidden;min-width:0;margin:0 0 24px;border:1px solid var(--fc-line);border-radius:14px;background:var(--fc-bg)}.pmfc-category-intro-image{display:flex;align-items:center;justify-content:center;padding:18px;background:var(--fc-soft);min-width:0}.pmfc-category-intro-image img{display:block;width:auto;height:auto;max-width:100%;max-height:280px;object-fit:contain}.pmfc .pmfc-category-intro>p{padding:18px 20px;margin:0;white-space:pre-line;overflow-wrap:anywhere;color:var(--fc-muted)}

.pmfc-required{color:var(--fc-accent);font-weight:700;display:inline}.pmfc-field-rules{display:grid;gap:0}.pmfc-field-rule{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--fc-line)}.pmfc-field-rule strong{font-size:13px;font-weight:500;overflow-wrap:anywhere}.pmfc-field-rule input:disabled{opacity:.45}@media(max-width:550px){.pmfc-field-rule{grid-template-columns:1fr 1fr}.pmfc-field-rule strong{grid-column:1/-1}}

.pmfc-catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.pmfc-catalog-main,.pmfc-catalog-sidebar{min-width:0}.pmfc-catalog-main .pmfc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pmfc-category-nav{border:1px solid var(--fc-line);border-radius:16px;background:var(--fc-bg);overflow:hidden;margin-bottom:20px}.pmfc-category-nav h2{display:flex;align-items:center;gap:10px;padding:20px 16px;border-bottom:1px solid var(--fc-line);margin:0;font-size:14px;line-height:1.4;font-weight:700;text-transform:uppercase}.pmfc-category-nav h2>.pmfc-icon{color:var(--fc-accent);width:22px;height:22px}.pmfc-nav-list{display:grid;gap:10px;padding:12px}.pmfc a.pmfc-nav-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:14px;border:1px solid var(--fc-line);border-radius:12px;color:var(--fc-text);text-decoration:none;background:var(--fc-bg)}.pmfc a.pmfc-nav-row:hover,.pmfc a.pmfc-nav-row.is-active{background:var(--fc-soft);border-color:var(--fc-accent)}.pmfc a.pmfc-nav-row.is-active{box-shadow:inset 3px 0 0 var(--fc-accent)}.pmfc-nav-label{min-width:0;overflow-wrap:anywhere;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase}.pmfc-nav-label small{display:block;font-weight:400;text-transform:none;margin-top:4px;color:var(--fc-accent)}.pmfc-nav-count{flex-shrink:0;min-width:38px;padding:3px 9px;border-radius:20px;background:var(--fc-accent);color:var(--bg0,#fff);font-size:12px;font-weight:700;text-align:center}.pmfc-nav-group{display:grid;gap:10px;min-width:0}.pmfc a.pmfc-nav-parent{display:flex;align-items:center;gap:8px;overflow-wrap:anywhere;font-size:13px;font-weight:700;padding:4px 2px}.pmfc a.pmfc-nav-back{display:flex;align-items:center;gap:8px;padding:14px 16px 0;font-size:12px}.pmfc .pmfc-nav-note{margin:0;padding:8px;color:var(--fc-muted);font-size:12px}.pmfc-download-panel>.pmfc-panel{position:static}.pmfc-download-panel .pmfc-category-nav h2{margin:0}@media(max-width:1000px){.pmfc-catalog-layout{grid-template-columns:minmax(0,1fr) 270px}.pmfc-catalog-main .pmfc-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.pmfc-catalog-layout{grid-template-columns:minmax(0,1fr)}.pmfc-catalog-sidebar{grid-row:1}.pmfc-detail{grid-template-columns:minmax(0,1fr)}.pmfc-download-panel{grid-row:1}.pmfc-nav-list{max-height:360px;overflow-y:auto;overflow-x:hidden}}

/* Catalog inside the homepage columns; all rules stay within this layout. */
.page.pmfc-site-layout{display:grid;grid-template-columns:380px minmax(0,1fr) 290px;grid-template-areas:"left content right";gap:24px;max-width:1520px;margin:0 auto;padding:28px;align-items:start}
.pmfc-site-left{grid-area:left;min-width:0}.pmfc-site-right{grid-area:right;min-width:0}.pmfc-site-layout>#pmfc{grid-area:content;min-width:0;max-width:none;margin:0;padding:0}
.pmfc-site-layout>.pmfc-site-left>div,.pmfc-site-layout>.pmfc-site-right>div.colr{display:flex;flex-direction:column;min-width:0;width:100%}
.pmfc-site-layout .pmfc-sidebar-catalog{max-width:none;margin:0;padding:0}.pmfc-site-layout [hidden]{display:none!important}
.pmfc-site-layout .pmfc-hero{padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.pmfc-site-layout .pmfc-hero h1{font-size:28px}
.pmfc-site-layout #pmfc .pmfc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pmfc-site-layout #pmfc .pmfc-detail{display:flex;flex-direction:column;gap:20px}.pmfc-site-layout .pmfc-download-panel{width:100%}.pmfc-site-layout .pmfc-download-panel>.pmfc-panel{position:static}
.pmfc-site-layout .pmfc-form-grid{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.pmfc-site-layout .pmfc-actions{width:100%}.pmfc-site-layout .pmfc-card-foot{flex-wrap:wrap}.pmfc-site-layout .pmfc-form{max-width:100%}
.pmfc-category-footer{margin-top:32px;padding-top:24px;border-top:1px solid var(--fc-line)}.pmfc .pmfc-category-footer h2{font-size:20px;margin-bottom:18px}.pmfc-category-footer .pmfc-category-grid{grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:16px;margin:0}
.pmfc-category-footer .pmfc-category-cover{height:140px;padding:16px}.pmfc-category-footer .pmfc-category-copy{padding:16px}.pmfc-category-footer .pmfc-category-copy h3{font-size:16px}.pmfc-category-footer .pmfc-category-copy p{font-size:13px;line-height:1.65}
.pmfc-category-footer .pmfc-category-card{transition:border-color .15s,background .15s}.pmfc-category-footer .pmfc-category-card.is-active{border-color:var(--fc-accent);box-shadow:inset 0 -3px var(--fc-accent)}.pmfc-category-current{display:inline-block;margin-top:12px;color:var(--fc-accent)!important;font-weight:600}
@media(max-width:1250px){.page.pmfc-site-layout{grid-template-columns:minmax(0,1fr) 280px;grid-template-areas:"content right" "left right";gap:20px;padding:20px}.pmfc-site-left>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:800px){.page.pmfc-site-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "right" "left";padding:16px;gap:24px}.pmfc-site-layout #pmfc .pmfc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pmfc-site-layout .pmfc-nav-list{max-height:360px;overflow-y:auto;overflow-x:hidden}}
@media(max-width:500px){.page.pmfc-site-layout{padding:12px}.pmfc-site-layout #pmfc .pmfc-grid,.pmfc-site-left>div{grid-template-columns:minmax(0,1fr)}.pmfc-site-layout .pmfc-hero{padding:18px}.pmfc-site-layout .pmfc-detail-main{padding:16px}.pmfc-category-footer .pmfc-category-grid{grid-template-columns:minmax(0,1fr)}}

.pmfc-category-bottom:empty{display:none}.pmfc-category-bottom{margin-top:28px}.pmfc-category-bottom .pmfc-category-intro{margin-bottom:20px}.pmfc-category-bottom .pmfc-category-intro-image img{max-height:160px}.pmfc-category-bottom .pmfc-category-footer:first-child{margin-top:0}
