*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1a1a1a;background-color:#fafafa;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.3;color:#1a1a1a}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:500}h3{font-size:1.25rem;font-weight:500}p{margin-bottom:16px}a{color:#06f;text-decoration:none;transition:color .15s ease-out}a:hover{color:#0052cc}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;background:none;border:none}.text-center{text-align:center}.text-primary{color:#06f}.text-secondary{color:#0ca}.text-accent{color:#06f}.text-muted{color:#5a5a5a}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:32px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.mb-xl{margin-bottom:32px}.container{width:100%;max-width:480px;margin:0 auto;padding:0 16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes drawLine{0%{width:0}to{width:100%}}.bg-blobs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.bg-blobs__blob{position:absolute;border-radius:50%;filter:blur(80px)}.bg-blobs__blob--1{width:280px;height:280px;background:#ec489959;top:-80px;right:-60px;animation:floatBlob1 20s ease-in-out infinite}.bg-blobs__blob--2{width:240px;height:240px;background:#9333ea4d;top:30%;left:-80px;animation:floatBlob2 25s ease-in-out infinite}.bg-blobs__blob--3{width:200px;height:200px;background:#facc1559;top:15%;right:20%;animation:floatBlob3 18s ease-in-out infinite}.bg-blobs__blob--4{width:220px;height:220px;background:#22c55e4d;bottom:25%;right:-50px;animation:floatBlob1 22s ease-in-out infinite reverse}.bg-blobs__blob--5{width:180px;height:180px;background:#ef444440;bottom:10%;left:30%;animation:floatBlob2 19s ease-in-out infinite reverse}@media(max-width:480px){.bg-blobs__blob--1{width:140px;height:140px}.bg-blobs__blob--2{width:120px;height:120px}.bg-blobs__blob--3{width:100px;height:100px}.bg-blobs__blob--4{width:110px;height:110px}.bg-blobs__blob--5{width:90px;height:90px}}@keyframes floatBlob1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes floatBlob2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-25px,25px) scale(1.05)}66%{transform:translate(35px,-15px) scale(.95)}}@keyframes floatBlob3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,30px) scale(1.1)}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:12px;padding:32px;max-width:320px;width:calc(100% - 64px);text-align:center;animation:slideUp .3s ease-out}.modal__title{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.2;color:#1a1a1a;margin:0 0 24px}.modal__message{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1a1a1a;color:#5a5a5a;margin:0 0 24px}.modal__description{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#5a5a5a;margin:0 0 24px}.modal__actions{display:flex;gap:16px}.modal__btn{flex:1;padding:16px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease-out}.modal__btn--cancel{background:#eaeaea;color:#1a1a1a}.modal__btn--cancel:hover{background:#dadada}.modal__btn--confirm{background:#06f;color:#fafafa}.modal__btn--confirm:hover{background:#0052cc}.modal__btn--danger{background:#dc2626;color:#fafafa}.modal__btn--danger:hover{background:#b91c1c}.modal__btn--close{width:100%;background:#eaeaea;color:#1a1a1a}.modal__btn--close:hover{background:#dadada}.cta-btn{width:100%;padding:18px 32px;font-family:Inter,Noto Sans JP,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.02em;color:#2a2a2a;background:#ffffffe6;border:none;border-radius:14px;cursor:pointer;box-shadow:0 4px 16px #8b5cf633;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.cta-btn:before{content:"";position:absolute;inset:0;padding:2px;border-radius:14px;background:linear-gradient(135deg,#facc15,#8b5cf6,#22c55e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.cta-btn:hover{background:linear-gradient(135deg,#facc151a,#8b5cf61a,#22c55e1a),#fff;box-shadow:0 6px 24px #8b5cf659;transform:translateY(-2px)}.cta-btn:active{transform:translateY(0);box-shadow:0 2px 8px #8b5cf633}.cta-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.check-badge{width:24px;height:24px;background:linear-gradient(135deg,#facc15,#8b5cf6,#22c55e);color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center}.check-badge--sm{width:20px;height:20px}.section-label{font-family:Inter,Noto Sans JP,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:.05em;color:#1a1a1a;margin-bottom:16px;position:relative;display:inline-block;padding-left:20px;padding-bottom:12px}.section-label:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#facc15,#8b5cf6,#22c55e);border-radius:3px 3px 0 0}.section-label:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#facc15,#8b5cf6,#22c55e);border-radius:0 3px 3px 0}.gradient-text{background:linear-gradient(135deg,#facc15,#8b5cf6,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}.page-container{min-height:100vh;max-width:480px;margin:0 auto;background:#fafafa;position:relative;overflow:hidden}.animate-slide-up{animation:slideUp .5s ease-out forwards;opacity:0}.animate-slide-up--delay-1{animation-delay:.1s}.animate-slide-up--delay-2{animation-delay:.2s}.animate-slide-up--delay-3{animation-delay:.3s}.animate-slide-up--delay-4{animation-delay:.4s}.animate-slide-up--delay-5{animation-delay:.5s}.animate-slide-up--delay-6{animation-delay:.6s}.animate-slide-up--delay-7{animation-delay:.7s}.animate-slide-up--delay-8{animation-delay:.8s}.animate-slide-up--delay-9{animation-delay:.9s}.animate-slide-up--delay-10{animation-delay:1s}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}
