.round-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0}.round-heading h3{margin:0;font-size:14px}.round-heading button,.round-detail button{min-height:34px;padding:5px 10px;font-size:12px}.round-heading .meta,.round-detail .meta{font-size:11px;color:var(--muted)}.round-selector{display:flex;gap:6px;overflow-x:auto;padding:4px 0 10px}.round-selector>button{display:grid;gap:4px;min-width:145px;min-height:0;padding:7px 9px;text-align:left;background:white;border:1px solid var(--border);border-radius:7px;font-size:12px;flex-shrink:0}.round-selector>button[aria-pressed=true]{border-color:var(--action);box-shadow:inset 0 0 0 1px var(--action);background:var(--selected,#fff0eb)}.round-selector .venue-stage-tag,.round-selector .entity-tag{font-size:11px;padding:2px 5px;width:fit-content;margin:0}.round-detail>header{display:flex;justify-content:space-between;align-items:center}.round-detail>header h3{margin:0;font-size:14px}.round-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.round-grid>section{padding:9px 11px!important;border:1px solid var(--border);border-radius:6px;background:#faf9f8;min-width:0}.round-grid h4{margin:0 0 4px;font-size:12px}.round-grid p,.round-history p,.round-file p{margin:4px 0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px}.round-basis,.round-archive{margin:10px 0;border:1px solid var(--border);padding:8px 10px;border-radius:6px;font-size:12px}.round-basis summary,.round-archive summary{cursor:pointer;color:var(--action)}.round-basis p{font-size:12px}.round-archive article{padding:10px 0;border-bottom:1px solid var(--border)}.round-history{list-style:none;margin:0;padding:0 0 0 13px;border-left:2px solid #d8e6f3}.round-history li{padding:8px 0;border-bottom:1px solid var(--border)}.round-history header{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.round-history small,.round-file small{font-size:11px;color:var(--muted)}.round-empty{padding:10px;color:var(--muted);font-size:12px;background:var(--canvas);border-radius:6px}.round-suggestion{border:1px solid #d8e6f3;background:#f2f7fc;padding:12px;border-radius:7px}.round-suggestion h3{font-size:14px;margin:8px 0}.round-suggestion p{font-size:13px}.round-new-stage{display:flex;align-items:center;gap:7px;padding:8px;background:#edf5ff;font-size:12px;flex-wrap:wrap}.round-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.round-form .entity-form-field{margin:0}.round-wide{grid-column:1/-1}.round-form textarea{min-height:68px!important;font-size:13px!important}.round-form input,.round-form select{min-height:36px;font-size:13px}.round-form>.choice-group{margin:10px 0}.round-form{font-size:13px}.round-form .entity-form-actions{bottom:-20px}.round-file{padding:10px 12px;border:1px solid var(--border);border-radius:6px;margin:7px 0}.round-file strong,.round-file small{display:block}.round-materials{background:#f5f4f2;padding:7px 9px;border-radius:5px;font-size:12px;margin:6px 0}.round-file a{overflow-wrap:anywhere}.round-selector>button:hover{border-color:var(--action)}.round-selector>button:focus-visible,.round-basis summary:focus-visible,.round-archive summary:focus-visible{outline:2px solid var(--action);outline-offset:2px}
@media(max-width:560px){.round-grid,.round-form-grid{grid-template-columns:1fr}.round-heading button,.round-detail button{min-height:44px}.round-form input,.round-form select{min-height:44px}.round-selector>button{min-width:135px}.round-history header{gap:4px}}

.round-heading>button{min-height:34px;padding:6px 10px;border:1px solid var(--border,#e5dcda);border-radius:6px;background:white;color:var(--action,#c43214);font:inherit;font-size:12px;cursor:pointer;transition:background 150ms}.round-heading>button.primary{background:var(--action,#c43214);color:white}.round-heading>button:hover{background:var(--selected,#fff0eb);color:var(--action,#c43214)}.round-heading>button:focus-visible{outline:2px solid var(--action);outline-offset:2px}.round-heading>button:disabled{opacity:.5;cursor:default}
