:root{--font: "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, "Helvetica Neue", Arial, sans-serif;--brand: #0f6cbd;--brand-hover: #115ea3;--brand-pressed: #0e4775;--brand-bg: #eff6fc;--brand-bg-2: #cfe4fa;--canvas: #f3f2f1;--surface: #ffffff;--surface-2: #faf9f8;--surface-hover: #f3f2f1;--stroke: #edebe9;--stroke-2: #d2d0ce;--stroke-strong: #b3b0ad;--text: #242424;--text-2: #424242;--text-3: #616161;--text-disabled: #a19f9d;--danger: #b10e1c;--danger-bg: #fdf3f4;--danger-border: #eec9cc;--green: #107c10;--radius-sm: 4px;--radius: 6px;--radius-lg: 8px;--shadow-2: 0 0 2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.14);--shadow-8: 0 0 2px rgba(0,0,0,.1), 0 3.2px 7.2px rgba(0,0,0,.13);--shadow-16: 0 0 2px rgba(0,0,0,.1), 0 6.4px 14.4px rgba(0,0,0,.13);--shadow-64: 0 0 8px rgba(0,0,0,.1), 0 25.6px 57.6px rgba(0,0,0,.22);--ease: cubic-bezier(.33, 0, .67, 1)}._app_sg97c_47{font-family:var(--font);background:var(--canvas);min-height:100vh;color:var(--text);font-size:14px}._header_sg97c_55{background:var(--surface);color:var(--text);padding:0 16px;height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--stroke);position:sticky;top:0;z-index:50}._headerTitle_sg97c_69{font-size:16px;font-weight:600;margin:0;display:flex;align-items:center;gap:10px;color:var(--text)}._headerTitle_sg97c_69 svg{color:var(--brand)}._headerActions_sg97c_80{display:flex;gap:2px;align-items:center}._iconBtn_sg97c_87{background:transparent;color:var(--text-2);border:none;padding:0 10px;height:36px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:background .15s var(--ease),color .15s var(--ease)}._iconBtn_sg97c_87:hover{background:var(--surface-hover);color:var(--text)}._iconBtn_sg97c_87:active{background:var(--stroke)}._iconBtn_sg97c_87 svg{color:var(--text-3)}._userBadge_sg97c_106{display:inline-flex;align-items:center;gap:8px;background:transparent;padding:4px 10px 4px 4px;border-radius:999px;font-size:14px;font-weight:600;color:var(--text);margin-left:4px}._userBadge_sg97c_106:before{content:"";width:28px;height:28px;border-radius:50%;background:var(--brand);background-image:linear-gradient(135deg,#2b88d8,#0f6cbd);display:inline-block}._userBadge_sg97c_106:hover{background:var(--surface-hover)}._main_sg97c_129{padding:16px 20px 28px;max-width:1440px;margin:0 auto}._toolbar_sg97c_136{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}._viewSwitch_sg97c_145{display:flex;gap:2px;background:transparent;border:none;border-bottom:1px solid var(--stroke);border-radius:0;overflow:visible;margin-right:8px}._viewBtn_sg97c_155{background:transparent;border:none;padding:8px 12px 10px;cursor:pointer;font-size:14px;font-weight:600;color:var(--text-3);font-family:inherit;position:relative;transition:color .15s var(--ease)}._viewBtn_sg97c_155:hover{color:var(--text)}._viewBtn_sg97c_155._active_sg97c_168{color:var(--brand)}._viewBtn_sg97c_155._active_sg97c_168:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;background:var(--brand);border-radius:2px}._navBtn_sg97c_180{background:var(--surface);border:1px solid var(--stroke-2);padding:0 12px;height:32px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;color:var(--text-2);font-family:inherit;display:inline-flex;align-items:center;gap:4px;transition:background .15s var(--ease)}._navBtn_sg97c_180:hover{background:var(--surface-2)}._navBtn_sg97c_180:active{background:var(--surface-hover)}._currentLabel_sg97c_199{font-size:16px;font-weight:600;color:var(--text);min-width:180px;text-transform:capitalize;margin-left:4px}._primaryBtn_sg97c_208{background:var(--brand);color:#fff;border:1px solid transparent;padding:0 16px;height:36px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;font-family:inherit;margin-left:auto;display:inline-flex;align-items:center;gap:6px;transition:background .15s var(--ease)}._primaryBtn_sg97c_208:hover{background:var(--brand-hover)}._primaryBtn_sg97c_208:active{background:var(--brand-pressed)}._primaryBtn_sg97c_208:disabled{opacity:.55;cursor:not-allowed}._secondaryBtn_sg97c_229{background:var(--surface);color:var(--text);border:1px solid var(--stroke-2);padding:0 14px;height:36px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:background .15s var(--ease)}._secondaryBtn_sg97c_229:hover{background:var(--surface-2)}._secondaryBtn_sg97c_229:active{background:var(--surface-hover)}._dangerBtn_sg97c_248{background:var(--surface);color:var(--danger);border:1px solid var(--danger-border);padding:0 12px;height:34px;border-radius:var(--radius-sm);cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:background .15s var(--ease)}._dangerBtn_sg97c_248:hover{background:var(--danger-bg)}._monthGrid_sg97c_267{display:grid;grid-template-columns:repeat(7,1fr);background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-8)}._dayHeader_sg97c_276{background:var(--surface-2);padding:8px;text-align:center;font-weight:600;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--stroke)}._dayCell_sg97c_287{min-height:116px;padding:6px;border-right:1px solid var(--stroke);border-bottom:1px solid var(--stroke);background:var(--surface);cursor:pointer;transition:background .12s var(--ease);display:flex;flex-direction:column;gap:3px}._dayCell_sg97c_287:hover{background:var(--surface-2)}._dayCell_sg97c_287._otherMonth_sg97c_300{background:var(--surface-2);color:var(--text-disabled)}._dayCell_sg97c_287._today_sg97c_301{background:var(--brand-bg)}._dayNumber_sg97c_302{font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:2px}._todayBadge_sg97c_303{background:var(--brand);color:#fff;border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._eventDot_sg97c_311{font-size:12px;padding:2px 7px;border-radius:var(--radius-sm);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;cursor:pointer;box-shadow:var(--shadow-2)}._moreEvents_sg97c_323{font-size:12px;color:var(--text-3);padding:1px 6px;font-weight:600}._weekGrid_sg97c_326{display:grid;grid-template-columns:60px repeat(7,1fr);grid-template-rows:auto 1fr;background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-lg);overflow:hidden;max-height:70vh;overflow-y:auto;box-shadow:var(--shadow-8)}._timeLabelsCol_sg97c_338{display:flex;flex-direction:column;border-right:1px solid var(--stroke)}._timeCellLabel_sg97c_339{font-size:11px;text-align:right;padding:2px 6px;color:var(--text-disabled);border-bottom:1px solid var(--stroke);height:40px;box-sizing:border-box}._dayColumn_sg97c_344{position:relative;border-left:1px solid var(--stroke)}._dayHourRow_sg97c_345{border-bottom:1px solid var(--stroke);cursor:pointer;transition:background .12s var(--ease)}._dayHourRow_sg97c_345:hover{background:var(--surface-2)}._timeHeader_sg97c_347{background:var(--surface-2);border-bottom:1px solid var(--stroke)}._weekDayHeader_sg97c_348{background:var(--surface-2);padding:8px;text-align:center;font-weight:600;font-size:12px;color:var(--text-3);border-bottom:1px solid var(--stroke);border-left:1px solid var(--stroke)}._weekDayHeader_sg97c_348._today_sg97c_301{background:var(--brand-bg);color:var(--brand)}._timeCell_sg97c_339{font-size:11px;text-align:right;padding:2px 6px;color:var(--text-disabled);border-bottom:1px solid var(--stroke);height:40px;box-sizing:border-box}._weekCell_sg97c_359{border-left:1px solid var(--stroke);border-bottom:1px solid var(--stroke);height:40px;position:relative;cursor:pointer}._weekCell_sg97c_359:hover{background:var(--surface-2)}._weekEvent_sg97c_364{position:absolute;left:2px;right:2px;padding:3px 6px;color:#fff;border-radius:var(--radius-sm);font-size:12px;cursor:pointer;overflow:hidden;z-index:1;box-shadow:var(--shadow-2)}._weekEvent_sg97c_364 strong{display:block;font-size:12px;font-weight:600}._weekEvent_sg97c_364 small{font-size:11px;opacity:.92}._dayView_sg97c_374{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:20px;display:grid;grid-template-columns:80px 1fr;max-height:70vh;overflow-y:auto;box-shadow:var(--shadow-8)}._dayViewEmpty_sg97c_385{grid-column:1 / -1;text-align:center;padding:48px 24px;color:var(--text-3)}._listView_sg97c_388{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:4px 0;max-height:72vh;overflow-y:auto;box-shadow:var(--shadow-8)}._listDayHeader_sg97c_397{position:sticky;top:0;background:var(--surface-2);color:var(--text-2);font-weight:600;font-size:13px;padding:8px 20px;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);text-transform:capitalize;z-index:1}._listDayHeader_sg97c_397._today_sg97c_301{background:var(--brand-bg);color:var(--brand)}._listGroupPast_sg97c_409{opacity:.55}._listRow_sg97c_410{display:grid;grid-template-columns:92px 4px 1fr;align-items:stretch;gap:12px;padding:10px 20px;cursor:pointer;border-bottom:1px solid var(--stroke);transition:background .12s var(--ease)}._listRow_sg97c_410:hover{background:var(--surface-2)}._listTime_sg97c_421{font-size:14px;font-weight:600;color:var(--text-2);line-height:1.3;white-space:nowrap}._listTime_sg97c_421 small{display:block;font-weight:400;color:var(--text-disabled)}._listColor_sg97c_423{border-radius:2px}._listBody_sg97c_424{min-width:0}._listTitle_sg97c_425{font-weight:600;font-size:14px;color:var(--text)}._listMeta_sg97c_426{font-size:13px;color:var(--text-3);margin-top:2px}._modalOverlay_sg97c_429{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;justify-content:flex-end;z-index:100;animation:_overlayIn_sg97c_1 .2s var(--ease)}._modal_sg97c_429{background:var(--surface);width:min(480px,100%);max-width:480px;height:100vh;box-shadow:var(--shadow-64);display:flex;flex-direction:column;animation:_panelIn_sg97c_1 .26s var(--ease)}._modalHeader_sg97c_446{padding:16px 20px;border-bottom:1px solid var(--stroke);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}._modalTitle_sg97c_452{font-size:18px;font-weight:600;margin:0;color:var(--text)}._closeBtn_sg97c_453{background:none;border:none;cursor:pointer;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-3);display:inline-flex;align-items:center;justify-content:center;transition:background .15s var(--ease)}._closeBtn_sg97c_453:hover{background:var(--surface-hover);color:var(--text)}._modalBody_sg97c_460{padding:20px;overflow-y:auto;flex:1}._modalFooter_sg97c_461{padding:14px 20px;border-top:1px solid var(--stroke);display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}@keyframes _overlayIn_sg97c_1{0%{opacity:0}to{opacity:1}}@keyframes _panelIn_sg97c_1{0%{transform:translate(100%)}to{transform:translate(0)}}._field_sg97c_470{margin-bottom:16px}._fieldRow_sg97c_471{display:grid;grid-template-columns:1fr 1fr;gap:14px}._label_sg97c_472{display:block;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:6px}._input_sg97c_473,._select_sg97c_473,._textarea_sg97c_473{width:100%;padding:7px 10px;border:1px solid var(--stroke-2);border-bottom-color:var(--stroke-strong);border-radius:var(--radius-sm);font-size:14px;box-sizing:border-box;font-family:inherit;color:var(--text);background:var(--surface);transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}._input_sg97c_473:hover,._select_sg97c_473:hover,._textarea_sg97c_473:hover{border-bottom-color:var(--brand)}._input_sg97c_473:focus,._select_sg97c_473:focus,._textarea_sg97c_473:focus{outline:none;border-color:var(--brand);border-bottom-width:2px;padding-bottom:6px}._colorInput_sg97c_493{width:56px;height:36px;padding:2px;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--stroke-2)}._conflictBox_sg97c_496{background:var(--danger-bg);border:1px solid var(--danger-border);border-left:3px solid var(--danger);border-radius:var(--radius);padding:10px 14px;margin-top:8px;color:#7a0b15}._conflictBox_sg97c_496 strong{display:block;margin-bottom:4px}._conflictBox_sg97c_496 ul{margin:4px 0 0;padding-left:18px;font-size:13px}._presenceBanner_sg97c_509{background:var(--brand-bg);border:1px solid var(--brand-bg-2);border-radius:var(--radius);padding:8px 14px;margin-bottom:14px;font-size:13px;color:var(--text-2);display:flex;align-items:center;gap:8px;flex-wrap:wrap}._presenceDot_sg97c_519{width:8px;height:8px;border-radius:50%;background:var(--green);animation:_pulse_sg97c_1 2s infinite}@keyframes _pulse_sg97c_1{0%,to{opacity:1}50%{opacity:.4}}._panelList_sg97c_523{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._panelItem_sg97c_524{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--stroke);border-radius:var(--radius)}._panelItem_sg97c_524 ._info_sg97c_531{flex:1;min-width:0}._panelItem_sg97c_524 ._name_sg97c_532{font-weight:600;font-size:14px;color:var(--text)}._panelItem_sg97c_524 ._meta_sg97c_533{font-size:13px;color:var(--text-3);margin-top:2px}._colorChip_sg97c_534{width:24px;height:24px;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.12);flex-shrink:0}._tag_sg97c_535{display:inline-block;background:var(--brand-bg);color:var(--brand-hover);padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;margin-right:4px;margin-top:3px}._detailRow_sg97c_548{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--stroke);font-size:14px}._detailRow_sg97c_548:last-child{border-bottom:none}._detailRow_sg97c_548 ._key_sg97c_554{color:var(--text-3);display:inline-flex;align-items:center;gap:6px}._detailRow_sg97c_548 ._val_sg97c_555{font-weight:600;text-align:right;color:var(--text)}._modalitaBadge_sg97c_556{display:inline-block;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:600}._modalitaPresenza_sg97c_560{background:#dff6dd;color:#0b6a0b}._modalitaVideoconferenza_sg97c_561{background:var(--brand-bg);color:var(--brand-hover)}._modalitaFad_sg97c_562{background:#fff4ce;color:#835c00}._authScreen_sg97c_565{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 600px at 70% -10%,rgba(15,108,189,.12),transparent 60%),radial-gradient(900px 500px at 0% 110%,rgba(15,108,189,.08),transparent 55%),var(--canvas);padding:16px}._authCard_sg97c_574{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:400px;box-shadow:var(--shadow-64)}._authTitle_sg97c_583{font-size:22px;font-weight:600;margin:0 0 4px;display:flex;align-items:center;gap:10px;color:var(--text)}._authTitle_sg97c_583 svg{color:var(--brand)}._authSubtitle_sg97c_588{color:var(--text-3);font-size:14px;margin:0 0 24px}._authError_sg97c_589{background:var(--danger-bg);border:1px solid var(--danger-border);border-left:3px solid var(--danger);color:#7a0b15;border-radius:var(--radius);padding:8px 12px;font-size:13px;margin-bottom:14px}._authHint_sg97c_595{color:var(--text-disabled);font-size:12px;text-align:center;margin:16px 0 0}._adminMsg_sg97c_598{background:#dff6dd;border:1px solid #c5e8c0;color:#0b6a0b;border-radius:var(--radius);padding:8px 12px;font-size:13px;margin-bottom:14px}._adminSection_sg97c_603{font-size:15px;font-weight:600;color:var(--text);margin:22px 0 8px}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
