.pc-page{--pc-accent: var(--accent, #2d6be4);--pc-accent-soft: rgba(45, 107, 228, .06);--pc-accent-mid: rgba(45, 107, 228, .14);--pc-verdict: var(--success, #00b67a);--pc-verdict-soft: rgba(0, 182, 122, .07);--pc-gold: #d4a017;--pc-gold-soft: rgba(212, 160, 23, .07);--pc-radius: 18px;--pc-radius-sm: 14px;--pc-radius-xs: 10px;--pc-ease: cubic-bezier(.4, 0, .2, 1);--pc-ease-out: cubic-bezier(0, 0, .2, 1);--pc-ease-spring: cubic-bezier(.34, 1.56, .64, 1)}.pc-hero{position:relative;background:var(--navy, #141462);padding:52px 16px 44px;overflow:hidden;text-align:center}.pc-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.pc-hero-pattern:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(45,107,228,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(45,107,228,.05) 1px,transparent 1px);background-size:160px 160px;pointer-events:none}.pc-hero-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(45,107,228,.18) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-55%);pointer-events:none;animation:pc-glow-breathe 6s ease-in-out infinite alternate}.pc-hero-glow-2{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(176,179,232,.1) 0%,transparent 65%);bottom:-40px;right:-20px;pointer-events:none;animation:pc-glow-breathe 8s ease-in-out 2s infinite alternate}@keyframes pc-glow-breathe{0%{opacity:.6;transform:translate(-50%,-55%) scale(.9)}to{opacity:1;transform:translate(-50%,-55%) scale(1.12)}}.pc-hero-glow-2{animation-name:pc-glow-drift}@keyframes pc-glow-drift{0%{opacity:.4;transform:scale(.85)}to{opacity:.8;transform:scale(1.1)}}.pc-hero-inner{position:relative;z-index:1;max-width:660px;margin:0 auto}.pc-hero-scale{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:20px;position:relative}.pc-hero-scale svg{width:40px;height:40px;stroke:#ffffffb3;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.pc-hero-scale .pc-scale-beam{transform-origin:12px 6px;animation:pc-balance-tip 5s ease-in-out infinite}@keyframes pc-balance-tip{0%,to{transform:rotate(0)}30%{transform:rotate(4deg)}70%{transform:rotate(-4deg)}}.pc-hero-scale:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(45,107,228,.3);animation:pc-ring-pulse 4s ease-in-out infinite}.pc-hero-scale:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1px solid rgba(45,107,228,.12)}@keyframes pc-ring-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.08)}}.pc-hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(26px,6vw,50px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:14px;letter-spacing:-.03em}.pc-hero-title em{font-style:italic;color:var(--mid-blue, #b0b3e8)}.pc-hero-desc{font-family:DM Sans,sans-serif;font-size:15px;font-weight:300;color:#ffffff73;line-height:1.7;max-width:480px;margin:0 auto 28px}.pc-hero-stats{display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.pc-hero-stat{display:flex;flex-direction:column;align-items:center;gap:5px;position:relative}.pc-hero-stat+.pc-hero-stat:before{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:3px;height:3px;border-radius:50%;background:#fff3}.pc-hero-stat-num{font-family:Space Mono,monospace;font-size:20px;font-weight:700;color:#fff;line-height:1}.pc-hero-stat-label{font-family:DM Sans,sans-serif;font-size:10px;color:#ffffff59;text-transform:uppercase;letter-spacing:.1em}.pc-toolbar{position:sticky;top:0;z-index:50;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border, rgba(20,20,98,.1));padding:12px 0;transition:box-shadow .3s}.pc-toolbar.pc-scrolled{box-shadow:0 4px 24px #14146214}.pc-toolbar-inner{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;flex-direction:column;gap:10px}.pc-search{position:relative;display:flex;align-items:center}.pc-search-icon{position:absolute;left:12px;width:16px;height:16px;stroke:var(--text-muted, #6b6d9e);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;flex-shrink:0}.pc-search-input{width:100%;padding:9px 36px 9px 38px;border:1px solid var(--border, rgba(20,20,98,.1));border-radius:var(--pc-radius-xs);font-family:DM Sans,sans-serif;font-size:13px;color:var(--navy, #141462);background:var(--off-white, #f7f8fc);outline:none;transition:border-color .2s,box-shadow .2s}.pc-search-input::placeholder{color:var(--text-muted, #6b6d9e);opacity:.7}.pc-search-input:focus{border-color:var(--pc-accent);box-shadow:0 0 0 3px var(--pc-accent-soft);background:#fff}.pc-search-clear{position:absolute;right:10px;width:20px;height:20px;border:none;background:none;cursor:pointer;padding:0;display:none;align-items:center;justify-content:center;color:var(--text-muted);border-radius:50%;transition:background .15s}.pc-search-clear:hover{background:var(--light-blue, #e8eaf8)}.pc-search-clear.pc-show{display:flex}.pc-search-clear svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.pc-filter-active{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pc-filter-active-label{font-family:Space Mono,monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #6b6d9e)}.pc-filter-active-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:var(--navy, #141462);color:#fff;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;border-radius:100px;text-decoration:none;transition:background .2s}.pc-filter-active-tag:hover{background:var(--navy-light, #1e1f8a)}.pc-filter-active-tag svg{width:10px;height:10px;opacity:.7;flex-shrink:0}.pc-filter-tabs{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0}.pc-filter-tabs::-webkit-scrollbar{display:none}.pc-filter-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border-radius:100px;border:1px solid var(--border, rgba(20,20,98,.1));font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;color:var(--text-muted, #6b6d9e);text-decoration:none;transition:all .2s var(--pc-ease);white-space:nowrap;background:transparent}.pc-filter-tab:hover{border-color:var(--navy, #141462);color:var(--navy, #141462);background:var(--off-white, #f7f8fc)}.pc-filter-tab.active{background:var(--navy, #141462);color:#fff;border-color:var(--navy, #141462)}.pc-filter-tab.active:hover{background:var(--navy-light, #1e1f8a);border-color:var(--navy-light, #1e1f8a)}.pc-content{background:var(--off-white, #f7f8fc);padding:28px 16px 48px;min-height:40vh}.pc-content-inner{max-width:1280px;margin:0 auto}.pc-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border, rgba(20,20,98,.1))}.pc-section-title{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:700;color:var(--navy, #141462);margin:0;line-height:1.3}.pc-section-count{font-family:Space Mono,monospace;font-size:11px;color:var(--text-muted, #6b6d9e);white-space:nowrap}.pc-featured{margin-bottom:32px}.pc-featured-label{display:inline-flex;align-items:center;gap:6px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pc-gold);background:var(--pc-gold-soft);border:1px solid rgba(212,160,23,.16);padding:4px 12px;border-radius:100px;margin-bottom:10px}.pc-featured-label svg{width:12px;height:12px;stroke:var(--pc-gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pc-featured-card{display:block;text-decoration:none;background:#fff;border:1px solid var(--border, rgba(20,20,98,.1));border-radius:var(--pc-radius);overflow:hidden;transition:all .3s var(--pc-ease);position:relative}.pc-featured-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--pc-gold),rgba(212,160,23,.3));border-radius:3px 0 0 3px;z-index:1}.pc-featured-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1414621a;border-color:var(--pc-accent)}.pc-featured-subjects{display:flex;align-items:center;gap:10px;padding:20px 20px 0;flex-wrap:wrap}.pc-featured-subject{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;background:var(--pc-accent-soft);border:1px solid var(--pc-accent-mid);border-radius:100px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;color:var(--navy, #141462);line-height:1.3}.pc-featured-subject-sub{font-weight:400;color:var(--text-muted, #6b6d9e);font-size:11px}.pc-featured-vs{font-family:Space Mono,monospace;font-size:10px;font-weight:700;color:var(--text-muted, #6b6d9e);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0}.pc-featured-body{padding:16px 20px 18px}.pc-featured-date{font-family:Space Mono,monospace;font-size:10px;color:var(--text-muted, #6b6d9e);opacity:.6;display:block;margin-bottom:6px}.pc-featured-title{font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:700;color:var(--navy, #141462);line-height:1.3;margin:0 0 8px}.pc-featured-excerpt{font-family:DM Sans,sans-serif;font-size:13px;color:var(--text-muted, #6b6d9e);line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc-featured-footer{padding:12px 20px;border-top:1px solid var(--border, rgba(20,20,98,.1));display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pc-featured-footer-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pc-featured-verdict{display:inline-flex;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;color:var(--pc-verdict);padding:3px 10px;background:var(--pc-verdict-soft);border-radius:100px}.pc-featured-verdict svg{width:12px;height:12px;stroke:var(--pc-verdict);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pc-featured-meta{font-family:Space Mono,monospace;font-size:10px;color:var(--text-muted, #6b6d9e);white-space:nowrap}.pc-featured-link{display:inline-flex;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;color:var(--pc-accent);transition:gap .25s var(--pc-ease-spring)}.pc-featured-card:hover .pc-featured-link{gap:10px}.pc-featured-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pc-grid{display:grid;grid-template-columns:1fr;gap:16px}.pc-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border, rgba(20,20,98,.1));border-radius:var(--pc-radius-sm);overflow:hidden;text-decoration:none;transition:all .25s var(--pc-ease);position:relative}.pc-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pc-accent) 0%,var(--mid-blue, #b0b3e8) 100%);z-index:1;opacity:.6;transition:opacity .25s}.pc-card:hover:before{opacity:1}.pc-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #1414621a,0 2px 8px #1414620a;border-color:#2d6be433}.pc-card-subjects{display:flex;align-items:center;gap:6px;padding:16px 14px 12px;flex-wrap:wrap}.pc-card-subject{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:var(--pc-accent-soft);border:1px solid rgba(45,107,228,.08);border-radius:100px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;color:var(--navy, #141462);line-height:1.2;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-card-vs{font-family:Space Mono,monospace;font-size:9px;font-weight:700;color:var(--text-muted, #6b6d9e);letter-spacing:.05em;opacity:.7;flex-shrink:0}.pc-card-body{padding:0 14px 14px;display:flex;flex-direction:column;flex:1}.pc-card-date{font-family:Space Mono,monospace;font-size:10px;color:var(--text-muted, #6b6d9e);opacity:.55;display:block;margin-bottom:6px}.pc-card-title{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:var(--navy, #141462);line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc-card-excerpt{font-family:DM Sans,sans-serif;font-size:12px;color:var(--text-muted, #6b6d9e);line-height:1.55;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.pc-card-verdict{display:inline-flex;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;color:var(--pc-verdict);padding:3px 9px;background:var(--pc-verdict-soft);border-radius:100px;align-self:flex-start;margin-bottom:10px}.pc-card-verdict svg{width:11px;height:11px;stroke:var(--pc-verdict);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pc-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border, rgba(20,20,98,.1))}.pc-card-tags{display:flex;gap:4px;flex-wrap:wrap;min-width:0}.pc-card-tag{font-family:DM Sans,sans-serif;font-size:10px;font-weight:500;padding:2px 8px;border-radius:100px;border:1px solid var(--border, rgba(20,20,98,.1));color:var(--text-muted, #6b6d9e);white-space:nowrap}.pc-card-time{display:inline-flex;align-items:center;gap:3px;font-family:Space Mono,monospace;font-size:10px;color:var(--text-muted, #6b6d9e);white-space:nowrap;flex-shrink:0}.pc-card-time svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pc-card-link{display:inline-flex;align-items:center;gap:4px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;color:var(--pc-accent);transition:gap .25s var(--pc-ease-spring);margin-left:auto;flex-shrink:0}.pc-card:hover .pc-card-link{gap:8px}.pc-card-link svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pc-no-results{display:none;text-align:center;padding:48px 16px;grid-column:1 / -1}.pc-no-results.pc-show{display:block}.pc-no-results-icon{width:48px;height:48px;stroke:var(--text-muted, #6b6d9e);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 14px;opacity:.4;display:block}.pc-no-results-title{font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:var(--navy, #141462);margin-bottom:4px}.pc-no-results-desc{font-family:DM Sans,sans-serif;font-size:13px;color:var(--text-muted, #6b6d9e)}.pc-empty{text-align:center;padding:56px 20px}.pc-empty-icon{width:52px;height:52px;stroke:var(--pc-accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 18px;opacity:.5;display:block}.pc-empty-title{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:700;color:var(--navy, #141462);margin-bottom:8px}.pc-empty-desc{font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-muted, #6b6d9e);line-height:1.6;margin-bottom:22px}.pc-empty-link{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--navy, #141462);color:#fff;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;border-radius:var(--pc-radius-xs);text-decoration:none;transition:background .2s,transform .2s}.pc-empty-link:hover{background:var(--navy-light, #1e1f8a);transform:translateY(-1px)}.pc-cta{position:relative;background:var(--navy, #141462);padding:52px 16px;text-align:center;overflow:hidden}.pc-cta-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.pc-cta-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(45,107,228,.12) 0%,transparent 60%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.pc-cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.pc-cta-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(22px,4vw,34px);font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px;letter-spacing:-.015em}.pc-cta-title em{font-style:italic;color:var(--mid-blue, #b0b3e8)}.pc-cta-desc{font-family:DM Sans,sans-serif;font-size:14px;color:#ffffff73;line-height:1.65;margin-bottom:24px;max-width:440px;margin-left:auto;margin-right:auto}.pc-cta-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.pc-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;border-radius:var(--pc-radius-xs);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.pc-cta-btn--primary{background:var(--pc-accent);color:#fff}.pc-cta-btn--primary:hover{background:#1a56c4;transform:translateY(-1px);box-shadow:0 4px 20px #2d6be459}.pc-cta-btn--ghost{background:transparent;border:1px solid rgba(255,255,255,.18);color:#ffffffbf}.pc-cta-btn--ghost:hover{border-color:#fff6;color:#fff;background:#ffffff0a}.pc-fade-up{opacity:0;transform:translateY(18px);transition:opacity .5s var(--pc-ease-out),transform .5s var(--pc-ease-out)}.pc-fade-up.pc-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.pc-hero-glow,.pc-hero-glow-2,.pc-hero-scale .pc-scale-beam,.pc-hero-scale:before{animation:none}.pc-fade-up{opacity:1;transform:none;transition:none}.pc-card,.pc-featured-card,.pc-cta-btn,.pc-empty-link{transition:none}}@media(hover:none){.pc-card:hover,.pc-featured-card:hover{transform:none;box-shadow:none}.pc-card:hover:before{opacity:.6}}@media(min-width:640px){.pc-hero{padding:68px 20px 56px}.pc-hero-scale{width:64px;height:64px;margin-bottom:24px}.pc-hero-scale svg{width:46px;height:46px}.pc-hero-stats{gap:36px}.pc-hero-stat-num{font-size:24px}.pc-toolbar-inner{flex-direction:row;align-items:center;gap:14px;padding:0 20px}.pc-search{max-width:280px;flex-shrink:0}.pc-content{padding:36px 20px 56px}.pc-grid{grid-template-columns:repeat(2,1fr);gap:18px}.pc-card-subjects{padding:16px 16px 12px}.pc-card-body{padding:0 16px 16px}.pc-featured-subjects{padding:24px 24px 0}.pc-featured-body{padding:18px 24px 20px}.pc-featured-footer{padding:14px 24px}.pc-featured-title{font-size:20px}.pc-cta{padding:68px 20px}}@media(min-width:1024px){.pc-hero{padding:84px 20px 68px}.pc-hero-glow{width:500px;height:500px}.pc-hero-scale{width:72px;height:72px}.pc-hero-scale svg{width:50px;height:50px}.pc-hero-scale:after{top:-8px;right:-8px;bottom:-8px;left:-8px}.pc-content{padding:44px 20px 68px}.pc-grid{grid-template-columns:repeat(3,1fr);gap:22px}.pc-card-title{font-size:15px}.pc-featured-card{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.pc-featured-subjects{padding:24px 28px 0;grid-column:1 / -1}.pc-featured-body{padding:18px 28px 20px}.pc-featured-footer{grid-column:1 / -1;padding:14px 28px}.pc-featured-title{font-size:22px}.pc-section-title{font-size:24px}}@media(max-width:379px){.pc-hero{padding:40px 12px 36px}.pc-hero-stats{gap:18px}.pc-hero-stat-num{font-size:17px}.pc-hero-scale{width:48px;height:48px}.pc-hero-scale svg{width:34px;height:34px}.pc-toolbar-inner{padding:0 12px}.pc-content{padding-left:12px;padding-right:12px}.pc-card-subjects{padding:12px 12px 10px;gap:4px}.pc-card-subject{font-size:10px;padding:3px 8px}.pc-card-body{padding:0 12px 12px}.pc-card-title{font-size:13px}.pc-featured-subjects{padding:16px 14px 0}.pc-featured-body{padding:14px 14px 16px}.pc-featured-footer{padding:12px 14px}.pc-cta{padding:40px 12px}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/por-blog.css.map */
