:root{--pm-lime: #a4ce4e;--pm-amber: #f5a623;--pm-olive: #6b9a1e;--pm-crimson: #e2386b;--pm-blue: #4fa3e0;--pm-navy: #2f4a14;--pm-navy-2: #3c5e1a;--pm-pink: var(--pm-crimson);--pm-green: var(--pm-olive);--pm-ink: #1c2716;--pm-bg: #faf8ef;--pm-bg-2: #f2efe0;--pm-card: #ffffff;--pm-muted: #76806a;--pm-border: #e9e5d6;--pm-shadow: 0 14px 34px rgba(31, 42, 20, .13);--pm-shadow-sm: 0 1px 3px rgba(31, 42, 20, .08);--pm-radius: 8px;--pm-radius-sm: 5px;--pm-serif: "Fraunces", Georgia, "Times New Roman", serif;--pm-sans: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;--pm-rainbow: linear-gradient(90deg, var(--pm-lime), var(--pm-amber), var(--pm-crimson), var(--pm-blue), var(--pm-olive))}*{box-sizing:border-box}body{margin:0;font-family:var(--pm-sans);background:var(--pm-bg);color:var(--pm-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--pm-olive);outline-offset:2px;border-radius:4px}::selection{background:var(--pm-lime);color:var(--pm-navy)}.pm{min-height:100vh;display:flex;flex-direction:column}.pm button,.pm input,.pm textarea,.pm select{font-family:inherit}.pm:before{content:"";height:4px;background:var(--pm-rainbow)}.pm-container{width:min(1280px,94%);margin:0 auto}.pm-logo-mark{width:44px;height:44px;flex-shrink:0;filter:drop-shadow(0 2px 5px rgba(31,42,20,.22))}.pm-topbar{background:#16240a;color:#cdd9b6;font-size:.78rem;letter-spacing:.2px}.pm-topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:7px 0;gap:16px}.pm-date{text-transform:capitalize;opacity:.9}.pm-topbar-right{display:flex;gap:16px;align-items:center}.pm-topbar-right a{opacity:.85;transition:opacity .15s,color .15s}.pm-topbar-right a:hover{color:#fff;opacity:1}.pm-login{background:var(--pm-crimson);color:#fff!important;padding:4px 13px;border-radius:4px;font-weight:700;opacity:1!important;transition:transform .15s,background .15s}.pm-login:hover{background:#c92d5d}.pm-header{background:var(--pm-card);position:sticky;top:0;z-index:40;box-shadow:var(--pm-shadow-sm)}.pm-header-inner{display:flex;align-items:center;gap:24px;padding:14px 0}.pm-brand{display:flex;align-items:center;gap:12px}.pm-wordmark{display:flex;flex-direction:column;line-height:.94}.pm-word-portal{font-family:var(--pm-serif);font-size:1.02rem;font-weight:500;font-style:italic;color:var(--pm-olive);letter-spacing:.2px}.pm-word-city{font-family:var(--pm-sans);font-size:1.5rem;font-weight:900;letter-spacing:1.2px;color:var(--pm-navy)}.pm-search{margin-left:auto;flex:0 1 320px;position:relative}.pm-search input{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--pm-border);border-radius:999px;background:var(--pm-bg);font-size:.88rem;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.pm-search input:focus{border-color:var(--pm-olive);background:#fff;box-shadow:0 0 0 4px #6b9a1e21}.pm-search:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--pm-muted);font-size:1.1rem}.pm-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--pm-navy)}.pm-nav{background:var(--pm-navy);position:sticky;top:0;z-index:39;box-shadow:var(--pm-shadow-sm)}.pm-nav-inner{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.pm-nav-inner::-webkit-scrollbar{display:none}.pm-nav-inner button{background:none;border:none;color:#e2ecd2;padding:12px 16px;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase;border-bottom:3px solid transparent;transition:color .15s,background .15s}.pm-nav-inner button:hover{color:#fff;background:#ffffff14}.pm-nav-inner button.active{color:#fff;background:#0000002e;border-bottom-color:var(--pm-lime)}.pm-ticker{background:var(--pm-card);border-bottom:1px solid var(--pm-border);color:var(--pm-ink)}.pm-ticker-inner{display:flex;align-items:center;gap:0;padding:0;overflow:hidden}.pm-ticker-label{position:relative;z-index:2;font-weight:900;font-size:.74rem;letter-spacing:1px;background:var(--pm-crimson);color:#fff;padding:11px 16px;flex-shrink:0;display:flex;align-items:center;gap:8px}.pm-ticker-label:before{content:"";width:8px;height:8px;border-radius:50%;background:#fff;animation:pm-pulse 1.4s ease-in-out infinite}@keyframes pm-pulse{0%,to{opacity:1}50%{opacity:.25}}.pm-ticker-viewport{flex:1;overflow:hidden;padding-left:16px}.pm-ticker-track{display:inline-flex;gap:0;white-space:nowrap;animation:pm-marquee 55s linear infinite}.pm-ticker-track:hover{animation-play-state:paused}.pm-ticker-track button{background:none;border:none;color:var(--pm-ink);font-size:.84rem;cursor:pointer;font-weight:600;padding:11px 22px 11px 0;transition:color .15s}.pm-ticker-track button:hover{color:var(--pm-olive)}.pm-ticker-track button:before{content:"•";color:var(--pm-crimson);margin-right:10px;font-weight:900}@keyframes pm-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.pm-main{flex:1;padding:26px 0 52px}.pm-empty{text-align:center;padding:70px 20px;color:var(--pm-muted);max-width:560px;margin:0 auto}.pm-empty .pm-logo-mark{width:88px;height:88px;margin:0 auto 18px}.pm-empty h2{color:var(--pm-navy);margin:0 0 10px;font-size:1.6rem;font-weight:800}.pm-hero{display:grid;grid-template-columns:1.7fr 1fr;gap:22px;margin-bottom:30px}.pm-hero-main{position:relative;border-radius:var(--pm-radius);overflow:hidden;cursor:pointer;box-shadow:var(--pm-shadow);background:var(--pm-navy);min-height:430px}.pm-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.pm-hero-media img{width:100%;height:100%;object-fit:cover;opacity:.97;transition:transform .5s ease}.pm-hero-main:hover .pm-hero-media img{transform:scale(1.04)}.pm-hero-noimg{width:100%;height:100%}.pm-hero-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;gap:11px;background:linear-gradient(180deg,#1c271600 22%,#141e0c99 60%,#0e1608f2);color:#fff}.pm-hero-text h1{font-size:2.05rem;font-weight:900;line-height:1.1;margin:0;letter-spacing:-.5px}.pm-hero-text p{margin:0;color:#eef3e4;font-size:.95rem;line-height:1.5;max-width:60ch}.pm-hero-side{display:flex;flex-direction:column;gap:0;border:1px solid var(--pm-border);border-radius:var(--pm-radius);overflow:hidden;background:var(--pm-card)}.pm-headline{display:flex;gap:13px;align-items:stretch;text-align:left;background:none;border:none;border-top:1px solid var(--pm-border);cursor:pointer;padding:13px 15px;transition:background .15s;width:100%}.pm-headline:first-child{border-top:none}.pm-headline:hover{background:var(--pm-bg)}.pm-headline-media{width:92px;height:64px;flex-shrink:0;border-radius:var(--pm-radius-sm);overflow:hidden;background:var(--pm-bg-2)}.pm-headline-media img{width:100%;height:100%;object-fit:cover}.pm-headline-media .pm-card-noimg .pm-logo-mark{width:34px;height:34px}.pm-headline-text{display:flex;flex-direction:column;gap:4px;min-width:0}.pm-kicker{font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.7px;color:var(--cat, var(--pm-olive))}.pm-headline-text h4{margin:0;font-size:.92rem;font-weight:700;line-height:1.28;color:var(--pm-ink)}.pm-headline:hover .pm-headline-text h4{color:var(--pm-olive)}.pm-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 16px;border-bottom:2px solid var(--pm-border)}.pm-section-title{color:var(--pm-navy);font-size:1.18rem;font-weight:900;margin:0 0 -2px;padding-bottom:9px;display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.3px;border-bottom:3px solid var(--cat, var(--pm-olive))}.pm-section-title:before{content:"";display:inline-block;width:5px;height:17px;background:var(--cat, var(--pm-olive));border-radius:2px}.pm-more{background:none;border:none;color:var(--pm-olive);font-weight:800;font-size:.76rem;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;padding:0 0 9px;white-space:nowrap}.pm-more:hover{color:var(--pm-navy)}.pm-latest{margin-bottom:30px}.pm-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pm-layout{display:grid;grid-template-columns:1fr 320px;gap:34px}.pm-feed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:30px}.pm-editoria{margin-top:4px;margin-bottom:30px}.pm-editoria-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pm-card{background:var(--pm-card);border-radius:var(--pm-radius);overflow:hidden;box-shadow:var(--pm-shadow-sm);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column;border:1px solid var(--pm-border)}.pm-card:hover{transform:translateY(-3px);box-shadow:var(--pm-shadow)}.pm-card-media{position:relative;aspect-ratio:16 / 9;background:var(--pm-bg-2);overflow:hidden}.pm-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.pm-card:hover .pm-card-media img{transform:scale(1.05)}.pm-card-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pm-navy),var(--pm-navy-2))}.pm-card-noimg .pm-logo-mark{width:56px;height:56px;opacity:.92}.pm-chip{position:absolute;top:10px;left:10px;background:var(--pm-olive);color:#fff;font-size:.64rem;font-weight:900;text-transform:uppercase;letter-spacing:.6px;padding:4px 10px;border-radius:4px;box-shadow:0 2px 10px #00000038}.pm-chip-solid{position:static;display:inline-block;box-shadow:none}.pm-card-body{padding:13px 15px 15px;display:flex;flex-direction:column;gap:7px;flex:1}.pm-card-body h3{margin:0;font-size:1.05rem;font-weight:800;line-height:1.24;color:var(--pm-ink);letter-spacing:-.2px}.pm-card:hover .pm-card-body h3{color:var(--pm-olive)}.pm-card-body p{margin:0;color:var(--pm-muted);font-size:.85rem;line-height:1.48}.pm-card-sm .pm-card-body{padding:11px 13px 13px}.pm-card-sm .pm-card-body h3{font-size:.95rem}.pm-card-meta{display:flex;align-items:center;gap:6px;font-size:.72rem;color:var(--pm-muted);margin-top:auto;padding-top:3px}.pm-dot{opacity:.5}.pm-avatar{width:23px;height:23px;border-radius:50%;background:linear-gradient(135deg,var(--pm-olive),var(--pm-lime));color:#fff;font-size:.6rem;font-weight:900;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pm-sidebar{display:flex;flex-direction:column;gap:20px}.pm-widget{background:var(--pm-card);border-radius:var(--pm-radius);padding:18px;box-shadow:var(--pm-shadow-sm);border:1px solid var(--pm-border)}.pm-widget h3{margin:0 0 14px;font-size:.92rem;color:var(--pm-navy);display:flex;align-items:center;gap:8px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;padding-bottom:10px;border-bottom:2px solid var(--pm-border)}.pm-widget h3:before{content:"";width:5px;height:15px;border-radius:2px;background:var(--pm-crimson)}.pm-biz-row{display:grid;grid-template-columns:1fr 360px;gap:30px;margin:8px 0 34px;align-items:start}.pm-biz-col{min-width:0}.pm-section-head-solid{border-bottom:none;margin-bottom:14px}.pm-section-head-solid .pm-section-title{background:var(--pm-olive);color:#fff;padding:8px 14px;border-radius:var(--pm-radius-sm);font-size:.95rem;text-transform:uppercase;letter-spacing:.6px}.pm-section-head-solid .pm-section-title:before{display:none}.pm-biz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pm-biz-card{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);overflow:hidden;box-shadow:var(--pm-shadow-sm);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease}.pm-biz-card:not(.pm-biz-card-static):hover{transform:translateY(-3px);box-shadow:var(--pm-shadow)}.pm-biz-media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--pm-bg-2)}.pm-biz-media img{width:100%;height:100%;object-fit:cover;display:block}.pm-biz-tag{position:absolute;left:0;bottom:0;background:var(--pm-crimson);color:#fff;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.6px;padding:4px 10px}.pm-biz-title{margin:0;padding:12px 14px 16px;font-size:.92rem;line-height:1.34;font-weight:700;color:var(--pm-ink)}.pm-legal-col{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);box-shadow:var(--pm-shadow-sm);overflow:hidden}.pm-legal-head{background:var(--pm-navy);padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-legal-head h2{margin:0;color:#fff;font-size:.95rem;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.pm-legal-head .pm-more{color:#cfe0c2;padding:0}.pm-legal-head .pm-more:hover{color:#fff}.pm-legal-list{list-style:none;margin:0;padding:0}.pm-legal-list li{border-top:1px solid var(--pm-border)}.pm-legal-list li:first-child{border-top:none}.pm-legal-list a,.pm-legal-static{display:flex;gap:12px;align-items:center;padding:13px 16px;text-decoration:none;color:inherit;transition:background .15s}.pm-legal-list a:hover{background:var(--pm-bg)}.pm-legal-thumb{width:58px;height:58px;flex-shrink:0;border-radius:var(--pm-radius-sm);overflow:hidden;background:var(--pm-bg-2);display:flex;align-items:center;justify-content:center}.pm-legal-thumb img{width:100%;height:100%;object-fit:cover}.pm-legal-badge{font-size:.6rem;font-weight:900;color:var(--pm-olive);letter-spacing:.5px}.pm-legal-text{min-width:0;display:flex;flex-direction:column;gap:3px}.pm-legal-date{font-size:.72rem;font-weight:800;color:var(--pm-olive)}.pm-legal-text strong{font-size:.84rem;line-height:1.3;font-weight:700;color:var(--pm-ink)}.pm-legal-organ{font-size:.74rem;color:var(--pm-muted)}.pm-cl-row{margin:8px 0 34px}.pm-cl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pm-cl-grid-page{margin-top:18px}.pm-cl-card{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);overflow:hidden;box-shadow:var(--pm-shadow-sm);display:flex;flex-direction:column;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.pm-cl-card:hover{transform:translateY(-3px);box-shadow:var(--pm-shadow)}.pm-cl-media{aspect-ratio:16 / 10;overflow:hidden;background:var(--pm-bg-2)}.pm-cl-media img{width:100%;height:100%;object-fit:cover;display:block}.pm-cl-body{padding:12px 14px 8px;flex:1}.pm-cl-cat{display:inline-block;font-size:.74rem;font-weight:700;color:var(--pm-muted);margin-bottom:6px}.pm-cl-title{margin:0;font-size:.92rem;line-height:1.34;font-weight:700;color:var(--pm-ink)}.pm-cl-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--pm-border);padding:9px 14px;font-size:.74rem;color:var(--pm-muted)}.pm-cl-views{font-weight:700}.pm-cl-cta{display:flex;justify-content:flex-end;margin-top:16px}.pm-cl-cta-btn{background:var(--pm-amber);color:#3a2a00;border:none;font-size:.85rem;font-weight:800;padding:10px 18px;border-radius:var(--pm-radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:.4px;transition:filter .15s}.pm-cl-cta-btn:hover{filter:brightness(1.06)}.pm-cl-tools{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 16px}.pm-cl-chips{margin-bottom:4px}.pm-cl-form-wrap{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);padding:18px 18px 22px;margin:0 0 20px;box-shadow:var(--pm-shadow-sm)}.pm-cl-form-wrap h3{margin:0 0 4px}.pm-cl-form select{padding:11px 12px;border:1px solid var(--pm-border);border-radius:var(--pm-radius-sm);font-size:.92rem;background:var(--pm-card);color:var(--pm-ink)}.pm-cl-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141c0c9e;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.pm-cl-modal{position:relative;background:var(--pm-card);border-radius:var(--pm-radius);max-width:560px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--pm-shadow)}.pm-cl-close{position:absolute;top:8px;right:10px;width:34px;height:34px;border:none;border-radius:999px;background:#00000073;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;z-index:2}.pm-cl-modal-media{aspect-ratio:16 / 9;background:var(--pm-bg-2);overflow:hidden}.pm-cl-modal-media img{width:100%;height:100%;object-fit:cover;display:block}.pm-cl-modal-noimg{width:100%;height:100%}.pm-cl-modal-body{padding:18px 20px 22px}.pm-cl-modal-body h2{margin:6px 0 8px;font-size:1.3rem}.pm-cl-price{font-size:1.1rem;font-weight:800;color:var(--pm-olive);margin:0 0 12px}.pm-cl-desc{color:var(--pm-ink);line-height:1.55;margin:0 0 14px;white-space:pre-line}.pm-cl-info{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--pm-ink)}.pm-cl-info .pm-cl-meta{color:var(--pm-muted);font-size:.8rem}.pm-cl-actions{display:flex;flex-wrap:wrap;gap:10px}.pm-legal-tools{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 18px}.pm-legal-search{flex:1 1 280px;min-width:0;padding:11px 14px;border:1px solid var(--pm-border);border-radius:var(--pm-radius-sm);font-size:.92rem;background:var(--pm-card);color:var(--pm-ink)}.pm-legal-search:focus{outline:none;border-color:var(--pm-olive)}.pm-legal-chips{display:flex;flex-wrap:wrap;gap:8px}.pm-legal-chips button{border:1px solid var(--pm-border);background:var(--pm-card);color:var(--pm-muted);font-size:.78rem;font-weight:700;padding:7px 13px;border-radius:999px;cursor:pointer;transition:all .15s}.pm-legal-chips button:hover{border-color:var(--pm-olive);color:var(--pm-ink)}.pm-legal-chips button.active{background:var(--pm-olive);border-color:var(--pm-olive);color:#fff}.pm-legal-list-page{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);box-shadow:var(--pm-shadow-sm);overflow:hidden}.pm-ranked{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.pm-ranked li{display:flex;gap:13px;align-items:flex-start;cursor:pointer;font-size:.88rem;font-weight:600;line-height:1.32;padding:11px 0;border-top:1px solid var(--pm-border);transition:color .15s}.pm-ranked li:first-child{border-top:none;padding-top:2px}.pm-ranked li:hover{color:var(--pm-olive)}.pm-rank{font-size:1.35rem;font-weight:900;color:var(--pm-amber);line-height:.9;flex-shrink:0;width:24px}.pm-newsletter{background:linear-gradient(145deg,var(--pm-navy),var(--pm-olive));color:#fff;border:none}.pm-newsletter h3{color:#fff;border-bottom-color:#fff3}.pm-newsletter h3:before{background:var(--pm-lime)}.pm-newsletter p{color:#e7eed8;font-size:.85rem;line-height:1.5;margin:0 0 13px}.pm-newsletter form{display:flex;flex-direction:column;gap:8px}.pm-newsletter input{padding:10px 12px;border-radius:6px;border:none;font-family:inherit}.pm-newsletter button{padding:11px;border:none;border-radius:6px;background:var(--pm-lime);color:var(--pm-navy);font-weight:900;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;transition:background .15s}.pm-newsletter button:hover{background:#b6dc63}.pm-newsletter button:disabled{opacity:.65;cursor:default}.pm-newsletter-msg{margin:10px 0 0;font-size:.8rem;color:#e7eed8}.pm-newsletter-msg.is-error{color:#ffd2dd;font-weight:700}.pm-newsletter-ok{color:#fff!important;font-weight:700}.pm-services{display:flex;flex-direction:column;gap:7px}.pm-services a{padding:10px 13px;background:var(--pm-bg);border-radius:6px;font-size:.85rem;font-weight:700;color:var(--pm-navy);transition:background .15s;display:flex;justify-content:space-between;align-items:center}.pm-services a:after{content:"→";opacity:0;transform:translate(-4px);transition:opacity .15s,transform .15s}.pm-services a:hover{background:#eef4dd}.pm-services a:hover:after{opacity:.6;transform:translate(0)}.pm-ad{text-align:center;border:2px dashed var(--pm-border);box-shadow:none;background:transparent}.pm-ad span{font-size:.62rem;text-transform:uppercase;letter-spacing:1.2px;color:var(--pm-muted)}.pm-ad p{font-weight:800;color:var(--pm-navy);margin:8px 0 12px}.pm-ad a{color:var(--pm-blue);font-weight:800}.pm-article{max-width:720px;margin:0 auto}.pm-back{background:none;border:none;color:var(--pm-olive);font-weight:800;cursor:pointer;padding:0;margin-bottom:16px;font-size:.88rem}.pm-back:hover{text-decoration:underline}.pm-article h1{font-size:2.25rem;font-weight:900;line-height:1.12;color:var(--pm-ink);margin:12px 0;letter-spacing:-.6px}.pm-lead{font-size:1.18rem;color:#3a4630;line-height:1.55;margin:0 0 20px;font-weight:500}.pm-article-meta{display:flex;align-items:center;gap:13px;padding:15px 0;border-top:1px solid var(--pm-border);border-bottom:1px solid var(--pm-border)}.pm-article-meta .pm-avatar{width:42px;height:42px;font-size:.9rem}.pm-article-meta>div{display:flex;flex-direction:column}.pm-article-meta strong{font-size:.92rem}.pm-article-meta span{font-size:.78rem;color:var(--pm-muted)}.pm-share{margin-left:auto;display:flex;gap:8px}.pm-share button{padding:8px 13px;border:1px solid var(--pm-border);background:var(--pm-card);border-radius:6px;font-size:.78rem;font-weight:700;cursor:pointer;color:var(--pm-navy);transition:all .15s}.pm-share button:hover{background:var(--pm-olive);color:#fff;border-color:var(--pm-olive)}.pm-article-cover{width:100%;border-radius:var(--pm-radius);margin:22px 0;box-shadow:var(--pm-shadow-sm)}.pm-article-body{font-size:1.1rem;line-height:1.78;color:#2c3623}.pm-article-body p{margin:0 0 22px}.pm-article-body p:first-of-type:first-letter{font-family:var(--pm-serif);font-size:3.3rem;font-weight:700;float:left;line-height:.82;padding:4px 10px 0 0;color:var(--pm-olive)}.pm-tags{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.pm-tag{background:var(--pm-bg-2);color:var(--pm-navy);padding:6px 13px;border-radius:999px;font-size:.78rem;font-weight:700}.pm-sources{background:var(--pm-bg);border:1px solid var(--pm-border);border-radius:var(--pm-radius);padding:18px 22px;margin:24px 0}.pm-sources h4{margin:0 0 10px;color:var(--pm-navy);font-weight:800}.pm-sources ul{margin:0;padding-left:18px;line-height:1.7}.pm-sources a{color:var(--pm-blue);word-break:break-word}.pm-related{margin-top:36px;border-top:2px solid var(--pm-border);padding-top:22px}.pm-related h3{color:var(--pm-navy);font-size:1.2rem;font-weight:900;text-transform:uppercase;letter-spacing:.3px}.pm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pm-footer{background:linear-gradient(180deg,var(--pm-navy),#182808);color:#d3deba;margin-top:auto}.pm-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:34px;padding:46px 0}.pm-brand-footer .pm-word-portal{color:var(--pm-lime)}.pm-brand-footer .pm-word-city{color:#fff}.pm-footer-about{font-size:.86rem;line-height:1.65;margin-top:15px;color:#b6c596;max-width:42ch}.pm-footer h4{color:#fff;font-size:.82rem;margin:0 0 15px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.pm-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;font-size:.86rem}.pm-footer ul button{background:none;border:none;color:#d3deba;cursor:pointer;padding:0;font-size:.86rem;font-family:inherit;transition:color .15s}.pm-footer ul a:hover,.pm-footer ul button:hover{color:var(--pm-lime)}.pm-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:17px 0;font-size:.8rem;color:#93a374}.pm-services-page{max-width:1040px;margin:0 auto}.pm-services-head{margin:6px 0 26px}.pm-services-head h1{font-size:2.1rem;font-weight:900;color:var(--pm-ink);margin:0 0 8px;letter-spacing:-.5px}.pm-services-head p{color:var(--pm-muted);font-size:1.02rem;margin:0}.pm-services-tools{margin:0 0 26px;display:flex;flex-direction:column;gap:14px}.pm-services-search{position:relative}.pm-services-search:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--pm-muted);font-size:1.25rem}.pm-services-search input{width:100%;padding:13px 16px 13px 42px;border:1px solid var(--pm-border);border-radius:8px;background:var(--pm-card);font-size:.95rem;color:var(--pm-ink)}.pm-services-search input:focus{outline:none;border-color:var(--pm-olive);background:#fff;box-shadow:0 0 0 4px #6b9a1e21}.pm-services-filters{display:flex;flex-wrap:wrap;gap:8px}.pm-svc-chip{padding:7px 15px;border-radius:999px;border:1px solid var(--pm-border);background:var(--pm-card);color:var(--pm-navy);font-size:.82rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pm-svc-chip:hover{border-color:var(--chip-color, var(--pm-olive))}.pm-svc-chip.is-active{background:var(--chip-color, var(--pm-olive));border-color:var(--chip-color, var(--pm-olive));color:#fff}.pm-empty-sm{padding:40px 20px}.pm-empty-sm h2{font-size:1.3rem}.pm-link-btn{background:none;border:none;padding:0;color:var(--pm-olive);font-weight:800;cursor:pointer;text-decoration:underline;font-size:inherit}.pm-service-group{margin-bottom:32px}.pm-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pm-service-card{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);padding:18px 20px;box-shadow:var(--pm-shadow-sm);display:flex;flex-direction:column;gap:9px}.pm-service-card.is-emergency{border-left:5px solid var(--pm-crimson)}.pm-service-card h4{margin:0;font-size:1.05rem;color:var(--pm-navy);font-weight:800}.pm-service-desc{margin:0;color:var(--pm-muted);font-size:.88rem;line-height:1.5}.pm-service-info{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px;font-size:.85rem;color:#3a4630}.pm-service-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.pm-svc-btn{padding:8px 16px;border-radius:6px;font-size:.82rem;font-weight:800;background:var(--pm-olive);color:#fff;transition:filter .15s}.pm-svc-btn:hover{filter:brightness(1.08)}.pm-svc-wa{background:#25d366}.pm-svc-link{background:var(--pm-blue)}.pm-page{max-width:920px;margin:0 auto}.pm-page-head{margin:6px 0 24px}.pm-page-head h1{font-size:2.1rem;font-weight:900;color:var(--pm-ink);margin:0 0 8px;letter-spacing:-.5px}.pm-page-head p{color:var(--pm-muted);font-size:1.02rem;margin:0;line-height:1.5}.pm-page-body{color:#3a4630;font-size:1rem;line-height:1.7}.pm-page-body p{margin:0 0 16px}.pm-page-body h3{color:var(--pm-navy);font-size:1.2rem;font-weight:800;margin:26px 0 12px}.pm-page-list{margin:0 0 16px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.pm-page-list strong{color:var(--pm-navy)}.pm-contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:30px;align-items:start}.pm-contact-grid h3{color:var(--pm-navy);font-size:1.2rem;font-weight:800;margin:0 0 14px}.pm-contact-info ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;font-size:.95rem;color:#3a4630}.pm-contact-form{display:flex;flex-direction:column;gap:12px}.pm-contact-form input,.pm-contact-form textarea{padding:12px 14px;border:1px solid var(--pm-border);border-radius:8px;font-family:inherit;font-size:.95rem;width:100%;box-sizing:border-box}.pm-contact-form textarea{resize:vertical}.pm-contact-form button{padding:13px;border:none;border-radius:8px;background:var(--pm-olive);color:#fff;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;transition:filter .15s}.pm-contact-form button:hover{filter:brightness(1.08)}.pm-contact-form button:disabled{opacity:.65;cursor:default}.pm-form-msg{margin:4px 0 0;font-size:.85rem;color:var(--pm-muted)}.pm-form-msg.is-error{color:#c0392b;font-weight:700}.pm-form-ok{background:#eef7e6;border:1px solid var(--pm-lime);color:#38600f;border-radius:8px;padding:16px 18px;font-weight:700}.pm-anuncie-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 30px}.pm-perk{background:var(--pm-card);border:1px solid var(--pm-border);border-radius:var(--pm-radius);padding:18px 20px;box-shadow:var(--pm-shadow-sm)}.pm-perk strong{display:block;color:var(--pm-navy);font-size:1.02rem;margin-bottom:6px}.pm-perk span{color:var(--pm-muted);font-size:.88rem;line-height:1.5}@media (max-width: 980px){.pm-hero{grid-template-columns:1fr}.pm-hero-main{min-height:340px}.pm-layout,.pm-biz-row{grid-template-columns:1fr}.pm-cl-grid{grid-template-columns:repeat(2,1fr)}.pm-latest-grid{grid-template-columns:repeat(3,1fr)}.pm-search{display:none}.pm-menu-toggle{display:block}.pm-nav{position:static;max-height:0;overflow:hidden;transition:max-height .25s}.pm-nav.open{max-height:640px}.pm-nav-inner{flex-direction:column}.pm-footer-grid{grid-template-columns:1fr 1fr;gap:26px}}@media (max-width: 620px){.pm-feed-grid,.pm-latest-grid,.pm-biz-grid,.pm-cl-grid,.pm-editoria-grid,.pm-service-grid,.pm-related-grid,.pm-contact-grid,.pm-anuncie-perks,.pm-footer-grid{grid-template-columns:1fr}.pm-hero-text{padding:20px}.pm-hero-text h1{font-size:1.55rem}.pm-article h1{font-size:1.7rem}.pm-word-city{font-size:1.25rem}}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--pm-navy),var(--pm-olive));padding:20px}.auth-card{background:#fff;border-radius:18px;padding:36px;width:min(380px,100%);box-shadow:var(--pm-shadow);display:flex;flex-direction:column;gap:12px;text-align:center}.auth-brand{font-size:1.5rem;font-weight:800;color:var(--pm-navy);font-family:var(--pm-serif)}.auth-card p{color:var(--pm-muted);margin:0 0 6px;font-size:.88rem}.auth-card input{padding:12px 14px;border:1px solid var(--pm-border);border-radius:10px;font-size:.95rem;font-family:inherit}.auth-card button{padding:12px;border:none;border-radius:10px;background:var(--pm-crimson);color:#fff;font-weight:700;cursor:pointer;font-size:.95rem}.auth-back{color:var(--pm-muted);font-size:.82rem;margin-top:6px}.error{color:#c0392b;font-size:.85rem}.app{min-height:100vh}.hero{background:linear-gradient(135deg,var(--pm-navy),var(--pm-olive));color:#fff;padding:40px 0 56px}.hero-content{width:min(1180px,92%);margin:0 auto}.badge{display:inline-block;background:#ffffff29;padding:5px 14px;border-radius:999px;font-size:.78rem;font-weight:600}.hero h1{font-size:1.9rem;margin:14px 0 8px;max-width:760px;font-family:var(--pm-serif)}.hero p{color:#eef3e4;max-width:680px;margin:0}.actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.actions button,.actions a.secondary{padding:11px 20px;border:none;border-radius:10px;background:var(--pm-crimson);color:#fff;font-weight:700;cursor:pointer}.actions .secondary{background:#ffffff26}.content{width:min(1180px,92%);margin:-32px auto 60px}.tabs{display:flex;gap:6px;background:#fff;padding:8px;border-radius:14px;box-shadow:var(--pm-shadow-sm);margin-bottom:24px;overflow-x:auto}.tabs button{padding:10px 18px;border:none;background:none;border-radius:9px;font-weight:600;color:var(--pm-muted);cursor:pointer;white-space:nowrap}.tabs button:hover{background:var(--pm-bg)}.tabs button.active{background:var(--pm-navy);color:#fff}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.card{background:#fff;border-radius:14px;padding:20px;box-shadow:var(--pm-shadow-sm)}.card h3{margin:0 0 8px;font-size:.82rem;color:var(--pm-muted);text-transform:uppercase;letter-spacing:.5px}.card strong{font-size:1.7rem;color:var(--pm-navy)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.panel{background:#fff;border-radius:14px;padding:22px;box-shadow:var(--pm-shadow-sm);margin-bottom:18px}.panel h2{margin:0 0 12px;color:var(--pm-navy);font-size:1.15rem}.panel h3{color:var(--pm-navy)}.panel ul{margin:0;padding-left:18px;color:#41505d;line-height:1.7}.muted{color:var(--pm-muted);font-size:.88rem}.form-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.form-grid input,.form-grid select,.form-grid textarea{padding:11px 14px;border:1px solid var(--pm-border);border-radius:10px;font-size:.92rem;font-family:inherit}.form-grid textarea{min-height:140px;resize:vertical}.form-grid button{padding:12px;border:none;border-radius:10px;background:var(--pm-green);color:#fff;font-weight:700;cursor:pointer}.field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--pm-muted)}.cover-preview img{max-height:180px;border-radius:10px;object-fit:cover}.cover-preview small{display:block;color:var(--pm-muted);font-size:.72rem;word-break:break-all}.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.news-list li{display:flex;gap:12px;align-items:center;padding:10px;border:1px solid var(--pm-border);border-radius:10px}.news-list-info{flex:1;min-width:0}.news-list-info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-list-actions{display:flex;gap:6px;flex-shrink:0}.thumb{width:64px;height:48px;object-fit:cover;border-radius:8px}.meta{font-size:.78rem;color:var(--pm-muted)}.finance-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.finance-summary div{background:var(--pm-bg);padding:16px;border-radius:10px}.finance-summary span{font-size:.78rem;color:var(--pm-muted)}.finance-summary strong{display:block;font-size:1.3rem;color:var(--pm-navy);margin-top:4px}.receivable-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--pm-border)}.channel-row{display:flex;gap:10px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid var(--pm-border);border-radius:999px;font-size:.82rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;text-transform:capitalize}.chip input{accent-color:var(--pm-crimson)}.chip-on{border-color:var(--pm-crimson);background:#fdeef4;color:#b32a5e;font-weight:600}.chip-muted{opacity:.55}.table{width:100%;border-collapse:collapse;font-size:.85rem}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--pm-border)}.table th{color:var(--pm-muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.5px}.truncate{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status{padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize}.status-pending{background:#fff4e0;color:#b6791b}.status-processing{background:#e3f0fc;color:#1b6fb3}.status-completed{background:#e2f6ec;color:#11885c}.status-failed{background:#fde7e7;color:#c0392b}.ai{display:flex;flex-direction:column;gap:18px}.ai-control{background:linear-gradient(160deg,#fff,#f7f9f1)}.ai-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex-wrap:wrap}.ai-head h2{margin:0 0 4px}.ai-status{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.ai-status small{color:var(--pm-muted);font-size:.76rem}.pill{padding:5px 12px;border-radius:999px;font-size:.74rem;font-weight:700}.pill-on{background:#e2f6ec;color:#11885c}.pill-off{background:#fdeef0;color:#c0392b}.ai-scopes{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:20px 0 14px}.ai-count{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--pm-muted);margin-left:auto}.ai-count select{padding:7px 10px;border-radius:8px;border:1px solid var(--pm-border)}.ai-generate{padding:11px 22px;border:none;border-radius:10px;background:var(--pm-crimson);color:#fff;font-weight:700;cursor:pointer}.ai-generate:disabled{opacity:.65;cursor:progress}.ai-channels-status{display:flex;align-items:center;gap:8px;font-size:.78rem;color:var(--pm-muted)}.mini-pill{padding:3px 9px;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:capitalize}.mini-pill.on{background:#e2f6ec;color:#11885c}.mini-pill.off{background:#eef1f5;color:#9aa7b4}.ai-msg{color:#11885c;font-weight:600;font-size:.88rem}.ai-suggestions{display:flex;flex-direction:column;gap:16px}.ai-card{border:1px solid var(--pm-border);border-radius:14px;padding:18px;background:#fff}.ai-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ai-card-tags{display:flex;gap:8px;flex-wrap:wrap}.chip-scope{background:var(--pm-navy);color:#fff;border:none;text-transform:capitalize}.chip-conf{background:#eef6ff;color:#1b6fb3;border-color:#cfe4fb}.link-btn{background:none;border:none;color:var(--pm-blue);font-weight:600;cursor:pointer}.ai-card h4{margin:6px 0;font-family:var(--pm-serif);font-size:1.2rem;color:var(--pm-ink)}.ai-summary{color:var(--pm-muted);font-size:.9rem;margin:0 0 8px}.ai-detail{border-top:1px dashed var(--pm-border);margin-top:10px;padding-top:14px}.ai-cover{border-radius:10px;max-height:260px;width:100%;object-fit:cover;margin-bottom:12px}.ai-content p{line-height:1.7;color:#33414d;margin:0 0 14px}.ai-tagrow{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 14px}.ai-sources{background:var(--pm-bg);border-radius:10px;padding:12px 16px;font-size:.84rem;margin-bottom:14px}.ai-sources ul{margin:6px 0 0;padding-left:18px}.ai-sources a{color:var(--pm-blue);word-break:break-word}.ai-captions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ai-caption{background:var(--pm-bg);border-radius:10px;padding:10px 12px}.ai-caption-net{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--pm-crimson)}.ai-caption p{margin:5px 0 0;font-size:.84rem;color:#41505d;line-height:1.45}.ai-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--pm-border)}.ai-upload{font-size:.78rem;color:var(--pm-muted);display:flex;flex-direction:column;gap:4px}.ai-channel-pick{display:flex;gap:8px;flex-wrap:wrap}.ai-approve{padding:10px 18px;border:none;border-radius:9px;background:var(--pm-green);color:#fff;font-weight:700;cursor:pointer;margin-left:auto}.ai-discard{padding:10px 16px;border:1px solid var(--pm-border);border-radius:9px;background:#fff;color:#c0392b;font-weight:600;cursor:pointer}@media (max-width: 720px){.cards{grid-template-columns:repeat(2,1fr)}.finance-summary,.ai-captions{grid-template-columns:1fr}.ai-approve{margin-left:0}}
