:root{color:#172b4d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#f7f8f9 0%,#ebecf0 100%);font-family:IBM Plex Sans JP,Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif}*{box-sizing:border-box}body{min-height:100vh;color:inherit;background:0 0;margin:0}button,textarea{font:inherit}#root{min-height:100vh}.appShell{width:min(1120px,100% - 32px);margin:0 auto;padding:32px 0 56px}.heroCard,.workbenchCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #091e421f;border-radius:28px;animation:.65s both riseIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #091e421f,inset 0 1px #ffffffb3}.heroCard{padding:28px}.workbenchCard{margin-top:24px;padding:28px;animation-delay:80ms}h1,h2,p{margin:0}h1{margin-top:18px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.lead{color:#42526e;max-width:720px;font-size:1.02rem;line-height:1.8}.hintRow{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.hintChip{background:#ffffffd1;border:1px solid #091e421f;border-radius:999px;padding:10px 14px;font-size:.92rem;font-weight:600}.panelHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.panelHeader p{color:#5e6c84;line-height:1.7}.statusCard{color:#172b4d;background:linear-gradient(135deg,#0052cc1a,#36b37e1f);border-radius:18px;gap:6px;min-width:min(100%,280px);padding:16px 18px;display:grid}.statusCard strong{font-size:.95rem}.statusCard span{color:#344563;font-size:.92rem;line-height:1.6}.editorGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.editorCard{gap:10px;display:grid}.editorLabel{color:#172b4d;font-weight:700}.editorArea{resize:vertical;color:#172b4d;background:#fffffff0;border:1px solid #091e4229;border-radius:20px;min-height:300px;padding:18px;line-height:1.8;transition:border-color .2s,box-shadow .2s,transform .2s}.editorArea:focus{border-color:#0052ccb3;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #0052cc1f}.resultArea{background:linear-gradient(#f4f5f7eb,#ffffffeb)}.actionRow{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.primaryButton,.secondaryButton,.ghostButton{cursor:pointer;border:1px solid #0000;border-radius:14px;min-width:140px;padding:12px 18px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s,background-color .2s,border-color .2s}.primaryButton{color:#fff;background:#0052cc;box-shadow:0 12px 22px #0052cc38}.secondaryButton{color:#091e42;background:#36b37e;box-shadow:0 12px 22px #36b37e38}.ghostButton{color:#172b4d;background:#091e420a;border-color:#091e421f}.primaryButton:hover:not(:disabled),.secondaryButton:hover:not(:disabled),.ghostButton:hover:not(:disabled){transform:translateY(-2px)}.primaryButton:disabled,.secondaryButton:disabled,.ghostButton:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}@media (width<=900px){.panelHeader{flex-direction:column}.statusCard{width:100%}.editorGrid{grid-template-columns:1fr}}@media (width<=640px){.appShell{width:min(100% - 20px,1120px);padding-top:20px;padding-bottom:32px}.heroCard,.workbenchCard{border-radius:22px;padding:20px}.actionRow{flex-direction:column}.primaryButton,.secondaryButton,.ghostButton{width:100%}.editorArea{min-height:220px}}@keyframes riseIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
