.pcon-root{font-family:'Plus Jakarta Sans',sans-serif;width:100%;margin:0;padding:0;box-sizing:border-box}.pcon-root *{box-sizing:border-box}.pcon-head{display:flex;align-items:center;gap:14px;margin:0 0 20px 0}.pcon-head-icon{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgb(249 115 22 / .25)}.pcon-head-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcon-head-text{flex:1;border-bottom:2px solid #f3f4f6;padding-bottom:10px}.pcon-head-title{font-size:17px;font-weight:800;color:#111827;letter-spacing:-.2px;line-height:1;margin:0}.pcon-head-accent{display:flex;align-items:center;gap:5px;margin-top:6px}.pcon-head-line{width:28px;height:2.5px;background:linear-gradient(90deg,#f97316,#fbbf24);border-radius:2px}.pcon-head-dot{width:4px;height:4px;background:#fbbf24;border-radius:50%}.pcon-map-wrap{width:100%;border:1.5px solid #f0f0f0;border-radius:16px;overflow:hidden;margin-bottom:16px;position:relative}.pcon-map-wrap::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#fbbf24,transparent);z-index:1}.pcon-map-label{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fffdf9;border-bottom:1px solid #f0f0f0}.pcon-map-pin{width:26px;height:26px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pcon-map-pin svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcon-map-label-text{font-size:13px;font-weight:600;color:#374151}.pcon-map-label-text span{color:#f97316;font-weight:700}.pcon-map-iframe{width:100%;height:380px;border:none;display:block}@media (max-width:640px){.pcon-map-iframe{height:240px}.pcon-map-wrap{border-radius:12px}}.pcon-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pcon-tab{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all 0.15s;user-select:none}.pcon-tab svg{width:14px;height:14px;stroke:#9ca3af;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pcon-tab:hover{border-color:#fed7aa;color:#f97316;background:#fff7ed}.pcon-tab:hover svg{stroke:#f97316}.pcon-tab.active{background:linear-gradient(135deg,#f97316,#fbbf24);border-color:#fff0;color:#fff;box-shadow:0 3px 10px rgb(249 115 22 / .3)}.pcon-tab.active svg{stroke:#fff}.pcon-panel{display:none;background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;overflow:hidden;position:relative;animation:pconFadeIn 0.2s ease}.pcon-panel.active{display:block}@keyframes pconFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.pcon-panel::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#fbbf24,transparent)}.pcon-panel-body{padding:20px 22px}.pcon-panel-body p{margin:0 0 6px 0;font-size:15px;font-weight:500;color:#4b5563;line-height:1.7}.pcon-panel-body p:last-child{margin-bottom:0}.pcon-panel-body ul,.pcon-panel-body ol{margin:0;padding-left:0;list-style:none}.pcon-panel-body li{display:flex;align-items:baseline;gap:10px;font-size:15px;font-weight:500;color:#4b5563;line-height:1.7;padding:8px 0;border-bottom:1px solid #f5f5f5}.pcon-panel-body li:last-child{border-bottom:none}.pcon-panel-body li::before{content:'';width:7px;height:7px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:50%;flex-shrink:0;margin-top:7px}.pcon-panel-body strong{color:#111827;font-weight:600}.pcon-panel-body a{color:#f97316;text-decoration:none}@media (max-width:540px){.pcon-tab{padding:7px 11px;font-size:13px}.pcon-panel-body{padding:16px 16px}.pcon-panel-body li{font-size:15px;font-weight:500}}