:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-files: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bg-gradient: linear-gradient( 180deg, #3a1020 0%, #5a1830 28%, #74243c 58%, #943048 100% );--chat-logo-width: min(232px, 56vw);--sections-bar-inset: 16px;color:#0f172a;background:#3a1020}*{box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;overflow:hidden;background:#3a1020;overscroll-behavior:none;touch-action:manipulation}#root{height:100%;overflow:hidden}.page-root{width:100%;max-width:760px;height:var(--tg-viewport-stable-height, var(--app-height-stable, 100dvh));max-height:var(--tg-viewport-stable-height, var(--app-height-stable, 100dvh));margin:0 auto;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-gradient);color:#f8fafc}.page-content{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:18px 14px calc(88px + env(safe-area-inset-bottom,0px))}.mobile-header{margin-bottom:10px}.mobile-header h1{margin:0;font-size:24px;color:#fff}.mobile-header .muted{color:#ffffffb8}.mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px;margin-bottom:12px;color:#0f172a}.fs-item{width:100%;border:0;background:transparent;text-align:left;padding:12px 10px;border-radius:10px;display:flex;align-items:center;gap:10px;color:#0f172a;cursor:pointer;font-family:var(--font-files);font-size:17px;font-weight:600;line-height:1.25}.fs-item:hover{background:#f8fafc}.fs-icon{width:20px;font-size:24px}.back-btn{border:0;background:transparent;color:#93c5fd;font-size:15px;padding:6px 4px 12px;cursor:pointer}.mobile-card .back-btn{color:#2563eb}.fs-item:disabled{opacity:.5;cursor:not-allowed}.details-loader{padding:20px 8px 12px;text-align:center;font-family:var(--font-files)}.details-loader-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:details-spin .9s linear infinite}@keyframes details-spin{to{transform:rotate(360deg)}}.details-loader-title{margin:0 0 6px;font-size:17px;font-weight:600;color:#0f172a}.details-loader-record{margin:0 0 10px;font-size:15px}.details-loader-hint{margin:0 0 8px;font-size:14px;line-height:1.45}.details-loader-timer{margin:0;font-size:13px;font-variant-numeric:tabular-nums}.details-content{font-family:var(--font-files)}.details-content h2{margin-top:0;margin-bottom:12px;font-size:20px}.report-block{margin-bottom:18px}.report-block h3{margin:0 0 8px;color:#334155;font-size:14px;font-weight:600}.metrics-table-wrap{overflow-x:auto;margin-bottom:12px}.metrics-table{width:100%;border-collapse:collapse;margin-bottom:8px}.metrics-table--report th,.metrics-table--report td{padding:10px 8px;vertical-align:top}.metrics-table--report th{border-bottom:1px solid #e2e8f0}.metrics-table--report tbody tr:nth-child(2n){background:#f8fafc}.formatted-comment{margin-top:4px;line-height:1.55;color:#334155}.formatted-comment-heading{margin:0 0 8px;font-size:18px;font-weight:600}.formatted-comment-subheading{margin:0 0 6px;font-size:15px;font-weight:600}.formatted-comment-paragraph{margin:0 0 12px}.formatted-comment-list{margin:0 0 12px;padding-left:20px}.meta-line{margin:4px 0;color:#334155}.muted{color:#64748b}.error-box{border:1px solid #fecaca;color:#991b1b;background:#fef2f2;border-radius:10px;padding:10px;margin:6px 0 12px}.success-box{border:1px solid #bbf7d0;color:#166534;background:#f0fdf4;border-radius:10px;padding:10px;margin:6px 0 12px}.metrics-row--selectable{cursor:pointer}.metrics-row--selectable:hover{background:#eff6ff}.record-entry-view{font-family:var(--font-files)}.record-entry-view .back-btn{margin-bottom:8px}.metric-edit-input{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:15px;background:#fff}.metric-edit-input:disabled{opacity:.6;background:#f8fafc}.note-edit-textarea{width:100%;min-height:200px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;font-size:15px;line-height:1.5;font-family:inherit;resize:vertical;background:#fff}.note-edit-textarea:disabled{opacity:.6;background:#f8fafc}.note-entries{display:flex;flex-direction:column;gap:20px}.note-entry__date{margin:0 0 8px;font-size:14px;font-weight:600;color:#64748b}.record-entry-actions{display:flex;gap:10px;margin-top:16px}.btn-update,.btn-delete{flex:1;border:0;border-radius:10px;padding:12px 16px;font-size:15px;font-weight:600;cursor:pointer}.btn-update{background:#2563eb;color:#fff}.btn-update:disabled{opacity:.6;cursor:not-allowed}.btn-delete{background:#dc2626;color:#fff}.btn-delete:disabled{opacity:.6;cursor:not-allowed}th,td{border:0;text-align:left;padding:8px 4px}th{font-size:12px;color:#475569;font-weight:600}.note-text{margin-top:8px;line-height:1.5;white-space:pre-wrap;color:#334155}.record-summary{margin-bottom:16px}.record-item{width:100%;border:0;background:transparent;text-align:left;padding:12px 10px;border-radius:10px;display:flex;align-items:center;gap:12px;color:#0f172a;cursor:pointer;font-family:var(--font-files)}.record-item:hover{background:#f8fafc}.record-item__icon{flex:0 0 auto;font-size:24px;line-height:1}.record-item__text{display:flex;flex-direction:column;gap:2px;min-width:0}.record-item__title{font-size:17px;font-weight:600;line-height:1.25}.record-item__description{font-size:14px;font-weight:400;line-height:1.35;color:#64748b}.desktop-layout-stub{padding:24px}.app-shell{display:flex;min-height:100vh}.sidebar{width:320px;border-right:1px solid #e2e8f0;padding:16px;background:#fff}.sidebar-header{margin-bottom:12px}.section-block{margin-bottom:18px}.section-block h2{margin:0 0 6px;font-size:14px;color:#475569}.section-link{width:100%;text-align:left;border:0;background:transparent;padding:8px;border-radius:8px;margin-bottom:4px}.section-link.active{background:#dbeafe}.detail-view{flex:1;padding:24px}.app-nav-bar{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;justify-content:center;pointer-events:none;padding:0 16px calc(8px + var(--nav-bottom-offset, 0px) + var(--tg-viewport-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)))}.app-nav-bar__panel{pointer-events:auto;width:max-content;max-width:calc(100vw - 32px);padding:3px;border-radius:999px;background:#fff;box-shadow:0 8px 28px #0f172a1f}.app-nav-bar__list{display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2px;margin:0;padding:0;list-style:none}.app-nav-bar__item{width:max-content;min-width:100%;border:0;background:transparent;border-radius:999px;padding:6px 14px 7px;display:flex;flex-direction:column;align-items:center;gap:2px;color:#0f172a;cursor:pointer}.app-nav-bar__item--active{background:#eef2f7;color:#2563eb}.app-nav-bar__icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.app-nav-bar__icon svg{width:18px;height:18px}.app-nav-bar__label{font-size:10px;font-weight:600;line-height:1;white-space:nowrap;text-align:center}.chat-hero-section{display:flex;flex-direction:column;min-height:100%}.chat-hero-section__inner{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 2px}.chat-hero-section__reserve{flex:1 1 auto;min-height:0}.chat-hero__logo-wrap{width:var(--chat-logo-width);aspect-ratio:1 / .76;overflow:hidden;line-height:0;margin-top:-6px}.chat-hero__logo{width:100%;height:auto;display:block;object-fit:contain;object-position:top center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;mix-blend-mode:screen}.chat-hero__tagline{margin:20px 0 16px;font-size:clamp(22px,5.8vw,28px);font-weight:700;line-height:1.1;color:#fff;white-space:nowrap;letter-spacing:.01em;text-align:center;text-shadow:0 0 18px rgba(255,255,255,.45),0 0 36px rgba(255,200,210,.25)}.chat-input-wrap{width:100%;max-width:100%}.chat-input{display:flex;align-items:center;gap:8px;width:100%;padding:10px 10px 10px 16px;border-radius:999px;background:#ffffffe0;box-shadow:0 4px 20px #14080c2e}.chat-input__field{flex:1;min-width:0;border:0;background:transparent;font-family:inherit;font-size:16px;line-height:1.25;color:#0f172a;outline:none;touch-action:manipulation}.chat-input__field::placeholder{color:#64748b}.chat-input__field:disabled{opacity:.65}.chat-input__send{width:36px;height:36px;flex:0 0 36px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff8c;color:#94a3b8;cursor:not-allowed}.chat-input__send svg{width:18px;height:18px}.chat-input__send--active{background:#2563eb;color:#fff;cursor:pointer}.chat-input__send--active:disabled{opacity:.65;cursor:not-allowed}.calendar-section{display:flex;flex-direction:column;gap:16px}.calendar-today-header{padding:4px 2px 8px;border-bottom:1px solid #e2e8f0}.calendar-day-nav{display:flex;align-items:center;gap:8px}.calendar-day-nav__btn{flex:0 0 auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;width:40px;height:40px;font-size:18px;line-height:1;cursor:pointer}.calendar-day-nav__btn:disabled{opacity:.5;cursor:not-allowed}.calendar-day-nav__titles{flex:1 1 auto;min-width:0}.calendar-today-label{margin:0 0 4px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.calendar-today-title{margin:0;font-size:20px;line-height:1.3;color:#0f172a;text-transform:capitalize}.calendar-feed{display:flex;flex-direction:column;gap:20px}.calendar-day-block{display:flex;flex-direction:column;gap:8px}.calendar-event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.calendar-event-item{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc}.calendar-event-item__main{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calendar-event-item__title{font-size:15px;font-weight:600;color:#0f172a}.calendar-event-item__time{flex:0 0 auto;font-size:13px;color:#475569}.calendar-event-item__text{margin:8px 0 0;font-size:14px;line-height:1.45;color:#475569;white-space:pre-wrap}.calendar-status{margin:0}.calendar-error{margin:0;color:#b91c1c;font-size:14px}
