.native-project-tools { display: grid; gap: .85rem; }
.native-project-head, .native-project-row, .native-project-actions { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; }
.native-project-head, .native-project-row { justify-content: space-between; }
.native-project-head h2, .native-project-head p, .native-project-notice { margin: 0; }
.native-project-list { display: grid; gap: .6rem; }
.native-project-row { padding: .8rem; border: 1px solid var(--line, #d9d9d9); border-radius: .7rem; }
.native-project-main { display: grid; gap: .2rem; min-width: 12rem; }
.native-project-details { flex-basis: 100%; max-height: 15rem; overflow: auto; margin: .3rem 0 0; padding: .65rem; border-radius: .5rem; background: var(--surface-subtle, #f6f7f8); white-space: pre-wrap; overflow-wrap: anywhere; }
