/* Connected account, topic, chat and loading states use the reference palette. */
.hidden,[hidden]{display:none!important}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}button:focus-visible,input:focus-visible{outline:3px solid #ae631c;outline-offset:3px}.welcome{color:var(--brown);cursor:pointer}.screen .back{cursor:pointer}#authScreen,#accountScreen{padding:18px 14px 40px;min-height:calc(100vh - 120px);background:linear-gradient(180deg,#fff8e9,#f9d77c)}.auth-page-card,.account-page-card{background:linear-gradient(135deg,#fffdf5,#fff1d2);padding:24px 20px;border:1px solid white;border-radius:26px;box-shadow:var(--shadow)}.auth-brand-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(#ffe69b,#f2bf4e);font:30px Georgia;margin-bottom:20px}.daily-label{font-size:10px;font-weight:800;letter-spacing:1.7px;color:#98511e}.auth-page-card h2,.account-page-card h2{font:32px Georgia;margin:10px 0}.auth-lead,.auth-legal,.email-help,.auth-or{font-size:12px;line-height:1.6;color:var(--muted)}.auth-mode-tabs{display:flex;gap:8px;margin:20px 0}.auth-mode-tabs button{flex:1;padding:11px;border:1px solid #ead9bd;border-radius:15px;background:#fffaf0;color:var(--brown)}.auth-mode-tabs button.active{background:#ffd56a;font-weight:800}.google-btn,.auth-main-btn{width:100%;border:1px solid #ead9bd;border-radius:15px;padding:13px;background:#fffdf8;color:var(--brown);font-weight:700}.google-g{margin-right:12px}.auth-main-btn{background:linear-gradient(#ffdc7b,#f5c044);margin:15px 0 8px;border:0}.auth-or{text-align:center;margin:18px 0}.phone-label{display:block;font-size:12px;margin:14px 0 6px}.email-input{display:block;width:100%;padding:13px;border:1px solid #e2c99e;border-radius:13px;background:#fffdf8;color:var(--brown)}.auth-page-error{font-size:13px;color:#a33122;line-height:1.5;margin:12px 0}.auth-legal{margin-top:18px}.account-row{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #ead9bd;font-size:12px}.account-row strong{text-align:right;overflow-wrap:anywhere}.account-row span{color:var(--muted)}.auth-signout{display:block;margin:18px auto 0;padding:10px 20px;background:none;border:1px solid #d8b98d;border-radius:14px;color:var(--brown)}.access-active{padding:15px;text-align:center;color:#42652c}.reader-top{display:flex;justify-content:space-between;align-items:center}.reader-top .meta{font-size:12px}.chat{position:relative;z-index:3;margin:18px 12px 0;display:grid;gap:12px}.chat:empty{display:none}.bubble{padding:17px;border:1px solid #fff;border-radius:20px;background:#fffaf0f5;box-shadow:var(--shadow);font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.user{margin-left:35px;background:#ffdf85}.bubble.assistant{margin-right:12px}.bubble h3{font:24px Georgia}.bubble small{font-size:10px;color:var(--muted)}.chat-verse-card{display:block;width:100%;margin:10px 0;border:1px solid #e4c28c;background:#fff5da;border-radius:14px;padding:13px;color:var(--brown);text-align:left;font-size:12px;line-height:1.5}.verse-toolbar{display:flex;justify-content:flex-end;margin-top:-46px;margin-bottom:10px;position:relative;z-index:3}.verse-toolbar .back{font-size:11px}.detail h1:empty{display:none}.sanskrit-large,.meaning-card p{white-space:pre-line}.topic-verses-title{margin-top:24px!important}.meaning-card li{font-size:14px;line-height:1.65;margin-bottom:8px}#topicScreen .meaning-card h3{margin-top:20px}.toast{max-width:calc(100% - 28px);width:max-content;text-align:center}.chapter-head{width:100%;font:inherit;color:inherit;text-align:left}.chat-hint{color:#715238}.screen{scroll-margin-top:135px}
/* The Save toolbar overlaps the back row visually; only its button receives clicks. */
.verse-toolbar{pointer-events:none}
.verse-toolbar .back{pointer-events:auto}

.bubble.assistant p{margin:0 0 12px}.chat-ref{display:inline;border:0;padding:1px 5px;margin:0;border-radius:8px;background:#fbe3b0;color:var(--brown);font:inherit;font-size:12px;font-weight:600;white-space:nowrap}.chat-follow-up{font-style:italic;color:var(--brown)}
.app-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;margin:10px 18px 0;padding-bottom:6px;font-size:12px}.app-legal-links a{color:#7a3b18;font-weight:600;text-decoration:none}.app-legal-links a:hover{text-decoration:underline}.account-legal-links{margin:18px 0 0;padding-top:14px;border-top:1px solid #ead9bd}
