@import url('./wallet.css');
@import url('./initial-buy.css');
@import url('./launch-form.css');
/* Contract Review: identities wrap, the modal keeps head and foot in view. */
.review .v,.review-source .v,.plist .s{overflow-wrap:anywhere;word-break:break-word}
.review .v{font-size:var(--fs-13)}
.review-source{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:12px}
.review-source .v{font-family:var(--font-mono);font-size:var(--fs-11);font-weight:500;line-height:1.5}
.review-note{font-size:var(--fs-11);color:var(--ink-4);line-height:1.5;margin:12px 0 0}
.token-fields{display:grid;grid-template-columns:1fr 180px;gap:12px;margin-bottom:14px}
.modal{display:flex;flex-direction:column}
.modal__head,.modal>.steps,.modal__foot,.launch-draft-status{flex-shrink:0}
.modal__body{min-height:0;overflow-y:auto;max-height:66vh;flex:1 1 auto;scrollbar-width:thin}
@media(max-width:600px){.token-fields{grid-template-columns:1fr}.modal__foot .btn{white-space:normal}}
