:root { font-family: system-ui, sans-serif; color: #163d36; background: #f3f5f1; }
* { box-sizing: border-box; }
body { margin: 0; display: grid; grid-template-columns: 230px minmax(0,1fr); min-height: 100vh; }
button, input, select, textarea { font: inherit; }
button, .action { border: 0; background: #185545; color: #fff; padding: 11px 15px; border-radius: 9px; cursor: pointer; text-decoration: none; }
button:hover, .action:hover { filter: brightness(1.1); }
button:disabled { opacity: .5; cursor: not-allowed; }
button.secondary { background: #e7eee8; color: #174b3e; }
button.danger { background: #8f3131; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #b57927; outline-offset: 3px; }
input, select, textarea { border: 1px solid #b8cbc2; border-radius: 8px; padding: 10px; background: white; color: #163d36; max-width: 100%; }
textarea { width: 100%; min-height: 88px; resize: vertical; }
label { display: grid; gap: 7px; font-size: 13px; font-weight: 600; }
a { color: #185545; }
p { line-height: 1.65; }
h1 { font-size: 30px; letter-spacing: -1px; margin: 4px 0; }
h2 { font-size: 21px; margin-top: 0; }
h3 { font-size: 16px; }
small, .muted { color: #526f65; }
.sidebar { background: #103b32; color: #ecf5ef; padding: 28px 18px; display: flex; flex-direction: column; gap: 28px; }
.logo { font-size: 25px; font-weight: 800; text-decoration: none; color: white; letter-spacing: -1px; }
.logo img { display: block; border-radius: 14px; margin-bottom: 12px; }
.logo span { display: block; font-size: 9px; letter-spacing: 1.6px; font-weight: 500; margin-top: 7px; }
.store { display: flex; gap: 13px; padding: 14px 10px; border: 1px solid #477267; border-radius: 10px; }
.store span { font-size: 13px; }.store small { display: block; color: #c6dcd2; font-size: 10px; margin-top: 5px; }
nav { display: grid; gap: 4px; }
nav button { background: transparent; text-align: left; font-size: 13px; color: #c8ded4; padding: 12px; }
nav button[aria-current="page"] { background: #d8f3b9; color: #163d36; font-weight: 700; }
.back { color: #c8ded4; font-size: 12px; margin-top: auto; }
.shell { min-width: 0; padding: 0 34px 30px; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 72px; font-size: 11px; letter-spacing: .6px; }
.pill { display: inline-block; background: #e1eedf; padding: 6px 10px; border-radius: 20px; font-size: 11px; color: #28503c; }
.notice { border: 1px solid #d4cba7; background: #fbf7e9; padding: 12px 16px; font-size: 12px; line-height: 1.5; border-radius: 9px; color: #66582c; }
.page-heading { display: flex; align-items: center; justify-content: space-between; margin: 30px 0 24px; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 1.7px; color: #5e786a; margin: 0; }
.avatar { background: #dce8dc; border-radius: 50%; padding: 13px; font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 18px; }
.card { background: white; border: 1px solid #dce5dc; border-radius: 13px; padding: 22px; }
.card p { font-size: 13px; }.card strong.metric { display: block; font-size: 32px; margin: 12px 0; }
.hero { background: #ddecce; padding: 30px; border-radius: 15px; margin-bottom: 20px; }
.hero p { max-width: 620px; }.toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.split { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.5fr); gap: 18px; }
.conversation { width: 100%; text-align: left; background: white; color: #183e35; border: 1px solid #dce5dc; margin-bottom: 9px; padding: 16px; }
.conversation[aria-pressed="true"] { border-color: #185545; background: #edf4e7; }
.conversation span, .conversation small { display: block; margin-top: 6px; }
.thread { display: grid; gap: 10px; margin: 18px 0; max-height: 320px; overflow-y: auto; }
.bubble { background: #edf3ec; border-radius: 10px; padding: 12px; font-size: 13px; }
.bubble.note { background: #fbf2d9; }.bubble.reply { margin-left: 28px; background: #daf0df; }
.kanban { display: grid; grid-template-columns: repeat(6,minmax(190px,1fr)); gap: 12px; overflow-x: auto; padding-bottom: 16px; }
.lane { background: #e6ece4; padding: 12px; border-radius: 12px; }.lane h2 { font-size: 13px; margin: 6px 0 16px; }
.deal { background: white; padding: 15px; border-radius: 9px; margin-bottom: 12px; }.deal select { width: 100%; font-size: 12px; }
.steps { display: grid; gap: 12px; padding-left: 24px; line-height: 1.65; font-size: 14px; }
.draft { white-space: pre-wrap; overflow-wrap: anywhere; background: #edf3ec; padding: 20px; border-radius: 12px; margin-top: 20px; }
.post-image { display: block; width: 100%; max-height: 360px; object-fit: contain; border-radius: 10px; margin: 14px 0; background: #e6ece4; }
#image-status { font-size: 12px; overflow-wrap: anywhere; }
.spaced { margin-top: 20px; }.operation-map { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(180px,1fr)); }
.map-card { color: #163d36; text-align: left; }.map-card h2 { margin-top: 14px; }
details { border-bottom: 1px solid #dce5dc; padding: 17px 0; }summary { cursor: pointer; font-weight: 600; }
.table-wrap { overflow-x: auto; }table { border-collapse: collapse; width: 100%; font-size: 13px; }
td, th { padding: 14px; border-bottom: 1px solid #dce5dc; text-align: left; }#feedback { font-size: 13px; min-height: 22px; }
@media(max-width:1000px) { body { grid-template-columns: 190px minmax(0,1fr); }.shell { padding: 0 18px 24px; }.split { grid-template-columns: 1fr; } }
@media(max-width:650px) { body { display: block; }.sidebar { padding: 18px; gap: 16px; }.store,.back { display: none; }nav { grid-template-columns: 1fr 1fr; }
  .shell { padding: 0 14px 24px; }.topbar { flex-wrap: wrap; }.page-heading { margin-top: 20px; }.grid,.operation-map { grid-template-columns: 1fr; } }
