﻿:root{--bg:#eef3fb;--shell:#f8fafc;--line:#d7e1f2;--text:#172744;--muted:#74829c;--brand:#5b7cf0;--panel:#fff}html,body{background:var(--bg);color:var(--text);font-family:var(--font-open-sans), "Open Sans", Arial, sans-serif;margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input{font:inherit}.entry-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.entry-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:28px}.entry-links{flex-direction:column;gap:12px;margin-top:18px;display:flex}.entry-links a{background:var(--brand);color:#fff;border-radius:14px;padding:12px 16px;font-weight:600}.login-page,.my-page{min-height:100vh;padding:8px}.phone-shell{background:var(--shell);border:1px solid var(--line);border-radius:28px;width:100%;max-width:430px;min-height:calc(100vh - 16px);margin:0 auto;overflow:hidden;box-shadow:0 20px 50px #2336631f}.login-card{text-align:center;padding:30px 22px 34px}.login-logo{justify-content:center;align-items:center;width:74px;height:74px;margin:4px auto 10px;display:flex}.login-domain{margin-top:4px;font-size:15px}.login-title{margin:10px 0 0;font-size:24px;line-height:1.15}.login-subtitle{margin-top:10px;font-size:16px}.login-form{text-align:left;flex-direction:column;gap:18px;margin-top:28px;display:flex}.field-block label{margin-bottom:8px;font-size:15px;display:block}.field-block input{border:1px solid var(--line);background:#fff;border-radius:16px;outline:none;width:100%;padding:14px 16px}.login-submit{color:#fff;background:linear-gradient(#6182f6 0%,#4e71ea 100%);border-radius:16px;justify-content:center;align-items:center;min-height:48px;margin-top:6px;font-weight:700;display:flex}.mobile-app{min-height:calc(100vh - 16px);padding-bottom:88px;position:relative}.topbar{border-bottom:1px solid var(--line);background:#f5f7fb;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;display:flex}.icon-btn{color:#2b3955;background:0 0;border:none;padding:4px 6px;font-size:28px;line-height:1}.topbar-brand{flex:1;align-items:center;gap:10px;display:flex}.topbar-logo{background:#fff;border:1px solid #cad8f3;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.topbar-user-title{font-size:16px;font-weight:600}.section-tabs-wrap,.theme-tabs-wrap{padding:10px 10px 0;overflow-x:auto}.section-tabs,.theme-tabs{gap:10px;min-width:max-content;padding-bottom:6px;display:inline-flex}.section-tab,.theme-tab{color:#24324b;white-space:nowrap;background:#fff;border:1px solid #cfdaf1;border-radius:999px;padding:10px 16px}.section-tab.active{background:var(--brand);color:#fff;border-color:var(--brand);font-weight:700}.theme-tab{color:#fff;background:#173b67;border-color:#173b67}.theme-tab.active{color:#8b6a14;background:#fff7db;border-color:#ebcd67}.panel{background:var(--panel);border:1px solid var(--line);border-radius:24px;margin:12px 10px 0;padding:18px}.tasks-header{align-items:center;gap:12px;display:flex}.sun-badge{background:#fff7db;border:1px solid #ebcd67;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.tasks-title{font-size:16px;font-weight:700}.tasks-subtitle{color:var(--muted);margin-top:2px;font-size:13px}.profile-title{margin:18px 0 0;font-size:19px;font-weight:700}.profile-text{color:#3c4c69;margin:12px 0 0;font-size:15px;line-height:1.45}.task-table{border:1px solid var(--line);background:#fff;border-radius:18px;margin-top:18px;overflow:hidden}.task-row-text.done{color:#93a0ba;text-decoration:line-through}.task-check{background:#fff;border:2px solid #c2d0ea;border-radius:50%;width:24px;height:24px}.task-check.checked{background:var(--brand);border-color:var(--brand)}.panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel-header h3{margin:0;font-size:19px}.panel-header span{color:var(--muted);font-size:14px}.puzzle-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.puzzle-card{border:1px solid var(--line);background:#fbfcff;border-radius:18px;min-height:132px;padding:14px 12px}.puzzle-num{font-size:24px;font-weight:800}.puzzle-title{margin-top:8px;font-size:15px;font-weight:700;line-height:1.2}.puzzle-desc{color:var(--muted);margin-top:6px;font-size:13px}.events-list{flex-direction:column;gap:12px;display:flex}.event-card{border:1px solid var(--line);background:#fbfcff;border-radius:18px;padding:14px}.event-date{color:var(--muted);font-size:12px}.event-title{margin:8px 0 0;font-size:17px}.event-text{color:#3b4b67;margin:10px 0 0;font-size:14px;line-height:1.45}.event-photos{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.photo-tile{color:#50617c;background:linear-gradient(135deg,#c8d8ff 0%,#ebf1ff 100%);border:1px solid #d5dff2;border-radius:14px;justify-content:center;align-items:center;min-width:74px;height:58px;font-size:13px;display:flex}.bottom-nav{border-top:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);padding:10px 8px 12px;display:grid;position:absolute;bottom:0;left:0;right:0}.bottom-nav-item{color:#61708b;background:0 0;border:none;padding:8px 4px;font-size:13px}.bottom-nav-item.active{color:var(--brand);font-weight:700}.overlay{background:#1c273c47;border:none;position:absolute;inset:0}.side-menu{border-right:1px solid var(--line);z-index:3;background:#fff;width:78%;max-width:300px;height:100%;padding:18px 16px;position:absolute;top:0;left:0;box-shadow:18px 0 36px #121f3b29}.side-menu-head{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding-bottom:16px;display:flex}.side-logo{background:#fff;border:1px solid #cad8f3;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.side-title{font-size:18px;font-weight:700}.side-subtitle{color:var(--muted);margin-top:4px;font-size:13px}.side-section{margin-top:18px}.side-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:12px}.side-link{text-align:left;border:1px solid var(--line);color:#21314e;background:#fbfcff;border-radius:14px;width:100%;margin-bottom:10px;padding:12px 14px}.login-title-brand{letter-spacing:.16em;text-transform:uppercase;font-size:30px;font-weight:800}.login-title-logo{letter-spacing:.22em;text-transform:uppercase;color:#15284d;font-size:34px;font-weight:900;line-height:1;transform:scaleY(.96)}.login-title-soft{letter-spacing:.1em;text-transform:uppercase;color:#274a8a;font-size:31px;font-weight:800}.events-open-link{color:#4f71ea;font-size:14px;font-weight:600}.event-open-btn{color:#fff;background:#4f71ea;border-radius:12px;justify-content:center;align-items:center;min-height:40px;margin-top:14px;padding:0 14px;font-weight:600;display:inline-flex}.link-like{display:block}.standalone-page{padding-bottom:24px}.back-link{color:#4f71ea;margin-bottom:10px;font-size:14px;display:inline-block}.standalone-title{margin:0;font-size:24px;line-height:1.2}.standalone-subtitle{color:#74829c;margin-top:8px;font-size:14px}.detail-tabs-wrap{padding-top:0}.large-photos .big{min-width:96px;height:88px}.detail-note-list{gap:10px;display:grid}.detail-note-item{color:#2d3b57;background:#fbfcff;border:1px solid #d7e1f2;border-radius:14px;padding:14px;font-size:14px;line-height:1.45}.detail-links-list{gap:10px;display:grid}.detail-link-box{color:#21314e;background:#fff;border:1px solid #d7e1f2;border-radius:14px;padding:14px;font-size:14px}.event-timeline-list{gap:14px;display:grid}.timeline-event-card{background:#fff;border:1px solid #d7e1f2;border-radius:20px;padding:16px}.timeline-event-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.timeline-event-title{margin:0;font-size:18px;line-height:1.2}.timeline-event-summary{color:#52627e;margin:10px 0 0;font-size:14px;line-height:1.45}.timeline-media-card{color:#31425f;background:linear-gradient(135deg,#c8d8ff 0%,#ebf1ff 100%);border:1px solid #d7e1f2;border-radius:16px;flex:none;justify-content:center;align-items:center;min-width:124px;height:96px;padding:10px;display:flex}.detail-block{background:#fbfcff;border:1px solid #d7e1f2;border-radius:18px;padding:14px}.detail-block-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.detail-block-head h4{margin:0;font-size:16px}.detail-block-head span{color:#74829c;font-size:13px}.detail-text{color:#31425f;margin:0;font-size:14px;line-height:1.55}@media (min-width:900px){.media-viewer-card{width:420px;height:calc(100vh - 80px);inset:40px auto 40px 50%;transform:translate(-50%)}}.stream-filters{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.stream-filter{color:#5f6f8c;background:#fff;border:1px solid #d7e1f2;border-radius:999px;min-height:38px;padding:0 16px;font-size:14px}.stream-filter.active{color:#294983;background:#f3f7ff;border-color:#c8d6f3;font-weight:600}.family-stream-card{margin:0}.event-group-text{color:#8a97af;margin-top:8px;font-size:13px}.event-cover-large{color:#50617c;background:linear-gradient(135deg,#c8d8ff 0%,#ebf1ff 100%);border:1px solid #d7e1f2;border-radius:18px;justify-content:center;align-items:center;width:100%;height:180px;margin-top:14px;font-size:18px;display:flex}.event-actions-row{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.event-actions-row.single-action{justify-content:flex-start}.event-open-btn-light{color:#4f71ea;background:0 0;border:1px solid #d7e1f2;border-radius:999px;min-height:38px;padding:0 14px;font-size:14px;font-weight:400}@media (max-width:420px){.event-cover-large{height:160px}}.timeline-stream-card{margin:0}.timeline-media-strip{scrollbar-width:none;gap:10px;margin-top:14px;padding-bottom:4px;display:flex;overflow-x:auto}.timeline-media-card{color:#50617c;background:linear-gradient(135deg,#c8d8ff 0%,#ebf1ff 100%);border:1px solid #d7e1f2;border-radius:18px;flex:none;justify-content:center;align-items:center;min-width:220px;height:140px;padding:10px;font-size:18px;display:flex}.timeline-toggle{color:#fff;background:#22395f;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:44px;margin-top:14px;font-weight:600;display:flex}.timeline-toggle.opened{background:#2f4f82}.timeline-details{gap:12px;margin-top:14px;display:grid}.media-viewer{z-index:30;position:fixed;inset:0}.media-viewer-backdrop{background:#121927b8;border:none;position:absolute;inset:0}.media-viewer-card{background:#fff;border-radius:22px;flex-direction:column;padding:18px;display:flex;position:absolute;inset:24px 12px}.media-viewer-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.media-viewer-title{font-size:18px;font-weight:700}.media-viewer-subtitle{color:#74829c;margin-top:6px;font-size:14px}.media-viewer-close{background:#eef3fb;border:none;border-radius:12px;width:36px;height:36px;font-size:24px;line-height:1}.media-viewer-frame{color:#30415f;background:linear-gradient(135deg,#dfe8ff 0%,#edf2ff 100%);border:1px solid #d7e1f2;border-radius:18px;flex:1;justify-content:center;align-items:center;margin-top:18px;font-size:18px;font-weight:600;display:flex}.media-viewer-frame.video{background:linear-gradient(135deg,#e8edf7 0%,#f2f5fb 100%)}@media (max-width:420px){.timeline-media-card{min-width:190px;height:128px}}@media (min-width:900px){.media-viewer-card{width:420px;height:calc(100vh - 80px);inset:40px auto 40px 50%;transform:translate(-50%)}}.real-media{padding:0;position:relative;overflow:hidden}.timeline-media-image{object-fit:cover}.timeline-media-meta{color:#fff;background:linear-gradient(#0f182800 0%,#0f1828b8 100%);justify-content:space-between;gap:8px;padding:10px 12px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:0;left:0;right:0}.media-viewer-frame.image{background:#eef3fb;position:relative;overflow:hidden}.media-viewer-full-image{object-fit:contain}.real-cover{background:#eef3fb;padding:0;position:relative;overflow:hidden}.event-cover-image{object-fit:cover}.timeline-topline{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.timeline-number{color:#8a97af;font-size:12px;font-weight:600}.timeline-date{color:#8a97af;white-space:nowrap;font-size:12px}.top-group{margin-top:0;margin-bottom:8px}.timeline-stream-card{overflow:hidden}.timeline-stream-title{margin:0;font-size:18px;line-height:1.2}.timeline-stream-summary{color:#52627e;margin:10px 0 0;font-size:14px;line-height:1.45}.timeline-media-wrap{margin-top:14px;position:relative}.timeline-media-strip{scrollbar-width:none;scroll-snap-type:x mandatory;gap:12px;padding:0 0 4px;display:flex;overflow:auto hidden}.timeline-media-strip::-webkit-scrollbar{display:none}.timeline-media-card{color:#50617c;scroll-snap-align:start;background:linear-gradient(135deg,#c8d8ff 0%,#ebf1ff 100%);border:1px solid #d7e1f2;border-radius:18px;flex:none;justify-content:center;align-items:center;width:calc(100% - 8px);max-width:calc(100% - 8px);height:220px;display:flex}.timeline-media-card.video{background:linear-gradient(135deg,#dfe7f8 0%,#eef3ff 100%)}.timeline-media-arrow{z-index:3;color:#fff;background:#15284db8;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:24px;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.timeline-media-arrow.overlay-left{left:10px}.timeline-media-arrow.overlay-right{right:10px}.timeline-toggle-row{justify-content:flex-start;margin-top:14px;display:flex}.timeline-toggle-light{color:#4f71ea;background:0 0;border:1px solid #d7e1f2;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:14px;font-weight:400;display:inline-flex}.timeline-toggle-light.opened{background:#f6f9ff}.timeline-toggle-arrow{font-size:13px;line-height:1}@media (max-width:420px){.timeline-media-card{height:204px}}.event-cover-empty{background:#fff;border:1px solid #e7edf7}.my-form-input{background:#fff;border:1px solid #d9e2f2;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:14px}.my-form-textarea{resize:vertical;min-height:96px}.my-primary-btn{color:#fff;background:#4f71ea;border:none;border-radius:14px;padding:12px 16px;font-weight:700}.timeline-media-item-wrap{flex:none;width:calc(100% - 8px);max-width:calc(100% - 8px)}.file-actions{gap:8px;margin-top:10px;display:flex}.mini-action-btn{color:#37528c;background:#fff;border:1px solid #d7e1f2;border-radius:999px;min-height:34px;padding:0 12px;font-size:13px}.mini-action-btn.active{background:#eef4ff;border-color:#c8d7f4;font-weight:600}.mini-action-btn.danger{color:#b42318}.file-card{text-decoration:none;position:relative;overflow:hidden}.file-card.video-card{background:linear-gradient(135deg,#dfe7f8 0%,#eef3ff 100%)}.file-card.pdf-card{background:linear-gradient(135deg,#f8e3e3 0%,#fff1f1 100%)}.file-card.doc-card{background:linear-gradient(135deg,#eceff5 0%,#f7f9fc 100%)}.file-card-center{text-align:center;color:#30415f;width:100%;padding:18px}.file-card-icon{font-size:26px;font-weight:800}.file-card-title{margin-top:10px;font-size:14px;line-height:1.35}.file-card-date{color:#6f7f9c;margin-top:8px;font-size:12px}.task-sun{color:#253b68;background:#fff4cf;border:1px solid #efd37a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.topbar-avatar{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.task-card{margin-top:14px}.clean-topbar{border-bottom:1px solid #dfe6f4;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.text-icon-button{color:#223a68;font-size:28px;line-height:1}.topbar-avatar{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.home-main-tabs{margin-top:14px;margin-bottom:14px}.section-tab-light{color:#7d5a00;background:#fff;border:1px solid #d7e1f2}.active-light{color:#7a5a00;background:#fff5d8;border-color:#efcf73}.compact-task-card,.task-card{margin-top:0}.task-list{background:#fff;border:1px solid #dfe6f4;border-radius:18px;gap:0;display:grid;overflow:hidden}.task-text{color:#22314d;font-size:16px;line-height:1.35}.feed-shortcut-head h2{color:#16284a;margin:0;font-size:18px}.feed-shortcut-date{color:#7d8aa5;margin-bottom:8px;font-size:12px}.feed-shortcut-group{color:#6f7f9c;margin-top:8px;font-size:14px}.my-home-page{position:relative}.refined-topbar{border-bottom:1px solid #dfe6f4;justify-content:space-between;align-items:center;padding:18px 16px 12px;display:flex}.burger-button{background:#fff;border:1px solid #d7e1f2;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 10px;display:flex;box-shadow:0 4px 10px #192b520d}.burger-button span{background:#2f436b;border-radius:999px;height:2px;display:block}.avatar-button{padding:0;overflow:hidden}.topbar-avatar{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:flex;overflow:hidden}.topbar-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.drawer-backdrop{z-index:30;background:#0e182c2e;border:none;position:fixed;inset:0}.side-drawer{z-index:40;background:#fff;border-right:1px solid #dfe6f4;width:270px;max-width:calc(100vw - 28px);height:100dvh;padding:16px;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:0 16px 36px #192b522e}.side-drawer-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.side-drawer-title{color:#16284a;font-size:20px;font-weight:600}.drawer-close-btn{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;width:34px;height:34px;font-size:24px;line-height:1}.drawer-nav{gap:10px;display:grid}.drawer-nav a{color:#22314d;background:#fbfdff;border:1px solid #dfe6f4;border-radius:14px;padding:12px 14px;text-decoration:none}.task-widget-card{margin-top:14px;padding:12px}.task-filter-row{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.task-row{border-bottom:1px solid #edf2fa;justify-content:space-between;align-items:center;gap:10px;min-height:60px;padding:0 14px;display:flex}.task-row:last-child{border-bottom:none}.task-left{align-items:center;gap:12px;min-width:0;display:flex}.task-sun{color:#253b68;background:#fff4cf;border:1px solid #efd37a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex}.task-dot{border:2px solid #c7d3ea;border-radius:999px;flex:none;width:14px;height:14px}.task-text{color:#27344d;font-size:16px;font-weight:400;line-height:1.35}.task-circle{border:2px solid #c7d3ea;border-radius:999px;flex:none;width:24px;height:24px}.task-empty{color:#6f7f9c;padding:18px 14px;font-size:14px}.feed-shortcut-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.feed-shortcut-head h2{color:#16284a;margin:0;font-size:18px;font-weight:600}.feed-shortcut-head a{color:#4f71ea;font-size:14px;font-weight:500;text-decoration:none}.feed-shortcut-item{background:#fff;border:1px solid #dfe6f4;border-radius:18px;padding:14px}.feed-shortcut-date{color:#7d8aa5;margin-bottom:10px;font-size:12px;font-weight:400}.feed-shortcut-title{color:#22314d;font-size:18px;font-weight:500;line-height:1.35}.feed-shortcut-group{color:#7d8aa5;margin-top:10px;font-size:14px;font-weight:400}.task-widget-card{box-sizing:border-box;background:#fff;border:1px solid #dfe6f4;border-radius:18px;width:100%;margin-top:14px;padding:12px;display:block}.task-filter-row,.task-filter-inside{box-sizing:border-box;flex-wrap:wrap;gap:10px;width:100%;margin:0 0 12px;padding:0;display:flex}.clean-task-list{box-sizing:border-box;background:#fff;border:1px solid #dfe6f4;border-radius:18px;gap:0;width:100%;display:grid;overflow:hidden}.feed-shortcut-card{box-sizing:border-box;width:100%;margin-top:18px}.content-section{box-sizing:border-box;width:100%;padding-left:16px;padding-right:16px}.unified-card{box-sizing:border-box;background:#fff;border:1px solid #dfe6f4;border-radius:18px;width:100%;padding:12px}.task-widget-card{margin-top:14px}.feed-shortcut-card{margin-top:18px}.task-filter-inside-card{box-sizing:border-box;flex-wrap:wrap;gap:10px;width:100%;margin:0 0 12px;padding:0;display:flex}.task-list-inside-card{box-sizing:border-box;width:100%}.task-pill{color:#4f596a;background:#f3f5f9;border:1px solid #d8dfeb;border-radius:999px;min-height:40px;padding:0 18px;font-size:16px;font-weight:500}.task-pill.active{color:#2f3747;background:#eceff4}.clean-task-list{background:#fff;border:1px solid #dfe6f4;border-radius:18px;gap:0;display:grid;overflow:hidden}.feed-shortcut-item{box-sizing:border-box;width:100%}.rubrics-settings-group{margin-bottom:18px}.rubrics-settings-title{color:#16284a;margin-bottom:10px;font-size:18px;font-weight:600}.rubrics-settings-list{gap:10px;display:grid}.rubric-checkbox-row{background:#fff;border:1px solid #dfe6f4;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.rubric-checkbox-title{color:#22314d;font-size:16px}.rubric-checkbox-subtitle{color:#7d8aa5;margin-top:4px;font-size:12px}.rubric-matrix-table{border-collapse:collapse;width:100%;min-width:560px}.rubric-matrix-th{color:#5f6f8d;background:#f8fbff;font-size:14px;font-weight:600}.rubric-name-col{text-align:left;min-width:180px}.rubric-base-title{color:#22314d;font-size:16px;font-weight:500}.rubric-matrix-wrap{background:#fff;border:1px solid #dfe6f4;border-radius:18px;width:100%;margin-bottom:16px;overflow-x:hidden}.rubric-name-col{text-align:left;width:34%;min-width:0}.rubric-group-col{min-width:0}.rubric-matrix-td input[type=checkbox]{width:18px;height:18px}.rubric-group-col{font-size:10px}@media (max-width:480px){.rubric-matrix-th,.rubric-matrix-td{padding:5px 1px}.rubric-matrix-th{font-size:9px}.rubric-base-title{font-size:10px}.rubric-name-col{width:22%}.rubric-check-col{width:19.5%}.rubric-matrix-td input[type=checkbox]{width:13px;height:13px}}.rubrics-settings-note{color:#5d6d89;margin-bottom:12px;font-size:14px;line-height:1.45}.rubric-matrix-table{border-collapse:collapse;table-layout:fixed;background:0 0;width:100%}.rubric-matrix-th{color:#5f6f8d;word-break:break-word;background:0 0;font-size:10px;font-weight:600;line-height:1.05}.rubric-name-col{text-align:left;width:24%}.rubric-check-col{width:19%}.rubric-base-title{color:#22314d;word-break:break-word;font-size:11px;font-weight:500;line-height:1.1}.rubric-matrix-td input[type=checkbox]{width:14px;height:14px;margin:0}@media (max-width:480px){.rubric-matrix-th,.rubric-matrix-td{padding:5px 1px}.rubric-matrix-th{font-size:9px}.rubric-base-title{font-size:10px}.rubric-name-col{width:22%}.rubric-check-col{width:19.5%}.rubric-matrix-td input[type=checkbox]{width:13px;height:13px}}.rubric-legend{color:#6b7891;flex-wrap:wrap;gap:8px 12px;margin:0 0 8px;font-size:11px;line-height:1.2;display:flex}.rubric-matrix-wrap{background:0 0;border:none;border-radius:0;width:100%;margin-bottom:14px;overflow:hidden}.rubric-matrix-table{border-collapse:collapse;table-layout:fixed;width:100%}.rubric-col-name{width:98px}.rubric-col-check{width:30px}.rubric-matrix-th,.rubric-matrix-td{text-align:center;vertical-align:middle;border-bottom:1px solid #e9eef8;padding:6px 0}.rubric-matrix-th{color:#5f6f8d;background:0 0;font-size:10px;font-weight:600;line-height:1.05}.rubric-name-col{text-align:left;padding-right:4px}.rubric-check-col{padding-left:0;padding-right:0}.rubric-base-title{color:#22314d;word-break:break-word;overflow-wrap:anywhere;font-size:11px;font-weight:500;line-height:1.1}.rubric-matrix-table tbody tr:last-child .rubric-matrix-td{border-bottom:none}.rubric-matrix-td input[type=checkbox]{accent-color:#4f6ff7;width:14px;height:14px;margin:0;display:inline-block}@media (max-width:480px){.rubrics-settings-note{font-size:12px;line-height:1.25}.rubric-legend{gap:6px 10px;font-size:10px}.rubric-add-row{grid-template-columns:1fr 92px 84px;gap:6px}.rubric-add-input,.rubric-add-select,.rubric-add-btn{min-height:34px;font-size:12px}.rubric-col-name{width:92px}.rubric-col-check{width:28px}.rubric-matrix-th,.rubric-matrix-td{padding:5px 0}.rubric-matrix-th{font-size:9px;line-height:1}.rubric-base-title{font-size:10px}.rubric-matrix-td input[type=checkbox]{width:13px;height:13px}}.rubrics-page-plain{box-shadow:none;background:0 0;border:none;padding:0}.rubrics-settings-note{color:#5f6f8d;margin:0 0 10px;font-size:13px;line-height:1.35}.rubric-add-row{grid-template-columns:1fr 110px 92px;gap:8px;margin:0 0 12px;display:grid}.rubric-add-input,.rubric-add-select{color:#22314d;box-sizing:border-box;background:#fff;border:1px solid #d9e2f2;border-radius:12px;width:100%;min-height:36px;padding:0 12px;font-size:13px}.rubric-add-btn{color:#fff;background:#4f6ff7;border:none;border-radius:12px;min-height:36px;font-size:13px;font-weight:600}.rubric-status-msg{color:#5f6f8d;margin-bottom:8px;font-size:12px}.rubric-error-msg{color:#b42318;margin-bottom:8px;font-size:12px}.rubric-settings-group{margin-bottom:18px}.rubric-settings-title{color:#22314d;margin:0 0 8px;font-size:16px;font-weight:700}.rubric-checkbox-list{gap:8px;display:grid}.rubric-checkbox-item{background:#fff;border:1px solid #e3e9f6;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.rubric-checkbox-title{color:#22314d;word-break:break-word;font-size:14px;font-weight:500;line-height:1.2}.rubric-checkbox-item input[type=checkbox]{accent-color:#4f6ff7;flex:none;width:16px;height:16px;margin:0}@media (max-width:480px){.rubric-add-row{grid-template-columns:1fr 92px 84px;gap:6px}.rubric-add-input,.rubric-add-select,.rubric-add-btn{min-height:34px;font-size:12px}.rubric-settings-title{font-size:15px}.rubric-checkbox-item{padding:9px 10px}.rubric-checkbox-title{font-size:13px}.rubric-checkbox-meta{font-size:10px}}body{font-family:var(--font-open-sans), "Open Sans", Arial, sans-serif;overscroll-behavior:none}.desktop-phone-preview{background:var(--shell);border:1px solid var(--line);border-radius:28px;width:min(430px,100vw - 24px);height:calc(100dvh - 24px);min-height:calc(100dvh - 24px);margin:12px auto;position:relative;overflow:hidden;box-shadow:0 20px 50px #2336631f}.my-route-shell{flex-direction:column;width:100%;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden}.my-route-topbar{background:0 0;border-bottom:none;flex:none;justify-content:space-between;align-items:center;padding:18px 16px 10px;display:flex}.my-route-menu-btn{background:#fff;border:1px solid #d7e1f2;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 10px;display:flex;box-shadow:0 4px 10px #192b520d}.my-route-scroll{flex:auto;min-height:0;padding:0 16px 18px;overflow:hidden auto}.content-section{padding-left:0!important;padding-right:0!important}.my-home-screen{min-height:100%}.login-domain{display:none!important}.login-subtitle{margin-top:12px}.login-form{margin-top:26px}.login-submit{margin-top:10px}.feed-shortcut-item{display:block}.feed-shortcut-item+.feed-shortcut-item{margin-top:12px}.standalone-head{padding:6px 0 8px}@media (max-width:768px){.desktop-phone-preview{width:100%;height:100dvh;min-height:100dvh;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0}.screen-shell--center{min-height:100dvh;padding:16px 18px 24px}.my-route-scroll{padding:0 14px 16px}.event-cover-large{height:190px}.timeline-media-card{height:200px}}@media (max-width:480px){.my-route-topbar{padding:16px 12px 10px}.my-route-scroll{padding:0 12px 14px}.login-card--clean{padding-left:10px;padding-right:10px}.login-title-cormorant{font-size:38px}.events-page-list{gap:12px}.event-cover-large{border-radius:16px;height:172px}.timeline-media-card{border-radius:16px;height:184px}}.my-layout-page,.my-page,.login-page{background:#fff;min-height:100dvh}.my-page-block{width:100%}.my-page-content{width:100%;margin:0;padding:0}.content-scroll{padding:0}.content-section{margin:0;padding-left:0!important;padding-right:0!important}.feed-shortcut-card,.task-widget-card,.about-card{margin-top:0}.feed-shortcut-card+.feed-shortcut-card,.content-section+.content-section,.task-widget-card+.feed-shortcut-card{margin-top:14px}.standalone-page{min-height:auto;padding-bottom:0}.about-page-content{padding:0}.about-tagline{color:#4f6287;margin-bottom:18px;font-size:15px;line-height:1.5}.events-page-list{gap:12px;padding:0;display:grid}.event-cover-large{background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:190px;margin-top:14px;overflow:hidden}.timeline-media-card{height:190px;overflow:hidden}@media (max-width:768px){.desktop-phone-preview{width:100%;height:100dvh;min-height:100dvh;box-shadow:none;border:none;border-radius:0;margin:0}.my-route-topbar{padding:14px 12px 10px}.my-route-scroll{padding:12px 12px 14px}.my-route-bottombar{padding-left:12px;padding-right:12px}.about-brand{font-size:34px}.about-tagline{font-size:14px}.about-lead{font-size:17px}.about-text{font-size:15px}}@media (max-width:480px){.my-route-topbar{padding:12px 12px 8px}.my-route-scroll{padding:10px 10px 12px}.my-route-bottombar{min-height:54px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.my-route-back-btn{min-height:36px;padding:0 14px;font-size:13px}.event-cover-large{border-radius:16px;height:172px}.timeline-media-card{border-radius:16px;height:176px}.about-card{padding:14px}.about-brand{font-size:30px}.about-tagline{font-size:13px}.about-lead{font-size:16px}.about-text{font-size:14px;line-height:1.7}}html,body{height:100%;margin:0}body{font-family:var(--font-open-sans), "Open Sans", Arial, sans-serif;overscroll-behavior:none;background:#eef3f9}.login-page,.my-page,.my-layout-page{background:#eef3f9;min-height:100dvh}.desktop-phone-preview{border:1px solid var(--line);background:#fff;border-radius:28px;width:min(430px,100vw - 24px);height:calc(100dvh - 24px);min-height:calc(100dvh - 24px);margin:12px auto;position:relative;overflow:hidden;box-shadow:0 20px 50px #2336631f}.login-phone-preview{background:#fff}.my-route-shell{background:#fff;grid-template-rows:auto 1fr auto;width:100%;height:100%;min-height:100%;display:grid;overflow:hidden}.my-route-topbar{z-index:5;background:#fff;border-bottom:1px solid #e3ebf7;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.my-route-menu-btn{background:#fff;border:1px solid #d7e1f2;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;display:flex}.my-route-menu-btn span{background:#2f436b;border-radius:999px;height:2px;display:block}.my-route-avatar{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-weight:700;display:flex;overflow:hidden}.my-route-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.my-route-scroll{scrollbar-width:none;background:#fff;min-height:0;padding:10px;overflow:hidden auto}.my-route-scroll::-webkit-scrollbar{width:0;height:0}.my-route-bottombar{min-height:58px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));z-index:5;background:#fff;border-top:1px solid #e3ebf7;justify-content:flex-start;align-items:center;gap:10px;display:flex}.my-route-back-btn{color:#35528c;background:#fff;border:1px solid #d7e1f2;border-radius:999px;min-height:38px;padding:0 16px;font-size:14px;font-weight:600}.my-route-backdrop{z-index:30;background:#0e182c2e;border:none;position:fixed;inset:0}.my-route-drawer{z-index:40;background:#fff;border-right:1px solid #dfe6f4;width:270px;max-width:calc(100vw - 28px);height:100dvh;padding:16px;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:0 16px 36px #192b522e}.my-route-drawer-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.my-route-drawer-title{color:#16284a;font-size:20px;font-weight:700}.my-route-close{color:#223a68;background:#fff;border:1px solid #d7e1f2;border-radius:999px;width:34px;height:34px;font-size:24px;line-height:1}.my-route-nav{gap:10px;display:grid}.my-route-nav a{color:#22314d;background:#fbfdff;border:1px solid #dfe6f4;border-radius:14px;padding:12px 14px;text-decoration:none}.my-page-block,.my-page-content,.my-home-screen,.standalone-page,.about-page-content{background:0 0;width:100%;margin:0;padding:0}.content-scroll,.content-section,.events-page-list{margin:0!important;padding:0!important}.content-section+.content-section{margin-top:12px!important}.unified-card,.task-widget-card,.feed-shortcut-card,.feed-shortcut-item,.about-card,.timeline-stream-card,.timeline-event-card,.family-stream-card,.detail-block{box-sizing:border-box;width:100%}.feed-shortcut-card,.task-widget-card,.about-card,.timeline-stream-card,.timeline-event-card,.family-stream-card{margin:0}.standalone-head{display:none!important}.about-card{background:#fff;border:1px solid #dfe6f4;border-radius:18px;padding:16px}.about-brand{font-family:var(--font-cormorant), "Cormorant Garamond", serif;letter-spacing:.08em;text-transform:uppercase;color:#1b315b;margin-bottom:12px;font-size:40px;font-weight:700;line-height:1}.about-tagline-label{color:#4f6287;margin-bottom:4px;font-size:16px;line-height:1.4}.about-tagline-line{color:#4f6287;margin-bottom:18px;font-size:16px;line-height:1.5}.about-lead{color:#22314d;font-size:18px;font-weight:600;line-height:1.6}.about-text{color:#445572;margin-top:18px;font-size:16px;line-height:1.75}.about-note{background:#f8fbff;border:1px solid #dfe6f4;border-radius:16px;margin-top:18px;padding:14px 16px}.about-note-title{color:#22314d;margin-bottom:6px;font-size:16px;font-weight:700}.about-note-text{color:#60708c;font-size:14px;line-height:1.55}.login-card--clean{text-align:center;background:#fff;width:100%;max-width:420px;margin:0 auto;padding:8px 22px 0}.login-logo{margin:0 auto 16px}.login-logo--plain img{background:0 0!important}.login-title{margin:6px 0 0}.login-title-cormorant{font-family:var(--font-cormorant), "Cormorant Garamond", serif;letter-spacing:.08em;text-transform:uppercase;color:#1b315b;font-size:42px;font-weight:700;line-height:1}.login-subtitle-cormorant{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#35528c;margin-top:12px;font-size:22px;font-weight:600;line-height:1.25}.screen-shell{width:100%;min-height:inherit;flex-direction:column;display:flex}.screen-shell--center{justify-content:center;min-height:calc(100dvh - 24px);padding:20px 22px 28px}.event-cover-large,.timeline-media-card{width:100%;overflow:hidden}.event-cover-large{background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;height:190px;margin-top:14px}.timeline-media-card{border-radius:18px;height:190px}@media (max-width:768px){.desktop-phone-preview{width:100%;height:100dvh;min-height:100dvh;box-shadow:none;border:none;border-radius:0;margin:0}.my-route-topbar{padding:14px 12px 10px}.my-route-scroll{padding:10px}.my-route-bottombar{padding-left:10px;padding-right:10px}.about-brand{font-size:34px}.about-tagline-label,.about-tagline-line{font-size:15px}.about-lead{font-size:17px}.about-text{font-size:15px}}@media (max-width:480px){.my-route-topbar{padding:12px 12px 8px}.my-route-scroll{padding:8px}.my-route-bottombar{min-height:54px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.my-route-back-btn{min-height:36px;padding:0 14px;font-size:13px}.about-card{padding:14px}.about-brand{font-size:30px}.about-tagline-label,.about-tagline-line{font-size:14px}.about-lead{font-size:16px}.about-text{font-size:14px;line-height:1.7}.event-cover-large{border-radius:16px;height:172px}.timeline-media-card{border-radius:16px;height:176px}.login-title-cormorant{font-size:38px}.login-subtitle-cormorant{font-size:20px}}.login-subtitle-cormorant{white-space:nowrap;text-align:center;width:100%;font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#35528c;font-size:18px;font-weight:600;line-height:1.2;display:block}.my-route-scroll>.standalone-page,.my-route-scroll>.my-page-block,.my-route-scroll>.my-home-screen,.my-route-scroll>.events-page-list{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.standalone-page,.my-page-block,.my-page-content,.about-page-content,.events-page-list{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.content-section,.events-page-list,.my-page-content,.about-page-content{width:100%!important;max-width:100%!important}.about-card{box-sizing:border-box;width:100%;margin:0}.family-stream-card,.timeline-stream-card,.timeline-event-card{margin-left:0!important;margin-right:0!important}@media (max-width:480px){.login-subtitle-cormorant{letter-spacing:.01em;font-size:16px}.my-route-scroll{padding:6px!important}}.my-events-page,.my-event-detail-page{background:#fff;width:100%}.my-events-filters-line{white-space:nowrap;scrollbar-width:none;background:#fff;flex-wrap:nowrap;gap:10px;margin:0;padding:0 0 12px;display:flex;overflow:auto hidden}.my-events-filters-line::-webkit-scrollbar{display:none}.my-events-filter{color:#35528c;background:#fff;border:1px solid #d7e1f2;border-radius:999px;flex:none;min-height:46px;padding:0 22px;font-size:16px;font-weight:400}.my-events-filter.active{color:#1e3a72;background:#f7faff}.my-events-list,.my-event-detail-list{background:#fff;gap:14px;margin:0;padding:0;display:grid}.my-event-card,.my-event-detail-card{box-sizing:border-box;width:100%;box-shadow:none;background:#fff;border:1px solid #d7e1f2;border-radius:24px;margin:0;padding:18px}.my-event-date,.my-event-detail-meta{color:#8192b0;font-size:14px;line-height:1.4}.my-event-title,.my-event-detail-title,.my-event-detail-entry-title{color:#122a57;margin:10px 0 8px;line-height:1.2}.my-event-title{font-size:22px;font-weight:600}.my-event-group,.my-event-detail-group{color:#8d9ab2;margin-bottom:12px;font-size:15px}.my-event-description,.my-event-detail-description{color:#41567f;font-size:16px;line-height:1.55}.my-event-cover,.my-event-detail-cover{background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;height:250px;margin-top:14px;overflow:hidden}.my-event-cover-image,.my-event-detail-cover-image{object-fit:cover;width:100%;height:100%;display:block}.my-event-actions{justify-content:flex-start;margin-top:18px;display:flex}.my-event-open-btn{color:#5b76f7;background:#fff;border:1px solid #d7e1f2;border-radius:999px;align-items:center;min-height:42px;padding:0 18px;font-size:14px;text-decoration:none;display:inline-flex}.my-event-detail-head{background:#fff;margin:0;padding:0 0 14px}.my-events-error{color:#b42318;margin:0 0 12px}@media (max-width:480px){.my-events-filter{min-height:42px;padding:0 18px;font-size:15px}.my-event-card,.my-event-detail-card{border-radius:20px;padding:16px}.my-event-title{font-size:20px}.my-event-detail-title{font-size:24px}.my-event-detail-entry-title{font-size:18px}.my-event-cover,.my-event-detail-cover{border-radius:16px;height:210px}}.my-events-clean-page,.my-event-detail-page{width:100%;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.my-events-clean-filters{white-space:nowrap;box-shadow:none;scrollbar-width:none;background:#fff;border:none;flex-wrap:nowrap;gap:10px;margin:0;padding:0 0 12px;display:flex;overflow:auto hidden}.my-events-clean-list,.my-event-detail-list{background:#fff;gap:12px;width:100%;margin:0;padding:0;display:grid;box-shadow:none!important;border:none!important}.my-events-clean-card,.my-event-detail-card{box-sizing:border-box;border-radius:24px;width:100%;padding:18px;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;margin:0!important}.events-page-list,.my-page-block,.my-page-content,.standalone-page,.about-page-content,.family-stream-card,.timeline-stream-card,.timeline-event-card{box-shadow:none!important}.events-page-list,.my-page-block,.my-page-content,.standalone-page,.about-page-content{background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.my-events-clean-date,.my-event-detail-meta{color:#8192b0;font-size:14px;line-height:1.4}.my-event-detail-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.my-events-clean-title,.my-event-detail-title,.my-event-detail-entry-title{color:#122a57;margin:10px 0 8px;line-height:1.2}.my-event-detail-title{margin:0 0 14px;font-size:28px;font-weight:700}.my-event-detail-entry-title{font-size:20px;font-weight:700}.my-events-clean-group,.my-event-detail-group{color:#8d9ab2;margin-bottom:12px;font-size:15px}.my-events-clean-description,.my-event-detail-description{color:#41567f;font-size:16px;line-height:1.55}.my-events-clean-cover,.my-event-detail-cover{background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;height:250px;margin-top:14px;overflow:hidden}.my-events-clean-cover-image,.my-event-detail-cover-image{object-fit:cover;width:100%;height:100%;display:block}.my-event-detail-head{background:#fff;margin:0;padding:0 0 14px;border:none!important}@media (max-width:480px){.my-route-scroll{padding:6px!important}.my-events-clean-filter{min-height:42px;padding:0 18px;font-size:15px}.my-events-clean-card,.my-event-detail-card{border-radius:20px;padding:16px}.my-events-clean-title{font-size:20px}.my-event-detail-title{font-size:24px}.my-event-detail-entry-title{font-size:18px}.my-events-clean-cover,.my-event-detail-cover{border-radius:16px;height:210px}}.my-route-scroll{background:#fff!important;padding:6px!important}.my-events-clean-page,.my-event-detail-clean-page,.my-events-clean-list,.my-event-detail-clean-list,.events-page-list,.my-page-block,.my-page-content,.family-stream-card,.timeline-stream-card,.timeline-event-card,.standalone-page{box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;margin:0!important;padding-left:0!important;padding-right:0!important}.my-events-clean-filters{scrollbar-width:none;white-space:nowrap!important;background:#fff!important;flex-wrap:nowrap!important;gap:10px!important;margin:0!important;padding:0 0 10px!important;display:flex!important;overflow:auto hidden!important}.my-events-clean-filters::-webkit-scrollbar{display:none}.my-events-clean-filter{color:#35528c!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;flex:none!important;min-height:44px!important;padding:0 20px!important;font-size:16px!important;font-weight:400!important}.my-events-clean-filter.active{color:#1e3a72!important;background:#f7faff!important}.my-events-clean-card,.my-event-detail-clean-card{box-sizing:border-box!important;width:100%!important;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:22px!important;margin:0!important;padding:16px!important}.my-events-clean-list,.my-event-detail-clean-list{gap:12px!important;margin:0!important;padding:0!important;display:grid!important}.my-event-detail-clean-title{color:#122a57!important;margin:0!important;font-size:28px!important;font-weight:700!important;line-height:1.15!important}.my-events-clean-date,.my-event-detail-clean-meta{color:#8192b0!important;font-size:14px!important;line-height:1.4!important}.my-event-detail-clean-meta{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.my-events-clean-title,.my-event-detail-clean-entry-title{color:#122a57!important;margin:10px 0 8px!important;line-height:1.2!important}.my-events-clean-title{font-size:22px!important;font-weight:600!important}.my-event-detail-clean-entry-title{font-size:20px!important;font-weight:700!important}.my-events-clean-group,.my-event-detail-clean-group{color:#8d9ab2!important;margin-bottom:12px!important;font-size:15px!important}.my-events-clean-description,.my-event-detail-clean-description{color:#41567f!important;font-size:16px!important;line-height:1.55!important}.my-events-clean-cover,.my-event-detail-clean-cover{background:#eef3fb!important;border:1px solid #d7e1f2!important;border-radius:18px!important;height:220px!important;margin-top:14px!important;overflow:hidden!important}.my-events-clean-cover-image,.my-event-detail-clean-cover-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.my-events-clean-actions{justify-content:flex-start!important;margin-top:16px!important;display:flex!important}.my-events-clean-open-btn{color:#5b76f7!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;align-items:center!important;min-height:40px!important;padding:0 18px!important;font-size:14px!important;text-decoration:none!important;display:inline-flex!important}.my-events-clean-error{color:#b42318!important;margin:0 0 10px!important}@media (max-width:480px){.my-route-scroll{padding:6px!important}.my-events-clean-filter{min-height:42px!important;padding:0 18px!important;font-size:15px!important}.my-events-clean-card,.my-event-detail-clean-card{border-radius:20px!important;padding:14px!important}.my-events-clean-title{font-size:20px!important}.my-event-detail-clean-title{font-size:24px!important}.my-event-detail-clean-entry-title{font-size:18px!important}.my-events-clean-cover,.my-event-detail-clean-cover{border-radius:16px!important;height:200px!important}}.my-layout-page,.my-route-shell,.my-route-scroll,.my-events-clean-page,.my-event-detail-clean-page,.my-route-scroll>*{background:#fff!important}.my-events-clean-page{margin:0!important;padding:0!important}.my-events-clean-list{gap:12px!important}.my-events-clean-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:22px!important;width:100%!important;margin:0!important;padding:16px!important}.my-event-detail-clean-page{margin:0!important;padding:0!important}.my-event-detail-clean-head{background:#fff!important;padding:0 4px 12px!important}.my-event-detail-clean-list{background:#fff!important;gap:12px!important}.my-event-detail-clean-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:22px!important;width:100%!important;margin:0!important;padding:16px!important}.my-event-detail-clean-meta,.my-event-detail-clean-group,.my-event-detail-clean-entry-title,.my-event-detail-clean-description,.my-event-detail-clean-cover{margin-left:4px!important;margin-right:4px!important}.my-event-detail-clean-cover{background:#eef3fb!important;border:1px solid #d7e1f2!important;border-radius:18px!important;height:220px!important;margin-top:14px!important;overflow:hidden!important}.my-event-detail-clean-cover-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}@media (max-width:480px){.my-route-scroll{padding:6px!important}.my-events-clean-card,.my-event-detail-clean-card{border-radius:20px!important;padding:14px!important}.my-event-detail-clean-meta,.my-event-detail-clean-group,.my-event-detail-clean-entry-title,.my-event-detail-clean-description,.my-event-detail-clean-cover{margin-left:2px!important;margin-right:2px!important}.my-event-detail-clean-cover{border-radius:16px!important;height:200px!important}}.my-route-scroll,.my-events-clean-page,.my-event-detail-clean-page,.my-event-detail-clean-list,.my-events-clean-list,.events-page-list{background:#fff!important}.my-event-detail-clean-list,.my-events-clean-list{gap:12px!important;margin:0!important;padding:0!important}.my-event-detail-clean-card,.timeline-stream-card,.timeline-event-card,.family-stream-card{box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:22px!important;padding:18px!important}.my-event-detail-clean-card>*,.timeline-stream-card>*,.timeline-event-card>*,.family-stream-card>*{margin-left:6px!important;margin-right:6px!important}.my-event-detail-clean-cover,.my-events-clean-cover,.timeline-media-card,.event-cover-large{width:auto!important;margin-left:6px!important;margin-right:6px!important}.my-event-detail-clean-head{background:#fff!important;border:none!important;margin:0!important;padding:0 0 12px!important}.my-route-scroll>div,.my-route-scroll>section{background:#fff!important}@media (max-width:480px){.my-event-detail-clean-card,.timeline-stream-card,.timeline-event-card,.family-stream-card{padding:16px!important}.my-event-detail-clean-card>*,.timeline-stream-card>*,.timeline-event-card>*,.family-stream-card>*{margin-left:4px!important;margin-right:4px!important}}.my-event-detail-flat-page,.my-event-detail-flat-list{width:100%;margin:0;padding:0;background:#fff!important}.my-event-detail-flat-list{gap:12px;display:grid}.my-event-detail-flat-image-wrap{background:#fff;width:100%}@media (max-width:480px){.my-event-detail-flat-card{border-radius:20px;padding:16px!important}.my-event-detail-flat-image{border-radius:16px;height:210px}.my-feed-preview-image{border-radius:16px;height:180px}}.my-home-screen,.feed-shortcut-card,.feed-shortcut-item,.my-event-detail-flat-page,.my-event-detail-flat-list{background:#fff!important}.my-feed-preview{width:100%;margin-top:14px}.my-feed-preview-image{object-fit:cover;background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:210px;display:block}.my-event-detail-flat-list{gap:12px;margin:0;padding:0;display:grid}.my-event-detail-flat-card{box-sizing:border-box;border-radius:22px;width:100%;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;margin:0!important;padding:18px!important}.my-event-detail-flat-meta{color:#8192b0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:14px;line-height:1.4;display:flex}.my-event-detail-flat-group{color:#8d9ab2;margin-bottom:10px;font-size:15px}.my-event-detail-flat-title{color:#122a57;margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.2}.my-event-detail-flat-description{color:#41567f;margin-bottom:14px;font-size:16px;line-height:1.55}.my-event-detail-flat-image-wrap{width:100%}.my-event-detail-flat-image{object-fit:cover;background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:240px;display:block}.my-event-detail-flat-caption{color:#5a6f96;margin-top:8px;font-size:14px;line-height:1.4}@media (max-width:480px){.my-feed-preview-image{border-radius:16px;height:180px}.my-event-detail-flat-card{border-radius:20px;padding:16px!important}.my-event-detail-flat-image{border-radius:16px;height:210px}}.my-layout-page,.my-route-shell,.my-route-scroll,.my-home-flat-page,.my-home-flat-list,.my-event-detail-same-page,.my-event-detail-same-list{background:#fff!important}.my-home-flat-page,.my-home-flat-list{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}.my-home-flat-list{gap:12px;display:grid}.my-home-flat-card{box-sizing:border-box;border-radius:22px;width:100%;text-decoration:none;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;margin:0!important;padding:18px!important}.my-home-flat-date{color:#8192b0;font-size:14px;line-height:1.4}.my-home-flat-title{color:#122a57;margin-top:10px;font-size:22px;font-weight:600;line-height:1.2}.my-home-flat-group{color:#8d9ab2;margin-top:8px;font-size:15px}.my-home-flat-description{color:#41567f;margin-top:12px;font-size:16px;line-height:1.55}.my-home-flat-preview{width:100%;margin-top:14px}.my-home-flat-preview-image{object-fit:cover;background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:210px;display:block}.my-home-flat-actions{justify-content:flex-start;margin-top:18px;display:flex}.my-home-flat-open-btn,.my-event-detail-same-open-btn{color:#5b76f7;box-sizing:border-box;vertical-align:middle;background:#fff;border:1px solid #d7e1f2;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;line-height:1;text-decoration:none;display:inline-flex}.my-event-detail-same-page,.my-event-detail-same-list{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}.my-event-detail-same-list{gap:12px;display:grid}.my-event-detail-same-card{box-sizing:border-box;border-radius:22px;width:100%;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;margin:0!important;padding:18px!important}.my-event-detail-same-meta{color:#8192b0;justify-content:space-between;align-items:center;gap:12px;font-size:14px;line-height:1.4;display:flex}.my-event-detail-same-group{color:#8d9ab2;margin-top:8px;font-size:15px}.my-event-detail-same-title{color:#122a57;margin:10px 0 0;font-size:22px;font-weight:700;line-height:1.2}.my-event-detail-same-description{color:#41567f;margin-top:12px;font-size:16px;line-height:1.55}.my-event-detail-same-preview-wrap{width:100%;margin-top:14px}.my-event-detail-same-preview-image{object-fit:cover;background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:210px;display:block}.my-event-detail-same-actions{justify-content:flex-start;margin-top:18px;display:flex}.my-event-detail-same-open-arrow{margin-left:8px;font-size:10px;line-height:1}.my-event-detail-same-more{margin-top:16px}.my-event-detail-same-photo-block{margin-top:0}.my-event-detail-same-photo-caption{color:#5a6f96;margin-bottom:12px;font-size:14px;line-height:1.4}.my-event-detail-same-note-card{background:#fff;border:1px solid #d7e1f2;border-radius:18px;padding:14px 16px}.my-event-detail-same-note-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.my-event-detail-same-note-title{color:#122a57;font-size:16px;font-weight:700}.my-event-detail-same-note-text{color:#41567f;font-size:16px;line-height:1.6}@media (max-width:480px){.my-home-flat-card,.my-event-detail-same-card{border-radius:20px;padding:16px!important}.my-home-flat-title,.my-event-detail-same-title{font-size:20px}.my-home-flat-preview-image,.my-event-detail-same-preview-image{border-radius:16px;height:180px}}.my-chip-btn,.my-chip-link,.my-route-back-btn{color:#35528c!important;vertical-align:middle!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:42px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.my-events-final-date{color:#8192b0;font-size:14px;line-height:1.4}.my-events-final-group{color:#8d9ab2;margin-top:8px;font-size:15px}.my-events-final-error{color:#b42318;margin:0 0 12px}@media (max-width:480px){.my-chip-btn,.my-chip-link,.my-route-back-btn{height:40px!important;min-height:40px!important;padding:0 16px!important;font-size:14px!important}.my-events-final-card{border-radius:20px;padding:16px!important}.my-events-final-title{font-size:20px}.my-events-final-preview-image{border-radius:16px;height:180px}}.my-route-topbar-title{text-align:center;color:#1e3a72;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;line-height:1.2;overflow:hidden}.my-chip-btn,.my-chip-link,.my-route-back-btn,.my-home-flat-open-btn,.my-events-clean-open-btn,.my-event-open-btn-light,.my-event-detail-same-open-btn{box-sizing:border-box!important;vertical-align:middle!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:36px!important;min-height:36px!important;padding:0 14px!important;font-size:13px!important;line-height:1!important;display:inline-flex!important}.my-chip-btn--small{height:36px!important;min-height:36px!important;padding:0 14px!important;font-size:13px!important}.my-events-final-actions,.my-home-flat-actions,.my-events-clean-actions,.event-actions-row.single-action,.my-event-detail-same-actions{margin-top:16px!important}@media (max-width:480px){.my-route-topbar-title{font-size:16px}.my-chip-btn,.my-chip-link,.my-route-back-btn,.my-home-flat-open-btn,.my-events-clean-open-btn,.my-event-open-btn-light,.my-event-detail-same-open-btn,.my-chip-btn--small{height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:12px!important}}.my-route-topbar{grid-template-columns:44px 1fr 44px!important;align-items:center!important;column-gap:10px!important;display:grid!important}.my-route-topbar-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left!important;color:#111!important;align-self:center!important;font-size:17px!important;font-weight:600!important;line-height:1.1!important}.my-events-final-page,.my-events-final-list{margin:0;padding:0;background:#fff!important}.my-events-final-filters{white-space:nowrap;scrollbar-width:none;background:#fff;flex-wrap:nowrap;gap:10px;margin:0;padding:0 0 10px;display:flex;overflow:auto hidden}.my-events-final-filters::-webkit-scrollbar{display:none}.my-chip-btn,.my-chip-link,.my-route-back-btn{color:#35528c!important;box-sizing:border-box!important;vertical-align:middle!important;white-space:nowrap!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:32px!important;min-height:32px!important;padding:0 12px!important;font-size:12px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.my-chip-btn.active{color:#1e3a72!important;background:#f7faff!important}.my-events-final-list{gap:12px;display:grid}.my-events-final-card{box-sizing:border-box;border-radius:22px;width:100%;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;margin:0!important;padding:18px!important}.my-events-final-meta-line{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.my-events-final-date,.my-events-final-group-inline{color:#8192b0;font-size:14px;line-height:1.3}.my-events-final-title{color:#122a57;margin-top:8px;font-size:22px;font-weight:600;line-height:1.2}.my-events-final-description{color:#41567f;margin-top:10px;font-size:16px;line-height:1.45}.my-events-final-preview{width:100%;margin-top:12px}.my-events-final-preview-image{object-fit:cover;background:#eef3fb;border:1px solid #d7e1f2;border-radius:18px;width:100%;height:210px;display:block}.my-events-final-actions{justify-content:flex-start;margin-top:14px;display:flex}@media (max-width:480px){.my-route-topbar-title{font-size:16px!important}.my-chip-btn,.my-chip-link,.my-route-back-btn{height:30px!important;min-height:30px!important;padding:0 11px!important;font-size:12px!important}.my-events-final-card{border-radius:20px;padding:16px!important}.my-events-final-title{font-size:19px}.my-events-final-date,.my-events-final-group-inline{font-size:13px}.my-events-final-description{font-size:15px;line-height:1.4}.my-events-final-preview-image{border-radius:16px;height:180px}}.my-events-final-card{padding:14px!important}.my-events-final-meta-line{gap:8px!important;margin:0!important}.my-events-final-date,.my-events-final-group-inline{margin:0!important;font-size:13px!important;line-height:1.05!important}.my-events-final-title{letter-spacing:0!important;margin:4px 0 0!important;font-size:19px!important;line-height:1.08!important}.my-events-final-description{margin-top:6px!important;font-size:15px!important;line-height:1.24!important}.my-events-final-preview{margin-top:8px!important}.my-events-final-actions{margin-top:10px!important}@media (max-width:480px){.my-events-final-card{padding:13px!important}.my-events-final-date,.my-events-final-group-inline{font-size:12px!important}.my-events-final-title{margin-top:3px!important;font-size:18px!important;line-height:1.06!important}.my-events-final-description{margin-top:5px!important;font-size:14px!important;line-height:1.2!important}.my-events-final-preview{margin-top:7px!important}.my-events-final-actions{margin-top:9px!important}}.my-route-page{background:#f1f7ff;justify-content:center;align-items:flex-start;min-height:100dvh;font-family:Open Sans,Arial,sans-serif;display:flex}.my-route-shell{background:#fff;border-left:1px solid #d4e0f5;border-right:1px solid #d4e0f5;flex-direction:column;width:min(100%,560px);min-height:100dvh;display:flex;position:relative;box-shadow:0 20px 60px #0f2d5a14}.my-route-topbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #dbe6f8;align-items:center;gap:18px;height:86px;min-height:86px;padding:0 28px;display:flex}.my-route-menu-button{cursor:pointer;background:#fff;border:1px solid #d4e0f5;border-radius:18px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:6px;width:56px;height:56px;padding:0;display:inline-flex}.my-route-menu-button span{background:#062a63;border-radius:999px;width:26px;height:2px;display:block}.my-route-topbar-title{color:#000;text-align:left;flex:auto;min-width:0;font-family:Open Sans,Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.2}.my-route-avatar{color:#062a63;background:#eef4ff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:700;text-decoration:none;display:flex;overflow:hidden}.my-route-avatar-image{object-fit:cover;border-radius:999px;width:52px;height:52px;display:block}.my-route-content{box-sizing:border-box;background:#fff;flex:auto;min-height:0;padding:10px 16px 96px;overflow-y:auto}.my-route-bottom{box-sizing:border-box;background:#fff;border-top:1px solid #dbe6f8;align-items:center;height:76px;min-height:76px;padding:14px 22px;display:flex}.my-route-back-button{color:#35507c;cursor:pointer;background:#fff;border:1px solid #d4e0f5;border-radius:999px;min-height:40px;padding:0 18px;font-family:Open Sans,Arial,sans-serif;font-size:15px;line-height:1}.my-route-menu{z-index:50;background:#fff;border:1px solid #d4e0f5;border-radius:18px;flex-direction:column;gap:6px;width:230px;padding:12px;display:flex;position:absolute;top:78px;left:24px;box-shadow:0 18px 45px #0f2d5a29}.my-route-menu a{color:#062a63;border-radius:12px;padding:10px 12px;font-size:15px;line-height:1.25;text-decoration:none;display:block}.my-route-menu a:hover{background:#f1f6ff}@media (max-width:620px){.my-route-shell{width:100%;min-height:100dvh;box-shadow:none;border-left:0;border-right:0}.my-route-topbar{padding-left:24px;padding-right:24px}.my-route-content{padding-left:16px;padding-right:16px}}.my-route-topbar{justify-content:space-between!important;align-items:center!important;gap:16px!important;display:flex!important}.my-route-topbar-left{flex:auto!important;align-items:center!important;gap:16px!important;min-width:0!important;display:flex!important}.my-route-menu-button{flex:none!important}.my-route-topbar-title{white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;min-width:0!important;margin:0!important;padding:0!important;position:static!important;overflow:hidden!important}.my-route-avatar{flex:0 0 52px!important;width:52px!important;height:52px!important;margin-left:auto!important;position:static!important}.my-route-avatar-image{object-fit:cover!important;border-radius:999px!important;width:52px!important;height:52px!important}.my-route-avatar{background:#eef4ff!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0!important;display:flex!important;overflow:hidden!important}.my-route-avatar:before,.my-route-avatar:after{content:none!important;display:none!important}.my-route-avatar-image{object-fit:cover!important;background:0 0!important;border-radius:999px!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;min-height:52px!important;max-height:52px!important;display:block!important}.my-route-avatar-fallback{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:700!important}.my-route-back-button{color:#35507c!important;width:auto!important;height:40px!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 16px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.my-route-bottom{background:#fff!important;align-items:center!important;height:76px!important;min-height:76px!important;padding:14px 22px!important;display:flex!important}.my-route-bottom>.my-route-back-button,.my-route-bottom button.my-route-back-button{width:auto!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;max-height:40px!important;box-shadow:none!important;color:#35507c!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.my-route-bottom .my-chip-btn.my-route-back-button{border-radius:999px!important;flex:none!important;width:auto!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important}.my-route-content .rubrics-settings-page{width:100%!important;min-height:100%!important;box-shadow:none!important;box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:0!important;margin:0!important;padding:0!important;font-family:Open Sans,Arial,sans-serif!important}.my-route-content .rubrics-settings-page .rubrics-settings-note{color:#405985!important;margin:0 0 14px!important;font-size:16px!important;line-height:1.35!important}.my-route-content .rubrics-settings-page .rubric-add-row{grid-template-columns:minmax(0,1fr) 138px 116px!important;gap:10px!important;margin-bottom:18px!important;display:grid!important}.my-route-content .rubrics-settings-page .rubric-add-input,.my-route-content .rubrics-settings-page .rubric-add-select{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;height:46px!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important}.my-route-content .rubrics-settings-page .rubric-add-btn{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;appearance:none!important;background:#5268f2!important;border:0!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:fit-content!important;height:46px!important;min-height:46px!important;max-height:46px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.my-route-content .rubrics-settings-page .rubric-save-row{align-items:center!important;margin-top:18px!important;display:flex!important}.my-route-content .rubrics-settings-page .rubric-save-btn{width:fit-content!important}.my-route-content .rubrics-settings-page .rubric-settings-group{margin-top:18px!important}.my-route-content .rubrics-settings-page .rubric-settings-title{color:#062a63!important;margin:0 0 10px!important;font-size:21px!important;font-weight:700!important;line-height:1.2!important}.my-route-content .rubrics-settings-page .rubric-checkbox-list{flex-direction:column!important;gap:10px!important;display:flex!important}.my-route-content .rubrics-settings-page .rubric-checkbox-item{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:16px!important;align-items:center!important;gap:14px!important;min-height:68px!important;padding:12px 14px!important;display:flex!important}.my-route-content .rubrics-settings-page .rubric-checkbox-main{flex:auto!important;min-width:0!important}.my-route-content .rubrics-settings-page .rubric-checkbox-title{color:#062a63!important;font-size:18px!important;font-weight:400!important;line-height:1.2!important}.my-route-content .rubrics-settings-page .rubric-checkbox-meta{color:#7e91b2!important;margin-top:4px!important;font-size:13px!important;line-height:1.2!important}.my-route-content .rubrics-settings-page .rubric-checkbox-item input{flex:none!important;width:20px!important;height:20px!important}.my-route-content .rubrics-settings-page .rubric-status-msg,.my-route-content .rubrics-settings-page .rubric-error-msg{color:#405985!important;margin:10px 0!important;font-size:15px!important;line-height:1.35!important}.login-page-final{box-sizing:border-box!important;background:#fff!important;justify-content:center!important;align-items:stretch!important;width:100%!important;min-height:100dvh!important;margin:0!important;padding:0!important;font-family:Open Sans,Arial,sans-serif!important;display:flex!important}.login-final-shell{box-sizing:border-box!important;background:#fff!important;justify-content:center!important;align-items:stretch!important;width:min(100%,560px)!important;min-height:100dvh!important;padding:4px 8px!important;display:flex!important}.login-final-card{box-sizing:border-box!important;text-align:center!important;width:100%!important;min-height:calc(100dvh - 8px)!important;box-shadow:none!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:34px!important;padding:150px 56px 48px!important}.login-final-card .login-logo{justify-content:center!important;align-items:center!important;width:96px!important;height:96px!important;margin:0 auto 12px!important;display:flex!important}.login-final-card .login-logo img{object-fit:contain!important;background:0 0!important;width:96px!important;height:96px!important}.login-final-card .login-title-cormorant{font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;letter-spacing:.11em!important;text-transform:uppercase!important;color:#1b315b!important;margin:0!important;font-size:46px!important;font-weight:700!important;line-height:1!important}.login-final-card .login-subtitle-cormorant{font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;color:#35528c!important;margin-top:18px!important;font-size:22px!important;font-weight:600!important;line-height:1.25!important}.login-form-final{text-align:left!important;flex-direction:column!important;gap:24px!important;margin-top:34px!important;display:flex!important}.login-form-final .field-block{flex-direction:column!important;gap:10px!important;display:flex!important}.login-form-final .field-block label{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.25!important}.login-form-final .field-block input{box-sizing:border-box!important;color:#000!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:18px!important;outline:none!important;width:100%!important;height:64px!important;padding:0 22px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:20px!important;font-weight:400!important;line-height:1!important}.login-submit-final{color:#fff!important;width:100%!important;height:60px!important;min-height:60px!important;box-shadow:none!important;background:linear-gradient(#6182f6 0%,#4e71ea 100%)!important;border:0!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;margin-top:12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;display:flex!important}@media (max-width:520px){.login-final-shell{padding:4px 8px!important}.login-final-card{border-radius:34px!important;padding:150px 56px 48px!important}.login-final-card .login-title-cormorant{font-size:46px!important}.login-final-card .login-subtitle-cormorant{font-size:22px!important}}.event-detail-page{box-sizing:border-box!important;background:#fff!important;width:100%!important;min-height:100%!important;padding:0 8px 18px!important;font-family:Open Sans,Arial,sans-serif!important}.event-main-head{flex-direction:column!important;gap:12px!important;margin:0 0 14px!important;padding:0 2px!important;display:flex!important}.event-main-title{color:#062a63!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:23px!important;font-weight:700!important;line-height:1.18!important}.event-add-entry-btn{color:#002b66!important;cursor:pointer!important;width:fit-content!important;height:44px!important;min-height:44px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.event-detail-list{flex-direction:column!important;gap:14px!important;display:flex!important}.event-detail-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;width:100%!important;padding:18px!important;overflow:hidden!important}.event-detail-meta-line{color:#7e91b2!important;white-space:nowrap!important;align-items:center!important;gap:8px!important;margin-bottom:6px!important;font-size:15px!important;font-weight:400!important;line-height:1.25!important;display:flex!important}.event-detail-meta-line span{color:#7e91b2!important;font-weight:400!important}.event-detail-id{text-align:right!important;margin-left:auto!important}.event-detail-title{color:#062a63!important;margin:0 0 8px!important;font-size:23px!important;font-weight:700!important;line-height:1.15!important}.event-detail-summary{color:#405985!important;margin:0 0 12px!important;font-size:17px!important;line-height:1.35!important}.event-photo-block{width:100%!important;margin:0 0 14px!important}.event-photo-main{aspect-ratio:16/8.8!important;cursor:pointer!important;background:#edf3ff!important;border:0!important;border-radius:18px!important;width:100%!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.event-photo-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.event-photo-arrow,.event-media-viewer-arrow{z-index:2!important;color:#fff!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;background:#062a63bf!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:26px!important;font-weight:700!important;line-height:1!important;display:flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.event-photo-arrow-left,.event-media-viewer-arrow-left{left:12px!important}.event-photo-arrow-right,.event-media-viewer-arrow-right{right:12px!important}.event-photo-caption{color:#062a63!important;margin-top:7px!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important}.event-photo-note{color:#405985!important;margin-top:4px!important;font-size:14px!important;line-height:1.3!important}.event-detail-actions{align-items:center!important;margin-top:2px!important;display:flex!important}.event-detail-more{align-items:center!important;gap:7px!important;text-decoration:none!important;display:inline-flex!important}.event-detail-expanded{border-top:1px solid #e5edf9!important;margin-top:16px!important;padding-top:14px!important}.event-detail-expanded-head{color:#062a63!important;margin-bottom:8px!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important}.event-detail-expanded p{color:#405985!important;margin:0!important;font-size:16px!important;line-height:1.45!important}.event-media-viewer{z-index:100!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;padding:18px!important;display:flex!important;position:fixed!important;inset:0!important}.event-media-viewer-backdrop{background:#0410268c!important;border:0!important;position:absolute!important;inset:0!important}.event-media-viewer-card{z-index:1!important;box-sizing:border-box!important;background:#fff!important;border-radius:22px!important;width:min(650px,100%)!important;max-height:92dvh!important;padding:20px!important;position:relative!important;overflow:auto!important}.event-media-viewer-head{justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important;display:flex!important}.event-media-viewer-title{color:#062a63!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important}.event-media-viewer-subtitle{color:#7e91b2!important;margin-top:3px!important;font-size:14px!important;line-height:1.25!important}.event-media-viewer-close{color:#35507c!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;flex:none!important;width:42px!important;height:42px!important;font-size:28px!important;line-height:1!important}.event-media-viewer-frame{aspect-ratio:4/3!important;background:#edf3ff!important;border-radius:18px!important;width:100%!important;position:relative!important;overflow:hidden!important}.event-media-viewer-image{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.event-media-viewer-caption{color:#405985!important;margin-top:12px!important;font-size:15px!important;line-height:1.4!important}.my-route-bottom{gap:10px!important}.my-route-bottom .my-route-home-button{border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.event-add-page{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;width:100%!important;min-height:100%!important;padding:0 8px 18px!important;font-family:Open Sans,Arial,sans-serif!important}.event-add-head{margin:0 0 14px!important;padding:0 2px!important}.event-add-title{color:#062a63!important;margin:0 0 6px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:23px!important;font-weight:700!important;line-height:1.18!important}.event-add-subtitle{color:#8798b8!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important}.event-add-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;margin:0 0 14px!important;padding:18px!important}.event-add-card-title{color:#062a63!important;margin:0 0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important}.event-add-form{flex-direction:column!important;gap:12px!important;display:flex!important}.event-add-input,.event-add-textarea{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;outline:none!important;width:100%!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.25!important}.event-add-input{height:40px!important}.event-add-textarea{resize:vertical!important;min-height:90px!important;padding-top:12px!important;padding-bottom:12px!important}.event-add-file-row{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;align-items:center!important;min-height:40px!important;padding:8px 12px!important;display:flex!important}.event-add-file-row input{color:#062a63!important;width:100%!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important}.event-add-primary-btn{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;background:#5268f2!important;border:0!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:40px!important;min-height:40px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.event-add-preview-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;padding:14px!important}.event-add-preview-id{color:#8798b8!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important}.event-add-preview-rubric{color:#7e91b2!important;margin-top:8px!important;font-size:13px!important;font-weight:400!important;line-height:1.25!important}.event-add-bottom-link{margin-top:14px!important;display:flex!important}.event-add-entry-btn{text-decoration:none!important}.event-detail-more,.event-detail-more.my-chip-btn,.events-open-link,.my-home-flat-open-btn,.event-card-open-btn,.event-open-btn{color:#35507c!important;width:fit-content!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.event-detail-actions,.my-home-flat-actions,.events-card-actions,.event-card-actions{align-items:center!important;display:flex!important}.event-add-message{box-sizing:border-box!important;border-radius:14px!important;margin:0 0 14px!important;padding:12px 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;line-height:1.35!important}.event-add-message-success{color:#35507c!important;background:#f5f8ff!important;border:1px solid #d4e0f5!important}.event-add-message-error{color:#8a2f2f!important;background:#fff6f6!important;border:1px solid #f1c8c8!important}.event-photo-caption-editor-list{flex-direction:column!important;gap:12px!important;margin-top:4px!important;display:flex!important}.event-photo-caption-editor-title{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important}.event-photo-caption-editor-item{flex-direction:column!important;gap:8px!important;display:flex!important}.event-photo-caption-editor-file{color:#7e91b2!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;line-height:1.25!important}.event-add-date-time-row{grid-template-columns:minmax(0,1fr) 72px 72px!important;gap:10px!important;width:100%!important;display:grid!important}.event-add-date-input{min-width:0!important}.event-add-time-select{text-align:center!important;padding-left:10px!important;padding-right:10px!important}.event-add-input[readonly]{color:#405985!important;background:#f7f9ff!important}.event-expanded-photo-list{flex-direction:column!important;gap:10px!important;margin-top:16px!important;display:flex!important}.event-expanded-photo-list-title{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important}.event-expanded-photo-item{box-sizing:border-box!important;background:#fff!important;border:1px solid #e5edf9!important;border-radius:14px!important;padding:10px 12px!important}.event-expanded-photo-meta{color:#062a63!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-bottom:6px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1.25!important;display:flex!important}.event-expanded-photo-caption{color:#405985!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important}.event-caption-mini-btn{color:#35507c!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:30px!important;min-height:30px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.event-caption-edit-input{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:12px!important;outline:none!important;width:100%!important;height:38px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important}.event-caption-mini-btn.event-caption-mini-btn-save,.event-delete-confirm-btn{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.event-delete-photo-list{flex-direction:column!important;gap:10px!important;display:flex!important}.event-delete-photo-item{box-sizing:border-box!important;background:#fff!important;border:1px solid #e5edf9!important;border-radius:14px!important;grid-template-columns:72px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px!important;display:grid!important}.event-delete-photo-thumb{object-fit:cover!important;background:#edf3ff!important;border-radius:10px!important;width:72px!important;height:54px!important;display:block!important}.event-delete-photo-info{min-width:0!important}.event-delete-photo-title{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important}.event-delete-photo-caption{color:#7e91b2!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin-top:4px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.event-delete-btn,.event-delete-confirm-btn{color:#35507c!important;cursor:pointer!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:32px!important;min-height:32px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.event-delete-confirm-btn{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.event-delete-empty{color:#7e91b2!important;border:1px solid #e5edf9!important;border-radius:14px!important;padding:12px 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;line-height:1.35!important}.event-caption-actions,.event-delete-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.event-caption-mini-btn-save,.event-delete-confirm-btn{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.event-detail-expanded-head-row{justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;display:flex!important}.event-block-edit-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.event-block-edit-form{flex-direction:column!important;gap:10px!important;margin-bottom:12px!important;display:flex!important}.event-block-edit-input,.event-block-edit-textarea{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;outline:none!important;width:100%!important;font-family:Open Sans,Arial,sans-serif!important}.event-block-edit-input{height:42px!important;padding:0 14px!important;font-size:17px!important;font-weight:700!important;line-height:1.2!important}.event-block-edit-title-input{font-size:22px!important;font-weight:700!important;line-height:1.15!important}.event-block-edit-textarea{resize:vertical!important;min-height:84px!important;padding:12px 14px!important;font-size:16px!important;line-height:1.35!important}.event-block-edit-details-textarea{min-height:120px!important}.event-root-edit-head{justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important;display:flex!important}.event-root-edit-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.event-root-preview{flex-direction:column!important;gap:7px!important;display:flex!important}.event-root-preview-date{color:#7e91b2!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:1.25!important}.event-root-preview-title{color:#062a63!important;font-family:Open Sans,Arial,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important}.event-root-preview-description{color:#405985!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.35!important}.profile-page{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;width:100%!important;min-height:100%!important;padding:0 8px 18px!important;font-family:Open Sans,Arial,sans-serif!important}.profile-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;width:100%!important;margin:0 0 14px!important;padding:18px!important}.profile-main-card{padding:18px!important}.profile-main-row{align-items:center!important;gap:16px!important;display:flex!important}.profile-avatar-wrap{background:#eef4ff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:86px!important;min-width:86px!important;height:86px!important;display:flex!important;overflow:hidden!important}.profile-avatar-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.profile-avatar-fallback{color:#062a63!important;font-size:28px!important;font-weight:700!important;line-height:1!important}.profile-main-info{flex:auto!important;min-width:0!important}.profile-title{color:#062a63!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:24px!important;font-weight:700!important;line-height:1.18!important}.profile-email{color:#405985!important;overflow-wrap:anywhere!important;margin-top:6px!important;font-size:15px!important;line-height:1.25!important}.profile-status{color:#35507c!important;background:#f5f8ff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;width:fit-content!important;height:32px!important;margin-top:10px!important;padding:0 13px!important;font-size:14px!important;font-weight:400!important;line-height:32px!important}.profile-section-title{color:#062a63!important;margin:0 0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:19px!important;font-weight:700!important;line-height:1.2!important}.profile-fields{flex-direction:column!important;gap:10px!important;display:flex!important}.profile-field{box-sizing:border-box!important;background:#fff!important;border:1px solid #e5edf9!important;border-radius:14px!important;padding:12px 14px!important}.profile-field-label{color:#7e91b2!important;margin-bottom:4px!important;font-size:13px!important;line-height:1.25!important}.profile-field-value{color:#062a63!important;overflow-wrap:anywhere!important;font-size:16px!important;font-weight:400!important;line-height:1.35!important}.profile-about-text{color:#405985!important;margin:0!important;font-size:16px!important;line-height:1.45!important}.profile-space-list{flex-direction:column!important;gap:10px!important;display:flex!important}.profile-space-item{box-sizing:border-box!important;background:#fff!important;border:1px solid #e5edf9!important;border-radius:14px!important;padding:12px 14px!important}.profile-space-title{color:#062a63!important;font-size:16px!important;font-weight:700!important;line-height:1.3!important}.profile-space-meta{color:#7e91b2!important;flex-wrap:wrap!important;gap:8px!important;margin-top:6px!important;font-size:13px!important;line-height:1.25!important;display:flex!important}.profile-muted{color:#7e91b2!important;margin:0!important;font-size:15px!important;line-height:1.35!important}.profile-actions-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;display:flex!important}.profile-action-btn{color:#35507c!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:40px!important;min-height:40px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.profile-action-btn-primary{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.profile-avatar-upload{color:#35507c!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:fit-content!important;height:40px!important;margin-top:12px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.profile-avatar-upload input{display:none!important}.profile-edit-input,.profile-edit-textarea{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;outline:none!important;width:100%!important;font-family:Open Sans,Arial,sans-serif!important}.profile-edit-input{height:40px!important;padding:0 14px!important;font-size:15px!important;line-height:1.2!important}.profile-edit-name-input{height:44px!important;font-size:20px!important;font-weight:700!important}.profile-edit-textarea{resize:vertical!important;min-height:96px!important;padding:12px 14px!important;font-size:15px!important;line-height:1.35!important}.profile-message{box-sizing:border-box!important;border-radius:14px!important;margin:0 0 14px!important;padding:12px 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;line-height:1.35!important}.profile-message-success{color:#35507c!important;background:#f5f8ff!important;border:1px solid #d4e0f5!important}.profile-message-error{color:#8a2f2f!important;background:#fff6f6!important;border:1px solid #f1c8c8!important}.my-route-topbar-title{color:#062a63!important;letter-spacing:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:23px!important;font-weight:700!important;line-height:1.18!important}.my-route-bottom .my-route-back-button,.my-route-bottom .my-route-home-button,.my-chip-btn,.event-detail-more,.event-detail-more.my-chip-btn,.my-home-flat-open-btn,.events-open-link,.event-card-open-btn,.event-open-btn,.events-filter-btn,.event-filter-btn,.my-events-filter-btn,.my-filter-btn,.filter-btn,.filter-button,.rubric-filter-btn,.rubric-filter,button[class*=filter],a[class*=filter]{color:#35507c!important;width:fit-content!important;min-width:0!important;height:40px!important;min-height:40px!important;max-height:40px!important;box-shadow:none!important;box-sizing:border-box!important;cursor:pointer!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.my-chip-btn.active,.events-filter-btn.active,.event-filter-btn.active,.my-events-filter-btn.active,.my-filter-btn.active,.filter-btn.active,.filter-button.active,.rubric-filter-btn.active,button[class*=filter].active,a[class*=filter].active{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.my-route-bottom,.event-detail-actions,.my-home-flat-actions,.events-card-actions,.event-card-actions,.events-filters,.event-filters,.my-events-filters,.filter-row,.filters-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.about-page-final{box-sizing:border-box!important;color:#062a63!important;background:#fff!important;width:100%!important;min-height:100%!important;padding:0 8px 18px!important;font-family:Open Sans,Arial,sans-serif!important}.about-page-final .about-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;width:100%!important;margin:0 0 14px!important;padding:22px 18px!important}.about-page-final .about-intro-card{text-align:left!important}.about-page-final .about-brand{font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;letter-spacing:.11em!important;text-transform:uppercase!important;color:#1b315b!important;text-align:center!important;margin:0 0 14px!important;font-size:42px!important;font-weight:700!important;line-height:1!important}.about-page-final .about-tagline,.about-page-final .about-tagline-cormorant{font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;color:#35528c!important;text-align:center!important;margin:0 0 22px!important;font-size:23px!important;font-weight:600!important;line-height:1.25!important}.about-page-final .about-text-block{flex-direction:column!important;gap:14px!important;display:flex!important}.about-page-final .about-text-block p{color:#405985!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:17px!important;font-weight:400!important;line-height:1.48!important}.about-page-final .about-memory-card{text-align:center!important;padding:24px 18px!important}.about-page-final .about-memory-title{color:#062a63!important;margin:0 0 8px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:23px!important;font-weight:700!important;line-height:1.2!important}.about-page-final .about-memory-text{color:#405985!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.4!important}.my-route-menu-divider{background:#d4e0f5!important;width:100%!important;height:1px!important;margin:6px 0!important}body:has(.login-page-final){background:#fff!important;overflow:hidden!important}.login-page-final{box-sizing:border-box!important;background:#fff!important;justify-content:center!important;align-items:center!important;width:100vw!important;min-width:0!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.login-final-shell{box-sizing:border-box!important;background:#fff!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:430px!important;height:100%!important;max-height:100dvh!important;margin:0 auto!important;padding:18px 22px!important;display:flex!important;overflow:hidden!important}.login-final-card{width:100%!important;max-width:390px!important;max-height:calc(100dvh - 36px)!important;box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.login-logo,.login-logo--plain{width:92px!important;height:92px!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;margin:0 auto 18px!important;display:flex!important}.login-logo img,.login-logo--plain img{object-fit:contain!important;background:0 0!important;width:92px!important;height:92px!important;display:block!important}.login-title,.login-title-cormorant{width:100%!important;font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;letter-spacing:.12em!important;color:#1b315b!important;text-align:center!important;white-space:nowrap!important;margin:0 0 10px!important;font-size:clamp(40px,11vw,56px)!important;font-weight:700!important;line-height:.95!important;overflow:visible!important}.login-subtitle,.login-subtitle-cormorant{width:100%!important;max-width:100%!important;font-family:var(--font-cormorant), "Cormorant Garamond", serif!important;letter-spacing:0!important;color:#1b315b!important;text-align:center!important;white-space:nowrap!important;text-overflow:clip!important;margin:0 0 34px!important;font-size:clamp(18px,5.1vw,23px)!important;font-weight:600!important;line-height:1.15!important;overflow:hidden!important}.login-form-final,.login-form{box-sizing:border-box!important;flex-direction:column!important;gap:22px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important}.login-form-final .field-block,.login-form .field-block{box-sizing:border-box!important;width:100%!important;margin:0!important;padding:0!important}.login-form-final .field-block label,.login-form .field-block label{color:#062a63!important;margin:0 0 10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.25!important;display:block!important}.login-form-final .field-block input,.login-form .field-block input{box-sizing:border-box!important;color:#000!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:18px!important;outline:none!important;width:100%!important;height:64px!important;min-height:64px!important;padding:0 22px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:22px!important;line-height:1!important}.login-submit,.login-submit-final{color:#fff!important;box-sizing:border-box!important;background:#5268f2!important;border:0!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:62px!important;min-height:62px!important;margin:8px 0 0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:22px!important;font-weight:700!important;line-height:1!important;display:flex!important}.login-error-message{color:#8a2f2f!important;box-sizing:border-box!important;background:#fff6f6!important;border:1px solid #f1c8c8!important;border-radius:14px!important;width:100%!important;padding:10px 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;line-height:1.35!important}@media (max-width:390px){.login-final-shell{padding:14px 20px!important}.login-logo,.login-logo--plain{width:78px!important;height:78px!important;margin-bottom:14px!important}.login-logo img,.login-logo--plain img{width:78px!important;height:78px!important}.login-title,.login-title-cormorant{letter-spacing:.1em!important;font-size:clamp(36px,10.5vw,48px)!important}.login-subtitle,.login-subtitle-cormorant{margin-bottom:28px!important;font-size:clamp(16px,4.6vw,20px)!important}.login-form-final,.login-form{gap:18px!important}.login-form-final .field-block input,.login-form .field-block input,.login-submit,.login-submit-final{height:58px!important;min-height:58px!important;font-size:20px!important}}@media (max-height:760px){.login-final-shell{padding-top:12px!important;padding-bottom:12px!important}.login-logo,.login-logo--plain{width:72px!important;height:72px!important;margin-bottom:12px!important}.login-logo img,.login-logo--plain img{width:72px!important;height:72px!important}.login-title,.login-title-cormorant{margin-bottom:8px!important;font-size:clamp(34px,10vw,46px)!important}.login-subtitle,.login-subtitle-cormorant{margin-bottom:22px!important}.login-form-final,.login-form{gap:16px!important}.login-form-final .field-block label,.login-form .field-block label{margin-bottom:8px!important;font-size:17px!important}.login-form-final .field-block input,.login-form .field-block input,.login-submit,.login-submit-final{height:56px!important;min-height:56px!important}}.my-events-final-card-link{width:100%!important;color:inherit!important;text-decoration:none!important;display:block!important}.my-events-final-card-link:hover,.my-events-final-card-link:focus,.my-events-final-card-link:active{color:inherit!important;text-decoration:none!important}.my-events-final-card{cursor:pointer!important}.my-events-final-root-title{color:#062a63!important;margin:0 0 6px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.22!important}.my-home-fixed-page{box-sizing:border-box!important;background:#fff!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important;font-family:Open Sans,Arial,sans-serif!important;overflow:hidden!important}.my-home-fixed-list{box-sizing:border-box!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;padding:12px 14px!important;display:grid!important;overflow:hidden!important}.my-home-fixed-card{width:100%!important;height:100%!important;min-height:0!important;color:inherit!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;align-items:center!important;text-decoration:none!important;display:flex!important;overflow:hidden!important}.my-home-fixed-card-inner{box-sizing:border-box!important;width:100%!important;padding:20px 28px!important}.my-home-fixed-card h1{color:#062a63!important;margin:0 0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:clamp(24px,6.4vw,31px)!important;font-weight:700!important;line-height:1.12!important}.my-home-fixed-card p{color:#405985!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:clamp(15px,4.1vw,20px)!important;font-weight:400!important;line-height:1.32!important}.my-route-content:has(.my-home-fixed-page){flex:auto!important;min-height:0!important;padding:0!important;overflow:hidden!important}.my-placeholder-page{box-sizing:border-box!important;background:#fff!important;width:100%!important;min-height:100%!important;padding:12px 14px!important;font-family:Open Sans,Arial,sans-serif!important}.my-placeholder-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:22px!important;width:100%!important;padding:24px 22px!important}.my-placeholder-card h1{color:#062a63!important;margin:0 0 10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:28px!important;font-weight:700!important;line-height:1.15!important}.my-placeholder-card p{color:#405985!important;margin:0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:18px!important;line-height:1.4!important}@media (max-height:760px){.my-home-fixed-list{gap:10px!important;padding:10px 14px!important}.my-home-fixed-card-inner{padding:16px 24px!important}.my-home-fixed-card h1{margin-bottom:8px!important;font-size:clamp(22px,5.8vw,28px)!important}.my-home-fixed-card p{font-size:clamp(14px,3.7vw,18px)!important;line-height:1.25!important}}@media (max-height:680px){.my-home-fixed-list{gap:8px!important;padding:8px 12px!important}.my-home-fixed-card-inner{padding:12px 20px!important}.my-home-fixed-card h1{margin-bottom:6px!important;font-size:clamp(20px,5.4vw,25px)!important}.my-home-fixed-card p{font-size:clamp(13px,3.4vw,16px)!important;line-height:1.22!important}}.event-photo-upload-date,.event-photo-date{color:#6b7280;margin-top:4px;font-size:12px;line-height:1.35}.event-root-create-card{background:#fff;border:1px solid #d9e2f2;border-radius:24px;max-width:640px;margin:0 auto;padding:22px}.event-root-create-title{color:#0f172a;margin:0 0 8px;font-size:30px;line-height:1.15}.event-root-create-input,.event-root-create-textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #d9e2f2;border-radius:14px;width:100%;padding:11px 12px;font-size:15px}.events-root-create-btn{color:#fff;background:#003b7a;border:1px solid #003b7a;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:8px 15px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 6px 16px #003b7a29}.event-root-create-card{box-sizing:border-box;background:#fff;border:1px solid #d9e2f2;border-radius:22px;width:100%;max-width:none;margin:0;padding:18px}.my-events-final-page img,.my-events-final-page .event-card img,.my-events-final-page .event-photo img,.my-events-final-page .event-preview img,.my-events-final-page .event-media img{object-fit:contain}.my-events-final-page .event-card-photo,.my-events-final-page .event-photo,.my-events-final-page .event-preview,.my-events-final-page .event-media,.my-events-final-page .event-cover,.my-events-final-page .event-image-wrap{aspect-ratio:4/3;min-height:245px}.my-events-final-page .event-card-photo img,.my-events-final-page .event-photo img,.my-events-final-page .event-preview img,.my-events-final-page .event-media img,.my-events-final-page .event-cover img,.my-events-final-page .event-image-wrap img{object-fit:contain;background:#f7faff;width:100%;height:100%}.event-root-create-page{background:0 0;min-height:auto;padding:12px 14px 86px;font-family:inherit}.event-root-create-card{box-sizing:border-box;width:100%;max-width:none;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:0}.event-root-create-kicker{color:#51617f;margin-bottom:6px;font-size:14px}.event-root-create-title{color:#002b5c;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.15}.event-root-create-text{color:#284b7a;margin:0 0 18px;font-size:16px;line-height:1.35}.event-root-create-form{gap:14px;display:grid}.event-root-create-label{color:#284b7a;gap:7px;font-size:15px;display:grid}.event-root-create-input,.event-root-create-textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cddbf2;border-radius:16px;width:100%;padding:12px 14px;font-size:16px;line-height:1.25}.event-root-create-textarea{resize:vertical;min-height:108px}.event-root-create-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.event-root-create-submit{color:#fff;cursor:pointer;background:#003b7a;border:1px solid #003b7a;border-radius:16px;padding:12px 18px;font-size:15px;font-weight:700}.event-root-create-cancel{color:#003b7a;background:#fff;border:1px solid #cddbf2;border-radius:16px;justify-content:center;align-items:center;padding:12px 18px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.events-root-create-row{justify-content:flex-start;margin:0 0 12px;display:flex}.events-root-create-btn{color:#003b7a;min-height:34px;box-shadow:none;background:#eaf2ff;border:1px solid #cddbf2;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:15px;font-weight:400;line-height:1;text-decoration:none;display:inline-flex}.events-root-create-btn:hover{background:#dfeaff;border-color:#b9cbee}.event-root-create-submit,.event-root-create-cancel{cursor:pointer;min-height:38px;box-shadow:none;border-radius:999px;justify-content:center;align-items:center;padding:9px 17px;font-size:15px;font-weight:400;line-height:1;text-decoration:none;display:inline-flex}.event-root-create-submit{color:#003b7a;background:#eaf2ff;border:1px solid #cddbf2}.event-root-create-submit:hover{background:#dfeaff;border-color:#b9cbee}.event-root-create-cancel{color:#003b7a;background:#fff;border:1px solid #cddbf2}.event-root-create-cancel:hover{background:#f5f8ff;border-color:#b9cbee}.event-root-create-title{display:none}.events-root-create-btn{color:#1e3a72!important;vertical-align:middle!important;box-sizing:border-box!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background:#f7faff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.events-root-create-btn:hover{color:#1e3a72!important;background:#f7faff!important;border-color:#d7e1f2!important}@media (max-width:480px){.events-root-create-btn{height:40px!important;min-height:40px!important;padding:0 16px!important;font-size:14px!important}}.events-root-create-btn.my-chip-btn.active,.events-root-create-btn.my-chip-btn.active:visited{color:#fff!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background:#5865f2!important;border-color:#5865f2!important;border-radius:999px!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important}.events-root-create-btn.my-chip-btn.active:hover{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.event-root-create-submit{color:#fff!important;vertical-align:middle!important;box-sizing:border-box!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background:#5865f2!important;border:1px solid #5865f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.event-root-create-submit:hover{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.event-root-create-cancel{color:#35528c!important;height:42px!important;min-height:42px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.rubric-settings-collapse-title{color:#003b7a;cursor:pointer;box-sizing:border-box;text-align:left;background:#fff;border:1px solid #d7e1f2;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;margin:0 0 10px;padding:0 14px;font-size:18px;font-weight:700;display:flex}.rubric-settings-collapse-mark{color:#35528c;font-size:13px;font-weight:400}.my-connections-page,.my-user-view-page{padding:14px 14px 86px}.my-connections-note,.my-connections-empty{color:#284b7a;background:#fff;border:1px solid #d7e1f2;border-radius:20px;padding:14px;font-size:15px;line-height:1.4}.my-connections-list{gap:10px;margin-top:12px;display:grid}.my-connection-card{color:inherit;background:#fff;border:1px solid #d7e1f2;border-radius:20px;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.my-connection-avatar{object-fit:cover;background:#f7faff;border-radius:16px;width:48px;height:48px}.my-connection-name{color:#002b5c;font-size:16px;font-weight:700}.my-connection-meta{color:#51617f;margin-top:3px;font-size:13px}.my-user-view-card{background:#fff;border:1px solid #d7e1f2;border-radius:22px;grid-template-columns:78px 1fr;align-items:start;gap:14px;padding:16px;display:grid}.my-user-view-avatar{object-fit:cover;background:#f7faff;border-radius:24px;width:78px;height:78px}.my-user-view-name{color:#002b5c;margin:0 0 6px;font-size:24px;line-height:1.15}.my-user-view-meta{color:#51617f;font-size:14px}.my-user-view-about{color:#284b7a;margin:12px 0 0;font-size:15px;line-height:1.45}.rubric-section-block{background:#fff;border:1px solid #d7e1f2;border-radius:20px;padding:14px}.rubric-section-title{color:#003b7a;margin:0 0 10px;font-size:18px;font-weight:700}.rubric-subsection-block{gap:8px;margin-top:12px;display:grid}.rubric-subsection-block:first-of-type{margin-top:0}.rubric-subsection-title{color:#35528c;padding:0 0 2px;font-size:14px;font-weight:700}.rubric-section-block{background:#fbfdff!important;border-color:#d7e1f2!important}.rubric-section-block:first-of-type{background:#fbfdff!important}.rubric-section-block:nth-of-type(2){background:#fffdf8!important}.rubric-section-block:nth-of-type(3){background:#fbfffb!important}.rubric-section-block:nth-of-type(4){background:#fdfbff!important}.rubric-section-title{background:#ffffffb8;border:1px solid #d7e1f2bf;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;display:inline-flex}.rubric-subsection-block{background:#ffffff9e;border:1px solid #d7e1f28c;border-radius:16px;padding:10px}.rubric-checkbox-item{background:#ffffffd1!important}.rubric-add-row-structured{grid-template-columns:minmax(130px,.8fr) minmax(150px,1fr) minmax(180px,1.4fr) auto;align-items:center;gap:8px!important;display:grid!important}@media (max-width:640px){.rubric-add-row-structured{grid-template-columns:1fr!important}}.rubric-grouped-list{gap:22px!important;display:grid!important}.rubric-section-block{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.rubric-section-title{color:#003b7a!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2!important;border-radius:0!important;min-height:auto!important;margin:0 0 8px!important;padding:0 0 8px!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important;display:block!important}.rubric-subsection-block{background:0 0!important;border:0!important;border-radius:0!important;gap:0!important;margin:0!important;padding:0!important;display:grid!important}.rubric-subsection-title{display:none!important}.rubric-subsection-block .rubric-checkbox-list{gap:0!important;display:grid!important}.rubric-checkbox-item{min-height:44px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2bf!important;border-radius:0!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;padding:8px 0!important;display:grid!important}.rubric-checkbox-main{min-width:0!important}.rubric-checkbox-title{color:#17233d!important;font-size:15px!important;font-weight:500!important;line-height:1.25!important}.rubric-checkbox-meta{color:#7a879f!important;margin-top:3px!important;font-size:12px!important;line-height:1.2!important}.rubric-checkbox-item input[type=checkbox]{width:18px!important;height:18px!important;margin:0!important}.rubric-settings-group{background:#fff!important;border:1px solid #d9e2f2!important;border-radius:22px!important;padding:16px!important}.rubric-settings-collapse-title{color:#003b7a!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2!important;border-radius:0!important;min-height:auto!important;margin:0 0 14px!important;padding:0 0 12px!important;font-size:20px!important;font-weight:700!important}.rubric-settings-collapse-title:hover{background:0 0!important}.rubric-checkbox-item{background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2a6!important;border-radius:0!important;min-height:48px!important;padding:10px 0!important}.rubric-checkbox-item:hover{background:0 0!important}.rubric-checkbox-item:last-child{border-bottom:0!important}.rubric-subsection-block .rubric-checkbox-list{background:0 0!important;border:0!important;border-radius:0!important}.rubric-section-block{background:0 0!important;border:0!important}.rubric-section-title{border-bottom:1px solid #d7e1f2!important}.rubric-settings-group{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.rubric-settings-collapse-title{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2!important;border-radius:0!important;margin:0 0 14px!important;padding:0 0 12px!important}.rubric-grouped-list,.rubric-section-block,.rubric-subsection-block,.rubric-subsection-block .rubric-checkbox-list{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.rubric-section-block{margin:0 0 22px!important}.rubric-section-title{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2!important;border-radius:0!important;margin:0 0 4px!important;padding:0 0 8px!important}.rubric-checkbox-list .rubric-checkbox-item,.rubric-subsection-block .rubric-checkbox-list .rubric-checkbox-item,label.rubric-checkbox-item{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #d7e1f2a6!important;border-radius:0!important;margin:0!important;padding:10px 0!important}.rubric-checkbox-list .rubric-checkbox-item:hover,.rubric-subsection-block .rubric-checkbox-list .rubric-checkbox-item:hover,label.rubric-checkbox-item:hover{background:0 0!important}.rubric-checkbox-list .rubric-checkbox-item:last-child,.rubric-subsection-block .rubric-checkbox-list .rubric-checkbox-item:last-child{border-bottom:0!important}.upload-error-under-button{color:#9f1d1d;background:#fff7f7;border:1px solid #f2c6c6;border-radius:18px;margin-top:12px;padding:14px 16px;font-size:15px;line-height:1.35}.event-delete-photo-date{color:#7a8aa6;margin-top:8px;font-size:14px;line-height:1.3}.my-events-final-page,.my-events-final-list{overflow-x:visible!important}.my-events-final-card-link{color:inherit!important;text-decoration:none!important;display:block!important;overflow-x:visible!important}.my-events-final-card{width:100%!important;max-width:100%!important;box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border:0!important;border-radius:0!important;margin-left:0!important;margin-right:0!important;padding-left:16px!important;padding-right:16px!important;overflow-x:visible!important}.my-events-final-date,.my-events-final-title,.my-events-final-description,.my-events-final-meta,.my-events-final-group-inline{box-sizing:border-box!important;padding-left:0!important;padding-right:0!important}.my-events-final-preview{--feed-preview-left-out:40px;--feed-preview-right-extra:32px;width:calc(100% + var(--feed-preview-left-out) + var(--feed-preview-right-extra))!important;max-width:calc(100% + var(--feed-preview-left-out) + var(--feed-preview-right-extra))!important;margin-left:calc(-1 * var(--feed-preview-left-out))!important;box-sizing:border-box!important;background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;height:420px!important;margin-right:0!important;display:flex!important;overflow:hidden!important;transform:none!important}.my-events-final-preview-image,.my-events-final-preview img{visibility:visible!important;opacity:1!important;object-fit:contain!important;object-position:center center!important;filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;width:auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:100%!important;margin:auto!important;padding:0!important;display:block!important;transform:none!important}.my-events-final-actions{box-sizing:border-box!important;border-bottom:1px solid #d7e1f2!important;margin-left:0!important;margin-right:0!important;padding-bottom:18px!important;padding-left:0!important;padding-right:0!important}.event-detail-page,.event-detail-list,.event-detail-card{box-sizing:border-box!important;overflow-x:hidden!important}.event-detail-card{width:100%!important;max-width:100%!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.event-main-head,.event-detail-meta-line,.event-detail-title,.event-detail-summary,.event-detail-expanded,.event-detail-actions-row{box-sizing:border-box!important;padding-left:16px!important;padding-right:16px!important}.event-photo-block{box-sizing:border-box!important;background:#eef3fb!important;width:calc(100% + 32px)!important;max-width:calc(100% + 32px)!important;margin-left:-20px!important;margin-right:-16px!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important}.event-photo-main{box-sizing:border-box!important;touch-action:pan-y!important;background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:420px!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.event-photo-image{object-fit:contain!important;object-position:center center!important;filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;width:auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:100%!important;margin:auto!important;padding:0!important;display:block!important;transform:none!important}.event-photo-caption,.event-photo-note{box-sizing:border-box!important;padding-left:16px!important;padding-right:16px!important}.event-detail-actions-row{border-bottom:1px solid #d7e1f2!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-left:0!important;margin-right:0!important;padding-top:14px!important;padding-bottom:18px!important;display:flex!important;overflow:hidden!important}.event-detail-photo-nav{flex-shrink:0!important;align-items:center!important;gap:10px!important;display:flex!important}.event-detail-photo-nav-btn{color:#0b3970!important;text-align:center!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;font-size:28px!important;line-height:1!important;display:inline-flex!important}@media (max-width:640px){.my-events-final-preview{height:420px!important}.event-photo-main{height:380px!important}.event-detail-photo-nav-btn{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;font-size:26px!important}}.event-detail-page{overflow:visible!important}.event-photo-block{background:#eef3fb!important;margin-left:-20px!important;margin-right:-16px!important}.event-photo-main{touch-action:pan-y!important;background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:360px!important;padding:0!important;display:flex!important;overflow:hidden!important}.event-detail-actions-row{border-bottom:1px solid #d7e1f2!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-left:-20px!important;margin-right:-16px!important;padding:14px 16px 18px!important;display:flex!important}.event-detail-photo-nav{align-items:center!important;gap:10px!important;display:flex!important}.event-detail-photo-nav-btn{color:#0b3970!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;font-size:24px!important;line-height:1!important;display:inline-flex!important}html,body,.event-detail-page,.event-detail-list,.event-detail-card{overflow-x:hidden!important}html,body,.event-detail-page,.event-detail-list,.event-detail-card{overflow-x:hidden!important}.event-detail-card{box-shadow:none!important;border:0!important;border-radius:0!important}.event-detail-card .event-photo-block,.event-photo-block{background:#eef3fb!important;border:0!important;border-radius:0!important;width:auto!important;max-width:none!important;margin-left:-32px!important;margin-right:-32px!important;padding:0!important;display:block!important;overflow:hidden!important}.event-detail-card .event-photo-main,.event-photo-main{touch-action:pan-y!important;background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;height:360px!important;min-height:360px!important;padding:0!important;display:flex!important;overflow:hidden!important}.event-detail-card .event-photo-image,.event-photo-image{object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:0!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin:auto!important;padding:0!important;display:block!important}.event-detail-actions-row{margin-left:-32px!important;margin-right:-32px!important;padding-left:32px!important;padding-right:32px!important}html,body{overflow-x:hidden!important}.event-detail-page{margin-left:-20px!important;margin-right:-20px!important;overflow-x:hidden!important}.event-detail-list,.event-detail-card{overflow-x:hidden!important}.event-detail-card{box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin-left:0!important;margin-right:0!important;padding-bottom:0!important;padding-left:28px!important;padding-right:28px!important}.event-photo-block{background:#eef3fb!important;border:0!important;border-radius:0!important;width:auto!important;max-width:none!important;margin-left:-44px!important;margin-right:-28px!important;padding:0!important;display:block!important;overflow:hidden!important}.event-photo-main{touch-action:pan-y!important;background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;height:390px!important;min-height:390px!important;padding:0!important;display:flex!important;overflow:hidden!important}.event-photo-image{object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:0!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin:auto!important;padding:0!important;display:block!important}.event-photo-caption,.event-photo-note{padding-left:28px!important;padding-right:28px!important}.event-detail-actions-row{border-bottom:1px solid #d7e1f2!important;margin-left:-28px!important;margin-right:-28px!important;padding-left:28px!important;padding-right:28px!important}.event-detail-photo-nav-btn{color:#0b3970!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;font-size:24px!important;line-height:1!important;display:inline-flex!important}.event-photo-arrow,.event-photo-arrow-left,.event-photo-arrow-right{display:none!important}.event-photo-block{margin-left:-52px!important;margin-right:-28px!important}.event-detail-card .event-photo-block,.my-route-content .event-detail-card .event-photo-block,.event-photo-block{background:#eef3fb!important;margin-left:-28px!important;margin-right:-28px!important;padding:0!important;overflow:hidden!important}.event-photo-caption,.event-photo-note{color:#244f86!important;margin-left:0!important;margin-right:0!important;padding-left:28px!important;padding-right:28px!important}.event-detail-card .event-photo-main,.my-route-content .event-detail-card .event-photo-main,.event-photo-main{background:#eef3fb!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:calc(100% + 24px)!important;max-width:none!important;height:390px!important;min-height:390px!important;padding:0!important;display:flex!important;position:relative!important;left:-24px!important;overflow:hidden!important}.event-photo-main{outline-offset:-3px!important;outline:3px solid purple!important}.event-photo-image{object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:0!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin:auto!important;display:block!important}.event-detail-card .event-photo-image,.my-route-content .event-detail-card .event-photo-image,.event-photo-image{object-fit:cover!important;object-position:center center!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important}.event-photo-main{outline:none!important}.event-detail-card .event-photo-block,.my-route-content .event-detail-card .event-photo-block,.event-photo-block{margin-left:-28px!important;margin-right:-28px!important}.event-photo-main{left:var(--event-photo-auto-left,0px)!important;width:var(--event-photo-auto-width,100%)!important;max-width:none!important;left:var(--event-photo-auto-left,0px)!important;width:var(--event-photo-auto-width,100%)!important;outline:none!important;max-width:none!important;position:relative!important}.event-photo-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}.event-detail-card .event-photo-main,.my-route-content .event-detail-card .event-photo-main,.event-photo-main{width:calc(100% + 8px)!important;max-width:none!important;position:relative!important;left:-8px!important}.event-detail-card .event-photo-image,.my-route-content .event-detail-card .event-photo-image,.event-photo-image{object-fit:contain!important}.event-photo-main{background:#eef3fb!important;outline:none!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;max-width:none!important;display:flex!important;position:relative!important;left:0!important;overflow:hidden!important}.event-photo-image{object-fit:contain!important;object-position:left center!important;border:0!important;border-radius:0!important;outline:none!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin-left:0!important;margin-right:auto!important;padding:0!important;display:block!important}.event-photo-caption,.event-photo-note{margin-left:0!important;margin-right:0!important;padding-left:28px!important;padding-right:28px!important}.event-detail-card .event-photo-block,.my-route-content .event-detail-card .event-photo-block,.event-photo-block{text-align:left!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;display:flex!important}.event-detail-card .event-photo-block>.event-photo-main,.my-route-content .event-detail-card .event-photo-block>.event-photo-main,.event-photo-block>.event-photo-main,.event-photo-main{background:#eef3fb!important;justify-content:flex-start!important;align-self:flex-start!important;align-items:center!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:auto!important;display:flex!important;left:0!important;right:auto!important;overflow:hidden!important}.event-detail-card .event-photo-main>.event-photo-image,.my-route-content .event-detail-card .event-photo-main>.event-photo-image,.event-photo-main>.event-photo-image,.event-photo-image{object-fit:contain!important;object-position:left center!important;max-width:100%!important;max-height:100%!important;margin-left:0!important;margin-right:auto!important}.event-detail-card .event-photo-block,.my-route-content .event-detail-card .event-photo-block,.event-photo-block{position:relative!important}.event-detail-card .event-photo-block>.event-photo-main,.my-route-content .event-detail-card .event-photo-block>.event-photo-main,.event-photo-block>.event-photo-main{background:#eef3fb!important;width:calc(100% + 8px)!important;max-width:none!important;margin-left:0!important;margin-right:0!important;position:relative!important;left:-8px!important;overflow:hidden!important}.event-detail-card .event-photo-block>.event-photo-main>img.event-photo-image,.my-route-content .event-detail-card .event-photo-block>.event-photo-main>img.event-photo-image,.event-photo-block>.event-photo-main>img.event-photo-image{object-fit:contain!important;object-position:left center!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin:0!important;padding:0!important;position:absolute!important;top:50%!important;left:0!important;right:auto!important;transform:translateY(-50%)!important}html,body{max-width:100%;overflow-x:hidden!important}.event-detail-page,.event-detail-page .event-detail-list,.event-detail-page .event-detail-card{overflow:visible!important}.event-detail-page .event-photo-block{box-sizing:border-box!important;background:#eef5ff!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;position:relative!important;left:auto!important;right:auto!important;overflow:hidden!important;transform:none!important}.event-detail-page .event-photo-main{box-sizing:border-box!important;background:#eef5ff!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.event-detail-page .event-photo-image{object-fit:contain!important;border-radius:0!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;display:block!important;position:static!important}.event-detail-page .event-photo-caption,.event-detail-page .event-photo-note{text-align:left!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding-left:32px!important;padding-right:32px!important;display:block!important}.event-detail-page .event-photo-note{padding-top:4px!important;padding-bottom:12px!important}.event-detail-page .event-detail-meta-line,.event-detail-page .event-detail-title,.event-detail-page .event-detail-summary{margin-left:0!important}.event-detail-page .event-photo-image{margin-left:auto!important;margin-right:auto!important;display:block!important}.event-detail-page .event-photo-caption,.event-detail-page .event-photo-note{background:#fff7df!important}.event-detail-page .event-photo-caption{padding-top:12px!important}.event-detail-page .event-photo-note{padding-bottom:14px!important}.event-detail-page .event-photo-main{justify-content:center!important;align-items:center!important;display:flex!important}.event-detail-page .event-photo-image[data-orientation=landscape]{object-fit:contain!important;width:100%!important;max-width:100%!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.event-detail-page .event-photo-image[data-orientation=portrait]{object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:620px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.event-detail-page .event-detail-meta-line,.event-detail-page .event-detail-title,.event-detail-page .event-detail-summary{position:relative!important;left:-22px!important}.event-detail-page .event-detail-meta-line{box-sizing:border-box!important;width:calc(100% + 22px)!important}.my-event-connection-card{align-items:flex-start}.my-connection-conditions{color:#7a4a00;background:#fff7df;border-radius:12px;margin-top:8px;padding:8px 10px;font-size:13px;font-weight:700;line-height:1.35}.event-connections-list{gap:16px!important;display:grid!important}.event-connection-card{box-sizing:border-box;background:#fff;border:1px solid #d7e3f7;border-radius:22px;grid-template-columns:240px minmax(0,1fr);gap:20px;width:100%;padding:18px;display:grid}.event-connection-person{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.event-connection-avatar,.event-connection-avatar-link{border-radius:999px;width:64px;height:64px;display:block}.event-connection-avatar{object-fit:cover;background:#eaf2ff;border:1px solid #cddbf2}.event-connection-label{color:#6b7892;font-size:12px;line-height:1.2}.event-connection-user-link,.event-connection-title{color:#00306b;font-weight:800;text-decoration:none}.event-connection-user-link{font-size:17px;line-height:1.2;display:block}.event-connection-title{margin-bottom:12px;font-size:24px;line-height:1.15;display:inline-block}.event-connection-muted{color:#6b7892;word-break:break-word;margin-top:4px;font-size:13px}.event-connection-body{min-width:0}.event-connection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.event-connection-grid div{background:#f7fbff;border:1px solid #e1ebfa;border-radius:14px;min-width:0;padding:10px 12px}.event-connection-grid span{color:#6b7892;margin-bottom:4px;font-size:12px;display:block}.event-connection-grid strong{color:#00306b;font-size:14px;line-height:1.25;display:block}.event-connection-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.event-connection-action{color:#00306b;background:#eef6ff;border:1px solid #b8ccec;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.event-connection-action.secondary{background:#fff}.event-connection-conditions,.my-connection-conditions{color:#7a4a00;background:#fff7df;border-radius:16px;margin-top:14px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.35}@media (max-width:760px){.event-connection-card,.event-connection-grid{grid-template-columns:1fr}}.my-user-profile-page{color:#00306b;padding:28px 24px 96px}.my-user-profile-hero,.my-user-profile-section{box-sizing:border-box;background:#fff;border:1px solid #d7e3f7;border-radius:24px;max-width:760px;margin:0 auto 18px}.my-user-profile-hero{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:22px;padding:22px;display:grid}.my-user-profile-avatar{object-fit:cover;background:#eaf2ff;border:1px solid #d7e3f7;border-radius:28px;width:112px;height:112px}.my-user-profile-hero h1{margin:0 0 6px;font-size:32px;line-height:1.1}.my-user-profile-email,.my-user-profile-id{color:#47628c;font-size:17px;line-height:1.35}.my-user-profile-section{padding:22px}.my-user-profile-section h2{margin:0 0 14px;font-size:24px}.my-user-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.my-user-profile-grid div{background:#f9fcff;border:1px solid #e1ebfa;border-radius:16px;padding:12px 14px}.my-user-profile-grid span{color:#7c8daa;margin-bottom:5px;font-size:13px;display:block}.my-user-profile-grid strong{color:#00306b;word-break:break-word;font-size:16px;line-height:1.25;display:block}.my-user-profile-actions{gap:12px;max-width:760px;margin:26px auto 0;display:flex}.my-user-profile-actions a,.profile-user-id-row button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #c8daf4;border-radius:999px;align-items:center;min-height:42px;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.profile-user-id-memory{background:#f7fbff;border:1px solid #d7e3f7;border-radius:20px;max-width:760px;margin:0 auto 18px;padding:18px}.profile-user-id-memory h2{color:#00306b;margin:0 0 10px}.profile-user-id-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-user-id-row code{color:#00306b;background:#fff;border:1px solid #e1ebfa;border-radius:12px;padding:10px 12px}@media (max-width:760px){.my-user-profile-hero,.my-user-profile-grid{grid-template-columns:1fr}}.event-detail-view-only .event-edit-actions,.event-detail-view-only .event-upload-actions,.event-detail-view-only .event-delete-actions,.event-detail-view-only .event-admin-actions,.event-detail-view-only .event-block-edit-actions,.event-detail-view-only .event-block-delete-actions,.event-detail-view-only .event-file-delete,.event-detail-view-only .event-file-upload,.event-detail-view-only button[data-action=edit],.event-detail-view-only button[data-action=delete],.event-detail-view-only button[data-action=upload],.event-detail-view-only a[href*=\/add],.event-detail-view-only a[href*=\/edit]{display:none!important}.event-detail-view-only:before{content:"Доступ только для просмотра";color:#7a4a00;box-sizing:border-box;background:#fff7df;border:1px solid #f0d18a;border-radius:14px;max-width:760px;margin:12px auto;padding:10px 14px;font-size:14px;font-weight:700;display:block}.rubrics-settings-page{color:#00306b;max-width:920px;margin:0 auto;padding:24px 18px 96px}.rubrics-settings-header{margin-bottom:16px}.rubrics-settings-kicker{color:#71809a;margin-bottom:6px;font-size:13px}.rubrics-settings-header h1{margin:0 0 8px;font-size:32px;line-height:1.1}.rubrics-settings-header p{color:#526781;max-width:720px;margin:0;font-size:15px;line-height:1.45}.rubrics-create-panel,.rubrics-list-panel,.rubrics-section-card{box-sizing:border-box;background:#fff;border:1px solid #d7e3f7;border-radius:20px}.rubrics-create-panel,.rubrics-list-panel{margin-bottom:16px;padding:18px}.rubrics-create-panel h2,.rubrics-list-panel h2{margin:0 0 14px;font-size:22px;line-height:1.2}.rubrics-create-row{grid-template-columns:190px minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.rubrics-create-row label{gap:6px;display:grid}.rubrics-create-row label span{color:#6f7f98;font-size:13px}.rubrics-create-row input,.rubrics-create-row select,.rubrics-edit-input{color:#00306b;box-sizing:border-box;background:#fff;border:1px solid #cfdcf0;border-radius:12px;width:100%;min-height:40px;padding:0 12px;font-size:15px}.rubrics-create-row button,.rubrics-item-actions button{color:#00306b;cursor:pointer;background:#eef6ff;border:1px solid #b8ccec;border-radius:999px;min-height:40px;padding:0 14px;font-size:14px;font-weight:800}.rubrics-create-row button:disabled,.rubrics-item-actions button:disabled{opacity:.55;cursor:default}.rubrics-item-actions button.secondary{background:#fff}.rubrics-message,.rubrics-error{border-radius:12px;margin-top:12px;padding:10px 12px;font-size:14px;font-weight:700}.rubrics-message{color:#176b2c;background:#edf8ef}.rubrics-error{color:#9b1c1c;background:#fff0f0}.rubrics-sections-list{gap:12px;display:grid}.rubrics-section-card{padding:14px}.rubrics-section-title{color:#00306b;margin-bottom:10px;font-size:18px;font-weight:900}.rubrics-items-list{gap:8px;display:grid}.rubrics-item-card{background:#f9fcff;border:1px solid #e4ecf8;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:10px 12px;display:grid}.rubrics-item-main{min-width:0}.rubrics-item-title{color:#00306b;margin-bottom:3px;font-size:16px;font-weight:800;line-height:1.2}.rubrics-item-source{color:#6f7f98;font-size:13px;line-height:1.2}.rubrics-item-source.custom{color:#9a5a00;font-weight:700}.rubrics-item-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (max-width:760px){.rubrics-create-row,.rubrics-item-card{grid-template-columns:1fr}.rubrics-item-actions{justify-content:flex-start}}@media (max-width:760px){.rubrics-screen-settings-page{padding:20px 24px 96px}.rubrics-screen-create-row{grid-template-columns:1fr}.rubrics-screen-intro p{font-size:19px}}.rubrics-screen-settings-page{color:#00306b;padding:24px 32px 96px}.rubrics-screen-intro p{color:#385986;max-width:640px;margin:0 0 20px;font-size:20px;line-height:1.35}.rubrics-screen-create select,.rubrics-screen-create input,.rubrics-screen-edit-input{color:#00306b;box-sizing:border-box;background:#fff;border:1px solid #cbd9f0;border-radius:16px;width:100%;min-height:56px;padding:0 20px;font-size:18px}.rubrics-screen-create input::placeholder{color:#8c7867}.rubrics-screen-create>button{color:#fff;cursor:pointer;background:#5360f6;border:none;border-radius:16px;min-height:56px;padding:0 22px;font-size:20px;font-weight:800}.rubrics-screen-create>button:disabled{opacity:.55;cursor:default}.rubrics-screen-message,.rubrics-screen-error{border-radius:12px;max-width:660px;margin-top:12px;padding:10px 12px;font-size:15px;font-weight:700}.rubrics-screen-message{color:#176b2c;background:#edf8ef}.rubrics-screen-error{color:#9b1c1c;background:#fff0f0}.rubrics-screen-group h2{color:#00306b;border-bottom:1px solid #d9e4f5;margin:0 0 10px;padding-bottom:10px;font-size:22px;line-height:1.2}.rubrics-screen-items{gap:0;display:grid}.rubrics-screen-item{border-bottom:1px solid #e7eef9;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:12px;min-height:68px;padding:10px 0;display:grid}.rubrics-screen-checkbox-label{grid-area:1/2;justify-content:flex-end;display:flex}.rubrics-screen-item-main{grid-area:1/1;min-width:0}.rubrics-screen-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.rubrics-screen-actions button{color:#00306b;cursor:pointer;background:#eef6ff;border:1px solid #c7d8f3;border-radius:999px;min-height:36px;padding:0 14px;font-size:14px;font-weight:800}.rubrics-screen-actions button.secondary{background:#fff}.rubrics-screen-actions button:disabled{opacity:.55;cursor:default}@media (max-width:760px){.rubrics-screen-settings-page{padding:20px 24px 96px}.rubrics-screen-create-row{grid-template-columns:1fr}.rubrics-screen-intro p{font-size:19px}}.rubrics-screen-settings-page .rubrics-screen-intro .event-root-create-text{margin:0 0 18px}.rubrics-screen-create-row{grid-template-columns:minmax(180px,315px) minmax(160px,220px);gap:12px;max-width:560px;margin-bottom:14px;display:grid}.rubrics-screen-create{margin-bottom:14px}.rubrics-screen-save-row{align-items:center;gap:12px;margin:0 0 24px;display:flex}.rubrics-screen-save-row span{color:#9a5a00;font-size:14px;font-weight:700;line-height:1.35}.rubrics-screen-list-section{margin-top:22px}.rubrics-screen-list-toggle{color:#00306b;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #d9e4f5;justify-content:space-between;align-items:center;width:100%;padding:0 0 14px;font-size:28px;font-weight:900;line-height:1.15;display:flex}.rubrics-screen-list{margin-top:16px}.rubrics-screen-group{margin-bottom:22px}.rubrics-screen-group h2{color:#00306b;border-bottom:1px solid #d9e4f5;margin:0 0 10px;padding-bottom:10px;font-size:22px;font-weight:900;line-height:1.2}.rubrics-screen-item{background:0 0;border-bottom:1px solid #e7eef9;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:12px;min-height:68px;padding:10px 0;display:grid}.rubrics-screen-item-title{color:#00306b;margin-bottom:4px;font-size:23px;font-weight:500;line-height:1.18}.rubrics-screen-item-source{color:#7d8dab;font-size:16px;line-height:1.2}.rubrics-screen-item-source.custom{color:#9a5a00;font-weight:700}.rubrics-screen-checkbox-label{justify-content:flex-end;display:flex}.rubrics-screen-checkbox-label input{width:24px;height:24px}@media (max-width:760px){.rubrics-screen-create-row{grid-template-columns:1fr}}@media (max-width:520px){.event-root-create-date-time-row{grid-template-columns:minmax(0,1fr) 84px 84px;gap:8px}}.event-root-create-date-time-row{grid-template-columns:minmax(0,1fr) 92px 92px;align-items:center;gap:12px;display:grid}.event-root-create-date-input,.event-root-create-time-select{min-height:50px}.event-root-create-time-select{text-align:center;text-align-last:center}@media (max-width:520px){.event-root-create-date-time-row{grid-template-columns:minmax(0,1fr) 84px 84px;gap:8px}}.my-connections-page{color:#00306b;padding:24px 28px 96px}.my-connections-info{background:#fff;border:1px solid #d8e4f6;border-radius:20px;margin-bottom:18px;padding:14px 16px}.my-connections-info p{color:#385986;margin:0;font-size:18px;line-height:1.35}.my-connections-state,.my-connections-error{border-radius:16px;margin:16px 0;padding:14px 16px;font-size:17px;line-height:1.35}.my-connections-state{color:#385986;background:#f3f7ff}.my-connections-error{color:#9b1c1c;background:#fff0f0}.my-connections-list{gap:18px;display:grid}.my-connection-card{background:#fff;border:1px solid #d8e4f6;border-radius:24px;grid-template-columns:260px minmax(0,1fr);gap:24px;padding:20px;display:grid}.my-connection-owner{align-items:center;gap:14px;display:flex}.my-connection-avatar{object-fit:cover;background:#e8eef8;border:1px solid #d8e4f6;border-radius:22px;width:86px;height:86px}.my-connection-avatar.fallback{color:#00306b;justify-content:center;align-items:center;font-size:30px;font-weight:800;display:flex}.my-connection-owner-label{color:#7a89a5;font-size:14px;line-height:1.2}.my-connection-owner-name{color:#00306b;font-size:20px;font-weight:900;line-height:1.15;text-decoration:none;display:block}.my-connection-owner-email{color:#70809c;margin-top:2px;font-size:15px;line-height:1.2}.my-connection-main h2{color:#00306b;margin:0 0 8px;font-size:26px;line-height:1.15}.my-connection-description{color:#385986;margin:0 0 14px;font-size:17px;line-height:1.35}.my-connection-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin:14px 0 16px;display:grid}.my-connection-facts div{background:#f8fbff;border:1px solid #d8e4f6;border-radius:16px;padding:12px 14px}.my-connection-facts span{color:#71809a;margin-bottom:4px;font-size:13px;line-height:1.2;display:block}.my-connection-facts strong{color:#00306b;font-size:16px;line-height:1.25;display:block}.my-connection-actions{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.my-connection-primary-link,.my-connection-secondary-link{color:#00306b;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex}.my-connection-primary-link{background:#eef6ff;border:1px solid #b8ccec}.my-connection-secondary-link{background:#fff;border:1px solid #d8e4f6}.my-connection-note{color:#7a4a00;background:#fff5d8;border-radius:16px;max-width:420px;padding:12px 14px;font-size:15px;font-weight:800;line-height:1.25}@media (max-width:760px){.my-connections-page{padding:20px 18px 96px}.my-connection-card{grid-template-columns:1fr;gap:18px}.my-connection-facts{grid-template-columns:1fr}}.rubrics-screen-item-source{flex-wrap:wrap!important;align-items:baseline!important;gap:14px!important;display:flex!important}.rubrics-screen-item-source.external{color:#6d4a9a!important;font-weight:700!important}.rubrics-screen-item-count{color:#7d8dab!important;font-size:inherit!important;line-height:inherit!important;margin-top:0!important;font-weight:400!important}.rubrics-screen-item-source.external .rubrics-screen-item-count,.rubrics-screen-item-source.custom .rubrics-screen-item-count{color:#7d8dab!important;font-weight:400!important}.public-rules-page{color:#00306b;background:radial-gradient(circle at 0 0,#5360f61f,#0000 34%),linear-gradient(#f7f9ff 0%,#fff 100%);min-height:100vh;padding:32px 20px 80px}.public-rules-hero,.public-rules-tree{max-width:960px;margin:0 auto}.public-rules-hero{background:#ffffffe0;border:1px solid #d8e4f6;border-radius:28px;margin-bottom:28px;padding:28px}.public-rules-back{color:#385986;margin-bottom:18px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.public-rules-kicker{color:#5360f6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:15px;font-weight:900}.public-rules-hero h1{color:#00306b;letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(34px,6vw,64px);line-height:.98}.public-rules-hero p{color:#385986;max-width:760px;margin:0;font-size:18px;line-height:1.45}.public-rules-tree{gap:14px;display:grid}.public-rules-section,.public-rules-item{box-sizing:border-box;background:#fff;border:1px solid #d8e4f6}.public-rules-section{border-radius:24px;overflow:hidden}.public-rules-section>summary{color:#00306b;cursor:pointer;padding:18px 22px;font-size:22px;font-weight:900;line-height:1.2;list-style:none}.public-rules-section>summary::-webkit-details-marker{display:none}.public-rules-item>summary::-webkit-details-marker{display:none}.public-rules-section>summary:before,.public-rules-item>summary:before{content:"▸";margin-right:10px;transition:transform .18s;display:inline-block}.public-rules-section[open]>summary:before,.public-rules-item[open]>summary:before{transform:rotate(90deg)}.public-rules-children{gap:10px;padding:0 18px 18px 48px;display:grid}.public-rules-item{background:#f8fbff;border-radius:18px}.public-rules-item>summary{color:#00306b;cursor:pointer;padding:14px 16px;font-size:17px;font-weight:800;line-height:1.25;list-style:none}.public-rules-item p{color:#385986;margin:0;padding:0 18px 16px 42px;font-size:16px;line-height:1.5}.public-footer-rules,.public-footer-separator{margin:0 8px}footer a[href=\/rules]{color:inherit;text-underline-offset:3px;text-decoration:underline}@media (max-width:680px){.public-rules-page{padding:20px 14px 64px}.public-rules-hero{border-radius:24px;padding:22px}.public-rules-children{padding-left:16px}.public-rules-section>summary{font-size:20px}}.public-home-footer-link{color:inherit;text-underline-offset:3px;text-decoration:underline}.public-rules-item p{white-space:pre-line}.connected-compact-page,.user-compact-page{color:#00306b;padding:24px 32px 96px}.connected-compact-page h1,.user-compact-page h1{color:#00306b;margin:0 0 18px;font-size:30px;font-weight:900;line-height:1.15}.connected-compact-empty{color:#385986;margin:0;font-size:17px;line-height:1.35}.connected-compact-list{border-top:1px solid #d9e4f5;gap:0;margin:0;padding:0;list-style:none;display:grid}.connected-compact-row{border-bottom:1px solid #d9e4f5}.connected-compact-link{color:#00306b;align-items:center;gap:12px;min-height:62px;padding:8px 0;text-decoration:none;display:flex}.connected-compact-avatar{object-fit:cover;background:#e8eef8;border:1px solid #d8e4f6;border-radius:50%;flex:none;width:44px;height:44px}.connected-compact-avatar.fallback{justify-content:center;align-items:center;font-weight:900;display:inline-flex}.connected-compact-main{gap:2px;min-width:0;display:grid}.connected-compact-name{color:#00306b;font-size:18px;font-weight:900;line-height:1.2}.connected-compact-meta{color:#6f7f9c;font-size:14px;line-height:1.25}.user-compact-back{color:#385986;margin-bottom:16px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.user-compact-header{align-items:center;gap:14px;margin-bottom:22px;display:flex}.user-compact-avatar{object-fit:cover;background:#e8eef8;border:1px solid #d8e4f6;border-radius:50%;width:58px;height:58px}.user-compact-avatar.fallback{justify-content:center;align-items:center;font-size:22px;font-weight:900;display:inline-flex}.user-compact-header h1{margin:0 0 4px}.user-compact-email{color:#6f7f9c;font-size:15px;line-height:1.25}.user-compact-data,.user-compact-events{margin-top:22px}.user-compact-data h2,.user-compact-events h2{color:#00306b;margin:0 0 10px;font-size:22px;font-weight:900;line-height:1.2}.user-compact-data dl{border-top:1px solid #d9e4f5;margin:0;display:grid}.user-compact-data dl>div{border-bottom:1px solid #e7eef9;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:8px 0;display:grid}.user-compact-data dt{color:#7a89a5;font-size:14px;line-height:1.25}.user-compact-data dd{color:#00306b;overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.25}.user-compact-events ul{border-top:1px solid #d9e4f5;margin:0;padding:0;list-style:none}.user-compact-events li{border-bottom:1px solid #e7eef9}.user-compact-events a{color:#00306b;gap:3px;padding:10px 0;text-decoration:none;display:grid}.user-compact-event-title{font-size:17px;font-weight:900;line-height:1.25}.user-compact-event-meta{color:#6f7f9c;font-size:14px;line-height:1.25}@media (max-width:720px){.connected-compact-page,.user-compact-page{padding:20px 24px 96px}.user-compact-data dl>div{grid-template-columns:110px minmax(0,1fr)}}.connections-compact-page{color:#00306b;padding:24px 32px 96px}.connections-compact-page h1{color:#00306b;margin:0 0 18px;font-size:30px;font-weight:900;line-height:1.15}.connections-compact-empty{color:#385986;margin:0;font-size:17px;line-height:1.35}.connections-compact-list{border-top:1px solid #d9e4f5;margin:0;padding:0;list-style:none}.connections-compact-row{border-bottom:1px solid #e7eef9;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:18px;padding:10px 0;display:grid}.connections-compact-owner{align-items:center;gap:10px;min-width:0;display:flex}.connections-compact-avatar{object-fit:cover;background:#e8eef8;border:1px solid #d8e4f6;border-radius:50%;flex:none;width:44px;height:44px}.connections-compact-avatar.fallback{color:#00306b;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.connections-compact-owner-text{gap:1px;min-width:0;display:grid}.connections-compact-label{color:#7a89a5;font-size:12px;line-height:1.15}.connections-compact-owner-name{color:#00306b;font-size:16px;font-weight:900;line-height:1.18;text-decoration:none}.connections-compact-owner-email{color:#6f7f9c;overflow-wrap:anywhere;font-size:13px;line-height:1.2}.connections-compact-event{color:#00306b;gap:3px;min-width:0;text-decoration:none;display:grid}.connections-compact-event-title{color:#00306b;font-size:18px;font-weight:900;line-height:1.2}.connections-compact-event-meta{color:#6f7f9c;font-size:14px;line-height:1.25}.connections-compact-event-description{color:#385986;font-size:14px;line-height:1.3}.connections-compact-note{color:#8a5a00;font-size:13px;font-weight:700;line-height:1.25}@media (max-width:760px){.connections-compact-page{padding:20px 24px 96px}.connections-compact-row{grid-template-columns:1fr;gap:8px}}.event-connections-manager{color:#00306b;background:#fff;border:1px solid #d9e4f5;border-radius:22px;margin:22px 0;padding:16px}.event-connections-manager h2{color:#00306b;margin:0 0 14px;font-size:24px;font-weight:900;line-height:1.2}.event-connections-grid{gap:14px;display:grid}.event-connections-box{background:#f8fbff;border:1px solid #e0e9f7;border-radius:18px;padding:14px}.event-connections-box h3{color:#00306b;margin:0 0 10px;font-size:18px;font-weight:900;line-height:1.2}.event-connections-add-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.event-connections-add-row select{color:#00306b;background:#fff;border:1px solid #cddbf2;border-radius:14px;min-height:42px;padding:0 12px;font-size:15px}.event-connections-add-row button,.event-connections-users button,.user-compact-disconnect-button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #d2def1;border-radius:999px;min-height:36px;padding:0 14px;font-size:14px;font-weight:800;line-height:1}.event-connections-add-row button{color:#fff;background:#5360f6;border-color:#5360f6}.event-connections-users{gap:8px;margin:0;padding:0;list-style:none;display:grid}.event-connections-users li{border-bottom:1px solid #e4edf8;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 0;display:grid}.event-connections-users li:last-child{border-bottom:none}.event-connections-user-main{align-items:center;gap:10px;min-width:0;display:flex}.event-connections-user-main img,.event-connections-avatar-fallback{object-fit:cover;background:#e8eef8;border:1px solid #d8e4f6;border-radius:50%;flex:none;width:38px;height:38px}.event-connections-avatar-fallback{justify-content:center;align-items:center;font-weight:900;display:inline-flex}.event-connections-user-main strong,.event-connections-user-main small{display:block}.event-connections-user-main strong{color:#00306b;font-size:15px;line-height:1.2}.event-connections-user-main small,.event-connections-muted,.event-connections-note{color:#6f7f9c;font-size:13px;line-height:1.3}.event-connections-error{color:#9b1c1c;font-size:14px;line-height:1.35}.user-compact-disconnect-button{color:#8a1f1f;background:#fff7f7;border-color:#f0caca;justify-self:start;margin:0 0 10px}@media (max-width:640px){.event-connections-add-row,.event-connections-users li{grid-template-columns:1fr}}.event-connections-user-id-input{color:#00306b;box-sizing:border-box;background:#fff;border:1px solid #cddbf2;border-radius:14px;min-height:42px;padding:0 12px;font-size:15px;line-height:1.2}.event-connections-user-id-input::placeholder{color:#7d8dab}.event-connections-avatar{background:#eaf0fa;border-radius:999px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:inline-flex;position:relative;overflow:hidden}.event-connections-avatar img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.event-connections-avatar-fallback{color:#00306b;font-size:16px;font-weight:700;line-height:1}.event-connections-user-name-link{color:#00306b;font-size:15px;font-weight:900;line-height:1.2;text-decoration:none;display:block}.event-connections-user-name-link:hover{text-underline-offset:3px;text-decoration:underline}.user-round-avatar{color:#00306b;box-sizing:border-box;background:#eaf0fa;border:1px solid #d8e4f6;border-radius:999px;flex:none;justify-content:center;align-items:center;position:relative;overflow:hidden;display:inline-flex!important}.user-round-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block;position:absolute;inset:0}.user-round-avatar-fallback{z-index:0;color:#00306b;font-size:15px;font-weight:900;line-height:1;position:relative}.user-compact-avatar .user-round-avatar-fallback{font-size:20px}.connected-compact-avatar.user-round-avatar,.event-connections-avatar.user-round-avatar,.user-compact-avatar.user-round-avatar{padding:0!important}.profile-compact-header{align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.profile-compact-avatar-button{cursor:pointer;background:0 0;border:0;flex:none;padding:0}.profile-compact-main{min-width:0}.profile-compact-main h2{color:#00306b;margin:0 0 4px;font-size:30px;font-weight:900;line-height:1.1}.profile-compact-actions a{color:#00306b;border:1px solid #d2def1;border-radius:999px;align-items:center;min-height:38px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.profile-compact-description,.profile-compact-data{margin-top:22px}.profile-compact-description h2,.profile-compact-data h2{color:#00306b;margin:0 0 10px;font-size:22px;font-weight:900;line-height:1.2}@media (max-width:720px){.profile-compact-page{padding:20px 24px 96px}.profile-compact-header{gap:14px}.profile-compact-data dl>div{grid-template-columns:115px minmax(0,1fr)}}.profile-compact-page{color:#00306b!important;padding:24px 32px 96px!important}.profile-compact-page h1{color:#00306b!important;margin:0 0 22px!important;font-size:30px!important;font-weight:900!important;line-height:1.15!important}.profile-compact-header{align-items:flex-start!important;gap:18px!important;max-width:640px!important;margin-bottom:24px!important;display:flex!important}.profile-compact-avatar-button{cursor:pointer!important;background:0 0!important;border:0!important;flex:0 0 64px!important;width:64px!important;height:64px!important;padding:0!important}.profile-compact-avatar.user-round-avatar{width:64px!important;min-width:64px!important;height:64px!important}.profile-compact-main{min-width:0!important;display:block!important}.profile-compact-main h2{color:#00306b!important;max-width:430px!important;margin:0 0 4px!important;font-size:30px!important;font-weight:900!important;line-height:1.08!important}.profile-compact-email{color:#6f7f9c!important;font-size:16px!important;line-height:1.25!important}.profile-compact-status{color:#315487!important;background:#f5f8ff!important;border:1px solid #d6e2f5!important;border-radius:999px!important;margin-top:8px!important;padding:5px 14px!important;font-size:14px!important;line-height:1!important;display:inline-flex!important}.profile-compact-actions{margin-top:14px!important}.profile-compact-actions a{color:#00306b!important;border:1px solid #d2def1!important;border-radius:999px!important;align-items:center!important;min-height:36px!important;padding:0 18px!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.profile-compact-data,.profile-compact-description{max-width:640px!important;margin-top:24px!important}.profile-compact-data h2,.profile-compact-description h2{color:#00306b!important;margin:0 0 10px!important;font-size:22px!important;font-weight:900!important;line-height:1.2!important}.profile-compact-data dl{border-top:1px solid #d9e4f5!important;margin:0!important;display:grid!important}.profile-compact-data dl>div{border-bottom:1px solid #e7eef9!important;grid-template-columns:190px minmax(0,1fr)!important;gap:14px!important;padding:8px 0!important;display:grid!important}.profile-compact-data dt{color:#7a89a5!important;font-size:15px!important;line-height:1.25!important}.profile-compact-data dd{color:#00306b!important;overflow-wrap:anywhere!important;margin:0!important;font-size:15px!important;line-height:1.25!important}.profile-compact-description textarea{resize:vertical!important;box-sizing:border-box!important;color:#00306b!important;width:100%!important;min-height:82px!important;font:inherit!important;background:#fff!important;border:1px solid #d7e3f5!important;border-radius:18px!important;padding:12px 14px!important;font-size:15px!important;line-height:1.4!important}.profile-compact-description-actions{color:#7a89a5!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:8px!important;font-size:13px!important;display:flex!important}.profile-compact-description-actions button{color:#fff!important;cursor:pointer!important;background:#5360f6!important;border:1px solid #5360f6!important;border-radius:999px!important;min-height:34px!important;padding:0 16px!important;font-size:14px!important;font-weight:900!important}.profile-compact-description-actions button:disabled{opacity:.45!important;cursor:default!important}.profile-avatar-modal{z-index:10000!important;background:#001432ad!important;justify-content:center!important;align-items:center!important;padding:24px!important;display:flex!important;position:fixed!important;inset:0!important}.profile-avatar-modal-inner{justify-items:center!important;gap:12px!important;max-width:min(88vw,720px)!important;max-height:88vh!important;display:grid!important;position:relative!important}.profile-avatar-modal-inner img{object-fit:contain!important;background:#fff!important;border-radius:28px!important;max-width:100%!important;max-height:78vh!important}.profile-avatar-modal-close{color:#00306b!important;cursor:pointer!important;background:#fff!important;border:0!important;border-radius:999px!important;width:42px!important;height:42px!important;font-size:28px!important;font-weight:700!important;line-height:1!important;position:absolute!important;top:-18px!important;right:-18px!important}.profile-avatar-modal-name{color:#fff!important;text-align:center!important;font-size:17px!important;font-weight:900!important}@media (max-width:720px){.profile-compact-page{padding:20px 24px 96px!important}.profile-compact-header{gap:14px!important}.profile-compact-main h2{font-size:26px!important}.profile-compact-data dl>div{grid-template-columns:115px minmax(0,1fr)!important}}.profile-compact-summary{max-width:640px!important;margin-bottom:16px!important;padding:0!important}.profile-compact-summary-name{color:#00306b!important;font-size:30px!important;font-weight:900!important;line-height:1.08!important}.profile-compact-summary-email,.profile-compact-access{color:#6f7f9c!important;font-size:16px!important;line-height:1.25!important}.profile-compact-access{margin-top:8px!important}.profile-compact-header{max-width:640px!important;margin-bottom:22px!important}.profile-compact-main{display:none!important}.profile-compact-data-header{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:10px!important;display:flex!important}.profile-compact-data-header h2{margin:0!important}.profile-compact-data-header button,.profile-compact-edit-actions button{color:#00306b!important;cursor:pointer!important;background:#fff!important;border:1px solid #d2def1!important;border-radius:999px!important;min-height:34px!important;padding:0 16px!important;font-size:14px!important;font-weight:900!important;line-height:1!important}.profile-compact-edit-actions{align-items:center!important;gap:8px!important;display:inline-flex!important}.profile-compact-edit-actions button:first-child{color:#fff!important;background:#5360f6!important;border-color:#5360f6!important}.profile-compact-data input,.profile-compact-data textarea{box-sizing:border-box!important;color:#00306b!important;width:100%!important;font:inherit!important;background:#fff!important;border:1px solid #d7e3f5!important;border-radius:12px!important;padding:8px 10px!important;font-size:15px!important;line-height:1.3!important}.profile-compact-data textarea{resize:vertical!important;min-height:76px!important}.profile-compact-description,.profile-compact-page>h1,.profile-compact-page h1:first-child{display:none!important}.profile-compact-summary-name,.profile-compact-main h2{letter-spacing:-.02em!important;max-width:420px!important;margin:0 0 4px!important;font-size:24px!important;line-height:1.08!important}.profile-compact-data-header h2,.profile-compact-data>h2,.profile-compact-data h2{letter-spacing:-.01em!important;margin:0!important;font-size:20px!important;line-height:1.15!important}.profile-compact-summary{margin-top:0!important;margin-bottom:10px!important}.profile-compact-header{margin-top:0!important;margin-bottom:14px!important}.profile-compact-data{margin-top:14px!important}.profile-compact-data-header{margin-bottom:8px!important}@media (max-width:720px){.profile-compact-summary-name,.profile-compact-main h2{font-size:22px!important}.profile-compact-data-header h2,.profile-compact-data>h2,.profile-compact-data h2{font-size:19px!important}}.event-photo-openable{cursor:zoom-in!important}.event-fullscreen-photo-viewer{z-index:99999!important;width:100vw!important;height:100vh!important;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)!important;box-sizing:border-box!important;overscroll-behavior:contain!important;touch-action:manipulation!important;background:#000000f0!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.event-fullscreen-photo-image{object-fit:contain!important;width:auto!important;max-width:100vw!important;height:auto!important;max-height:100vh!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;display:block!important}.event-fullscreen-photo-close{top:max(14px, env(safe-area-inset-top))!important;right:max(14px, env(safe-area-inset-right))!important;z-index:100000!important;color:#001b3d!important;text-align:center!important;cursor:pointer!important;background:#ffffffeb!important;border:0!important;border-radius:999px!important;width:44px!important;height:44px!important;font-size:32px!important;font-weight:500!important;line-height:40px!important;position:fixed!important}@media (max-width:720px){.event-fullscreen-photo-viewer{justify-content:center!important;align-items:center!important;padding:0!important}.event-fullscreen-photo-image{max-width:100vw!important;max-height:100dvh!important}.event-fullscreen-photo-close{top:max(10px, env(safe-area-inset-top))!important;right:max(10px, env(safe-area-inset-right))!important;width:42px!important;height:42px!important;font-size:30px!important;line-height:38px!important}}@media (max-width:720px){.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal,.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{height:100dvh!important}.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image,.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img{max-height:100dvh!important}}.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal{z-index:99999!important;box-sizing:border-box!important;background:#000000f0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important}.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important}.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{object-fit:contain!important;width:auto!important;max-width:100vw!important;height:auto!important;max-height:100vh!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;display:block!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img{object-fit:contain!important;border-radius:0!important;width:auto!important;max-width:100vw!important;height:auto!important;max-height:100vh!important}@media (max-width:720px){.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal,.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{height:100dvh!important}.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image,.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img{max-height:100dvh!important}}.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal{z-index:99999!important;box-sizing:border-box!important;background:#000a19f0!important;border-radius:0!important;justify-content:center!important;align-items:stretch!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;padding:calc(env(safe-area-inset-top) + 10px) 10px calc(env(safe-area-inset-bottom) + 10px)!important;box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:8px!important;margin:0!important;display:grid!important;overflow:hidden!important}.event-media-viewer-inner h2,.event-media-modal-inner h2,.event-photo-viewer-inner h2,.event-photo-modal-inner h2,.event-media-viewer h2,.event-media-modal h2,.event-photo-viewer h2,.event-photo-modal h2{color:#00306b!important;margin:0!important;padding:0 46px 0 0!important;font-size:20px!important;font-weight:900!important;line-height:1.15!important}.event-media-viewer-inner p,.event-media-modal-inner p,.event-photo-viewer-inner p,.event-photo-modal-inner p{color:#70809c!important;margin-top:2px!important;margin-bottom:0!important;font-size:14px!important;line-height:1.2!important}.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image,.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img{object-fit:contain!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;box-shadow:none!important;background:#f4f6fa!important;border-radius:14px!important;display:block!important}.event-media-viewer figure,.event-media-modal figure,.event-photo-viewer figure,.event-photo-modal figure,.event-media-viewer-picture,.event-media-modal-picture,.event-photo-viewer-picture,.event-photo-modal-picture{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important}.event-media-viewer figcaption,.event-media-modal figcaption,.event-photo-viewer figcaption,.event-photo-modal figcaption,.event-media-viewer-caption,.event-media-modal-caption,.event-photo-viewer-caption,.event-photo-modal-caption{color:#51627e!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1.2!important}.event-media-viewer-close,.event-media-modal-close,.event-photo-viewer-close,.event-photo-modal-close{top:max(10px, env(safe-area-inset-top))!important;right:max(10px, env(safe-area-inset-right))!important;z-index:100000!important;color:#001b3d!important;text-align:center!important;cursor:pointer!important;background:#fffffff5!important;border:0!important;border-radius:999px!important;width:42px!important;height:42px!important;font-size:30px!important;font-weight:500!important;line-height:38px!important;position:fixed!important;box-shadow:0 6px 18px #0000002e!important}@media (max-width:720px){.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{width:100vw!important;height:100dvh!important;padding:calc(env(safe-area-inset-top) + 8px) 8px calc(env(safe-area-inset-bottom) + 8px)!important;gap:6px!important}.event-media-viewer-inner h2,.event-media-modal-inner h2,.event-photo-viewer-inner h2,.event-photo-modal-inner h2,.event-media-viewer h2,.event-media-modal h2,.event-photo-viewer h2,.event-photo-modal h2{font-size:18px!important;line-height:1.12!important}.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image,.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img{border-radius:10px!important}}.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal{background:#000a19f0!important}.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{box-shadow:none!important;background:0 0!important;border-radius:0!important;overflow:visible!important}.event-media-viewer:before,.event-media-viewer:after,.event-media-modal:before,.event-media-modal:after,.event-photo-viewer:before,.event-photo-viewer:after,.event-photo-modal:before,.event-photo-modal:after,.event-media-viewer-inner:before,.event-media-viewer-inner:after,.event-media-modal-inner:before,.event-media-modal-inner:after,.event-photo-viewer-inner:before,.event-photo-viewer-inner:after,.event-photo-modal-inner:before,.event-photo-modal-inner:after{content:none!important;opacity:0!important;background:0 0!important;display:none!important}.event-media-viewer figure,.event-media-modal figure,.event-photo-viewer figure,.event-photo-modal figure,.event-media-viewer-picture,.event-media-modal-picture,.event-photo-viewer-picture,.event-photo-modal-picture,.event-media-viewer-image-wrap,.event-media-modal-image-wrap,.event-photo-viewer-image-wrap,.event-photo-modal-image-wrap{opacity:1!important;filter:none!important;box-shadow:none!important;background:0 0!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img,.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;box-shadow:none!important;background:0 0!important}.event-media-viewer [class*=overlay],.event-media-modal [class*=overlay],.event-photo-viewer [class*=overlay],.event-photo-modal [class*=overlay],.event-media-viewer [class*=shade],.event-media-modal [class*=shade],.event-photo-viewer [class*=shade],.event-photo-modal [class*=shade],.event-media-viewer [class*=backdrop],.event-media-modal [class*=backdrop],.event-photo-viewer [class*=backdrop],.event-photo-modal [class*=backdrop]{opacity:1!important;filter:none!important;background:0 0!important}.event-media-viewer h2,.event-media-modal h2,.event-photo-viewer h2,.event-photo-modal h2{color:#fff!important;text-shadow:0 1px 4px #00000059!important}.event-media-viewer p,.event-media-modal p,.event-photo-viewer p,.event-photo-modal p,.event-media-viewer figcaption,.event-media-modal figcaption,.event-photo-viewer figcaption,.event-photo-modal figcaption,.event-media-viewer-caption,.event-media-modal-caption,.event-photo-viewer-caption,.event-photo-modal-caption{color:#ffffffd1!important;text-shadow:0 1px 4px #00000059!important}@media (min-width:721px){.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{grid-template-rows:auto minmax(0,1fr) auto!important;gap:10px!important;width:min(96vw,1280px)!important;height:96vh!important;padding:18px!important;display:grid!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img,.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{object-fit:contain!important;border-radius:10px!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;margin:auto!important}}@media (max-width:720px){.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{width:100vw!important;height:100dvh!important;padding:calc(env(safe-area-inset-top) + 8px) 8px calc(env(safe-area-inset-bottom) + 8px)!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:6px!important;display:grid!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img,.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{object-fit:contain!important;border-radius:8px!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:100%!important}}.event-media-viewer,.event-media-modal,.event-photo-viewer,.event-photo-modal{z-index:99999!important;box-sizing:border-box!important;background:#000814f5!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;padding:6px!important;padding-top:max(6px, env(safe-area-inset-top))!important;padding-right:max(6px, env(safe-area-inset-right))!important;padding-bottom:max(6px, env(safe-area-inset-bottom))!important;padding-left:max(6px, env(safe-area-inset-left))!important;box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:4px!important;margin:0!important;display:grid!important;position:relative!important;overflow:hidden!important}.event-media-viewer *,.event-media-modal *,.event-photo-viewer *,.event-photo-modal *{box-shadow:none!important}.event-media-viewer:before,.event-media-viewer:after,.event-media-modal:before,.event-media-modal:after,.event-photo-viewer:before,.event-photo-viewer:after,.event-photo-modal:before,.event-photo-modal:after,.event-media-viewer-inner:before,.event-media-viewer-inner:after,.event-media-modal-inner:before,.event-media-modal-inner:after,.event-photo-viewer-inner:before,.event-photo-viewer-inner:after,.event-photo-modal-inner:before,.event-photo-modal-inner:after{content:none!important;display:none!important}.event-media-viewer h2,.event-media-modal h2,.event-photo-viewer h2,.event-photo-modal h2{color:#fff!important;text-shadow:0 1px 4px #0000008c!important;margin:0!important;padding:0 54px 0 2px!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important}.event-media-viewer p,.event-media-modal p,.event-photo-viewer p,.event-photo-modal p{color:#ffffffbf!important;text-shadow:0 1px 4px #0000008c!important;margin:0!important;padding:0 54px 0 2px!important;font-size:12px!important;line-height:1.15!important}.event-media-viewer figure,.event-media-modal figure,.event-photo-viewer figure,.event-photo-modal figure,.event-media-viewer-picture,.event-media-modal-picture,.event-photo-viewer-picture,.event-photo-modal-picture,.event-media-viewer-image-wrap,.event-media-modal-image-wrap,.event-photo-viewer-image-wrap,.event-photo-modal-image-wrap{background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img,.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{object-fit:contain!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;background:0 0!important;border:0!important;border-radius:4px!important;width:100%!important;max-width:calc(100vw - 12px)!important;height:100%!important;max-height:calc(100dvh - 58px)!important;margin:0 auto!important;padding:0!important;display:block!important}.event-media-viewer figcaption,.event-media-modal figcaption,.event-photo-viewer figcaption,.event-photo-modal figcaption,.event-media-viewer-caption,.event-media-modal-caption,.event-photo-viewer-caption,.event-photo-modal-caption{color:#ffffffbf!important;text-shadow:0 1px 4px #0000008c!important;margin:0!important;padding:0 2px!important;font-size:12px!important;line-height:1.15!important}.event-media-viewer-close,.event-media-modal-close,.event-photo-viewer-close,.event-photo-modal-close{top:max(8px, env(safe-area-inset-top))!important;right:max(8px, env(safe-area-inset-right))!important;z-index:100000!important;color:#001b3d!important;text-align:center!important;cursor:pointer!important;background:#fffffff0!important;border:0!important;border-radius:999px!important;width:38px!important;height:38px!important;font-size:28px!important;font-weight:500!important;line-height:35px!important;position:fixed!important}.event-media-viewer button:not(.event-media-viewer-close):not(.event-media-modal-close):not(.event-photo-viewer-close):not(.event-photo-modal-close),.event-media-modal button:not(.event-media-viewer-close):not(.event-media-modal-close):not(.event-photo-viewer-close):not(.event-photo-modal-close),.event-photo-viewer button:not(.event-media-viewer-close):not(.event-media-modal-close):not(.event-photo-viewer-close):not(.event-photo-modal-close),.event-photo-modal button:not(.event-media-viewer-close):not(.event-media-modal-close):not(.event-photo-viewer-close):not(.event-photo-modal-close){z-index:100001!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}@media (max-width:720px){.event-media-viewer-inner,.event-media-modal-inner,.event-photo-viewer-inner,.event-photo-modal-inner{padding:4px!important;padding-top:max(4px, env(safe-area-inset-top))!important;padding-right:max(4px, env(safe-area-inset-right))!important;padding-bottom:max(4px, env(safe-area-inset-bottom))!important;padding-left:max(4px, env(safe-area-inset-left))!important;gap:3px!important}.event-media-viewer h2,.event-media-modal h2,.event-photo-viewer h2,.event-photo-modal h2{font-size:15px!important}.event-media-viewer p,.event-media-modal p,.event-photo-viewer p,.event-photo-modal p,.event-media-viewer figcaption,.event-media-modal figcaption,.event-photo-viewer figcaption,.event-photo-modal figcaption{font-size:11px!important}.event-media-viewer img,.event-media-modal img,.event-photo-viewer img,.event-photo-modal img,.event-media-viewer-image,.event-media-modal-image,.event-photo-viewer-image,.event-photo-modal-image{border-radius:3px!important;max-width:calc(100vw - 8px)!important;max-height:calc(100dvh - 48px)!important}}.event-media-viewer{z-index:99999!important;box-sizing:border-box!important;background:#000814f5!important;width:100vw!important;height:100dvh!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.event-media-viewer-backdrop{background:0 0!important;position:absolute!important;inset:0!important}.event-media-viewer-card{z-index:100000!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;padding:max(6px, env(safe-area-inset-top)) max(6px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left))!important;box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:4px!important;margin:0!important;display:grid!important;position:fixed!important;inset:0!important;overflow:hidden!important}.event-media-viewer-head{z-index:100002!important;color:#fff!important;background:0 0!important;min-height:0!important;margin:0!important;padding:0 50px 0 2px!important;position:relative!important}.event-media-viewer-title{color:#fff!important;text-shadow:0 1px 4px #000000a6!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important}.event-media-viewer-subtitle{color:#ffffffc7!important;text-shadow:0 1px 4px #000000a6!important;margin:1px 0 0!important;padding:0!important;font-size:12px!important;line-height:1.15!important}.event-media-viewer-frame{z-index:100001!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.event-media-viewer-image{object-fit:contain!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;width:auto!important;max-width:calc(100vw - 12px)!important;height:auto!important;max-height:calc(100dvh - 50px)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:4px!important;margin:auto!important;padding:0!important;display:block!important}.event-media-viewer-caption{z-index:100002!important;color:#ffffffc7!important;text-shadow:0 1px 4px #000000a6!important;background:0 0!important;min-height:0!important;margin:0!important;padding:0 2px!important;font-size:12px!important;line-height:1.15!important;position:relative!important}.event-media-viewer-close{top:max(8px, env(safe-area-inset-top))!important;right:max(8px, env(safe-area-inset-right))!important;z-index:100003!important;color:#001b3d!important;text-align:center!important;cursor:pointer!important;background:#fffffff0!important;border:0!important;border-radius:999px!important;width:38px!important;height:38px!important;font-size:28px!important;font-weight:500!important;line-height:35px!important;position:fixed!important}.event-media-viewer-arrow{z-index:100003!important;color:#fff!important;cursor:pointer!important;background:#00306bd1!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;font-size:30px!important;line-height:38px!important;display:inline-flex!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.event-media-viewer-arrow-left{left:10px!important}.event-media-viewer-arrow-right{right:10px!important}@media (max-width:720px){.event-media-viewer-card{padding:max(4px, env(safe-area-inset-top)) max(4px, env(safe-area-inset-right)) max(4px, env(safe-area-inset-bottom)) max(4px, env(safe-area-inset-left))!important;gap:3px!important}.event-media-viewer-title{font-size:15px!important}.event-media-viewer-subtitle,.event-media-viewer-caption{font-size:11px!important}.event-media-viewer-image{border-radius:3px!important;max-width:calc(100vw - 8px)!important;max-height:calc(100dvh - 46px)!important}.event-media-viewer-arrow{width:38px!important;height:38px!important;font-size:27px!important;line-height:34px!important}.event-media-viewer-arrow-left{left:6px!important}.event-media-viewer-arrow-right{right:6px!important}}.event-media-viewer-backdrop{pointer-events:none!important}.event-media-viewer-card,.event-media-viewer-image{pointer-events:auto!important}.event-media-viewer-close{pointer-events:auto!important;z-index:100010!important}.event-media-viewer-arrow{pointer-events:auto!important;z-index:100009!important;opacity:1!important}.event-media-viewer-arrow-left,.event-media-viewer-arrow-right{display:inline-flex!important}.register-page{box-sizing:border-box;color:#00306b;background:#f5f8ff;min-height:100vh;padding:32px 20px 80px}.register-card{background:#fff;border-radius:28px;max-width:760px;margin:0 auto;padding:28px;box-shadow:0 18px 50px #00306b1f}.register-back{color:#5360f6;margin-bottom:18px;font-weight:800;text-decoration:none;display:inline-flex}.register-card h1{color:#00306b;margin:0 0 10px;font-size:34px;font-weight:900;line-height:1.1}@media (max-width:720px){.register-page{padding:20px 12px 64px}.register-card{border-radius:24px;padding:22px 18px}.register-card h1{font-size:28px}.register-grid{grid-template-columns:1fr}}.legal-page,.register-page{box-sizing:border-box;color:#00306b;background:#f5f8ff;min-height:100vh;padding:32px 20px 80px}.legal-card,.register-card{background:#fff;border-radius:28px;max-width:860px;margin:0 auto;padding:28px;box-shadow:0 18px 50px #00306b1f}.legal-back,.register-back{color:#5360f6;margin-bottom:18px;font-weight:800;text-decoration:none;display:inline-flex}.legal-card h1,.register-card h1{color:#00306b;margin:0 0 10px;font-size:34px;font-weight:900;line-height:1.1}.legal-muted{color:#7a89a5;margin:0 0 24px;font-size:14px}.legal-card section{margin-top:24px}.legal-card h2{color:#00306b;margin:0 0 10px;font-size:22px;font-weight:900;line-height:1.2}.legal-card h3{color:#00306b;margin:16px 0 8px;font-size:18px;font-weight:900;line-height:1.2}.legal-card p,.legal-card li{color:#315487;font-size:16px;line-height:1.55}.legal-card ul{padding-left:22px}.register-lead{color:#385986;margin:0 0 22px;font-size:16px;line-height:1.45}.register-form{gap:18px;display:grid}.register-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.register-form label{color:#315487;gap:6px;font-size:14px;font-weight:800;display:grid}.register-form input[type=text],.register-form input[type=email],.register-form input:not([type]),.register-form textarea{box-sizing:border-box;color:#00306b;width:100%;font:inherit;background:#fff;border:1px solid #d7e3f5;border-radius:14px;padding:10px 12px;font-size:15px;line-height:1.35}.register-comment textarea{resize:vertical;min-height:96px}.register-consents{background:#f7faff;border:1px solid #dde8f7;border-radius:20px;gap:10px;padding:16px;display:grid}.register-consents label{color:#385986;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;font-size:14px;font-weight:600;line-height:1.35;display:grid}.register-consents input{margin-top:2px}.register-consents a{color:#5360f6;font-weight:900}.register-form button[type=submit]{color:#fff;cursor:pointer;background:#5360f6;border:0;border-radius:999px;justify-self:start;min-height:42px;padding:0 20px;font-size:15px;font-weight:900;line-height:1}.register-form button[type=submit]:disabled{opacity:.55;cursor:default}.register-error,.register-success{border-radius:16px;padding:12px 14px;font-size:14px;font-weight:800;line-height:1.35}.register-error{color:#8a1f1f;background:#fff3f3;border:1px solid #f0caca}.register-success{color:#0d5d38;background:#effcf5;border:1px solid #bfe8d1}.register-note{color:#6f7f9c;margin:0;font-size:13px;line-height:1.35}.login-register-link{text-align:center;margin-top:14px}.login-register-link a{color:#5360f6;font-weight:900;text-decoration:none}.public-footer-legal{color:#6f7f9c;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;font-size:14px;display:flex}.public-footer-legal a{color:#315487;font-weight:700;text-decoration:none}@media (max-width:720px){.legal-page,.register-page{padding:20px 12px 64px}.legal-card,.register-card{border-radius:24px;padding:22px 18px}.legal-card h1,.register-card h1{font-size:28px}.register-grid{grid-template-columns:1fr}}.rules-page{box-sizing:border-box;color:#00306b;background:#f5f8ff;min-height:100vh;padding:32px 20px 80px}.rules-card{background:#fff;border-radius:28px;max-width:980px;margin:0 auto;padding:28px;box-shadow:0 18px 50px #00306b1f}.rules-back{color:#5360f6;margin-bottom:18px;font-weight:700;text-decoration:none;display:inline-flex}.rules-card h1{color:#00306b;margin:0 0 8px;font-size:34px;font-weight:900;line-height:1.1}.rules-muted{color:#7a89a5;margin:0 0 22px;font-size:14px}.rules-tree-section,.rules-tree-subsection{background:#fff;border:1px solid #d9e4f5;border-radius:20px;margin-top:12px;padding:0;overflow:hidden}.rules-tree-section{background:#fbfdff}.rules-tree-subsection{background:#fff;margin:12px 0 0 22px}.rules-tree-section>summary,.rules-tree-subsection>summary{cursor:pointer;color:#00306b;padding:14px 18px;font-weight:900;line-height:1.2}.rules-tree-section>summary{font-size:22px}.rules-tree-subsection>summary{font-size:18px}.rules-tree-section p,.rules-tree-section li{color:#315487;font-size:16px;line-height:1.5}.rules-tree-section p,.rules-tree-section ul,.rules-tree-section h3{margin-left:18px;margin-right:18px}.rules-tree-section h3{color:#00306b;margin-top:14px;margin-bottom:8px;font-size:17px}.rules-tree-section ul{padding-left:22px}.contacts-email{color:#5360f6;font-weight:700;text-decoration:none}.public-footer-legal,.public-footer-legal-vertical{color:#6f7f9c!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important;margin-top:14px!important;font-size:14px!important;line-height:1.35!important;display:flex!important}.public-footer-legal a,.public-footer-legal-vertical a{color:#315487!important;border-bottom:0!important;font-weight:400!important;text-decoration:none!important}.public-footer-legal a:hover,.public-footer-legal-vertical a:hover{text-decoration:none!important}.public-footer-legal span,.public-footer-legal-vertical span{display:none!important}@media (max-width:720px){.rules-page{padding:20px 12px 64px}.rules-card{border-radius:24px;padding:22px 18px}.rules-card h1{font-size:28px}.rules-tree-section>summary{font-size:19px}.rules-tree-subsection{margin-left:10px}.rules-tree-subsection>summary{font-size:16px}}.profile-id-copy-cell{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.profile-id-copy-value{word-break:break-word}.profile-copy-id-button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #d7e3f5;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;line-height:1;display:inline-flex}.profile-copy-id-button:active{transform:translateY(1px)}.profile-copy-id-status{color:#5360f6;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.2}.notes-head{margin:0 0 18px}.notes-head h1{color:#00306b;margin:0 0 4px;font-size:30px;font-weight:900;line-height:1.1}.notes-head p{color:#71809b;margin:0;font-size:14px;line-height:1.35}.notes-create{border-bottom:1px solid #e5edf8;margin:0 0 22px;padding:0 0 18px}.notes-create h2{color:#00306b;margin:0 0 12px;font-size:19px;font-weight:900;line-height:1.15}.notes-form input:focus,.notes-form select:focus,.notes-form textarea:focus,.notes-edit input:focus,.notes-edit select:focus,.notes-edit textarea:focus{border-bottom-color:#5360f6}.notes-url-field{min-width:0}.notes-form button,.notes-actions button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #d8e3f2;border-radius:999px;justify-self:start;min-height:30px;padding:0 10px;font-size:13px;font-weight:700;line-height:1}.notes-form button[type=submit]{color:#fff;background:#5360f6;border-color:#5360f6}.notes-form button:disabled,.notes-actions button:disabled{opacity:.55;cursor:default}.notes-item-main{gap:2px;display:grid}.notes-item-title-line{align-items:baseline;gap:6px;min-width:0;display:flex}.notes-item h3{color:#00306b;margin:0;font-size:16px;font-weight:900;line-height:1.25}.notes-link{color:#5360f6;justify-self:start;margin-top:4px;font-size:13px;font-weight:700;line-height:1.3;text-decoration:none}@media (max-width:720px){.notes-page{padding:14px 12px 64px}.notes-form-grid,.notes-form-row{grid-template-columns:1fr}.notes-subsection{margin-left:8px}.notes-list{margin-left:12px}}.notes-page{box-sizing:border-box;color:#00306b;background:#fff;min-height:100vh;padding:12px 16px 72px}.notes-top-title{display:none}.notes-create-button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #d8e3f2;border-radius:999px;min-height:30px;padding:0 12px;font-size:13px;font-weight:700;line-height:1}.notes-modal{z-index:100000;box-sizing:border-box;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.notes-modal-backdrop{background:#000c205c;position:absolute;inset:0}.notes-modal-card{z-index:1;box-sizing:border-box;background:#fff;border-radius:22px;width:min(720px,100%);max-height:calc(100dvh - 32px);padding:18px;position:relative;overflow:auto;box-shadow:0 18px 60px #00183a38}.notes-modal-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.notes-modal-head h2{color:#00306b;margin:0;font-size:20px;font-weight:900;line-height:1.15}.notes-modal-head button{color:#00306b;cursor:pointer;background:#f2f6fd;border:0;border-radius:999px;width:32px;height:32px;font-size:24px;line-height:28px}.notes-form,.notes-edit{gap:10px;display:grid}.notes-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.notes-form label,.notes-edit label{color:#385986;gap:4px;min-width:0;font-size:13px;font-weight:700;line-height:1.2;display:grid}.notes-form input,.notes-form select,.notes-form textarea,.notes-edit input,.notes-edit select,.notes-edit textarea{box-sizing:border-box;color:#00306b;width:100%;min-width:0;font:inherit;background:0 0;border:0;border-bottom:1px solid #d8e3f2;border-radius:0;outline:none;padding:7px 2px;font-size:15px;line-height:1.3}.notes-form textarea,.notes-edit textarea{resize:vertical;min-height:78px}.notes-form-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.notes-important-field{white-space:nowrap;grid-auto-flow:column;justify-content:start;align-items:center;padding-bottom:7px;grid-template-columns:none!important;gap:6px!important;display:inline-flex!important}.notes-important-field input{width:auto}.notes-tree{gap:8px;display:grid}.notes-rubric,.notes-subsection{border:0;margin:0;padding:0}.notes-rubric>summary,.notes-subsection>summary{cursor:pointer;color:#00306b;list-style-position:outside}.notes-subsection{margin-left:16px}.notes-subsection>summary{padding:5px 0;font-size:16px;font-weight:800;line-height:1.2;display:list-item}.notes-subsection>summary span{color:#8a99b4;margin-left:8px;font-size:12px;font-weight:700}.notes-list{gap:0;margin:2px 0 10px 18px;display:grid}.notes-compact-row{grid-template-columns:22px 24px minmax(0,1fr);align-items:start;gap:4px;display:grid}.notes-open-button{color:#5360f6;cursor:pointer;background:0 0;border:0;width:22px;height:22px;font-size:17px;line-height:20px}.notes-star,.notes-star-button{color:#c8ccd6;font-size:20px;line-height:1}.notes-star.active,.notes-star-button.active{color:#d6a400}.notes-star-button{cursor:pointer;background:0 0;border:0;width:24px;height:24px;padding:0}.notes-compact-text{min-width:0}.notes-compact-text h3{color:#00306b;margin:0;font-size:16px;font-weight:900;line-height:1.25}.notes-short{color:#385986;margin:1px 0 0;font-size:14px;line-height:1.28}.notes-date{color:#8a99b4;margin:1px 0 0;font-size:12px;line-height:1.25}.notes-description{color:#315487;white-space:pre-wrap;margin:0 0 6px;font-size:14px;line-height:1.45}.notes-link{color:#5360f6;margin:0 0 6px;font-size:13px;font-weight:700;line-height:1.3;text-decoration:none;display:inline-flex}.notes-actions button,.notes-form button{color:#00306b;cursor:pointer;background:#fff;border:1px solid #d8e3f2;border-radius:999px;min-height:30px;padding:0 10px;font-size:13px;font-weight:700;line-height:1}.notes-actions .danger{color:#a21e1e;border-color:#f0caca}.notes-muted{color:#71809b;margin:0;font-size:14px}@media (max-width:720px){.notes-current-page:before{font-size:17px;top:15px;left:58px;right:58px}.notes-page{padding:10px 12px 64px}.notes-form-grid,.notes-form-row{grid-template-columns:1fr}.notes-subsection{margin-left:8px}.notes-list{margin-left:12px}.notes-details{margin-left:34px}.notes-modal{padding:10px}.notes-modal-card{border-radius:20px;max-height:calc(100dvh - 20px);padding:16px}}.notes-current-page:before{content:"Заметки"!important;z-index:9000!important;color:#00306b!important;text-align:left!important;pointer-events:none!important;font-size:30px!important;font-weight:900!important;line-height:1.1!important;position:fixed!important;top:40px!important;left:128px!important;right:96px!important}.notes-page{background:#fff!important;padding:12px 22px 72px!important}.notes-create-button{color:#fff!important;width:auto!important;min-width:0!important;height:54px!important;min-height:54px!important;box-shadow:none!important;cursor:pointer!important;background:#5360f6!important;border:1px solid #5360f6!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;padding:0 24px!important;font-size:20px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.notes-create-button:hover{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.notes-modal-card{border:1px solid #d7e3f5!important;border-radius:24px!important;box-shadow:0 18px 60px #00183a2e!important}.notes-modal-head h2{color:#00306b!important;font-size:26px!important;font-weight:900!important;line-height:1.15!important}.notes-form label,.notes-edit label{color:#284b7a!important;gap:7px!important;font-size:15px!important;font-weight:700!important;line-height:1.2!important}.notes-form input,.notes-form select,.notes-form textarea,.notes-edit input,.notes-edit select,.notes-edit textarea{color:#00306b!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #cddbf2!important;border-radius:16px!important;padding:12px 14px!important;font-size:16px!important;font-weight:400!important;line-height:1.25!important}.notes-form textarea,.notes-edit textarea{min-height:108px!important}.notes-actions{flex-wrap:wrap!important;gap:10px!important;margin-top:10px!important;display:flex!important}.notes-actions button,.notes-form button[type=submit]{color:#35528c!important;width:auto!important;min-width:0!important;height:42px!important;min-height:42px!important;box-shadow:none!important;cursor:pointer!important;background:#fff!important;border:1px solid #d7e1f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-size:14px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important}.notes-actions button:first-child,.notes-form button[type=submit]{color:#fff!important;background:#5360f6!important;border-color:#5360f6!important;font-weight:800!important}.notes-actions button:first-child:hover,.notes-form button[type=submit]:hover{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.notes-actions .danger{color:#a21e1e!important;background:#fff!important;border-color:#f0caca!important;font-weight:700!important}.notes-rubric>summary{color:#00306b!important;padding:8px 0!important;font-size:28px!important;font-weight:900!important;line-height:1.15!important}.notes-subsection>summary{color:#00306b!important;padding:6px 0!important;font-size:21px!important;font-weight:800!important;line-height:1.18!important}.notes-item{border-bottom:1px solid #edf2f8!important;padding:8px 0 9px!important}.notes-compact-text h3{color:#00306b!important;font-size:20px!important;font-weight:900!important;line-height:1.18!important}.notes-short{color:#385986!important;font-size:17px!important;line-height:1.28!important}.notes-date{color:#7d8ba5!important;font-size:15px!important;line-height:1.25!important}.notes-open-button{color:#00306b!important;font-size:20px!important}.notes-star-button{font-size:21px!important}.notes-link{color:#5360f6!important;font-weight:700!important;text-decoration:none!important}@media (max-width:720px){.notes-current-page:before{text-align:left!important;font-size:30px!important;top:42px!important;left:128px!important;right:86px!important}.notes-page{padding:12px 22px 64px!important}.notes-create-button{border-radius:18px!important;height:54px!important;min-height:54px!important;padding:0 24px!important;font-size:20px!important}.notes-form-grid,.notes-form-row{grid-template-columns:1fr!important}.notes-modal{padding:10px!important}.notes-modal-card{border-radius:22px!important;max-height:calc(100dvh - 20px)!important}.notes-rubric>summary{font-size:26px!important}.notes-subsection>summary,.notes-compact-text h3{font-size:20px!important}.notes-short{font-size:17px!important}.notes-date{font-size:15px!important}}.notes-current-page:before{content:none!important;display:none!important}.notes-inline-title{color:#00306b!important;margin:0 0 18px!important;font-size:30px!important;font-weight:900!important;line-height:1.1!important}.notes-current-page:before,body.notes-current-page:before{content:none!important;display:none!important}.notes-inline-title,.notes-top-title{display:none!important}.notes-page{padding-top:12px!important}.notes-rubric{margin:0!important;padding:0!important}.notes-rubric>summary{margin:0!important;padding:8px 0!important;list-style-position:outside!important}.notes-subsection{margin-left:0!important;padding-left:0!important}.notes-subsection>summary{margin:0!important;padding:4px 0 6px 22px!important;list-style-position:outside!important}.notes-list{margin:2px 0 10px 22px!important;padding:0!important}.notes-item{margin:0!important;padding:8px 0 9px!important}.notes-compact-row{grid-template-columns:20px 24px minmax(0,1fr)!important;align-items:start!important;gap:4px!important;margin:0!important;padding:0!important;display:grid!important}.notes-details{margin:7px 0 0 48px!important;padding:0!important}.notes-open-button{text-align:left!important;width:20px!important;height:22px!important;margin:0!important;padding:0!important}.notes-star-button{text-align:center!important;width:24px!important;height:22px!important;margin:0!important;padding:0!important}@media (max-width:720px){.notes-page{padding-left:22px!important;padding-right:22px!important}.notes-subsection>summary{padding-left:22px!important}.notes-list{margin-left:22px!important}.notes-details{margin-left:48px!important}}.my-route-topbar-title{font-size:30px;font-weight:900;line-height:1.1}.notes-page{padding:12px 22px 64px!important}.notes-create-button{color:#fff!important;background:#5360f6!important;border-color:#5360f6!important;border-radius:18px!important;height:52px!important;min-height:52px!important;padding:0 22px!important;font-size:18px!important;font-weight:700!important;line-height:1!important}.notes-rubric>summary{padding:8px 0 6px!important;font-size:26px!important;font-weight:900!important;line-height:1.12!important}.notes-subsection>summary{padding:4px 0 5px 18px!important;font-size:20px!important;font-weight:800!important;line-height:1.15!important}.notes-subsection>summary span{font-size:12px!important;font-weight:700!important;line-height:1!important}.notes-list{margin:2px 0 10px 18px!important}.notes-compact-text h3{font-size:18px!important;font-weight:900!important;line-height:1.18!important}.notes-short{margin-top:1px!important;font-size:15px!important;line-height:1.25!important}.notes-date{margin-top:2px!important;font-size:13px!important;line-height:1.2!important}.notes-open-button{width:18px!important;height:20px!important;font-size:16px!important;line-height:18px!important}.notes-star-button{width:22px!important;height:20px!important;font-size:18px!important;line-height:18px!important}.notes-compact-row{grid-template-columns:18px 22px minmax(0,1fr)!important;gap:3px!important}.notes-details{margin:6px 0 0 43px!important}.notes-actions button,.notes-form button[type=submit]{border-radius:999px!important;height:36px!important;min-height:36px!important;padding:0 14px!important;font-size:14px!important;font-weight:700!important}@media (max-width:720px){.my-route-topbar-title{font-size:30px!important}.notes-page{padding:12px 22px 64px!important}.notes-create-button{border-radius:18px!important;height:52px!important;min-height:52px!important;padding:0 22px!important;font-size:18px!important}.notes-rubric>summary{font-size:26px!important}.notes-subsection>summary{padding-left:18px!important;font-size:20px!important}.notes-list{margin-left:18px!important}.notes-compact-text h3{font-size:18px!important}.notes-short{font-size:15px!important}.notes-date{font-size:13px!important}.notes-details{margin-left:43px!important}}.notes-create-button.events-root-create-btn.my-chip-btn.active{color:#fff!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:#5360f6!important;border:1px solid #5360f6!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:14px 22px!important;font-size:16px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.notes-create-line{margin:0 0 16px!important;padding:0!important}.notes-rubric>summary,.notes-subsection>summary{color:#00306b!important;letter-spacing:0!important;font-family:inherit!important;font-size:24px!important;font-weight:900!important;line-height:1.18!important}.notes-subsection>summary{padding-left:18px!important;font-size:22px!important;font-weight:900!important;line-height:1.18!important}.notes-list{margin-left:18px!important}.notes-compact-text h3{color:#00306b!important;letter-spacing:0!important;font-family:inherit!important;font-size:20px!important;font-weight:900!important;line-height:1.2!important}.notes-short{color:#385986!important;font-size:16px!important;font-weight:400!important;line-height:1.28!important}.notes-date{color:#7d8ba5!important;font-size:14px!important;font-weight:400!important;line-height:1.25!important}.notes-actions button{border-radius:999px!important;height:36px!important;min-height:36px!important;padding:0 14px!important;font-size:14px!important;font-weight:700!important;line-height:1!important}@media (max-width:720px){.notes-create-button.events-root-create-btn.my-chip-btn.active{border-radius:999px!important;height:auto!important;min-height:0!important;padding:14px 22px!important;font-size:16px!important;font-weight:700!important;line-height:1!important}.notes-rubric>summary{font-size:24px!important}.notes-subsection>summary{font-size:22px!important}.notes-compact-text h3{font-size:20px!important}.notes-short{font-size:16px!important}.notes-date{font-size:14px!important}}.rules-photo-instruction{border-top:1px solid #e4ebf5;margin-top:28px;padding-top:18px}.rules-photo-instruction h2{color:#00306b;margin:0 0 12px;font-size:24px;font-weight:900;line-height:1.2}.rules-photo-instruction p,.rules-photo-instruction li{color:#284b7a;font-size:16px;line-height:1.55}.rules-photo-instruction ol{margin:10px 0 12px;padding-left:22px}.rules-photo-instruction li{margin:6px 0}@media (max-width:720px){.rules-photo-instruction h2{font-size:22px}.rules-photo-instruction p,.rules-photo-instruction li{font-size:15px}}.rules-photo-instruction{display:none!important}.rules-photo-upload-guide h3{color:#00306b;margin:0 0 10px;font-size:18px;font-weight:900;line-height:1.25}@media (max-width:720px){.rules-photo-upload-guide{margin-left:18px}.rules-photo-upload-guide h3{font-size:17px}.rules-photo-upload-guide li,.rules-photo-upload-guide p{font-size:14px}}.rules-photo-upload-guide{margin:8px 0 4px!important;padding:0!important}.rules-photo-upload-guide ol{margin:8px 0 10px;padding-left:22px}.rules-photo-upload-guide li,.rules-photo-upload-guide p{color:#284b7a;font-size:15px;line-height:1.45}.rules-photo-upload-guide li{margin:5px 0}.rules-photo-upload-guide p{margin:10px 0 0}.rules-tree-subsection .rules-photo-upload-guide{margin:0!important;padding:0 22px 18px!important}.rules-tree-subsection .rules-photo-upload-guide ol{margin:8px 0 10px;padding-left:22px}.rules-tree-subsection .rules-photo-upload-guide li,.rules-tree-subsection .rules-photo-upload-guide p{color:#284b7a;font-size:15px;line-height:1.45}.rules-tree-subsection .rules-photo-upload-guide li{margin:5px 0}.rules-tree-subsection .rules-photo-upload-guide p{margin:10px 0 0}.event-connected-badge{color:#7b89a8;align-items:center;margin-left:8px;font-size:13px;font-weight:500;line-height:1.2;display:inline-flex}.notes-page{width:100%;max-width:none;margin:0;padding:14px 12px 28px}.notes-tree{width:100%}.notes-rubric,.notes-subsection,.notes-topic{width:100%;margin:0;padding:0}.notes-rubric h2{color:#002f6c;margin:18px 0 8px;font-size:24px;line-height:1.15}.notes-subsection h3{color:#0a376d;margin:10px 0 8px;font-size:18px;line-height:1.2}.notes-topic h4{color:#0a376d;background:#f4f7ff;border-radius:14px;align-items:center;gap:8px;margin:10px 0 6px;padding:8px 10px;font-size:17px;line-height:1.2;display:flex}.notes-topic h4 span{color:#7f8eaa;font-size:13px}.notes-list{width:100%;margin:0;padding:0}.notes-item{border-bottom:1px solid #edf1f7;width:100%;margin:0 0 8px;padding:10px 0}.notes-compact-row{align-items:flex-start;gap:8px;width:100%;display:flex}.notes-title-button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;margin:0;padding:0;display:block}.notes-compact-text h3{margin:0 0 3px;font-size:16px;line-height:1.25}.notes-short{margin:0 0 3px;font-size:15px;line-height:1.3}.notes-date{margin:0;font-size:13px;line-height:1.25}.notes-details{background:#fafcff;border-radius:14px;width:100%;margin:8px 0 0;padding:10px}.notes-open-button{display:none!important}@media (max-width:700px){.notes-page{padding-left:8px;padding-right:8px}.notes-rubric h2{font-size:22px}.notes-subsection h3{font-size:17px}.notes-topic h4{font-size:16px}.notes-item{padding-left:0;padding-right:0}.notes-details{margin-left:0;margin-right:0}}.notes-rubric>summary,.notes-subsection>summary,.notes-topic>summary{cursor:pointer;list-style:none}.notes-rubric>summary::-webkit-details-marker{display:none}.notes-subsection>summary::-webkit-details-marker{display:none}.notes-topic>summary::-webkit-details-marker{display:none}.notes-rubric>summary{color:#002f6c;align-items:center;gap:8px;margin:18px 0 8px;font-size:24px;font-weight:800;line-height:1.15;display:flex}.notes-subsection>summary{color:#0a376d;align-items:center;gap:8px;margin:10px 0 8px;font-size:18px;font-weight:750;line-height:1.2;display:flex}.notes-topic>summary{color:#0a376d;background:#f4f7ff;border-radius:14px;align-items:center;gap:8px;margin:10px 0 6px;padding:8px 10px;font-size:17px;font-weight:750;line-height:1.2;display:flex}.notes-topic>summary b{color:#7f8eaa;font-size:13px}.notes-rubric>summary:before,.notes-subsection>summary:before,.notes-topic>summary:before{content:"▾";color:#7f8eaa;flex:0 0 16px;width:16px;font-size:14px}.notes-rubric:not([open])>summary:before,.notes-subsection:not([open])>summary:before,.notes-topic:not([open])>summary:before{content:"▸"}@media (max-width:700px){.notes-rubric>summary{font-size:22px}.notes-subsection>summary{font-size:17px}.notes-topic>summary{font-size:16px}}.notes-subsection>summary{font-size:24px;font-weight:800;line-height:1.15}@media (max-width:700px){.notes-subsection>summary{font-size:22px}}.notes-subsection>summary{color:#0a376d;background:#f4f7ff;border-radius:14px;width:fit-content;max-width:100%;margin:8px 0 6px;padding:8px 10px;font-size:17px;font-weight:750;line-height:1.2}.notes-subsection>summary:before{font-size:12px}.notes-topic>summary{margin-left:0}.notes-list,.notes-item,.notes-compact-row,.notes-details,.notes-edit,.notes-form,.notes-form-grid,.notes-form-row{margin-left:0!important;padding-left:0!important}.notes-star-button{margin-left:0!important}.notes-compact-text{padding-left:0!important}.notes-details{background:0 0;padding:10px 0!important}.notes-edit,.notes-form-grid{width:100%}@media (max-width:700px){.notes-subsection>summary{font-size:16px}.notes-page{padding-left:6px;padding-right:6px}}.notes-subsection>summary,.notes-subsection>summary span{color:#0a376d!important;font-size:17px!important;font-weight:750!important;line-height:1.2!important}@media (max-width:700px){.notes-subsection>summary,.notes-subsection>summary span{font-size:16px!important}}.notes-subsection>summary{box-sizing:border-box!important;align-items:center!important;width:100%!important;max-width:none!important;display:flex!important}.notes-topic>summary,.notes-item,.notes-compact-row,.notes-title-button,.notes-compact-text,.notes-details,.notes-description,.notes-short{box-sizing:border-box!important;width:100%!important;max-width:none!important}.notes-compact-row{align-items:flex-start!important}.notes-title-button{flex:auto!important;min-width:0!important}.notes-compact-text h3{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;width:100%!important;max-width:none!important;font-size:17px!important;font-weight:500!important;line-height:1.28!important}.notes-short,.notes-description{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.notes-date{white-space:nowrap!important;width:max-content!important;max-width:100%!important;display:block!important}.notes-actions button,.notes-form button[type=submit]{font-weight:500!important}.notes-actions button:first-child,.notes-form button[type=submit]{font-weight:650!important}@media (max-width:700px){.notes-subsection>summary,.notes-topic>summary{width:100%!important;max-width:none!important}.notes-compact-text h3{font-size:16px!important;font-weight:500!important}.notes-date{white-space:nowrap!important}}.notes-compact-row{align-items:flex-start!important;width:100%!important;display:flex!important}.notes-title-button,.notes-compact-text{flex:auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:block!important}.notes-compact-text h3{white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;text-wrap:wrap!important;width:100%!important;min-width:0!important;max-width:none!important;display:block!important}.notes-star-button{flex:none!important}.notes-compact-text h3{box-sizing:border-box!important;color:#0a376d!important;background:0 0!important;border:1px solid #5d6bff!important;border-radius:999px!important;width:100%!important;margin:0 0 10px!important;padding:8px 14px!important;font-size:17px!important;font-weight:600!important;line-height:1.2!important;display:block!important}.notes-details,.notes-description,.notes-short{white-space:pre-wrap!important;word-break:normal!important;overflow-wrap:break-word!important}.notes-details p,.notes-details div,.notes-description p,.notes-description div{white-space:pre-wrap!important}.notes-title-button,.notes-compact-text{width:100%!important;max-width:none!important}@media (max-width:700px){.notes-compact-text h3{border-width:1px!important;padding:7px 12px!important;font-size:16px!important}}.notes-compact-text h3{color:#0a376d!important;box-shadow:none!important;background:0 0!important;border:1px solid #c9d7f2!important;border-radius:999px!important}.notes-compact-text h3:hover{border-color:#b8c8e8!important}.notes-title-line{align-items:flex-start;gap:8px;width:100%;display:flex}.notes-title-line h3{cursor:pointer;-webkit-user-select:text;user-select:text;flex:auto}.notes-copy-button{color:#0a376d;cursor:pointer;background:#fff;border:1px solid #c9d7f2;border-radius:999px;flex:none;min-width:34px;height:34px;padding:0 9px;font-size:16px;font-weight:600;line-height:1}.notes-copy-button:hover{background:#f7f9ff;border-color:#b8c8e8}.notes-description-wrap{width:100%;position:relative}.notes-description-copy{float:right;margin:0 0 8px 10px}.notes-description{-webkit-user-select:text;user-select:text;white-space:pre-wrap!important;overflow-wrap:break-word!important}@media (max-width:700px){.notes-title-line{gap:6px}.notes-copy-button{min-width:32px;height:32px;font-size:15px}}.notes-common-topic-manager{flex-direction:column;gap:8px;width:100%;display:flex}.notes-common-topic-add{gap:8px;width:100%;display:flex}.notes-common-topic-add input{flex:auto;min-width:0}.notes-common-topic-add button{color:#0a376d;cursor:pointer;background:#fff;border:1px solid #c9d7f2;border-radius:999px;flex:none;padding:0 14px;font-weight:650}.notes-common-topic-list{background:#fbfdff;border:1px solid #edf1f7;border-radius:16px;flex-direction:column;gap:6px;margin-top:2px;padding:8px;display:flex}.notes-common-topic-row{align-items:center;gap:8px;width:100%;display:flex}.notes-common-topic-row>span,.notes-common-topic-row>input{flex:auto;min-width:0}.notes-common-topic-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.notes-common-topic-actions button{color:#0a376d;cursor:pointer;background:#fff;border:1px solid #c9d7f2;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600}.notes-common-topic-actions button:first-child{color:#fff;background:#5865f2;border-color:#5865f2}.notes-common-topic-actions button.danger{color:#b42318;background:#fff7f7;border-color:#f2b8b5}@media (max-width:700px){.notes-common-topic-add,.notes-common-topic-row{flex-direction:column;align-items:stretch}.notes-common-topic-actions{justify-content:flex-start}}.notes-common-topic-list{margin-top:0!important}.notes-common-topic-add button{color:#0a376d!important;box-shadow:none!important;background:#eef3ff!important;border:1px solid #c9d7f2!important;font-weight:500!important}.notes-common-topic-add button:hover{background:#e7eeff!important}.notes-common-topic-toggle{color:#0a376d;cursor:pointer;background:0 0;border:1px solid #c9d7f2;border-radius:999px;width:fit-content;max-width:100%;padding:8px 14px;font-size:14px;font-weight:500}.notes-common-topic-toggle:hover{background:#f7f9ff}.notes-common-topic-actions button,.notes-common-topic-actions button:first-child{font-weight:500!important}.notes-common-topic-actions button:not(.danger){color:#0a376d!important;background:#fff!important;border-color:#c9d7f2!important}.notes-common-topic-actions button.danger{font-weight:500!important}.notes-form-grid label,.notes-form-grid input,.notes-form-grid textarea,.notes-form-grid select,.notes-form-row label,.notes-form-row input{min-width:0!important}.notes-form-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;width:100%!important}.notes-form label,.notes-edit label{width:100%!important}.notes-form input,.notes-form textarea,.notes-edit input,.notes-edit textarea{box-sizing:border-box!important;width:100%!important;max-width:none!important}.notes-compact-text,.notes-title-button,.notes-short{width:100%!important;max-width:none!important}.notes-short{overflow-wrap:break-word!important;white-space:normal!important;display:block!important}@media (max-width:700px){.notes-common-topic-toggle{width:100%}.notes-form-grid{grid-template-columns:1fr!important}}.notes-common-topic-add button,.notes-common-topic-toggle,.notes-common-topic-actions button{box-sizing:border-box!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;height:38px!important;min-height:38px!important;padding:0 16px!important;font-size:14px!important;font-weight:650!important;line-height:1!important;display:inline-flex!important}.notes-common-topic-add button,.notes-common-topic-toggle,.notes-common-topic-actions button:not(.danger){color:#fff!important;background:#5865f2!important;border:1px solid #5865f2!important}.notes-common-topic-add button:hover,.notes-common-topic-toggle:hover,.notes-common-topic-actions button:not(.danger):hover{color:#fff!important;background:#4752d9!important;border-color:#4752d9!important}.notes-common-topic-actions button.danger{color:#b42318!important;background:#fff!important;border:1px solid #f2b8b5!important;font-weight:500!important}.notes-common-topic-actions button.danger:hover{background:#fff7f7!important}.notes-common-topic-add button:disabled,.notes-common-topic-actions button:disabled{opacity:.55!important;cursor:not-allowed!important}@media (max-width:700px){.notes-common-topic-add button,.notes-common-topic-toggle,.notes-common-topic-actions button{height:38px!important;min-height:38px!important;font-size:14px!important}}.notes-common-topic-actions button.danger,.notes-actions button.danger{color:#0a376d!important;box-shadow:none!important;background:0 0!important;border:1px solid #c9d7f2!important;border-radius:999px!important;font-weight:500!important}.notes-common-topic-actions button.danger:hover,.notes-actions button.danger:hover{color:#0a376d!important;background:#f7f9ff!important}.notes-common-topic-actions button{font-weight:500!important}.notes-common-topic-actions button.danger,.notes-common-topic-actions button:nth-last-child(2){color:#0a376d!important;box-shadow:none!important;background:0 0!important;border:1px solid #c9d7f2!important;border-radius:999px!important;font-weight:500!important}.notes-common-topic-actions button:has(+button){color:#0a376d!important;box-shadow:none!important;background:0 0!important;border:1px solid #c9d7f2!important;border-radius:999px!important;font-weight:500!important}.notes-common-topic-actions button.danger:hover,.notes-common-topic-actions button:nth-last-child(2):hover{color:#0a376d!important;background:#f7f9ff!important}.notes-common-topic-actions button:has(+button):hover{color:#0a376d!important;background:#f7f9ff!important}.notes-common-topic-actions button:not(:first-child){font-weight:500!important}.notes-date-inside{white-space:nowrap!important;color:#7f8eaa!important;margin:0 0 8px!important;font-size:13px!important;line-height:1.25!important}.dictionary-page{width:100%;max-width:none;margin:0;padding:14px 12px 32px}.dictionary-head h1{color:#002f6c;margin:0 0 6px;font-size:28px;line-height:1.15}.dictionary-head p{color:#60708c;margin:0 0 14px;font-size:15px;line-height:1.35}.dictionary-card{background:#fff;border-radius:20px;width:100%}.dictionary-form,.dictionary-row-edit{grid-template-columns:repeat(3,minmax(160px,1fr));gap:10px;width:100%;display:grid}.dictionary-form label{flex-direction:column;gap:5px;display:flex}.dictionary-form span{color:#60708c;font-size:13px}.dictionary-form input,.dictionary-row-edit input{box-sizing:border-box;border:1px solid #d8e0ef;border-radius:14px;width:100%;min-height:38px;padding:8px 10px;font-size:15px}.dictionary-form button,.dictionary-actions button,.dictionary-outline-button{box-sizing:border-box;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;height:38px;min-height:38px;padding:0 16px;font-size:14px;font-weight:650;line-height:1;display:inline-flex}.dictionary-form button,.dictionary-actions button:not(.secondary){color:#fff;background:#5865f2;border:1px solid #5865f2}.dictionary-outline-button,.dictionary-actions button.secondary{color:#0a376d;background:0 0;border:1px solid #c9d7f2;font-weight:500}.dictionary-outline-button{margin-top:12px}.dictionary-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.dictionary-row{border-bottom:1px solid #edf1f7;align-items:center;gap:10px;padding:8px 0;display:flex}.dictionary-row-title{color:#0a376d;flex:auto;min-width:0;font-size:15px}.dictionary-row-edit{flex:auto}.dictionary-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.dictionary-muted{color:#7f8eaa;margin:0}.event-photo-location-row{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px;margin:8px 0;display:grid}.event-delete-photo-location,.event-expanded-photo-location{color:#0a376d;margin:4px 0;font-size:14px;line-height:1.35}@media (max-width:700px){.dictionary-page{padding-left:8px;padding-right:8px}.dictionary-form,.dictionary-row-edit,.event-photo-location-row{grid-template-columns:1fr}.dictionary-row{flex-direction:column;align-items:stretch}.dictionary-actions{justify-content:flex-start}}.event-expanded-photo-location,.event-delete-photo-location{color:#0a376d;margin:4px 0;font-size:14px;line-height:1.35}.event-expanded-photo-caption:empty,.event-delete-photo-caption:empty{display:none}.event-photo-location-row-edit{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px;width:100%;margin:8px 0;display:grid}@media (max-width:700px){.event-photo-location-row-edit{grid-template-columns:1fr}}.event-photo-location{color:#0a376d;margin-top:4px;font-size:14px;font-weight:500;line-height:1.35}.event-expanded-photo-list,.event-expanded-photo-item{box-sizing:border-box!important;width:100%!important;max-width:none!important}.event-caption-edit-preview{background:#f5f8ff;border-radius:16px;width:100%;margin:8px 0 10px;overflow:hidden}.event-caption-edit-input{box-sizing:border-box!important;width:100%!important}@media (max-width:700px){.event-expanded-photo-list,.event-expanded-photo-item{width:100%!important}.event-caption-edit-preview img{max-height:300px}}.event-expanded-photo-list,.event-expanded-photo-item,.event-expanded-photo-meta,.event-photo-location-row-edit,.event-caption-edit-input,.event-caption-edit-preview{box-sizing:border-box!important;width:100%!important;max-width:none!important}.event-expanded-photo-item{margin-left:0!important;margin-right:0!important}.event-caption-edit-preview{background:#f5f8ff!important;border-radius:16px!important;margin:8px 0 10px!important;overflow:hidden!important}.event-caption-edit-preview img{object-fit:contain!important;width:100%!important;max-height:360px!important;display:block!important}@media (max-width:700px){.event-photo-location-row-edit{grid-template-columns:1fr!important}.event-caption-edit-preview img{max-height:300px!important}}.notes-subsection>summary,.notes-topic>summary{box-sizing:border-box!important;border-radius:999px!important;min-height:38px!important;padding:9px 14px!important;font-size:17px!important;font-weight:650!important;line-height:1.2!important}.notes-topic>summary{color:#0a376d!important;background:#f7f9ff!important;border:1px solid #dbe5f6!important}.notes-subsection>summary small{color:#60708c!important;margin-left:8px!important;font-size:12px!important;font-weight:500!important}@media (max-width:700px){.notes-subsection>summary,.notes-topic>summary{min-height:36px!important;padding:8px 12px!important;font-size:16px!important}}.notes-subsection>summary small{display:none!important}.notes-title-line h3 .notes-star{margin-right:6px!important}.notes-url-link{color:#5865f2;width:fit-content;margin:0 0 10px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.notes-url-link:hover{text-decoration:underline}.notes-top-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.notes-important-filter{color:#0a376d;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #c9d7f2;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:15px;font-weight:650;display:inline-flex}.notes-important-filter input{width:16px;height:16px}.notes-topic>summary small{color:#7f8eaa;margin-left:8px;font-size:13px;font-weight:650}@media (max-width:700px){.notes-top-actions{gap:10px}.notes-important-filter{min-height:36px;font-size:14px}}.notes-form-grid{align-items:start!important}.notes-title-field{grid-column:1/-1!important;width:100%!important}:is(.notes-form-grid label:has(>span:first-child:nth-last-child(2)) select,.notes-form-grid label:has(>span) select){border-radius:18px!important}.notes-form-grid label:has(>span:first-child) span:first-child{color:#1f4678}.notes-form-grid label:has(>span:first-child) select{border-color:#d98b8b!important}.notes-form-grid label:has(>span:first-child) select:focus{border-color:#c94f4f!important;box-shadow:0 0 0 3px #c94f4f1f!important}.notes-title-field input{width:100%!important;max-width:none!important}@media (max-width:700px){.notes-title-field{grid-column:1/-1!important}}.events-root-create-row-with-toggle{flex-wrap:wrap!important;align-items:center!important;gap:12px!important;display:flex!important}.events-preview-toggle{color:#0a376d;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #c9d7f2;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:15px;font-weight:650;display:inline-flex}.events-preview-toggle input{width:16px;height:16px}@media (max-width:700px){.events-root-create-row-with-toggle{gap:10px!important}.events-preview-toggle{min-height:36px;font-size:14px}}.events-view-mode-toggle{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.events-preview-toggle.active{background:#eef3ff;border-color:#8fa8e8}.events-list-mode .my-events-final-preview,.events-list-mode .my-events-final-preview-image,.events-list-mode .my-events-final-preview-title,.events-list-mode .my-events-final-preview-description,.events-list-mode .my-events-final-preview-caption,.events-list-mode .my-events-final-preview-meta{display:none!important}.events-list-mode .my-events-final-card,.events-list-mode .events-root-card,.events-list-mode .event-card{padding-top:10px!important;padding-bottom:10px!important}.events-list-mode .my-events-final-block-date,.events-list-mode .my-events-final-block-title,.events-list-mode .my-events-final-block-description,.events-list-mode .my-events-final-block-summary,.events-list-mode .my-events-final-block-meta,.events-list-mode .my-events-final-entry-date,.events-list-mode .my-events-final-entry-title,.events-list-mode .my-events-final-entry-description,.events-list-mode .my-events-final-entry-summary,.events-list-mode .events-root-block-date,.events-list-mode .events-root-block-title,.events-list-mode .events-root-block-description,.events-list-mode .events-root-block-summary,.events-list-mode .event-block-date,.events-list-mode .event-block-title,.events-list-mode .event-block-description,.events-list-mode .event-block-summary,.events-list-mode .my-events-final-meta-line,.events-list-mode .my-events-final-title,.events-list-mode .my-events-final-description{display:none!important}.event-detail-view-mode-toggle{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.event-detail-page.events-list-mode .event-photo-main,.event-detail-page.events-list-mode .event-photo-image{display:none!important}.event-detail-page.events-list-mode .event-photo-block{padding-top:0!important}.dictionaries-page{box-sizing:border-box;width:100%;padding:14px 12px 32px}.dictionaries-head h1{color:#002f6c;margin:0 0 8px;font-size:28px}.dictionaries-head p{color:#60708c;margin:0 0 18px;font-size:15px;line-height:1.4}.dictionaries-list{gap:12px;display:grid}.dictionaries-card{color:inherit;background:#fff;border:1px solid #dbe5f6;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;display:flex}.dictionaries-card h2{color:#0a376d;margin:0 0 4px;font-size:18px}.dictionaries-card p{color:#60708c;margin:0;font-size:14px}.dictionaries-card>span{white-space:nowrap;color:#5865f2;font-weight:650}.notes-subsection>summary{color:#8f2f2f!important;background:0 0!important;border:1px solid #d98b8b!important}.notes-subsection>summary span{color:#8f2f2f!important}.about-links-card h2{color:#0a376d;margin:0 0 12px;font-size:20px;line-height:1.2}.about-links-list{gap:10px;display:grid}.about-links-list a{color:#0a376d;box-sizing:border-box;background:#fff;border:1px solid #dbe5f6;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:10px 14px;text-decoration:none;display:flex}.about-links-list a span{font-size:15px;font-weight:650}.about-links-list a strong{color:#5865f2;font-size:18px}.rubrics-screen-filter{color:#0a376d;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #c9d7f2;border-radius:999px;align-items:center;gap:8px;min-height:40px;margin-top:12px;padding:0 14px;font-size:15px;font-weight:650;display:inline-flex}.rubrics-screen-filter input{width:16px;height:16px}.rubrics-screen-filter{margin:18px 0 26px!important}.rubrics-screen-filter+.rubrics-screen-create,.rubrics-screen-intro+.rubrics-screen-create{margin-top:20px!important}.rubrics-screen-checkbox-label input:disabled{opacity:.55;cursor:not-allowed}.rubrics-screen-item:has(.rubrics-screen-checkbox-label input:disabled){opacity:.92}@media (max-width:700px){.rubrics-screen-filter{margin-bottom:24px!important}}.event-connected-subsections-panel{box-sizing:border-box;background:#fff;border:1px solid #dbe5f6;border-radius:18px;width:100%;padding:14px}.event-connected-subsections-title{color:#0a376d;margin-bottom:10px;font-size:16px;font-weight:700}.event-connected-subsections-source{color:#51627c;background:#f7f9ff;border-radius:14px;gap:4px;margin-bottom:14px;padding:10px 12px;font-size:14px;line-height:1.35;display:grid}.event-connected-subsections-source strong{color:#0a376d}.event-connected-subsections-groups{gap:12px;display:grid}.event-connected-subsections-group{gap:8px;display:grid}.event-connected-subsections-group h3{color:#8f2f2f;margin:0;font-size:15px;font-weight:700}.event-connected-subsections-list{gap:7px;display:grid}.event-connected-subsection-row{color:#0a376d;box-sizing:border-box;cursor:pointer;background:0 0;border:1px solid #d98b8b;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:7px 10px;display:flex}.event-connected-subsection-row input{width:16px;height:16px}.event-connected-subsections-empty{color:#7c8798;font-size:14px}.my-events-connected-block-badge{color:#8f2f2f;background:0 0;border:1px solid #d98b8b;border-radius:999px;width:fit-content;margin:6px 0 4px;padding:5px 10px;font-size:13px;font-weight:650;display:inline-flex}.event-operations-page{box-sizing:border-box;width:100%;padding:14px 12px 32px}.event-operations-head{margin-bottom:16px}.event-operations-title{color:#0a376d;font-size:26px;font-weight:800;line-height:1.15;text-decoration:none;display:inline-block}.event-operations-subtitle{color:#7c8798;margin-top:5px;font-size:13px}.event-operations-group{margin-top:18px}.event-operations-group h2{color:#8f2f2f;margin:0 0 10px;font-size:16px;font-weight:750}.event-operations-list{gap:10px;display:grid}.event-operations-card{color:#0a376d;box-sizing:border-box;background:#fff;border:1px solid #dbe5f6;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px 14px;text-decoration:none;display:flex}.event-operations-card span{font-size:15px;font-weight:650}.event-operations-card strong{color:#5865f2;font-size:22px;line-height:1}.event-operations-card.danger{border-color:#eed0d0}.event-operations-card.danger span,.event-operations-card.danger strong{color:#8f2f2f}.event-operation-page{box-sizing:border-box;width:100%;padding:14px 12px 32px}.event-operation-bottom-link{margin-top:18px}.event-operation-bottom-link a{color:#5865f2;font-weight:650;text-decoration:none}.people-page .events-root-create-row{flex-wrap:wrap;gap:10px;display:flex}.people-page .events-root-create-btn{width:auto}@media (max-width:700px){.people-page .events-root-create-row{align-items:stretch}.people-page .events-root-create-btn{justify-content:center;width:100%}}.people-group{gap:10px;display:grid}.people-group h2{color:#8f2f2f;margin:8px 0 0;font-size:16px;font-weight:750}.people-subgroup{gap:8px;display:grid}.people-subgroup h3{color:#0a376d;margin:4px 0 0;font-size:15px;font-weight:700}.event-photo-people-editor{background:#fff;border:1px solid #dbe5f6;border-radius:14px;margin-top:8px;padding:10px}.event-photo-people-title{color:#0a376d;margin-bottom:8px;font-size:14px;font-weight:700}.event-photo-people-list{gap:6px;display:grid}.event-photo-person-row{color:#26324a;align-items:center;gap:8px;font-size:14px;display:flex}.event-photo-person-row input{width:16px;height:16px}.event-photo-people-empty{color:#7c8798;font-size:13px}.event-expanded-photo-people{color:#0a376d;margin:8px 0 4px;font-size:14px;line-height:1.35}.event-expanded-photo-people span{font-weight:700}.event-photo-people-preview{color:#0a376d;margin-top:4px;font-size:14px;line-height:1.35}.event-photo-people-preview span{font-weight:700}.people-subsection-title{color:#7f8fb3;cursor:pointer;padding:4px 0;font-size:20px;font-weight:500}@media (max-width:768px){.people-subsection-title{font-size:20px}}.events-v2-filter-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;padding-bottom:6px;display:flex;overflow:auto hidden}.events-v2-filter-row .my-chip-btn,.events-v2-filter-row .events-root-create-btn{white-space:nowrap;flex:none}.events-filter-toggle-red{border:2px solid #d33!important}.events-filter-toggle-soft-red{border-color:#ef8b8b!important}.event-photo-people-preview,.event-photo-people-title,.event-photo-caption span,.event-photo-caption{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.event-photo-caption{max-width:100%!important;overflow:visible!important}.event-photo-people-preview{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important;line-height:1.35!important;display:block!important}.event-photo-people-preview span{white-space:normal!important}.event-photo-people-label,.event-photo-people-names{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important;display:block!important}.event-photo-people-names{line-height:1.35!important}.event-add-input[type=file]{padding-top:10px!important;padding-bottom:10px!important;line-height:1.2!important}.upload-person-search{margin-bottom:14px!important}.event-connected-subsections-panel .event-connected-subsection-row{margin-top:8px!important;margin-bottom:8px!important}.event-connected-subsections-panel .events-root-create-row{gap:10px!important}.upload-simple-page .event-add-card{background:0 0!important;border:0!important;border-radius:0!important;padding:0 20px 28px!important}.upload-simple-page .event-connected-subsections-panel{background:0 0!important;border:0!important;border-top:1px solid #dbe6f7!important;border-radius:0!important;margin:0!important;padding:22px 0!important}.upload-simple-page .event-connected-subsections-panel:first-of-type{border-top:0!important}.upload-simple-page .events-v2-filter-row,.upload-simple-page .events-root-create-row{gap:12px!important}.upload-simple-page .event-connected-subsection-row{margin:10px 0!important}.upload-simple-page .event-add-card-title{margin-top:0!important}.upload-scroll-hint{color:#7f91b8;margin:-2px 0 14px 2px;font-size:15px;line-height:1.35}.upload-simple-page .event-connected-subsections-list{flex-direction:column!important;gap:14px!important;display:flex!important}.upload-simple-page .event-connected-subsections-list .event-connected-subsection-row{margin:0!important}.upload-simple-page .event-connected-subsections-panel .event-connected-subsection-row{margin-top:0!important;margin-bottom:0!important}.upload-simple-page .event-connected-subsections-list{display:block!important}.upload-simple-page .event-connected-subsections-list .event-connected-subsection-row,.upload-simple-page .event-connected-subsections-panel .event-connected-subsection-row{margin:0 0 12px!important;display:flex!important}.upload-simple-page .event-connected-subsections-list .event-connected-subsection-row:last-child,.upload-simple-page .event-connected-subsections-panel .event-connected-subsection-row:last-child{margin-bottom:0!important}.access-compact-row{border-bottom:1px solid #dbe6f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.access-user-block{border-bottom:1px solid #dbe6f7;padding:12px 0}.access-permissions-row{flex-wrap:wrap;gap:8px 14px;margin-top:10px;display:flex}.access-permission-item{align-items:center;gap:6px;font-size:15px;display:inline-flex}.events-new-photos-strip{border-bottom:1px solid #dbe6f7;margin:14px 0 18px;padding:0 0 14px}.events-new-photos-row{-webkit-overflow-scrolling:touch;gap:10px;padding:10px 0 4px;display:flex;overflow-x:auto}.events-new-photo-card{color:inherit;flex:0 0 138px;text-decoration:none}.events-new-photo-image{object-fit:cover;border-radius:14px;width:138px;height:138px;display:block}.events-new-photo-caption{color:#4f5f7d;margin-top:6px;font-size:12px;line-height:1.25}.events-photo-filter-hint{border-top:1px solid #dbe6f7;border-bottom:1px solid #dbe6f7;margin:18px 0 28px;padding:18px 0 22px}.events-photo-filter-hint-title{color:#002b66;margin-bottom:8px;font-size:22px;font-weight:800}.events-photo-filter-hint-text{color:#263b66;margin-bottom:14px;font-size:18px;line-height:1.35}.events-actions-sticky{z-index:110!important;z-index:auto!important;background:0 0!important;border-bottom:0!important;padding-top:12px!important;padding-bottom:10px!important;position:static!important;top:auto!important}.my-route-topbar-title{max-width:150px!important}.my-events-final-page .events-actions-sticky+*{margin-top:0!important}.events-page-sticky-safe .events-actions-sticky{z-index:450!important;background:#fff!important;border-bottom:1px solid #dbe6f7!important;padding-top:12px!important;padding-bottom:12px!important;position:sticky!important;top:116px!important}.events-page-sticky-safe .my-events-final-list{padding-top:8px!important}.events-page-sticky-safe .events-actions-sticky,.events-actions-sticky{z-index:auto!important;background:0 0!important;border-bottom:0!important;padding-top:12px!important;padding-bottom:10px!important;position:static!important;top:auto!important}.events-photo-filter-hint{display:none!important}.my-events-final-page{padding-top:0!important}.my-route-page{height:100dvh!important;overflow:hidden!important}.my-route-shell{flex-direction:column!important;height:100dvh!important;min-height:100dvh!important;display:flex!important;overflow:hidden!important}.my-route-topbar{z-index:500!important;background:#fff!important;flex:none!important;position:relative!important;top:auto!important}.my-route-content{-webkit-overflow-scrolling:touch!important;flex:auto!important;min-height:0!important;overflow-y:auto!important}.events-actions-sticky{z-index:420!important;background:#fff!important;border-bottom:1px solid #dbe6f7!important;padding-top:10px!important;padding-bottom:10px!important;position:sticky!important;top:0!important}.my-route-content:has(.my-events-final-page){padding-top:0!important}.my-route-content:has(.my-events-final-page) .events-actions-sticky{z-index:420!important;background:#fff!important;border-bottom:1px solid #dbe6f7!important;margin-top:0!important;padding-top:12px!important;padding-bottom:12px!important;position:sticky!important;top:0!important}.my-route-menu{z-index:2000!important}.my-route-content:has(.my-events-final-page) .events-actions-sticky{box-sizing:border-box!important;width:calc(100% + 32px)!important;margin-left:-16px!important;margin-right:-16px!important;padding-left:16px!important;padding-right:16px!important}.my-route-content:has(.my-events-final-page) .events-actions-sticky{-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important}.my-route-topbar{z-index:500!important;background:#fff!important;position:sticky!important;top:0!important}.my-route-topbar-title{white-space:normal!important;max-width:150px!important;line-height:1.05!important}.events-actions-sticky{z-index:auto!important;background:0 0!important;border-bottom:0!important;padding-top:12px!important;padding-bottom:10px!important;position:static!important;top:auto!important}.my-route-content{padding-bottom:24px!important}.notes-modal,.notes-modal-card{width:100%!important;max-width:none!important;box-shadow:none!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important}.notes-modal{padding-top:0!important}.notes-modal-card{padding-left:16px!important;padding-right:16px!important}.my-route-content:has(.notes-page){padding-top:0!important}.notes-new-page .dictionary-card{margin-top:0!important}.notes-new-form{grid-template-columns:1fr!important;display:grid!important}.notes-new-form textarea{resize:vertical!important;min-height:150px!important}.notes-new-important input{width:auto!important}.notes-new-page{color:#062a63!important;background:#fff!important;width:100%!important;min-height:100%!important;margin:0!important;padding:0!important;font-family:Open Sans,Arial,sans-serif!important}.notes-new-card{box-sizing:border-box!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;margin:0!important;padding:0 8px 28px!important;display:grid!important}.notes-new-card label{color:#28446f!important;gap:7px!important;font-size:18px!important;font-weight:700!important;display:grid!important}.notes-new-card input,.notes-new-card select,.notes-new-card textarea{color:#062a63!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:18px!important;width:100%!important;min-height:52px!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:18px!important}.notes-new-card select{border-color:#ef8b8b!important}.notes-new-card textarea{resize:vertical!important;min-height:150px!important;padding-top:12px!important}.notes-new-topic-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;display:grid!important}.notes-new-topic-row button{color:#fff!important;background:#9aa3f5!important;border:0!important;border-radius:999px!important;height:46px!important;padding:0 18px!important;font-size:16px!important;font-weight:700!important}.notes-new-important{flex-direction:row!important;align-items:center!important;gap:10px!important;display:flex!important}.notes-new-important input{width:22px!important;min-height:22px!important}.notes-new-important .notes-star{color:#cbd3e6!important;font-size:28px!important;line-height:1!important}.notes-new-important .notes-star.active{color:#f0b400!important}.notes-new-actions{flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;padding-top:4px!important;display:flex!important}.notes-new-actions .my-chip-btn{height:44px!important;min-height:44px!important}.notes-new-message{color:#8a2f2f!important;font-size:16px!important}@media (max-width:520px){.notes-new-card{padding-left:0!important;padding-right:0!important}.notes-new-topic-row{grid-template-columns:1fr!important}}.my-route-topbar-title{color:#062a63!important;white-space:normal!important;max-width:190px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:23px!important;font-weight:700!important;line-height:1.08!important}.my-route-menu-settings-link{align-items:center!important;gap:10px!important;display:flex!important}.my-route-menu-gear{object-fit:contain!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;display:block!important}.upload-start-page{color:#062a63!important;background:#fff!important;width:100%!important;margin:0!important;padding:0 0 28px!important;font-family:Open Sans,Arial,sans-serif!important}.upload-start-tabs{flex-wrap:nowrap!important;gap:8px!important;margin:0 0 14px!important;display:flex!important}.upload-start-tabs button{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;height:40px!important;padding:0 18px!important;font-size:15px!important}.upload-start-tabs button.active{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.upload-start-section{border-top:1px solid #dbe6f7!important;padding:14px 0!important}.upload-start-section h2{color:#062a63!important;margin:0 0 10px!important;font-size:18px!important;line-height:1.2!important}.upload-start-section input,.upload-start-section select,.upload-start-section textarea{box-sizing:border-box!important;border:1px solid #d4e0f5!important;border-radius:16px!important;width:100%!important;min-height:48px!important;margin-bottom:10px!important;padding:0 14px!important;font-size:16px!important}.upload-start-section textarea{min-height:110px!important;padding-top:12px!important}.upload-start-muted,.upload-start-message{color:#405985!important;font-size:15px!important}.upload-start-actions{padding-top:12px!important}.notes-redesign-page{color:#15233f!important;background:#fff!important;width:100%!important;padding:0 0 32px!important;font-family:Open Sans,Arial,sans-serif!important}.notes-redesign-toolbar{border-bottom:1px solid #edf1f7!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:0 0 14px!important;display:flex!important}.notes-redesign-primary{color:#244166!important;background:#fff!important;border:1px solid #d8e1ef!important;border-radius:14px!important;padding:10px 14px!important;font-size:15px!important;text-decoration:none!important}.notes-redesign-stars{gap:6px!important;display:flex!important}.notes-star-filter{opacity:.55!important;background:0 0!important;border:0!important;padding:3px!important;font-size:24px!important;line-height:1!important}.notes-star-filter.active{opacity:1!important;transform:scale(1.08)!important}.notes-star-filter.gold{color:#f0b400!important}.notes-star-filter.red{color:#e64b4b!important}.notes-star-filter.blue{color:#3b6eea!important}.notes-star-filter.green{color:#2f9b63!important}.notes-star-filter.pink{color:#e46ab3!important}.notes-redesign-tree{gap:18px!important;padding-top:16px!important;display:grid!important}.notes-common-topic{background:#fff!important;border:1px solid #f0a8bd!important;border-radius:16px!important;padding:14px 12px!important}.notes-common-topic h2{color:#11284a!important;margin:0 0 14px!important;font-size:24px!important;line-height:1.2!important}.notes-theme{background:#f6f7fa!important;border:1px solid #d8dde7!important;border-radius:14px!important;margin-top:12px!important;padding:12px!important}.notes-theme h3{color:#27364f!important;margin:0 0 12px!important;font-size:19px!important}.notes-web-note{background:0 0!important;border:0!important;border-top:1px solid #e5e9f1!important;margin:0!important;padding:10px 0 14px!important}.notes-web-note h4{color:#111827!important;margin:0 0 8px!important;font-size:21px!important;line-height:1.25!important}.notes-web-note-lead{color:#334155!important;margin:0 0 8px!important;font-size:16px!important;line-height:1.45!important}.notes-web-note-body{color:#1f2937!important;white-space:pre-wrap!important;font-size:17px!important;line-height:1.6!important}.notes-web-note-link{color:#315cbd!important;word-break:break-word!important;margin-top:10px!important;display:inline-block!important}.notes-web-note-meta{color:#6b7280!important;align-items:center!important;gap:7px!important;margin-top:12px!important;font-size:13px!important;display:flex!important}.note-color-star{opacity:.35!important;font-size:20px!important}.note-color-star.active{opacity:1!important}.note-color-star.gold{color:#f0b400!important}.note-color-star.red{color:#e64b4b!important}.note-color-star.blue{color:#3b6eea!important}.note-color-star.green{color:#2f9b63!important}.note-color-star.pink{color:#e46ab3!important}.notes-redesign-muted{color:#667085!important;font-size:16px!important}@media (max-width:520px){.notes-redesign-toolbar{gap:8px!important}.notes-common-topic{padding:12px 10px!important}.notes-theme{padding:10px!important}}.my-route-content:has(.notes-redesign-page){overflow-x:hidden!important}.notes-redesign-page,.notes-redesign-page *{box-sizing:border-box!important;max-width:100%!important}.notes-redesign-page{overflow-x:hidden!important}.notes-common-topic,.notes-theme,.notes-web-note{width:100%!important}.notes-web-note{color:inherit!important;text-decoration:none!important;transition:background-color .18s,transform .18s!important;display:block!important}.notes-web-note:hover{background:#5268f209!important}.notes-web-note-link{overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}.my-route-content:has(.notes-redesign-page-v2){padding-left:10px!important;padding-right:10px!important;overflow-x:hidden!important}.notes-redesign-page-v2,.notes-redesign-page-v2 *{box-sizing:border-box!important;max-width:100%!important}.notes-redesign-page-v2{color:#252025!important;background:#fff!important;width:100%!important;padding:0 0 28px!important;font-family:Open Sans,Arial,sans-serif!important;overflow-x:hidden!important}.notes-redesign-actions-v2{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;display:grid!important}.notes-redesign-add-v2{color:#fff!important;background:linear-gradient(135deg,#3e353b,#191619)!important;border:0!important;border-radius:14px!important;align-items:center!important;min-height:46px!important;padding:12px 16px!important;font-size:15px!important;font-weight:650!important;text-decoration:none!important;display:flex!important}.notes-redesign-star-filters-v2{background:#fff!important;border:1px solid #e7dde3!important;border-radius:14px!important;gap:5px!important;padding:8px!important;display:flex!important}.notes-redesign-star-filter-v2{opacity:.5!important;background:0 0!important;border:0!important;padding:1px!important;font-size:22px!important;line-height:1!important}.notes-redesign-star-filter-v2.active{opacity:1!important;transform:scale(1.08)!important}.notes-redesign-star-filter-v2.gold,.note-star-v2.gold{color:#d9a324!important}.notes-redesign-star-filter-v2.red,.note-star-v2.red{color:#d84a4a!important}.notes-redesign-star-filter-v2.blue,.note-star-v2.blue{color:#4077d6!important}.notes-redesign-star-filter-v2.green,.note-star-v2.green{color:#3f9a5f!important}.notes-redesign-star-filter-v2.pink,.note-star-v2.pink{color:#d66fa2!important}.notes-redesign-directory-v2{gap:14px!important;display:grid!important}.notes-redesign-common-v2{background:#fff!important;border:1.5px solid #d88aa8!important;border-radius:18px!important;padding:12px!important}.notes-redesign-common-v2 h2{color:#252025!important;margin:0 0 12px!important;font-size:22px!important;line-height:1.18!important}.notes-redesign-theme-v2{background:#f5f2f4!important;border:1px solid #d7d1d6!important;border-radius:15px!important;margin-top:10px!important;padding:10px!important}.notes-redesign-theme-v2 h3{color:#27364f!important;margin:0 0 9px!important;font-size:17px!important;line-height:1.2!important}.notes-redesign-list-v2{gap:9px!important;display:grid!important}.notes-redesign-note-v2{color:inherit!important;background:#fff!important;border:1px solid #e7dde3!important;border-radius:14px!important;padding:11px!important;text-decoration:none!important;transition:background-color .18s,transform .18s!important;display:block!important}.notes-redesign-note-v2:hover{background:#fff8fb!important}.notes-redesign-note-head-v2{justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;display:flex!important}.notes-redesign-note-v2 h4{color:#252025!important;margin:0 0 7px!important;font-size:16px!important;line-height:1.25!important}.notes-redesign-note-stars-v2{flex:none!important;gap:1px!important;display:flex!important}.note-star-v2{font-size:16px!important;line-height:1!important}.notes-redesign-note-v2 p{color:#40383e!important;white-space:pre-wrap!important;margin:0!important;font-size:14.5px!important;line-height:1.45!important}.notes-redesign-link-v2{color:#2f5ead!important;word-break:break-word!important;overflow-wrap:anywhere!important;margin-top:8px!important;font-size:13.5px!important;display:inline-block!important}.notes-redesign-meta-v2{color:#756b73!important;margin-top:8px!important;font-size:12px!important}.notes-redesign-muted-v2{color:#756b73!important;font-size:15px!important}.my-route-content:has(.notes-v2-page){overflow-x:hidden!important}.notes-v2-page,.notes-v2-page *{box-sizing:border-box!important;max-width:100%!important}.notes-v2-page{color:#062a63!important;background:#fff!important;width:100%!important;margin:0!important;padding:0 0 28px!important;font-family:Open Sans,Arial,sans-serif!important;overflow-x:hidden!important}.notes-v2-actions{border-bottom:1px solid #dbe6f7!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:14px!important;padding-bottom:12px!important;display:flex!important}.notes-v2-add,.notes-v2-common-btn{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:999px!important;align-items:center!important;height:40px!important;padding:0 16px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;text-decoration:none!important;display:inline-flex!important}.notes-v2-stars{align-items:center!important;gap:4px!important;margin-left:auto!important;display:inline-flex!important}.notes-v2-star{opacity:.45!important;background:0 0!important;border:0!important;padding:2px!important;font-size:23px!important;line-height:1!important}.notes-v2-star.active{opacity:1!important;transform:scale(1.08)!important}.notes-v2-star.gold,.notes-v2-note-star.gold{color:#d9a324!important}.notes-v2-star.red,.notes-v2-note-star.red{color:#d84a4a!important}.notes-v2-star.blue,.notes-v2-note-star.blue{color:#4077d6!important}.notes-v2-star.green,.notes-v2-note-star.green{color:#3f9a5f!important}.notes-v2-star.pink,.notes-v2-note-star.pink{color:#d66fa2!important}.notes-v2-tree{gap:14px!important;display:grid!important}.notes-v2-common{background:#fff!important;border:1.5px solid #ef8bba!important;border-radius:20px!important;padding:14px 12px!important}.notes-v2-common h2{color:#062a63!important;margin:0 0 12px!important;font-size:23px!important;font-weight:700!important;line-height:1.15!important}.notes-v2-topic h3{color:#28446f!important;margin:0 0 10px!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important}.notes-v2-list{gap:10px!important;display:grid!important}.notes-v2-note{color:inherit!important;background:#fff!important;border:1px solid #dbe6f7!important;border-radius:18px!important;padding:12px!important;text-decoration:none!important;display:block!important}.notes-v2-note-head{justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;display:flex!important}.notes-v2-note h4{color:#062a63!important;margin:0 0 8px!important;font-size:17px!important;font-weight:700!important;line-height:1.25!important}.notes-v2-note p{color:#2f3f5f!important;white-space:pre-wrap!important;margin:0!important;font-size:15px!important;line-height:1.5!important}.notes-v2-note-stars{flex:none!important;gap:2px!important;display:flex!important}.notes-v2-note-star{font-size:17px!important;line-height:1!important}.notes-v2-link{color:#315cbd!important;word-break:break-word!important;overflow-wrap:anywhere!important;margin-top:8px!important;font-size:14px!important;display:inline-block!important}.notes-v2-meta{color:#71809b!important;margin-top:9px!important;font-size:13px!important}.notes-v2-muted{color:#71809b!important;font-size:16px!important}.notes-v2-common-title{text-align:left!important;color:#062a63!important;background:0 0!important;border:0!important;width:100%!important;padding:0!important;font-size:23px!important;font-weight:700!important;line-height:1.15!important}.notes-v2-topic{margin-left:0!important;margin-right:0!important}.notes-v2-note{background:0 0!important;border:0!important;border-radius:0!important;padding:10px 0!important}.notes-common-page{width:100%!important;padding:0 0 28px!important}.notes-common-row,.notes-common-edit-row{grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important;margin-bottom:10px!important;display:grid!important}.notes-common-row input,.notes-common-edit-row input{border:1px solid #d4e0f5!important;border-radius:14px!important;min-height:44px!important;padding:0 12px!important;font-size:16px!important}.notes-common-row button,.notes-common-edit-row button{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;min-height:44px!important;padding:0 12px!important}.note-view-page{color:#16233f!important;background:#fff!important;width:100%!important;padding:0 2px 32px!important}.note-view-page h1{color:#062a63!important;margin:0 0 16px!important;font-size:28px!important;line-height:1.15!important}.note-view-text{white-space:pre-wrap!important;color:#1f2937!important;font-size:18px!important;line-height:1.65!important}.note-view-link{color:#315cbd!important;overflow-wrap:anywhere!important;margin-top:18px!important;display:inline-block!important}.note-view-meta{color:#71809b!important;flex-wrap:wrap!important;gap:10px!important;margin-top:22px!important;font-size:14px!important;display:flex!important}@media (max-width:520px){.notes-common-row,.notes-common-edit-row{grid-template-columns:1fr!important}}.notes-v2-common{border-color:#ef8b8b!important;border-radius:14px!important;padding:6px 10px!important}.notes-v2-common-title{min-height:30px!important;padding:2px 0!important;font-size:23px!important;font-weight:400!important;line-height:1.05!important}.notes-v2-topic{background:0 0!important;border:0!important;border-radius:0!important;margin-top:8px!important;padding:8px 0 0!important}.notes-v2-topic h3{background:#f6f7fa!important;border:1px solid #d4d9e3!important;border-radius:12px!important;margin:0 0 6px!important;padding:8px 10px!important;font-size:17px!important;font-weight:400!important}.notes-v2-note{background:0 0!important;border:0!important;padding:8px 2px!important}.notes-v2-actions{gap:6px!important}.notes-v2-add,.notes-v2-common-btn{border-radius:12px!important;height:36px!important;padding:0 12px!important;font-size:14px!important}.notes-common-page,.notes-common-page *{box-sizing:border-box!important;max-width:100%!important}.notes-common-page{color:#062a63!important;background:#fff!important;width:100%!important;margin:0!important;padding:0 0 28px!important;font-family:Open Sans,Arial,sans-serif!important;overflow-x:hidden!important}.notes-common-create{background:#fff!important;border:1px solid #ef8b8b!important;border-radius:18px!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:14px!important;padding:12px!important;display:grid!important}.notes-common-list{gap:14px!important;display:grid!important}.notes-common-editor{background:#fff!important;border:1px solid #ef8b8b!important;border-radius:18px!important;gap:10px!important;padding:12px!important;display:grid!important}.notes-common-create input,.notes-common-create select,.notes-common-editor input,.notes-common-editor select{color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;width:100%!important;min-height:44px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}.notes-common-create button,.notes-common-editor button{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;min-height:40px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important}.notes-common-create button,.notes-common-editor-actions button:first-child{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.notes-common-themes{background:#f6f7fa!important;border:1px solid #d4d9e3!important;border-radius:16px!important;gap:8px!important;padding:10px!important;display:grid!important}.notes-common-themes-title{color:#28446f!important;font-size:17px!important;font-weight:700!important}.notes-common-theme-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}.notes-common-editor-actions{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.notes-common-editor-actions button:last-child{color:#8a2f2f!important;border-color:#ef8b8b!important}@media (min-width:700px){.notes-common-create{grid-template-columns:minmax(0,1fr) minmax(220px,320px) auto!important;align-items:center!important}}@media (max-width:520px){.notes-common-theme-row{grid-template-columns:1fr!important}}.note-view-star-line{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:10px!important;display:flex!important}.note-view-selected-star .note-view-star{font-size:36px!important;line-height:1!important}.note-view-stars-small{align-items:center!important;gap:4px!important;display:flex!important}.note-view-star-button{opacity:.3!important;background:0 0!important;border:0!important;padding:2px!important;font-size:23px!important;line-height:1!important}.note-view-star-button.active{opacity:1!important;transform:scale(1.08)!important}.note-view-star.gold,.note-view-star-button.gold{color:#d9a324!important}.note-view-star.red,.note-view-star-button.red{color:#d84a4a!important}.note-view-star.blue,.note-view-star-button.blue{color:#4077d6!important}.note-view-star.green,.note-view-star-button.green{color:#3f9a5f!important}.note-view-star.pink,.note-view-star-button.pink{color:#d66fa2!important}.note-view-actions{flex-wrap:wrap!important;gap:8px!important;margin-top:18px!important;display:flex!important}.note-view-actions button,.note-editor-toolbar button{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:12px!important;min-height:40px!important;padding:0 12px!important;font-size:15px!important}.note-view-actions button:first-child{color:#fff!important;background:#5268f2!important;border-color:#5268f2!important}.note-view-actions button.danger{color:#8a2f2f!important;background:#fff!important;border-color:#ef8b8b!important}.note-edit-form{gap:13px!important;display:grid!important}.note-edit-form label{color:#28446f!important;gap:6px!important;font-size:15px!important;display:grid!important}.note-edit-form input,.note-edit-form select,.note-edit-form textarea{color:#062a63!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:14px!important;width:100%!important;min-height:46px!important;padding:0 12px!important;font-size:16px!important}.note-edit-form textarea{min-height:220px!important;padding-top:12px!important;line-height:1.55!important}.note-editor-toolbar{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.note-view-message{color:#71809b!important;margin-top:12px!important;font-size:15px!important}.notes-v2-topic-title{color:#28446f!important;text-align:left!important;background:#f6f7fa!important;border:1px solid #d4d9e3!important;border-radius:12px!important;width:100%!important;min-height:34px!important;padding:6px 10px!important;font-size:17px!important;font-weight:400!important;line-height:1.15!important}.notes-v2-topic h3{display:none!important}.notes-v2-note-stars{justify-content:flex-end!important;min-width:28px!important}.note-view-stars-small.edit.top{justify-content:flex-start!important;margin-bottom:4px!important}.note-view-stars-small.edit.top .note-view-star-button{font-size:30px!important}.notes-common-create{grid-template-columns:1fr!important}.notes-common-create input,.notes-common-create select,.notes-common-create button{width:100%!important}.notes-v2-toggle-all{color:#35507c!important;background:#fff!important;border:1px solid #d4e0f5!important;border-radius:12px!important;height:36px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important}.note-back-link{color:#35507c!important;align-items:center!important;min-height:36px!important;margin-bottom:12px!important;font-size:15px!important;text-decoration:none!important;display:inline-flex!important}.notes-common-editor>input[type=number]{width:100%!important}.notes-v2-note{padding:4px 2px!important}.notes-v2-note h4{margin:0!important;font-size:15px!important;font-weight:400!important;line-height:1.16!important}.notes-v2-note-head{align-items:center!important}.notes-v2-note-star{font-size:18px!important}.notes-common-collapse-title{text-align:left!important;color:#062a63!important;background:0 0!important;border:0!important;width:100%!important;min-height:38px!important;padding:0!important;font-size:17px!important;font-weight:400!important}.notes-common-editor{padding:8px 12px!important}.notes-common-editor:has(.notes-common-collapse-title){gap:8px!important}.notes-new-toolbar{margin-top:2px!important;margin-bottom:-4px!important}.notes-new-description{min-height:260px!important}.notes-v2-note h4{font-size:17px!important;line-height:1.15!important}.notes-new-description-label{gap:8px!important}.notes-new-toolbar{margin:0 0 4px!important}.notes-new-description{resize:vertical!important;height:360px!important;min-height:360px!important}.notes-new-page input::placeholder{font-weight:400!important}.notes-v2-note{border-bottom:1px solid #e8edf6!important}.notes-v2-note:last-child{border-bottom:0!important}.notes-v2-list{gap:4px!important}.notes-v2-note{padding-top:6px!important;padding-bottom:6px!important}.notes-v2-star.active,.note-view-star-button.active,.notes-v2-note-star{font-size:32px!important;transform:scale(1.12)!important}.notes-v2-note-star{line-height:1!important}.note-view-stars-small.edit.top .note-view-star-button.active{opacity:1!important;font-size:38px!important;transform:scale(1.18)!important}.note-view-stars-small.edit.top .note-view-star-button:not(.active){opacity:.32!important;font-size:26px!important}.rubrics-screen-actions button.danger{color:#8a2f2f!important;background:#fff!important;border-color:#ef8b8b!important}.upload-start-page{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.upload-start-page *{box-sizing:border-box}.upload-start-page select,.upload-start-page input,.upload-start-page textarea{width:100%;max-width:100%}.upload-start-format-toolbar{flex-wrap:wrap;gap:8px;margin:8px 0 10px;display:flex}.upload-start-format-toolbar button{color:#002b66;background:#fff;border:1px solid #d5e2f5;border-radius:12px;min-width:44px;min-height:38px;font-size:16px}@media (max-width:760px){html,body{max-width:100%;overflow-x:hidden}.upload-start-page{padding-left:16px;padding-right:16px}.upload-start-section{max-width:100%;overflow-x:hidden}}a[href="/my/upload/start"].events-root-create-btn,a[href="/my/upload/start"].my-chip-btn{color:#fff!important;background:#1d6fd8!important;border-color:#1d6fd8!important}.upload-start-page input[type=file]{align-items:center!important;padding-top:16px!important;padding-bottom:14px!important;line-height:1.2!important;display:flex!important}.upload-start-page input[type=file]::file-selector-button{color:#002b66!important;font:inherit!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:12px!important;margin-top:0!important;margin-right:10px!important;padding:8px 12px!important}.upload-start-page textarea::placeholder,.upload-start-page input::placeholder{color:#8a8f98!important;letter-spacing:normal!important;font-family:inherit!important;font-size:17px!important;font-weight:400!important}.settings-admin-logs-list{flex-direction:column;gap:12px;display:flex}.admin-log-table{flex-direction:column;gap:10px;margin-top:16px;display:flex}.admin-log-row{background:#fff;border:1px solid #d5e2f5;border-radius:18px;padding:14px 16px}.admin-log-title{color:#002b66;margin-bottom:6px;font-size:18px;font-weight:700}.admin-log-meta{color:#5f6f91;font-size:15px;line-height:1.45}.my-events-text-card{color:#002b66;background:#fff;border:1px solid #d5e2f5;border-radius:20px;padding:14px 16px}.my-events-text-card-date{color:#7c8bad;margin-bottom:6px;font-size:15px}.my-events-text-card-rubric{color:#7c8bad;margin-bottom:8px;font-size:14px}.my-events-text-card-title{margin-bottom:10px;font-size:22px;font-weight:700;line-height:1.18}.my-events-text-card-body{color:#24446f;white-space:pre-wrap;font-size:18px;line-height:1.45}@media (max-width:760px){html,body{max-width:100%;overflow-x:hidden}.my-route-content,.event-detail-page,.my-event-detail-page,.event-detail-root,.my-events-detail-page{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.event-detail-page *,.my-event-detail-page *,.event-detail-root *,.my-events-detail-page *{box-sizing:border-box;max-width:100%}.event-detail-page img,.my-event-detail-page img,.event-detail-root img,.my-events-detail-page img{max-width:100%;height:auto}.event-detail-page .my-events-final-meta-line,.my-event-detail-page .my-events-final-meta-line,.event-detail-root .my-events-final-meta-line,.my-events-detail-page .my-events-final-meta-line,.event-detail-page [class*=meta],.my-event-detail-page [class*=meta]{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important;line-height:1.35!important}.event-detail-page [class*=date],.my-event-detail-page [class*=date],.event-detail-page [class*=entry],.my-event-detail-page [class*=entry]{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}}.event-detail-meta-line-main{white-space:normal;overflow-wrap:normal;word-break:normal;flex-wrap:wrap;gap:8px;display:flex}.event-detail-meta-line-id{white-space:normal;overflow-wrap:anywhere;word-break:break-word;margin-top:4px;display:block}@media (max-width:760px){.event-detail-meta-line-main{line-height:1.25}.event-detail-meta-line-id{color:#7c8bad;font-size:14px;line-height:1.25}}.event-detail-meta-stack{color:#7c8bad;text-align:left;flex-direction:column;align-items:flex-start;gap:2px;margin:18px 0 8px;font-size:17px;line-height:1.22;display:flex}.event-detail-meta-stack .event-detail-id{color:#8b96ad;overflow-wrap:anywhere;font-size:15px}@media (max-width:760px){.event-detail-meta-stack{gap:2px;margin-top:18px;margin-bottom:8px;font-size:16px}.event-detail-meta-stack .event-detail-id{font-size:14px}}.event-detail-meta-stack-left{text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;gap:1px!important;margin:16px 0 8px!important}.event-detail-meta-stack-left>div,.event-detail-meta-stack-left .event-detail-id{text-align:left!important;width:100%!important;margin-left:0!important;padding-left:0!important}.event-detail-meta-stack-left .event-detail-id{color:#8b96ad!important;overflow-wrap:anywhere!important;display:block!important}.upload-start-page .upload-start-tabs button,.upload-start-page .upload-start-tabs button.active{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}.upload-start-page input[type=file]::file-selector-button{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.event-text-message-label{color:#7c8bad;margin-bottom:8px;font-size:14px}@media (max-width:760px){.event-text-message-card{border-radius:18px;margin:8px 0 12px;padding:13px 14px}.event-text-message-body{font-size:17px;line-height:1.42}}.event-text-message-card{text-align:left!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:22px!important;margin:10px 0 14px!important;padding:16px 18px!important}.event-text-message-date{color:#7c8bad;margin-bottom:8px;font-size:15px;line-height:1.25}.event-text-message-title{color:#002b66;margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.18}.event-text-message-body{color:#24446f!important;white-space:pre-wrap!important;font-size:18px!important;line-height:1.45!important}@media (max-width:760px){.event-text-message-card{border-radius:18px!important;margin:8px 0 12px!important;padding:14px 15px!important}.event-text-message-date{margin-bottom:7px;font-size:14px}.event-text-message-title{margin-bottom:10px;font-size:21px}.event-text-message-body{font-size:17px!important;line-height:1.42!important}}.progress-filter-box{background:#fff;border:1px solid #d5e2f5;border-radius:18px;min-width:170px;padding:8px 12px 10px}.progress-filter-box span{color:#7c8bad;margin-bottom:5px;font-size:14px;display:block}.progress-filter-box select{color:#002b66;background:0 0;border:0;outline:none;width:100%;font-size:16px}@media (max-width:760px){.progress-filter-row{gap:8px}.progress-filter-box{border-radius:16px;flex:150px;min-width:0;padding:8px 10px}}.progress-action-row{flex-wrap:wrap;gap:8px;margin-bottom:4px;display:flex}.progress-note-btn{color:#002b66;background:#fff;border:1px solid #d5e2f5;border-radius:16px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:16px;line-height:1.1;text-decoration:none;display:inline-flex}.progress-note-btn:hover{background:#f7faff}.progress-filter-card{margin-top:4px!important}.progress-note-btn-primary{color:#fff!important;background:#5865f2!important;border-color:#5865f2!important}.progress-note-btn-primary:hover{background:#4f5be0!important}.event-progress-text-row{text-align:left;border-bottom:1px solid #dbe6f7;width:100%;padding:10px 0 12px}.event-progress-text-meta{color:#7c8bad;overflow-wrap:anywhere;margin-bottom:4px;font-size:16px;line-height:1.25}.event-detail-card:has(.event-progress-text-row){box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding-left:0!important;padding-right:0!important}.event-detail-card:has(.event-progress-text-row) .event-detail-meta-stack{display:none!important}.event-detail-card:has(.event-progress-text-row) .event-detail-actions{padding-top:10px}.event-detail-card:has(.event-progress-text-row) .event-detail-expanded{background:0 0!important;border:0!important;border-radius:0!important;padding:10px 0 14px!important}@media (max-width:760px){.event-progress-text-title{font-size:22px}.event-progress-text-meta{font-size:15px}}.event-progress-text-row{cursor:pointer;width:100%;display:block;text-align:left!important;background:0 0!important;border:0!important;border-bottom:1px solid #dbe6f7!important;margin:0!important;padding:10px 0 12px!important}.event-detail-card:has(.event-progress-text-row){margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.event-detail-card:has(.event-progress-text-row) .event-detail-expanded{width:100%!important;margin-left:0!important;margin-right:0!important}.event-detail-card:has(.event-progress-text-row){box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.event-detail-card:has(.event-progress-text-row) .event-progress-text-row{width:100%!important;margin-left:0!important;padding-left:0!important}.event-detail-card:has(.event-progress-text-row){border-bottom:1px solid #dbe6f7!important}.event-back-link{color:#002b66;background:#fff;border:1px solid #d5e2f5;border-radius:16px;margin-bottom:12px;padding:10px 14px;font-size:16px}.event-detail-list{padding-left:0!important;padding-right:0!important}.event-detail-card:has(.event-progress-text-row){box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #dbe6f7!important;border-radius:0!important;margin:0!important;padding:0!important}.event-progress-text-row{cursor:pointer;text-align:left!important;background:0 0!important;border:0!important;width:100%!important;margin:0!important;padding:10px 0 8px!important}.event-progress-text-meta{color:#7c8bad!important;margin-bottom:4px!important;font-size:16px!important;line-height:1.25!important}.event-progress-text-title{color:#002b66!important;font-size:24px!important;font-weight:700!important;line-height:1.15!important}.event-detail-card:has(.event-progress-text-row) .event-detail-actions{display:none!important}.event-detail-card:has(.event-progress-text-row) .event-detail-expanded{background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:8px 0 14px!important}.event-detail-card:has(.event-progress-text-row) .event-detail-expanded-head-row{border:0!important;margin:0 0 8px!important;padding:0!important}.event-progress-edit-row{padding:6px 0 10px}.progress-filter-card{padding-top:0!important;padding-bottom:6px!important}.progress-filter-row{flex-wrap:wrap;gap:8px;display:flex}.progress-filter-wrap{gap:5px;min-width:170px;display:grid}.progress-filter-title{color:#002b66;font-size:16px;line-height:1.2}.progress-filter-box{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;padding:9px 12px!important}.progress-filter-box select{width:100%;color:#002b66!important;background:0 0!important;border:0!important;outline:none!important;font-size:16px!important}@media (max-width:760px){.progress-filter-wrap{flex:150px;min-width:0}.event-progress-text-title{font-size:22px!important}}.notes-v2-add{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 18px!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;display:inline-flex!important}.notes-v2-common-btn,.notes-v2-toggle-all{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 18px!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;display:inline-flex!important}.notes-v2-common-title,.notes-v2-topic-title{justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;display:flex!important}.notes-v2-title-right{flex:none;align-items:center;gap:8px;display:inline-flex}.notes-v2-count{color:#7c8bad;text-align:center;background:#fff;border:1px solid #d5e2f5;border-radius:999px;min-width:26px;padding:2px 8px;font-size:14px;line-height:1.2}.notes-v2-arrow{color:#7c8bad;font-size:16px;line-height:1}.notes-v2-count{display:none!important}.notes-v2-note-star-clickable:focus{outline-offset:3px;border-radius:999px;outline:2px solid #d5e2f5}.notes-v2-note-stars{justify-content:flex-end;align-items:center;display:inline-flex;position:relative}.notes-v2-note-star.empty{color:#b7c2d8!important;font-size:30px!important;transform:none!important}.notes-v2-note-star-clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.notes-v2-note-star-picker{z-index:20;background:#fff;border:1px solid #d5e2f5;border-radius:16px;gap:6px;padding:8px 10px;display:flex;position:absolute;top:34px;right:0;box-shadow:0 10px 24px #23375a24}.notes-v2-note-star-picker .notes-v2-star{width:34px;height:34px;background:0 0!important;border:0!important;padding:0!important;font-size:26px!important;line-height:1!important}.notes-v2-note-star-picker{flex-wrap:nowrap!important;max-width:calc(100vw - 48px)!important;left:auto!important;right:0!important;transform:translate(0)!important}@media (max-width:760px){.notes-v2-note-stars{position:static!important}.notes-v2-note{position:relative!important}.notes-v2-note-star-picker{max-width:calc(100vw - 64px)!important;position:absolute!important;top:34px!important;left:auto!important;right:0!important}}.note-view-selected-star,.note-view-selected-star .note-view-star{display:none!important}.note-view-star-line{justify-content:flex-end!important;width:100%!important}.note-view-stars-small{justify-content:flex-end!important;margin-left:auto!important}.vrn-btn-primary,.vrn-btn-secondary{border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 18px!important;font-size:16px!important;font-weight:500!important;line-height:1.1!important;text-decoration:none!important;display:inline-flex!important}.vrn-btn-primary{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important}.vrn-btn-secondary{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}.home-notes-card{border-top:1px solid #dbe6f7!important;padding-top:18px!important}.home-main-button-group{gap:8px;display:grid}.home-main-button-row .vrn-btn-secondary{width:168px!important;min-width:168px!important;max-width:168px!important}.home-upload-btn{position:relative!important;top:-8px!important}.home-wide-btn{white-space:nowrap!important;flex:0 0 190px!important;width:190px!important;min-width:190px!important;max-width:190px!important}.home-main-button-row{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.home-upload-btn{margin-bottom:-8px!important;top:-14px!important}.home-main-button-group{margin-top:-8px!important}.home-main-button-row{margin-top:-2px!important}.dictionary-group{padding:0}.dictionary-group+.dictionary-group{border-top:1px solid #dbe6f7;margin-top:18px;padding-top:16px}.dictionary-group-title{color:#7c8bad;margin-bottom:6px;font-size:16px;line-height:1.25}.dictionary-group-list{display:grid}.dictionary-item{border-bottom:1px solid #dbe6f7;padding:14px 0}.dictionary-group-list a:last-child .dictionary-item{border-bottom:0}.dictionary-item-description{color:#7c8bad;margin-top:4px;font-size:16px;line-height:1.35}.dictionary-group-title{margin-bottom:8px;line-height:1.3;color:#111!important;font-size:18px!important;font-weight:600!important}.dictionary-item .my-events-final-root-title{color:#111!important;font-size:17px!important;font-weight:500!important}.dictionary-item-description{line-height:1.35;color:#111!important;font-size:16px!important}.dictionary-item .my-events-final-root-title{color:#062a63!important;margin:0 0 6px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.22!important}.dictionary-group:first-child{padding-top:16px!important}.dictionary-group+.dictionary-group{margin-top:8px!important;padding-top:16px!important}.photo-places-page .events-root-create-row{align-items:center!important;gap:12px!important;display:flex!important}.photo-places-feed-btn{align-self:center!important}.photo-places-page .events-root-create-row{justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;display:flex!important}.photo-places-feed-link{text-align:right!important;white-space:nowrap!important;color:#35507c!important;background:0 0!important;border:0!important;min-height:36px!important;margin-left:auto!important;padding:0!important}@media (max-width:760px){.photo-places-feed-link{transform:translate(10px)}}.photo-places-nav-row{justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;margin-bottom:16px!important;display:flex!important}.photo-places-feed-link{text-align:right!important;white-space:nowrap!important;margin-left:auto!important}.photo-places-add-btn{border-radius:16px!important;width:200px!important}.photo-places-edit-link-row{margin-top:12px}.photo-places-grouped-card{margin-top:14px}.photo-place-country{border-bottom:1px solid #dbe6f7;padding:10px 0 12px}.photo-place-country:last-child{border-bottom:0}.photo-place-country-title{color:#062a63;margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.22}.photo-place-city{padding:6px 0 8px}.photo-place-city-title{color:#002b66;margin-bottom:5px;font-size:17px;font-weight:600;line-height:1.25}.photo-place-list{gap:3px;display:grid}.photo-place-row{color:#002b66;padding:3px 0 3px 12px;font-size:16px;line-height:1.35}.photo-place-edit-select{gap:6px;margin-bottom:14px;display:grid}.photo-place-edit-select span{color:#7c8bad;font-size:16px}.photo-place-edit-select select{color:#002b66;background:#fff;border:1px solid #d5e2f5;border-radius:16px;min-height:44px;padding:0 12px;font-size:16px}.photo-place-edit-form{margin-top:8px}.photo-place-edit-actions{flex-wrap:wrap;gap:8px;display:flex}.photo-place-danger-btn{color:#8a2f2f!important;border-color:#ef8b8b!important}@media (max-width:760px){.photo-places-feed-link{transform:translate(8px)}.photo-place-edit-actions .vrn-btn-primary,.photo-place-edit-actions .vrn-btn-secondary{min-width:140px}}.event-detail-more{display:none!important}.event-detail-actions.event-detail-actions-row:has(.event-detail-more):not(:has(.event-detail-photo-nav)){display:none!important}@media (max-width:768px){.event-media-viewer .event-media-viewer-close{z-index:2147483647!important;pointer-events:auto!important;position:fixed!important;inset:10px 10px auto auto!important;transform:none!important}}.event-media-viewer-frame{position:relative!important}.event-media-viewer-close-in-frame{z-index:2147483647!important;position:absolute!important;top:10px!important;left:10px!important;right:auto!important}@media (max-width:768px){.event-media-viewer-mobile-close{color:#fff!important;z-index:2147483647!important;pointer-events:auto!important;background:#0000008c!important;border:1px solid #ffffffbf!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;font-size:30px!important;line-height:1!important;display:flex!important;position:fixed!important;top:12px!important;left:12px!important}}.event-media-viewer-mobile-close{display:none!important}@media (max-width:768px){.event-media-viewer-mobile-close{color:#fff!important;z-index:2147483647!important;pointer-events:auto!important;background:#0000008c!important;border:1px solid #ffffffbf!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;font-size:30px!important;line-height:1!important;display:flex!important;position:fixed!important;top:12px!important;left:12px!important}}.event-media-viewer-image-box{max-width:100%!important;max-height:100%!important;display:inline-block!important;position:relative!important}.event-media-viewer-photo-close{display:none!important}@media (max-width:768px){.event-media-viewer-photo-close{color:#fff!important;z-index:2147483647!important;pointer-events:auto!important;background:#00000094!important;border:1px solid #ffffffd9!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;font-size:30px!important;line-height:1!important;display:flex!important;position:absolute!important;top:8px!important;right:8px!important}}.progress-v2-list{flex-direction:column!important;gap:10px!important;display:flex!important}.progress-v2-note{position:relative!important}.progress-v2-avatar{object-fit:cover!important;float:right!important;border-radius:16px!important;width:52px!important;height:52px!important;margin:0 0 8px 12px!important}.progress-v2-meta{margin-top:8px!important}@media (max-width:760px){.progress-v2-search,.progress-v2-filter{width:100%!important}}.progress-v2-actions{gap:8px!important}.progress-v2-search,.progress-v2-filter{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;min-height:44px!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}.progress-v2-search{flex:220px!important;min-width:180px!important}.progress-v2-step{padding-top:10px!important;padding-bottom:10px!important}.progress-list-inner{flex-direction:column!important;gap:8px!important;margin-top:10px!important;display:flex!important}.progress-list-row{justify-content:space-between!important}@media (max-width:760px){.progress-v2-search,.progress-v2-filter{width:100%!important}}.progress-v2-step{position:relative!important}.progress-v2-step-main{color:inherit!important;padding-right:170px!important;text-decoration:none!important;display:block!important}.progress-v2-step-stars{gap:4px!important;display:inline-flex!important;position:absolute!important;top:12px!important;right:10px!important}.progress-v2-step-stars .notes-v2-note-star-clickable{cursor:pointer!important;background:0 0!important;border:0!important;padding:0 1px!important;font-size:28px!important;line-height:1!important}@media (max-width:760px){.progress-v2-step-main{padding-bottom:34px!important;padding-right:0!important}.progress-v2-step-stars{inset:auto auto 8px 0!important}}.progress-photo-picker{flex-wrap:wrap!important;gap:10px!important;margin:4px 0 14px!important;display:flex!important}.progress-photo-picker button{cursor:pointer!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;width:92px!important;height:92px!important;padding:4px!important;overflow:hidden!important}.progress-photo-picker button.active{border-color:#1d6fd8!important;box-shadow:0 0 0 2px #1d6fd824!important}.progress-photo-picker img{object-fit:cover!important;border-radius:12px!important;width:100%!important;height:100%!important}.progress-entry-tags{color:#002b66!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0 0 14px!important;display:flex!important}.progress-entry-tags button{color:#002b66!important;cursor:pointer!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:999px!important;min-height:34px!important;padding:0 12px!important}.progress-avatar-picker{flex-wrap:wrap!important;gap:8px!important;margin:4px 0 12px!important;display:flex!important}.progress-avatar-picker button{cursor:pointer!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;padding:4px!important}.progress-avatar-picker button.active{border-color:#1d6fd8!important;box-shadow:0 0 0 2px #1d6fd824!important}.progress-avatar-picker img{object-fit:cover!important;border-radius:10px!important;width:100%!important;height:100%!important}.progress-new-card .notes-new-actions button{min-height:44px!important;box-shadow:none!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;display:inline-flex!important}.progress-new-card .notes-new-actions button[type=submit]{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important}.progress-new-card .notes-new-actions button[type=button]{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}n .progress-new-page .notes-new-actions button,.progress-new-card .notes-new-actions button,.progress-new-card .notes-new-actions .events-root-create-btn.my-chip-btn{height:44px!important;min-height:44px!important;box-shadow:none!important;border-radius:16px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:1!important}.progress-new-card .notes-new-actions button[type=submit],.progress-new-card .notes-new-actions .events-root-create-btn.my-chip-btn.active{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important}.progress-new-card .notes-new-actions button[type=button],.progress-new-card .notes-new-actions .events-root-create-btn.my-chip-btn:not(.active){color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}n .progress-avatar-file-field{flex-direction:column!important;gap:8px!important;margin:0 0 14px!important;display:flex!important}.progress-avatar-file-title{color:#002b66!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important}.progress-avatar-file-input{display:none!important}.progress-avatar-file-box{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:8px!important;display:flex!important}.progress-avatar-file-box button{color:#002b66!important;cursor:pointer!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:12px!important;height:38px!important;min-height:38px!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important}.progress-avatar-file-box span{color:#7c8bad!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important}n .progress-achievement-box{background:#f8fbff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;flex-direction:column!important;gap:12px!important;margin:4px 0 14px!important;padding:14px!important;display:flex!important}.progress-step-type-badge{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:999px!important;align-items:center!important;min-height:34px!important;margin:10px 0 8px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;display:inline-flex!important}.progress-achievement-view{background:#f8fbff!important;border:1px solid #d5e2f5!important;border-radius:18px!important;margin:18px 0!important;padding:16px!important}.progress-achievement-view-icon{margin-bottom:8px!important;font-size:42px!important;line-height:1!important}.progress-achievement-view h2{color:#002b66!important;margin:0 0 8px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:24px!important;line-height:1.2!important}n .progress-v2-step-stars{z-index:3!important}.progress-v2-step-stars .notes-v2-note-star-picker{position:absolute!important;top:34px!important;right:0!important}n .progress-direction-title-row{align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.progress-direction-title-main{flex:auto!important}.progress-direction-toggle-btn{color:#002b66!important;cursor:pointer!important;white-space:nowrap!important;height:36px!important;min-height:36px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:12px!important;padding:0 14px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;font-weight:500!important}@media (max-width:760px){.progress-direction-title-row{align-items:stretch!important}.progress-direction-toggle-btn{height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:13px!important}}n .progress-direction-open-tools{justify-content:flex-end!important;margin:8px 0 10px!important;display:flex!important}.progress-v2-step-side{z-index:2!important;position:absolute!important;top:50px!important;right:10px!important}.progress-v2-step-type-logo{color:#002b66!important;white-space:nowrap!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;display:inline-flex!important}@media (max-width:760px){.progress-v2-step-side{margin-top:6px!important;position:static!important}}.progress-v2-actions .notes-v2-add{grid-column:1!important}.progress-v2-actions .progress-v2-search{grid-column:2/-1!important;width:100%!important}.progress-v2-actions .progress-v2-filter:first-of-type{grid-column:1!important}.progress-v2-actions .progress-v2-filter:nth-of-type(2){grid-column:2!important}.progress-v2-actions .notes-v2-common-btn{grid-column:3!important}.progress-v2-actions .notes-v2-stars{grid-column:4/-1!important;justify-self:end!important;margin-left:0!important}@media (max-width:760px){.progress-v2-actions{grid-template-columns:1fr 1fr!important}.progress-v2-actions .notes-v2-add{grid-column:1!important}.progress-v2-actions .progress-v2-search{grid-column:2!important}.progress-v2-actions .progress-v2-filter:first-of-type{grid-column:1!important}.progress-v2-actions .progress-v2-filter:nth-of-type(2){grid-column:2!important}.progress-v2-actions .notes-v2-common-btn{grid-column:1!important}.progress-v2-actions .notes-v2-stars{grid-column:2!important;justify-self:end!important}}.progress-v2-actions{grid-template-columns:auto minmax(180px,1fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}.progress-v2-actions .notes-v2-add{grid-area:1/1!important}.progress-v2-actions .progress-v2-search{grid-area:1/2/auto/-1!important;width:100%!important}.progress-v2-actions .progress-v2-filter:first-of-type{grid-area:2/1!important}.progress-v2-actions .progress-v2-filter:nth-of-type(2){grid-area:2/2!important}.progress-v2-actions .notes-v2-common-btn{grid-area:2/3!important}.progress-v2-actions .notes-v2-stars{grid-area:3/1/auto/-1!important;justify-self:end!important;margin-left:0!important}@media (max-width:760px){.progress-v2-actions{grid-template-columns:1fr 1fr!important}.progress-v2-actions .notes-v2-add{grid-area:1/1!important}.progress-v2-actions .progress-v2-search{grid-area:1/2!important}.progress-v2-actions .progress-v2-filter:first-of-type{grid-area:2/1!important}.progress-v2-actions .progress-v2-filter:nth-of-type(2){grid-area:2/2!important}.progress-v2-actions .notes-v2-common-btn{grid-area:3/1!important}.progress-v2-actions .notes-v2-stars{grid-area:3/2!important;justify-self:end!important}}n .access-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:12px 0!important;display:grid!important}.access-groups-option{color:#002b66!important;align-items:center!important;gap:8px!important;padding:6px 0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;display:flex!important}.access-groups-option input{width:auto!important}.access-groups-create textarea{min-height:70px!important}@media (max-width:760px){.access-groups-grid{grid-template-columns:1fr!important}}.access-groups-compact-list{flex-direction:column!important;gap:12px!important;margin:12px 0!important;display:flex!important}.access-groups-scroll-list{max-height:220px!important;padding:4px 0!important;overflow:auto!important}.access-groups-scroll-list .access-groups-option{min-height:32px!important;padding:4px 0!important}.access-group-list-card{margin-bottom:10px!important}.access-groups-page .notes-common-editor{padding-top:12px!important;padding-bottom:12px!important}n .access-groups-page .access-groups-scroll-list{flex-direction:column!important;gap:2px!important;max-height:none!important;padding:0!important;display:flex!important;overflow:visible!important}.access-groups-page .access-groups-option{min-height:26px!important;padding:2px 0!important;line-height:1.15!important}.access-groups-page .access-groups-option input{margin:0!important}.access-groups-people-editor .event-photo-people-title,.access-groups-people-editor .photo-people-title,.access-groups-people-editor h3,.access-groups-people-editor h4{display:none!important}.access-groups-bottom-actions{justify-content:flex-start!important;margin:18px 0 8px!important;display:flex!important}.access-groups-bottom-actions button{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important;border-radius:16px!important;min-height:44px!important;padding:0 18px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important}n .access-groups-bottom-actions{flex-wrap:wrap!important;gap:10px!important}.access-groups-bottom-actions .access-groups-delete-btn{color:#d84a4a!important;background:#fff!important;border:1px solid #d84a4a!important}n .progress-feed-list{flex-direction:column!important;gap:14px!important;display:flex!important}.progress-feed-card{background:#fff!important;border:1px solid #dbe6f7!important;border-radius:18px!important;padding:16px!important}.progress-feed-meta{color:#7c8bad!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:8px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:14px!important;display:flex!important}.progress-feed-meta.bottom{margin-top:12px!important;margin-bottom:0!important}.progress-feed-title{color:#002b66!important;margin-bottom:10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;display:block!important}.progress-feed-text{color:#1d3557!important;font-family:Open Sans,Arial,sans-serif!important;font-size:17px!important;line-height:1.55!important}.progress-feed-result{color:#002b66!important;margin-top:12px!important;font-size:16px!important;line-height:1.45!important}.progress-feed-avatar{object-fit:cover!important;border-radius:16px!important;width:64px!important;height:64px!important;margin:0 0 10px!important}.progress-structure-progress-link{color:#002b66!important;border-bottom:1px solid #dbe6f7!important;justify-content:space-between!important;align-items:center!important;padding:10px 0!important;font-family:Open Sans,Arial,sans-serif!important;font-size:18px!important;font-weight:600!important;text-decoration:none!important;display:flex!important}.progress-readable-page{width:100%!important;max-width:860px!important;margin:0 auto!important;padding:0 0 40px!important}.progress-readable-head{margin:0 0 22px!important}.progress-readable-head h1{color:#002b66!important;margin:0 0 6px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:30px!important;line-height:1.15!important}.progress-readable-head div{color:#7c8bad!important;font-size:16px!important}.progress-readable-list{flex-direction:column!important;gap:22px!important;display:flex!important}.progress-readable-step{background:0 0!important;border:0!important;padding:0!important}.progress-readable-meta{color:#7c8bad!important;margin-bottom:4px!important;font-size:15px!important}.progress-readable-title{color:#002b66!important;margin-bottom:8px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;display:block!important}.progress-readable-text{color:#1d3557!important;font-size:17px!important;line-height:1.58!important}.progress-readable-result{color:#002b66!important;margin-top:10px!important;font-size:16px!important}n .progress-readable-top{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin:0 0 18px!important;display:flex!important}.progress-readable-add{margin:0!important}.progress-readable-head h1{font-size:28px!important;font-weight:700!important}.progress-readable-title{font-size:22px!important;font-weight:400!important}.progress-readable-page .progress-readable-top{margin:0 0 18px!important;display:block!important}.progress-readable-page .progress-readable-top .note-back-link{width:fit-content!important;margin:0 0 12px!important;display:inline-flex!important}.progress-readable-page .progress-readable-top .progress-readable-add{clear:both!important;width:fit-content!important;margin:0 0 4px!important;display:inline-flex!important}.progress-readable-page .progress-readable-head h1{font-size:24px!important;font-weight:700!important;line-height:1.2!important}@media (max-width:760px){.progress-readable-page .progress-readable-head h1{font-size:23px!important}}n .progress-readable-back-row,.progress-readable-add-row{width:100%!important;display:block!important}.progress-readable-back-row{margin:0 0 10px!important}.progress-readable-add-row{margin:0 0 22px!important}.progress-readable-add-row .progress-readable-add{width:fit-content!important;margin:0!important;display:inline-flex!important}n .progress-v2-actions .notes-v2-add{color:#fff!important;background:#1d6fd8!important;border:1px solid #1d6fd8!important;border-radius:16px!important;height:44px!important;min-height:44px!important;padding:0 18px!important;font-size:16px!important;font-weight:500!important}.progress-structure-progress-link small{color:#7c8bad!important;margin-top:3px!important;font-size:14px!important;font-weight:400!important;display:block!important}.progress-list-progress-editor{grid-template-columns:minmax(180px,1fr) minmax(220px,2fr) auto auto!important;align-items:start!important;gap:8px!important;display:grid!important}.progress-list-progress-editor textarea{min-height:42px!important}.progress-readable-head p{color:#1d3557!important;margin:10px 0 0!important;font-size:17px!important;line-height:1.5!important}.progress-new-fixed-context{color:#002b66!important;background:#f8fbff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;margin:0 0 12px!important;padding:12px 14px!important;font-size:16px!important;line-height:1.45!important}.progress-list-progress-editor{flex-direction:column!important;gap:8px!important;display:flex!important}.progress-list-progress-editor input,.progress-list-progress-editor textarea{box-sizing:border-box!important;width:100%!important}.progress-list-progress-editor textarea{resize:vertical!important;color:#002b66!important;border:1px solid #d5e2f5!important;border-radius:14px!important;min-height:96px!important;padding:10px 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}n .my-events-title-link{text-decoration:none!important;display:block!important}.my-events-title-link:hover{text-decoration:underline!important}.my-events-photo-open-link{line-height:0!important;display:block!important}.my-events-photo-open-link img{cursor:zoom-in!important}n .notes-collection-row-picker{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;margin:14px 0!important;padding:12px!important}.notes-collection-note-row{grid-template-columns:28px minmax(0,1fr) 42px 42px 42px!important;align-items:center!important;gap:8px!important;margin:8px 0!important;display:grid!important}.notes-collection-row-number{color:#6c7b95!important;font-weight:700!important}.notes-collection-note-row select{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;width:100%!important;min-width:0!important;height:48px!important;padding:0 14px!important;font-size:16px!important}.notes-collection-note-row button,.notes-collection-row-actions button{color:#002b66!important;cursor:pointer!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;height:40px!important}.notes-collection-row-actions{gap:8px!important;margin-top:10px!important;display:flex!important}.notes-collection-row-actions button{padding:0 14px!important}n .notes-collection-card h4{font-weight:700!important}.notes-collection-description-field{box-sizing:border-box!important;color:#002b66!important;resize:vertical!important;border:1px solid #d5e2f5!important;border-radius:14px!important;width:100%!important;min-height:110px!important;padding:10px 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}.notes-collection-view-title{color:#002b66!important;font-size:26px!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;display:block!important}.notes-collection-view-title:hover{text-decoration:underline!important}.notes-collection-search{width:100%!important;margin:0 0 18px!important}.notes-collection-group{margin:22px 0!important}.notes-collection-group h2{color:#002b66!important;margin:0 0 10px!important;font-size:26px!important}.notes-collection-topic h3{color:#002b66!important;margin:16px 0 12px!important;font-size:20px!important;font-weight:500!important}.notes-collection-card h4,.notes-v2-list .notes-collection-card h4{font-weight:700!important}n .notes-collection-note-filters{grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;margin:10px 0 12px!important;display:grid!important}.notes-collection-note-filters input,.notes-collection-note-filters select{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;width:100%!important;height:44px!important;padding:0 12px!important;font-size:15px!important}@media (max-width:760px){.notes-collection-note-filters{grid-template-columns:1fr!important}}n .notes-collection-note-select-wrap{grid-template-columns:1fr!important;gap:6px!important;display:grid!important}.notes-collection-note-select-wrap input{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:12px!important;width:100%!important;height:38px!important;padding:0 12px!important;font-size:15px!important}n .notes-collection-note-select-wrap{display:block!important;position:relative!important}.notes-collection-note-dropdown-button{color:#002b66!important;text-align:left!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;width:100%!important;min-height:48px!important;padding:0 14px!important;font-size:16px!important;display:flex!important}.notes-collection-note-dropdown-panel{z-index:50!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;max-height:420px!important;padding:8px!important;position:absolute!important;top:calc(100% + 4px)!important;left:0!important;right:0!important;overflow:auto!important;box-shadow:0 12px 28px #002b6629!important}.notes-collection-note-dropdown-panel input{color:#002b66!important;border:1px solid #d5e2f5!important;border-radius:12px!important;width:100%!important;height:40px!important;margin-bottom:8px!important;padding:0 12px!important}.notes-collection-note-option-group-title{color:#002b66!important;padding:8px 8px 4px!important;font-size:15px!important;font-weight:700!important}.notes-collection-note-option{color:#002b66!important;text-align:left!important;background:#fff!important;border:0!important;border-radius:8px!important;width:100%!important;min-height:34px!important;padding:6px 10px!important;font-size:15px!important}.notes-collection-note-option:hover{background:#edf5ff!important}@media (max-width:760px){.notes-collection-note-row{grid-template-columns:24px minmax(0,1fr) 38px 38px 38px!important;width:100%!important}.notes-collection-note-row select{width:100%!important;min-width:0!important;max-width:calc(100vw - 150px)!important}.notes-collection-row-picker{box-sizing:border-box!important;width:100%!important;overflow:visible!important}.notes-collection-note-row{grid-template-columns:28px 1fr!important;grid-template-areas:"num select"".actions"!important;gap:8px!important;width:100%!important;display:grid!important}.notes-collection-note-row select,.notes-collection-note-select-wrap{grid-area:select!important;width:100%!important;min-width:0!important;max-width:none!important}.notes-collection-note-row button{width:44px!important}.notes-collection-note-row button:first-of-type,.notes-collection-note-row button:nth-of-type(2),.notes-collection-note-row button:nth-of-type(3){grid-row:2!important}.notes-collection-note-row button:first-of-type{grid-column:2!important;justify-self:start!important;margin-left:0!important}.notes-collection-note-row button:nth-of-type(2){grid-column:2!important;justify-self:center!important}.notes-collection-note-row button:nth-of-type(3){grid-column:2!important;justify-self:end!important}.notes-collection-row-picker{padding-left:8px!important;padding-right:8px!important;overflow:visible!important}.notes-collection-note-row{grid-template-columns:24px calc(100vw - 92px)!important;grid-template-areas:"num select"".actions"!important;gap:8px!important;width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)!important;display:grid!important}.notes-collection-row-number{grid-area:num!important}.notes-collection-note-row select{grid-area:select!important;width:calc(100vw - 92px)!important;min-width:calc(100vw - 92px)!important;max-width:calc(100vw - 92px)!important}.notes-collection-note-row button{grid-row:2!important;width:44px!important}.notes-collection-note-row{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;display:flex!important}.notes-collection-row-number{flex:0 0 24px!important}.notes-collection-note-row select{flex:calc(100vw - 76px)!important;width:calc(100vw - 76px)!important;min-width:calc(100vw - 76px)!important;max-width:calc(100vw - 76px)!important}.notes-collection-note-row button{flex:0 0 44px!important}}n .notes-collection-note-row{grid-template-columns:28px minmax(0,1fr)!important;grid-template-areas:"num select"".actions"!important;gap:8px!important;width:100%!important;display:grid!important}.notes-collection-row-number{grid-area:num!important}.notes-collection-note-row select{grid-area:select!important;width:100%!important;min-width:0!important;max-width:none!important}.notes-collection-note-row-actions{grid-area:actions!important;justify-content:flex-start!important;gap:8px!important;display:flex!important}.notes-collection-note-row-actions button{width:44px!important;height:40px!important}.notes-collection-note-row select{width:100%!important;min-width:0!important;max-width:none!important}.notes-collection-note-row button{width:42px!important;height:40px!important}.notes-collection-note-row>.notes-collection-row-number{grid-area:1/1!important;justify-self:start!important}.notes-collection-note-row>button:first-of-type{grid-area:1/3!important}.notes-collection-note-row>button:nth-of-type(2){grid-area:1/4!important}.notes-collection-note-row>button:nth-of-type(3){grid-area:1/5!important}.notes-collection-note-row>button{justify-self:stretch!important;width:42px!important;height:40px!important;margin:0!important}@media (max-width:760px){.notes-collection-note-row{grid-template-columns:24px minmax(0,1fr) 38px 38px 38px!important;gap:6px!important}.notes-collection-note-row>button{width:38px!important;height:38px!important}}.notes-collection-note-row{grid-template-columns:28px minmax(0,1fr) 42px 42px 42px!important;grid-template-areas:none!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.notes-collection-note-row>.notes-collection-row-number{grid-area:1/1!important}.notes-collection-note-row>select{grid-area:1/2!important;width:100%!important;min-width:0!important;max-width:none!important}.notes-collection-note-row>button{grid-row:1!important;width:42px!important;height:42px!important;margin:0!important}.notes-collection-note-row>button:first-of-type{grid-column:3!important}.notes-collection-note-row>button:nth-of-type(2){grid-column:4!important}.notes-collection-note-row>button:nth-of-type(3){grid-column:5!important}@media (max-width:760px){.notes-collection-row-picker{padding:10px 8px!important}.notes-collection-note-row{grid-template-columns:20px minmax(0,1fr) 34px 34px 34px!important;gap:5px!important}.notes-collection-note-row>select{height:44px!important;padding-left:10px!important;padding-right:8px!important;font-size:15px!important}.notes-collection-note-row>button{border-radius:12px!important;width:34px!important;height:34px!important}}.my-people-page .my-chip-btn,.people-page .my-chip-btn,.people-filter-row .my-chip-btn,.people-filters .my-chip-btn{border-radius:14px!important;min-height:40px!important;padding:0 16px!important;font-size:15px!important;font-weight:500!important}main .events-v2-filter-row .events-root-create-btn.my-chip-btn,main .events-v2-filter-row span.events-root-create-btn.my-chip-btn,main .events-v2-filter-row button.events-root-create-btn.my-chip-btn,main .events-v2-filter-row a.events-root-create-btn.my-chip-btn{border-radius:14px!important;height:40px!important;min-height:40px!important;padding:0 16px!important;font-size:15px!important;font-weight:500!important;line-height:40px!important}.events-v2-filter-row .events-root-create-btn.my-chip-btn:not(.active){color:#002b66!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important}.events-v2-filter-row .events-root-create-btn.my-chip-btn.active{color:#fff!important;box-shadow:none!important;background:#5b6df6!important;border:1px solid #5b6df6!important}.my-people-page .events-v2-filter-row:first-of-type,.people-page .events-v2-filter-row:first-of-type,main .events-v2-filter-row:first-of-type{margin-top:14px!important;margin-bottom:16px!important}.my-events-page .events-v2-filter-row:first-of-type .events-root-create-btn.my-chip-btn,.events-root-page .events-v2-filter-row:first-of-type .events-root-create-btn.my-chip-btn{box-shadow:none!important;color:#002b66!important;background:#fff!important;border:1px solid #ff6b6b!important;border-radius:14px!important;outline:none!important;height:40px!important;min-height:40px!important;padding:0 16px!important}.my-events-page .events-v2-filter-row:first-of-type,.events-root-page .events-v2-filter-row:first-of-type{box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important}#events-filter-top,#events-filter-top.events-actions-sticky,#events-filter-top.events-root-create-row,#events-filter-top.events-v2-filter-row{box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}#events-filter-top .events-root-create-btn.my-chip-btn{box-shadow:none!important;color:#002b66!important;background:#fff!important;border:1px solid #ff6b6b!important;border-radius:14px!important;outline:0!important}#events-filter-top,#events-filter-top.events-root-create-row,#events-filter-top.events-v2-filter-row,#events-filter-top.events-actions-sticky{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}#events-filter-top>button.events-root-create-btn.my-chip-btn:first-child{color:#002b66!important;box-shadow:none!important;background:#fff!important;border:1px solid #ff6b6b!important;border-radius:14px!important;outline:none!important}#events-filter-top>a.events-root-create-btn.my-chip-btn,#events-filter-top>a.events-root-create-btn.my-chip-btn.active{color:#fff!important;box-shadow:none!important;background:#5b6df6!important;border:1px solid #5b6df6!important;border-radius:14px!important;outline:none!important}#events-filter-top{box-sizing:border-box!important;margin-top:14px!important;margin-left:18px!important;padding-left:0!important}n .upload-start-default-location{margin:12px 0 18px!important}.upload-start-location-title{color:#002b66!important;margin:0 0 8px!important;font-size:16px!important;font-weight:400!important}.upload-start-actions .events-root-create-btn.my-chip-btn.active{color:#fff!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#5b6df6!important;border:1px solid #5b6df6!important;border-radius:14px!important;padding:0 16px!important}.upload-start-page>.upload-start-section .events-root-create-btn.my-chip-btn{height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important}.upload-start-page h2{font-family:Open Sans,Arial,sans-serif!important}.upload-start-page .upload-start-section h2{font-weight:400!important}.upload-start-page .upload-start-muted{margin-bottom:18px!important;font-family:Open Sans,Arial,sans-serif!important}.upload-start-page,.upload-start-page *,.upload-start-page input,.upload-start-page textarea,.upload-start-page select,.upload-start-page button,.upload-start-page option,.upload-start-page input::placeholder,.upload-start-page textarea::placeholder{font-family:Open Sans,Arial,sans-serif!important}n .event-operations-card span{font-weight:400!important}n .notes-v2-sort-select{color:#002b66!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;padding:0 16px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important}.notes-new-page .note-view-actions button,.notes-new-page button[type=submit],.notes-new-page .notes-new-actions button,.notes-new-actions .events-root-create-btn.my-chip-btn{height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important}.notes-new-actions .events-root-create-btn.my-chip-btn.active{color:#fff!important;background:#5b6df6!important;border:1px solid #5b6df6!important}.notes-new-actions .events-root-create-btn.my-chip-btn:not(.active){color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}n .themes-page .themes-description-field{color:#002b66!important;resize:vertical!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;width:100%!important;min-height:120px!important;padding:10px 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}.themes-page .events-root-create-btn.my-chip-btn.active{color:#fff!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#5b6df6!important;border:1px solid #5b6df6!important;border-radius:14px!important;padding:0 16px!important}.themes-page .notes-common-create{box-shadow:none!important;border:0!important;outline:0!important}.themes-page textarea,.themes-page .themes-description-field{color:#002b66!important;resize:vertical!important;width:100%!important;min-height:120px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;padding:10px 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important}.themes-list-head{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.themes-list-actions .my-chip-btn,.filters-page .my-chip-btn{height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important;font-weight:500!important}.themes-list-actions .my-chip-btn,.themes-list-actions .themes-delete-btn,.filters-page .my-chip-btn:not(.active){color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}.filters-page .my-chip-btn.active,.filters-page button[type=submit]{color:#fff!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#5b6df6!important;border:1px solid #5b6df6!important;border-radius:14px!important;padding:0 16px!important}:is(.filters-page button:has(+button),.filters-page button){border-radius:14px!important}.themes-page-description,.filters-page-description{margin-top:8px!important;margin-bottom:18px!important}.filters-page button,.filters-page .events-root-create-btn.my-chip-btn,.filters-page a.events-root-create-btn.my-chip-btn{height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important}.filters-page .events-root-create-btn.my-chip-btn:not(.active),.filters-page button:not(.active){color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}.themes-page-description,.filters-page-description{margin-top:6px!important;margin-bottom:18px!important}.filters-page .filter-edit-btn,.filters-page .events-root-create-btn.my-chip-btn:not(.active){color:#002b66!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;padding:0 16px!important}.filters-page .event-add-primary-btn,.filters-page .events-root-create-btn.my-chip-btn.active:not(.filter-edit-btn){height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important}.filters-page .filter-edit-btn,.filters-page button[onclick],.filters-page .events-root-create-btn.my-chip-btn{height:40px!important;min-height:40px!important;box-shadow:none!important;border-radius:14px!important;padding:0 16px!important;font-weight:500!important}.filters-page .filter-edit-btn{color:#fff!important;background:#5b6df6!important;border:1px solid #5b6df6!important}.filters-page button.events-root-create-btn.my-chip-btn:not(.filter-edit-btn):not(.active){color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important}.themes-filter-row select{color:#002b66!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:14px!important;height:40px!important;min-height:40px!important;padding:0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important}.events-by-theme-active-only{color:#002b66!important;align-items:center!important;gap:8px!important;margin:8px 0 12px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:15px!important;display:flex!important}n .events-by-theme-photo-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;gap:14px!important;margin-top:14px!important;display:grid!important}.events-by-theme-photo-card{color:#002b66!important;box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;text-decoration:none!important;display:block!important;overflow:hidden!important}.events-by-theme-photo-card img{aspect-ratio:1!important;object-fit:cover!important;background:#f4f6fb!important;width:100%!important;display:block!important}.events-by-theme-photo-caption{color:#002b66!important;padding:8px 10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:13px!important;line-height:1.35!important}.events-by-theme-photo-text{color:#24436f!important;margin-top:8px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:16px!important;line-height:1.35!important}.events-by-theme-photo-viewer{z-index:99999!important;cursor:zoom-out!important;background:#000000eb!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.events-by-theme-photo-viewer img{object-fit:contain!important;max-width:96vw!important;max-height:96vh!important}.events-by-theme-page .my-events-final-title-link,.events-by-theme-page .my-events-title-link,.events-by-theme-page .my-events-final-root-title{color:#002b66!important;font-size:24px!important;font-weight:700!important;line-height:1.15!important}.events-by-theme-page .my-events-final-group-inline,.events-by-theme-page .events-by-theme-item-meta{color:#55709a!important;font-size:17px!important;line-height:1.3!important}.events-by-theme-page .upload-start-muted{font-size:17px!important;line-height:1.3!important}n .upload-by-theme-page .upload-start-intro .upload-start-muted{font-size:17px!important}.events-by-theme-page .events-by-theme-active-only{margin:6px 0 8px!important}.upload-by-theme-checkbox-row{background:0 0!important;border:0!important;margin:8px 0 14px!important;padding:0!important;display:block!important}.upload-by-theme-checkbox-row .events-by-theme-active-only{margin:0!important}n .upload-by-theme-theme-head{color:#002b66!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:12px 0 8px!important;font-size:17px!important;display:flex!important}.upload-by-theme-hidden-label{display:none!important}.upload-by-theme-page .upload-start-section{padding-top:18px!important}.upload-by-theme-create-theme-row{justify-content:flex-start!important;margin:10px 0 18px!important;display:flex!important}.upload-by-theme-create-theme-btn{color:#002b66!important;width:auto!important;min-width:0!important;height:46px!important;min-height:46px!important;box-shadow:none!important;background:#fff!important;border:1px solid #b8d0f0!important;border-radius:16px!important;padding:0 18px!important;font-size:17px!important;font-weight:500!important}.upload-by-theme-checkboxes{background:0 0!important;border:0!important;flex-direction:column!important;gap:12px!important;margin:0 0 18px!important;padding:0!important;display:flex!important}.upload-by-theme-checkboxes label.events-by-theme-active-only{color:#002b66!important;background:0 0!important;border:0!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;font-size:18px!important;font-weight:400!important;line-height:1.35!important;display:flex!important}.upload-by-theme-checkboxes label.events-by-theme-active-only input[type=checkbox]{appearance:auto!important;accent-color:#1d6fe9!important;width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;margin:0!important;padding:0!important}.upload-by-theme-checkboxes label.events-by-theme-active-only span{margin:0!important;padding:0!important;display:inline!important}.upload-by-theme-page .upload-start-muted{margin:8px 0 18px!important}.upload-by-theme-page label>span:not(.upload-by-theme-hidden-label){color:#002b66!important;margin-bottom:6px!important;font-size:17px!important}.upload-by-theme-page select,.upload-by-theme-page input[type=date],.upload-by-theme-page input[type=text],.upload-by-theme-page textarea{border:1px solid #cfe0f7!important;border-radius:16px!important;min-height:54px!important;font-size:18px!important}n .themes-back-button{cursor:pointer!important;text-align:left!important;background:0 0!important;border:0!important;padding:0!important}.themes-page .themes-back-button,button.themes-back-button.note-back-link,n .upload-by-theme-back-button{appearance:none!important;box-shadow:none!important;color:#24436f!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;font:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;outline:0!important;margin:0 0 18px!important;padding:0!important;font-size:16px!important;line-height:1.4!important;display:inline-flex!important}.upload-by-theme-back-button{margin:18px 0!important;padding:0!important}.upload-by-theme-back-button,button.upload-by-theme-back-button,.upload-by-theme-page .upload-by-theme-back-button{appearance:none!important;box-shadow:none!important;color:#24436f!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;font:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;margin:18px 0!important;padding:0!important;font-size:16px!important;line-height:1.4!important;display:inline-flex!important}n .themes-page .themes-description-field{white-space:pre-wrap!important;word-break:normal!important;overflow-wrap:break-word!important;letter-spacing:normal!important;word-spacing:normal!important;-webkit-user-select:text!important;user-select:text!important;font-family:Open Sans,Arial,sans-serif!important;line-height:1.45!important}n .feed-back-link{appearance:none!important;box-shadow:none!important;color:#24436f!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;margin:0 0 18px!important;padding:0!important;font-size:16px!important;display:inline-flex!important}n .person-card-feed-actions{flex-wrap:wrap!important;gap:10px!important;margin:14px 0 18px!important;display:flex!important}n .feed-back-link{appearance:none!important;box-shadow:none!important;color:#24436f!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;font:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;outline:0!important;margin:0 0 18px!important;padding:0!important;font-size:16px!important;line-height:1.4!important;display:inline-flex!important}n .feed-back-link,a.feed-back-link.note-back-link{appearance:none!important;box-shadow:none!important;color:#24436f!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;font:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;outline:0!important;margin:0 0 18px!important;padding:0!important;font-size:16px!important;line-height:1.4!important;text-decoration:none!important;display:inline-flex!important}.person-card-feed-actions .events-root-create-btn.my-chip-btn{border-radius:8px!important;height:42px!important;min-height:42px!important;padding:0 18px!important}.collections-page .notes-common-create{box-shadow:none!important;background:#fff!important;border:1px solid #d5e2f5!important;border-radius:18px!important;padding:16px!important}.collections-page input,.collections-page textarea{color:#002b66!important;box-sizing:border-box!important;border:1px solid #cfe0f7!important;border-radius:16px!important;width:100%!important;padding:12px 14px!important;font-size:17px!important}.collections-page textarea{resize:vertical!important;min-height:90px!important}.collections-page h3{color:#002b66!important;margin:22px 0 10px!important;font-size:20px!important}.collections-page .events-by-theme-active-only{color:#002b66!important;background:0 0!important;border:0!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;margin:8px 0!important;padding:0!important;font-size:16px!important;line-height:1.3!important;display:flex!important}.collections-page .events-by-theme-active-only input[type=checkbox]{accent-color:#1d6fe9!important;width:15px!important;min-width:15px!important;height:15px!important;min-height:15px!important;margin:0!important;padding:0!important}.collections-page .events-by-theme-active-only span{margin:0!important;padding:0!important;display:inline!important}.collections-page .notes-v2-list{margin-top:22px!important}.collections-page .notes-v2-note{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;padding:14px!important}.collections-top-actions{margin:0 0 18px!important}.collections-rect-btn{border-radius:8px!important;height:42px!important;min-height:42px!important;padding:0 18px!important}.collections-list-card h3{color:#002b66!important;margin:0 0 8px!important;font-size:22px!important}.collections-card-meta{color:#55709a!important;margin:8px 0 12px!important;font-size:15px!important}.collections-chip-list{flex-wrap:wrap!important;gap:8px!important;margin:8px 0 14px!important;display:flex!important}.collections-check-list{flex-direction:column!important;gap:8px!important;max-height:260px!important;margin:8px 0 14px!important;padding:8px 0!important;display:flex!important;overflow:auto!important}.collections-check-list label{color:#002b66!important;align-items:center!important;gap:8px!important;font-size:16px!important;display:flex!important}.collections-page .collections-rect-btn,.collections-page a.collections-rect-btn,.collections-page button.collections-rect-btn{border-radius:8px!important;height:42px!important;min-height:42px!important;padding:0 18px!important}.collections-page .collections-top-actions .collections-rect-btn{border-radius:8px!important}.collections-page .notes-v2-note .events-root-create-row{flex-wrap:wrap!important;gap:10px!important;margin-top:14px!important;display:flex!important}.collections-page .notes-v2-note .events-root-create-row .events-root-create-btn{margin:0!important}.collections-page .notes-v2-note .events-root-create-row a,.collections-page .notes-v2-note .events-root-create-row button{border-radius:8px!important;height:42px!important;min-height:42px!important;padding:0 18px!important}.themes-list-top-actions{align-items:center!important;margin:0 0 18px!important;display:flex!important}.themes-list-top-actions .notes-v2-add{border-radius:8px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 18px!important;display:inline-flex!important}.themes-list-filters{margin-bottom:18px!important}.themes-list-actions{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.themes-list-actions .events-root-create-btn{border-radius:8px!important;margin:0!important}.themes-edit-form{margin-top:18px!important}.theme-rules-section{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;margin:22px 0!important;padding:16px!important}.theme-rules-section h2{color:#002b66!important;margin:0 0 16px!important;font-size:22px!important}.theme-rules-section h3{color:#002b66!important;margin:20px 0 8px!important;font-size:18px!important}.theme-rules-chip-list{flex-wrap:wrap!important;gap:8px!important;margin:8px 0 16px!important;display:flex!important}.theme-rules-chip-list .events-root-create-btn.my-chip-btn{margin:0!important}.theme-ordered-select{background:#fff!important;border:1px solid #d5e2f5!important;border-radius:16px!important;margin:18px 0!important;padding:14px!important}.theme-ordered-select-title{color:#002b66!important;margin:0 0 10px!important;font-size:17px!important;line-height:1.3!important;display:block!important}.theme-ordered-select-rows{flex-direction:column!important;gap:8px!important;display:flex!important}.theme-ordered-select-row{grid-template-columns:24px minmax(0,1fr) 44px 44px 54px!important;align-items:center!important;gap:8px!important;display:grid!important}.theme-ordered-select-number{color:#55709a!important;text-align:center!important;font-weight:700!important}.theme-ordered-select-row select{color:#002b66!important;background:#fff!important;border:1px solid #cfe0f7!important;border-radius:15px!important;width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0 16px!important;font-size:16px!important}.theme-order-button{color:#002b66!important;background:#fff!important;border:1px solid #cfe0f7!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:44px!important;min-width:44px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;display:inline-flex!important}
