.wd-container{max-width:900px;margin:0 auto;padding:48px 24px 40px;position:relative}.wd-header{text-align:center;margin-bottom:28px}.wd-header h1{font-family:var(--font-heading);font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:6px;display:flex;align-items:center;justify-content:center;gap:10px}.wd-h-diamond{width:32px;height:26px;flex-shrink:0}.wd-grad{background:linear-gradient(135deg,var(--brand),var(--sakura-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.wd-header p{font-size:14px;color:var(--text-subtle)}.wd-toggle-wrap{display:flex;justify-content:center;margin-bottom:6px}.wd-toggle-bar{display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--surface-sunken);border:1px solid var(--border)}.wd-toggle-btn{padding:10px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;background:transparent;color:var(--text-subtle);transition:all .25s;font-family:inherit;display:flex;align-items:center;gap:6px}.wd-toggle-btn svg{width:16px;height:16px}.wd-toggle-btn.active{background:var(--brand-gradient);color:#fff;box-shadow:0 4px 20px rgba(244,63,111,.2)}.wd-toggle-btn:hover:not(.active){color:var(--text-muted)}.wd-hint{text-align:center;font-size:12px;font-weight:500;margin-bottom:24px;transition:all .3s}.wd-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}.wd-card{background:var(--surface-raised);border:1px solid var(--border);border-radius:20px;padding:28px 24px;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02);overflow:hidden}.wd-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08);border-color:var(--border-strong)}.wd-featured{border-color:rgba(244,63,111,.3);background:linear-gradient(135deg,rgba(244,63,111,.08),var(--surface-raised) 60%)}.wd-featured:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pink-400),var(--brand),var(--fuji-400))}.wd-gem-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.wd-gem-icon svg{width:48px;height:38px}.wd-gem-info{flex:1;min-width:0}.wd-gem-amount{font-size:20px;font-weight:800;font-family:Inter,Noto Sans JP,sans-serif;color:var(--text);margin-bottom:2px}.wd-gem-amount span{font-size:13px;font-weight:500;color:var(--text-subtle);margin-left:4px}.wd-gem-price{font-size:28px;font-weight:800;font-family:Inter,Noto Sans JP,sans-serif;color:var(--text)}.wd-gem-unit{font-size:13px;color:var(--text-subtle);font-weight:500;margin-top:2px}.wd-gem-badges{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.wd-gem-discount{font-size:11px;font-weight:600;color:var(--midori-600);background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);padding:2px 10px;border-radius:6px}.wd-gem-discount:empty{display:none}.wd-gem-best{font-size:11px;font-weight:700;background:rgba(244,63,111,.08);color:var(--sakura-600);border:1px solid rgba(244,63,111,.25);padding:2px 10px;border-radius:6px}.wd-gem-action{flex-shrink:0}.wd-gem-buy{padding:10px 20px;border-radius:10px;border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;background:var(--text);color:var(--surface);display:flex;align-items:center;gap:6px}.wd-gem-buy svg{width:14px;height:14px}.wd-gem-buy:hover{opacity:.9;transform:translateY(-1px)}.wd-gem-buy.featured{background:var(--brand-gradient);color:#fff;box-shadow:0 4px 16px rgba(244,63,111,.2)}.wd-gem-buy.featured:hover{box-shadow:0 6px 24px rgba(244,63,111,.3)}.wd-gem-buy:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.wd-spinner{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.25);border-top-color:currentcolor;border-radius:50%;animation:wd-spin .6s linear infinite;flex-shrink:0}@keyframes wd-spin{to{transform:rotate(1turn)}}.wd-callout{background:linear-gradient(135deg,rgba(244,63,111,.04),rgba(124,58,237,.03));border:1px solid rgba(244,63,111,.15);border-radius:16px;padding:22px 28px;text-align:center;margin-bottom:32px}.wd-callout p{font-size:15px;color:var(--text-muted);line-height:1.9;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.wd-callout strong{color:var(--text)}.wd-highlight{color:var(--brand);font-weight:700}.wd-callout svg{width:16px;height:16px;flex-shrink:0}.wd-trust{text-align:center;padding:12px 0 0;font-size:13px;color:var(--text-disabled);justify-content:center;gap:20px;flex-wrap:wrap}.wd-trust,.wd-trust span{display:flex;align-items:center}.wd-trust span{gap:6px}.wd-trust svg{width:14px;height:14px}@media(max-width:640px){.wd-container{padding:40px 16px}.wd-header{margin-bottom:28px}.wd-header h1{font-size:28px;gap:8px}.wd-h-diamond{width:24px;height:20px}.wd-header p{font-size:13px}.wd-toggle-bar{width:100%}.wd-toggle-btn{flex:1;padding:10px 12px;font-size:13px;text-align:center;justify-content:center}.wd-hint{margin-bottom:20px;font-size:11px}.wd-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.wd-card{padding:20px 16px;border-radius:16px}.wd-gem-icon{width:44px;height:44px}.wd-gem-icon svg{width:36px;height:28px}.wd-gem-price{font-size:24px}.wd-gem-amount{font-size:18px}.wd-callout{padding:16px}.wd-callout p{font-size:13px}.wd-trust{font-size:12px;gap:12px;flex-direction:column}}