.cc-calendar{margin:28px 0;padding:24px;border:1px solid #dce4ee;border-radius:16px;background:#fff;color:#1b304b}
.cc-topline{display:flex;justify-content:space-between;align-items:center;gap:12px}.cc-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:#75849a}.cc-calendar h2{font-size:24px;margin:5px 0 0}
.cc-calendar button{border-radius:9px;padding:11px 17px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #c6d4e5;background:white;color:#193b60}
.cc-calendar .cc-primary{background:#193b60;color:white;border-color:#193b60}.cc-calendar button svg{vertical-align:middle;margin-right:4px}.cc-calendar button:disabled{opacity:.5;cursor:wait}.cc-calendar [hidden]{display:none!important}
.cc-weekline{display:flex;justify-content:space-between;padding:23px 0 14px;font-size:14px;font-weight:600}.cc-zone{color:#7a8797;font-weight:400}
.cc-calendar #ccConnectionStatus{font-size:14px;line-height:1.5;color:#64768b}.cc-calendar [data-error=true]{color:#a32f34!important}
.cc-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #e1e7ef;border-radius:12px;overflow:hidden;margin-top:8px}
.cc-day{min-height:180px;padding:12px 8px;background:#fcfdff;border-right:1px solid #e1e7ef}.cc-day:last-child{border-right:0}.cc-day.cc-today{background:#eff5fc}
.cc-day-heading{display:flex;align-items:center;justify-content:space-between;color:#6a7c91;font-size:11px;font-weight:600;padding:0 3px 11px;text-transform:uppercase}.cc-day-heading strong{font-size:18px;color:#273f5b}.cc-today .cc-day-heading strong{background:#244d7b;color:white;border-radius:50%;padding:4px 7px}
.cc-event{display:block;text-decoration:none!important;background:#e8eff8;border-left:3px solid #6487af;border-radius:5px;margin:7px 0;padding:9px 7px;color:#203a5c!important;overflow-wrap:anywhere;line-height:1.4}.cc-event time{display:block;font-size:10px;color:#536e8c;margin-bottom:3px}.cc-event span{font-size:12px;font-weight:600}.cc-event.cc-game{background:#eef0fb;border-color:#8581bf}.cc-event.cc-tv{background:#e5f2ee;border-color:#569a83}.cc-empty{font-size:11px;color:#9aa7b5;padding:14px 4px}
.cc-event.cc-kind-school{background:#f1f3f6;border-color:#d5dce5;color:#697585!important}.cc-event.cc-kind-gaming,.cc-event.cc-kind-tv,.cc-event.cc-kind-entertainment{background:#fce7ef;border-color:#d66b93;color:#813b59!important}.cc-event.cc-kind-homework{background:#e5f4eb;border-color:#66a580;color:#245d3c!important}.cc-event.cc-kind-sports{background:#e6effb;border-color:#6c96c5;color:#244f80!important}.cc-event.cc-kind-other{background:#f0e9f7;border-color:#a084bf;color:#664580!important}
.cc-event.cc-size-short{min-height:62px}.cc-event.cc-size-medium{min-height:98px}.cc-event.cc-size-long{min-height:140px}.cc-event{box-sizing:border-box}.cc-event.cc-all-day{min-height:0}
.cc-reminders{display:flex;flex-wrap:wrap;gap:5px;margin:2px 0 10px}.cc-task-icon{display:inline-flex;gap:4px;text-decoration:none!important}.cc-task-icon span{display:inline-grid;place-items:center;min-width:35px;height:29px;border:1px solid #ffffff30;border-radius:7px;font-size:11px;font-weight:800;letter-spacing:.5px}.cc-task-icon .tag-evt{background:#64748b;color:#fff}.cc-task-icon:focus-visible{outline:2px solid #244d7b;outline-offset:3px}
.cc-time-summary{margin:12px 0 17px;border:1px solid #e0e7ef;border-radius:12px;padding:14px 18px;background:#fafbfd}.cc-time-summary table{width:100%;table-layout:fixed;border-collapse:collapse;text-align:left}.cc-time-summary caption{text-align:left;font-size:13px;font-weight:700;color:#3f536d;margin-bottom:13px}.cc-time-summary th{font-size:12px;font-weight:600;color:#697b90;padding:0 12px 5px 0}.cc-time-summary td{font-size:25px;font-weight:750;font-variant-numeric:tabular-nums;padding:0 12px 0 0;color:#27415e}.cc-time-summary td:first-child,.cc-time-summary td:nth-child(2){color:#a5486c}.cc-time-summary td:last-child{color:#32714e}.cc-time-summary p{font-size:11px;color:#738297;line-height:1.5;margin:12px 0 0}
.cc-legend{display:flex;flex-wrap:wrap;gap:9px 16px;font-size:11px;color:#748398;align-items:center}.cc-legend span[class]:before{content:'';display:inline-block;width:8px;height:8px;border-radius:3px;margin-right:5px;background:#dbe1e9}.cc-legend .cc-key-screen:before{background:#e797b7}.cc-legend .cc-key-homework:before{background:#83ba98}
.cc-chat-dialog{padding:0;border:1px solid #ccd8e7;border-radius:18px;width:min(580px,calc(100vw - 24px));max-height:85dvh;color:#203650;box-shadow:0 25px 90px #152d4d40}.cc-chat-dialog::backdrop{background:#15233566;backdrop-filter:blur(3px)}
.cc-chat-heading{display:flex;justify-content:space-between;align-items:center;padding:19px 22px;background:#f3f6fa;border-bottom:1px solid #e0e7f0}.cc-chat-heading h3{margin:0 0 3px;font-size:21px}.cc-chat-heading span{font-size:12px;color:#718197}.cc-chat-heading button{font-size:25px;padding:2px 10px;background:transparent;border:0}
.cc-messages{height:330px;max-height:45dvh;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:13px}.cc-message{max-width:90%;padding:12px 15px;border-radius:12px;background:#eef3f9;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.cc-message.cc-user{align-self:flex-end;background:#24486f;color:white}.cc-message.cc-error{background:#fff0ed;color:#923d32}
#ccChatForm{padding:12px 20px 6px;border-top:1px solid #e3e9f1}.cc-input-label{display:block;font-size:11px;color:#657991;margin-bottom:6px}.cc-compose{display:flex;gap:9px;align-items:flex-end}.cc-compose textarea{flex:1;min-width:0;resize:vertical;max-height:130px;border:1px solid #cbd6e5;border-radius:9px;padding:11px;font-family:inherit;font-size:14px;color:#263e5b}.cc-chat-note{font-size:10px;color:#7f8da1;line-height:1.5;padding:0 20px 13px;margin:7px 0}
@media(min-width:1100px){.cc-calendar h2{font-size:27px}.cc-calendar button,.cc-weekline{font-size:16px}.cc-event span{font-size:14px}.cc-event time,.cc-day-heading,.cc-empty{font-size:12px}.cc-day{min-height:210px}.cc-message{font-size:16px}}
@media(max-width:650px){.cc-calendar{padding:16px}.cc-calendar h2{font-size:21px}.cc-eyebrow{font-size:8px}.cc-calendar button{font-size:12px;padding:10px 12px}.cc-week-grid{grid-template-columns:1fr}.cc-day{min-height:0;border-right:0;border-bottom:1px solid #e1e7ef;padding:10px 12px;display:grid;grid-template-columns:64px 1fr;column-gap:8px}.cc-day:last-child{border-bottom:0}.cc-day-heading{grid-column:1;grid-row:1 / span 30;align-self:start;flex-direction:column;gap:5px;padding:5px}.cc-event{grid-column:2;margin:3px 0}.cc-empty{grid-column:2;padding:10px 0}.cc-chat-heading{padding:15px}.cc-messages{padding:14px}.cc-calendar #ccConnectionStatus{font-size:12px}}
@media(max-width:650px){.cc-reminders{grid-column:2;margin:3px 0 7px}.cc-time-summary{padding:12px}.cc-time-summary td{font-size:22px}.cc-time-summary p,.cc-legend{font-size:10px}.cc-event.cc-size-short{min-height:58px}.cc-event.cc-size-medium{min-height:90px}.cc-event.cc-size-long{min-height:124px}}
.cc-legend span.cc-key-screen:before{background:#e797b7}.cc-legend span.cc-key-homework:before{background:#83ba98}
.cc-reminders{min-height:35px;padding:5px 2px 8px;margin:0 0 9px;border-bottom:1px solid #e1e7ef;align-content:flex-start}
.cc-time-summary #ccTotal-tv{color:#a5486c}
.cc-event{padding:6.3px 4.9px;margin:4.9px 0}.cc-event.cc-size-short{min-height:43.4px}.cc-event.cc-size-medium{min-height:68.6px}.cc-event.cc-size-long{min-height:98px}
@media(max-width:650px){.cc-event.cc-size-short{min-height:40.6px}.cc-event.cc-size-medium{min-height:63px}.cc-event.cc-size-long{min-height:86.8px}}
@media(max-width:650px){.cc-day-top{grid-column:1;grid-row:1 / span 30;align-self:start}}
@media(max-width:650px){.cc-day{grid-template-columns:76px minmax(0,1fr)}.cc-day-heading{grid-row:1;grid-column:1}.cc-reminders{grid-column:1;grid-row:2 / span 30;align-self:start;justify-content:center;min-height:0;border:0;padding:4px 0;margin:0}.cc-event,.cc-empty{grid-column:2}.cc-task-icon span{min-width:32px;height:27px;font-size:10px}}
