:root{font-family:BIZ UDPGothic,Yu Gothic UI,Hiragino Sans,sans-serif;line-height:1.5;color:#142131;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 12% 10%,rgba(110,185,255,.22),transparent 38%),radial-gradient(circle at 88% 14%,rgba(72,230,170,.14),transparent 40%),#f4f7fb}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}button,input{font:inherit}.app-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 2rem}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:1rem;margin-bottom:1rem}.hero>div{background:#ffffffeb;border:1px solid rgba(20,33,49,.08);border-radius:18px;padding:1rem 1.1rem;box-shadow:0 16px 40px #1421310f}.eyebrow{margin:0 0 .25rem;font-size:.85rem;color:#2a6fcb;font-weight:700}.hero h1{margin:0;font-size:clamp(1.2rem,2vw + .75rem,2rem);line-height:1.2}.hero__lead{margin:.65rem 0 0;color:#344154}.hero__privacy strong{display:block;margin-bottom:.25rem}.hero__privacy p{margin:0;color:#344154}.main-grid{display:grid;grid-template-columns:minmax(280px,370px) 1fr;gap:1rem;align-items:start}.main-grid__left,.main-grid__right{display:grid;gap:1rem}.drop-zone,.status-card,.panel-card{background:#fffffff0;border:1px solid rgba(20,33,49,.08);border-radius:18px;box-shadow:0 16px 40px #1421310d}.drop-zone{padding:.75rem}.drop-zone__panel{border:2px dashed rgba(42,111,203,.35);background:linear-gradient(180deg,#2a6fcb0d,#2a6fcb03);border-radius:14px;padding:1rem;cursor:pointer;outline:none}.drop-zone.is-dragging .drop-zone__panel{border-color:#2a6fcb;background:linear-gradient(180deg,#2a6fcb1f,#2a6fcb0a)}.drop-zone.is-disabled .drop-zone__panel{cursor:not-allowed;opacity:.6}.drop-zone__title{margin:0;font-weight:700}.drop-zone__subtitle{margin:.35rem 0 0;color:#4f5d73}.drop-zone__chip-list{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.drop-zone__chip{border-radius:999px;border:1px solid rgba(20,33,49,.1);padding:.2rem .6rem;font-size:.8rem;background:#fff}.drop-zone__notes{margin:.8rem 0 0;padding-left:1.2rem;color:#4f5d73;font-size:.92rem}.status-card{padding:1rem}.status-card--error{border-color:#c822432e;background:#fff6f8f2}.status-card__title{margin:0;font-weight:700}.status-card__sub,.status-card__stage{margin:.4rem 0 0;color:#4f5d73}.result-summary{display:grid;gap:.65rem;padding:1rem}.result-summary__chips{display:flex;gap:.5rem;flex-wrap:wrap}.summary-chip{border-radius:999px;padding:.25rem .65rem;font-size:.82rem;background:#edf4ff;color:#1d4f99;border:1px solid rgba(42,111,203,.16)}.result-tabs__list{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.5rem}.result-tabs__tab{border:1px solid rgba(20,33,49,.12);background:#ffffffeb;border-radius:10px;padding:.5rem .75rem;cursor:pointer}.result-tabs__tab.is-active{background:#142131;color:#fff;border-color:#142131}.result-tabs__panel{display:grid;gap:1rem}.panel-card{padding:1rem}.panel-card--soft{background:#fafcfff2}.panel-title{margin:0;font-size:1rem}.panel-help{margin:.4rem 0 0;color:#4f5d73}.panel-stack{display:grid;gap:1rem}.attachment-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.attachment-list__item{display:flex;gap:.75rem;align-items:center;justify-content:space-between;border:1px solid rgba(20,33,49,.08);border-radius:12px;padding:.75rem;background:#fff}.attachment-list__meta{min-width:0}.attachment-list__name{margin:0;font-weight:700;overflow-wrap:anywhere}.attachment-list__sub,.attachment-list__warn{margin:.2rem 0 0;color:#4f5d73;font-size:.88rem}.attachment-list__warn{color:#8a5a00}.message-preview__plain{margin:.6rem 0 0;white-space:pre-wrap;overflow-wrap:anywhere;padding:.75rem;border-radius:12px;background:#0f172420;border:1px solid rgba(20,33,49,.06);max-height:26rem;overflow:auto}.message-preview__html{margin-top:.6rem;border:1px solid rgba(20,33,49,.08);border-radius:12px;padding:.75rem;max-height:26rem;overflow:auto;background:#fff}.message-preview__html img,.message-preview__html iframe,.message-preview__html script,.message-preview__html link,.message-preview__html style{display:none!important}.meta-list{margin:.6rem 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.meta-list div{border-radius:12px;border:1px solid rgba(20,33,49,.08);padding:.65rem;background:#fff}.meta-list dt{font-size:.83rem;color:#4f5d73}.meta-list dd{margin:.2rem 0 0;font-weight:600;overflow-wrap:anywhere}.bullet-list{margin:.5rem 0 0;padding-left:1.1rem}.bullet-list li+li{margin-top:.35rem}.code-block{display:block;margin-top:.5rem;padding:.5rem;border-radius:10px;background:#0f1724;color:#f6f8fa;overflow-x:auto;white-space:pre-wrap}.error-card{border-color:#c822432e;background:#fff6f8f2}.error-card__message{margin:.5rem 0 0;font-weight:600}.btn{border-radius:10px;padding:.55rem .8rem;border:1px solid transparent;background:#142131;color:#fff;cursor:pointer;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:#1f67c6}.btn--secondary{background:#15355f}.btn--outline{background:#fff;color:#142131;border-color:#14213133}.row-between{display:flex;justify-content:space-between;align-items:center}.wrap-gap{gap:.75rem;flex-wrap:wrap}.row-gap{display:flex;gap:.5rem;align-items:center}@media(max-width:900px){.hero,.main-grid,.meta-list{grid-template-columns:1fr}.attachment-list__item{flex-direction:column;align-items:stretch}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
