@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Unbounded:wght@500;700&display=swap";:root{--bg-1: #f7fbff;--bg-2: #fff9f3;--surface-2: #f4f9ff;--ink: #1d2630;--muted: #60708a;--primary: #1677ff;--primary-soft: #d7e8ff;--accent: #ff9c5b;--border: #d9e2ef;--card: #ffffff;--surface-grad: linear-gradient(180deg, #ffffff, #f6f9ff);--surface-grad-soft: linear-gradient(180deg, #fbfdff, #f4f8ff);--surface-grad-block: linear-gradient(180deg, #f4f8ff, #eaf2ff);--warning: #fff2c7;--error: #d63d52;--success: #0e8f59}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{font-family:Manrope,sans-serif;color:var(--ink);background:radial-gradient(circle at 8% 0%,#deeeff 0,transparent 30%),radial-gradient(circle at 92% 8%,#ffe3cf 0,transparent 28%),radial-gradient(circle at 50% 100%,#ebf5ff 0,transparent 25%),linear-gradient(160deg,var(--bg-1),var(--bg-2));background-attachment:fixed}h1,h2,h3,h4{margin:0;font-family:Unbounded,sans-serif;letter-spacing:-.02em}.ui-icon{flex-shrink:0}.app-frame{width:min(980px,100%);margin:0 auto;min-height:100vh;display:flex;flex-direction:column;gap:10px;padding:12px}.topbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0 12px;animation:slide-in-down .45s ease both}.topbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#1677ff00,#1677ff52 24%,#1677ff52 76%,#1677ff00)}.topbar__brand{display:flex;align-items:center;gap:10px;min-width:0}.topbar__logo{width:52px;height:52px;object-fit:cover;border-radius:10px;border:1px solid #d5deec;box-shadow:0 8px 18px #144a8b29;flex-shrink:0}.topbar__subtitle{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.topbar__title{font-size:21px;white-space:nowrap}.topbar__logout{display:inline-flex;align-items:center;gap:5px;padding:4px 2px;border:none;background:transparent;color:#2d4a73;font-weight:700;font-size:13px;line-height:1;flex-shrink:0;cursor:pointer;transition:color .2s ease,opacity .2s ease}.topbar__logout:hover{color:#0f5ec7;opacity:.82}.topbar__logout:focus-visible{outline:2px solid #9dc0ff;outline-offset:2px;border-radius:6px}.top-nav{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding:8px 0 2px;animation:slide-in-down .5s ease both}.content{display:grid;gap:16px;padding-bottom:14px}.page-section{display:grid;gap:12px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-card{width:min(560px,100%);background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 10px 35px #203b5e14;display:grid;gap:12px;animation:fade-up .5s ease both}.reg-form{display:grid;gap:10px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tab{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;cursor:pointer;font-weight:700;transition:background-color .2s ease,border-color .2s ease}.tab:hover{background:#f3f8ff;border-color:#c5d8f3}.tab_active{border-color:var(--primary);background:var(--primary-soft)}.panel{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:0 8px 26px #203b5e12;animation:fade-up .4s ease both;display:grid;gap:12px}.panel-title{font-size:17px;line-height:1.35}.field{display:grid;gap:8px}.field span{color:var(--muted);font-size:14px}.date-input{min-width:0;max-width:100%}input,select,textarea,button{font:inherit}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;min-width:0;max-width:100%;border-radius:12px;border:1px solid var(--border);padding:10px 12px;background:#fff;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}input[type=date],input[type=datetime-local]{display:block;min-width:0;max-width:100%}input[type=checkbox],input[type=radio]{width:16px;height:16px;margin:0;padding:0;flex:0 0 auto}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1677ff26;background:#fff}textarea{resize:vertical}.autocomplete{position:relative}.autocomplete__list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 24px #144a8b26;padding:6px;display:grid;gap:4px;max-height:240px;overflow-y:auto}.autocomplete__option{border:1px solid transparent;background:#fff;border-radius:8px;text-align:left;padding:7px 8px;cursor:pointer}.autocomplete__option:hover{border-color:#c7d9f4;background:#f6faff}.primary-btn,.ghost-btn,.chip{border:1px solid var(--border);border-radius:12px;padding:8px 11px;cursor:pointer;transition:filter .2s ease,background-color .2s ease,border-color .2s ease}.primary-btn{background:linear-gradient(135deg,#0f7cff,#26a5ff);border-color:#0f7cff;color:#fff;font-weight:700}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.ghost-btn,.chip{background:#fff}.primary-btn:hover{filter:brightness(.95)}.ghost-btn:hover,.chip:hover{background:#f3f7ff;border-color:#c5d8f3}.row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.auth-telegram-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;text-decoration:none;font-weight:700;color:var(--ink)}.actions{display:grid;gap:12px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.panel-head__actions{margin-left:auto;justify-content:flex-end}.notifications-head__actions{display:grid;gap:6px;justify-items:end}.notifications-head__read-row{width:100%;display:flex;justify-content:flex-end}.notifications-head__read-all{width:auto}.days-row{display:flex;flex-wrap:wrap;gap:8px}.days-row_stretch{width:100%;flex-wrap:nowrap}.days-row_compact{gap:6px}.day-chip{min-width:40px;padding:6px 9px;display:inline-flex;align-items:center;justify-content:center;line-height:1.1}.days-row_stretch .day-chip{flex:1 1 0;min-width:0}.other-panel{gap:14px}.chip_active{background:var(--primary-soft);border-color:var(--primary)}.schedule-panel{gap:16px}.schedule-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.schedule-head__meta{margin:0;color:var(--muted);font-size:13px;display:inline-flex;align-items:center;gap:6px}.section-title{margin:0;font-size:15px}.section-heading{display:inline-flex;align-items:center;gap:8px}.section-heading_sm{gap:6px}.lessons-block{display:grid;gap:10px}.lesson-list{display:grid;gap:8px}.lesson{border:1px solid #d6e2f4;border-radius:11px;padding:9px 10px;background:var(--surface-grad);animation:fade-up .35s ease both;display:grid;gap:5px}.lesson_current{border-color:var(--primary);background:var(--surface-grad-block);box-shadow:0 8px 20px #1677ff24}.lesson__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;border-bottom:1px dashed #d7e3f3;padding-bottom:6px}.lesson__head-right{display:inline-flex;align-items:center;gap:6px;margin-left:auto}.lesson__title{margin:0;font-size:14.5px;line-height:1.25}.lesson__time{margin:0;color:#3f5573;font-size:12.5px;border:1px solid #d2deef;border-radius:8px;padding:2px 7px;background:#fff;white-space:nowrap}.lesson__badge{border:1px solid #94bcf5;border-radius:8px;padding:2px 8px;font-size:11.5px;color:#0f5ecd;background:#e8f2ff;font-weight:700}.lesson__entry{display:grid;gap:4px;padding:5px 0}.lesson__entry+.lesson__entry{border-top:1px dashed #d7e3f3;padding-top:6px}.lesson__entry p{margin:0}.lesson__entry-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.lesson__subject{font-weight:700;color:#243247;font-size:14.5px;line-height:1.25;flex:1}.lesson__meta-grid{display:flex;flex-wrap:wrap;gap:8px 12px}.lesson__meta-chip{margin:0;display:inline-flex;align-items:center;gap:5px;color:#4a5d79;font-size:13px;font-weight:600}.lesson__cabinet-inline{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #95baf8;border-radius:8px;padding:3px 9px;background:linear-gradient(180deg,#eef5ff,#e4efff);color:#104caa;font-weight:700;font-size:13.5px;white-space:nowrap}.extras{border:1px dashed #c8dcf9;background:var(--surface-grad-block);border-radius:11px;padding:10px;display:grid;gap:8px}.extra-item{border:1px solid #d5e2f3;border-radius:8px;background:var(--surface-grad);padding:7px 8px;display:grid;gap:4px;animation:fade-up .32s ease both}.extra-item__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.extra-item__title{margin:0;font-weight:700;font-size:14.5px}.extra-item__place-inline{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #95baf8;border-radius:8px;padding:3px 9px;background:linear-gradient(180deg,#eef5ff,#e4efff);color:#104caa;font-weight:700;font-size:13.5px;white-space:nowrap}.extra-item__meta{display:flex;flex-wrap:wrap;gap:8px 12px}.extra-item__meta-chip{margin:0;display:inline-flex;align-items:center;gap:5px;color:#4a5d79;font-size:13px;font-weight:600}.extra-item__meta-chip_link{text-decoration:none;color:#0d5bc7}.extras__list{display:grid;gap:8px}.extra-item__times{display:grid;gap:4px}.extra-item__time-line{margin:0;display:inline-flex;align-items:center;gap:6px;color:#3f5270;font-weight:600;font-size:13px}.extra-item p,.extra-item a{margin:0}.empty-schedule{border:1px dashed #bdd4f4;border-radius:11px;padding:14px;background:#fff;text-align:center;display:grid;gap:6px}.empty-schedule__emoji{margin:0;font-size:24px}.empty-schedule__title{font-size:15px}.empty-schedule__hint{margin:0;font-size:14px}.changes{border:1px dashed #c5daf6;background:var(--surface-grad-block);border-radius:11px;padding:10px;animation:pulse-in .35s ease both;display:grid;gap:8px}.changes__title{margin:0;font-size:16px}.changes__group{display:grid;gap:5px}.changes__group-title{margin:0;font-size:15px}.change-item{border:1px solid #d6e2f4;border-radius:8px;padding:8px 9px;background:var(--surface-grad);transition:border-color .18s ease;display:grid;gap:5px;animation:fade-up .32s ease both}.change-item:hover{border-color:#bdd3f5}.change-item p{margin:0}.change-item__head{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px dashed #d7e3f3;padding-bottom:6px}.change-item__lesson{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #95baf8;border-radius:8px;padding:2px 8px;background:linear-gradient(180deg,#eef5ff,#e4efff);color:#104caa;font-size:12.5px;font-weight:700;white-space:nowrap}.change-item__class{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #d5e1f4;border-radius:8px;padding:2px 8px;background:#fff;color:#4a5d79;font-size:13px;font-weight:700;white-space:nowrap}.change-item__entry-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.change-item__title{margin:0;flex:1;font-weight:700;color:#243247;font-size:14.5px}.change-item__cabinet-inline{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #95baf8;border-radius:8px;padding:3px 9px;background:linear-gradient(180deg,#eef5ff,#e4efff);color:#104caa;font-weight:700;font-size:13.5px;white-space:nowrap}.change-item__cabinet-plain{margin:0;display:inline-flex;align-items:center;gap:6px;color:#104caa;font-weight:800;font-size:14.5px}.change-item__meta,.change-item__planned-inline{margin:0;display:inline-flex;align-items:center;gap:5px;color:#4a5d79;font-size:13px}.change-item__planned-inline{color:#3f5270}.list{display:grid;gap:8px}.list-item{border:1px solid var(--border);border-radius:8px;padding:8px;background:#fff}.kv-list p{margin:6px 0}.post-meta{margin:0 0 8px;color:var(--muted);font-size:13px}.feed-tools{display:grid;gap:12px}.file-dropzone{border:1px dashed #b7cdee;border-radius:12px;background:#f8fbff;padding:10px;display:grid;gap:8px;transition:border-color .2s ease,background-color .2s ease}.file-dropzone_dragover{border-color:#0f7cff;background:#edf5ff}.file-dropzone__input{display:none}.file-dropzone__head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.file-dropzone__title{margin:0;color:#2a3d5a;font-weight:700;font-size:13.5px}.file-dropzone__hint{margin:0;font-size:12px}.file-dropzone__list{display:grid;gap:6px}.file-dropzone__item{border:1px solid #d4e2f5;border-radius:10px;background:#fff;padding:8px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px}.file-dropzone__item-name,.file-dropzone__item-meta{margin:0;min-width:0}.file-dropzone__item-name{font-size:13px;font-weight:700;overflow-wrap:anywhere}.file-dropzone__item-meta{font-size:12px}.file-dropzone__remove{padding:5px 8px;font-size:12px}.post-attachments{margin-top:10px;display:grid;gap:8px}.post-attachments__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:6px}.post-attachments__tile{border:1px solid #d3e1f4;border-radius:10px;overflow:hidden;background:#f2f7ff;cursor:pointer;position:relative;padding:0;min-height:104px}.post-attachments__tile img,.post-attachments__tile video{width:100%;height:124px;object-fit:cover;display:block;border:0}.post-attachments__tile-placeholder{width:100%;height:124px;display:inline-flex;align-items:center;justify-content:center;color:#60799d;font-size:12px;font-weight:700;background:linear-gradient(180deg,#eef4fd,#e5eefb)}.post-attachments__size-mark{position:absolute;left:8px;bottom:8px;border-radius:999px;background:#0b1c35ad;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;font-size:12px;font-weight:600;line-height:1.1}.post-attachments__video-mark{position:absolute;right:8px;bottom:8px;border-radius:999px;background:#0b1c35ad;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:4px}.post-attachments__audio-list,.post-attachments__file-list{display:grid;gap:6px}.post-attachments__audio-item{border:1px solid #d3e1f4;border-radius:10px;background:#fff;padding:8px;display:grid;gap:7px}.post-attachments__audio-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.post-attachments__file-name{margin:0;display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:13px;font-weight:700;color:#2d4463}.post-attachments__file-size{font-size:12px;font-weight:600;line-height:1.1;color:#6380a6}.post-attachments__download-link{text-decoration:none;display:inline-flex;align-items:center;gap:4px;border:1px solid transparent;border-radius:8px;padding:3px 7px;color:#0f5ec7;font-size:12.5px;font-weight:700;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.post-attachments__download-link:hover{color:#0b4fa9;background:#eef5ff;border-color:#c4d8f3}.post-attachments__audio-item audio{width:100%;height:34px}.post-attachments__file-link{border:1px solid #d3e1f4;border-radius:10px;background:#fff;padding:8px 10px;text-decoration:none;display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;color:#315079;font-size:13px;font-weight:700}.post-attachments__file-link:hover{border-color:#aac6ea;background:#f8fbff}.post-attachments__file-link-name{overflow-wrap:anywhere}.media-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#071222db;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);place-items:center;padding:56px 66px 18px}.media-viewer__close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#00000038;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.media-viewer__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:36px;height:36px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#00000038;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.media-viewer__arrow_left{left:14px}.media-viewer__arrow_right{right:14px}.media-viewer__figure{margin:0;width:min(1080px,100%);max-width:100%;height:min(100%,calc(100vh - 74px));display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px}.media-viewer__stage{width:100%;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.media-viewer__figure img,.media-viewer__figure video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:10px;border:1px solid rgba(255,255,255,.32);background:#0d1725}.media-viewer__caption{width:100%;display:grid;justify-items:center;gap:8px;border-radius:10px;background:#0712228f;padding:8px 10px;color:#fff;font-size:13px;font-weight:700;text-align:center}.media-viewer__meta{display:flex;align-items:center;gap:7px 10px;flex-wrap:wrap;justify-content:center}.media-viewer__caption-name{min-width:0;overflow-wrap:anywhere}.media-viewer__size{font-size:12px;font-weight:600;line-height:1.1;color:#fff}.media-viewer__download{display:inline-flex;align-items:center;gap:5px;justify-content:center;width:auto;max-width:none;color:#fff;border-color:#ffffff80;background:#ffffff14}.media-viewer__download:hover,.media-viewer__download:focus-visible{color:#fff;border-color:#ffffff9e;background:#122138a8}.feed-tags-cloud{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.post-body{margin:0;white-space:pre-wrap}.post-edited{margin:8px 0 0;color:var(--muted);font-size:12px;font-style:italic}.post-tags{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.tag-badge{border:1px solid #c5d8f3;border-radius:999px;background:#f2f7ff;color:#1b467f;font-size:12px;font-weight:700;padding:5px 10px;cursor:pointer}.tag-badge:hover{background:#e8f1ff;border-color:#a9c5eb}.tag-badge_active{background:#0f7cff;border-color:#0f7cff;color:#fff}.scheduled-tag-badge{cursor:default}.scheduled-tag-badge:hover{background:#f2f7ff;border-color:#c5d8f3}.post-feedback{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.post-reactions{display:flex;flex-wrap:wrap;gap:4px}.reaction-btn{border:1px solid #d8e3f6;border-radius:999px;background:#fff;color:#2f4563;min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:2px 7px;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.reaction-btn:hover{background:#f7fbff;border-color:#b7cfee}.reaction-btn_active{background:#e8f1ff;border-color:#7eaee8;color:#0f488e}.reaction-count{font-size:11px;font-weight:800;color:inherit}.reaction-btn:disabled{opacity:.65;cursor:not-allowed}.post-views{display:inline-flex;align-items:center;gap:4px;color:#5a6e8c;font-size:12px;font-weight:700;line-height:1}.post-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.post-delete-btn{border-color:#efbec8;color:#a63a4f}.post-delete-btn:hover{border-color:#e7a7b4;background:#fff4f7}.post-edit{display:grid;gap:10px}.post-edit-existing-files{display:grid;gap:6px}.post-edit-existing-files__item{border:1px solid #d3e1f4;border-radius:10px;background:#fff;padding:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.post-edit-existing-files__item_removed{opacity:.6;border-style:dashed}.post-edit-existing-files__name{margin:0;font-size:13px;font-weight:700;color:#2d4463;overflow-wrap:anywhere}.feed-post__title-text{display:inline}.mdv2-link{color:#0d5bc7;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;font-weight:700}.mdv2-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.94em;background:#eef3fb;padding:1px 5px;border-radius:6px}.mdv2-pre{margin:6px 0;padding:8px;border:1px solid #d5e1f4;border-radius:8px;background:#f7fbff;overflow-x:auto}.mdv2-pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.94em}.mdv2-spoiler{background:#243247;color:transparent;border-radius:6px;padding:0 4px}.mdv2-spoiler:hover{color:#fff}.badge{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:8px;background:var(--accent);color:#2d1906;padding:0 6px;font-size:12px;font-weight:800;margin-left:4px}.warning{margin:8px 0 0;background:var(--warning);border-radius:8px;padding:8px;animation:pulse-in .3s ease both}.warning_with_icon{display:inline-flex;align-items:center;gap:7px}.captcha-widget{min-height:66px}.error{color:#b42b42;margin:0;border:1px solid #f0c2cc;background:#fff4f7;border-radius:9px;padding:10px 12px;font-weight:600}.success{color:var(--success);margin:8px 0}.muted{color:var(--muted)}.nav-link{text-decoration:none;color:#314661;border:none;border-bottom:2px solid transparent;border-radius:0;padding:7px 2px 6px;text-align:center;white-space:nowrap;background:transparent;font-size:13.5px;display:inline-flex;align-items:center;gap:6px;justify-content:center;transition:color .18s ease,border-color .18s ease,opacity .18s ease}.nav-link:hover{color:#0f5ec7;opacity:.82}.exams-panel,.exams-result{gap:10px}.exams-filters-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.exam-list{display:grid;gap:8px}.exam-item{border:1px solid #d7e3f4;border-radius:8px;padding:8px 9px;background:#fff;display:grid;gap:4px;animation:fade-up .32s ease both}.exam-item__title{margin:0;font-weight:700;color:#243247;font-size:14.5px;line-height:1.25}.exam-item__date-line{margin:0;display:inline-flex;align-items:center;gap:6px;color:#104caa;font-size:13.5px;font-weight:700}.extras-picker-panel{gap:12px}.extras-picker-panel_has-floating-actions{padding-bottom:0}.extras-head{justify-content:space-between;align-items:center}.extras-filter{margin-bottom:2px}.extras-groups{display:grid;gap:14px;margin-bottom:8px}.extras-group{border:1px solid #d6e2f4;border-radius:9px;padding:9px;background:var(--surface-grad-block);display:grid;gap:6px}.extras-group__title{margin:0;font-size:15px}.extra-pick-item{border:1px solid #d7e3f4;border-radius:8px;background:#fff;padding:7px 8px;display:grid;gap:4px}.extra-pick-item__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.extra-pick-item__check{display:inline-flex;align-items:center;gap:8px;font-weight:600;line-height:1.25}.extra-pick-item__check input{width:16px;height:16px;accent-color:var(--primary)}.extra-pick-item__place{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #95baf8;border-radius:8px;padding:3px 9px;background:linear-gradient(180deg,#eef5ff,#e4efff);color:#104caa;font-weight:700;font-size:13.5px;white-space:nowrap}.extra-pick-item__meta{display:flex;flex-wrap:wrap;gap:5px}.extra-pick-item__chip{margin:0;display:inline-flex;align-items:center;gap:5px;border:1px solid #d5e1f4;border-radius:8px;padding:3px 8px;background:#fff;color:#4a5d79;font-size:13px}.extra-pick-item__chip_link{text-decoration:none;color:#0d5bc7}.extras-actions{justify-content:space-between;align-items:center}.extras-actions_floating{position:sticky;top:8px;width:100%;border:1px solid #cdddf4;border-radius:12px;background:#fffffff7;box-shadow:0 8px 16px #2042761f;padding:6px 8px;z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);margin-bottom:8px}.extras-actions_floating .primary-btn,.extras-actions_floating .ghost-btn{padding:5px 10px;font-size:13px}.extras-actions_floating .muted{margin:0 0 0 auto;font-size:12px;white-space:nowrap}.contacts-panel{gap:14px}.contacts-block{border:1px solid var(--border);border-radius:9px;padding:10px;background:#fff;display:grid;gap:6px}.contacts-block h3{font-size:15px}.contacts-block a{word-break:break-word}.nav-link.router-link-exact-active,.nav-link.router-link-active{color:#0f5ec7;border-bottom-color:var(--primary)}.notif{border-left:3px solid transparent}.notif_new{border-left-color:var(--accent);background:#f6f9ff}.notif-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checks{display:flex;flex-wrap:wrap;gap:10px}.checks label{display:inline-flex;align-items:center;gap:7px}.targeting-block{display:grid;gap:10px;border:1px solid var(--border);border-radius:14px;padding:12px;background:#fff}.targeting-note{margin:0;font-size:13px}.targeting-grid{display:grid;grid-template-columns:minmax(180px,220px) 1fr;gap:10px}.targeting-box{border:1px solid var(--border);border-radius:9px;padding:10px;background:#fff;display:grid;gap:8px}.targeting-box p{margin:0;font-size:13px}.targeting-checks{display:grid;gap:7px}.class-checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:7px 8px}.targeting-option{display:inline-flex;align-items:center;gap:7px;font-size:14px}.admin-page,.admin-page .panel,.admin-page .targeting-block,.admin-page .targeting-box{min-width:0}.admin-page .targeting-option{min-width:0;overflow-wrap:anywhere}.targeting-option input{width:16px;height:16px;accent-color:var(--primary)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.stats-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.stats-kpi{border:1px solid var(--border);border-radius:10px;padding:8px 10px;background:#fff;display:grid;grid-template-rows:auto 1fr;gap:4px}.stats-kpi p{margin:0}.stats-kpi__label{display:inline-flex;align-items:center;gap:6px;min-height:34px}.stats-kpi__value{margin:0;font-size:24px;font-weight:800;color:#233247;align-self:end}.stats-box{gap:6px}.stats-list{display:grid;gap:5px}.stats-row{margin:0;display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:13px;color:#425675}.stats-endpoint{overflow-wrap:anywhere}.stats-statuses,.stats-7d{display:flex;flex-wrap:wrap;gap:8px}.stats-status-item{margin:0;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:5px 10px;background:#fff}.stats-page .panel{gap:10px}.chart-box{width:100%;min-height:280px;border:1px solid #d9e3f2;border-radius:12px;padding:4px;background:#fff}.stats-role-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.stats-role-card{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#fff;display:grid;gap:6px}.stats-role-card__label{margin:0;display:inline-flex;align-items:center;gap:6px}.stats-role-card__value{margin:0;font-size:24px;font-weight:800;color:#233247}.stats-parallel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:10px;align-items:stretch}.stats-parallel-card{border:1px solid var(--border);border-radius:12px;padding:10px;background:#fff;display:grid;gap:8px;animation:fade-up .33s ease both}.stats-parallel-card__head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;border-bottom:1px dashed #d7e3f3;padding-bottom:6px}.stats-parallel-card__title{margin:0;color:#425675;font-size:14px;font-weight:700}.stats-parallel-card__total{margin:0;color:#0f5ec7;font-size:18px;font-weight:800}.stats-parallel-card__classes{display:flex;flex-direction:column;justify-content:space-between;gap:5px;min-height:calc(var(--parallel-rows, 1) * 24px)}.stats-parallel-class{margin:0;display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px;color:#334963}.chart-box_small{min-height:260px}.task-progress{display:grid;gap:6px}.task-progress__track{height:8px;border-radius:8px;background:#e8f0fb;overflow:hidden}.task-progress__fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#0f7cff,#28b0ff);transition:width .28s ease}.security-page .panel{gap:10px}.security-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.security-tab{border:1px solid var(--border);border-radius:10px;padding:9px 11px;cursor:pointer;background:#fff;font-weight:700;color:#324865;text-align:center;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.security-tab:hover{background:#f3f8ff;border-color:#c5d8f3}.security-tab_active{border-color:var(--primary);background:var(--primary-soft);color:#0f5ec7}.security-table-head{justify-content:space-between;align-items:center}.security-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:10px;background:#fff}.security-table{width:100%;border-collapse:collapse;min-width:1180px}.security-table th,.security-table td{border-bottom:1px solid #e6edf7;padding:8px 10px;text-align:left;font-size:13px;vertical-align:top}.security-table th{background:#f4f8ff;color:#3b5270;font-weight:700;position:sticky;top:0;z-index:1}.security-path{max-width:440px;word-break:break-word}.security-pagination{justify-content:flex-start;align-items:flex-end}.security-page-size{width:170px;margin-left:auto}.security-user-load-row{align-items:flex-end}.security-user-chat-id{min-width:min(300px,100%);flex:1 1 300px}.security-checkbox{display:inline-flex;align-items:center;gap:8px;color:#324865;font-weight:600}.cookie-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#14243a73;display:grid;place-items:center;padding:14px}.cookie-modal{width:min(560px,100%);border:1px solid var(--border);border-radius:14px;background:var(--card);box-shadow:0 18px 42px #172f4f3d;padding:16px;display:grid;gap:10px}.yws-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;background:#14243a99;display:grid;place-items:center;padding:14px}.yws-modal{width:min(1120px,100%);max-height:92vh;overflow:auto}.yws-modal__head{justify-content:space-between;align-items:center}.yws-modal__meta{margin:0;overflow-wrap:anywhere;font-size:13px}.yws-modal__frame{width:100%;min-height:66vh;border:1px solid var(--border);border-radius:10px;background:#fff}.security-sheets-list{display:grid;gap:8px}.security-sheets-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr auto;gap:8px;align-items:end;border:1px solid var(--border);border-radius:10px;padding:8px;background:#fff}.page-section>:nth-child(1){animation-delay:.02s}.page-section>:nth-child(2){animation-delay:.08s}.page-section>:nth-child(3){animation-delay:.14s}.page-section>:nth-child(4){animation-delay:.2s}.page-section>:nth-child(5){animation-delay:.26s}.page-section>:nth-child(6){animation-delay:.32s}.page-section>:nth-child(7){animation-delay:.38s}.page-section>:nth-child(8){animation-delay:.44s}.lesson-list>:nth-child(1),.exam-list>:nth-child(1),.extras__list>:nth-child(1),.changes__group>:nth-child(1),.stats-parallel-grid>:nth-child(1){animation-delay:.03s}.lesson-list>:nth-child(2),.exam-list>:nth-child(2),.extras__list>:nth-child(2),.changes__group>:nth-child(2),.stats-parallel-grid>:nth-child(2){animation-delay:.08s}.lesson-list>:nth-child(3),.exam-list>:nth-child(3),.extras__list>:nth-child(3),.changes__group>:nth-child(3),.stats-parallel-grid>:nth-child(3){animation-delay:.13s}.lesson-list>:nth-child(4),.exam-list>:nth-child(4),.extras__list>:nth-child(4),.changes__group>:nth-child(4),.stats-parallel-grid>:nth-child(4){animation-delay:.18s}.lesson-list>:nth-child(5),.exam-list>:nth-child(5),.extras__list>:nth-child(5),.changes__group>:nth-child(5),.stats-parallel-grid>:nth-child(5){animation-delay:.23s}.lesson-list>:nth-child(6),.exam-list>:nth-child(6),.extras__list>:nth-child(6),.changes__group>:nth-child(6),.stats-parallel-grid>:nth-child(6){animation-delay:.28s}.security-sheets-key{min-width:0}@media(min-width:901px){.topbar__title{font-size:23px}.topbar__subtitle{font-size:13px}.panel-title{font-size:18px}.section-title,.changes__title{font-size:17px}.section-heading_sm,.changes__group-title{font-size:16px}.nav-link{font-size:14px}.field span{font-size:15px}}.task-progress__percent{margin-top:-2px}.page-enter-active,.page-leave-active{transition:opacity .24s ease,transform .24s ease}.page-enter-from,.page-leave-to{opacity:0;transform:translateY(6px)}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media(max-width:900px){.app-frame{width:100%;padding:10px}.topbar{padding:4px 0 10px}.topbar__logo{width:42px;height:42px;border-radius:10px}.topbar__title{font-size:18px}.topbar__subtitle{font-size:10px}.topbar__logout{padding:4px 0;font-size:12px;gap:4px}.grid-2,.targeting-grid{grid-template-columns:1fr}.targeting-block>.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.stats-kpis{grid-template-columns:1fr 1fr}.chart-box{min-height:240px}.security-tabs{grid-template-columns:1fr}.security-page-size{margin-left:0;width:100%;max-width:220px}.security-sheets-row{grid-template-columns:1fr}.yws-modal__frame{min-height:56vh}.lesson__entry-main,.extra-item__head,.change-item__head,.change-item__entry-main,.extra-pick-item__head,.exam-item{flex-wrap:wrap}.file-dropzone__item{grid-template-columns:minmax(0,1fr)}.file-dropzone__remove{justify-self:start}.extras-actions_floating{top:6px;padding:6px}.media-viewer{padding:46px 10px 14px}.media-viewer__figure{height:min(100%,calc(100vh - 62px))}.media-viewer__arrow{display:none}}@media(max-width:460px){.extras-actions_floating .primary-btn,.extras-actions_floating .ghost-btn{padding:4px 8px;font-size:12.5px}.stats-kpis{grid-template-columns:1fr}}
