@font-face {
  font-family: "Prata";
  src: url("fonts/prata-cyrillic-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-cyrillic-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --bg: #0a0c0f;
  --surface: rgba(24, 27, 32, .78);
  --surface-strong: #181b20;
  --line: rgba(255, 255, 255, .08);
  --text: #f3f0e8;
  --muted: #8f9299;
  --gold: #b99a5d;
  --gold-soft: #d5bb7a;
  --font-display: "Prata", Georgia, serif;
  --font-ui: "Manrope", system-ui, sans-serif;
  --sage: #8cae9e;
  --danger: #db897d;
  --radius: 24px;
  font-family: var(--font-ui);
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 90% -10%, #22231f 0, transparent 32%), var(--bg); overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.ambient { position: fixed; border-radius: 50%; filter: blur(90px); opacity: .12; pointer-events: none; }
.ambient-one { width: 280px; height: 280px; background: var(--gold); right: -180px; top: 18%; }
.ambient-two { width: 240px; height: 240px; background: #416b73; left: -180px; bottom: 15%; }
.app-shell { width: min(100%, 720px); margin: 0 auto; min-height: 100vh; position: relative; padding: env(safe-area-inset-top) 22px calc(112px + env(safe-area-inset-bottom)); }
.topbar { position:relative; z-index:3; width:100%; min-width:0; height:82px; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.brand { display:flex; align-items:center; gap:12px; min-width:0; flex:1 1 auto; }
.brand-copy { min-width: 0; }
.brand-title { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.planner-users { display: inline-flex; align-items: center; gap: 5px; color: #aaa79f; font-size: 8px; line-height: 1; letter-spacing: .04em; padding: 5px 7px; border: 1px solid rgba(185,154,93,.18); border-radius: 999px; background: rgba(185,154,93,.055); }
.planner-users::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(185,154,93,.7); }
.brand-mark { width:38px; height:38px; flex:0 0 38px; border:1px solid rgba(185,154,93,.48); border-radius:13px; display:grid; place-items:center; transform:rotate(45deg); }
.brand-mark span { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.brand-mark span { transform: rotate(-45deg); }
.brand-mark + * { margin-left: 5px; transform: none; }
.eyebrow { color: var(--gold); font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: .18em; }
.brand-name { font-size: 13px; margin-top: 2px; color: #c8c6c0; }
@media (max-width: 370px) { .planner-users { font-size: 0; } .planner-users::after { content: attr(data-count); font-size: 8px; } }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(145deg,#e4c785,#8f7442); border: 1px solid #efd69a; color: #19160f; font-size: 11px; font-weight: 800; box-shadow: 0 8px 30px rgba(185,154,93,.18); }
.view { display: none; animation: reveal .35s ease; }
.view.active { display: block; }
[data-view="today"] { position:relative; isolation:isolate; }
[data-view="today"] > :not(.time-scene) { position:relative; z-index:2; }
.time-scene { position:absolute; z-index:0; pointer-events:none; width:100vw; height:min(820px,92vh); top:-82px; left:50%; transform:translateX(-50%); overflow:hidden; opacity:.88; -webkit-mask-image:linear-gradient(to bottom,#000 0,#000 68%,transparent 100%); mask-image:linear-gradient(to bottom,#000 0,#000 68%,transparent 100%); }
.time-scene::after { content:""; position:absolute; inset:0; z-index:3; background:linear-gradient(90deg,rgba(7,9,11,.3) 0%,rgba(7,9,11,.14) 52%,rgba(7,9,11,.34) 100%),linear-gradient(180deg,rgba(7,9,11,.22) 0%,rgba(7,9,11,.06) 38%,#0a0c0f 100%); }
.time-scene-layer { position:absolute; inset:0; opacity:0; transform:scale(1.015); background-repeat:no-repeat; background-size:cover; background-position:center top; transition:opacity 1.15s ease,transform 5s ease; will-change:opacity; }
.time-scene-layer.active { opacity:1; transform:scale(1); }
[data-view="today"] .hero { text-shadow:0 2px 22px rgba(0,0,0,.76); }
[data-view="today"] .hero-copy { color:#b1b2b3; }
[data-view="today"] .focus-card { backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); background:linear-gradient(135deg,rgba(39,35,27,.82),rgba(15,18,22,.9)); }
@media (min-width:768px) and (orientation:landscape) { .time-scene { height:min(860px,94vh); }.time-scene-layer { background-position:center center; } }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.hero { padding: 32px 0 30px; }
.date-label { text-transform: uppercase; color: var(--muted); font-size: 11px; letter-spacing: .14em; margin: 0 0 14px; }
h1,h2,h3,p { margin-top: 0; }
.hero h1, .page-title h1 { font-family: "Prata", Georgia, serif; font-size: clamp(38px, 10vw, 58px); font-weight: 600; line-height: .98; letter-spacing: -.035em; margin: 0; }
.hero h1 em { color: var(--gold-soft); font-weight: 600; }
.hero-copy { color: var(--muted); line-height: 1.6; font-size: 13px; max-width: 390px; margin: 18px 0 0; }
.focus-card { position: relative; overflow: hidden; border: 1px solid rgba(185,154,93,.24); background: linear-gradient(135deg,rgba(43,39,30,.86),rgba(21,23,27,.94)); border-radius: 30px; padding: 25px; min-height: 178px; box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.focus-card::after { content:""; position:absolute; width:150px; height:150px; border:1px solid rgba(185,154,93,.11); border-radius:50%; right:-45px; top:-58px; box-shadow: 0 0 0 26px rgba(185,154,93,.025), 0 0 0 52px rgba(185,154,93,.015); }
.focus-top { display:flex; align-items:center; gap:8px; color:#c7aa6b; font-size:9px; letter-spacing:.16em; font-weight:700; margin-bottom:28px; }
.live-dot { width:6px; height:6px; background:var(--gold); border-radius:50%; box-shadow:0 0 10px var(--gold); }
.focus-card h2 { font: 600 25px/1.2 "Prata",Georgia,serif; margin-bottom:8px; }
.focus-card p { color:#aaa79f; font-size:12px; line-height:1.55; margin:0; }
.event-times { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }
.event-times span { font-size:10px; color:#d1c8b4; border-left:1px solid rgba(185,154,93,.35); padding-left:8px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; padding:35px 2px 15px; }
.section-heading h2 { font:400 24px 'Prata',Georgia,serif; margin:4px 0 0; }
.count-pill { min-width:31px; height:31px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:var(--muted); font-size:11px; }
.task-list { display:grid; gap:10px; }
.task-list.spacious { margin-top:20px; }
.task-item { position:relative; overflow:hidden; display:grid; grid-template-columns:34px 1fr auto; gap:12px; align-items:center; background:rgba(22,25,29,.72); border:1px solid var(--line); border-radius:19px; padding:15px 14px; transition:.2s ease; cursor:pointer; }
.task-item.priority-important { border-color:rgba(185,154,93,.28); background:linear-gradient(100deg,rgba(61,48,25,.3),rgba(22,25,29,.72) 48%); }
.task-item.priority-urgent { border-color:rgba(219,137,125,.32); background:linear-gradient(100deg,rgba(72,34,31,.34),rgba(22,25,29,.72) 48%); }
.task-item.priority-important::before,.task-item.priority-urgent::before { content:""; position:absolute; inset:0 auto 0 0; width:3px; }.task-item.priority-important::before { background:var(--gold); }.task-item.priority-urgent::before { background:var(--danger); }
.task-item:active { transform:scale(.985); }
.task-check { width:25px; height:25px; border-radius:9px; border:1px solid rgba(185,154,93,.5); background:transparent; display:grid; place-items:center; cursor:pointer; }
.task-check.done { background:var(--gold); color:#17130d; }
.task-check.done::after { content:"✓"; font-weight:800; }
.task-copy h3 { font-size:13px; line-height:1.4; margin:0 0 4px; font-weight:600; }
.task-copy p { color:var(--muted); font-size:10px; margin:0; }
.task-item.is-done { opacity:.46; }
.task-item.is-done h3 { text-decoration:line-through; }
.task-card-actions{display:grid;justify-items:end;gap:7px}.task-card-actions>button,.calendar-edit{min-height:30px;padding:0 10px;border:1px solid rgba(185,154,93,.32);border-radius:10px;background:rgba(185,154,93,.09);color:var(--gold-soft);font-size:8px}.calendar-edit{position:absolute;right:13px;bottom:13px}.timeline-item:has(.calendar-edit){padding-right:92px}
.priority { width:6px; height:6px; border-radius:50%; background:#596068; }
.priority.important { background:var(--gold); box-shadow:0 0 10px rgba(185,154,93,.5); }
.priority.urgent { background:var(--danger); box-shadow:0 0 10px rgba(219,137,125,.5); }
.priority-label { font-size:8px; padding:4px 7px; border-radius:8px; text-transform:uppercase; letter-spacing:.06em; }.priority-label.normal { color:#777b82; background:#24272c; }.priority-label.important { color:#e1c57f; background:rgba(185,154,93,.1); }.priority-label.urgent { color:#e69a8f; background:rgba(219,137,125,.12); }
.empty { border:1px dashed var(--line); color:var(--muted); text-align:center; border-radius:20px; padding:30px 15px; font-size:12px; line-height:1.6; }
.quiet-add { width:100%; margin-top:12px; border:1px dashed rgba(185,154,93,.22); background:transparent; color:#aaa79e; border-radius:18px; height:52px; cursor:pointer; }
.quiet-add span { color:var(--gold); margin-right:6px; }
.page-title { padding:34px 0 28px; }
.page-title h1 { font-size:45px; margin:7px 0 12px; }
.page-title p { color:var(--muted); font-size:12px; }
.segmented { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); padding:4px; border-radius:16px; background:rgba(19,21,24,.8); }
.segmented button { border:0; background:transparent; color:var(--muted); border-radius:12px; padding:10px 5px; font-size:11px; }
.segmented button.active { background:#282b30; color:var(--text); box-shadow:0 5px 20px rgba(0,0,0,.3); }
.timezone-strip { display:grid; grid-template-columns:1fr 1fr 1.4fr; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:20px; overflow:hidden; margin-bottom:28px; }
.timezone-strip div { background:#14171b; padding:15px 10px; }
.timezone-strip span { display:block; font-size:8px; color:var(--muted); min-height:24px; letter-spacing:.04em; }
.timezone-strip b { display:block; font:400 17px 'Prata',Georgia,serif; color:var(--gold-soft); }
.premium-calendar { position:relative; isolation:isolate; overflow:hidden; margin:0 0 27px; padding:22px 18px 16px; border:1px solid rgba(185,154,93,.25); border-radius:28px; background:linear-gradient(145deg,rgba(43,38,28,.84),rgba(20,23,27,.97) 52%,rgba(15,18,22,.98)); box-shadow:0 26px 70px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.025); }
.calendar-glow { position:absolute; z-index:-1; width:190px; height:190px; right:-85px; top:-105px; border-radius:50%; border:1px solid rgba(185,154,93,.17); box-shadow:0 0 0 27px rgba(185,154,93,.025),0 0 70px rgba(185,154,93,.08); pointer-events:none; }
.month-header { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:22px; }
.month-header h2 { margin:4px 0 0; font:400 28px/1 'Prata',Georgia,serif; text-transform:capitalize; letter-spacing:-.02em; }
.month-controls { display:flex; gap:6px; }
.month-controls button { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); border-radius:12px; background:rgba(29,32,37,.88); color:#b7b4ac; font-size:19px; cursor:pointer; }
.month-controls button:active { color:var(--gold-soft); border-color:rgba(185,154,93,.35); transform:scale(.95); }
.month-controls #calendarToday { color:var(--gold); font-size:7px; }
.calendar-weekdays,.calendar-grid { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); }
.calendar-weekdays { margin-bottom:7px; }
.calendar-weekdays span { text-align:center; color:#73767d; font-size:8px; font-weight:700; letter-spacing:.12em; }
.calendar-grid { gap:4px 2px; transition:.3s ease; }
.calendar-grid.collapsed .calendar-day:not(.selected-week) { display:none; }
.calendar-day { position:relative; min-width:0; height:48px; padding:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; border:1px solid transparent; border-radius:15px; background:transparent; color:#dedbd3; cursor:pointer; transition:.18s ease; }
.calendar-day .day-number { font-size:11px; font-weight:600; line-height:1; }
.calendar-day.outside { color:#565a61; }
.calendar-day.today { border-color:rgba(185,154,93,.5); box-shadow:inset 0 0 0 1px rgba(185,154,93,.05); }
.calendar-day.selected { color:#18140d; border-color:#eed28e; background:linear-gradient(145deg,#e5c77e,#ae8a48); box-shadow:0 8px 22px rgba(185,154,93,.22); }
.calendar-day:active { transform:scale(.92); }
.day-markers { height:5px; display:flex; align-items:center; justify-content:center; gap:3px; }
.day-markers i,.calendar-legend i { display:block; width:4px; height:4px; border-radius:50%; }
.day-markers .task-dot,.calendar-legend .task-dot { background:var(--gold); box-shadow:0 0 6px rgba(185,154,93,.5); }
.day-markers .category-dot { background:var(--marker-color); box-shadow:0 0 7px color-mix(in srgb,var(--marker-color) 65%,transparent); }
.day-markers .event-dot,.calendar-legend .event-dot { background:#78aebd; box-shadow:0 0 6px rgba(120,174,189,.45); }
.day-markers .busy-dot,.calendar-legend .busy-dot { background:#9379b8; box-shadow:0 0 6px rgba(147,121,184,.48); }
.day-markers .done-dot,.calendar-legend .done-dot { background:#5c6067; }
.calendar-day.selected .day-markers i { box-shadow:none; border:1px solid rgba(23,20,15,.5); }
.calendar-expand { width:100%; height:35px; margin-top:9px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-top:1px solid rgba(255,255,255,.055); background:transparent; color:#8f9196; font-size:9px; letter-spacing:.04em; cursor:pointer; }
.calendar-expand i { color:var(--gold); font-style:normal; font-size:15px; transition:.25s; }
.calendar-expand.expanded i { transform:rotate(180deg); }
.calendar-legend { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:15px; color:#6f7279; font-size:8px; }
.calendar-legend span { display:flex; align-items:center; gap:5px; }
.selected-day-heading { display:flex; align-items:end; justify-content:space-between; margin:0 2px 18px; }
.selected-day-heading h2 { margin:4px 0 0; font:400 23px 'Prata',Georgia,serif; text-transform:capitalize; }
.day-count { min-width:29px; height:29px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:var(--muted); font-size:10px; }
.timeline { border-left:1px solid rgba(185,154,93,.25); margin-left:12px; padding-left:22px; display:grid; gap:16px; }
.timeline-item { position:relative; border:1px solid var(--line); background:var(--surface); border-radius:20px; padding:17px; cursor:pointer; transition:.2s; }.timeline-item:active { transform:scale(.985); border-color:rgba(185,154,93,.3); }
.timeline-item::before { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--gold); left:-26px; top:23px; box-shadow:0 0 0 5px var(--bg); }
.timeline-item.calendar-event::before { background:#78aebd; }
.timeline-item.calendar-task { border-left-color:var(--category-color); }
.timeline-item.calendar-task::before { background:var(--category-color); }
.timeline-item.calendar-busy::before { background:#9379b8; }.timeline-item.calendar-busy { cursor:default; }.timeline-item.calendar-busy h3 { color:#c7b9d9; }
.timeline-item.calendar-done { opacity:.48; }
.timeline-item time { color:var(--gold); font-size:10px; letter-spacing:.1em; }
.weekday-field { margin:0; padding:14px; border:1px solid var(--line); border-radius:16px; background:rgba(27,30,35,.62); }.weekday-field legend { padding:0 5px; color:var(--muted); font-size:8px; letter-spacing:.12em; text-transform:uppercase; }.weekday-options { display:grid; grid-template-columns:repeat(7,1fr); gap:5px; }.weekday-options label { min-width:0; cursor:pointer; }.weekday-options input { position:absolute; opacity:0; pointer-events:none; }.weekday-options span { height:35px; display:grid; place-items:center; border:1px solid var(--line); border-radius:11px; color:#8d9096; font-size:9px; transition:.18s; }.weekday-options input:checked+span { border-color:#dfc47e; background:linear-gradient(145deg,rgba(185,154,93,.24),rgba(185,154,93,.08)); color:var(--gold-soft); box-shadow:0 5px 15px rgba(185,154,93,.1); }.recurrence-note { margin:-2px 0 12px; padding:11px 13px; border:1px solid rgba(185,154,93,.22); border-radius:13px; background:rgba(185,154,93,.07); color:var(--gold-soft); font-size:9px; }
.timeline-item h3 { font-size:14px; margin:8px 0 4px; }
.timeline-item p { color:var(--muted); font-size:10px; margin:0; }
.space-card { display:grid; grid-template-columns:46px 1fr auto; align-items:center; gap:14px; border:1px solid var(--line); background:var(--surface); border-radius:22px; padding:17px; margin-bottom:10px; cursor:pointer; transition:.2s; }
.space-card:active { transform:scale(.985); border-color:rgba(185,154,93,.32); }
.space-card.personal { border-color:rgba(185,154,93,.24); background:linear-gradient(120deg,rgba(46,39,27,.66),rgba(24,27,32,.8)); }
.space-icon { width:44px; height:44px; border-radius:15px; display:grid; place-items:center; background:#292b30; color:var(--gold); font:400 18px 'Prata',serif; }
.space-card h3 { font-size:13px; margin:0 0 4px; }.space-card p { font-size:10px; color:var(--muted); margin:0; }.space-card>span { color:var(--gold); }
.space-card .leave-space { border:1px solid rgba(219,137,125,.25); background:transparent; color:#c78c83; border-radius:10px; padding:7px 9px; font-size:9px; }
.settings-card { margin-top:26px; border-top:1px solid var(--line); padding:25px 3px; }
.settings-card h3 { font:400 22px 'Prata',serif; margin:7px 0 10px; }.settings-card p { color:var(--muted); font-size:11px; line-height:1.65; }
.timezone-setting { margin-top:18px; }.timezone-setting select { min-height:48px; padding:0 14px; }
.calendar-connect-card { display:grid; grid-template-columns:48px 1fr; gap:15px; padding:20px; border:1px solid rgba(185,154,93,.22); border-radius:22px; background:linear-gradient(135deg,rgba(49,42,28,.64),rgba(22,25,29,.78)); }
.calendar-connect-icon { width:46px; height:46px; display:grid; place-items:center; border-radius:15px; color:var(--gold-soft); border:1px solid rgba(185,154,93,.32); font-size:20px; }
.calendar-connect-card h3 { font:400 20px 'Prata',serif; margin:5px 0 7px; }.calendar-connect-card p { color:var(--muted); font-size:10px; line-height:1.6; margin:0; }.calendar-connect-actions { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:8px; }.calendar-connect-actions button { height:43px; border:1px solid rgba(185,154,93,.3); border-radius:13px; background:rgba(185,154,93,.09); color:var(--gold-soft); font-size:10px; }.calendar-connect-actions button:last-child { border-color:var(--line); background:#202329; color:var(--muted); }
.availability-connect-card { margin-top:26px; padding:20px; border:1px solid rgba(147,121,184,.24); border-radius:25px; background:linear-gradient(145deg,rgba(35,30,43,.8),rgba(17,20,24,.96)); box-shadow:0 20px 55px rgba(0,0,0,.25); }.availability-connect-card.compact { margin-top:12px; padding:16px; border-radius:20px; }.availability-head { display:flex; gap:16px; align-items:flex-start; justify-content:space-between; }.availability-head h3 { margin:5px 0 7px; font:400 22px 'Prata',serif; }.availability-connect-card.compact .availability-head h3 { font-size:19px; }.availability-head p,.secure-copy { margin:0; color:var(--muted); font-size:10px; line-height:1.65; }.privacy-seal { flex:0 0 39px; height:39px; display:grid; place-items:center; border:1px solid rgba(185,154,93,.35); border-radius:50%; color:var(--gold); font-weight:700; }.availability-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-top:17px; }.availability-connect-card.compact .availability-actions { grid-template-columns:1fr; margin-top:13px; }.availability-actions button { min-height:45px; border:1px solid rgba(185,154,93,.28); border-radius:14px; background:rgba(185,154,93,.08); color:var(--gold-soft); font-weight:600; }.google-setup-hint { margin:9px 2px 0; color:#b79f73; font-size:8px; line-height:1.5; }.external-connections { display:grid; gap:9px; margin-top:12px; }.external-connection { padding:13px; border:1px solid rgba(255,255,255,.07); border-radius:15px; background:rgba(255,255,255,.025); }.external-connection-head { display:flex; align-items:center; justify-content:space-between; gap:10px; }.external-connection h4 { margin:0; font-size:11px; }.external-connection small { color:var(--muted); font-size:8px; }.connection-status { width:7px; height:7px; border-radius:50%; background:#77aa8a; box-shadow:0 0 8px rgba(119,170,138,.5); }.connection-status.error { background:#c77872; }.external-calendar-options { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }.external-calendar-options label { display:flex; align-items:center; gap:5px; padding:6px 8px; border-radius:9px; background:#20232a; color:#a9abb0; font-size:8px; }.connection-controls { display:flex; gap:7px; margin-top:10px; }.connection-controls button { border:0; background:transparent; color:var(--gold); font-size:8px; padding:4px 0; }.connection-controls button:last-child { color:#c9857d; margin-left:auto; }
.chat-guide-card { margin-top:12px; padding:18px; overflow:hidden; border:1px solid rgba(185,154,93,.2); border-radius:22px; background:linear-gradient(140deg,rgba(43,38,29,.7),rgba(20,23,28,.94) 68%); }.chat-guide-card header { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }.chat-guide-card h3 { margin:5px 0 0; font:400 20px 'Prata',serif; }.chat-guide-icon { flex:0 0 36px; height:36px; display:grid; place-items:center; border:1px solid rgba(185,154,93,.3); border-radius:12px; color:var(--gold); }.chat-guide-steps { display:grid; gap:9px; margin:16px 0; }.chat-guide-steps>div { display:grid; grid-template-columns:24px 1fr; gap:9px; align-items:center; }.chat-guide-steps b { width:24px; height:24px; display:grid; place-items:center; border-radius:8px; background:rgba(185,154,93,.1); color:var(--gold-soft); font-size:9px; }.chat-guide-steps span { color:#aaa9a5; font-size:9px; line-height:1.45; }.chat-guide-steps strong { color:#d7c59d; font-weight:600; }.chat-command-list { display:grid; gap:6px; }.chat-command-list button { min-width:0; min-height:39px; padding:8px 10px; display:flex; align-items:center; justify-content:space-between; gap:10px; border:1px solid var(--line); border-radius:11px; background:#1b1e23; }.chat-command-list code { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#c9c7c0; font-size:8px; text-align:left; }.chat-command-list span { flex:0 0 auto; color:var(--gold); font-size:7px; }.chat-help-button { width:100%; height:42px; margin-top:10px; display:flex; align-items:center; justify-content:space-between; padding:0 13px; border:1px solid rgba(185,154,93,.25); border-radius:12px; background:rgba(185,154,93,.08); color:var(--gold-soft); font-size:9px; }
.calendar-providers { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:8px; }.calendar-providers label { min-width:0; display:flex; align-items:center; gap:9px; padding:12px; border:1px solid var(--line); border-radius:14px; background:#1b1e23; color:#9b9ea5; cursor:pointer; }.calendar-providers input { position:absolute; opacity:0; pointer-events:none; }.calendar-providers b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:9px; font-weight:600; }.provider-check { flex:0 0 auto; width:18px; height:18px; display:grid; place-items:center; border:1px solid #4b4f56; border-radius:6px; color:transparent; font-size:11px; }.calendar-providers label:has(input:checked) { border-color:rgba(185,154,93,.42); color:var(--gold-soft); background:rgba(185,154,93,.08); }.calendar-providers input:checked+.provider-check { border-color:var(--gold); color:#17130b; background:var(--gold); }
.workspace-detail-title { font:400 32px/1.15 'Prata',serif; margin:8px 0 20px; }.workspace-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; overflow:hidden; border:1px solid var(--line); border-radius:17px; background:var(--line); }.workspace-stats div { padding:15px 10px; text-align:center; background:#1b1e23; }.workspace-stats b { display:block; color:var(--gold-soft); font:400 20px 'Prata',serif; }.workspace-stats span { display:block; margin-top:4px; color:var(--muted); font-size:8px; }.workspace-members { display:grid; gap:8px; }.workspace-member { display:grid; grid-template-columns:39px 1fr auto; gap:11px; align-items:center; padding:12px; border:1px solid var(--line); border-radius:15px; background:#1b1e23; }.member-avatar { width:39px; height:39px; display:grid; place-items:center; border-radius:13px; color:var(--gold-soft); background:#292c32; font:400 14px 'Prata',serif; }.workspace-member h4 { margin:0 0 3px; font-size:11px; }.workspace-member p { margin:0; color:var(--muted); font-size:9px; }.workspace-member>span { color:#8f939a; font-size:8px; text-transform:uppercase; }.workspace-member-note { color:#676b72; font-size:9px; line-height:1.55; margin:16px 2px 0; }
.section-heading.compact { padding-top:30px; }.audit-list { display:grid; gap:8px; }
.workspace-members-heading,.workspace-members-title{display:flex;align-items:end;justify-content:space-between;gap:12px}.workspace-members-title .subheading{margin-bottom:12px}.workspace-refresh-members{padding:9px 12px;border:1px solid rgba(185,154,93,.35);border-radius:11px;background:rgba(185,154,93,.08);color:var(--gold-soft);font-size:9px;cursor:pointer}.workspace-refresh-members:disabled{cursor:wait;opacity:.55}
.audit-item { display:grid; grid-template-columns:9px 1fr auto; gap:11px; align-items:start; padding:13px 3px; border-bottom:1px solid var(--line); }
.audit-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); margin-top:5px; }.audit-item h4 { font-size:11px; font-weight:600; margin:0 0 3px; }.audit-item p,.audit-item time { color:var(--muted); font-size:9px; margin:0; }.audit-item time { white-space:nowrap; }
.danger-zone { margin-top:32px; padding:23px; border:1px solid rgba(219,137,125,.18); border-radius:22px; background:rgba(65,30,29,.16); }
.danger-zone .eyebrow { color:#c48379; }.danger-zone h3 { font:400 20px 'Prata',serif; margin:6px 0 8px; }.danger-zone p { color:var(--muted); font-size:10px; line-height:1.6; }.danger-zone button { width:100%; margin-top:8px; padding:13px; color:#d99a90; border:1px solid rgba(219,137,125,.3); background:transparent; border-radius:14px; font-size:11px; }
.bottom-nav { position:fixed; z-index:20; bottom:0; left:50%; transform:translateX(-50%); width:min(100%,720px); height:86px; padding:10px 10px calc(8px + env(safe-area-inset-bottom)); display:grid; grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr); align-items:center; background:rgba(11,13,16,.9); border-top:1px solid var(--line); backdrop-filter:blur(22px); }
.nav-side { min-width:0; height:100%; display:grid; align-items:center; }.nav-left { grid-template-columns:repeat(3,minmax(0,1fr)); }.nav-right { grid-template-columns:repeat(3,minmax(0,1fr)); }
.nav-side>button { min-width:0; border:0; background:transparent; color:#686c73; display:grid; place-items:center; gap:4px; }
.nav-side>button.active { color:var(--gold); }
.nav-icon { font-size:19px; line-height:1; }.bottom-nav small { font-size:8px; letter-spacing:.04em; }
.create-fab { width:54px; height:54px; justify-self:center; align-self:start; margin-top:-19px; border:1px solid #ebcf91; background:linear-gradient(145deg,#e0c17d,#a48246); color:#17130b; border-radius:50%; font-size:29px; box-shadow:0 10px 35px rgba(185,154,93,.3); }
.sheet-backdrop { position:fixed; inset:0; z-index:30; background:rgba(0,0,0,.58); opacity:0; pointer-events:none; backdrop-filter:blur(5px); transition:.25s; }
.sheet-backdrop.open { opacity:1; pointer-events:auto; }
.create-sheet { display:none; position:relative; z-index:31; width:min(100%,760px); min-height:100dvh; margin:0 auto; overflow:visible; background:linear-gradient(180deg,rgba(20,23,27,.99),#101216); border-left:1px solid rgba(255,255,255,.08); border-right:1px solid rgba(255,255,255,.08); padding:calc(18px + env(safe-area-inset-top)) 24px calc(46px + env(safe-area-inset-bottom)); box-shadow:0 0 80px rgba(0,0,0,.42); }
.create-sheet.open { display:block; }
body.create-mode { min-height:100dvh; overflow-x:hidden; overflow-y:auto; background:radial-gradient(circle at 85% 0,rgba(185,154,93,.12),transparent 28%),var(--bg); }
body.create-mode .app-shell { display:none; }
body.create-mode #sheetBackdrop { display:none; }
.create-screen-top { position:sticky; z-index:3; top:0; display:flex; align-items:center; justify-content:space-between; min-height:54px; margin:-18px -6px 24px; padding:calc(12px + env(safe-area-inset-top)) 6px 10px; background:linear-gradient(180deg,#14171b 72%,rgba(20,23,27,0)); }
.create-screen-top button { display:inline-flex; align-items:center; gap:8px; min-height:40px; padding:0 14px; border:1px solid rgba(185,154,93,.3); border-radius:13px; color:var(--gold-soft); background:rgba(185,154,93,.07); font-size:12px; }
.create-screen-brand { color:#8f8b82; font-size:9px; font-weight:700; letter-spacing:.2em; }
.create-sheet input,.create-sheet textarea,.create-sheet select { scroll-margin-top:92px; scroll-margin-bottom:32vh; }

/* Telegram iOS stability: a blurred fixed backdrop and an animated fixed sheet
   are expensive compositing layers while the virtual keyboard is moving. */
@media (pointer:coarse){
  .sheet-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}
  html.keyboard-editing .sheet-backdrop,
  html.keyboard-editing .detail-sheet{transition:none!important}
  html.keyboard-editing .detail-sheet{max-height:calc(var(--app-viewport-height,100vh) - 4px)}
}
.sheet-handle { width:40px; height:4px; background:#3c4046; border-radius:5px; margin:0 auto 22px; }
.sheet-head { display:flex; justify-content:space-between; align-items:start; }
.sheet-head h2 { font:400 28px 'Prata',serif; margin:5px 0 22px; }.sheet-head button { border:0; background:#25282d; width:34px; height:34px; border-radius:50%; color:#a4a6aa; font-size:22px; }
.create-type-switch { display:grid; grid-template-columns:1fr 1fr; gap:4px; padding:4px; margin:-5px 0 15px; border:1px solid var(--line); border-radius:14px; background:#111318; }.create-type-switch button { height:37px; border:0; border-radius:10px; background:transparent; color:var(--muted); font-size:10px; }.create-type-switch button.active { color:#1a160e; background:var(--gold); font-weight:700; }
.primary-input { width:100%; resize:none; border:0; border-bottom:1px solid rgba(185,154,93,.26); background:transparent; color:var(--text); padding:8px 0 18px; font:400 21px/1.45 'Prata',serif; outline:0; }
.primary-input::placeholder, textarea::placeholder { color:#555961; }
.field { display:block; min-width:0; margin-top:19px; }.field>span { display:block; color:var(--muted); font-size:9px; letter-spacing:.1em; text-transform:uppercase; margin-bottom:8px; }
.field input,.field textarea,.field select { width:100%; color:var(--text); background:#1d2025; border:1px solid var(--line); border-radius:14px; padding:12px; outline:0; resize:none; color-scheme:dark; }
.field input:focus,.field textarea:focus,.field select:focus { border-color:rgba(185,154,93,.52); box-shadow:0 0 0 3px rgba(185,154,93,.07); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-grid .field input,.form-grid .field select { height:58px; min-height:58px; padding:0 16px; border-radius:15px; font-family:Manrope,system-ui,sans-serif; font-size:14px; line-height:1; font-weight:500; color:var(--text); }
.form-grid .field select { appearance:none; -webkit-appearance:none; padding-right:42px; background-image:linear-gradient(45deg,transparent 50%,#a8a49b 50%),linear-gradient(135deg,#a8a49b 50%,transparent 50%); background-position:calc(100% - 20px) 25px,calc(100% - 14px) 25px; background-size:6px 6px,6px 6px; background-repeat:no-repeat; cursor:pointer; }
#taskPriority.priority-important { border-color:rgba(185,154,93,.52); color:var(--gold-soft); background-color:rgba(49,42,28,.86); }
#taskPriority.priority-urgent { border-color:rgba(219,137,125,.52); color:#efa79c; background-color:rgba(55,31,31,.88); }
.form-grid input[type="datetime-local"]::-webkit-calendar-picker-indicator { opacity:.55; filter:sepia(1) saturate(.6) brightness(1.35); cursor:pointer; }
.reminder-field { border:0; padding:0; margin:20px 0 0; }.reminder-field legend { color:var(--muted); font-size:9px; letter-spacing:.1em; text-transform:uppercase; margin-bottom:9px; }.reminder-options { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }.reminder-options input { position:absolute; opacity:0; pointer-events:none; }.reminder-options span { display:grid; place-items:center; height:42px; border:1px solid var(--line); border-radius:13px; background:#1d2025; color:var(--muted); font-size:10px; transition:.2s; }.reminder-options input:checked+span { border-color:rgba(185,154,93,.48); background:rgba(185,154,93,.12); color:var(--gold-soft); }
.member-picker { margin-top:19px; padding:13px; border:1px solid var(--line); border-radius:15px; background:#191c21; }.member-picker::before { content:"Участники пространства"; display:block; margin-bottom:10px; color:var(--muted); font-size:9px; letter-spacing:.1em; text-transform:uppercase; }.member-picker-list { display:flex; flex-wrap:wrap; gap:7px; }.member-choice input { position:absolute; opacity:0; pointer-events:none; }.member-choice span { display:flex; align-items:center; gap:6px; min-height:34px; padding:7px 10px; border:1px solid var(--line); border-radius:11px; color:#93969c; background:#21242a; font-size:9px; }.member-choice input:checked+span { color:var(--gold-soft); border-color:rgba(185,154,93,.45); background:rgba(185,154,93,.1); }.member-choice input:checked+span::before { content:"✓"; color:var(--gold); }.member-picker-empty { color:var(--muted); font-size:9px; line-height:1.5; }
.task-edit-access{margin:19px 0 0;padding:14px;border:1px solid rgba(185,154,93,.22);border-radius:16px;background:rgba(185,154,93,.045)}.task-edit-access legend{padding:0 5px;color:var(--gold-soft);font-size:9px;letter-spacing:.09em;text-transform:uppercase}.task-edit-access>select{width:100%;min-height:46px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:#1d2025;color:var(--text)}.task-edit-access .member-picker{margin-top:10px}.task-edit-access .editor-picker::before{content:"Разрешить редактирование"}
.series-scope-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.76);backdrop-filter:blur(12px)}.series-scope-backdrop[hidden]{display:none}.series-scope-dialog{width:min(440px,100%);padding:25px;border:1px solid rgba(185,154,93,.3);border-radius:24px;background:#171a1f;box-shadow:0 30px 100px rgba(0,0,0,.55)}.series-scope-dialog h2{margin:9px 0 8px;font:400 25px 'Prata',serif}.series-scope-dialog p{margin:0 0 18px;color:var(--muted);font-size:10px;line-height:1.55}.series-scope-dialog button{width:100%;min-height:49px;margin-top:8px;border:1px solid var(--line);border-radius:14px;background:#202329;color:var(--text)}.series-scope-dialog button.primary{border-color:rgba(185,154,93,.5);background:rgba(185,154,93,.14);color:var(--gold-soft)}.series-scope-dialog button.cancel{background:transparent;color:var(--muted)}
.category-create { display:grid; grid-template-columns:1fr 44px auto; gap:8px; margin-top:10px; }.category-create input,.category-create button { min-width:0; height:42px; border:1px solid var(--line); border-radius:12px; background:#1d2025; color:var(--text); padding:0 11px; }.category-create input[type="color"] { padding:5px; }.category-create button { color:var(--gold-soft); font-size:9px; }

/* Stable, visually consistent controls inside the full-screen creation flow. */
.create-sheet .field>input:not([type="color"]):not([type="checkbox"]),
.create-sheet .field>select {
  box-sizing:border-box;
  width:100%;
  height:58px;
  min-height:58px;
  padding:0 16px;
  border-radius:15px;
  font:500 14px/1 Manrope,system-ui,sans-serif;
}
.create-sheet .field>textarea { box-sizing:border-box; }
.create-sheet .form-grid { align-items:end; }
.create-sheet .category-create {
  grid-template-columns:minmax(0,1fr) 58px minmax(92px,auto);
  align-items:stretch;
}
.create-sheet .category-create input,
.create-sheet .category-create button {
  box-sizing:border-box;
  height:58px;
  border-radius:15px;
}
.create-sheet .reminder-options span { height:50px; }
.create-sheet .duration-control select,
.create-sheet .duration-control input { height:58px; min-height:58px; }
.category-pill { max-width:105px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:6px 9px; border:1px solid color-mix(in srgb,var(--category-color) 55%,transparent); border-radius:9px; color:var(--category-color); background:color-mix(in srgb,var(--category-color) 12%,transparent); font-size:8px; font-weight:700; letter-spacing:.04em; }
.primary-button { width:100%; height:56px; margin-top:24px; border:1px solid #e7cb8c; border-radius:17px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; background:linear-gradient(110deg,#dabb77,#b28d4b); color:#1a160e; font-weight:700; }
.primary-button.is-loading { opacity:.58; pointer-events:none; }
.primary-button i { font-style:normal; font-size:20px; }
.toast { position:fixed; z-index:50; left:50%; bottom:105px; transform:translate(-50%,30px); background:#f0e5ca; color:#1b1915; font-size:11px; padding:12px 18px; border-radius:14px; opacity:0; pointer-events:none; transition:.25s; box-shadow:0 10px 40px rgba(0,0,0,.4); }.toast.show { opacity:1; transform:translate(-50%,0); }
.dialog-backdrop { position:fixed; inset:0; z-index:40; background:rgba(0,0,0,.7); opacity:0; pointer-events:none; backdrop-filter:blur(8px); transition:.25s; }.dialog-backdrop.open { opacity:1; pointer-events:auto; }
.confirm-dialog { position:fixed; z-index:41; left:50%; top:50%; width:min(calc(100% - 36px),430px); transform:translate(-50%,-46%) scale(.96); opacity:0; pointer-events:none; padding:28px; border:1px solid rgba(219,137,125,.25); border-radius:27px; background:#17191d; box-shadow:0 30px 100px rgba(0,0,0,.6); transition:.25s; }.confirm-dialog.open { opacity:1; pointer-events:auto; transform:translate(-50%,-50%) scale(1); }
.danger-symbol { width:44px; height:44px; display:grid; place-items:center; margin-bottom:18px; border-radius:50%; background:rgba(219,137,125,.13); color:#df968b; font:400 20px 'Prata',serif; }.confirm-dialog .eyebrow { color:#d78d82; }.confirm-dialog h2 { font:400 27px 'Prata',serif; margin:7px 0 10px; }.confirm-dialog p { color:var(--muted); font-size:11px; line-height:1.6; }.confirm-dialog input { width:100%; height:50px; padding:0 15px; margin:8px 0 16px; color:var(--text); background:#202329; border:1px solid var(--line); border-radius:14px; outline:0; }.confirm-dialog input:focus { border-color:rgba(219,137,125,.5); }
.dialog-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.dialog-actions button { height:46px; border-radius:14px; border:1px solid var(--line); background:#25282d; }.dialog-actions .danger-button { color:#1c1110; border-color:#db897d; background:#db897d; font-weight:700; }.dialog-actions .danger-button:disabled { opacity:.32; }
.detail-sheet { position:fixed; z-index:31; left:50%; bottom:0; transform:translate(-50%,105%); width:min(100%,720px); max-height:min(88vh,calc(var(--app-viewport-height,100dvh) - 8px)); overflow:auto; overscroll-behavior:contain; padding:12px 24px calc(30px + env(safe-area-inset-bottom)); border:1px solid var(--line); border-radius:32px 32px 0 0; background:#15181c; box-shadow:0 -20px 80px rgba(0,0,0,.52); transition:.3s cubic-bezier(.22,.75,.28,1); }.detail-sheet.open { transform:translate(-50%,0); }.detail-top { display:flex; align-items:center; justify-content:space-between; margin:5px 0 21px; }.detail-top button { width:34px; height:34px; border:0; border-radius:50%; color:var(--muted); background:#25282d; font-size:21px; }.status-badge { padding:6px 9px; border-radius:9px; background:rgba(140,174,158,.12); color:#a9cabb; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }.detail-description { color:#d0d1d2!important; font-size:12px; line-height:1.65; min-height:110px; }.detail-save { margin-top:18px; }.detail-action { width:100%; height:50px; margin-top:10px; border:1px solid rgba(185,154,93,.3); border-radius:15px; background:rgba(185,154,93,.1); color:var(--gold-soft); font-weight:600; }.join-event-link { display:none; width:100%; margin-top:11px; padding:15px; border:1px solid rgba(140,174,158,.28); border-radius:15px; color:#b6d0c4; background:rgba(140,174,158,.1); text-align:center; text-decoration:none; font-size:11px; }.join-event-link.visible { display:block; }
.detail-delete { width:100%; margin-top:9px; padding:12px; border:0; background:transparent; color:#bd7770; font-size:10px; }
.help-sheet { max-height:91vh; padding-bottom:calc(24px + env(safe-area-inset-bottom)); }
.help-profile { display:flex; align-items:center; gap:14px; padding:4px 0 22px; border-bottom:1px solid var(--line); }
.help-avatar { width:52px; height:52px; flex:0 0 auto; display:grid; place-items:center; border:1px solid #e9cf91; border-radius:50%; color:#19150e; background:linear-gradient(145deg,#e3c47c,#987b44); font-size:13px; font-weight:800; box-shadow:0 10px 28px rgba(185,154,93,.18); }
.help-profile h2 { margin:0 0 4px; font:400 25px 'Prata',serif; }.help-profile p { margin:0; color:var(--gold); font-size:10px; }
.help-intro { padding:24px 2px 15px; }.help-intro h3 { margin:5px 0 7px; font:400 23px 'Prata',serif; }.help-intro p { margin:0; color:var(--muted); font-size:10px; line-height:1.55; }
.help-list { display:grid; gap:7px; }.help-item { overflow:hidden; border:1px solid var(--line); border-radius:16px; background:#1b1e23; }.help-item[open] { border-color:rgba(185,154,93,.28); background:linear-gradient(135deg,rgba(49,42,29,.4),#1b1e23 70%); }.help-item summary { min-height:49px; padding:0 14px; display:flex; align-items:center; justify-content:space-between; gap:10px; list-style:none; cursor:pointer; font-size:11px; font-weight:600; }.help-item summary::-webkit-details-marker { display:none; }.help-item summary span { color:var(--gold); font-size:16px; font-weight:400; transition:.2s; }.help-item[open] summary span { transform:rotate(45deg); }.help-item>div { padding:0 14px 13px; }.help-item p { margin:0 0 7px; color:#a3a5aa; font-size:10px; line-height:1.6; }.help-item p:last-child { margin-bottom:0; }.help-close-button { margin-top:14px; }
.chat-help-content h4 { margin:12px 0 5px; color:#dfc98f; font-size:10px; }.chat-help-content h4:first-child { margin-top:2px; }.chat-help-content code { display:block; margin:6px 0; padding:9px 10px; overflow-wrap:anywhere; border:1px solid rgba(185,154,93,.14); border-radius:10px; background:#15181c; color:#cbc7bb; font-size:8px; line-height:1.5; }
.notes-grid { display:grid; grid-template-columns:1fr 1fr; gap:11px; }.note-card { position:relative; min-height:145px; padding:17px; border:1px solid var(--line); border-radius:20px; background:#1a1d22; overflow:hidden; cursor:pointer; }.note-card::before { content:""; position:absolute; inset:0 0 auto; height:3px; background:var(--note-color,var(--gold)); }.note-card h3 { font:400 18px/1.25 'Prata',serif; margin:6px 0 9px; }.note-card p { display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; color:var(--muted); font-size:10px; line-height:1.55; margin:0; white-space:pre-wrap; }.note-card time { display:block; color:#696d74; font-size:8px; margin-top:13px; }.note-content-input { min-height:220px; line-height:1.7; }
.plan-create-card,.plan-card { border:1px solid rgba(185,154,93,.2); border-radius:24px; background:linear-gradient(145deg,rgba(30,32,36,.94),rgba(18,21,25,.92)); box-shadow:0 20px 60px rgba(0,0,0,.18); }
.plan-create-card { padding:18px; margin-bottom:24px; }
.plan-create-grid { display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.plan-submit { margin-top:18px; }
.plan-list { display:grid; gap:13px; padding-bottom:20px; }
.plan-card { overflow:hidden; padding:18px; }
.plan-card header { display:flex; justify-content:space-between; gap:14px; align-items:flex-start; }
.plan-card h3 { margin:6px 0 0; font:400 25px/1.05 'Prata',serif; }
.plan-card strong { color:var(--gold-soft); font-size:12px; }
.plan-progress { height:5px; margin:16px 0; overflow:hidden; border-radius:999px; background:#25282e; }
.plan-progress i { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,#dabb77,#f1dca0); transition:width .22s; }
.plan-items { display:grid; gap:8px; }
.plan-item { min-height:44px; display:grid; grid-template-columns:24px 1fr; gap:10px; align-items:center; border:1px solid var(--line); border-radius:14px; background:#1b1e23; color:var(--text); text-align:left; padding:9px 11px; }
.plan-item span { width:20px; height:20px; border:1px solid #777b82; border-radius:7px; }
.plan-item b { font-size:12px; line-height:1.35; font-weight:600; }
.plan-item.done { opacity:.55; }
.plan-item.done span { border-color:var(--gold); background:var(--gold); }
.plan-item.done span::after { content:"✓"; display:grid; place-items:center; color:#17120b; font-size:13px; font-weight:800; }
.plan-item.done b { text-decoration:line-through; }
@media (max-width:420px) { .bottom-nav small { font-size:7px; }.notes-grid { grid-template-columns:1fr; } }
@media (max-width:520px) { .create-sheet { width:100%; padding-left:18px; padding-right:18px; border:0; }.create-screen-top { margin-left:-2px; margin-right:-2px; }.create-sheet .sheet-head h2 { font-size:30px; }.create-sheet .primary-input { min-height:112px; font-size:24px; }.create-sheet .form-grid { grid-template-columns:1fr; gap:0; } }
@media (max-width:520px) {
  .create-sheet .category-create { grid-template-columns:minmax(0,1fr) 56px; }
  .create-sheet .category-create button { grid-column:1/-1; width:100%; }
  .create-sheet .reminder-options { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .create-screen-top { justify-content:flex-start; }
  .create-screen-brand { display:none; }
}
@media (max-width:380px) { .premium-calendar { padding-left:12px; padding-right:12px; }.calendar-day { height:44px; border-radius:13px; }.month-header h2 { font-size:25px; } }
.plan-card-actions,.plan-item-order,.plan-item-convert{display:grid;grid-template-columns:1fr 1fr;gap:8px}.plan-card-actions{margin-top:12px}.plan-card-actions button,.plan-item-order button,.plan-item-convert button{min-height:40px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:#202329;color:#aaa;font-size:9px}.plan-card-actions button:first-child,.plan-item-convert button:first-child{border-color:rgba(185,154,93,.25);color:var(--gold-soft);background:rgba(185,154,93,.07)}.plan-card-actions button:disabled{opacity:.35}.plan-item-order,.plan-item-convert{margin-top:10px}.plan-item-convert button:last-child{border-color:rgba(120,174,189,.24);color:#afd0d8;background:rgba(120,174,189,.07)}
.plan-title-line{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;align-items:center;margin-top:5px}.plan-title-line input{min-width:0;padding:2px 0;border:0;border-bottom:1px solid transparent;outline:0;background:transparent;color:var(--text);font:400 25px/1.08 'Prata',serif}.plan-title-line input:focus{border-bottom-color:rgba(185,154,93,.42)}.plan-title-line button{width:32px;height:32px;border:1px solid rgba(185,154,93,.22);border-radius:10px;background:rgba(185,154,93,.07);color:var(--gold-soft)}
.custom-duration[hidden],#taskCustomDurationWrap[hidden],#detailTaskCustomDurationWrap[hidden]{display:none!important}
@media (min-width: 700px) { .app-shell { border-left:1px solid var(--line); border-right:1px solid var(--line); } }
.duration-control { display:grid; grid-template-columns:minmax(0,1fr); gap:10px; }.duration-control:has(.custom-duration:not([hidden])) { grid-template-columns:minmax(0,1fr) minmax(105px,.45fr); }.custom-duration input { color:var(--gold-soft); }.task-item .task-copy p { line-height:1.45; }
@media (max-width:420px) { .duration-control:has(.custom-duration:not([hidden])) { grid-template-columns:1fr; } }
.link-row a{padding:7px 9px;border-radius:999px;background:#24272c;color:var(--muted);font-size:9px;white-space:nowrap;text-decoration:none}.link-row.valid a{background:rgba(140,174,158,.13);color:#b6d0c4}
.link-editor{padding:12px;border:1px solid rgba(185,154,93,.18);border-radius:16px;background:rgba(185,154,93,.035)}.link-list{display:grid;gap:8px}.link-row{display:grid;grid-template-columns:105px minmax(0,1fr) auto 34px;gap:7px;align-items:center}.link-row input,.link-row select{min-width:0;width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;background:#1d2025;color:var(--text)}.link-row select{padding:12px 8px;font-size:9px}.link-row button,.link-editor>[data-add-link]{border:1px solid var(--line);border-radius:11px;background:#202329;color:var(--muted);cursor:pointer}.link-row button{height:34px}.link-editor>[data-add-link]{width:100%;min-height:42px;margin-top:8px;color:var(--gold-soft)}
.workspace-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 18px}.workspace-quick-actions button{min-width:0;min-height:44px;padding:8px;border:1px solid rgba(185,154,93,.26);border-radius:13px;background:rgba(185,154,93,.065);color:var(--gold-soft);font-size:9px}.workspace-quick-actions button span{display:block;font-size:15px;line-height:1}
@media(max-width:520px){.link-row{grid-template-columns:100px minmax(0,1fr) 34px}.link-row a{grid-column:1/-1;justify-self:start}.workspace-quick-actions{grid-template-columns:1fr 1fr}.workspace-quick-actions button:last-child{grid-column:1/-1}}

/* Premium planning controls and editable plan items. */
.plan-create-card .field{display:grid;gap:8px;margin-top:14px}.plan-create-card .field>span,.plan-reminder-row label>span{color:var(--muted);font-size:9px;letter-spacing:.11em;text-transform:uppercase}.plan-create-card input,.plan-create-card select,.plan-create-card textarea,.plan-reminder-row input,.plan-item-sheet input,.plan-item-sheet select{width:100%;min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;outline:0;background:linear-gradient(145deg,#202329,#191c20);color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);color-scheme:dark}.plan-create-card select,.plan-item-sheet select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#cbb47d 50%),linear-gradient(135deg,#cbb47d 50%,transparent 50%),linear-gradient(145deg,#202329,#191c20);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%,0 0;background-size:5px 5px,5px 5px,100% 100%;background-repeat:no-repeat;padding-right:38px}.plan-create-card textarea{min-height:150px;resize:vertical;line-height:1.55}.plan-create-card input:focus,.plan-create-card select:focus,.plan-create-card textarea:focus,.plan-reminder-row input:focus,.plan-item-sheet input:focus,.plan-item-sheet select:focus{border-color:rgba(185,154,93,.55);box-shadow:0 0 0 3px rgba(185,154,93,.07)}.plan-reminder-create small{color:#6f7278;font-size:8px;line-height:1.45}.plan-item{position:relative;grid-template-columns:32px minmax(0,1fr) 16px!important;border-left:3px solid transparent!important;padding:8px 10px!important}.plan-item.priority-important{border-left-color:#d1a54f!important;background:linear-gradient(90deg,rgba(209,165,79,.11),#1b1e23 30%)}.plan-item.priority-critical{border-left-color:#c9645e!important;background:linear-gradient(90deg,rgba(201,100,94,.14),#1b1e23 30%)}.plan-item-check,.plan-item-copy{border:0;background:transparent;color:inherit}.plan-item-check{width:30px;height:34px;padding:7px;cursor:pointer}.plan-item-check span{display:block;width:20px;height:20px;border:1px solid #777b82;border-radius:7px}.plan-item-copy{min-width:0;padding:4px 2px;text-align:left;cursor:pointer}.plan-item-copy b,.plan-item-copy small{display:block}.plan-item-copy small{margin-top:4px;color:#74777e;font-size:8px}.plan-item.priority-important .plan-item-copy small{color:#b99a5d}.plan-item.priority-critical .plan-item-copy small{color:#db897f}.plan-item>i{color:#777b82;font-style:normal}.plan-item.done .plan-item-check span{border-color:var(--gold);background:var(--gold)}.plan-item.done .plan-item-check span::after{content:"✓";display:grid;place-items:center;color:#17120b;font-size:13px;font-weight:800}.plan-item.done .plan-item-copy b{text-decoration:line-through}.plan-reminder-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;margin-top:16px;padding-top:15px;border-top:1px solid var(--line)}.plan-reminder-row label{display:grid;gap:7px}.plan-reminder-row button{height:45px;padding:0 13px;border:1px solid rgba(185,154,93,.32);border-radius:13px;background:rgba(185,154,93,.09);color:var(--gold-soft)}.plan-item-sheet form{display:grid;gap:15px}.plan-item-sheet .field{display:grid;gap:8px}.plan-item-sheet .field>span{color:var(--muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase}

.plan-notify-settings{display:grid;gap:9px;margin-top:14px;padding:14px;border:1px solid rgba(185,154,93,.16);border-radius:16px;background:rgba(8,10,12,.28)}.plan-notify-settings>label{display:flex;align-items:center;gap:9px;color:#aaa;font-size:9px}.plan-notify-settings>label:nth-of-type(3){display:grid;grid-template-columns:1fr 100px}.plan-notify-settings input{accent-color:var(--gold)}.plan-notify-settings input[type=time]{padding:9px;border:1px solid var(--line);border-radius:10px;background:#1c1f24;color:#eee;color-scheme:dark}.plan-notify-settings button,.habit-reset{min-height:38px;border:1px solid rgba(185,154,93,.3);border-radius:11px;background:rgba(185,154,93,.08);color:var(--gold-soft)}
.habit-create-card,.habit-card{border:1px solid rgba(185,154,93,.2);border-radius:24px;background:linear-gradient(145deg,rgba(31,34,39,.96),rgba(16,19,23,.94));box-shadow:0 20px 60px rgba(0,0,0,.2)}.habit-create-card{padding:17px}.habit-create-row{display:grid;grid-template-columns:minmax(0,1fr) 48px 100px;gap:9px}.habit-create-row input{min-width:0;height:46px;padding:0 12px;border:1px solid var(--line);border-radius:13px;background:#1d2025;color:#eee;color-scheme:dark}.habit-create-row input[type=color]{padding:7px}.habit-create-card .weekday-field{margin:14px 0}.habit-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:22px 0 14px}.habit-toolbar .segmented{margin:0}.habit-reset{padding:0 12px}.habit-board{display:grid;gap:13px}.habit-card{padding:17px}.habit-card header,.habit-card header>div,.habit-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.habit-card header>div{justify-content:flex-start}.habit-card h3{margin:0;font:400 20px 'Prata',serif}.habit-card header>div>span,.habit-card header strong{color:var(--habit-color)}.habit-progress{height:5px;margin:14px 0 16px;border-radius:99px;background:#262930;overflow:hidden}.habit-progress i{display:block;height:100%;background:var(--habit-color)}.habit-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.habit-days button{min-width:0;padding:8px 2px;border:1px solid var(--line);border-radius:12px;background:#1b1e23;color:#777}.habit-days small,.habit-days span{display:block}.habit-days small{font-size:7px}.habit-days button.done{border-color:var(--habit-color);background:rgba(185,154,93,.14);color:#f5ead0}.habit-days button:disabled{opacity:.25}.habit-summary{display:flex;align-items:baseline;gap:9px;padding:12px 0}.habit-summary b{color:var(--habit-color);font:400 34px 'Prata',serif}.habit-summary span,.habit-card footer{color:#777;font-size:8px}.habit-card footer{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.habit-card footer button{border:0;background:transparent;color:#91706a}@media(max-width:430px){.habit-create-row{grid-template-columns:minmax(0,1fr) 46px}.habit-create-row input[type=time]{grid-column:1/-1}.bottom-nav{padding-left:4px;padding-right:4px}.bottom-nav small{font-size:6px}}
.habit-create-row{grid-template-columns:minmax(0,1fr) 48px!important}
.calendar-habits{margin-top:36px;padding-top:30px;border-top:1px solid rgba(185,154,93,.16)}
.calendar-habits .section-heading{margin-bottom:18px}
.calendar-habits .section-heading h2{margin-bottom:0}
.calendar-habits .habit-create-card{margin-bottom:18px}
.habit-remind-create{margin:13px 0}.habit-card footer{flex-wrap:wrap}.habit-card footer .habit-actions{display:flex;gap:7px;margin-left:auto}.habit-card footer button{padding:8px 10px;border:1px solid rgba(185,154,93,.18);border-radius:9px}.habit-card footer button[data-edit-habit]{color:var(--gold-soft)}.habit-edit-sheet form{display:grid;gap:15px}.habit-edit-sheet input[type=color]{height:52px;padding:6px}.habit-edit-sheet .weekday-field{margin:0}.habit-edit-sheet .detail-delete{margin-top:12px;width:100%}
.habit-create-meta{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.habit-create-meta .habit-remind-create{margin:13px 0 0}.habit-category-create{margin:13px 0 0}.habit-category-create select,.habit-category-edit select{width:100%;height:46px;padding:0 38px 0 13px;border:1px solid var(--line);border-radius:13px;background:#1d2025;color:var(--text);color-scheme:dark}.habit-card{cursor:pointer}.habit-card footer>span{line-height:1.5}@media(max-width:520px){.habit-create-meta{grid-template-columns:1fr}}
.habit-card{position:relative;overflow:hidden}.habit-card::before{content:"";position:absolute;inset:0 22px auto;height:2px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,transparent,var(--habit-color),transparent);opacity:.72}.habit-progress i{border-radius:999px;box-shadow:0 0 12px color-mix(in srgb,var(--habit-color) 38%,transparent);transition:width .28s ease,background-color .2s ease}.habit-days button.done{border-color:var(--habit-color);background:color-mix(in srgb,var(--habit-color) 17%,#1b1e23);color:#f4f1e9;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--habit-color) 18%,transparent),0 0 12px color-mix(in srgb,var(--habit-color) 10%,transparent)}
.command-help{display:grid;gap:9px;margin:18px 0}.command-help h3{margin:8px 0 0;font:400 25px 'Prata',serif}.command-help>p{margin:0;color:var(--muted);font-size:12px}.command-help details{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018)}.command-help summary{padding:14px;color:#eee}.command-help .command-section-body{display:grid;gap:8px;padding:0 14px 14px}.command-help code{display:block;padding:10px;border:1px solid rgba(185,154,93,.15);border-radius:10px;background:#111419;color:var(--gold-soft);white-space:normal;overflow-wrap:anywhere}.plan-card{min-width:0;overflow:hidden}.plan-notify-settings>*{min-width:0}.plan-notify-settings button{width:100%;white-space:normal;line-height:1.25}
.daily-report-card{margin:22px 0 8px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid rgba(185,154,93,.24);border-radius:24px;background:linear-gradient(135deg,rgba(46,39,27,.58),rgba(17,20,24,.92));box-shadow:0 22px 70px rgba(0,0,0,.24)}.daily-report-card h2{margin:7px 0 5px;font:400 26px 'Prata',serif}.daily-report-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.daily-report-card button,.report-actions>button,.note-actions button{min-height:46px;padding:0 16px;border:1px solid rgba(185,154,93,.34);border-radius:14px;background:rgba(185,154,93,.09);color:var(--gold-soft)}.rich-editor{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#1b1e23}.rich-toolbar{padding:9px;display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--line);background:#15181c}.rich-toolbar button,.rich-toolbar select,.rich-toolbar input{height:34px;min-width:34px;padding:0 9px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#202329;color:#ddd}.rich-toolbar input[type=color]{width:38px;padding:5px}.rich-editor-body{min-height:230px;padding:18px;outline:0;color:#eee;line-height:1.65;overflow-wrap:anywhere}.rich-editor-body:empty:before{content:'Начните писать…';color:#62666d}.rich-editor-body h1,.rich-editor-body h2,.rich-editor-body h3{font-family:'Prata',serif}.rich-editor-body a{color:var(--gold-soft);text-decoration:underline}.rich-editor-body blockquote{margin:12px 0;padding:10px 14px;border-left:3px solid var(--gold);background:rgba(185,154,93,.06)}.note-actions,.report-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}.report-preview{max-height:55vh;padding:18px;overflow:auto;border:1px solid var(--line);border-radius:18px;background:#171a1f;white-space:pre-wrap;color:#ddd;line-height:1.6}.report-sheet h2{font:400 30px 'Prata',serif}@media(max-width:620px){.daily-report-card{grid-template-columns:1fr}.daily-report-card button{width:100%}.bottom-nav{min-height:92px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.bottom-nav button:not(.create-fab){min-height:64px}.bottom-nav .nav-icon{font-size:21px}.bottom-nav small{font-size:9px}.report-actions,.note-actions{grid-template-columns:1fr}}

/* Weather and personal forecast. */
.topbar-actions{display:flex;align-items:center;gap:9px}.weather-pill{min-width:0;padding:7px 10px;display:grid;grid-template-columns:auto auto;gap:0 6px;align-items:center;border:1px solid rgba(185,154,93,.22);border-radius:14px;background:rgba(15,18,21,.7);color:var(--gold-soft);backdrop-filter:blur(16px)}.weather-pill small{grid-column:1/-1;max-width:84px;overflow:hidden;color:#84878d;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.weather-pill b{font-size:11px}.weather-sheet{display:grid;gap:17px}.weather-current{padding:18px;display:flex;align-items:center;gap:18px;border:1px solid rgba(185,154,93,.2);border-radius:20px;background:linear-gradient(135deg,rgba(185,154,93,.1),rgba(255,255,255,.02))}.weather-current>div:first-child{display:flex;align-items:center;gap:7px}.weather-current>div:first-child span{font-size:30px}.weather-current strong{font:400 44px 'Prata',serif}.weather-current h2,.weather-current p{margin:0}.weather-current p,.weather-current small{color:var(--muted)}.weather-hours,.weather-days{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(70px,1fr);gap:7px;overflow-x:auto}.weather-hours article,.weather-days article{padding:12px 7px;display:grid;gap:6px;place-items:center;border:1px solid var(--line);border-radius:14px;background:#1b1e23}.weather-hours i,.weather-days i{font-size:18px;font-style:normal}.weather-hours small,.weather-days small{color:var(--muted);font-size:7px}.city-results{display:grid;gap:6px}.city-results button{padding:11px 13px;display:flex;justify-content:space-between;border:1px solid var(--line);border-radius:12px;background:#1b1e23;color:#eee;text-align:left}.city-results small{color:var(--muted)}.horoscope-entry{margin:12px 0 18px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;align-items:center;border:1px solid rgba(185,154,93,.2);border-radius:24px;background:linear-gradient(135deg,rgba(53,42,27,.56),rgba(17,20,24,.94))}.horoscope-entry h2{margin:7px 0 5px;font:400 25px 'Prata',serif}.horoscope-entry p{margin:0;color:var(--muted);font-size:11px}.horoscope-entry button,.horoscope-settings button,.horoscope-actions button,.view-back{min-height:44px;padding:0 14px;border:1px solid rgba(185,154,93,.3);border-radius:13px;background:rgba(185,154,93,.08);color:var(--gold-soft)}.view-back{margin:5px 0 20px}.horoscope-settings{padding:18px;display:grid;gap:14px;border:1px solid rgba(185,154,93,.2);border-radius:21px;background:rgba(22,25,29,.9)}.notify-line{display:grid;grid-template-columns:1fr 130px;gap:12px;align-items:center}.notify-line>label:first-child{display:flex;align-items:center;gap:9px;color:#ddd}.horoscope-periods{margin:17px 0}.horoscope-content{padding:20px;border:1px solid rgba(185,154,93,.2);border-radius:24px;background:linear-gradient(145deg,rgba(28,31,35,.97),rgba(14,17,20,.96))}.horoscope-content header{display:flex;justify-content:space-between;color:var(--gold-soft)}.horoscope-sections{display:grid;gap:10px;margin-top:16px}.horoscope-sections section{padding:15px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}.horoscope-sections h3{margin:0 0 7px;color:var(--gold-soft);font:400 17px 'Prata',serif}.horoscope-sections p{margin:0;color:#c7c8ca;font-size:11px;line-height:1.65}.horoscope-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:13px 0 30px}.horoscope-loading{padding:40px;text-align:center;color:var(--gold-soft)}
@media(max-width:520px){.weather-pill small{display:none}.weather-pill{grid-template-columns:auto auto;padding:7px 8px}.horoscope-entry{grid-template-columns:1fr}.horoscope-entry button{width:100%}.notify-line{grid-template-columns:1fr}.horoscope-actions{grid-template-columns:1fr}.topbar-actions{gap:6px}.planner-users{display:none}.brand{gap:8px}.brand-mark{width:34px;height:34px;flex-basis:34px}.brand-mark + *{margin-left:2px}.eyebrow{font-size:9px;letter-spacing:.14em}.brand-name{font-size:11px}.topbar-actions{flex:0 0 auto}.notification-bell,.avatar{width:38px;height:38px;flex:0 0 38px}}
@media(max-width:390px){.weather-pill{padding:6px;gap:4px}.weather-pill b{font-size:10px}.topbar{gap:5px}.brand-title .eyebrow{max-width:94px;overflow:hidden;text-overflow:ellipsis}.app-shell{padding-left:14px;padding-right:14px}}
.global-date{color:#777b82;font-size:8px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}@media(max-width:520px){.global-date{display:none}}

/* Currency converter */
.currency-pill{min-width:74px;padding:7px 10px;display:grid;grid-template-columns:auto auto;gap:0 6px;align-items:center;border:1px solid rgba(185,154,93,.28);border-radius:14px;background:linear-gradient(145deg,rgba(41,35,25,.82),rgba(15,18,21,.82));color:var(--gold-soft);backdrop-filter:blur(16px);cursor:pointer}.currency-pill-icon{font-size:11px;transform:rotate(-8deg)}.currency-pill b{font-size:11px;font-variant-numeric:tabular-nums}.currency-pill small{grid-column:1/-1;color:#8e8a80;font-size:7px;letter-spacing:.06em;white-space:nowrap}.currency-pill[aria-expanded="true"]{border-color:rgba(213,187,122,.62);box-shadow:0 0 0 3px rgba(185,154,93,.07)}
.currency-sheet{padding-bottom:calc(24px + env(safe-area-inset-bottom));background:radial-gradient(circle at 88% 0,rgba(185,154,93,.13),transparent 30%),linear-gradient(180deg,#181b20,#111317)}.currency-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:3px 0 15px}.currency-heading h2{margin:6px 0 7px;font:400 32px/1.1 var(--font-display);letter-spacing:-.02em}.currency-heading p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.currency-heading>button{flex:0 0 36px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#25282d;color:#a4a6aa;font-size:22px}.currency-status{min-height:31px;margin-bottom:10px;padding:0 3px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#96999f;font-size:8px}.currency-status>span{display:flex;align-items:center;gap:7px}.currency-status i{width:6px;height:6px;border-radius:50%;background:#86aa98;box-shadow:0 0 10px rgba(134,170,152,.7)}.currency-status b{color:#b5b6b4;font-weight:600}.currency-status small{color:#6f737a}
.currency-list{display:grid;gap:8px}.currency-row{position:relative;min-width:0;min-height:68px;padding:9px 10px;display:grid;grid-template-columns:44px minmax(90px,.68fr) minmax(130px,1.32fr) 24px;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:linear-gradient(145deg,rgba(31,34,39,.97),rgba(25,28,33,.97));transition:border-color .2s,background .2s,transform .2s}.currency-row.active{border-color:rgba(185,154,93,.52);background:linear-gradient(145deg,rgba(57,48,31,.72),rgba(27,29,33,.98));box-shadow:0 10px 30px rgba(0,0,0,.16)}.currency-row.active::before{content:"";position:absolute;left:-1px;top:18px;bottom:18px;width:2px;border-radius:2px;background:var(--gold-soft);box-shadow:0 0 10px rgba(213,187,122,.7)}.currency-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#24272c;font-size:22px;line-height:1;box-shadow:inset 0 1px rgba(255,255,255,.05)}.currency-mark.crypto{color:#e2c77f;font-family:var(--font-display);font-size:21px;background:linear-gradient(145deg,#30291c,#202226);border-color:rgba(185,154,93,.3)}.currency-row>label{min-width:0;display:grid;gap:3px}.currency-row select{width:100%;padding:0 18px 0 0;overflow:hidden;border:0;outline:0;background:transparent;color:#eee;font-size:13px;font-weight:750;text-overflow:ellipsis;color-scheme:dark}.currency-row label small{overflow:hidden;color:#747880;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.currency-value{min-width:0;height:46px;padding:0 12px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(8,10,12,.48)}.currency-row.active .currency-value{border-color:rgba(185,154,93,.26);background:rgba(9,10,12,.66)}.currency-value input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#f2efe7;font:400 20px/1 var(--font-display);font-variant-numeric:tabular-nums;text-align:right}.currency-value span{margin-left:6px;color:#777b82;font-size:10px}.currency-remove{width:24px;height:24px;padding:0;border:0;border-radius:50%;background:transparent;color:#666a71;font-size:17px}.currency-remove:hover{background:rgba(219,137,125,.1);color:#d99a90}.currency-row-space{width:24px}
.currency-add{width:100%;min-height:54px;margin-top:10px;padding:0 13px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;border:1px dashed rgba(185,154,93,.3);border-radius:17px;background:rgba(185,154,93,.045);color:var(--gold-soft);text-align:left}.currency-add>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(185,154,93,.25);border-radius:10px;font-size:17px}.currency-add b{font-size:10px}.currency-add small{color:#777a80;font-size:8px}.currency-add:disabled{opacity:.4}.currency-footnote{margin:12px 3px 0;color:#686c73;font-size:8px;line-height:1.55}.currency-refresh{height:43px;margin-top:12px;font-size:9px}
@media(max-width:520px){.currency-pill{min-width:57px;padding:7px 8px}.currency-pill-icon{display:none}.currency-pill b{font-size:10px}.currency-pill small{font-size:6px}.currency-sheet{padding-left:14px;padding-right:14px}.currency-row{grid-template-columns:38px minmax(66px,.6fr) minmax(105px,1.4fr) 18px;gap:7px;padding:8px}.currency-mark{width:37px;height:37px;border-radius:11px;font-size:19px}.currency-value{height:43px;padding:0 8px}.currency-value input{font-size:17px}.currency-value span{font-size:8px}.currency-row select{font-size:11px}.currency-heading h2{font-size:28px}}
@media(max-width:390px){.currency-pill{min-width:50px;padding:6px}.currency-pill small{letter-spacing:0}.weather-pill{padding-left:6px;padding-right:6px}.topbar-actions{gap:4px}.currency-row{grid-template-columns:36px 63px minmax(100px,1fr) 16px}.currency-mark{width:35px;height:35px}.currency-value input{font-size:15px}.currency-row-space,.currency-remove{width:16px}}
@media(max-width:350px){.brand-copy{display:none}.currency-pill{min-width:55px}}
.currency-page-top{display:none}.currency-choice{min-width:0;padding:0;display:grid;grid-template-columns:1fr auto;gap:2px 7px;align-items:center;border:0;background:transparent;text-align:left}.currency-choice b{overflow:hidden;color:#eee;font-size:13px;text-overflow:ellipsis}.currency-choice small{overflow:hidden;color:#747880;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.currency-choice i{grid-column:2;grid-row:1/3;color:#8c8f94;font-style:normal}.currency-picker-backdrop{position:fixed;z-index:33;inset:0;background:rgba(0,0,0,.62);opacity:0;pointer-events:none;transition:.2s}.currency-picker-backdrop.open{opacity:1;pointer-events:auto}.currency-picker{position:fixed;z-index:34;left:50%;bottom:0;width:min(100%,720px);max-height:min(80dvh,720px);padding:22px 18px calc(24px + env(safe-area-inset-bottom));overflow:auto;border:1px solid var(--line);border-radius:28px 28px 0 0;background:radial-gradient(circle at 85% 0,rgba(185,154,93,.12),transparent 32%),#171a1e;transform:translate(-50%,105%);transition:.28s cubic-bezier(.22,.75,.28,1)}.currency-picker.open{transform:translate(-50%,0)}.currency-picker header{display:flex;align-items:start;justify-content:space-between;gap:16px}.currency-picker h3{margin:5px 0 0;font:400 25px var(--font-display)}.currency-picker header>button{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#25282d;color:#aaa;font-size:21px}.currency-search{height:48px;margin:17px 0 12px;padding:0 14px;display:flex;align-items:center;gap:10px;border:1px solid rgba(185,154,93,.28);border-radius:15px;background:#101216}.currency-search>span{color:var(--gold);font-size:20px}.currency-search input{width:100%;border:0;outline:0;background:transparent;color:#eee;font-size:14px}.currency-picker-results{display:grid;gap:7px}.currency-picker-results>button{min-height:58px;padding:8px 12px;display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:center;border:1px solid var(--line);border-radius:15px;background:#1d2025;text-align:left}.currency-picker-results>button:not(:disabled):hover{border-color:rgba(185,154,93,.4);background:rgba(185,154,93,.07)}.currency-picker-results>button:disabled{opacity:.42}.currency-picker-results>button>span:nth-child(2){display:grid;gap:3px}.currency-picker-results b{font-size:12px}.currency-picker-results small{color:#7c8087;font-size:9px}.currency-picker-results i{color:var(--gold-soft);font-size:8px;font-style:normal}.currency-picker-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#24272c;font-size:19px}.currency-picker-mark.crypto{color:var(--gold-soft);font-family:var(--font-display)}
body.currency-mode{min-height:var(--currency-page-height,100dvh);overflow-x:hidden;overflow-y:auto;background:radial-gradient(circle at 85% 0,rgba(185,154,93,.12),transparent 28%),#111317}body.currency-mode .app-shell{display:none}body.currency-mode #currencyBackdrop{display:none}body.currency-mode .currency-sheet{display:block!important;position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;width:min(100%,760px);max-height:none!important;min-height:var(--currency-page-height,100dvh);margin:0 auto;padding:calc(12px + env(safe-area-inset-top)) 18px calc(40px + env(safe-area-inset-bottom));border:0;border-radius:0;overflow:visible;opacity:1!important;visibility:visible!important;transition:none!important;background:radial-gradient(circle at 88% 0,rgba(185,154,93,.13),transparent 30%),linear-gradient(180deg,#181b20,#111317)}html.keyboard-editing body.currency-mode .currency-sheet{max-height:none!important}.currency-page-top{position:sticky;z-index:3;top:0;min-height:53px;margin:-12px -2px 18px;padding:calc(10px + env(safe-area-inset-top)) 2px 8px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#171a1e 72%,rgba(23,26,30,0))}.currency-page-top button{min-width:44px;height:40px;border:1px solid rgba(185,154,93,.3);border-radius:13px;background:rgba(185,154,93,.07);color:var(--gold-soft);font-size:18px}.currency-page-top span{color:#858077;font-size:8px;font-weight:700;letter-spacing:.2em}
@media(max-width:520px){body.currency-mode .currency-sheet{padding-left:14px;padding-right:14px}.currency-heading h2{font-size:31px}.currency-row{min-height:65px}.currency-choice b{font-size:12px}.currency-choice small{font-size:7px}.currency-picker{max-height:86dvh}}

/* Keep native iOS date/time controls inside the horoscope card. */
.currency-mark.has-icon,.currency-picker-mark.has-icon{padding:0;border:0;background:transparent;box-shadow:none;overflow:visible}
.currency-icon{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}
.currency-picker-mark.has-icon .currency-icon{width:38px}
.currency-chip-icon{display:block;width:21px;height:auto;aspect-ratio:4/3;object-fit:contain;flex:0 0 auto}
.horoscope-settings,.horoscope-settings>*{min-width:0;max-width:100%}.horoscope-settings>.field,.horoscope-settings .notify-line>.field{width:100%;margin:0}.horoscope-settings input[type="date"],.horoscope-settings input[type="time"]{display:block;width:100%;max-width:100%;min-width:0;overflow:hidden}.horoscope-settings>button{width:100%;max-width:100%}
@media(max-width:520px){.horoscope-settings{width:100%;padding:17px;overflow:hidden}.notify-line{width:100%;min-width:0}.notify-line>label:first-child{min-width:0;line-height:1.45}.notify-line>label:first-child input{flex:0 0 auto}.horoscope-settings input[type="date"],.horoscope-settings input[type="time"]{height:54px;padding:0 14px;font-size:16px}}

.plan-calendar-toggle{padding:12px 13px!important;display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px!important;border:1px solid rgba(185,154,93,.16);border-radius:14px;background:rgba(185,154,93,.045);color:#c8c8c9}.plan-calendar-toggle input{width:20px!important;height:20px;padding:0!important;flex:0 0 20px;accent-color:var(--gold)}.plan-calendar-toggle span{font-size:10px!important;line-height:1.4;letter-spacing:0!important;text-transform:none!important}.plan-card-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card-actions [data-carry-plan],.plan-card-actions .plan-delete-button{grid-column:1/-1}.plan-card-actions .plan-delete-button{border-color:rgba(188,101,96,.28);background:rgba(188,101,96,.055);color:#d4a09d}.plan-item{box-shadow:inset 3px 0 0 var(--plan-category,transparent)}.plan-item-copy small em{padding:2px 5px;border-radius:6px;background:color-mix(in srgb,var(--plan-category) 22%,transparent);color:color-mix(in srgb,var(--plan-category) 75%,white);font-style:normal}.plan-item-copy small{line-height:1.45}
.horoscope-settings{width:100%;max-width:100%;overflow:hidden;contain:inline-size}.horoscope-settings>.field,.horoscope-settings .notify-line,.horoscope-settings .notify-line>.field{min-inline-size:0;max-inline-size:100%;overflow:hidden;contain:inline-size}.horoscope-settings input[type="date"],.horoscope-settings input[type="time"]{-webkit-appearance:none;appearance:none;inline-size:100%;max-inline-size:100%;min-inline-size:0;box-sizing:border-box}.horoscope-settings input::-webkit-date-and-time-value{min-width:0;text-align:left}

.profile-sheet{display:grid;gap:20px}.profile-sheet-user{padding:8px 2px 18px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.profile-sheet-user h2,.profile-sheet-user p{margin:0}.profile-sheet-user h2{font:400 27px 'Prata',serif}.profile-sheet-user p{margin-top:4px;color:var(--muted);font-size:10px}.profile-menu{display:grid;gap:10px}.profile-menu>button{min-height:78px;padding:14px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid rgba(185,154,93,.16);border-radius:18px;background:linear-gradient(145deg,#202329,#171a1e);color:var(--text);text-align:left}.profile-menu>button>span{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(185,154,93,.28);border-radius:14px;color:var(--gold-soft);font-size:18px}.profile-menu b,.profile-menu small{display:block}.profile-menu b{font-size:15px}.profile-menu small{margin-top:4px;color:var(--muted);font-size:9px}.profile-menu i{color:var(--gold-soft);font-style:normal}.settings-view>.settings-card,.settings-view>.calendar-connect-card,.settings-view>.availability-connect-card,.settings-view>.audit-section,.settings-view>.danger-zone{margin-top:14px}.category-settings-card{display:grid;gap:12px}.category-settings-card h3,.category-settings-card p{margin:0}.settings-category-list{display:grid;gap:8px}.settings-category-list>article,.settings-category-create{display:grid;grid-template-columns:minmax(0,1fr) 48px 42px 42px;gap:7px;align-items:center}.settings-category-list input,.settings-category-create input{min-width:0;height:45px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#1c1f24;color:var(--text)}.settings-category-list input[type="color"],.settings-category-create input[type="color"]{padding:5px}.settings-category-list button,.settings-category-create button{height:45px;border:1px solid rgba(185,154,93,.24);border-radius:12px;background:rgba(185,154,93,.07);color:var(--gold-soft)}.settings-category-create{grid-template-columns:minmax(0,1fr) 48px 92px}.settings-category-create button{font-size:10px}
.profile-menu>button.profile-logout{border-color:rgba(188,101,96,.2);color:#d1a09c}.profile-menu>button.profile-logout>span{border-color:rgba(188,101,96,.25);color:#d1a09c}.provider-soon{opacity:.48;cursor:not-allowed!important}.provider-soon small{display:block;margin-top:3px;color:var(--gold-soft);font-size:7px;letter-spacing:.08em;text-transform:uppercase}.release-card{margin-bottom:90px!important}.release-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.release-card-head h3{margin:7px 0 0}.release-current{padding:7px 9px;border:1px solid rgba(185,154,93,.25);border-radius:999px;color:var(--gold-soft);font-size:8px;white-space:nowrap}.release-list{display:grid;gap:9px;margin-top:15px}.release-item{border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.015);overflow:hidden}.release-item summary{padding:14px;display:flex;justify-content:space-between;gap:12px;align-items:center;list-style:none;cursor:pointer}.release-item summary::-webkit-details-marker{display:none}.release-item summary b,.release-item summary small{display:block}.release-item summary b{font-size:12px}.release-item summary small{margin-top:4px;color:var(--muted);font-size:8px}.release-item summary>span{color:var(--gold-soft);font-size:8px}.release-changes{padding:0 13px 13px;display:grid;gap:8px}.release-changes article{padding:11px;border-radius:11px;background:#191c20}.release-changes p,.release-changes small{display:block;margin:6px 0 0;line-height:1.5}.release-changes p{font-size:10px}.release-changes small{color:var(--muted);font-size:8px}.release-type{padding:3px 6px;border-radius:6px;background:rgba(185,154,93,.1);color:var(--gold-soft);font-size:7px;font-style:normal}.release-type.fixed{background:rgba(112,164,146,.1);color:#9dc9b8}.release-type.improved{background:rgba(120,155,189,.1);color:#a9c4db}
.plan-category-inline{display:grid;gap:9px}.plan-category-toggle{min-height:43px;padding:0 14px;border:1px dashed rgba(185,154,93,.35);border-radius:13px;background:rgba(185,154,93,.055);color:var(--gold-soft);text-align:left}.inline-category-create{display:grid;grid-template-columns:minmax(0,1fr) 48px auto auto;gap:8px;align-items:center;padding:11px;border:1px solid rgba(185,154,93,.18);border-radius:14px;background:#171a1e}.inline-category-create[hidden]{display:none}.inline-category-create input,.inline-category-create button{min-width:0;height:43px;border:1px solid var(--line);border-radius:11px;background:#202329;color:var(--text)}.inline-category-create input{padding:0 12px}.inline-category-create input[type="color"]{padding:5px}.inline-category-create button{padding:0 12px;color:var(--gold-soft)}.inline-category-create button:last-child{color:var(--muted)}@media(max-width:560px){.inline-category-create{grid-template-columns:minmax(0,1fr) 48px}.inline-category-create button{width:100%}}

/* Private Club typography and unified premium navigation. */
.cc-icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.nav-icon,.section-symbol{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.bottom-nav .nav-icon{width:24px;height:24px;color:#73777f;filter:none;transition:color .2s ease,filter .2s ease,transform .2s ease}
.bottom-nav button.active .nav-icon{color:var(--gold-soft);filter:drop-shadow(0 0 7px rgba(185,154,93,.32));transform:translateY(-1px)}
.bottom-nav button:focus-visible,.habit-reset:focus-visible{outline:2px solid var(--gold-soft);outline-offset:3px}
.icon-heading{display:flex;align-items:center;gap:12px}.section-symbol{flex:0 0 24px;color:var(--gold-soft);filter:drop-shadow(0 0 8px rgba(185,154,93,.2))}
.hero h1,.page-title h1,.section-heading h2,.focus-card h2,.sheet-head h2,.workspace-detail-title,.plan-card h3,.daily-report-card h2,.horoscope-entry h2,.help-profile h2,.help-intro h3,.note-card h3,.command-help h3,.report-sheet h2{font-family:var(--font-display);font-weight:400}
.hero h1,.page-title h1{letter-spacing:-.025em}.hero h1 em{font-style:normal;font-weight:400;letter-spacing:.12em;text-transform:uppercase}
.hero h1::after{content:"";display:block;width:38px;height:1px;margin-top:18px;background:linear-gradient(90deg,var(--gold),rgba(185,154,93,.08));box-shadow:0 0 10px rgba(185,154,93,.12)}
.eyebrow,.date-label,.global-date{letter-spacing:.22em}.bottom-nav small{font-weight:500;letter-spacing:.055em}
.nav-label-compact{display:none}.bottom-nav small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:620px){.bottom-nav .nav-icon{width:25px;height:25px}.hero h1::after{margin-top:15px}}

/* Collaborative notes and mobile greeting */
.hero h1 .greeting-line,.hero h1 #firstName{display:block}.hero h1 #firstName{margin-top:.13em;font-size:.87em;line-height:1.08;overflow-wrap:anywhere}.hero h1{line-height:1.04}
.note-section-title{margin:28px 0 14px}.note-section-title h2{margin:5px 0 0;font:400 27px/1.1 var(--font-display)}.note-section-title.shared-title{padding-top:24px;border-top:1px solid var(--line)}.note-card.shared:after{content:'↗';position:absolute;right:17px;bottom:13px;color:var(--note-color)}.note-card .note-meta{display:block;margin-top:9px;color:var(--gold-soft);font-size:9px}.shared-note-toggle{display:flex!important;gap:11px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.02)}.shared-note-toggle input{margin-top:3px}.shared-note-toggle span{display:grid;gap:4px}.shared-note-toggle small{color:var(--muted);line-height:1.4}.note-collaborator-picker{display:grid;gap:8px;padding:13px;border:1px solid var(--line);border-radius:15px}.note-collaborator-picker label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.note-collaborator-picker select{min-height:35px;padding:5px 9px}.shared-note-sheet{width:min(720px,100%)}.shared-presence{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 14px}.presence-chip{padding:6px 9px;border:1px solid var(--line);border-radius:999px;font-size:10px;color:var(--muted)}.shared-note-content{min-height:250px;padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.025);font-size:14px;line-height:1.75}.shared-note-content[contenteditable=true]{border-color:rgba(216,181,106,.45)}.suggestion-compose{display:grid;gap:10px;margin-top:20px;padding:16px;border:1px solid rgba(216,181,106,.28);border-radius:17px;background:rgba(216,181,106,.04)}.suggestion-compose p{margin:0;color:var(--muted);font-size:11px}.suggestion-compose blockquote{margin:0;padding:10px;border-left:2px solid var(--gold);color:var(--muted)}.suggestion-compose>button,.suggestion-actions button{min-height:42px;border:1px solid rgba(216,181,106,.4);border-radius:13px;color:var(--gold-soft)}.suggestion-list,.shared-note-members{display:grid;gap:9px}.suggestion-card,.shared-note-member{padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.suggestion-card del{color:#bf8b83}.suggestion-card ins{display:block;margin-top:7px;color:var(--text);text-decoration:none}.suggestion-card small,.shared-note-member small{color:var(--muted)}.suggestion-actions{display:flex;gap:8px;margin-top:10px}.shared-note-member{display:flex;align-items:center;justify-content:space-between;border-left:3px solid var(--member-color,var(--gold))}
.shared-note-toggle input[type="checkbox"],.note-collaborator-picker input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:22px;height:22px;min-width:22px;margin:0;border:1px solid rgba(216,181,106,.5);border-radius:7px;background:rgba(255,255,255,.025);display:grid;place-items:center;transition:.18s ease}.shared-note-toggle input[type="checkbox"]:checked,.note-collaborator-picker input[type="checkbox"]:checked{border-color:var(--gold);background:linear-gradient(145deg,#ead083,#b8914e);box-shadow:0 0 0 3px rgba(216,181,106,.1)}.shared-note-toggle input[type="checkbox"]:checked:after,.note-collaborator-picker input[type="checkbox"]:checked:after{content:'✓';color:#15130f;font:800 14px/1 var(--font-ui)}.shared-note-membership-action{margin-top:22px}
.note-workspace-confirmation{margin:-5px 0 0;padding:10px 12px;border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:10px;background:rgba(255,255,255,.02)}.note-workspace-confirmation.confirmed{border-color:rgba(216,181,106,.38);color:var(--gold-soft);background:rgba(216,181,106,.07)}.note-checklist-create textarea{min-height:105px}.shared-checklist-heading{margin-top:24px}.shared-note-checklist{display:grid;gap:8px}.shared-checklist-item{width:100%;display:grid;grid-template-columns:28px 1fr;gap:11px;align-items:center;padding:12px 14px;text-align:left;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025);color:var(--text)}.shared-checklist-item i{width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(216,181,106,.5);border-radius:8px;color:#17140e;font-style:normal;font-weight:800}.shared-checklist-item span{display:grid;gap:3px}.shared-checklist-item b{font-size:12px}.shared-checklist-item small{color:var(--muted);font-size:9px}.shared-checklist-item.completed{border-color:rgba(132,183,132,.3);background:rgba(132,183,132,.06)}.shared-checklist-item.completed i{border-color:#84b784;background:#84b784}.shared-checklist-item.completed b{text-decoration:line-through;color:#858a8d}.shared-checklist-add{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.shared-checklist-add input,.shared-checklist-add button{min-height:44px;border:1px solid var(--line);border-radius:13px}.shared-checklist-add input{padding:0 13px;background:#171a1f;color:var(--text)}.shared-checklist-add button{padding:0 16px;border-color:rgba(216,181,106,.38);color:var(--gold-soft)}@media(max-width:520px){.shared-checklist-add{grid-template-columns:1fr}.shared-checklist-add button{width:100%}}
.conflict-suggestions{margin:10px 0;padding:12px;border:1px solid rgba(120,174,189,.3);border-radius:13px;background:rgba(120,174,189,.06)}.conflict-suggestions>b{display:block;margin-bottom:8px;color:#b5d7df;font-size:10px}.conflict-suggestions>div{display:flex;flex-wrap:wrap;gap:7px}.conflict-suggestions button{padding:9px 11px;border:1px solid rgba(120,174,189,.25);border-radius:10px;background:#1b2428;color:#b5d7df;font-size:10px}
@media(max-width:430px){.nav-label-full{display:none}.nav-label-compact{display:inline}}

/* Tasks grouped by local calendar date. */
.task-list.spacious{display:grid;gap:22px}.task-date-group{display:grid;gap:10px;min-width:0}.task-date-group>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 3px}.task-date-group>header h3{margin:0;color:#b9babd;font:500 10px var(--font-ui);letter-spacing:.16em;text-transform:uppercase}.task-date-group>header span{min-width:26px;height:26px;padding:0 8px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:#777b82;font-size:8px}.task-date-group.overdue>header h3{color:#c98980}.task-date-group.overdue>header span{border-color:rgba(219,137,125,.22);color:#c98980}.task-date-list{display:grid;gap:10px}

/* Reorderable planning and an explicit completed state in the calendar. */
.plan-item{grid-template-columns:27px 32px minmax(0,1fr) 16px!important}.plan-drag-handle{width:27px;height:34px;padding:0;border:1px solid rgba(185,154,93,.18);border-radius:9px;background:rgba(185,154,93,.055);color:#8d7a57;cursor:grab;touch-action:none;user-select:none;letter-spacing:-3px}.plan-drag-handle:active{cursor:grabbing}.plan-item.dragging{z-index:3;opacity:.55;transform:scale(.985);border-color:rgba(185,154,93,.55)!important}.timeline-item.calendar-done{opacity:.58;border-color:rgba(139,171,151,.24)}.timeline-item.calendar-done h3{text-decoration:line-through;text-decoration-color:#8baa98}.timeline-item.calendar-done::after{content:"✓ ВЫПОЛНЕНО";position:absolute;right:14px;top:13px;color:#8baa98;font-size:7px;letter-spacing:.12em}
.space-card{border-left:3px solid var(--workspace-color,var(--line))}.space-icon{color:var(--workspace-color,var(--gold))}.workspace-member{text-decoration:none;color:inherit}.workspace-color-editor{margin:15px 0;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;border:1px solid var(--line);border-radius:15px;background:#171a1e}.workspace-color-editor label{display:grid;gap:6px}.workspace-color-editor label span{color:var(--muted);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.workspace-color-editor input{width:100%;height:42px;padding:5px;border:1px solid var(--line);border-radius:11px;background:#202329}.workspace-color-editor button{height:42px;padding:0 13px;border:1px solid rgba(185,154,93,.3);border-radius:11px;background:rgba(185,154,93,.08);color:var(--gold-soft)}.workspace-events,.workspace-messages{display:grid;gap:8px}.workspace-event,.workspace-message{width:100%;padding:12px;border:1px solid var(--line);border-radius:14px;background:#1b1e23;color:var(--text);text-align:left}.workspace-event b,.workspace-event small{display:block}.workspace-event small,.workspace-message small{margin-top:5px;color:var(--muted);font-size:8px}.workspace-message header{display:flex;justify-content:space-between;gap:10px}.workspace-message header time{color:#70747b;font-size:8px}.workspace-message p{margin:7px 0 0;color:#c8c9cb;font-size:10px;line-height:1.55;white-space:pre-wrap}
.space-card:not(.personal){border-color:var(--line);border-top:3px solid var(--workspace-color,var(--gold));border-left:1px solid var(--line);background:linear-gradient(135deg,rgba(28,29,29,.97),rgba(20,23,27,.96) 48%);box-shadow:0 14px 34px rgba(0,0,0,.16)}.space-card:not(.personal) .space-icon{color:var(--gold)}.space-card:not(.personal) .leave-space{border-color:rgba(184,104,94,.38)}.workspace-telegram-link{min-height:48px;margin:15px 0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid rgba(185,154,93,.34);border-radius:14px;background:rgba(185,154,93,.07);color:var(--text);font-size:11px;text-decoration:none}.workspace-telegram-link span{color:var(--gold);font-size:18px}#workspaceDetail{border-top:2px solid var(--workspace-color,var(--gold))}#workspaceDetail .workspace-stats b,#workspaceDetail .eyebrow{color:var(--gold-soft)}

/* Personal natal data: aligned on desktop and narrow Telegram screens. */
.horoscope-settings .birth-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.horoscope-settings .unknown-time{display:flex;align-items:center;gap:9px;color:#d5d5d6;line-height:1.4}.horoscope-settings .unknown-time input{flex:0 0 auto}.horoscope-settings .birth-city-field{position:relative}.horoscope-settings .birth-city-field>small{min-height:16px;color:var(--gold-soft);font-size:8px;line-height:1.4}.horoscope-settings input[type="search"]{width:100%;height:54px;padding:0 14px;border:1px solid var(--line);border-radius:13px;background:#1d2025;color:#eee}.horoscope-settings .city-results{margin-top:7px}.horoscope-sections section:first-child,.horoscope-sections section:last-child{border-color:rgba(185,154,93,.25);background:linear-gradient(135deg,rgba(185,154,93,.07),rgba(255,255,255,.018))}@media(max-width:520px){.horoscope-settings .birth-grid{grid-template-columns:1fr}.horoscope-settings input[type="search"]{font-size:16px}.horoscope-settings .birth-city-field>small{font-size:9px}}
.booking-owner-card{margin-top:32px;padding:24px;border:1px solid rgba(185,154,93,.34);border-radius:24px;background:linear-gradient(135deg,rgba(35,31,23,.87),rgba(18,21,25,.92));backdrop-filter:blur(12px)}.booking-owner-card h2{margin:10px 0;font:400 27px/1.25 Prata,serif}.booking-owner-card p{color:var(--muted);line-height:1.55}.booking-owner-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.booking-owner-actions button{min-height:43px;padding:0 15px;border:1px solid rgba(185,154,93,.52);border-radius:13px;background:rgba(185,154,93,.08);color:var(--gold-soft)}.booking-owner-actions button:first-child{background:linear-gradient(135deg,#dfc078,#a78345);color:#15110b;font-weight:700}.booking-settings-modal{max-height:92vh;overflow:auto}.booking-settings-modal>h2{font:400 34px/1.2 Prata,serif}.booking-settings-modal form{display:grid;gap:17px;margin-top:22px}.booking-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.booking-weekdays,.booking-platforms,.booking-reminders{display:flex;gap:7px;flex-wrap:wrap}.booking-weekdays label,.booking-platforms label,.booking-reminders label,.booking-toggles label{display:flex;align-items:center;gap:7px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#1b1e22}.booking-weekdays input,.booking-platforms input,.booking-reminders input[type=checkbox],.booking-toggles input{width:16px;height:16px;accent-color:#b99a5d}.booking-reminders input[type=number]{width:70px;padding:5px}.booking-toggles{display:grid;gap:8px}@media(max-width:500px){.booking-form-grid{grid-template-columns:1fr}.booking-owner-card h2{font-size:24px}}
.booking-timezone-field small{color:var(--muted);font-size:11px;line-height:1.45}.booking-timezone-field input{width:100%}
.note-card.shared::after{content:none!important}
.suggestion-card{border-left:3px solid var(--member-color,var(--gold))}

/* 1.17.1 — polished collaborative notes and narrow-screen planning controls. */
.suggestion-compose>button{width:100%;min-height:48px;padding:0 18px;border-color:#ddc47f;background:linear-gradient(135deg,#e3c77f 0%,#b28c4d 100%);color:#17120b;font-weight:750;letter-spacing:.02em;box-shadow:0 12px 28px rgba(185,154,93,.16);cursor:pointer}.suggestion-compose>button:active{transform:translateY(1px);box-shadow:0 6px 16px rgba(185,154,93,.12)}.suggestion-compose>button:disabled{opacity:.45;cursor:not-allowed}
.habit-remind-create,.plan-reminder-create{width:100%;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}.habit-remind-create input,.plan-reminder-create input{display:block;width:100%;min-width:0;max-width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none}.habit-remind-create input::-webkit-date-and-time-value,.plan-reminder-create input::-webkit-date-and-time-value{min-width:0;text-align:left}.habit-remind-create small,.plan-reminder-create small{display:block;min-width:0}
.plan-category-create-field{margin-bottom:15px}.plan-calendar-toggle{margin:0 0 17px!important;padding:2px 0!important;border:0!important;border-radius:0!important;background:transparent!important}.plan-calendar-toggle input{-webkit-appearance:none;appearance:none;position:relative;border:1px solid #696d74!important;border-radius:7px!important;background:#171a1e!important}.plan-calendar-toggle input:checked{border-color:var(--gold)!important;background:linear-gradient(135deg,#dfc078,#a78345)!important}.plan-calendar-toggle input:checked:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:#17120b;font-size:13px;font-weight:800}.plan-reminder-create{margin-top:0!important;margin-bottom:15px}
@media(max-width:520px){.habit-create-card,.plan-create-card,.plan-card{min-width:0;overflow:hidden}.habit-remind-create,.plan-reminder-create{contain:inline-size}.habit-remind-create input,.plan-reminder-create input{height:54px;padding:0 14px;font-size:16px}.plan-notify-settings{grid-template-columns:minmax(0,1fr)!important}.plan-notify-settings>label,.plan-notify-settings>label:nth-of-type(3),.plan-notify-settings>button{grid-column:1!important;width:100%;min-width:0;box-sizing:border-box}.plan-notify-settings>label:nth-of-type(3){grid-template-columns:minmax(0,1fr)!important;align-items:stretch}.plan-notify-settings input[type=time]{display:block;width:100%;max-width:100%;min-width:0;height:48px;box-sizing:border-box;-webkit-appearance:none;appearance:none;font-size:16px}.plan-notify-settings input[type=time]::-webkit-date-and-time-value{text-align:left}.plan-reminder-row{grid-template-columns:minmax(0,1fr)!important}.plan-reminder-row label,.plan-reminder-row input,.plan-reminder-row button{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.plan-reminder-row input{height:54px;font-size:16px;-webkit-appearance:none;appearance:none}.plan-reminder-row input::-webkit-date-and-time-value{text-align:left}.plan-reminder-row button{height:48px}.suggestion-actions{display:grid;grid-template-columns:1fr 1fr}}
/* Daily digest */
.digest-entry{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px;padding:28px;border:1px solid rgba(196,163,94,.28);border-radius:30px;background:linear-gradient(135deg,rgba(32,29,24,.9),rgba(18,21,25,.9));box-shadow:0 22px 60px rgba(0,0,0,.24)}
.digest-entry h2{margin:9px 0 8px;font-family:Prata,serif;font-size:clamp(29px,5vw,44px);font-weight:400}.digest-entry p{margin:0;color:var(--muted)}
.digest-entry button,.digest-actions button,.digest-settings>button{border:1px solid rgba(216,181,106,.42);border-radius:18px;padding:15px 19px;color:var(--gold);background:rgba(216,181,106,.06);white-space:nowrap}
.digest-view{position:relative;isolation:isolate;min-height:calc(var(--app-viewport-height) - 90px);padding-bottom:130px;background-position:center;background-size:cover;background-attachment:fixed}
.digest-view::before{content:"";position:fixed;z-index:-2;inset:0;background-position:center;background-size:cover;opacity:.46;transition:background-image .5s ease}.digest-view::after{content:"";position:fixed;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(7,9,10,.97) 0%,rgba(7,9,10,.82) 58%,rgba(7,9,10,.58) 100%)}
.digest-view[data-digest-scene="morning"]::before{background-image:url('/static/digest/digest-morning-mobile.webp')}.digest-view[data-digest-scene="day"]::before{background-image:url('/static/digest/digest-day-mobile.webp')}.digest-view[data-digest-scene="evening"]::before{background-image:url('/static/digest/digest-evening-mobile.webp')}.digest-view[data-digest-scene="night"]::before{background-image:url('/static/digest/digest-night-mobile.webp')}
.digest-hero{margin:46px 0 28px}.digest-hero h1,.digest-hero h2{margin:10px 0;font-family:Prata,serif;font-size:clamp(52px,12vw,86px);font-weight:400}.digest-hero p{color:var(--muted);text-transform:capitalize}
.digest-content{display:grid;gap:18px}.digest-content>section,.digest-editorial>section,.digest-facts>section,.digest-settings{border:1px solid rgba(216,181,106,.23);border-radius:28px;padding:26px;background:rgba(19,22,26,.89);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.digest-weather{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px}.digest-weather>div:first-child{display:flex;align-items:center;gap:12px}.digest-weather span{font-size:42px}.digest-weather strong{font-family:Prata,serif;font-size:64px;color:var(--gold)}.digest-weather h2{margin:0 0 6px;font-family:Prata,serif;font-size:32px}.digest-weather p{margin:0 0 8px;color:var(--text)}.digest-weather small{display:block;margin-top:5px;color:var(--muted)}
.digest-editorial,.digest-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.digest-editorial p,.digest-panel p{font-family:Prata,serif;font-size:22px;line-height:1.65}.digest-panel h2{font-family:Prata,serif;font-weight:400}
.digest-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.digest-facts ul{margin:18px 0 0;padding:0;list-style:none}.digest-facts li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:var(--muted);line-height:1.55}.digest-facts li:last-child{border:0}.digest-facts a{color:inherit;text-decoration:none}.digest-facts b{color:var(--gold)}.digest-muted{color:var(--muted)}
.digest-english h2{margin:13px 0 5px;font-family:Prata,serif;font-size:38px;font-weight:400}.digest-english .pronunciation{color:var(--muted)}.digest-english>strong{display:block;margin:13px 0;color:var(--gold);font-size:20px}.digest-english small{display:block;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09);color:var(--muted)}
.digest-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.digest-settings{display:grid;gap:18px}.digest-settings>label{display:flex;align-items:center;gap:12px}.digest-settings fieldset{border:0;padding:0;margin:0}.digest-settings legend{margin-bottom:12px;color:var(--muted)}#digestSections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#digestSections label{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}
@media(min-width:768px) and (orientation:landscape){.digest-view[data-digest-scene="morning"]::before{background-image:url('/static/digest/digest-morning-desktop.webp')}.digest-view[data-digest-scene="day"]::before{background-image:url('/static/digest/digest-day-desktop.webp')}.digest-view[data-digest-scene="evening"]::before{background-image:url('/static/digest/digest-evening-desktop.webp')}.digest-view[data-digest-scene="night"]::before{background-image:url('/static/digest/digest-night-desktop.webp')}}
@media(max-width:700px){.digest-entry{align-items:flex-start;flex-direction:column}.digest-entry button{width:100%}.digest-weather{grid-template-columns:1fr}.digest-editorial,.digest-facts{grid-template-columns:1fr}.digest-content>section,.digest-editorial>section,.digest-facts>section,.digest-settings{padding:20px;border-radius:22px}.digest-weather strong{font-size:52px}.digest-actions{display:grid}.digest-actions button{width:100%}#digestSections{grid-template-columns:1fr}}

/* Calm digest typography and native-looking premium controls */
.digest-editorial p,.digest-panel p{font:400 13px/1.72 Manrope,sans-serif}.digest-english .pronunciation,.digest-english>small{display:none!important}.digest-settings input[type="time"]{min-height:48px;padding:0 14px;border:1px solid rgba(216,181,106,.25);border-radius:14px;background:#1d2025;color:#eee;color-scheme:dark;font:500 14px Manrope,sans-serif}

/* Compact premium disclosures: digest delivery and plan creation. */
[data-view="today"] .horoscope-entry h2,[data-view="today"] .digest-entry h2{margin:7px 0 5px;font:400 25px/1.3 var(--font-display);letter-spacing:-.015em}
.digest-settings{display:block;padding:0!important;overflow:visible;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.digest-settings-summary,.plan-create-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none}
.digest-settings-summary{width:100%;padding:20px;border:0!important;background:transparent!important;text-align:left;color:inherit}
.plan-create-summary::-webkit-details-marker{display:none}
.digest-settings-summary>span:first-child,.plan-create-summary>span{display:grid;gap:7px}
.digest-settings-summary strong,.plan-create-summary strong{font:400 20px/1.25 var(--font-display);color:var(--text)}
.digest-settings-hint{color:var(--gold-soft);font-size:10px}
.digest-settings-body{padding:0 20px 20px;display:grid;gap:17px}
.digest-settings-body[hidden]{display:none!important}
.digest-settings-body>label{display:flex;align-items:center;gap:12px}
.digest-settings-body>button{min-height:48px;border:1px solid rgba(216,181,106,.42);border-radius:16px;color:var(--gold);background:rgba(216,181,106,.06)}
.digest-english h2{font-size:clamp(24px,7vw,31px);line-height:1.25;overflow-wrap:anywhere}
.digest-english>strong{font:600 15px/1.5 Manrope,sans-serif}
.digest-english>p:not(.pronunciation){font:400 12px/1.65 Manrope,sans-serif}
.plan-create-disclosure{display:block;padding:0!important;overflow:hidden}
.plan-create-summary{padding:18px}
.plan-create-summary i{color:var(--gold-soft);font-size:17px;font-style:normal;transition:transform .2s ease}
.plan-create-disclosure[open]>.plan-create-summary i{transform:rotate(180deg)}
.plan-create-body{padding:0 18px 18px}
@media(max-width:520px){.digest-settings-summary,.plan-create-summary{padding:17px}.digest-settings-body{padding:0 17px 18px}.plan-create-body{padding:0 16px 17px}.digest-english h2{font-size:clamp(23px,7.4vw,29px)}}

/* 1.22.4 — stable Mini App digest rendering. */
.digest-view::before,.digest-view::after{content:none!important;display:none!important}
.digest-view{background-image:none!important;background-color:transparent!important}
.digest-view .digest-content>section,.digest-view .digest-editorial>section,.digest-view .digest-facts>section{background:linear-gradient(145deg,rgba(24,27,31,.98),rgba(14,17,20,.98));backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.digest-status{margin:0 0 14px;padding:13px 16px;border:1px solid rgba(216,181,106,.24);border-radius:15px;background:rgba(25,23,19,.96);color:var(--gold-soft);font:500 11px/1.5 Manrope,sans-serif}
.digest-status[hidden]{display:none!important}.digest-actions button:disabled{opacity:.48;cursor:wait}
.digest-settings-static{border:1px solid rgba(216,181,106,.23);border-radius:22px;background:linear-gradient(145deg,rgba(24,27,31,.98),rgba(14,17,20,.98))}
.digest-settings-heading{padding:20px 20px 0;display:grid;gap:8px}.digest-settings-heading strong{font:400 20px/1.25 var(--font-display);color:var(--text)}
.digest-settings-static .digest-settings-body{padding-top:18px}
.english-call-settings{padding:18px;border:1px solid rgba(216,181,106,.25);border-radius:19px;background:linear-gradient(145deg,rgba(32,29,22,.7),rgba(15,18,20,.82));box-shadow:inset 0 1px rgba(255,239,191,.035)}.english-call-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.english-call-settings-head h3{margin:7px 0 5px;font:400 21px/1.25 var(--font-display)}.english-call-settings-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.english-call-master{min-height:40px;padding:0 12px;display:flex!important;align-items:center;gap:8px;border:1px solid rgba(216,181,106,.3);border-radius:12px;background:rgba(216,181,106,.06);color:var(--gold-soft);font-size:10px}.english-call-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:16px}.english-call-periods>label{min-width:0;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 9px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025)}.english-call-periods>label>span{display:grid}.english-call-periods b{font-size:11px}.english-call-periods small{color:var(--muted);font-size:8px}.english-call-periods input[type=time]{grid-column:1/-1;width:100%;min-height:40px;margin-top:7px}.english-call-test{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:12px}.english-call-test select,.english-call-test button{min-height:43px;padding:0 12px;border:1px solid rgba(216,181,106,.27);border-radius:12px;background:#1d2025;color:var(--gold-soft)}.english-call-test button{background:rgba(216,181,106,.08)}.english-call-history{margin-top:20px;padding:20px;border:1px solid rgba(216,181,106,.2);border-radius:22px;background:rgba(15,18,20,.84)}#englishCallHistory{display:grid;gap:9px;margin-top:13px}.english-call-history-card{padding:14px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:rgba(255,255,255,.025)}.english-call-history-card small,.english-call-history-card b,.english-call-history-card span{display:block}.english-call-history-card small{color:var(--gold);font-size:8px;text-transform:uppercase;letter-spacing:.09em}.english-call-history-card b{margin-top:7px;font-size:12px}.english-call-history-card p{margin:5px 0;color:#b9bab8;font-size:10px}.english-call-history-card span{color:var(--muted);font-size:9px}@media(max-width:620px){.english-call-settings-head{display:grid}.english-call-master{width:max-content}.english-call-periods{grid-template-columns:1fr}.english-call-test{grid-template-columns:1fr}.english-call-test button{width:100%}}
.account-security-panel{margin-top:28px;background:linear-gradient(145deg,rgba(30,28,22,.92),rgba(17,22,22,.96));border-color:rgba(185,154,93,.28)}
.account-security-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.account-security-head h3{margin:8px 0 7px;font:400 27px var(--font-display)}.account-security-head p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.account-security-seal{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(216,181,106,.45);border-radius:50%;color:var(--gold-soft);font:400 14px var(--font-display)}
.account-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.account-method{padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(10,14,15,.44)}.account-method header,.account-method header>div{display:flex;align-items:center;gap:11px}.account-method header{justify-content:space-between}.account-method-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(185,154,93,.3);border-radius:50%;color:var(--gold-soft)}.account-method b,.account-method small{display:block}.account-method b{font-size:12px}.account-method small{margin-top:3px;color:var(--muted);font-size:9px}.account-method>p{margin:14px 0;color:var(--muted);font-size:10px}.account-status{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:8px;letter-spacing:.07em;text-transform:uppercase}.account-status.verified{border-color:rgba(111,182,143,.38);background:rgba(67,130,96,.1);color:#acd8bc}.account-method-actions{display:flex;flex-wrap:wrap;gap:7px}.account-method-actions button,.account-inline-form button,.account-link-code button,.account-link-code a{min-height:39px;padding:0 14px;border:1px solid rgba(185,154,93,.32);border-radius:11px;background:rgba(185,154,93,.07);color:var(--gold-soft);font:500 10px var(--font-ui);cursor:pointer;text-decoration:none}.account-method-actions .danger-quiet,.account-inline-form .danger-quiet{border-color:rgba(198,105,95,.28);color:#d9958c}.account-inline-form,.account-link-code{margin-top:14px;padding:18px;border:1px solid rgba(185,154,93,.24);border-radius:16px;background:rgba(8,11,12,.45)}.account-inline-form[hidden],.account-link-code[hidden]{display:none}.account-inline-form h4,.account-link-code h4{margin:0 0 13px;font:400 18px var(--font-display)}.account-inline-form>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.account-inline-form label{display:grid;gap:6px}.account-inline-form label span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.account-inline-form input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#1d2224;color:var(--text);box-sizing:border-box}.account-inline-form footer{display:flex;gap:8px;margin-top:13px}.account-link-code p,.account-confirm-form p{color:var(--muted);font-size:10px;line-height:1.5}.account-link-code>div{display:grid;grid-template-columns:1fr auto;gap:8px;margin:12px 0}.account-link-code strong{min-height:48px;padding:0 14px;display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;color:#e7c878;font:400 22px var(--font-display);letter-spacing:.1em}.account-link-code a{display:inline-flex;align-items:center}.account-feedback{min-height:15px;margin:10px 0 0;color:#d89a91;font-size:9px}
@media(max-width:700px){.account-security-panel{margin-top:18px}.account-security-head h3{font-size:23px}.account-methods{grid-template-columns:1fr}.account-inline-form>div{grid-template-columns:1fr}.account-inline-form footer,.account-method-actions{display:grid;grid-template-columns:1fr}.account-link-code>div{grid-template-columns:1fr}.account-link-code strong{justify-content:center}.account-method-actions button,.account-inline-form button,.account-link-code button,.account-link-code a{width:100%;justify-content:center}.account-security-seal{width:44px;height:44px}}

/* Stable dark plan-item choices and optional notes. */
.plan-item-sheet textarea{width:100%;min-height:92px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;outline:0;resize:vertical;background:linear-gradient(145deg,#202329,#191c20);color:var(--text);line-height:1.55}.plan-item-sheet textarea:focus{border-color:rgba(185,154,93,.55);box-shadow:0 0 0 3px rgba(185,154,93,.07)}
.plan-item-sheet .plan-item-title-input{min-height:76px;overflow-y:hidden;resize:none;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}
.plan-choice{position:relative;min-width:0}.plan-choice-trigger{width:100%;min-height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(145deg,#202329,#191c20);color:var(--text);font-size:14px;text-align:left;cursor:pointer}.plan-choice-trigger i{width:8px;height:8px;border-right:2px solid #cbb47d;border-bottom:2px solid #cbb47d;transform:rotate(45deg) translateY(-2px);transition:transform .18s}.plan-choice.open .plan-choice-trigger{border-color:rgba(185,154,93,.55);box-shadow:0 0 0 3px rgba(185,154,93,.07)}.plan-choice.open .plan-choice-trigger i{transform:rotate(225deg) translate(-2px,-2px)}.plan-choice-menu{position:absolute;z-index:40;top:calc(100% + 7px);left:0;right:0;max-height:230px;padding:6px;overflow:auto;border:1px solid rgba(216,181,106,.32);border-radius:14px;background:#171a1e;box-shadow:0 20px 55px rgba(0,0,0,.58)}.plan-choice-menu[hidden]{display:none}.plan-choice-option{width:100%;min-height:43px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#ddd;text-align:left;cursor:pointer}.plan-choice-option:hover,.plan-choice-option:focus-visible{outline:0;background:rgba(185,154,93,.11);color:#f4e4bb}.plan-choice-option.selected{background:linear-gradient(90deg,rgba(185,154,93,.24),rgba(185,154,93,.07));color:var(--gold-soft)}

/* Google Docs and Sheets inside personal and collaborative notes. */
.google-doc-tool{border-color:rgba(112,162,128,.32)!important;color:#b9d7c1!important;background:rgba(69,120,84,.12)!important}.google-attachment-head{margin:20px 0 9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.google-attachment-head button{min-height:36px;padding:0 12px;border:1px solid rgba(185,154,93,.28);border-radius:11px;background:rgba(185,154,93,.07);color:var(--gold-soft)}.google-attachment-list{display:grid;gap:9px}.google-attachment-list:empty{display:none}.google-attachment-card{position:relative;min-width:0;padding:14px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid rgba(185,154,93,.24);border-radius:16px;background:linear-gradient(145deg,rgba(28,32,34,.98),rgba(15,18,20,.98));box-shadow:0 14px 35px rgba(0,0,0,.2)}.google-attachment-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(109,168,127,.35);border-radius:12px;background:rgba(66,121,83,.12);color:#b8d8c2;font-weight:700}.google-attachment-card small{display:block;color:#858a87;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.google-attachment-card a{display:inline-block;margin-top:5px;color:#f1d893;font-size:13px;font-weight:650;text-decoration:none;overflow-wrap:anywhere}.google-attachment-card a i{font-style:normal}.google-attachment-card p{margin:6px 0 0;color:#b8b9b7;font-size:10px;line-height:1.5}.google-attachment-card>button{width:29px;height:29px;border:1px solid rgba(190,105,98,.22);border-radius:9px;background:rgba(190,105,98,.06);color:#c9908b}.google-document-sheet>p{margin:8px 0 18px;color:var(--muted);font-size:10px;line-height:1.55}.google-document-sheet form{display:grid;gap:14px}.google-document-sheet input,.google-document-sheet select,.google-document-sheet textarea{width:100%;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;outline:0;background:linear-gradient(145deg,#202329,#191c20);color:var(--text);color-scheme:dark}.google-document-sheet textarea{resize:vertical;line-height:1.5}.google-document-hint{margin:0!important;padding:11px 13px;border-left:2px solid rgba(185,154,93,.5);border-radius:0 10px 10px 0;background:rgba(185,154,93,.055);color:#9d9a91!important}.rich-editor-body a,.shared-note-content a{color:#e5c574;text-decoration:underline;text-decoration-color:rgba(229,197,116,.45);text-underline-offset:3px}@media(max-width:430px){.google-attachment-card{grid-template-columns:34px minmax(0,1fr) auto;padding:12px;gap:9px}.google-attachment-icon{width:34px;height:34px}}
.notes-create-actions{width:min(280px,100%);display:grid;gap:8px;margin:14px 0 22px}.notes-create-actions .quiet-add{width:100%;min-height:42px;padding:0 15px;border-radius:13px;font-size:11px}.notes-create-actions .calendar-docs-open{border-color:rgba(101,158,121,.34);background:rgba(62,112,79,.1);color:#bdd8c5}.calendar-docs-sheet{overflow-y:auto;padding-bottom:34px}.calendar-docs-sheet .calendar-docs-intro{margin:0 0 18px;color:var(--muted);font-size:10px;line-height:1.55}.calendar-docs-sheet form{display:grid;gap:14px}.calendar-docs-sheet .field{display:grid;gap:8px}.calendar-docs-sheet .field>span{color:var(--muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.calendar-docs-sheet input,.calendar-docs-sheet select,.calendar-docs-sheet textarea{width:100%;min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;outline:0;background:linear-gradient(145deg,#202329,#191c20);color:var(--text);color-scheme:dark}.calendar-docs-sheet textarea{resize:vertical;line-height:1.5}.calendar-doc-note{display:grid!important;gap:7px}.calendar-doc-note .calendar-doc-kind{color:#9fc7aa;font-size:8px;letter-spacing:.12em}.calendar-doc-note>a{color:#efd182;text-decoration:none;font-size:12px;font-weight:650}.calendar-doc-note>small{color:#777b7d;font-size:8px}.calendar-doc-space-card{border-color:rgba(104,160,122,.22)!important}
.notes-create-actions{width:min(600px,100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.notes-create-actions .quiet-add{min-height:52px;border:1px solid rgba(216,181,106,.42);border-radius:16px;background:linear-gradient(145deg,rgba(216,181,106,.14),rgba(109,88,48,.05));box-shadow:inset 0 1px rgba(255,239,191,.05),0 14px 34px rgba(0,0,0,.16);color:var(--gold-soft);font:500 11px/1.2 var(--font-ui);letter-spacing:.025em}.notes-create-actions .calendar-docs-open{border-color:rgba(216,181,106,.42);background:linear-gradient(145deg,rgba(216,181,106,.14),rgba(109,88,48,.05));color:var(--gold-soft)}.notes-create-actions .quiet-add:active{transform:translateY(1px);box-shadow:inset 0 1px rgba(255,239,191,.04)}
.calendar-docs-launchers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 10px}.calendar-docs-launchers a{min-height:58px;padding:0 14px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid rgba(216,181,106,.36);border-radius:15px;background:linear-gradient(145deg,rgba(216,181,106,.13),rgba(32,29,22,.2));box-shadow:inset 0 1px rgba(255,240,198,.05),0 13px 30px rgba(0,0,0,.16);color:var(--gold-soft);text-decoration:none}.calendar-docs-launchers a span{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(216,181,106,.32);border-radius:10px;background:rgba(216,181,106,.08);font:500 12px var(--font-ui)}.calendar-docs-launchers a b{font:500 10px/1.25 var(--font-ui)}.calendar-docs-launchers a i{font-style:normal;font-size:13px}.calendar-docs-return-note{margin:0 0 17px;padding:10px 12px;border-left:2px solid rgba(216,181,106,.48);border-radius:0 10px 10px 0;background:rgba(216,181,106,.05);color:var(--muted);font-size:9px;line-height:1.5}@media(max-width:390px){.notes-create-actions{gap:7px}.notes-create-actions .quiet-add{min-height:48px;padding:0 9px;font-size:10px}.calendar-docs-launchers{gap:7px}.calendar-docs-launchers a{min-height:54px;padding:0 9px;grid-template-columns:26px minmax(0,1fr) auto;gap:7px}.calendar-docs-launchers a span{width:26px;height:26px}.calendar-docs-launchers a b{font-size:9px}}
.numerology-entry{margin-top:22px;padding:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;border:1px solid rgba(216,181,106,.28);border-radius:22px;background:linear-gradient(135deg,rgba(185,154,93,.1),rgba(18,21,24,.94))}.numerology-entry h2,.numerology-entry h3{margin:7px 0;font:400 25px/1.3 var(--font-display)}.numerology-entry p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.numerology-entry button,.numerology-actions button,.numerology-profile-card button{min-height:48px;padding:0 20px;border:1px solid rgba(216,181,106,.38);border-radius:14px;background:rgba(185,154,93,.1);color:var(--gold-soft)}.numerology-view{min-height:100dvh;padding-bottom:max(90px,env(safe-area-inset-bottom))}.numerology-profile-card,.numerology-content{margin-top:22px;padding:28px;border:1px solid rgba(216,181,106,.22);border-radius:24px;background:linear-gradient(145deg,rgba(39,34,26,.72),rgba(17,20,23,.96))}.numerology-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.numerology-form-grid label{display:grid;gap:8px}.numerology-form-grid label>span{color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.numerology-form-grid input{width:100%;min-height:54px;padding:0 15px;border:1px solid var(--line);border-radius:14px;background:#1d2025;color:#f3f0e8;font-size:16px;color-scheme:dark}.numerology-confirmation{color:var(--muted);font-size:11px;line-height:1.6}.numerology-profile-card header,.numerology-content>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.numerology-profile-card h2{margin:7px 0;font:400 28px var(--font-display)}.numerology-profile-card small{color:var(--muted)}.numerology-seal,.numerology-content>header>strong{display:grid;place-items:center;min-width:74px;height:74px;border:1px solid rgba(216,181,106,.42);border-radius:50%;color:var(--gold-soft);font:400 34px var(--font-display)}.numerology-number-grid{margin:24px 0 14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.numerology-number-grid>div{padding:16px 10px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.02);text-align:center}.numerology-number-grid strong{display:block;color:var(--gold-soft);font:400 27px var(--font-display)}.numerology-number-grid span{display:block;margin-top:6px;color:var(--muted);font-size:9px}.numerology-periods{margin-top:20px}.numerology-content>header small{margin-left:auto;color:var(--muted)}.numerology-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.numerology-sections section{padding:20px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.018)}.numerology-sections section:first-child,.numerology-sections section:last-child{grid-column:1/-1;border-color:rgba(216,181,106,.25)}.numerology-sections h3{margin:0 0 9px;color:var(--gold-soft);font-size:12px}.numerology-sections p{margin:0;color:#d4d3cf;font-size:12px;line-height:1.75}.numerology-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.digest-numerology{margin-top:22px;padding-top:20px;border-top:1px solid rgba(216,181,106,.22)}.digest-numerology p{margin-bottom:0!important}@media(max-width:700px){.numerology-entry{grid-template-columns:1fr}.numerology-entry button{width:100%}.numerology-form-grid,.numerology-sections{grid-template-columns:1fr}.numerology-number-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.numerology-sections section:first-child,.numerology-sections section:last-child{grid-column:auto}.numerology-profile-card,.numerology-content{padding:20px}.numerology-actions{display:grid}.numerology-actions button{width:100%}.numerology-view input{font-size:16px}}
.numerology-profile{margin-top:22px;padding:28px;border:1px solid rgba(216,181,106,.22);border-radius:24px;background:linear-gradient(145deg,rgba(39,34,26,.72),rgba(17,20,23,.96))}.numerology-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.numerology-lock-note{color:var(--muted);font-size:11px;line-height:1.6}.numerology-profile form>button{min-height:48px;padding:0 20px;border:1px solid rgba(216,181,106,.38);border-radius:14px;background:rgba(185,154,93,.1);color:var(--gold-soft)}.numerology-profile-summary header{display:flex;align-items:center;justify-content:space-between;gap:18px}.numerology-profile-summary h2{margin:7px 0;font:400 28px var(--font-display)}.numerology-profile-summary small{color:var(--muted)}@media(max-width:700px){.numerology-profile{padding:20px}.numerology-profile-grid{grid-template-columns:1fr}}
.personal-data-card{margin:22px 0;padding:26px;display:grid;gap:18px;border:1px solid rgba(216,181,106,.3);border-radius:24px;background:linear-gradient(145deg,rgba(40,35,26,.82),rgba(16,19,22,.97));box-shadow:0 22px 60px rgba(0,0,0,.22)}.personal-data-card header h2{margin:7px 0 0;font:400 25px/1.3 var(--font-display)}.personal-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.personal-data-grid .personal-city-field{grid-column:1/-1;position:relative}.personal-data-card input{width:100%;height:54px;padding:0 15px;border:1px solid rgba(216,181,106,.24);border-radius:14px;background:linear-gradient(145deg,#202329,#181b20);color:#f3f0e8;font-size:16px;color-scheme:dark;outline:none;transition:border-color .18s,box-shadow .18s}.personal-data-card input:focus{border-color:rgba(226,194,122,.72);box-shadow:0 0 0 3px rgba(185,154,93,.1)}.personal-data-card input:disabled{color:#aaa69c;opacity:.76}.personal-data-card .unknown-time{display:flex;align-items:center;gap:10px}.personal-data-card .unknown-time input{width:20px;height:20px;accent-color:var(--gold)}.personal-data-card>button{min-height:54px;border:1px solid rgba(235,207,139,.48);border-radius:15px;background:linear-gradient(135deg,#e1c276,#a98749);color:#17130c;font-weight:700}.latin-name-hint,.personal-change-note{margin:0;padding:14px 16px;border-left:2px solid var(--gold);background:rgba(185,154,93,.065);color:#aaa9a5;font-size:11px;line-height:1.65}.latin-name-hint b{color:var(--gold-soft)}.personal-change-note{padding-top:0;border-left:0;background:none;color:#777b81}.personal-disclosure{margin:16px 0;border:1px solid rgba(216,181,106,.24);border-radius:22px;background:rgba(16,19,22,.93);overflow:hidden}.personal-disclosure summary{padding:21px 23px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none}.personal-disclosure summary::-webkit-details-marker{display:none}.personal-disclosure summary span{display:grid;gap:5px}.personal-disclosure summary small{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.18em}.personal-disclosure summary b{font:400 24px/1.25 var(--font-display)}.personal-disclosure summary em{color:var(--muted);font-size:10px;font-style:normal}.personal-disclosure summary i{color:var(--gold-soft);font-size:22px;font-style:normal;transition:transform .2s}.personal-disclosure[open] summary i{transform:rotate(180deg)}.personal-disclosure[open] summary{border-bottom:1px solid rgba(216,181,106,.16);background:linear-gradient(90deg,rgba(185,154,93,.08),transparent)}.personal-disclosure-body{padding:20px 22px}.personal-disclosure .numerology-entry{margin:0}@media(max-width:620px){.personal-data-card{padding:19px}.personal-data-grid{grid-template-columns:1fr}.personal-data-grid .personal-city-field{grid-column:auto}.personal-disclosure summary{padding:18px}.personal-disclosure-body{padding:16px}.personal-disclosure summary b{font-size:20px}}
.delivery-settings{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,280px);gap:14px;margin-bottom:20px}.delivery-toggle,.delivery-time{min-height:64px;padding:11px 16px;border:1px solid rgba(216,181,106,.24);border-radius:16px;background:linear-gradient(145deg,#232529,#14171b)}.delivery-toggle{position:relative;display:flex;align-items:center;gap:12px;cursor:pointer}.delivery-toggle>input{position:absolute;opacity:0}.delivery-toggle>b{color:#e7e2d7;font-size:12px;font-weight:500}.delivery-switch{position:relative;flex:0 0 46px;width:46px;height:26px;border:1px solid rgba(216,181,106,.34);border-radius:99px;background:#111419;transition:.2s}.delivery-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#777a7e;transition:.2s}.delivery-toggle>input:checked+.delivery-switch{background:rgba(185,154,93,.25)}.delivery-toggle>input:checked+.delivery-switch:after{left:23px;background:linear-gradient(135deg,#efd589,#b78c43)}.delivery-time{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.delivery-time>span{color:#999b9f;font-size:10px;letter-spacing:.09em;text-transform:uppercase}.delivery-time input[type=time]{width:112px;height:42px;padding:0 11px;border:1px solid rgba(216,181,106,.32);border-radius:11px;background:#171a1f;color:#eadcb8;font-size:16px;color-scheme:dark}.personal-disclosure .numerology-profile,.personal-disclosure .numerology-content{margin-top:18px}@media(max-width:620px){.delivery-settings{grid-template-columns:1fr}.personal-disclosure .numerology-profile,.personal-disclosure .numerology-content{padding:18px}}
.note-todo-list{display:grid;gap:7px;margin:10px 0}.note-todo-item{display:grid;grid-template-columns:25px minmax(0,1fr);gap:9px;align-items:start;min-height:28px;padding:4px 0}.note-todo-checkbox{width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(216,181,106,.52);border-radius:7px;cursor:pointer;background:rgba(255,255,255,.025);user-select:none}.note-todo-checkbox:after{content:''}.note-todo-item.completed .note-todo-checkbox{border-color:#84b784;background:#84b784}.note-todo-item.completed .note-todo-checkbox:after{content:'✓';color:#151a15;font-weight:800}.note-todo-text{min-width:0;outline:0}.note-todo-item.completed .note-todo-text{text-decoration:line-through;color:#858a8d}.inline-shared-todo{margin:18px 0;padding:16px;border:1px solid rgba(216,181,106,.24);border-radius:17px;background:rgba(216,181,106,.035)}.inline-shared-todo>.eyebrow{display:block;margin-bottom:11px}.shared-checklist-item.inline{grid-template-columns:28px minmax(0,1fr) auto;background:rgba(17,20,24,.72)}.inline-check-toggle{padding:0}.inline-todo-actions{display:flex!important;grid-auto-flow:column;gap:5px}.inline-todo-actions button{width:28px;height:28px;border:1px solid var(--line);border-radius:8px;color:var(--muted)}
