[hidden] { display: none !important; } button, input, textarea { font: inherit; } .top-bar header { background: var(--surface-card); }
.login-shell { position: relative; z-index: 1; display: grid; min-height: 100vh; padding: clamp(180px, 20vw, 230px) var(--edge) 80px; place-items: center; }
.login-card { display: grid; width: min(460px, 100%); gap: 12px; padding: 38px; border: 1px solid var(--border-card); border-radius: var(--radius-lg); background: var(--surface-card); box-shadow: var(--shadow-card); }
.login-card h1 { margin: 0 0 14px; color: var(--accent); font-size: var(--step-display); text-transform: uppercase; }
.login-card label, .capture-panel > label:not(.image-drop) { color: var(--text-strong); font-size: 11px; font-weight: var(--weight-medium); letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.login-card input, textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--border-card); border-radius: var(--radius-sm); outline: none; background: var(--surface-warm); color: var(--text-strong); }
.eyebrow, .step-label { color: var(--secondary-deep); font-size: 11px; font-weight: var(--weight-medium); letter-spacing: .14em; text-transform: uppercase; }
.idea-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - (2 * var(--edge)))); margin: 0 auto; padding: clamp(180px, 19vw, 230px) 0 var(--section-y); }
.idea-hero { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 34px; margin-bottom: 32px; }
.idea-hero h1 { margin: 8px 0 0; color: var(--accent); font-size: clamp(58px, 10vw, 108px); font-weight: var(--weight-black); line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.idea-hero p { color: var(--text); line-height: 1.7; }.logout-button { padding: 0; border: 0; border-bottom: 1px solid var(--accent); background: transparent; color: var(--accent); cursor: pointer; font-size: 11px; }
.storage-note { margin: 0 0 18px; padding: 12px 14px; border: 1px solid var(--accent-soft); border-radius: var(--radius-sm); background: color-mix(in srgb, var(--accent) 7%, var(--surface-card)); color: var(--text); font-size: 11px; }
.idea-workspace { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); overflow: hidden; border: 1px solid var(--border-card); border-radius: var(--radius-lg); background: var(--surface-card); box-shadow: var(--shadow-card); }
.capture-panel, .saved-panel { padding: clamp(22px, 3vw, 34px); }.saved-panel { border-left: 1px solid var(--border-card); }
.capture-panel h2, .saved-heading h2 { margin: 4px 0 22px; color: var(--text-strong); font-size: var(--step-h2); text-transform: uppercase; }
textarea { min-height: 190px; margin: 8px 0 16px; resize: vertical; line-height: 1.55; }
.image-drop { position: relative; display: grid; min-height: 190px; overflow: hidden; place-items: center; margin-bottom: 16px; border: 2px dashed var(--accent-soft); border-radius: var(--radius); background: var(--surface-warm); cursor: pointer; }
.image-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }.image-drop img { display: none; width: 100%; height: 240px; object-fit: contain; }.image-drop.has-image img { display: block; }.image-drop.has-image > span { display: none; }.image-drop > span { display: grid; gap: 4px; color: var(--accent); text-align: center; }.image-drop small { color: var(--text-muted); }
.primary-button { display: flex; width: 100%; justify-content: space-between; padding: 13px 17px; border: 0; border-radius: var(--radius-sm); background: var(--accent); color: white; cursor: pointer; font-weight: var(--weight-black); letter-spacing: var(--tracking-caps); text-transform: uppercase; }.primary-button:disabled { cursor: wait; opacity: .5; }.form-error { color: var(--accent-strong); font-size: 11px; }
.saved-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; }.saved-heading > span { color: var(--text-muted); font-size: 11px; }.idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.idea-card { overflow: hidden; border: 1px solid var(--border-card); border-radius: var(--radius); background: var(--surface-warm); }.idea-card > img { display: block; width: 100%; max-height: 260px; object-fit: cover; }.idea-card-body { padding: 15px; }.idea-card p { margin: 0 0 14px; color: var(--text-strong); line-height: 1.55; white-space: pre-wrap; }.idea-card time { color: var(--text-muted); font-size: 10px; }.empty-state { padding: 60px 20px; color: var(--text-muted); text-align: center; }
@media (max-width: 850px) { .idea-shell { padding-top: 220px; }.idea-hero, .idea-workspace { grid-template-columns: 1fr; }.saved-panel { border-top: 1px solid var(--border-card); border-left: 0; } }
@media (max-width: 520px) { .idea-shell, .login-shell { padding-top: 250px; }.idea-grid { grid-template-columns: 1fr; } }
