@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";:root{color-scheme:dark;font-family:Noto Sans JP,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#f3f3f5;background-color:#0a0c12}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(124,58,237,.12),transparent 28%),radial-gradient(circle at 80% 0%,rgba(14,165,233,.12),transparent 30%),#0a0c12}main{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem}.hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:2rem;border-radius:18px;background:linear-gradient(135deg,#1f2948e6,#0c111ceb);border:1px solid rgba(255,255,255,.05);box-shadow:0 24px 80px #00000059;margin-bottom:1.75rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#a5b4fc;font-weight:700;margin:0 0 .35rem}h1{font-size:clamp(1.9rem,3vw,2.5rem);margin:0 0 .5rem;color:#fff}.lede{margin:0;color:#c8d2ff;max-width:760px}.badge{align-self:center;background:linear-gradient(135deg,#7c3aed,#0ea5e9);padding:.6rem 1rem;border-radius:999px;font-weight:700;letter-spacing:.05em;color:#0a0c12;box-shadow:0 10px 30px #7c3aed59}.card{background:#11141ee6;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 15px 50px #0000004d}.section-header h2{margin:0;font-size:1.25rem}.section-header p{margin:.25rem 0 0;color:#b5bdd6}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1rem}.field{display:flex;flex-direction:column;gap:.35rem}.label{font-weight:700;color:#e5e7eb}.input,.textarea{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#f3f4f6;padding:.85rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;font-size:1rem}.input-with-action{position:relative;display:flex;align-items:center}.input-with-action .input{padding-right:3rem}.clear-input{position:absolute;right:.5rem;border:none;background:#ffffff14;color:#e5e7eb;border-radius:999px;width:32px;height:32px;display:grid;place-items:center;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.clear-input:hover{background:#ffffff24}.clear-input:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.input option{background:#0f172a;color:#e5e7eb}.input option:checked,.input option:hover{background:#312e81;color:#f8fafc}.input:focus,.textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #7c3aed40}.textarea{min-height:110px;resize:vertical}.inline-options{display:flex;gap:.75rem;flex-wrap:wrap}.chip{display:inline-flex;gap:.45rem;align-items:center;padding:.5rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;cursor:pointer;-webkit-user-select:none;user-select:none}.chip input{accent-color:#8b5cf6}.hint{margin:0;color:#9ba4c3;font-size:.95rem}.slider-row{display:flex;align-items:center;gap:.75rem}.slider-row input[type=range]{flex:1;accent-color:#8b5cf6}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;border-radius:999px;background:#ffffff14;color:#f3f4f6;border:1px solid rgba(255,255,255,.12);font-weight:700}.pill.accent{background:linear-gradient(135deg,#7c3aed33,#0ea5e933);border-color:#7c3aed40}.checkbox-grid{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-start}.checkbox-grid.compact{gap:.65rem}.checkbox{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;cursor:pointer;flex:0 1 240px}.checkbox.inline{padding:.35rem 0;border:none;background:transparent;flex:0 1 auto;align-items:center;gap:.5rem}.checkbox input{margin-top:.2rem;accent-color:#8b5cf6}.checkbox.inline input{margin-top:0}.checkbox strong{display:block;color:#e5e7eb}.checkbox small{color:#9ca3af}.checkbox.disabled{opacity:.5;cursor:not-allowed}.darkness-grid{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.subheading{margin:0 0 .35rem;color:#c7d2fe}.actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;margin-bottom:1.25rem}.primary{background:linear-gradient(135deg,#8b5cf6,#0ea5e9);color:#0a0c12;border:none;border-radius:12px;padding:.9rem 1.2rem;font-size:1.05rem;font-weight:800;cursor:pointer;box-shadow:0 12px 35px #0000004d;transition:transform .12s ease,box-shadow .12s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 18px 45px #00000059}.toast{padding:.75rem 1rem;border-radius:12px;font-weight:700}.toast.error{background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fecdd3}.placeholder{margin:0;color:#9ba4c3}.badge,.primary,.pill,.checkbox,.chip,.card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-actions{display:flex;align-items:center;gap:.5rem;margin-top:.85rem}.ghost,.secondary{border-radius:12px;padding:.7rem 1rem;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e5e7eb}.secondary{background:#7c3aed1f;border-color:#7c3aed40}.ghost:hover,.secondary:hover,.primary:disabled,.ghost:disabled,.secondary:disabled{opacity:.85}.pill.inline{background:#ffffff1a;border-color:#ffffff26}.checkbox-grid.disabled-block{opacity:.45;pointer-events:none}.actions .status-line{display:flex;gap:1rem;color:#c7d2fe;font-size:.95rem}.toast.info{background:#3b82f629;border:1px solid rgba(59,130,246,.35);color:#bfdbfe}.inline-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:20}.modal{position:relative;background:#0c101af2;border-radius:16px;padding:1.5rem;max-width:960px;width:min(960px,calc(100% - 2rem));max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #0006}.modal.result-modal{max-width:760px;width:min(760px,calc(100% - 2rem))}.modal-content{overflow-y:auto;padding-right:.25rem;margin-top:.35rem;display:flex;flex-direction:column;gap:.75rem}.modal .close{position:absolute;top:.5rem;right:.5rem;padding:.5rem .75rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.75rem}.result-block{background:linear-gradient(135deg,#ffffff05,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:inset 0 1px #ffffff0a,0 15px 40px #00000059;max-height:60vh;overflow-y:auto}.result-text{max-width:44em;margin:0 auto;font-size:.95rem;line-height:1.5;letter-spacing:.01em;color:#e4e7ef}.result-text p{margin:0 0 1em;white-space:pre-wrap}.result-text p:last-child{margin-bottom:0}.prompt{min-height:260px;white-space:pre-wrap}.preview{display:flex;flex-direction:column;gap:.35rem}.preview-actions{display:flex;gap:.5rem;flex-wrap:wrap}.meta{color:#9ba4c3;margin:0;font-size:.95rem}.app-footer{margin-top:2rem;padding:1.25rem 0 2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#c7d2fe}.footer-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.footer-link{border:none;background:#ffffff0f;color:#f3f4f6;padding:.6rem 1rem;border-radius:999px;cursor:pointer;font-weight:700;transition:background-color .12s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.footer-link:hover{background:#ffffff1f}.license-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:1rem 0 .5rem;align-items:stretch}.license-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1rem;background:#ffffff05;display:flex;flex-direction:column;gap:.35rem;height:100%}.license-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.license-text{background:#00000059;border-radius:12px;border:1px solid rgba(255,255,255,.06);padding:.75rem;color:#e5e7eb;white-space:pre-wrap;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;max-height:240px;overflow:auto}*{box-sizing:border-box}a{color:inherit;text-decoration:none}#root{min-height:100vh}
