:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#141312;color:#f5f0ea;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(180deg,rgba(243,185,199,.08),transparent 260px),#141312}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{width:min(1380px,calc(100vw - 32px));margin:0 auto;padding:22px 0 34px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.brand{display:flex;align-items:center;gap:10px}.brand svg{color:#f0b5c3}h1,h2,p{margin:0}h1{font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:0}.mode-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid #4c4640;border-radius:8px;background:#201e1b}.mode-toggle button{min-height:38px;padding:0 16px;border:0;border-radius:6px;color:#d6cec4;background:transparent}.mode-toggle .active{color:#161211;background:#f0b5c3}.workspace{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:16px;align-items:start}.control-panel,.ideas-panel,.archive-panel{border:1px solid #3a3531;border-radius:8px;background:#1f1d1af0;box-shadow:0 12px 30px #00000038}.control-panel{display:grid;gap:15px;padding:16px;position:sticky;top:14px}.field{display:grid;gap:8px}label,.idea-meta,.archive-actions span,.status-line,.archive-empty{color:#a9b3ac;font-size:13px}textarea{width:100%;min-height:120px;resize:vertical;border:1px solid #4c4640;border-radius:8px;padding:12px;color:#f5f0ea;background:#171615;outline:none}textarea:focus{border-color:#f0b5c3;box-shadow:0 0 0 3px #f0b5c31f}.photo-panel{display:grid;gap:10px}.file-input{display:none}.photo-drop{display:grid;place-items:center;gap:9px;min-height:176px;border:1px dashed #665c53;border-radius:8px;color:#e8ded4;background:#171615}.photo-drop svg{color:#93d5b3}.image-stack{display:grid;gap:10px}.image-stack-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:38px;padding:0 2px;color:#d8cec3;font-size:13px}.image-grid-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.image-preview{overflow:hidden;border:1px solid #4c4640;border-radius:8px;background:#171615}.image-preview img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover}.image-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:8px 10px;color:#d8cec3;font-size:13px}.image-actions span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.split-actions,.idea-actions,.archive-actions{display:flex;gap:8px;align-items:center}.split-actions button,.idea-actions button,.archive-header button,.archive-actions button,.primary-action,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid #4c4640;border-radius:7px;color:#f5f0ea;background:#25221f}.split-actions button{flex:1}.icon-button{width:34px;min-height:34px;padding:0}.primary-action{width:100%;min-height:46px;border-color:#e5aabb;color:#151211;background:#f0b5c3;font-weight:700}.ideas-panel{min-height:542px;padding:16px}.idea-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.idea-card{display:grid;gap:14px;min-height:178px;padding:15px;border:1px solid #49413b;border-radius:8px;background:#191816}.idea-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:24px}.mini-delete{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:1px solid #4c4640;border-radius:999px;color:#d9d0c6;background:#211f1c}.mini-delete:hover{border-color:#f0b5c3;color:#f6d6df}.idea-card p{color:#fff8f0;font-size:clamp(18px,2vw,24px);line-height:1.18}.idea-actions{flex-wrap:wrap;align-self:end}.idea-actions button{min-height:34px;padding:0 10px;font-size:13px}.empty-state{display:grid;place-items:center;align-content:center;gap:12px;min-height:508px;color:#b8afa4;border:1px dashed #4c4640;border-radius:8px}.empty-state svg{color:#f0b5c3}.archive-panel{margin-top:16px;padding:14px 16px 16px}.archive-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.archive-header>div{display:flex;align-items:center;gap:8px}h2{font-size:18px;letter-spacing:0}.archive-header svg{color:#93d5b3}.archive-header button{min-height:34px;padding:0 10px}.archive-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.archive-item{display:grid;gap:12px;padding:12px;border:1px solid #443e38;border-radius:8px;background:#181715}.archive-item p{color:#f6efe7;line-height:1.24}.archive-actions{justify-content:space-between}.archive-actions button{width:32px;min-height:32px;padding:0}.archive-empty{min-height:58px;display:grid;place-items:center;border:1px dashed #4c4640;border-radius:8px}.status-line{min-height:18px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.workspace{grid-template-columns:1fr}.control-panel{position:static}.archive-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.app-shell{width:min(100vw - 20px,1380px);padding-top:14px}.topbar{align-items:stretch;flex-direction:column}.mode-toggle{width:100%}.mode-toggle button{flex:1}.idea-grid,.archive-list,.image-grid-preview{grid-template-columns:1fr}}
