body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--indigo-500:#6366f1;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--teal-500:#14b8a6;--green-600:#059669;--red-100:#fee2e2;--red-400:#f87171;--red-700:#b91c1c;--red-500:#ef4444;--red-600:#dc2626;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--green-100:#dcfce7;--green-200:#a7f3d0;--green-700:#047857;--green-800:#065f46;--green-900:#064e3b;--yellow-100:#fef9c3;--yellow-200:#fde68a;--yellow-700:#a16207;--yellow-800:#854d09;--yellow-900:#713f12;--purple-100:#ede9fe;--purple-200:#ddd6fe;--purple-300:#c4b5fd;--purple-500:#8b5cf6;--purple-600:#7c3aed;--purple-700:#6d28d9;--purple-800:#5b21b6;--purple-900:#4c1d95;--orange-500:#f97316;--orange-600:#ea580c;--orange-400:#fb923c;--red-800:#991b1b;--teal-700:#0f766e;--chatbot-blue:#3b82f6;--chatbot-blue-light:#eff6ff}body{align-items:center;background:linear-gradient(to bottom right,#6366f1,#6d28d9);background:linear-gradient(to bottom right,var(--indigo-500),var(--purple-700));box-sizing:border-box;color:#374151;color:var(--gray-700);display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:1rem}.main-card{background-color:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:64rem;padding:2.5rem;position:relative;text-align:center;transition:transform .3s ease-in-out;width:100%}.main-card:hover{transform:scale(1.02)}.main-title{color:#111827;color:var(--gray-900);font-size:2.25rem;font-weight:800;margin-bottom:1rem}.subtitle{color:#4b5563;color:var(--gray-600);font-size:1.125rem;margin-bottom:2rem}.input-form-container{background-color:#f3f4f6;background-color:var(--gray-100);border-radius:1rem;box-shadow:inset 0 2px 4px #0000000f;margin-bottom:2rem;padding:1.5rem;text-align:left}.input-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:#374151;color:var(--gray-700);font-weight:600}.form-input,.form-select{background-color:#fff;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;box-sizing:border-box;color:#1f2937;color:var(--gray-800);font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus,.form-select:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #6366f133;outline:none}.height-input-group{align-items:center;display:flex;gap:.5rem}.unit-label{color:#4b5563;color:var(--gray-600);font-size:.875rem;font-weight:500}.upload-area{align-items:center;background-color:#f9fafb;background-color:var(--gray-50);border:2px dashed #d1d5db;border:2px dashed var(--gray-300);border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;padding:2rem;position:relative;transition:all .3s ease-in-out}.upload-area.dragging{border-color:#f97316;border-color:var(--orange-500)}.upload-area.dragging,.upload-area:hover{background-color:#f3f4f6;background-color:var(--gray-100)}.upload-icon{color:#9ca3af;color:var(--gray-400);height:4rem;margin-bottom:1rem;width:4rem}.upload-icon.active{color:#f97316;color:var(--orange-500)}.upload-text{color:#4b5563;color:var(--gray-600);font-size:1.125rem;margin-bottom:.5rem}.upload-text.dragging{color:var(--orange-700);font-weight:600}.upload-or{color:#6b7280;color:var(--gray-500);font-size:.875rem;margin-bottom:1rem}.browse-button{background:linear-gradient(90deg,#f97316,#ef4444);background:linear-gradient(to right,var(--orange-500),var(--red-500));border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease-in-out}.browse-button:hover{background:linear-gradient(90deg,#ea580c,#dc2626);background:linear-gradient(to right,var(--orange-600),var(--red-600));box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.file-input{display:none}.image-preview-container{align-items:center;border-radius:.75rem;display:flex;height:16rem;justify-content:center;overflow:hidden;position:relative;width:100%}.image-preview{border-radius:.5rem;max-height:100%;max-width:100%;object-fit:contain}.remove-image-button{align-items:center;background-color:#ef4444;background-color:var(--red-500);border:none;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.5rem;top:.5rem;transition:background-color .2s ease-in-out}.remove-image-button:hover{background-color:#dc2626;background-color:var(--red-600)}.analyze-button{background:linear-gradient(90deg,#14b8a6,#059669);background:linear-gradient(to right,var(--teal-500),var(--green-600));border:none;border-radius:9999px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;padding:1rem 1.5rem;transform:translateZ(0);transition:all .3s ease-in-out;width:100%}.analyze-button:hover:not(:disabled){background:linear-gradient(to right,var(--teal-600),#047857);background:linear-gradient(to right,var(--teal-600),var(--green-700));transform:translateY(-4px)}.analyze-button:disabled{background-color:#d1d5db;background-color:var(--gray-300);box-shadow:none;color:#4b5563;color:var(--gray-600);cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;color:#fff;height:1.5rem;margin-right:.75rem;width:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{align-items:center;background-color:#fee2e2;background-color:var(--red-100);border:1px solid #f87171;border:1px solid var(--red-400);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:#b91c1c;color:var(--red-700);display:flex;margin-top:2rem;padding:1rem;text-align:left}.error-icon{flex-shrink:0;margin-right:.75rem}.error-message p{font-weight:600;margin:0}.analysis-results{display:flex;flex-direction:column;gap:2.5rem;margin-top:2.5rem}.section-card{align-items:flex-start;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;padding:2rem;text-align:left}.section-icon{flex-shrink:0;height:2.5rem;margin-right:1.5rem;margin-top:.25rem;width:2.5rem}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:.75rem}.section-content{color:#1f2937;color:var(--gray-800);font-size:1.125rem}.body-type-section{background:linear-gradient(to bottom right,#dbeafe,#bfdbfe);background:linear-gradient(to bottom right,var(--blue-100),var(--blue-200))}.body-type-section .section-icon{color:#1d4ed8;color:var(--blue-700)}.body-type-section .section-title{color:#1e3a8a;color:var(--blue-900)}.fat-distribution-section{background:linear-gradient(to bottom right,#dcfce7,#a7f3d0);background:linear-gradient(to bottom right,var(--green-100),var(--green-200))}.fat-distribution-section .section-icon{color:#047857;color:var(--green-700)}.fat-distribution-section .section-title{color:#064e3b;color:var(--green-900)}.diet-suggestions-section{background:linear-gradient(to bottom right,#fef9c3,#fde68a);background:linear-gradient(to bottom right,var(--yellow-100),var(--yellow-200))}.diet-suggestions-section .section-icon{color:#a16207;color:var(--yellow-700)}.diet-suggestions-section .section-title{color:#713f12;color:var(--yellow-900)}.workout-plan-section{background:linear-gradient(to bottom right,#ede9fe,#ddd6fe);background:linear-gradient(to bottom right,var(--purple-100),var(--purple-200))}.workout-plan-section .section-icon{color:#6d28d9;color:var(--purple-700)}.workout-plan-section .section-title{color:#4c1d95;color:var(--purple-900)}.health-risk-section{background:linear-gradient(to bottom right,#e0f2f1,#b2dfdb);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;padding:2rem;text-align:left}.health-risk-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.health-risk-header .section-title{margin:0}.health-insights-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.health-insight-card{align-items:center;background-color:#fffc;border-radius:1rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding:1rem;text-align:center}.health-insight-card .insight-icon{color:#0f766e;color:var(--teal-700);font-size:2rem;line-height:1}.health-insight-card p{color:#4b5563;color:var(--gray-600);font-size:.875rem;line-height:1.2;margin:0}.health-insight-card strong{color:#1f2937;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:1.2;margin-bottom:.25rem}.workout-table-container{border-radius:.75rem;box-shadow:inset 0 2px 4px 0 #0000000f;overflow-x:auto}.workout-table{background-color:#f5f3ff;border:1px solid #c4b5fd;border:1px solid var(--purple-300);border-collapse:collapse;border-radius:.75rem;overflow:hidden;width:100%}.workout-table thead{background-color:#5b21b6;background-color:var(--purple-800)}.workout-table th{color:#fff;font-size:1rem;font-weight:600;padding:1rem 1.5rem;text-align:left;text-transform:uppercase}.workout-table tbody tr{background-color:#f5f3ff;border-bottom:1px solid #ddd6fe;border-bottom:1px solid var(--purple-200);transition:background-color .3s ease-in-out}.workout-table tbody tr:last-child{border-bottom:none}.workout-table tbody tr:hover{background-color:#e8dffb}.workout-table td{color:#1f2937;color:var(--gray-800);padding:1rem 1.5rem}.workout-table ul{list-style:disc;margin:0;padding-left:1.25rem}.workout-table li{margin-bottom:.25rem}.workout-checkbox-container{align-items:center;display:flex;gap:.5rem}.workout-checkbox-label{color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;-webkit-user-select:none;user-select:none}.workout-checkbox{align-items:center;appearance:none;background-color:#fff;border:2px solid #8b5cf6;border:2px solid var(--purple-500);border-radius:.25rem;cursor:pointer;display:flex;flex-shrink:0;height:1.25rem;justify-content:center;transition:all .2s ease-in-out;width:1.25rem}.workout-checkbox:checked{background-color:#7c3aed;background-color:var(--purple-600);border-color:#7c3aed;border-color:var(--purple-600)}.workout-checkbox:checked:after{color:#fff;content:"✔";font-size:.75rem}.workout-row.completed{background-color:var(--green-50);opacity:.8;transition:background-color .3s ease-in-out,opacity .3s ease-in-out}.workout-row.completed td{color:#6b7280;color:var(--gray-500)}.control-buttons-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;margin-top:2rem}.control-button{align-items:center;border:none;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:.75rem 1.25rem;transition:all .3s ease-in-out}.control-button.save{background:linear-gradient(to right,var(--blue-500),var(--indigo-600));color:#fff}.control-button.save:hover{background:linear-gradient(to right,var(--blue-600),var(--indigo-700));transform:translateY(-2px)}.control-button.load{background:linear-gradient(90deg,#f97316,#ef4444);background:linear-gradient(to right,var(--orange-500),var(--red-500));color:#fff}.control-button.load:hover{background:linear-gradient(90deg,#ea580c,#dc2626);background:linear-gradient(to right,var(--orange-600),var(--red-600));transform:translateY(-2px)}.control-button.clear{background-color:#9ca3af;background-color:var(--gray-400);color:#fff}.control-button.clear:hover{background-color:#6b7280;background-color:var(--gray-500);transform:translateY(-2px)}.control-button:disabled{background-color:#d1d5db;background-color:var(--gray-300);box-shadow:none;color:#4b5563;color:var(--gray-600);cursor:not-allowed}.ai-tone-selector-container{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.ai-tone-selector-label{color:#374151;color:var(--gray-700);font-size:1rem;font-weight:600;margin-bottom:.5rem}.ai-tone-selector{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239ca3af'%3E%3Cpath d='m7 7 3 3 3-3m0 6-3-3-3 3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;color:#1f2937;color:var(--gray-800);cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease-in-out}.ai-tone-selector:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #6366f133;outline:none}.loading-overlay{align-items:center;background-color:#ffffffe6;border-radius:1.5rem;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.loading-overlay-spinner{animation:spin 1s linear infinite;color:#7c3aed;color:var(--purple-600);height:3rem;margin-bottom:1rem;width:3rem}.loading-overlay-message{color:#374151;color:var(--gray-700);font-size:1.25rem;font-weight:600}.analysis-history-section{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);background:linear-gradient(to bottom right,var(--gray-100),var(--gray-200));border-radius:1rem;box-shadow:inset 0 2px 4px 0 #0000000f;margin-top:2rem;padding:2rem;text-align:left}.analysis-history-title{align-items:center;color:#1f2937;color:var(--gray-800);display:flex;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.analysis-history-list{list-style:none;margin:0;padding:0}.analysis-history-item{align-items:center;border-bottom:1px solid #d1d5db;border-bottom:1px solid var(--gray-300);display:flex;gap:1rem;justify-content:space-between;padding:.75rem 1rem;transition:background-color .2s ease-in-out}.analysis-history-item:last-child{border-bottom:none}.analysis-history-item:hover{background-color:#e5e7eb;background-color:var(--gray-200)}.analysis-item-info{align-items:center;cursor:pointer;display:flex;flex-grow:1;gap:1rem}.analysis-history-thumbnail{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;box-shadow:0 2px 4px #0000001a;flex-shrink:0;height:5rem;object-fit:cover;width:5rem}.analysis-item-text-content{color:#374151;color:var(--gray-700);display:flex;flex-direction:column;font-size:1rem;font-weight:500}.analysis-item-text-content span{color:#6b7280;color:var(--gray-500);display:block;font-size:.875rem}.analysis-item-buttons{display:flex;gap:.5rem}.analysis-item-button{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s ease-in-out}.analysis-item-button.load-item{background-color:var(--blue-500);color:#fff}.analysis-item-button.load-item:hover{background-color:var(--blue-600)}.analysis-item-button.delete-item{background-color:#ef4444;background-color:var(--red-500);color:#fff}.analysis-item-button.delete-item:hover{background-color:#dc2626;background-color:var(--red-600)}.analysis-item-button.schedule-item{background-color:#14b8a6;background-color:var(--teal-500);color:#fff}.analysis-item-button.schedule-item:hover{background-color:var(--teal-600)}.voice-coach-container{align-items:center;background:linear-gradient(to right,var(--teal-100),#dcfce7);background:linear-gradient(to right,var(--teal-100),var(--green-100));border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;display:flex;flex-direction:column;margin-bottom:2rem;padding:1.5rem}.voice-coach-container h3{color:#1f2937;color:var(--gray-800);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.voice-coach-button{align-items:center;background-color:var(--teal-600);border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease-in-out}.voice-coach-button:hover:not(:disabled){background-color:#0f766e;background-color:var(--teal-700);transform:translateY(-2px)}.voice-coach-button:disabled{background-color:#9ca3af;background-color:var(--gray-400);color:#4b5563;color:var(--gray-600);cursor:not-allowed}.audio-player-container{margin-top:1rem}.audio-player-container audio{width:100%}.chatbot-fab{align-items:center;background:linear-gradient(90deg,#14b8a6,#059669);background:linear-gradient(to right,var(--teal-500),var(--green-600));border:none;border-radius:9999px;bottom:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;color:#fff;cursor:pointer;display:flex;height:4rem;justify-content:center;position:fixed;right:2rem;transition:transform .3s ease-in-out;width:4rem;z-index:100}.chatbot-fab:hover{transform:scale(1.1)}.chatbot-window{background-color:#fff;border-radius:1.5rem;bottom:7rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;flex-direction:column;height:30rem;overflow:hidden;position:fixed;right:2rem;width:20rem;z-index:99}.chatbot-header{align-items:center;background-color:var(--teal-600);color:#fff;display:flex;justify-content:space-between;padding:1rem}.chatbot-messages{background-color:#f9fafb;background-color:var(--gray-50);flex-grow:1;overflow-y:auto;padding:1rem}.chat-message{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.75rem}.chat-message.user{align-items:flex-end}.chat-bubble{word-wrap:break-word;border-radius:1rem;max-width:80%;padding:.75rem 1rem}.chat-bubble.user{background-color:#3b82f6;background-color:var(--chatbot-blue);border-bottom-right-radius:.25rem;color:#fff}.chat-bubble.bot{background-color:#e5e7eb;background-color:var(--gray-200);border-bottom-left-radius:.25rem;color:#1f2937;color:var(--gray-800)}.chatbot-input-area{background-color:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;gap:.5rem;padding:1rem}.chatbot-input-area input{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:9999px;flex-grow:1;padding:.5rem 1rem}.chatbot-input-area button{background-color:#3b82f6;background-color:var(--chatbot-blue);border:none;border-radius:9999px;color:#fff;cursor:pointer;padding:.5rem}.chatbot-input-area button:hover{background-color:#eff6ff;background-color:var(--chatbot-blue-light);color:#3b82f6;color:var(--chatbot-blue)}.modal-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.schedule-modal{background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-width:40rem;padding:2rem;position:relative;width:90%}.schedule-modal-header{align-items:center;border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--gray-200);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.schedule-modal-header h3{color:#1f2937;color:var(--gray-800);font-size:1.875rem;font-weight:700;margin:0}.schedule-modal-close-button{background:none;border:none;color:#6b7280;color:var(--gray-500);cursor:pointer;transition:color .2s}.schedule-modal-close-button:hover{color:#1f2937;color:var(--gray-800)}.timetable-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-bottom:1.5rem}.day-box{background-color:#f3f4f6;background-color:var(--gray-100);border-radius:.75rem;cursor:pointer;padding:1rem .5rem;text-align:center;transition:all .2s ease-in-out}.day-box:hover{background-color:#e5e7eb;background-color:var(--gray-200)}.day-box.active{background:linear-gradient(90deg,#14b8a6,#059669);background:linear-gradient(to right,var(--teal-500),var(--green-600));box-shadow:0 4px 6px #0000001a;color:#fff;transform:translateY(-2px)}.day-box h4{font-size:1rem;font-weight:600;margin:0}.day-box span{color:#6b7280;color:var(--gray-500);display:block;font-size:.75rem}.day-box.active span{color:#fff}.day-details{background-color:#f9fafb;background-color:var(--gray-50);border-radius:.75rem;padding:1.5rem;text-align:left}.day-details h4{color:#1f2937;color:var(--gray-800);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.day-details p,.day-details ul{font-size:1rem;margin:0;padding-left:1.25rem}@media (max-width:768px){body{padding-bottom:7rem}.main-card{padding:1.5rem}.main-title{font-size:2rem}.subtitle{font-size:1rem}.upload-area{padding:1.5rem}.upload-icon{height:3rem;width:3rem}.upload-text{font-size:1rem}.browse-button{font-size:.9rem;padding:.6rem 1.2rem}.image-preview-container{height:12rem}.analyze-button{font-size:1.125rem;padding:.8rem 1.2rem}.section-card{align-items:center;flex-direction:column;padding:1.5rem}.section-icon{margin-bottom:1rem;margin-right:0}.section-title{font-size:1.5rem;text-align:center}.section-content{font-size:1rem}.workout-table td,.workout-table th{font-size:.875rem;padding:.8rem 1rem}.disclaimer-section{padding:1rem}.disclaimer-section .font-semibold{font-size:1rem}.disclaimer-section .text-sm{font-size:.75rem}.control-buttons-container{flex-direction:column}.control-button{width:100%}.loading-overlay-spinner{height:2.5rem;width:2.5rem}.loading-overlay-message{font-size:1rem}.analysis-history-title{font-size:1.5rem}.analysis-history-item{align-items:flex-start;flex-direction:column;gap:.5rem}.analysis-item-buttons{justify-content:flex-end;width:100%}.analysis-item-info{align-items:center;flex-direction:row;width:100%}.analysis-history-thumbnail{height:4rem;width:4rem}.chatbot-window{border-radius:0;bottom:0;height:80%;right:0;width:100%}.chatbot-fab{bottom:1rem;right:1rem}.timetable-grid{grid-template-columns:repeat(4,1fr)}.day-box h4{font-size:.875rem}.day-details{padding:1rem}}
/*# sourceMappingURL=main.da67e738.css.map*/