:root{--primary: #1e3a5f;--primary-hover: #2c5282;--danger: #b91c1c;--danger-hover: #991b1b;--border: #e2e8f0;--bg-page: #f1f5f9;--text: #1e293b;--text-muted: #64748b;--card-shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;color:var(--text);background:var(--bg-page)}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--primary);color:#fff;padding:.6rem 1.25rem;box-shadow:0 1px 4px #00000026}.capacitor-native .app-header{padding-top:calc(.6rem + env(safe-area-inset-top,0px))}.capacitor-native .app-main{padding-bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}.capacitor-native button,.capacitor-native [type=button],.capacitor-native [type=submit],.capacitor-native .btn-primary,.capacitor-native .btn-secondary,.capacitor-native .btn-danger,.capacitor-native .app-nav a{touch-action:manipulation}.app-header h1{margin:0;font-family:"PT Serif",Georgia,serif;font-size:1.35rem;font-weight:600}.app-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-top:.5rem}.app-nav a{color:#fffffff2;text-decoration:none;padding:.4rem .65rem;border-radius:4px;font-size:.95rem}.app-nav a:hover{background:#ffffff1f;color:#fff}.nav-user{color:#ffffffd9!important;font-size:.9rem;padding:.35rem .6rem;margin-left:0}.nav-pay-btn{white-space:nowrap}.nav-toggle{display:none;background:none;border:none;color:inherit;font-size:1.35rem;cursor:pointer;padding:.25rem .5rem;margin:-.25rem 0 0}.app-main{flex:1;padding:1.25rem;max-width:1200px;width:100%;margin:0 auto}.app-main--calendar{max-width:min(1920px,95vw)}.card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-bottom:1.25rem;box-shadow:var(--card-shadow)}.card h3{font-family:"PT Serif",Georgia,serif;font-size:1.1rem;font-weight:600;margin-top:0;margin-bottom:.75rem;color:var(--text)}.btn{display:inline-block;padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-size:.95rem;font-family:inherit;transition:background .15s}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 3px #0000001f;font-weight:600}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 2px 6px #00000026}.btn-secondary{background:#e2e8f0;color:var(--text)}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:var(--danger-hover)}.btn:disabled{opacity:.7;cursor:not-allowed}.form-group{margin-bottom:.85rem}.form-group label{display:block;margin-bottom:.3rem;font-size:.9rem;color:var(--text)}.input,.form-control,.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;font-size:1rem;font-family:inherit;background:#fff}.input:focus,.form-control:focus,.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #1e3a5f26}.error-msg{color:var(--danger);font-size:.9rem;margin:.5rem 0 0}.success-msg{color:#0d9488;font-size:.9rem;margin:.5rem 0 0}.app-main h2{font-family:"PT Serif",Georgia,serif;font-size:1.4rem;font-weight:600;margin-top:0;margin-bottom:1rem;color:var(--text)}.page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text);background:#f8fafc}tr:hover td{background:#f8fafc}.empty-state{padding:1.25rem;margin:0;color:var(--text-muted);font-size:.95rem;text-align:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;touch-action:none;overscroll-behavior:contain}.modal-overlay .modal{max-height:90vh;overflow:auto;touch-action:auto;background:#fff;border-radius:10px;box-shadow:0 4px 24px #0003;padding:1.5rem 1.75rem}.modal-overlay .modal.card{padding:1.5rem 1.75rem;border:1px solid var(--border)}.modal-overlay .modal .modal-header{margin:-1.5rem -1.75rem 1rem;padding:1rem 1.75rem;background:var(--bg-page);border-bottom:1px solid var(--border);border-radius:10px 10px 0 0;font-weight:600;font-size:1.1rem}.modal-overlay .modal .modal-body{padding:.25rem 0;margin-bottom:1rem}.modal-overlay .modal .modal-footer{margin:0 -1.75rem -1.5rem;padding:1rem 1.75rem;background:#f8fafc;border-top:1px solid var(--border);border-radius:0 0 10px 10px;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.app-main a{color:var(--primary);text-decoration:none}.app-main a:hover{text-decoration:underline}.app-main a.btn-primary,.app-main a.btn-primary:hover{color:#fff;text-decoration:none}.app-main a.btn-secondary,.app-main a.btn-secondary:hover{color:var(--text);text-decoration:none}.tariff-pay-price{color:var(--text, #1e293b);font-weight:600}.tariff-pay-muted{color:var(--text-muted, #64748b)}.calendar-month-grid{width:100%;table-layout:fixed;border-collapse:collapse}.calendar-month-grid thead th{border-bottom:2px solid var(--border);font-weight:600}.calendar-day{border:1px solid var(--border);vertical-align:top;padding:.35rem;min-height:90px}.calendar-day--empty{background:#f8fafc}.calendar-day-num{font-weight:600;font-size:.9rem;margin-bottom:.25rem;display:inline-block;min-width:1.5rem;text-align:center}.calendar-day-list{list-style:none;padding:0;margin:0;font-size:.75rem;line-height:1.35}.calendar-day-list li{margin-bottom:.5rem;padding-top:.5rem;white-space:normal;overflow-wrap:break-word;word-break:break-word;background-image:repeating-linear-gradient(to right,#e2e6ea 0,#e2e6ea 2px,transparent 2px,transparent 10px);background-size:100% 1px;background-position:top left;background-repeat:repeat-x}.calendar-day-list li:first-child{padding-top:0;background-image:none}.calendar-day-list li:last-child{margin-bottom:0}.calendar-day-list a{color:var(--primary);text-decoration:none}.calendar-day-list a:hover{text-decoration:underline}@media (max-width: 768px){.nav-toggle{display:block}.app-nav{display:none;flex-direction:column;align-items:stretch;margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.app-nav.is-open{display:flex}.app-nav a,.app-nav .nav-user,.app-nav button{padding:.5rem .65rem}.app-main{padding:1rem}}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page)}.landing-page--loading{align-items:center;justify-content:center;color:var(--text-muted)}.landing-header{background:var(--primary);color:#fff;box-shadow:0 1px 4px #00000026}.landing-header__inner{max-width:1100px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-logo{font-family:"PT Serif",Georgia,serif;font-size:1.25rem;font-weight:600}.landing-header__login{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.35)}.landing-header__login:hover{background:#ffffff40}.landing-main{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:2rem 1.25rem 3rem}.landing-hero{margin-bottom:2.5rem}.landing-hero--centered{display:flex;flex-direction:column;align-items:center;gap:2rem}.landing-hero__copy{width:100%;max-width:42rem;margin:0 auto;text-align:center}.landing-hero--centered .landing-hero__actions{justify-content:center}.landing-hero--centered .landing-shot{width:100%;max-width:52rem}.landing-hero--split{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.landing-hero--split .landing-hero__actions{justify-content:center}@media (min-width: 900px){.landing-hero--split{grid-template-columns:1fr 1.05fr;gap:2.5rem}.landing-hero--split .landing-hero__copy{text-align:left}.landing-hero--split .landing-hero__lead{margin-left:0;margin-right:0}.landing-hero--split .landing-hero__actions{justify-content:flex-start}}.landing-hero h1{font-family:"PT Serif",Georgia,serif;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;line-height:1.25;margin:0 0 1rem;color:var(--primary)}.landing-hero__lead{font-size:1.1rem;color:var(--text-muted);max-width:100%;margin:0 0 1.75rem;line-height:1.6;text-align:center}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.landing-hero__cta{min-width:180px;text-align:center;text-decoration:none}.landing-shot{margin:0;width:100%}.landing-shot__frame{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 40px #1e3a5f1f;overflow:hidden}.landing-shot__chrome{display:flex;gap:6px;padding:10px 12px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-bottom:1px solid var(--border)}.landing-shot__chrome span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.landing-shot__chrome span:first-child{background:#f87171}.landing-shot__chrome span:nth-child(2){background:#fbbf24}.landing-shot__chrome span:nth-child(3){background:#4ade80}.landing-shot__frame img{display:block;width:100%;height:auto;vertical-align:middle}.landing-shot__caption{margin-top:.65rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.landing-shot--compact .landing-shot__frame{box-shadow:var(--card-shadow)}.landing-gallery{margin-bottom:2.5rem}.landing-gallery h2{font-family:"PT Serif",Georgia,serif;font-size:1.35rem;font-weight:600;text-align:center;margin:0 0 1.5rem}.landing-gallery__carousel{position:relative;max-width:920px;margin:0 auto}.landing-gallery__viewport{position:relative;padding:0 2.75rem}.landing-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--primary);box-shadow:0 4px 16px #1e3a5f1f;cursor:pointer;transition:background .15s,box-shadow .15s}.landing-gallery__nav:hover{background:#f8fafc;box-shadow:0 6px 20px #1e3a5f29}.landing-gallery__nav:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.landing-gallery__nav--prev{left:0}.landing-gallery__nav--next{right:0}.landing-gallery__thumb{display:block;width:100%;margin:0;padding:0;border:none;background:none;cursor:zoom-in;text-align:left;border-radius:10px}.landing-gallery__thumb:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.landing-gallery__frame{display:block;position:relative;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 40px #1e3a5f1f;overflow:hidden}.landing-gallery__chrome{display:flex;gap:6px;padding:10px 12px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-bottom:1px solid var(--border)}.landing-gallery__chrome span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.landing-gallery__chrome span:first-child{background:#f87171}.landing-gallery__chrome span:nth-child(2){background:#fbbf24}.landing-gallery__chrome span:nth-child(3){background:#4ade80}.landing-gallery__frame img{display:block;width:100%;height:auto;object-fit:contain;background:#f1f5f9}.landing-gallery__caption{margin:.75rem 0 0;text-align:center;font-size:.95rem;color:var(--text-muted)}.landing-gallery__footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.landing-gallery__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.landing-gallery__dot{width:.55rem;height:.55rem;padding:0;border:none;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:transform .15s,background .15s}.landing-gallery__dot:hover{background:#94a3b8}.landing-gallery__dot--active{background:var(--primary);transform:scale(1.25)}.landing-gallery__dot:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.landing-gallery__counter{font-size:.85rem;color:var(--text-muted)}.landing-gallery__zoom-hint{position:absolute;right:.65rem;bottom:.55rem;padding:.25rem .55rem;border-radius:6px;background:#0f172ab8;color:#fff;font-size:.75rem;pointer-events:none;opacity:0;transition:opacity .15s}.landing-gallery__thumb:hover .landing-gallery__zoom-hint,.landing-gallery__thumb:focus-visible .landing-gallery__zoom-hint{opacity:1}.landing-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 3.5rem;background:#0f172ae0;cursor:zoom-out}.landing-lightbox__close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border:none;border-radius:8px;background:#ffffff26;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer}.landing-lightbox__close:hover{background:#ffffff40}.landing-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer}.landing-lightbox__nav:hover{background:#ffffff47}.landing-lightbox__nav--prev{left:.75rem}.landing-lightbox__nav--next{right:.75rem}.landing-lightbox__img{display:block;max-width:min(96vw,1280px);max-height:calc(92vh - 2.5rem);width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000073;cursor:default}.landing-lightbox__caption{margin:.75rem 0 0;color:#ffffffd9;font-size:.95rem;text-align:center;cursor:default}@media (max-width: 768px){.landing-gallery__viewport{padding:0 2.25rem}.landing-gallery__nav{width:2.15rem;height:2.15rem}.landing-lightbox{padding:1rem 2.75rem}.landing-lightbox__nav{width:2.25rem;height:2.25rem}}.landing-showcase{margin-bottom:2.5rem}.landing-showcase h2{font-family:"PT Serif",Georgia,serif;font-size:1.35rem;font-weight:600;text-align:center;margin:0 0 1.5rem}.landing-showcase__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.5rem}.landing-showcase__row{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center}@media (min-width: 768px){.landing-showcase__row{grid-template-columns:1fr 1fr;gap:2rem}.landing-showcase__row--reverse .landing-shot{order:2}.landing-showcase__row--reverse .landing-showcase__text{order:1}}.landing-showcase__text h3{font-family:"PT Serif",Georgia,serif;font-size:1.15rem;margin:0 0 .5rem;color:var(--primary)}.landing-showcase__text p{margin:0;color:var(--text-muted);line-height:1.6}.landing-features h2,.landing-cta h2{font-family:"PT Serif",Georgia,serif;font-size:1.35rem;font-weight:600;text-align:center;margin:0 0 1.25rem}.landing-features__grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.landing-features__item{margin-bottom:0;flex:0 1 calc((100% - 2rem) / 3);max-width:calc((100% - 2rem) / 3);min-width:min(100%,280px);box-sizing:border-box}.landing-features__item h3{font-family:"PT Serif",Georgia,serif;font-size:1.05rem;margin-top:0}.landing-features__item p{margin-bottom:0;color:var(--text-muted);font-size:.95rem}.landing-cta{margin-top:2rem;text-align:center}.landing-cta p{color:var(--text-muted);max-width:560px;margin:0 auto 1.25rem}.landing-cta__note{color:var(--primary);font-weight:500}.landing-cta .btn-primary{text-decoration:none}.landing-footer{text-align:center;padding:1.25rem;font-size:.9rem;color:var(--text-muted);border-top:1px solid var(--border)}.landing-footer p{margin:0}.auth-oauth-block{margin-bottom:1.25rem}.auth-oauth-caption{margin:0 0 12px;text-align:center;font-size:15px;font-weight:500;color:var(--text);letter-spacing:-.01em}.auth-oauth-buttons{display:flex;flex-direction:column;gap:10px;align-items:stretch}.auth-oauth-official-slot{width:100%;min-height:44px;display:flex;justify-content:center;align-items:center}.auth-oauth-yandex-slot,.auth-oauth-mailid-slot{position:relative;width:100%;min-height:44px}.auth-oauth-mailid-slot.auth-oauth-official-slot{display:block;min-height:44px}.auth-mailid-btn{position:relative;display:block;width:100%;height:44px;border-radius:10px;background:#07f;color:#fff;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;line-height:44px;text-align:center;box-sizing:border-box;border:0;transition:background .15s ease;-webkit-font-smoothing:antialiased}.auth-mailid-btn:hover{background:#006be6;color:#fff;text-decoration:none}.auth-mailid-btn:active{background:#005fcc}.auth-mailid-btn:focus-visible{outline:2px solid #0077ff;outline-offset:2px}.auth-mailid-btn__mark{position:absolute;left:14px;top:50%;transform:translateY(-52%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;pointer-events:none;font-size:20px;font-weight:700;line-height:1;letter-spacing:-.04em}.auth-mailid-btn__label{display:block;padding:0 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-yandex-hint{margin:10px 0 0;text-align:center;font-size:13px;color:var(--text-muted)}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 4px;color:var(--text-muted);font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-google-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:44px;border-radius:10px;background:#fff;color:#1f1f1f;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1;box-sizing:border-box;border:1px solid #747775;transition:background .15s ease,box-shadow .15s ease;-webkit-font-smoothing:antialiased}.auth-google-btn:hover{background:#f8f9fa;color:#1f1f1f;text-decoration:none;box-shadow:0 1px 2px #3c404326}.auth-google-btn:active{background:#eef0f1}.auth-google-btn:focus-visible{outline:2px solid #4285f4;outline-offset:2px}.auth-google-btn__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.auth-google-btn__label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-yandex-native-btn{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;min-height:44px;padding:.55rem 1rem;border-radius:10px;border:1px solid #d9d9d9;background:#fff;color:#000;text-decoration:none;box-sizing:border-box;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.auth-yandex-native-btn:hover{background:#fafafa;border-color:#c4c4c4}.auth-yandex-native-btn:active{background:#f0f0f0}.auth-yandex-native-btn:focus-visible{outline:2px solid #fc3f1d;outline-offset:2px}.auth-yandex-native-btn__mark{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:#fc3f1d;color:#fff;font-weight:700;font-size:.75rem;flex-shrink:0}.auth-yandex-native-btn__label{flex:1;text-align:center;font-size:.95rem;font-weight:500;line-height:1.2}@media (max-width: 768px){.landing-main{padding:1.5rem 1rem 2rem}.landing-features__item{flex:1 1 100%;max-width:100%}.landing-hero__actions{flex-direction:column;align-items:stretch}.landing-hero__cta{width:100%}}.landing-legal{margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.legal-expand{border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden}.legal-expand__toggle{display:flex;align-items:center;gap:.65rem;width:100%;padding:.85rem 1rem;border:none;background:#f8fafc;cursor:pointer;text-align:left;font:inherit;color:var(--primary);font-weight:600}.legal-expand__toggle:hover{background:#f1f5f9}.legal-expand__icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:6px;background:var(--primary);color:#fff;font-size:1.1rem;line-height:1;flex-shrink:0}.legal-expand__body{padding:1rem 1.1rem 1.15rem;border-top:1px solid var(--border);max-height:420px;overflow-y:auto}.legal-doc p{margin:0 0 .85rem;font-size:.9rem;line-height:1.55;color:var(--text, #334155);white-space:pre-wrap}.legal-doc__muted,.legal-doc__error{font-size:.9rem;margin:0}.public-tariffs-list{list-style:none;margin:0;padding:0}.public-tariffs-list__item{padding:.75rem 0;border-bottom:1px solid var(--border)}.public-tariffs-list__item:last-child{border-bottom:none}.public-tariffs-list__head{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;flex-wrap:wrap}.public-tariffs-list__price{font-weight:600;color:var(--primary)}.public-tariffs-list__limits{margin:.35rem 0 0;font-size:.85rem;color:var(--text-muted)}.support-page__lead{color:var(--text-muted);margin:0 0 1rem}.support-layout{display:grid;grid-template-columns:240px 1fr;gap:1rem;align-items:start}@media (max-width: 768px){.support-layout{grid-template-columns:1fr}}.support-sidebar{padding:.75rem}.support-new-btn{width:100%;margin-bottom:.75rem}.support-thread-list{list-style:none;margin:0;padding:0}.support-thread-list__item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:.55rem .5rem;border-radius:8px;cursor:pointer;font:inherit}.support-thread-list__item:hover,.support-thread-list__item.is-active{background:#f1f5f9}.support-thread-list__subject{display:block;font-weight:600;font-size:.9rem}.support-thread-list__date,.support-thread-list__meta{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.support-badge{display:inline-block;margin-right:.35rem;padding:.1rem .35rem;border-radius:4px;background:#fef3c7;color:#92400e;font-size:.7rem;font-weight:600;text-transform:lowercase}.support-chat{padding:1rem;min-height:320px;display:flex;flex-direction:column}.support-messages{flex:1;overflow-y:auto;max-height:420px;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.support-message{max-width:85%;padding:.65rem .85rem;border-radius:10px;font-size:.9rem}.support-message--user{align-self:flex-start;background:#f1f5f9}.support-message--staff{align-self:flex-end;background:#dbeafe}.support-message__meta{font-size:.75rem;color:var(--text-muted);margin-bottom:.35rem}.support-message__body{white-space:pre-wrap;line-height:1.45}.support-form{display:flex;flex-direction:column;gap:.75rem}.support-field span{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.support-textarea{resize:vertical;min-height:88px}.support-empty{color:var(--text-muted);margin:auto}
