:root{--pp-teal:#2b7c8a;--pp-teal-dark:#1e5f6a;--pp-teal-light:#eaf5f7;--pp-terra:#d29b7e;--pp-neutral:#fafbfc;--pp-text:#1e293b;--pp-muted:#64748b;--pp-border:#e2e8f0;--pp-white:#fff;--pp-r:12px}html{scroll-behavior:smooth}.pp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--pp-border);background:#fffffff2;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.pp-nav-logo{color:var(--pp-teal-dark);letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.pp-nav-logo img{border-radius:8px;width:36px;height:36px}.pp-nav-cta{background:var(--pp-teal);color:#fff;white-space:nowrap;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s}.pp-nav-cta:hover{background:var(--pp-teal-dark)}.pp-hero{background:linear-gradient(135deg,var(--pp-teal-dark)0%,var(--pp-teal)55%,#3a9aaa 100%);color:#fff;text-align:center;padding:4.5rem 2rem 5.5rem;position:relative;overflow:hidden}.pp-hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff1a 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.pp-hero:after{content:"";pointer-events:none;border:1.5px solid #ffffff12;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-100px;right:-100px}.pp-hero-inner{z-index:1;max-width:680px;margin:0 auto;position:relative}.pp-breadcrumb{color:#ffffff8c;justify-content:center;align-items:center;gap:.375rem;margin-bottom:1.75rem;font-size:.78rem;display:flex}.pp-breadcrumb a{color:#ffffffa6;text-decoration:none;transition:color .2s}.pp-breadcrumb a:hover{color:#fff}.pp-badge{color:#ffffffe0;letter-spacing:.03em;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.375rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.pp-badge-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite pp-pulse}@keyframes pp-pulse{0%,to{box-shadow:0 0 #4ade808c}50%{box-shadow:0 0 0 5px #4ade8000}}.pp-hero-title{letter-spacing:-.02em;margin-bottom:.625rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.pp-hero-subtitle{color:#ffffffad;margin-bottom:.5rem;font-size:1rem;font-weight:400}.pp-hero-meta{color:#ffffff73;font-size:.78rem}.pp-layout{max-width:1120px;margin:0 auto}@media (min-width:900px){.pp-layout{grid-template-columns:240px 1fr;align-items:start;gap:0 3rem;padding:0 2rem;display:grid}}.pp-sidebar{display:none}@media (min-width:900px){.pp-sidebar{scrollbar-width:none;max-height:calc(100vh - 80px);padding:2.5rem 0;display:block;position:sticky;top:80px;overflow-y:auto}.pp-sidebar::-webkit-scrollbar{display:none}}.pp-toc{background:var(--pp-neutral);border:1px solid var(--pp-border);border-radius:var(--pp-r);padding:1.125rem}.pp-toc-title{text-transform:uppercase;letter-spacing:.1em;color:var(--pp-muted);border-bottom:1px solid var(--pp-border);margin-bottom:.875rem;padding-bottom:.875rem;font-size:.68rem;font-weight:700}.pp-toc-item{color:var(--pp-muted);border-radius:8px;align-items:flex-start;gap:.625rem;margin-bottom:.1rem;padding:.5rem .625rem;font-size:.79rem;line-height:1.45;text-decoration:none;transition:all .18s;display:flex}.pp-toc-item:hover{color:var(--pp-teal);background:#2b7c8a12}.pp-toc-item.active{color:var(--pp-teal-dark);background:#2b7c8a1a;font-weight:600}.pp-toc-num{background:var(--pp-border);width:20px;height:20px;color:var(--pp-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.68rem;font-weight:700;transition:all .18s;display:flex}.pp-toc-item.active .pp-toc-num{background:var(--pp-teal);color:#fff}.pp-toc-label{flex:1}.pp-content{min-width:0}.pp-section{border-bottom:1px solid var(--pp-border);background:var(--pp-white);padding:4rem 1.5rem}.pp-section:nth-child(2n){background:var(--pp-neutral)}@supports (animation-timeline:view()){.pp-section{animation:.55s both pp-fadeUp;animation-timeline:view();animation-range:entry entry 22%}}@keyframes pp-fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.pp-section-header{align-items:flex-start;gap:.875rem;margin-bottom:2rem;display:flex}.pp-section-num{border:2px solid var(--pp-teal);width:36px;height:36px;color:var(--pp-teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:3px;font-size:.875rem;font-weight:800;display:flex}.pp-section-title-th{color:var(--pp-teal-dark);font-size:1.2rem;font-weight:800;line-height:1.3}.pp-section-title-en{color:var(--pp-muted);text-transform:uppercase;letter-spacing:.07em;margin-top:3px;font-size:.75rem;font-weight:500}.pp-bilingual{background:var(--pp-white);border:1px solid var(--pp-border);border-radius:var(--pp-r);margin-bottom:1.75rem;padding:1.25rem 1.5rem}.pp-section:nth-child(2n) .pp-bilingual{background:var(--pp-white)}.pp-bilingual-th{color:var(--pp-text);margin-bottom:.75rem;font-size:.93rem;line-height:1.75}.pp-bilingual-en{color:var(--pp-muted);border-top:1px dashed var(--pp-border);padding-top:.875rem;font-size:.84rem;font-style:italic;line-height:1.65}.pp-bilingual-th strong,.pp-bilingual-en strong{font-style:normal;font-weight:700}.pp-table{border-collapse:collapse;border:1px solid var(--pp-border);border-radius:var(--pp-r);width:100%;margin:1.25rem 0;font-size:.875rem;overflow:hidden}.pp-table th{background:var(--pp-teal-dark);color:#fff;text-align:left;letter-spacing:.025em;padding:.75rem 1.125rem;font-size:.78rem;font-weight:700}.pp-table td{border-bottom:1px solid var(--pp-border);vertical-align:top;color:var(--pp-text);padding:.875rem 1.125rem;font-size:.875rem;line-height:1.65}.pp-table tr:last-child td{border-bottom:none}.pp-table tr:nth-child(2n) td{background:var(--pp-neutral)}.pp-card{border-left:3px solid var(--pp-teal);background:var(--pp-teal-light);border-radius:0 var(--pp-r)var(--pp-r)0;color:var(--pp-text);margin:1.5rem 0;padding:1.125rem 1.375rem;font-size:.875rem;line-height:1.7;position:relative}.pp-card.terra{background:#fdf4ee;border-left-color:#c17f5a}.pp-card-title{color:var(--pp-teal-dark);margin-bottom:.5rem;font-size:.88rem;font-weight:700}.pp-card.terra .pp-card-title{color:#7a3e1e}.pp-card p{color:var(--pp-text);margin:0;font-size:.875rem}.pp-purpose-list{border:1px solid var(--pp-border);border-radius:var(--pp-r);margin:1.25rem 0;overflow:hidden}.pp-purpose-item{border-bottom:1px solid var(--pp-border);background:var(--pp-white);align-items:flex-start;gap:.875rem;padding:.875rem 1.125rem;display:flex}.pp-purpose-item:last-child{border-bottom:none}.pp-purpose-item:nth-child(2n){background:var(--pp-neutral)}.pp-purpose-icon{background:var(--pp-teal-light);width:34px;height:34px;color:var(--pp-teal);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pp-purpose-th{color:var(--pp-text);font-size:.88rem;font-weight:600;line-height:1.4}.pp-purpose-en{color:var(--pp-muted);margin-top:.1rem;font-size:.78rem;font-style:italic}.pp-purpose-basis{color:var(--pp-teal-dark);background:#2b7c8a1a;border-radius:4px;margin-top:.35rem;padding:.15rem .5rem;font-size:.72rem;font-style:normal;font-weight:600;display:inline-block}.pp-security-grid{grid-template-columns:1fr;gap:.75rem;margin:1.25rem 0;display:grid}@media (min-width:580px){.pp-security-grid{grid-template-columns:1fr 1fr}}.pp-security-item{background:var(--pp-white);border:1px solid var(--pp-border);border-radius:var(--pp-r);align-items:flex-start;gap:.875rem;padding:.875rem 1rem;display:flex}.pp-security-icon{background:var(--pp-teal-light);width:36px;height:36px;color:var(--pp-teal);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pp-security-th{color:var(--pp-text);margin-bottom:.2rem;font-size:.875rem;font-weight:700}.pp-security-en{color:var(--pp-text);font-size:.8rem;line-height:1.5}.pp-security-sub{color:var(--pp-muted);margin-top:.1rem;font-size:.75rem;font-style:italic}.pp-retention-list{border:1px solid var(--pp-border);border-radius:var(--pp-r);margin:1.25rem 0;overflow:hidden}.pp-retention-item{border-bottom:1px solid var(--pp-border);background:var(--pp-white);justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:.875rem 1.125rem;display:flex}.pp-retention-item:last-child{border-bottom:none}.pp-retention-item:nth-child(2n){background:var(--pp-neutral)}.pp-retention-th{color:var(--pp-text);font-size:.875rem;font-weight:600}.pp-retention-en{color:var(--pp-muted);margin-top:.1rem;font-size:.77rem;font-style:italic}.pp-retention-period{text-align:right;flex-shrink:0}.pp-retention-period-val{color:var(--pp-teal-dark);white-space:nowrap;font-size:.825rem;font-weight:700}.pp-retention-period-en{color:var(--pp-muted);margin-top:.1rem;font-size:.72rem;font-style:italic;font-weight:400}.pp-rights-list{border:1px solid var(--pp-border);border-radius:var(--pp-r);margin:1.25rem 0;overflow:hidden}.pp-right-item{border-bottom:1px solid var(--pp-border);background:var(--pp-white);align-items:flex-start;gap:.875rem;padding:.875rem 1.125rem;transition:background .15s;display:flex}.pp-right-item:last-child{border-bottom:none}.pp-right-item:nth-child(2n){background:var(--pp-neutral)}.pp-right-item:hover{background:var(--pp-teal-light)}.pp-right-icon{width:36px;height:36px;color:var(--pp-teal);background:#2b7c8a17;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.pp-right-en{color:var(--pp-teal-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.72rem;font-weight:700}.pp-right-th{color:var(--pp-text);font-size:.9rem;font-weight:700}.pp-right-desc{color:var(--pp-muted);margin-top:.2rem;font-size:.8rem;line-height:1.55}.pp-contact{background:linear-gradient(135deg,var(--pp-teal-dark)0%,var(--pp-teal)100%);color:#fff;text-align:center;padding:5rem 2rem}.pp-contact-inner{max-width:820px;margin:0 auto}.pp-contact h2{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.pp-contact-sub{color:#ffffffb3;margin-bottom:0;font-size:.93rem;line-height:1.7}.pp-contact-row{background:#ffffff14;border:1px solid #ffffff29;border-radius:16px;flex-wrap:wrap;margin-top:2.5rem;display:flex;overflow:hidden}.pp-contact-item{text-align:left;border-right:1px solid #ffffff1a;flex:1;min-width:150px;padding:1.375rem 1.625rem}.pp-contact-item:last-child{border-right:none}.pp-contact-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.375rem;font-size:.68rem;font-weight:600}.pp-contact-value{color:#fff;font-size:.88rem;font-weight:700;line-height:1.45}.pp-contact-value small{color:#ffffff8c;margin-top:.15rem;font-size:.77rem;font-weight:400;display:block}.pp-contact-value a{color:#ffffffe0;text-decoration:none;transition:color .2s}.pp-contact-value a:hover{color:#fff;text-decoration:underline}.pp-contact-note{color:#fff6;margin-top:2.5rem;font-size:.78rem;line-height:1.7}.pp-footer{background:var(--pp-teal-dark);color:#fff9;text-align:center;padding:1.75rem 2rem}.pp-footer-logo{color:#fff;justify-content:center;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:1rem;font-weight:800;display:flex}.pp-footer-links{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:.875rem;display:flex}.pp-footer-links a{color:#fff9;font-size:.82rem;text-decoration:none;transition:color .2s}.pp-footer-links a:hover{color:#fff}.pp-footer-links a[aria-current=page]{color:#fff;font-weight:600}.pp-footer-copy{color:#ffffff4d;font-size:.77rem}@media (max-width:899px){.pp-section{padding:3rem 1.25rem}.pp-hero{padding:3.5rem 1.25rem 4.5rem}.pp-contact{padding:3.5rem 1.25rem}.pp-nav{padding:0 1.25rem}}@media (max-width:540px){.pp-table{font-size:.8rem}.pp-table th,.pp-table td{padding:.6rem .875rem}.pp-retention-item{flex-direction:column;gap:.375rem}.pp-retention-period{text-align:left}.pp-contact-item{border-bottom:1px solid #ffffff1a;border-right:none;min-width:100%}.pp-contact-item:last-child{border-bottom:none}}
