.pg{display:flex;flex-direction:column;gap:12px;width:100%}.pg__title{font-weight:400;font-size:2rem}.pg__error{margin-top:6px;color:#ef4444;font-size:.9rem}.pg-grid{display:flex;flex-direction:column;gap:16px;width:100%}.pg-option{position:relative;width:100%}.pg-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.pg-card{aspect-ratio:auto;display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:18px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;position:relative;transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease;width:100%;box-sizing:border-box;overflow:hidden}.pg-option input[type=radio]:checked+.pg-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:14px 0 0 14px;background:linear-gradient(180deg,#ff8a00,#ff5a00)}.pg-option .pg-card:hover{border-color:#d1d5db;box-shadow:0 6px 28px rgba(17,24,39,.08);transform:translateY(-1px)}.pg-option input[type=radio]:checked+.pg-card{border-color:#ff8000}.pg-card__icon{margin:2px 0 0;width:56px;height:56px;border-radius:14px;display:grid;place-items:center;background:radial-gradient(120% 120% at 20% 20%,#fff3e8 0,#ffffff 60%);flex:0 0 56px;overflow:hidden}.pg-card__icon svg{width:26px;height:26px;stroke:#ff8000;stroke-width:2}.pg-card__body{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;min-width:0}.pg-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pg-card__title{font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:.2px;min-width:0;flex:1 1}.pg-card__details{color:#0f172a;cursor:pointer;font-size:10px}.pg-card__footer{width:100%;display:flex;justify-content:flex-end}.pg-card__features-container{display:flex;flex-direction:column;width:100%}.pg-card__included{display:flex;align-items:center;justify-content:center;font-size:1rem;color:#280;font-weight:500}.pg-card__chip{display:inline-flex;align-items:baseline;gap:6px;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#111827;font-weight:700;font-size:.92rem;flex-shrink:0}.pg-card__chip-suffix{font-weight:500;color:#6b7280;font-size:.85rem}.pg-card__features{display:flex;flex-direction:column;gap:8px;margin-top:6px;padding-left:0}.pg-card__features li{padding-left:0;margin-left:0}.pg-feature{display:grid;grid-template-columns:18px 1fr;align-items:center;grid-column-gap:10px;column-gap:10px}.pg-feature+.pg-feature{border-top:1px dashed #e5e7eb;padding-top:8px}.pg-feature__icon{color:#16a34a}.pg-feature__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.pg-feature__title{font-weight:600;color:#0f172a;font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pg-feature__note{color:#6b7280;font-size:.84rem}.pg-feature__note--right{margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%;text-align:right}.pg-card__hint{color:#6b7280;font-size:.86rem}.pg-empty{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#fff8f1;border:1px dashed #f59e0b}.pg-empty__title{font-weight:600}.pg-empty__hint{color:#6b7280;font-size:.95rem}.pg-card.skeleton{overflow:hidden;border:none;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:pg-shimmer 1.2s infinite}@keyframes pg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:420px){.pg-grid{gap:12px}}@media(max-width:560px){.pg-feature__note--right{max-width:50%;white-space:normal;text-align:left}.pg-card__included{font-size:13px}.pg-feature__title{font-size:12px;text-wrap:wrap}}.ag{margin-top:28px}.ag__title{font-size:18px;font-weight:600;margin-bottom:14px}.ag__hint{color:#6b7280}.ag__error,.ag__hint{font-size:13px;margin-top:8px}.ag__error{color:#d93025}.ag-grid{display:grid;grid-gap:14px;gap:14px}.ag-option .ag-card{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:16px 18px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.ag-option .ag-card:hover{border-color:#d1d5db;box-shadow:0 2px 10px rgba(17,24,39,.06)}.ag-option.selected .ag-card{border-color:#ff8000}.skeleton{height:84px;border-radius:14px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%);background-size:400% 100%;animation:ag-shimmer 1.4s ease infinite}@keyframes ag-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.ag-left{display:flex;align-items:center;gap:14px;min-width:0}.ag-icon{flex-shrink:0;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f3f4f6;color:#ff8000}.ag-icon svg{width:22px;height:22px}.ag-info{display:grid;grid-gap:6px;gap:6px;min-width:0}.ag-title{font-weight:700;font-size:16px;color:#111827;line-height:1.2}.ag-price{font-size:14px;color:#111827}.ag-price .ag-per{color:#6b7280;margin-left:4px}.ag-price .ag-total{color:#374151;font-weight:600}.ag-desc{font-size:13px;color:#6b7280}.ag-right{display:flex;align-items:center;gap:14px}.ag-details{background:rgba(0,0,0,0);border:none;color:#111827;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:6px 8px;border-radius:8px}.ag-details:hover{background:#f3f4f6}.ag-qty{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;height:36px}.ag-qty__btn{width:36px;height:36px;display:grid;place-items:center;font-size:18px;line-height:1;border:none;background:#f9fafb;cursor:pointer}.ag-qty__btn:hover{background:#eef2f7}.ag-qty__input{width:42px;height:36px;border:none;text-align:center;font-weight:600;background:#fff;outline:none}.ag-switch{position:relative;width:54px;height:30px;display:inline-block}.ag-switch input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:0;opacity:0;position:absolute}.ag-switch__slider{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;transition:background .2s ease}.ag-switch__slider:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s ease}.ag-switch input:checked+.ag-switch__slider{background:#ff8000}.ag-switch input:checked+.ag-switch__slider:after{transform:translateX(24px)}.ag-switch:hover .ag-switch__slider{background:#d1d5db}.ag-switch input:checked:hover+.ag-switch__slider{background:#da6d00}.ag-empty{display:flex;align-items:center;gap:12px;border:1px dashed #e5e7eb;background:#fafafa;border-radius:14px;padding:16px}.ag-empty__title{font-weight:600}.ag-empty__hint{color:#6b7280;font-size:13px;margin-top:2px}.ag-qty__btn:disabled{cursor:not-allowed;opacity:.45}.ag-max-note{margin-top:4px;font-size:12px;color:#6b7280}