body{max-width:600px!important;margin:0 auto!important}.ppp-page,body{background:#f5f5f7}.ppp-page{font-family:Pretendard Variable,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;color:#111;padding-bottom:40px}.ppp-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8e8}.ppp-header-inner{padding:0 18px;height:56px;justify-content:space-between}.ppp-header-inner,.ppp-logo{display:flex;align-items:center}.ppp-logo-img{height:32px;width:auto;display:block}.ppp-logo-icon{width:30px;height:30px;background:#c9151e;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden}.ppp-logo-icon:before{width:14px;height:14px;background:white}.ppp-logo-icon:after,.ppp-logo-icon:before{content:"";border-radius:50%;position:absolute}.ppp-logo-icon:after{width:5px;height:5px;background:#c9151e}.ppp-header-right{display:flex;align-items:center;gap:6px}.ppp-header-btn{background:none;border:none;cursor:pointer;padding:7px;color:#444;font-size:1rem;display:flex;align-items:center;justify-content:center;border-radius:7px;transition:background .15s}.ppp-header-btn:hover{background:#f5f5f5}.ppp-find-btn{background:#c9151e;color:white;border:none;padding:7px 14px;border-radius:7px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:-.2px;transition:background .15s}.ppp-find-btn:hover{background:#a80f18}.ppp-hero{background:#fff;padding:28px 18px 20px;border-bottom:8px solid #f5f5f7}.ppp-hero-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ppp-hero-title{font-size:1.5rem;font-weight:800;line-height:1.35;letter-spacing:-.8px;margin:0;color:#111}.ppp-hero-accent{color:#c9151e}.ppp-hero-viewall{font-size:.78rem;color:#888;text-decoration:none;display:flex;align-items:center;gap:2px;white-space:nowrap;padding-top:4px;flex-shrink:0;transition:color .15s}.ppp-hero-viewall:hover{color:#c9151e}.ppp-hero-sub{font-size:.8rem;color:#999;margin:0;font-weight:400;letter-spacing:-.2px}.ppp-filter-section{background:#fff;border-bottom:8px solid #f5f5f7}.ppp-tabs-wrap{display:flex;gap:7px;padding:12px 18px 14px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ppp-tabs-wrap::-webkit-scrollbar{display:none}.ppp-tab{display:inline-flex;align-items:center;gap:4px;border:1.5px solid #ddd;border-radius:24px;padding:6px 14px;font-size:.78rem;font-weight:600;color:#555;background:#fff;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .18s ease;letter-spacing:-.2px;flex-shrink:0}.ppp-tab.active{background:#c9151e;border-color:#c9151e;color:#fff}.ppp-tab:not(.active):hover{border-color:#c9151e;color:#c9151e}.ppp-tab-count{font-weight:800;font-size:.76rem}.ppp-section-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px 8px;background:#f5f5f7}.ppp-section-title{font-size:.95rem;font-weight:800;color:#111;letter-spacing:-.3px;display:flex;align-items:center;gap:8px}.ppp-section-title .accent-bar{width:3px;height:16px;background:#c9151e;border-radius:2px}.ppp-section-viewall{font-size:.75rem;color:#aaa;text-decoration:none;display:flex;align-items:center;gap:2px}.ppp-cards-list{background:#f5f5f7;padding:0 12px 12px;display:flex;flex-direction:column;gap:10px;border-bottom:8px solid #f5f5f7}.ppp-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s ease,transform .2s ease}.ppp-card:hover{box-shadow:0 5px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.ppp-card-main{gap:14px;padding:14px 18px}.ppp-card-main,.ppp-card-photo{display:flex;align-items:center}.ppp-card-photo{width:110px;height:110px;border-radius:50%;background:linear-gradient(145deg,#f5f5f7,#e8e8ec);flex-shrink:0;justify-content:center;font-size:2.2rem;color:#bbb;overflow:hidden;border:2px solid #f0f0f0}.ppp-card-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ppp-card-info{flex:1;min-width:0}.ppp-card-badge{display:inline-block;border:1.5px solid #c9151e;color:#c9151e;border-radius:20px;padding:2px 7px;font-size:.8rem;font-weight:700;letter-spacing:-.1px;margin-bottom:2px}.ppp-card-badge-sub{opacity:.45;margin-left:2px}.ppp-card-district{font-size:1rem;color:#111;font-weight:600;margin-bottom:1px;letter-spacing:-.2px}.ppp-card-name-row{display:flex;align-items:center;gap:5px;margin-bottom:3px;flex-wrap:wrap}.ppp-card-name{font-size:1.5rem;font-weight:800;color:#111;letter-spacing:-.6px;line-height:1.1}.ppp-card-num-badge{background:#c9151e;color:#fff;font-size:1.5rem;font-weight:700;padding:0 10px;border-radius:5px;white-space:nowrap;letter-spacing:-.1px;align-self:center}.ppp-card-slogan{font-size:.8rem;color:#555;margin:0 0 5px;line-height:1.4;letter-spacing:-.2px}.ppp-card-tags{display:flex;gap:4px;flex-wrap:wrap}.ppp-card-tag{font-size:.7rem;color:#777;background:#f5f5f7;padding:2px 5px;border-radius:4px;font-weight:500}.ppp-card-summary{display:flex;align-items:center;gap:6px;background:#c9151e;color:white;padding:9px 12px;font-size:.7rem;cursor:pointer;transition:background .15s}.ppp-card-summary:hover{background:#a80f18}.ppp-summary-icon{flex-shrink:0;width:22px;height:22px;background:rgba(255,255,255,.18);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.7rem}.ppp-summary-label{font-weight:800;flex-shrink:0;font-size:.7rem}.ppp-summary-sep{color:rgba(255,255,255,.35);flex-shrink:0}.ppp-summary-text{flex:1;opacity:.9;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;letter-spacing:-.2px;font-size:.65rem}.ppp-summary-arrow{flex-shrink:0;font-size:.9rem;opacity:.75;font-weight:700}.ppp-news-section{background:#fff;padding-bottom:18px}.ppp-news-header{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 10px}.ppp-news-header-left{display:flex;flex-direction:column;gap:2px}.ppp-news-title{font-size:.95rem;font-weight:800;color:#111;letter-spacing:-.3px;padding-left:10px;border-left:3px solid #c9151e}.ppp-news-sub{font-size:.73rem;color:#aaa;padding-left:10px}.ppp-news-more{font-size:.78rem;color:#aaa;text-decoration:none;display:flex;align-items:center;gap:2px;transition:color .15s;flex-shrink:0}.ppp-news-more:hover{color:#c9151e}.ppp-news-scroll{display:flex;gap:12px;padding:4px 18px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.ppp-news-scroll::-webkit-scrollbar{display:none}.ppp-news-card{flex-shrink:0;width:220px;background:#c9151e;border-radius:14px;padding:18px 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;min-height:148px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.ppp-news-card:before{content:"";position:absolute;top:-25px;right:-25px;width:80px;height:80px;background:rgba(255,255,255,.07);border-radius:50%}.ppp-news-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(201,21,30,.3)}.ppp-news-card-content{flex:1;min-width:0}.ppp-news-candidate{font-size:.65rem;color:rgba(255,255,255,.75);font-weight:600;margin-bottom:3px;letter-spacing:-.1px}.ppp-news-card-title{font-size:.88rem;font-weight:800;color:white;line-height:1.35;margin-bottom:9px;letter-spacing:-.4px}.ppp-news-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:3px}.ppp-news-card-list li{font-size:.68rem;color:rgba(255,255,255,.85);display:flex;align-items:flex-start;gap:4px;line-height:1.4;letter-spacing:-.2px}.ppp-news-card-list li:before{content:"✓";font-weight:800;flex-shrink:0}.ppp-news-card-photo{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem;color:rgba(255,255,255,.45);border:2px solid rgba(255,255,255,.25);overflow:hidden;align-self:flex-end}.ppp-news-card-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ppp-disclaimer{text-align:center;font-size:.7rem;color:#ccc;margin-top:20px;padding:0 18px}.ppp-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeInOverlay .2s ease;overscroll-behavior:none}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.ppp-modal{background:#fff;width:100%;max-width:600px;max-height:92vh;max-height:92dvh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUpModal .28s ease;overflow:hidden}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ppp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.ppp-modal-title{display:flex;flex-direction:column;gap:2px}.ppp-modal-name{font-size:1.1rem;font-weight:800;color:#111;letter-spacing:-.5px}.ppp-modal-label{font-size:.72rem;color:#c9151e;font-weight:600}.ppp-modal-close{width:34px;height:34px;border-radius:50%;background:#f5f5f7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;font-size:1rem;transition:background .15s;flex-shrink:0}.ppp-modal-close:hover{background:#ebebeb}.ppp-modal-body{overflow-y:auto;flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ppp-modal-img{width:100%;border-radius:10px;display:block;box-shadow:0 2px 12px rgba(0,0,0,.1)}.ppp-modal-empty{text-align:center;padding:48px 0;color:#bbb;font-size:.85rem;line-height:1.8}.ppp-modal-empty i{font-size:2.5rem;display:block;margin-bottom:12px;opacity:.4}.ppp-card{cursor:pointer}.ppp-modal-img{cursor:zoom-in}.ppp-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.95);display:flex;flex-direction:column}.ppp-lightbox-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;flex-shrink:0}.ppp-lightbox-counter{font-size:.85rem;color:rgba(255,255,255,.7);font-weight:600;letter-spacing:-.2px}.ppp-lightbox-close{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);border:none;color:#fff;font-size:1.1rem;cursor:pointer}.ppp-lightbox-close,.ppp-lightbox-scroll{display:flex;align-items:center;justify-content:center}.ppp-lightbox-scroll{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ppp-lightbox-img{height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;animation:lbFadeIn .18s ease}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.ppp-lightbox-nav{display:flex;align-items:center;justify-content:space-between;padding:6px 16px 12px;flex-shrink:0;width:100%;max-width:600px;margin:0 auto}.ppp-lightbox-nav-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);border:none;color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ppp-lightbox-nav-btn:disabled{opacity:.25;cursor:default}.ppp-lightbox-nav-btn:not(:disabled):hover{background:rgba(255,255,255,.28)}.ppp-lightbox-dots{display:flex;gap:7px;align-items:center}.ppp-lightbox-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:background .15s,transform .15s}.ppp-lightbox-dot.active{background:#fff;transform:scale(1.3)}