:root{--bg-primary:#fff8fc;--bg-secondary:#ffffff;--bg-accent:#f3c2d8;--text-primary:#4a1f34;--text-secondary:#8e5671;--text-accent:#db2777;--primary-color:#ec4899;--primary-hover:#db2777;--secondary-color:#f973b7;--success:#22c55e;--warning:#eab308;--error:#ef4444;--font-family:'Yu Gothic UI','Yu Gothic','Hiragino Kaku Gothic ProN',sans-serif;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;background:linear-gradient(-45deg,#fff8fc,#fff1f7,#ffe5f1,#fffafc);background-size:400% 400%;animation:15s infinite gradient;min-height:100vh}@keyframes gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}button{cursor:pointer;border:none;background:0 0;font-family:inherit}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.preset-row{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.55rem}.preset-row select{flex:1 1 200px;min-height:38px;border-radius:var(--radius-md);border:1px solid #e2a4c3;background:#fff;color:var(--text-primary);padding:.4rem .55rem}.preset-row .preset-shuffle-btn{flex:0 0 auto;border-radius:9999px;border:1px solid rgba(236,72,153,.35);background:#fff;color:var(--text-primary);font-size:.78rem;padding:.35rem .68rem;cursor:pointer;font-family:inherit}@media (max-width:480px){.container{padding:0 .5rem}h1{font-size:2.2rem!important}.preset-row{flex-direction:column}.preset-row .preset-shuffle-btn,.preset-row select{width:100%;flex:none}.preset-row .preset-shuffle-btn{text-align:center;padding:.5rem!important}.compare-grid{grid-template-columns:1fr!important}.status-grid{grid-template-columns:repeat(2,1fr)!important}}