@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap);.navbar[data-v-b772d164]{-webkit-box-shadow:0 -1px 5px rgba(0,0,0,.05);box-shadow:0 -1px 5px rgba(0,0,0,.05)}.calendar-wrapper{background:#fff;border-radius:12px;padding:20px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px rgba(0,0,0,.05);width:100%;margin:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.calendar-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.calendar-header,.left-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.left-controls{gap:10px}.left-controls button{background:#f3f4f6;border:none;border-radius:6px;padding:6px 10px;cursor:pointer;font-weight:600}.month-title{font-size:18px;font-weight:600}.today-btn{background:#2563eb;color:#fff}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:20px}.day{text-align:center;padding:12px;border-radius:8px;cursor:pointer}.day.header{font-weight:600;color:#6b7280;background:#f9fafb}.day:hover{background:#f3f4f6}.today{background:#e0e7ff;border:1px solid #2563eb}.selected{background:#2563eb;color:#fff}.schedule-container{margin-top:10px;background:#f9fafc;border-radius:12px;padding:15px}.schedule-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.schedule-header h3{font-size:18px;font-weight:600}.date-label{font-size:14px;color:#6b7280}.schedule-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:#fff;border-radius:10px;padding:12px;margin-bottom:10px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.05);box-shadow:0 2px 6px rgba(0,0,0,.05);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.time-label{width:80px;font-weight:600;font-size:14px;color:#374151}.class-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.class-status{color:#dc2626;font-size:12px;margin-bottom:5px}.status-dot{width:8px;height:8px;background:#dc2626;display:inline-block;border-radius:50%;margin-right:5px}.class-title{font-weight:600;color:#111827}.class-teacher{color:#4b5563;font-size:14px}.class-time{color:#6b7280;font-size:13px}.action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.start-btn,.upload-btn{background:#2563eb;border:none;color:#fff;border-radius:6px;padding:6px 10px;font-size:13px;cursor:pointer}.upload-btn{background:#fff;color:#2563eb;border:1px solid #2563eb}.no-class{text-align:center;padding:20px;color:#6b7280}@media (max-width:768px){.calendar-grid{gap:2px}.day{padding:8px 0}.schedule-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.action-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}