*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0}input,button,a,select{font:inherit}a{color:#93c5fd}.centered{min-height:100vh;display:grid;place-items:center;padding:16px}.page{max-width:980px;margin:0 auto;padding:16px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.card{background:#111827;border-radius:12px;padding:16px;margin:12px 0;box-shadow:0 8px 26px #02061773;display:grid;gap:10px}.row{display:flex;gap:8px;flex-wrap:wrap}button{border:0;border-radius:10px;background:#334155;color:#e2e8f0;padding:8px 12px;cursor:pointer;transition:background .18s ease,transform .18s ease}button:hover{background:#475569}input{border:1px solid #334155;border-radius:10px;padding:10px;background:#0f172a;color:#e2e8f0}select{border:1px solid #334155;border-radius:10px;padding:8px;background:#0f172a;color:#e2e8f0}.error{color:#fca5a5}.created{border:1px dashed #3b82f6;border-radius:10px;padding:12px}.room-item{border:1px solid #334155;border-radius:10px;padding:12px;margin:10px 0;display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-login-page{background:#f1f5f9;min-height:100vh}.admin-login-page .card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 24px #0f172a0f;color:#0f172a}.admin-login-page .card h1{color:#0f172a}.admin-login-page input{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.admin-login-page .error{color:#dc2626}.admin-login-submit{width:100%}.admin-workspace{min-height:100vh;display:flex;background:#f1f5f9;color:#0f172a}.admin-sidebar{width:240px;border-right:1px solid #e2e8f0;background:#fff;padding:20px 14px;display:flex;flex-direction:column;gap:14px;box-shadow:1px 0 #0f172a0a}.admin-sidebar-title{font-weight:700;color:#0f172a;font-size:14px;letter-spacing:.2px}.admin-sidebar-nav{display:flex;flex-direction:column;gap:6px}.admin-nav-item{text-align:left;background:transparent;border:1px solid transparent;color:#475569;padding:9px 10px;border-radius:10px;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-nav-item:hover{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.admin-nav-item.active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;font-weight:600}a.admin-nav-external-link{text-decoration:none;display:block;font:inherit;box-sizing:border-box}.admin-sidebar-extras{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:12px;border-top:1px solid #e2e8f0}.admin-telegram-label{font-size:11px;font-weight:600;color:#64748b;letter-spacing:.02em}.admin-toggle-btn{text-align:center;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:13px;font-weight:600;color:#475569;transition:background .15s ease,border-color .15s ease,color .15s ease}.admin-toggle-btn.on{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.admin-toggle-btn.off{background:#fff1f2;border-color:#fecdd3;color:#be123c}.admin-toggle-btn:disabled{opacity:.65;cursor:wait}.admin-sidebar-muted{font-size:11px;color:#94a3b8;margin:10px 0 0;line-height:1.35;padding-top:8px;border-top:1px solid #e2e8f0}.admin-logout-btn{margin-top:auto;background:#fff;border:1px solid #e2e8f0;color:#475569}.admin-logout-btn:hover{background:#f8fafc;color:#0f172a}.admin-main{flex:1;min-width:0;padding:22px;display:flex;flex-direction:column;gap:16px}.admin-header{display:flex;align-items:center;justify-content:space-between}.admin-header .title-with-logo h1{color:#0f172a;font-size:1.35rem}.admin-main-view{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:16px;box-shadow:0 1px 3px #0f172a0a}.admin-main-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-main-head h2{margin:0;font-size:24px;color:#0f172a}.admin-main-head p{margin:6px 0 0;color:#64748b}.admin-workspace .btn-primary,.admin-workspace .btn-secondary{border-radius:10px;padding:9px 12px;transition:background .15s ease,border-color .15s ease}.admin-workspace .btn-primary{background:#3b82f6;border:1px solid #2563eb;color:#fff}.admin-workspace .btn-primary:hover{background:#2563eb}.admin-workspace .btn-secondary{background:#fff;border:1px solid #e2e8f0;color:#334155}.admin-workspace .btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.room-grid{display:grid;gap:10px}.room-card{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.room-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.room-card-title{font-size:16px;font-weight:600;color:#0f172a}.room-card-meta{margin-top:2px;color:#64748b;font-size:13px}.room-card-actions{display:flex;align-items:center;gap:6px}.admin-workspace .icon-btn.ghost{background:#fff;border:1px solid #e2e8f0;color:#475569;min-width:34px;width:34px;height:34px;display:grid;place-items:center;padding:0}.admin-workspace .icon-btn.ghost:hover{background:#f1f5f9;border-color:#cbd5e1}.admin-workspace .link-btn{text-decoration:none;color:#475569}.room-menu{position:relative}.room-menu>summary{list-style:none}.room-menu>summary::-webkit-details-marker{display:none}.room-menu-content{position:absolute;right:0;top:38px;min-width:152px;padding:6px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a1f;display:grid;gap:4px;z-index:2}.room-menu-content button{width:100%;text-align:left;background:#fff;border:1px solid transparent;color:#334155}.room-menu-content button:hover{background:#f8fafc}.admin-workspace .danger-ghost{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.admin-workspace .danger-ghost:hover{background:#fee2e2}.material-layout{display:grid;grid-template-columns:260px 1fr;gap:12px;min-height:440px}.folder-column,.files-column{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px;overflow:auto}.folder-column{display:flex;flex-direction:column;gap:8px}.folder-item{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:8px;background:#fff}.folder-item.active{border-color:#3b82f6;background:#eff6ff}.folder-name{flex:1;text-align:left;background:transparent;border:0;padding:2px 4px;color:#0f172a;cursor:pointer}.files-column{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px;align-content:start}.file-card{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;gap:8px}.file-preview{width:100%;height:100px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9}.file-fallback{display:grid;place-items:center;color:#3b82f6;font-weight:700;font-size:13px}.file-name{font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-actions{display:flex;gap:6px;flex-wrap:wrap}.small{padding:6px 8px;font-size:12px}.material-top-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.material-top-actions input{width:180px;background:#fff;border:1px solid #e2e8f0;color:#0f172a}.upload-btn{cursor:pointer}.upload-btn input{display:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;z-index:50}.modal-card{width:min(520px,calc(100vw - 24px));background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;display:grid;gap:10px;box-shadow:0 20px 50px #0f172a26}.modal-card h3{margin:0;color:#0f172a}.modal-card input{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.modal-subtitle{margin:0;color:#64748b}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.floating-created{position:fixed;right:18px;bottom:18px;width:min(460px,calc(100vw - 36px));background:#fff;border:1px solid #3b82f6;border-radius:12px;padding:12px;display:grid;gap:8px;box-shadow:0 12px 32px #0f172a1f;color:#0f172a}.floating-created .row button{background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.floating-created .row button:hover{background:#f1f5f9}.empty-note{color:#64748b;padding:10px}.muted.small{font-size:13px;color:#64748b;margin:0}.schedule-board .schedule-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:start}@media (max-width: 1100px){.schedule-board .schedule-week{grid-template-columns:1fr}}.schedule-day-column{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;min-height:120px;overflow:hidden}.schedule-day-title{margin:0;padding:8px 10px;font-size:13px;font-weight:600;color:#334155;background:#e2e8f0;border-bottom:1px solid #cbd5e1}.schedule-day-slots{padding:8px;display:flex;flex-direction:column;gap:8px}.schedule-empty-day{color:#94a3b8;font-size:13px;padding:4px}.schedule-slot-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px;font-size:12px;color:#0f172a}.schedule-slot-time{font-weight:600;color:#1d4ed8}.schedule-slot-student{margin-top:4px}.schedule-slot-room{color:#64748b;font-size:11px;margin-top:2px}.schedule-slot-actions{margin-top:6px}.icon-btn.small{padding:4px 8px;min-height:auto}.schedule-modal{width:min(640px,calc(100vw - 24px));max-height:min(90vh,720px);overflow:auto}.schedule-modal h2{margin:0;font-size:1.15rem;color:#0f172a}.schedule-add-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.schedule-add-row select,.schedule-add-row input[type=time],.schedule-add-row input[type=text]{background:#fff;border:1px solid #e2e8f0;color:#0f172a;padding:6px 8px;border-radius:8px}.schedule-add-row input[type=text]{flex:1 1 160px;min-width:140px}.schedule-dash{color:#64748b}.schedule-slot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:240px;overflow:auto}.schedule-slot-list li{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;background:#f1f5f9;border-radius:8px;font-size:13px}.danger-ghost.small{font-size:12px;padding:4px 8px}.admin-workspace .material-top-actions .btn-secondary.small,.admin-workspace .file-actions .btn-secondary.small{background:#fff;border:1px solid #e2e8f0}.session-shell{position:relative;min-height:100vh;padding-top:48px;box-sizing:border-box;background:#0f172a}.session-shell.has-room-hint{padding-top:132px}.top-bar{position:fixed;top:0;left:0;right:0;z-index:40;height:48px;padding:0 12px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;border-bottom:1px solid rgba(148,163,184,.2);background:#0f172ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.room-feature-hint{position:fixed;top:48px;left:0;right:0;z-index:39;display:flex;align-items:flex-start;gap:12px;padding:10px 14px;margin:0;border-bottom:1px solid rgba(59,130,246,.35);background:linear-gradient(90deg,#1e3a8a73,#0f172af2);color:#e2e8f0;font-size:13px;line-height:1.45}.room-feature-hint p{margin:0;flex:1;min-width:0}.room-feature-hint .hint-dismiss{flex-shrink:0;padding:6px 12px;border-radius:8px;border:1px solid rgba(147,197,253,.5);background:#1e40af99;color:#f8fafc;font-size:13px;cursor:pointer}.room-feature-hint .hint-dismiss:hover{background:#2563ebbf}.brand{font-weight:700;color:#cbd5e1}.brand-with-logo{display:inline-flex;align-items:center;gap:8px}.title-with-logo{display:flex;align-items:center;gap:10px}.title-with-logo h1{margin:0}.room-chip{justify-self:center;background:#1e293bcc;border:1px solid #334155;font-size:13px}.top-actions{justify-self:end;display:flex;gap:8px}.icon-btn{background:#1e293bd9;border:1px solid #334155}.icon-btn.active{background:#1d4ed8}.video-stage{position:fixed;top:48px;left:0;right:0;bottom:0;padding:10px 10px 78px;transition:right .2s ease;display:flex;flex-direction:column;box-sizing:border-box}.session-shell.has-room-hint .video-stage{top:132px}.video-stage.chat-open{right:300px}.video-wrap,.chat-wrap{background:#0b1222;border-radius:12px;box-shadow:0 8px 30px #02061773;overflow:hidden}.video-wrap{display:block}.video-overlay-root{position:relative;flex:1 1 auto;min-height:0;height:auto;border-radius:12px;overflow:hidden;background:#020617}.material-stage{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b1222}.material-stage iframe,.material-stage img{width:100%;height:100%;border:0;object-fit:contain;background:#fff}.material-office-note{width:100%;height:100%;display:grid;place-content:center;gap:10px;text-align:center;padding:24px;background:#0f172a;color:#e2e8f0}.material-office-note a{justify-self:center;padding:8px 12px;border-radius:10px;background:#1d4ed8;color:#fff;text-decoration:none}.video-panel{height:100%;width:100%}.video-panel.mini{position:absolute;top:10px;right:10px;width:180px;height:114px;border-radius:10px;overflow:hidden;z-index:4;box-shadow:0 6px 18px #02061780;border:1px solid rgba(148,163,184,.35)}.video-draw-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;touch-action:none;cursor:default}.video-draw-overlay.active{pointer-events:auto;cursor:crosshair}.material-close-chip{position:absolute;left:14px;top:14px;z-index:5;background:#0f172adb;border:1px solid rgba(148,163,184,.35)}.library-list{max-height:180px;border:1px solid #334155;border-radius:10px;padding:8px;display:grid;gap:6px;overflow:auto;background:#0b1222}.library-item{text-align:left;border:1px solid #334155;background:#111827}.admin-library-layout{display:flex;gap:12px;align-items:stretch}.admin-library-pane{flex:1;min-width:0;border:1px solid #334155;border-radius:12px;background:#0b1222;padding:10px;display:flex;flex-direction:column;gap:10px}.admin-library-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-library-header h3{margin:0;font-size:15px;color:#cbd5e1}.admin-folder-create{display:flex;gap:8px}.admin-folder-create input{flex:1}.admin-folder-list,.admin-material-list{min-height:220px;max-height:360px;overflow:auto;display:flex;flex-direction:column;gap:8px}.admin-folder-item,.admin-material-item{border:1px solid #334155;border-radius:10px;background:#111827}.admin-folder-item{display:flex;align-items:center;gap:8px;padding:8px}.admin-folder-item.active{border-color:#60a5fa;background:#172554}.admin-folder-select{flex:1;text-align:left;background:transparent;border:0;padding:4px 2px}.admin-material-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px}.admin-material-name{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-material-actions{display:flex;gap:6px;flex-shrink:0}.upload-label.compact{padding:6px 10px;display:inline-grid}.danger-ghost{background:#7f1d1d;border:1px solid #ef4444}.danger-ghost:hover{background:#991b1b}.draw-tools{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:#0f172ad9;border:1px solid rgba(148,163,184,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-btn{min-width:36px;height:36px;border-radius:10px;padding:0;background:#1e293b;border:1px solid #334155}.tool-btn.active{background:#1d4ed8;border-color:#60a5fa}.color-dot{width:24px;height:24px;border-radius:999px;border:2px solid rgba(255,255,255,.2);padding:0}.color-dot.active{transform:scale(1.1);border-color:#e2e8f0}.size-select{height:36px;border-radius:10px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;padding:0 8px}.chat-drawer{position:fixed;top:48px;right:0;bottom:0;width:300px;padding:12px;background:#111827;border-left:1px solid rgba(148,163,184,.2);transform:translate(100%);transition:transform .2s ease;display:flex;flex-direction:column;gap:10px;z-index:30}.session-shell.has-room-hint .chat-drawer{top:132px}.chat-drawer.open{transform:translate(0)}.chat-drawer.drag-over{background:#172554}.messages{border:1px solid #334155;border-radius:10px;padding:8px;overflow:auto;background:#0b1222;min-height:0;flex:1}.message{padding:8px;border-bottom:1px solid rgba(148,163,184,.1)}.msg-head{font-size:12px;color:#94a3b8;margin-bottom:2px}.chat-form{display:flex;gap:8px}.chat-form input{flex:1}.files{display:grid;gap:6px;min-height:80px;border:1px solid #334155;border-radius:10px;padding:8px;background:#0b1222;overflow:auto;flex:1}.chat-drawer .library-list{flex:1;min-height:0;max-height:none}.upload-label{display:grid;place-items:center;border:1px dashed #475569;border-radius:10px;padding:10px;color:#cbd5e1}.upload-label input{display:none}.file-item{border:1px solid #334155;border-radius:10px;padding:8px;text-decoration:none;background:#111827}.bottom-toolbar{position:fixed;left:50%;bottom:16px;transform:translate(-50%);display:flex;gap:10px;padding:8px;border-radius:16px;background:#0f172ad6;border:1px solid rgba(148,163,184,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50}.fab{border-radius:12px;min-width:120px;min-height:42px;background:#1e293b;border:1px solid #334155}.fab.icon-only{min-width:44px;width:44px;min-height:44px;height:44px;padding:0;display:grid;place-items:center;font-size:18px}.fab.active{background:#1d4ed8;border-color:#60a5fa}.fab.danger{background:#7f1d1d;border-color:#ef4444}.fab.danger:hover{background:#991b1b}.modern-scroll::-webkit-scrollbar{width:8px}.modern-scroll::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}@media (max-width: 1024px){.admin-workspace{flex-direction:column}.admin-sidebar{width:100%;border-right:0;border-bottom:1px solid #1f2937;padding:10px 12px;flex-direction:row;align-items:center}.admin-sidebar-nav{flex-direction:row;flex:1}.admin-sidebar-extras{flex-direction:row;align-items:center;gap:8px;margin-top:0;padding-top:0;border-top:0;border-left:1px solid #e2e8f0;padding-left:10px;flex-shrink:0}.admin-sidebar-muted{margin:0;padding:0 8px;border:0;max-width:140px}.admin-logout-btn{margin-top:0}.material-layout{grid-template-columns:1fr}.admin-library-layout{flex-direction:column}.video-stage.chat-open{right:0}.chat-drawer{width:min(88vw,320px)}.video-overlay-root{min-height:0}.video-panel.mini{width:180px;height:114px;right:10px;top:10px}.fab{min-width:88px;font-size:13px}.fab.icon-only{min-width:42px;width:42px}}.calendar-page{min-height:100vh;background:linear-gradient(165deg,#f8fafc,#eef2ff 45%,#f1f5f9);padding:20px 24px 40px;box-sizing:border-box}.calendar-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.calendar-page-brand{display:flex;align-items:center;gap:12px}.calendar-page-brand h1{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.calendar-page-actions .btn-secondary{border-radius:10px;padding:8px 14px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer;font-size:14px}.calendar-page-actions .btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.calendar-month-toolbar{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:10px}.calendar-month-title{display:flex;align-items:baseline;gap:14px;min-width:200px;justify-content:center}.calendar-month-title strong{font-size:1.15rem;color:#0f172a}.btn-linkish{border:none;background:none;color:#2563eb;font-size:13px;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0}.icon-btn.ghost{border:1px solid #e2e8f0;background:#fff;border-radius:10px;width:40px;height:40px;display:grid;place-items:center;color:#475569;cursor:pointer}.icon-btn.ghost:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.calendar-page-hint{text-align:center;color:#64748b;font-size:13px;max-width:640px;margin:0 auto 18px;line-height:1.45}.calendar-grid-wrap{max-width:1100px;margin:0 auto;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 40px #0f172a0f;overflow:hidden}.calendar-grid-head{display:grid;grid-template-columns:repeat(7,1fr);background:#f8fafc;border-bottom:1px solid #e2e8f0}.calendar-grid-head-cell{padding:10px 8px;text-align:center;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.calendar-cell{min-height:100px;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:6px 6px 8px;box-sizing:border-box}.calendar-cell:nth-child(7n){border-right:0}.calendar-cell--pad{background:#fafbfc;min-height:0}.calendar-cell--day{background:#fff}.calendar-cell--today{background:#eff6ff;outline:1px solid #93c5fd;outline-offset:-1px;z-index:1}.calendar-day-num{font-size:13px;font-weight:600;color:#334155;margin-bottom:4px}.calendar-cell--today .calendar-day-num{color:#1d4ed8}.calendar-cell-slots{display:flex;flex-direction:column;gap:4px}.calendar-mini-slot{position:relative;font-size:10px;line-height:1.25;padding:4px 22px 4px 5px;border-radius:6px;border:1px solid transparent}.calendar-mini-time{display:block;font-weight:600}.calendar-mini-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-mini-room{display:block;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-mini-copy{position:absolute;right:2px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:4px;border-radius:4px;display:grid;place-items:center}.calendar-mini-copy:hover{color:#2563eb!important;background:#2563eb14}.calendar-page-footer{text-align:center;margin-top:24px}.calendar-page-footer a{color:#2563eb;font-size:14px}@media (max-width: 900px){.calendar-cell{min-height:72px}.calendar-mini-slot{font-size:9px;padding-right:20px}.calendar-mini-room{display:none}}@media (max-width: 640px){.calendar-grid-head-cell{font-size:10px;padding:6px 2px}.calendar-cell{min-height:56px;padding:4px 2px}.calendar-mini-slot{padding:3px 18px 3px 3px}.calendar-mini-name{display:none}}
