@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:400;color:#252822;background:radial-gradient(circle at top left,rgba(236,190,106,.28),transparent 25%),linear-gradient(180deg,#f6ead8,#efe7de 44%,#e4dccf);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink: var(--tg-text, #252822);--accent-strong: #a04d16;--tg-bg: transparent;--tg-text: #252822}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}body{margin:0}button,input,textarea,select{font:inherit}a{color:inherit}.app-shell{min-height:100vh;padding:16px 16px calc(92px + env(safe-area-inset-bottom,0px));color:#1f1a14;background:linear-gradient(180deg,#fffbf5fa,#f6f0e7fa),var(--tg-bg, #f7f1e8)}.blocked-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#fffbf5fa,#f6f0e7fa)}.blocked-shell__message{margin:0;font-size:.95rem;font-weight:700;color:#3b2b1c;text-align:center}.topbar{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:16px}.topbar__eyebrow,.section-label{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8b5d2e}.topbar__title{margin:4px 0 0;font-size:1.2rem;line-height:1.1;color:#241b12}.chip-button,.primary-button,.secondary-button,.ghost-button,.action-row,.bottom-nav__item{appearance:none;border:none;font:inherit;cursor:pointer}.chip-button,.secondary-button,.ghost-button{border-radius:14px;padding:12px 14px}.chip-button{max-width:52vw;background:#2a221714;color:#2c2218;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.screen,.stack,.project-list,.history-list,.modal-body,.modal-form{display:grid;gap:12px}.banner,.panel,.bottom-nav,.modal-sheet{border:1px solid rgba(56,42,23,.08);background:#fffcf7f5;box-shadow:0 14px 36px #30220f14}.banner{display:grid;gap:4px;margin-bottom:12px;padding:14px;border-radius:18px}.banner--error{background:#a0311ff5;color:#fff6f2}.banner--success{background:#2f5c42f5;color:#f6fff8}.panel{border-radius:20px;padding:16px}.panel--list{padding:8px 16px}.panel--header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel--empty{text-align:left}.panel--empty strong{font-size:1rem;color:#251c13}.panel--empty p,.muted-copy{margin:0;color:#251c13b8;line-height:1.45}.panel--empty .primary-button{margin-top:4px}.info-row,.action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 0;background:transparent;text-align:left}.info-row+.info-row,.action-row+.action-row{border-top:1px solid rgba(57,43,24,.08)}.info-row span,.summary-pair span,.history-row__header span,.project-row__copy span{color:#251c139e;font-size:.82rem}.info-row strong,.summary-pair strong,.action-row strong,.project-row__copy strong,.history-row__header strong{color:#241b12}.info-row--interactive{cursor:pointer}.info-row--interactive strong:after{content:" ›";color:#251c136b}.feedback{margin:0;font-size:.92rem;line-height:1.4}.feedback--success{color:#1f6140}.feedback--error{color:#a12f22}.feedback--info{color:#2e536f}.links-textarea,.text-input{width:100%;border:1px solid rgba(60,45,25,.14);border-radius:16px;padding:14px 16px;background:#fffefb;color:#241b12;font:inherit}.links-textarea{min-height:220px;resize:vertical;line-height:1.45}.links-textarea:focus,.text-input:focus{outline:2px solid rgba(140,93,46,.18);border-color:#8c5d2e5c}.button-row{display:grid;gap:10px}.primary-button,.secondary-button,.ghost-button{font-weight:700}.primary-button{border-radius:16px;padding:13px 16px;background:#2f5c42;color:#f8f5ee}.secondary-button{background:#362b1c14;color:#34271a}.ghost-button{background:transparent;color:#7c5430;padding-inline:8px}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.action-row:disabled{opacity:.58;cursor:default}.section-headline,.history-row__header,.project-row,.project-row__actions,.modal-header,.modal-header__spacer{display:flex;align-items:center}.section-headline,.history-row__header,.project-row,.modal-header{justify-content:space-between;gap:12px}.inline-metric{font-size:.92rem;font-weight:700;color:#2a4534}.saved-links{display:grid;gap:10px;max-height:42vh;overflow-y:auto}.saved-link{display:block;padding:12px 14px;border-radius:14px;background:#2f5c4212;color:#214230;word-break:break-word;text-decoration:none}.action-list,.mini-summary{display:grid;gap:10px}.summary-pair{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 0}.summary-pair+.summary-pair{border-top:1px solid rgba(57,43,24,.08)}.action-row{padding-block:14px}.history-row{display:grid;gap:8px;padding:12px 14px;border-radius:16px;background:#382b170a}.history-row p{margin:0;color:#251c13c2;line-height:1.4}.bottom-nav{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));left:16px;z-index:20;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;border-radius:22px}.bottom-nav__item{border-radius:16px;padding:12px 8px;background:transparent;color:#251c13a8;font-size:.86rem;font-weight:700}.bottom-nav__item--active{background:#2f5c42;color:#f8f5ee}.modal-backdrop{position:fixed;inset:0;z-index:40;background:#15100a5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-sheet{position:absolute;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:0}.modal-header{padding:16px;border-bottom:1px solid rgba(56,42,23,.08)}.modal-header h2{margin:0;font-size:1rem;color:#241b12}.modal-header__spacer{width:48px}.modal-body{overflow-y:auto;padding:16px}.modal-section{display:grid;gap:10px}.project-row{padding:14px;border-radius:16px;background:#392b180a}.project-row--current{background:#2f5c421f}.project-row--archived{background:#78542b17}.project-row__copy{display:grid;gap:4px}.project-row__actions{gap:8px}@media(min-width:820px){.app-shell{max-width:760px;margin:0 auto;padding-inline:24px}.button-row{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-nav{right:max(24px,calc(50vw - 356px));left:max(24px,calc(50vw - 356px))}.modal-sheet{inset:5vh auto 5vh 50%;width:min(560px,calc(100vw - 48px));transform:translate(-50%);border-radius:28px;overflow:hidden}}
