.button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;background-color:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff)}.button:hover{opacity:.9}.button:active{opacity:.8}.button:disabled{opacity:.5;cursor:not-allowed}.button.secondary{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);color:var(--tg-theme-text-color, #000000)}.button.danger{background-color:#ef4444;color:#fff}.button.full-width{width:100%}.local-dev-banner{background-color:#fff3cd;border-bottom:1px solid #ffc107;padding:12px 16px;position:sticky;top:0;z-index:1000}.banner-content{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto}.banner-icon{font-size:24px;flex-shrink:0}.banner-text{flex:1}.banner-text strong{display:block;margin-bottom:4px;color:#856404}.banner-text p{margin:4px 0;font-size:14px;color:#856404}.user-id-control{display:flex;gap:8px;margin-top:8px;align-items:center}.user-id-input{padding:6px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:150px}.banner-close{background:none;border:none;font-size:24px;cursor:pointer;color:#856404;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.banner-close:hover{opacity:.7}.sidebar-toggle{position:fixed;top:16px;left:16px;z-index:1000;background-color:var(--tg-theme-button-color, #3390ec);color:#fff;border:none;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .2s}.sidebar-toggle:hover{background-color:var(--tg-theme-button-color, #2a7bc4);transform:scale(1.05)}.sidebar-toggle-icon{font-size:24px;font-weight:700}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;background-color:var(--tg-theme-bg-color, #ffffff);box-shadow:2px 0 8px #0000001a;z-index:1000;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.sidebar.sidebar-open{transform:translate(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--tg-theme-secondary-bg-color, #f1f1f1)}.sidebar-header h2{margin:0;font-size:20px;font-weight:600;color:var(--tg-theme-text-color, #000)}.sidebar-close{background:none;border:none;font-size:32px;color:var(--tg-theme-text-color, #000);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.sidebar-close:hover{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1)}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 0}.sidebar-item{width:100%;display:flex;align-items:center;gap:12px;padding:16px 20px;background:none;border:none;text-align:left;cursor:pointer;color:var(--tg-theme-text-color, #000);transition:background-color .2s;font-size:16px}.sidebar-item:hover{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1)}.sidebar-item.active{background-color:var(--tg-theme-button-color, #3390ec);color:#fff}.sidebar-item-icon{font-size:20px;flex-shrink:0}.sidebar-item-label{flex:1;word-wrap:break-word}@media (max-width: 480px){.sidebar{width:260px}.sidebar-item-label{font-size:14px}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout.with-nav{padding-bottom:70px}.main-content{flex:1;padding:60px 16px 16px;overflow-y:auto}.top-bar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1001;background-color:var(--tg-theme-button-color, #2481cc);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;padding:0}.menu-button{flex:1;background-color:transparent;color:var(--tg-theme-button-text-color, #ffffff);border:none;padding:14px 16px;font-size:24px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:flex-start;text-align:left}.menu-button:hover{background-color:#ffffff1a}.menu-button:active{background-color:#fff3}.settings-button{background-color:transparent;color:var(--tg-theme-button-text-color, #ffffff);border:none;padding:14px 16px;font-size:24px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;border-left:1px solid rgba(255,255,255,.2)}.settings-button:hover{background-color:#ffffff1a}.settings-button:active{background-color:#fff3}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background-color:var(--tg-theme-bg-color, #ffffff);border-top:1px solid var(--tg-theme-secondary-bg-color, #f1f1f1);padding:8px 0;box-shadow:0 -2px 8px #0000001a;z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;background:none;border:none;cursor:pointer;color:var(--tg-theme-hint-color, #999999);transition:color .2s}.nav-item.active{color:var(--tg-theme-button-color, #2481cc)}.nav-icon{font-size:24px}.nav-label{font-size:12px;font-weight:500}.input-group{margin-bottom:16px}.input-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--tg-theme-text-color, #000000)}.input{width:100%;padding:12px;border:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0);border-radius:8px;font-size:16px;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);transition:border-color .2s}.input:focus{outline:none;border-color:var(--tg-theme-button-color, #2481cc)}.input::placeholder{color:var(--tg-theme-hint-color, #999999)}.input[type=number]{-moz-appearance:textfield}.input[type=number]::-webkit-outer-spin-button,.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.select{width:100%;padding:12px;border:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0);border-radius:8px;font-size:16px;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);cursor:pointer}.select:focus{outline:none;border-color:var(--tg-theme-button-color, #2481cc)}.textarea{width:100%;padding:12px;border:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0);border-radius:8px;font-size:16px;font-family:inherit;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);resize:vertical;min-height:80px}.textarea:focus{outline:none;border-color:var(--tg-theme-button-color, #2481cc)}.textarea::placeholder{color:var(--tg-theme-hint-color, #999999)}.status-bar{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin:16px 0;box-shadow:0 2px 8px #0000001a}.status-bar-header{margin-bottom:12px}.status-bar-header h3{font-size:16px;font-weight:600;margin:0;color:var(--tg-theme-text-color, #000);text-align:center}.status-bar-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.status-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background-color:var(--tg-theme-bg-color, #fff);border:2px solid var(--tg-theme-hint-color, #e0e0e0);border-radius:8px;cursor:pointer;transition:all .2s;min-height:70px}.status-option:hover{border-color:var(--tg-theme-button-color, #3390ec);background-color:var(--tg-theme-secondary-bg-color, #f8f8f8);transform:translateY(-2px)}.status-option.selected{border-color:var(--tg-theme-button-color, #3390ec);background-color:var(--tg-theme-button-color, #3390ec);color:#fff}.status-option.selected .status-emoji{filter:brightness(0) invert(1)}.status-emoji{font-size:24px;margin-bottom:4px;display:block}.status-label{font-size:12px;font-weight:500;text-align:center;color:var(--tg-theme-text-color, #000)}.status-option.selected .status-label{color:#fff}@media (max-width: 480px){.status-bar-options{grid-template-columns:repeat(2,1fr)}.status-option{min-height:80px}.status-emoji{font-size:28px}.status-label{font-size:13px}}.home-page{max-width:600px;margin:0 auto;padding:20px}.home-loading{text-align:center;padding:40px;font-size:18px}.home-header{margin-bottom:24px}.greeting-section{display:flex;flex-direction:column;align-items:center;gap:16px}.greeting{font-size:28px;font-weight:600;margin:0;text-align:center;color:var(--tg-theme-text-color, #000)}.profile-picture-container{display:flex;justify-content:center;margin-top:8px}.home-profile-picture{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--tg-theme-button-color, #3390ec);box-shadow:0 2px 8px #0000001a}.home-profile-picture-placeholder{width:100px;height:100px;border-radius:50%;background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border:3px solid var(--tg-theme-button-color, #3390ec);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.placeholder-icon{font-size:48px;color:var(--tg-theme-hint-color, #999)}.mood-section{margin-bottom:32px;display:flex;flex-direction:column;align-items:center;gap:16px}.emotional-state-badge{display:inline-flex;align-items:center;gap:8px;background-color:var(--tg-theme-button-color, #3390ec);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.emotional-state-badge.editable{cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.emotional-state-badge.editable:hover{background-color:var(--tg-theme-button-color-hover, #1a73b8);transform:scale(1.05)}.emotional-state-badge.editable:active{transform:scale(.98)}.edit-icon{font-size:12px;opacity:.8;margin-left:4px}.emotional-state-emoji{font-size:18px}.emotional-state-text{text-transform:capitalize}.features-section{display:flex;flex-direction:column;gap:16px}.feature-card{display:flex;align-items:center;gap:16px;background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.feature-card:hover{background-color:var(--tg-theme-bg-color, #fff);border-color:var(--tg-theme-button-color, #3390ec);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.feature-card:active{transform:translateY(0)}.feature-icon{font-size:32px;flex-shrink:0}.feature-content{flex:1;display:flex;flex-direction:column;gap:4px}.feature-title{font-size:18px;font-weight:600;margin:0;color:var(--tg-theme-text-color, #000)}.feature-description{font-size:14px;margin:0;color:var(--tg-theme-hint-color, #999)}.feature-arrow{font-size:20px;color:var(--tg-theme-button-color, #3390ec);flex-shrink:0}.profile-switcher{margin-bottom:16px;margin-top:16px}.profile-switcher label{display:block;margin-bottom:8px;font-size:14px;font-weight:500}.profile-info-section{margin-bottom:32px}.profile-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:20px;margin-bottom:24px}.profile-card h2{font-size:20px;margin-bottom:16px}.profile-info{margin-bottom:16px}.profile-info p{margin-bottom:8px;font-size:16px}.profile-info strong{margin-right:8px}.profile-form{margin-top:16px}.button-group{margin-top:24px;display:flex;flex-direction:column;gap:12px}.other-profiles{margin-top:24px}.other-profiles h3{font-size:18px;margin-bottom:12px}.profile-brief-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer;transition:background-color .2s}.profile-brief-card:hover{background-color:var(--tg-theme-hint-color, #e0e0e0)}.profile-brief-card p{margin:4px 0;font-size:14px}.profile-picture-upload{margin-bottom:20px}.profile-picture-upload label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--tg-theme-text-color, #000)}.profile-picture-preview{display:flex;flex-direction:column;align-items:center}.profile-picture-preview img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--tg-theme-button-color, #3390ec);margin-bottom:8px;box-shadow:0 2px 8px #0000001a}.profile-picture-placeholder{display:flex;justify-content:center}.profile-picture-upload-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;border:2px dashed var(--tg-theme-hint-color, #999);background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);cursor:pointer;transition:all .2s;gap:8px;padding:20px;box-sizing:border-box}.profile-picture-upload-button:hover{border-color:var(--tg-theme-button-color, #3390ec);background-color:var(--tg-theme-bg-color, #fff)}.profile-picture-upload-button span:first-child{font-size:32px}.profile-picture-upload-button span:last-child{font-size:12px;color:var(--tg-theme-text-color, #000);text-align:center}.profile-edit-header{margin-bottom:24px;display:flex;flex-direction:column;align-items:center}.profile-picture-edit-container{display:flex;justify-content:center;margin-bottom:24px}.profile-picture-edit-preview{display:flex;flex-direction:column;align-items:center;gap:12px}.profile-picture-edit-actions{display:flex;flex-direction:column;align-items:center;gap:8px}.profile-picture-edit-placeholder{display:flex;justify-content:center}.profile-edit-section{margin-top:0}.profile-edit-fields{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.profile-picture-change-button{display:inline-block;padding:8px 16px;background-color:var(--tg-theme-button-color, #3390ec);color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:center}.profile-picture-change-button:hover{background-color:var(--tg-theme-button-color-hover, #1a73b8)}.documentation-page{max-width:600px;margin:0 auto}.documentation-page h1{font-size:24px;font-weight:600;margin-bottom:16px}.documentation-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tab{flex:1;min-width:80px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0);border-radius:8px;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);cursor:pointer;transition:all .2s}.tab.active{background-color:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff);border-color:var(--tg-theme-button-color, #2481cc)}.tab-icon{font-size:20px}.tab-label{font-size:12px;font-weight:500}.folder-filter,.documents-list{margin-bottom:16px}.document-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin-bottom:12px}.document-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.document-header h3{font-size:18px;font-weight:600;margin:0}.document-description{margin:8px 0;font-size:14px;color:var(--tg-theme-hint-color, #666666)}.document-folder,.document-date{margin:4px 0;font-size:12px;color:var(--tg-theme-hint-color, #999999)}.document-form{margin-top:16px}.document-form h2{font-size:20px;margin-bottom:16px}.medications-page{max-width:600px;margin:0 auto}.medications-page h1{font-size:24px;font-weight:600;margin-bottom:16px}.medications-filter{margin-bottom:16px;padding:12px;background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:8px}.medications-filter label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.medications-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer}.medications-list{margin-bottom:16px}.empty-state{text-align:center;padding:40px;color:var(--tg-theme-hint-color, #999999)}.medication-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin-bottom:12px}.medication-card.inactive{opacity:.6}.medication-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.medication-header h3{font-size:18px;font-weight:600;margin:0}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.active{background-color:#10b981;color:#fff}.status-badge.inactive{background-color:#6b7280;color:#fff}.medication-card p{margin:8px 0;font-size:14px}.medication-card strong{margin-right:8px}.medication-notes{margin-top:12px;padding:12px;background-color:#0000000d;border-radius:6px;font-style:italic;color:var(--tg-theme-hint-color, #666666)}.medication-actions{display:flex;gap:8px;margin-top:12px}.medication-actions button{flex:1}.medication-form{margin-top:16px}.medication-form h2{font-size:20px;margin-bottom:16px}.medications-hint{font-size:13px;color:var(--tg-theme-hint-color, #888);line-height:1.45;margin-bottom:16px}.medications-hint code{font-size:12px;background:#0000000f;padding:2px 6px;border-radius:4px}.medication-reminders{color:var(--tg-theme-text-color, #000);font-size:14px}.medication-reminder-section{margin:16px 0;padding:12px;background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:10px}.medication-checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;margin-bottom:12px;cursor:pointer}.medication-checkbox-label input{width:18px;height:18px}.medication-select-label{display:flex;flex-direction:column;gap:6px;font-size:13px;margin-bottom:12px;color:var(--tg-theme-hint-color, #666)}.medication-select-label select{padding:10px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:15px;background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000)}.wellbeing-page{max-width:600px;margin:0 auto}.wellbeing-page h1{font-size:24px;font-weight:600;margin-bottom:16px}.calendar-container{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin-bottom:24px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.calendar-header h2{font-size:18px;font-weight:600}.month-nav{background:none;border:none;font-size:20px;cursor:pointer;color:var(--tg-theme-button-color, #2481cc);padding:4px 12px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-weekday{text-align:center;font-size:12px;font-weight:600;padding:8px 4px;color:var(--tg-theme-hint-color, #999999)}.calendar-day{aspect-ratio:1;border:1px solid var(--tg-theme-secondary-bg-color, #e0e0e0);background-color:var(--tg-theme-bg-color, #ffffff);border-radius:6px;cursor:pointer;font-size:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:all .2s;padding:4px}.calendar-day:hover{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1)}.calendar-day.selected{background-color:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff);border-color:var(--tg-theme-button-color, #2481cc)}.calendar-day.has-entries{border-color:#10b981;border-width:2px}.complaint-indicator{position:absolute;bottom:2px;right:2px;width:6px;height:6px;background-color:#10b981;border-radius:50%}.emotional-state-indicator{position:absolute;top:2px;right:2px;font-size:12px;line-height:1}.calendar-day.has-emotional-state{border-color:#3390ec;border-width:2px}.emotional-state-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin-bottom:12px}.emotional-state-header{display:flex;align-items:center;gap:12px}.emotional-state-emoji-large{font-size:32px;line-height:1}.emotional-state-value{margin:4px 0 0;font-size:14px;text-transform:capitalize;color:var(--tg-theme-hint-color, #999999)}.calendar-day.empty{border:none;background:none;cursor:default}.selected-date-info{margin-bottom:24px}.selected-date-info h3{font-size:18px;font-weight:600;margin-bottom:12px}.empty-state{text-align:center;padding:20px;color:var(--tg-theme-hint-color, #999999)}.complaint-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px;margin-bottom:12px}.complaint-description{font-size:16px;margin-bottom:12px;font-weight:500}.complaint-card p{margin:8px 0;font-size:14px}.complaint-card strong{margin-right:8px}.complaint-form{margin-top:16px}.complaint-form h2{font-size:20px;margin-bottom:16px}.loading{text-align:center;padding:40px;font-size:18px}.health-monitoring-page{max-width:600px;margin:0 auto;padding:20px}.health-monitoring-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.health-monitoring-form{display:flex;flex-direction:column;gap:16px}.mood-stress-tracker-page{max-width:600px;margin:0 auto;padding:20px}.mood-stress-tracker-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.mood-stress-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.vitamin-indications-page{max-width:600px;margin:0 auto;padding:20px}.vitamin-indications-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.vitamin-form{display:flex;flex-direction:column;gap:16px}.vitamins-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.vitamin-input-group{display:flex;flex-direction:column;gap:4px}.vitamin-range-hint{font-size:12px;color:var(--tg-theme-hint-color, #999);margin-top:-8px;margin-bottom:4px}@media (max-width: 480px){.vitamins-grid{grid-template-columns:1fr}}.source-autocomplete-hint{font-size:13px;color:var(--tg-theme-hint-color, #888);margin:0 0 10px;line-height:1.4}.source-autocomplete-field{position:relative}.source-autocomplete-list{position:absolute;left:0;right:0;top:100%;z-index:20;max-height:220px;overflow-y:auto;margin:4px 0 0;padding:4px 0;list-style:none;background:var(--tg-theme-bg-color, #fff);border:1px solid var(--tg-theme-hint-color, #ddd);border-radius:8px;box-shadow:0 4px 12px #0000001f}.source-autocomplete-option{display:block;width:100%;text-align:left;padding:10px 12px;border:none;background:transparent;font-size:15px;color:var(--tg-theme-text-color, #000);cursor:pointer;font-family:inherit}.source-autocomplete-option:hover,.source-autocomplete-option:focus-visible{background:var(--tg-theme-secondary-bg-color, #f0f0f0)}.source-autocomplete-option.selected{font-weight:600}.source-autocomplete-meta{font-size:12px;color:var(--tg-theme-hint-color, #999);margin:8px 0 0}.allergy-control-page{max-width:600px;margin:0 auto;padding:20px}.allergy-control-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.allergy-section-title{font-size:18px;font-weight:600;margin:24px 0 12px;color:var(--tg-theme-text-color, #000)}.allergy-section-title:first-of-type{margin-top:0}.drug-intolerance-section{margin-top:32px;padding-top:24px;border-top:1px solid var(--tg-theme-hint-color, #e0e0e0)}.drug-intolerance-hint{font-size:14px;color:var(--tg-theme-hint-color, #999);margin-bottom:16px;line-height:1.4}.drug-intolerance-add-btn{margin-top:8px}.drug-intolerance-form{display:flex;flex-direction:column;gap:16px;margin-top:8px}.drug-intolerance-empty{padding:24px 16px}.drug-intolerance-list{margin-bottom:12px}.allergy-control-loading{text-align:center;padding:40px;font-size:18px}.allergies-list{display:flex;flex-direction:column;gap:12px}.allergy-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px}.allergy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.allergy-header h3{margin:0;font-size:18px;font-weight:600;color:var(--tg-theme-text-color, #000)}.allergy-severity{margin:8px 0;font-size:14px;color:var(--tg-theme-hint-color, #999);text-transform:capitalize}.allergy-notes{margin:8px 0 0;font-size:14px;color:var(--tg-theme-text-color, #000)}.allergy-form{display:flex;flex-direction:column;gap:16px}.allergy-add-btn{margin-bottom:20px}.allergy-wizard{margin-top:8px}.allergy-wizard-steps{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--tg-theme-hint-color, #999);margin-bottom:20px}.allergy-wizard-steps .active{color:var(--tg-theme-button-color, #3390ec);font-weight:600}.allergy-wizard-steps .done{color:var(--tg-theme-hint-color, #888)}.allergy-wizard-steps .sep{opacity:.6}.allergy-step-title{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color, #000)}.allergy-step-hint{font-size:13px;color:var(--tg-theme-hint-color, #888);margin:0 0 16px}.allergy-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:8px}@media (min-width: 480px){.allergy-category-grid{grid-template-columns:repeat(2,1fr)}}.allergy-category-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:16px 12px;border-radius:16px;border:2px solid rgba(0,0,0,.08);background:var(--tg-theme-secondary-bg-color, #f5f5f5);cursor:pointer;font:inherit;color:var(--tg-theme-text-color, #000);transition:border-color .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.allergy-category-card:hover{border-color:var(--tg-theme-button-color, #3390ec)}.allergy-category-card.selected{border-color:var(--tg-theme-button-color, #3390ec);box-shadow:0 0 0 2px #3390ec40;background:var(--tg-theme-bg-color, #fff)}.allergy-category-icon{font-size:32px;line-height:1}.allergy-category-label{font-size:15px;font-weight:600}.allergy-category-label-ru{font-size:12px;color:var(--tg-theme-hint-color, #888)}.allergy-category-desc{font-size:11px;color:var(--tg-theme-hint-color, #999);line-height:1.3}.allergy-symptom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:8px}.allergy-symptom-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:96px;padding:10px 6px;border-radius:16px;width:100%;border:2px solid rgba(0,0,0,.08);background:linear-gradient(160deg,#faf8ff,#f0edff);cursor:pointer;font:inherit;color:var(--tg-theme-text-color, #222);transition:border-color .2s,transform .15s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.allergy-symptom-cell:hover{border-color:#8b5cf673}.allergy-symptom-cell.selected{border-color:var(--tg-theme-button-color, #3390ec);background:linear-gradient(160deg,#e8f4ff,#dceeff);box-shadow:0 2px 10px #3390ec33;transform:scale(1.02)}.allergy-symptom-emoji{font-size:26px;line-height:1}.allergy-symptom-ru{font-size:12px;font-weight:600;text-transform:lowercase;line-height:1.2;text-align:center}.allergy-symptom-en{font-size:10px;color:var(--tg-theme-hint-color, #888);line-height:1.2;text-align:center}.allergy-category-line{margin:4px 0 0;font-size:13px;color:var(--tg-theme-hint-color, #888)}.allergy-symptoms-line{margin:8px 0 0;font-size:13px;line-height:1.4;color:var(--tg-theme-text-color, #333)}.allergy-step-details .form-group{margin-bottom:4px}.aq-page{max-width:640px;margin:0 auto;padding:16px 20px 32px}.aq-loading{text-align:center;padding:40px}.aq-toolbar{margin-bottom:8px}.aq-back-link{font-size:14px;color:var(--tg-theme-link-color, #3390ec);text-decoration:none}.aq-back-link:hover{text-decoration:underline}.aq-page h1{font-size:22px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color, #000)}.aq-lead{font-size:14px;color:var(--tg-theme-hint-color, #888);margin:0 0 16px;line-height:1.45}.aq-muted{color:var(--tg-theme-hint-color, #888)}.aq-step-badge{display:inline-block;font-size:13px;font-weight:500;padding:6px 12px;border-radius:999px;background:var(--tg-theme-secondary-bg-color, #f0f0f0);color:var(--tg-theme-hint-color, #666);margin-bottom:20px}.aq-section{margin-bottom:8px}.aq-section-title{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color, #000)}.aq-csms-sub{font-size:15px;font-weight:500;margin:0 0 8px;color:var(--tg-theme-text-color, #333)}.aq-instructions{font-size:14px;line-height:1.5;color:var(--tg-theme-text-color, #222);margin:0 0 16px}.aq-vas-block{padding:12px 0}.aq-vas-label{display:block;font-size:14px;font-weight:500;margin-bottom:12px}.aq-vas-row{display:flex;align-items:center;gap:10px}.aq-vas-end{font-size:13px;color:var(--tg-theme-hint-color, #888);min-width:24px}.aq-vas-slider{flex:1;height:8px;accent-color:var(--tg-theme-button-color, #e53935)}.aq-vas-output{display:block;text-align:center;font-size:28px;font-weight:700;margin-top:12px;color:var(--tg-theme-button-color, #e53935)}.aq-csms-list{display:flex;flex-direction:column;gap:20px}.aq-csms-q{margin:0 0 8px;font-size:14px;line-height:1.4}.aq-yesno{display:flex;gap:20px;flex-wrap:wrap}.aq-yesno-opt{display:inline-flex;align-items:center;gap:8px;font-size:15px;cursor:pointer}.aq-yesno-opt input{width:18px;height:18px;accent-color:var(--tg-theme-button-color, #3390ec)}.aq-table-wrap{overflow-x:auto;margin:0 -4px;-webkit-overflow-scrolling:touch}.aq-symptom-table{width:100%;min-width:520px;border-collapse:collapse;font-size:13px}.aq-symptom-table th,.aq-symptom-table td{border:1px solid var(--tg-theme-hint-color, #ddd);padding:8px 6px;text-align:center;vertical-align:middle}.aq-th-symptom,.aq-symptom-name{text-align:left!important;font-weight:500}.aq-symptom-name{font-weight:400}.aq-cat-row td{background:var(--tg-theme-secondary-bg-color, #ececec);font-weight:600;text-align:left;font-size:13px}.aq-th-sev.aq-col-none{background:#6495ed26}.aq-th-sev.aq-col-mild{background:#81c78459}.aq-th-sev.aq-col-mod{background:#ffd54f73}.aq-th-sev.aq-col-sev{background:#ef9a9a73}.aq-td-radio.aq-col-none{background:#6495ed0f}.aq-td-radio.aq-col-mild{background:#81c7841f}.aq-td-radio.aq-col-mod{background:#ffd54f26}.aq-td-radio.aq-col-sev{background:#ef9a9a26}.aq-td-radio input{width:18px;height:18px;cursor:pointer;accent-color:var(--tg-theme-button-color, #333)}.aq-fieldset{border:none;padding:0;margin:0 0 20px}.aq-legend{font-size:15px;font-weight:600;margin-bottom:10px;padding:0}.aq-radio-list{display:flex;flex-direction:column;gap:10px}.aq-radio-line{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.aq-radio-line input{width:18px;height:18px;accent-color:var(--tg-theme-button-color, #3390ec)}.aq-nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;margin-bottom:32px}.aq-nav button{flex:1;min-width:120px}.aq-history{border-top:1px solid var(--tg-theme-hint-color, #e0e0e0);padding-top:20px}.aq-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.aq-history-card{background:var(--tg-theme-secondary-bg-color, #f4f4f4);border-radius:10px;padding:12px 14px;font-size:13px}.aq-history-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.aq-history-date{font-weight:600;color:var(--tg-theme-text-color, #000)}.aq-history-del{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:var(--tg-theme-hint-color, #999);padding:4px 8px}.aq-history-card p{margin:0;line-height:1.45;color:var(--tg-theme-text-color, #333)}.womens-health-page{max-width:600px;margin:0 auto;padding:20px}.womens-health-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.womens-health-loading{text-align:center;padding:40px;font-size:18px}.empty-state{text-align:center;padding:40px;color:var(--tg-theme-hint-color, #999)}.records-list{display:flex;flex-direction:column;gap:12px}.record-card{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px;padding:16px}.record-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.record-header h3{margin:0;font-size:18px;font-weight:600;color:var(--tg-theme-text-color, #000)}.delete-button{background:none;border:none;font-size:24px;color:var(--tg-theme-hint-color, #999);cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.delete-button:hover{background-color:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-button-color, #3390ec)}.record-date{margin:8px 0;font-size:14px;color:var(--tg-theme-hint-color, #999)}.record-notes{margin:8px 0 0;font-size:14px;color:var(--tg-theme-text-color, #000)}.record-form{display:flex;flex-direction:column;gap:16px}.input-select{width:100%;padding:12px;border:1px solid var(--tg-theme-hint-color, #e0e0e0);border-radius:8px;font-size:16px;font-family:inherit;background-color:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000);box-sizing:border-box;cursor:pointer}.input-select:focus{outline:none;border-color:var(--tg-theme-button-color, #3390ec)}.button-group{margin-top:8px;display:flex;flex-direction:column;gap:12px}.health-tips-page{max-width:600px;margin:0 auto;padding:20px 20px 100px}.health-tips-header{margin-bottom:32px}.health-tips-page h1{font-size:28px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.page-description{font-size:14px;color:var(--tg-theme-hint-color, #999);margin-bottom:0}.health-tips-admin-link{color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec));text-decoration:underline;text-underline-offset:2px}.health-tips-status,.health-tips-error{font-size:14px;margin-bottom:12px}.health-tips-error{color:#c62828}.showcase-container{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.category-showcase{background-color:var(--tg-theme-bg-color, #ffffff);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s}.category-showcase:hover{box-shadow:0 4px 12px #0000001f}.category-header{display:flex;align-items:center;justify-content:space-between;padding:20px;cursor:pointer;background-color:var(--tg-theme-secondary-bg-color, #f8f9fa);border-left:4px solid;transition:background-color .2s}.category-header:hover{background-color:var(--tg-theme-secondary-bg-color, #f1f1f1)}.category-header-content{display:flex;align-items:center;gap:16px;flex:1}.category-icon-large{font-size:40px;line-height:1}.category-info{display:flex;flex-direction:column;gap:4px}.category-title{margin:0;font-size:20px;font-weight:600;color:var(--tg-theme-text-color, #000)}.category-tip-count{font-size:12px;color:var(--tg-theme-hint-color, #999);font-weight:400}.expand-icon{font-size:16px;color:var(--tg-theme-hint-color, #999);transition:transform .2s}.tips-showcase{padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px;background-color:var(--tg-theme-bg-color, #ffffff)}.tip-card-showcase{display:flex;gap:12px;padding:16px;background-color:var(--tg-theme-secondary-bg-color, #f8f9fa);border-radius:12px;transition:transform .2s,box-shadow .2s}.tip-card-showcase:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.tip-preview-toggle{display:block;width:100%;margin:0;padding:0;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.tip-preview-toggle:focus-visible{outline:2px solid var(--tg-theme-button-color, #3390ec);outline-offset:2px;border-radius:8px}.tip-preview-plain{margin:0;font-size:14px;line-height:1.6;color:var(--tg-theme-hint-color, #666)}.tip-preview-cta{display:inline-block;margin-top:8px;font-size:13px;font-weight:500;color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec))}.tip-icon{font-size:24px;line-height:1;flex-shrink:0}.tip-content-wrapper{flex:1;display:flex;flex-direction:column;gap:6px}.tip-title{margin:0;font-size:16px;font-weight:600;color:var(--tg-theme-text-color, #000)}.tip-content{font-size:14px;line-height:1.6;color:var(--tg-theme-hint-color, #666)}.tip-content-markdown>:first-child{margin-top:0}.tip-content-markdown>:last-child{margin-bottom:0}.tip-content-markdown p{margin:0 0 .65em}.tip-content-markdown p:last-child{margin-bottom:0}.tip-content-markdown ul,.tip-content-markdown ol{margin:0 0 .65em;padding-left:1.25rem}.tip-content-markdown li{margin-bottom:.35em}.tip-content-markdown strong{color:var(--tg-theme-text-color, #333);font-weight:600}.tip-content-markdown a{color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec));text-decoration:underline;text-underline-offset:2px}.tip-content-markdown code{font-size:.92em;padding:.1em .35em;border-radius:4px;background:#0000000f}.tip-content-markdown pre{margin:0 0 .65em;padding:10px 12px;border-radius:8px;overflow-x:auto;font-size:13px;line-height:1.45;background:var(--tg-theme-secondary-bg-color, #f0f0f0)}.tip-content-markdown pre code{padding:0;background:none}.tip-content-markdown blockquote{margin:0 0 .65em;padding-left:12px;border-left:3px solid var(--tg-theme-hint-color, #ccc);color:var(--tg-theme-hint-color, #666)}.future-topics-section{margin-top:40px;padding-top:32px;border-top:2px solid var(--tg-theme-secondary-bg-color, #f1f1f1)}.future-topics-title{font-size:22px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color, #000)}.future-topics-description{font-size:14px;color:var(--tg-theme-hint-color, #999);margin:0 0 24px}.future-topics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.future-topic-card{background-color:var(--tg-theme-secondary-bg-color, #f8f9fa);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;position:relative;opacity:.8;transition:opacity .2s,transform .2s}.future-topic-card:hover{opacity:1;transform:translateY(-2px)}.future-topic-icon{font-size:32px;line-height:1}.future-topic-title{margin:0;font-size:14px;font-weight:600;color:var(--tg-theme-text-color, #000)}.future-topic-description{margin:0;font-size:12px;color:var(--tg-theme-hint-color, #999);line-height:1.4}.coming-soon-badge{position:absolute;top:8px;right:8px;background-color:var(--tg-theme-button-color, #3390ec);color:#fff;font-size:10px;font-weight:600;padding:4px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 480px){.future-topics-grid{grid-template-columns:1fr}.category-header{padding:16px}.category-icon-large{font-size:32px}.category-title{font-size:18px}}.health-tip-reader-page{min-height:60vh;max-width:640px;margin:0 auto;padding:20px 20px 100px}.health-tip-reader-status{font-size:15px;color:var(--tg-theme-hint-color, #999)}.health-tip-reader-error{font-size:15px;color:#c62828;margin-bottom:16px}.health-tip-reader-article{max-width:640px;margin:0 auto;padding:16px 20px 100px;background:var(--tg-theme-bg-color, #fff);min-height:100%}.health-tip-reader-header{margin-bottom:24px}.health-tip-reader-category{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:500;color:var(--tg-theme-hint-color, #888);text-transform:uppercase;letter-spacing:.04em}.health-tip-reader-cat-icon{font-size:18px;line-height:1}.health-tip-reader-title{margin:0;font-size:24px;font-weight:600;line-height:1.35;color:var(--tg-theme-text-color, #000)}.health-tip-reader-title-icon{margin-right:8px;font-size:28px;vertical-align:-4px}.health-tip-reader-body{font-size:17px;line-height:1.65;color:var(--tg-theme-text-color, #222)}.health-tip-reader-body.tip-content-markdown p{margin:0 0 1em}.health-tip-reader-body.tip-content-markdown p:last-child{margin-bottom:0}.health-tip-reader-body.tip-content-markdown ul,.health-tip-reader-body.tip-content-markdown ol{margin:0 0 1em;padding-left:1.35rem}.health-tip-reader-body.tip-content-markdown li{margin-bottom:.4em}.health-tip-reader-body.tip-content-markdown strong{color:var(--tg-theme-text-color, #000);font-weight:600}.health-tip-reader-body.tip-content-markdown a{color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec));text-decoration:underline;text-underline-offset:3px}.health-tip-reader-body.tip-content-markdown code{font-size:.92em;padding:.12em .4em;border-radius:4px;background:#0000000f}.health-tip-reader-body.tip-content-markdown pre{margin:0 0 1em;padding:14px 16px;border-radius:10px;overflow-x:auto;font-size:14px;line-height:1.5;background:var(--tg-theme-secondary-bg-color, #f0f0f0)}.health-tip-reader-body.tip-content-markdown pre code{padding:0;background:none}.health-tip-reader-body.tip-content-markdown blockquote{margin:0 0 1em;padding-left:14px;border-left:3px solid var(--tg-theme-hint-color, #ccc);color:var(--tg-theme-hint-color, #666)}.health-tip-reader-external-hint{font-size:14px;color:var(--tg-theme-hint-color, #888);margin:0 0 16px;line-height:1.45}.health-tip-reader-external-actions{margin:20px 0 8px}.health-tip-reader-open-external{display:inline-block;width:100%;box-sizing:border-box;padding:14px 18px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;background:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #fff);-webkit-tap-highlight-color:transparent}.health-tip-reader-open-external:active{opacity:.92}.health-tip-reader-footer{margin-top:36px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.health-tip-reader-back-link{font-size:15px;font-weight:500;color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec));text-decoration:none}.health-tip-reader-back-link:active{opacity:.85}.health-tips-admin-page{max-width:720px;margin:0 auto;padding:20px 20px 100px}.health-tips-admin-page h1{font-size:22px;font-weight:600;margin:0;color:var(--tg-theme-text-color, #000)}.health-tips-admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.health-tips-admin-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.health-tips-admin-card{background:var(--tg-theme-secondary-bg-color, #f8f9fa);border-radius:16px;padding:24px;max-width:420px;margin:40px auto}.health-tips-admin-intro{font-size:14px;color:var(--tg-theme-hint-color, #666);line-height:1.5;margin-bottom:16px}.health-tips-admin-intro code{font-size:12px;background:#0000000f;padding:2px 6px;border-radius:4px}.health-tips-admin-input{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.12);font-size:16px;margin-bottom:12px;background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000)}.health-tips-admin-btn{padding:10px 16px;border-radius:10px;border:none;font-size:14px;font-weight:500;cursor:pointer;background:var(--tg-theme-secondary-bg-color, #e8e8e8);color:var(--tg-theme-text-color, #000)}.health-tips-admin-btn:disabled{opacity:.6;cursor:not-allowed}.health-tips-admin-btn.primary{background:var(--tg-theme-button-color, #3390ec);color:var(--tg-theme-button-text-color, #fff)}.health-tips-admin-btn.danger{background:#f4433626;color:#c62828}.health-tips-admin-btn.sm{padding:6px 12px;font-size:13px}.health-tips-admin-back{margin-top:20px;font-size:14px}.health-tips-admin-back a,.health-tips-admin-link-out{color:var(--tg-theme-link-color, var(--tg-theme-button-color, #3390ec));text-decoration:none}.health-tips-admin-error{color:#c62828;font-size:14px;margin:8px 0}.health-tips-admin-info{color:var(--tg-theme-hint-color, #666);font-size:14px;margin:8px 0}.health-tips-admin-muted{color:var(--tg-theme-hint-color, #999);font-size:14px}.health-tips-admin-section{margin-bottom:28px;padding:16px;background:var(--tg-theme-secondary-bg-color, #f8f9fa);border-radius:12px}.health-tips-admin-section h2{font-size:18px;margin:0 0 12px}.health-tips-admin-section h3{font-size:15px;margin:0 0 10px}.health-tips-admin-form{display:flex;flex-direction:column;gap:10px}.health-tips-admin-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--tg-theme-hint-color, #666)}.health-tips-admin-form input,.health-tips-admin-form textarea{padding:10px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:14px;font-family:inherit;background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000)}.health-tips-admin-form.tip-create{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.health-tips-admin-cat-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.health-tips-admin-slug{font-weight:400;font-size:14px;color:var(--tg-theme-hint-color, #999)}.health-tips-admin-tip-list{list-style:none;margin:0;padding:0}.health-tips-admin-tip-item{margin-bottom:12px;padding:12px;background:var(--tg-theme-bg-color, #fff);border-radius:10px;border:1px solid rgba(0,0,0,.06)}.tip-row-readonly{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.tip-mode-badge{font-size:11px;font-weight:600;color:var(--tg-theme-hint-color, #999);white-space:nowrap}.tip-preview{margin:6px 0 0;font-size:12px;color:var(--tg-theme-hint-color, #888);white-space:pre-wrap;font-family:inherit;line-height:1.4}.tip-row-actions{display:flex;flex-shrink:0;gap:6px}.tip-row-edit label{display:flex;flex-direction:column;gap:4px;font-size:13px;margin-bottom:8px;color:var(--tg-theme-hint-color, #666)}.tip-row-edit input,.tip-row-edit textarea{padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.12);font-size:14px;width:100%;box-sizing:border-box;font-family:inherit;background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000)}.category-block{border-left:4px solid var(--tg-theme-button-color, #3390ec)}.activity-tracking-page{max-width:600px;margin:0 auto;padding:20px}.activity-tracking-page h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--tg-theme-text-color, #000)}.page-description{font-size:14px;color:var(--tg-theme-hint-color, #999);margin-bottom:24px}.activity-form{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:16px;padding:20px;background-color:var(--tg-theme-secondary-bg-color, #f1f1f1);border-radius:12px}.section-title{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color, #000)}.nutrition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.form-group{display:flex;flex-direction:column}.input-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--tg-theme-text-color, #000)}.input-textarea{width:100%;padding:12px;border:1px solid var(--tg-theme-hint-color, #e0e0e0);border-radius:8px;font-size:16px;font-family:inherit;background-color:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #000);resize:vertical;box-sizing:border-box}.input-textarea:focus{outline:none;border-color:var(--tg-theme-button-color, #3390ec)}.button-group{margin-top:8px}@media (max-width: 480px){.nutrition-grid{grid-template-columns:1fr}}.no-tg-page{max-width:640px;margin:0 auto;padding:20px;color:var(--tg-theme-text-color, #000)}.no-tg-page h1{font-size:22px;font-weight:700;margin:0 0 10px}.no-tg-text{margin:0 0 16px;font-size:14px;line-height:1.5;color:var(--tg-theme-hint-color, #777)}.no-tg-card{background:var(--tg-theme-secondary-bg-color, #f4f4f4);border-radius:12px;padding:14px 16px}.no-tg-subtitle{margin:0 0 8px;font-weight:600}.no-tg-list{margin:0;padding-left:18px;color:var(--tg-theme-text-color, #000);font-size:14px;line-height:1.5}.no-tg-hint{margin:12px 0 0;font-size:13px;color:var(--tg-theme-hint-color, #777);line-height:1.4}.no-tg-actions{margin-top:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}#root{min-height:100vh}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f1f1f1}
