.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;background:#fff;position:relative}.login-logo{position:absolute;top:2rem;left:2rem}.login-card{background:#fff;padding:3rem 2.5rem;border-radius:0;box-shadow:none;width:100%;max-width:500px;margin-top:4rem}.login-title{color:#000;margin-bottom:2rem;text-align:center;font-size:2rem;font-weight:700}.login-form{width:100%}.login-links{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.role-selection{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:.5rem}.role-option{display:flex!important;flex-direction:row;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:0;writing-mode:horizontal-tb;text-orientation:mixed}.role-radio{width:18px;height:18px;cursor:pointer;accent-color:#000000}.role-text{font-size:1rem;color:#000;cursor:pointer;writing-mode:horizontal-tb;text-orientation:mixed;white-space:nowrap}.admin-login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;background:#fff;position:relative}.admin-login-logo{position:absolute;top:2rem;left:2rem}.admin-login-card{background:#fff;padding:3rem 2.5rem;border-radius:0;box-shadow:none;width:100%;max-width:500px;margin-top:4rem}.admin-login-title{color:#000;margin-bottom:2rem;text-align:center;font-size:2rem;font-weight:700}.admin-login-form{width:100%}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:#000;font-weight:500;font-size:.9rem}.form-label .required{color:red;font-size:.9rem}.form-input{width:100%;padding:.875rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;background-color:#f5f5f5;transition:border-color .3s,background-color .3s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#000;background-color:#fff}.form-input::-moz-placeholder{color:#999}.form-input::placeholder{color:#999}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.submit-button{width:100%;padding:1rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .3s,background-color .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.submit-button:hover:not(:disabled){opacity:.9;background-color:#333}.submit-button:disabled{opacity:.6;cursor:not-allowed}.admin-login-links{margin-top:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.75rem}.link-button{background:none;border:none;color:#000;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0;text-align:center}.link-button:hover{color:#333}.dashboard-container{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{color:#333;font-size:1.5rem}.header-actions{display:flex;gap:1rem}.nav-button,.logout-button{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:opacity .3s}.nav-button{background-color:#667eea;color:#fff}.nav-button:hover{opacity:.9}.logout-button{background-color:#e74c3c;color:#fff}.logout-button:hover{opacity:.9}.dashboard-main{max-width:1200px;margin:2rem auto;padding:0 2rem}.user-info{background:#fff;padding:1rem;border-radius:4px;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.user-info p{color:#666;margin:0}.messages-section{background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 4px #0000001a}.messages-section h2{color:#333;margin-bottom:1.5rem}.message-form{display:flex;gap:1rem;margin-bottom:2rem}.message-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.message-input:focus{outline:none;border-color:#667eea}.add-button{padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:opacity .3s}.add-button:hover{opacity:.9}.no-messages{text-align:center;padding:2rem;color:#999}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background-color:#f9f9f9;border-radius:4px;border-left:4px solid #667eea}.message-content{flex:1}.message-text{color:#333;margin-bottom:.5rem}.message-meta{color:#999;font-size:.85rem}.delete-button{padding:.5rem 1rem;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:opacity .3s}.delete-button:hover{opacity:.9}.emotion-pop-display-container{position:fixed;bottom:20px;right:20px;z-index:1000;max-width:400px;display:flex;flex-direction:column;gap:1rem}.emotion-pop-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000026;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.emotion-pop-header{margin-bottom:1rem}.emotion-pop-title{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0}.emotion-pop-content{display:flex;flex-direction:column;gap:.75rem}.emotion-pop-emotions{display:flex;gap:.75rem;justify-content:center}.emotion-pop-emotion-btn{width:60px;height:60px;font-size:2rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s}.emotion-pop-emotion-btn:hover{border-color:#f5b655;transform:scale(1.1);box-shadow:0 4px 12px #f5b6554d}.emotion-pop-text-choices{display:flex;flex-direction:column;gap:.5rem}.emotion-pop-text-choice-btn{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#1a202c;font-size:.875rem;cursor:pointer;transition:all .2s;text-align:left}.emotion-pop-text-choice-btn:hover{border-color:#f5b655;background:#fffbf0}.emotion-pop-number-choices{display:flex;gap:.5rem;justify-content:center}.emotion-pop-number-choice-btn{width:50px;height:50px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#1a202c;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s}.emotion-pop-number-choice-btn:hover{border-color:#f5b655;background:#fffbf0;transform:scale(1.1)}.emotion-pop-free-text{display:flex;flex-direction:column;gap:.75rem}.emotion-pop-textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;resize:vertical;font-family:inherit}.emotion-pop-textarea:focus{outline:none;border-color:#f5b655}.emotion-pop-submit-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#f5b655,#f59e0b);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;align-self:flex-end}.emotion-pop-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5b65566}.emotion-pop-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9999;animation:fadeIn .2s ease-out;pointer-events:none}.emotion-pop-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0003;z-index:10000;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.emotion-pop-modal-header{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.emotion-pop-modal-content{display:flex;flex-direction:column;gap:1rem}.lesson-during-poll-emotions{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.lesson-during-poll-emotion-btn{width:100%;height:96px;font-size:2.25rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.lesson-during-poll-emotion-btn:hover{border-color:#f5b655;background:#fffbeb}.lesson-during-poll-text-choices{display:flex;flex-direction:column;gap:.75rem}.lesson-during-poll-text-choice-btn{width:100%;padding:1rem 1.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;text-align:left;font-weight:500;color:#111827;cursor:pointer;transition:all .2s}.lesson-during-poll-text-choice-btn:hover{border-color:#f5b655;background:#fffbeb}.lesson-during-poll-number-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.lesson-during-poll-number-choice-btn{width:100%;height:64px;font-size:1.5rem;font-weight:700;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;color:#111827;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.lesson-during-poll-number-choice-btn:hover{border-color:#f5b655;background:#fffbeb}.lesson-during-poll-free-text{width:100%;display:flex;flex-direction:column;gap:.75rem}.lesson-during-poll-free-text-area{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;resize:none;font-family:inherit;font-size:.875rem;line-height:1.5}.lesson-during-poll-free-text-area:focus{outline:none;border-color:#f5b655}@media (max-width: 768px){.emotion-pop-display-container{bottom:10px;right:10px;left:10px;max-width:none}.emotion-pop-card{padding:1rem}.emotion-pop-modal{width:95%;padding:1.5rem;max-height:85vh}}.student-mypage-container{width:100%;height:100%;background:linear-gradient(135deg,#fffbeb,#fef3c7);padding:1.5rem;overflow-y:auto;box-sizing:border-box}.student-mypage-header{margin-bottom:1.5rem}.student-mypage-title{font-size:1.5rem;font-weight:700;color:#1a202c}.student-mypage-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem}.student-mypage-tab{padding:.75rem 1.5rem;font-weight:500;background:#fff;color:#374151;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.student-mypage-tab:hover{color:#111827}.student-mypage-tab.active{background:#000;color:#fff;border-bottom-color:#000}.student-mypage-content{max-width:1400px;margin:0 auto}.student-mypage-top-section{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem;margin-bottom:1.5rem}.student-mypage-diagnosis-card{background:#fff;border-radius:15px;padding:0;box-shadow:0 5px 20px #00000014;transition:transform .3s ease;display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden}.student-mypage-diagnosis-card:hover{transform:translateY(-3px)}.diagnosis-image-section{width:100%;height:100%;min-height:150px;background:linear-gradient(135deg,#f5b655,#f59e0b);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.diagnosis-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.diagnosis-emoji{font-size:6rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));z-index:1}.diagnosis-text-section{padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.diagnosis-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:.375rem;line-height:1.3}.diagnosis-type{font-size:1.1rem;color:#f5b655;font-weight:700;margin-bottom:.75rem;letter-spacing:.1em}.diagnosis-description{color:#4a5568;line-height:1.6;font-size:.85rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.diagnosis-description p{margin:0 0 .375rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.diagnosis-description p:last-child{margin-bottom:0}.student-mypage-chart-card{background:#fff;border-radius:15px;padding:1.25rem;box-shadow:0 5px 20px #00000014}.chart-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin-bottom:1rem;text-align:center}.chart-container{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.bar-chart{width:100%;height:150px;display:flex;align-items:center;justify-content:center}.bar-chart svg{width:100%;height:100%}.radar-chart{display:flex;justify-content:center;align-items:center;height:150px}.radar-chart svg{width:100%;height:100%;max-width:150px;max-height:150px}.student-mypage-fortune-card{background:#fff;border-radius:15px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 5px 20px #00000014}.fortune-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.fortune-header-left{display:flex;align-items:center;gap:.75rem;flex:1}.fortune-other-types-btn{flex-shrink:0;padding:.5rem 1rem;background:linear-gradient(135deg,#f5b655,#f59e0b);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #f5b6554d;white-space:nowrap}.fortune-other-types-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5b65566;background:linear-gradient(135deg,#f59e0b,#f5b655)}.fortune-other-types-btn:active{transform:translateY(0);box-shadow:0 2px 6px #f5b6554d}.fortune-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#f5b655,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;overflow:hidden;padding:4px}.fortune-icon>div{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fortune-icon svg{width:100%;height:100%}.fortune-header-text{flex:1}.fortune-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.fortune-date-range{font-size:.75rem;color:#4a5568}.fortune-rank-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.fortune-rank-left{display:flex;align-items:baseline;gap:.25rem}.fortune-rank-number{font-size:2rem;font-weight:700;color:#ec4899;line-height:1}.fortune-rank-unit{font-size:1rem;color:#1a202c;font-weight:400}.fortune-rank-right{display:flex;align-items:center}.fortune-rank-date{font-size:.85rem;color:#1a202c}.fortune-key-message{font-size:.95rem;font-weight:700;color:#1a202c;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.fortune-lucky-section{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.fortune-lucky-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.fortune-lucky-row:last-child{border-bottom:none}.fortune-lucky-label{font-size:.85rem;color:#1a202c}.fortune-lucky-value{font-size:.85rem;color:#1a202c;text-align:right}.fortune-details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.fortune-detail-item{display:flex;flex-direction:column}.fortune-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:.5rem}.fortune-detail-title{font-size:.9rem;font-weight:700;color:#1a202c;flex-shrink:0}.fortune-stars{display:flex;gap:.125rem;flex-shrink:0}.fortune-star{font-size:.75rem;color:#d1d5db;line-height:1}.fortune-star.active{color:#fbbf24}.fortune-detail-text{font-size:.75rem;color:#4a5568;line-height:1.6;margin:0;text-align:left}@media (max-width: 1200px){.fortune-details-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.fortune-details-grid{grid-template-columns:1fr}.fortune-rank-section{flex-direction:column;align-items:flex-start;gap:.5rem}}.student-mypage-quests-section{margin-top:1.5rem}.quests-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 3px 12px #00000014}.quests-loading-spinner{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top-color:#f5b655;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.quests-empty{padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 3px 12px #00000014;text-align:center;color:#6b7280}.quests-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.quests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.quest-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 3px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%;min-height:200px}.quest-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.quest-card.quest-completed{opacity:.7;background:#f0f0f0}.quest-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:.5rem;min-height:2.5rem}.quest-card-title{font-size:1rem;font-weight:700;color:#1a202c;margin:0;line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.quest-completed-badge{background:#22c55e;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;flex-shrink:0;white-space:nowrap}.quest-description{color:#4a5568;font-size:.85rem;margin-bottom:.75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;min-height:2.5rem}.quest-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;gap:.5rem}.quest-category{color:#f5b655;font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quest-reward{color:#22c55e;font-weight:600;flex-shrink:0}.quest-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.quest-progress-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.quest-progress-fill{height:100%;background:linear-gradient(90deg,#f5b655,#f59e0b);border-radius:3px;transition:width .3s ease}.quest-progress-text{font-size:.75rem;color:#4a5568;font-weight:600;min-width:35px;text-align:right}.quest-button{width:100%;padding:.625rem;background:linear-gradient(135deg,#f5b655,#f59e0b);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:auto}.quest-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5b6554d}.quest-button:active{transform:translateY(0)}@media (max-width: 1024px){.student-mypage-top-section{gap:1rem}.student-mypage-diagnosis-card{min-height:auto}.diagnosis-image-section{min-height:110px}.diagnosis-emoji{font-size:4rem}.diagnosis-text-section{padding:1rem}.diagnosis-title{font-size:1rem}.diagnosis-type{font-size:.9rem}.diagnosis-description{font-size:.75rem;line-height:1.5}.student-mypage-chart-card{padding:1rem}.chart-title{font-size:1rem;margin-bottom:.75rem}.bar-chart,.radar-chart{height:120px}.radar-chart svg{max-width:120px;max-height:120px}.fortune-content,.fortune-details{grid-template-columns:1fr}}@media (max-width: 768px){.student-mypage-container{padding:1rem}.student-mypage-top-section{gap:.75rem}.diagnosis-image-section{min-height:90px}.diagnosis-emoji{font-size:3rem}.diagnosis-text-section{padding:.75rem}.diagnosis-title{font-size:.9rem}.diagnosis-type{font-size:.8rem;margin-bottom:.5rem}.diagnosis-description{font-size:.7rem}.student-mypage-chart-card{padding:.75rem}.chart-title{font-size:.9rem;margin-bottom:.5rem}.bar-chart,.radar-chart{height:100px}.radar-chart svg{max-width:100px;max-height:100px}.quests-grid{grid-template-columns:1fr}}.seating-chart-container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.seating-chart-container.with-student-list{display:flex;height:100%;flex-direction:column}.seating-chart-container.with-student-list .seating-chart-content{display:flex;flex:1 1 0%;gap:1.5rem;overflow:hidden;flex-direction:row;align-items:flex-start}.seating-chart-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.seating-chart-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-add-group-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-add-group-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.seating-chart-content{flex:1 1 0%;gap:1.5rem;overflow:hidden;position:relative;display:flex;flex-direction:row;align-items:flex-start}.seating-chart-blackboard{margin-bottom:1rem;width:100%;position:relative;flex-shrink:0}.seating-chart-blackboard-content{display:flex;height:4rem;width:100%;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:4px solid #1f2937;box-shadow:inset 0 2px 4px #0000004d}.seating-chart-blackboard-text{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));text-shadow:1px 1px 2px rgba(0,0,0,.5)}.seating-chart-grid>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.seating-chart-row{display:flex;gap:.75rem}.seating-chart-header-actions{display:flex;align-items:center;gap:.75rem}.seating-chart-size-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-size-btn:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.seating-chart-assign-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-assign-btn:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.seating-chart-grid-wrapper{display:flex;flex:1 1 0%;align-items:center;justify-content:center;overflow:auto;min-height:0;width:100%}.seating-chart-grid-wrapper.with-sidebar{flex:1 1 0%;min-height:0;width:auto}.seating-chart-grid>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.seating-chart-grid{max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;width:100%}.seating-chart-row{display:flex;gap:.25rem}.seating-chart-seat{position:relative;aspect-ratio:1 / 1;flex:1 1 0%;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-seat:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.seating-chart-seat{min-width:75px;max-width:85px;font-size:.8rem}.seating-chart-seat.editable{cursor:pointer}.seating-chart-seat[draggable=true]{cursor:grab}.seating-chart-seat[draggable=true]:active{cursor:grabbing}.seating-chart-seat.drag-over{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.seating-chart-student{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.seating-chart-student-name{text-align:center;font-size:.75rem;line-height:1rem;font-weight:500;line-height:1.25;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-type{font-size:10px;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.seating-chart-empty-seat{display:flex;height:100%;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.25;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.seating-chart-seat-remove{position:absolute;top:.25rem;right:.25rem;display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-seat-remove:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.seating-chart-groups>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.seating-chart-groups-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-groups-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.seating-chart-groups-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.seating-chart-groups-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.seating-chart-group{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group.drag-over{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.seating-chart-group-header{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.seating-chart-group-name{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-group-actions{display:flex;align-items:center;gap:.5rem}.seating-chart-group-edit-btn{border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-edit-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.seating-chart-group-delete-btn{border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-delete-btn:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.seating-chart-group-students{min-height:100px;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:.75rem}.seating-chart-group-student-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.seating-chart-group-student{display:flex;align-items:center;justify-content:space-between;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem}.seating-chart-group-student-name{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-group-student-remove{display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-student-remove:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.seating-chart-group-empty{display:flex;height:100%;align-items:center;justify-content:center;text-align:center}.seating-chart-group-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.seating-chart-group-modal-content{position:relative;width:100%;max-width:28rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.seating-chart-group-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-group-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-group-modal-close{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-group-modal-body>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.seating-chart-group-modal-body{padding:1.5rem}.seating-chart-group-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.seating-chart-group-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.seating-chart-group-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.seating-chart-group-form-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1))}.seating-chart-group-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-group-modal-cancel-btn{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-modal-cancel-btn:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-group-modal-save-btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-group-modal-save-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.seating-chart-student-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.seating-chart-student-modal-content{position:relative;display:flex;max-height:80vh;width:100%;max-width:28rem;flex-direction:column;overflow:hidden;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.seating-chart-student-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-student-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-modal-close{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-modal-body{flex:1 1 0%;overflow-y:auto;padding:1.5rem}.seating-chart-student-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.seating-chart-student-item{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-item:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-student-item-empty{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-item-empty:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.seating-chart-student-item-name{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-item-type{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.seating-chart-student-empty{padding-top:1rem;padding-bottom:1rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.seating-chart-student-sidebar{display:flex;width:16rem;flex-direction:column;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-right:1.5rem;max-height:calc(100vh - 200px)}.seating-chart-student-sidebar-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-sidebar-list{flex:1 1 0%}.seating-chart-student-sidebar-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.seating-chart-student-sidebar-list{overflow-y:auto}.seating-chart-student-sidebar-list.drag-over{border-radius:.5rem;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.seating-chart-student-sidebar-item{cursor:move;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-sidebar-item:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-student-sidebar-item[draggable=true]{cursor:grab}.seating-chart-student-sidebar-item[draggable=true]:active{cursor:grabbing}.seating-chart-student-sidebar-name{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-sidebar-type{margin-top:.25rem;display:block;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.seating-chart-student-sidebar-badge{margin-top:.5rem;display:inline-block;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.seating-chart-student-sidebar-empty{padding-top:2rem;padding-bottom:2rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.seating-chart-size-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.seating-chart-size-modal-content{position:relative;width:100%;max-width:28rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.seating-chart-size-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-size-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-size-modal-close{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-size-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-size-modal-body>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.seating-chart-size-modal-body{padding:1.5rem}.seating-chart-size-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.seating-chart-size-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.seating-chart-size-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.seating-chart-size-form-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1))}.seating-chart-size-form-info{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.seating-chart-size-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-size-modal-cancel-btn{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-size-modal-cancel-btn:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-size-modal-save-btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-size-modal-save-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.seating-chart-seat.clickable{cursor:pointer}.seating-chart-student-info-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.seating-chart-student-info-modal-content{margin-left:1rem;margin-right:1rem;width:100%;max-width:32rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:1px solid rgba(0,0,0,.1);overflow:hidden}.seating-chart-student-info-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff var(--tw-gradient-to-position);padding:1.5rem}.seating-chart-student-info-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-info-modal-close{border-radius:.5rem;padding:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-info-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.seating-chart-student-info-modal-body{padding:1.5rem}.seating-chart-student-info-main{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:1.5rem}.seating-chart-student-info-avatar{display:flex;height:5rem;width:5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #F5B655 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 182 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f59e0b var(--tw-gradient-to-position);box-shadow:0 4px 12px #00000026}.seating-chart-student-info-avatar svg{height:3rem;width:3rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.seating-chart-student-info-name-section{flex:1 1 0%}.seating-chart-student-info-name{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-student-info-diagnosis{display:inline-block;border-radius:9999px;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.seating-chart-student-info-evaluations>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.seating-chart-student-info-evaluation-item{display:flex;align-items:center;justify-content:space-between;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-student-info-evaluation-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.seating-chart-student-info-evaluation-label{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.seating-chart-student-info-evaluation-badge{display:inline-flex;height:2.5rem;min-width:3.5rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #0000004d;padding:0 1rem}.seating-chart-student-info-evaluation-badge[data-level=L1]{background:linear-gradient(135deg,#ef4444,#dc2626)}.seating-chart-student-info-evaluation-badge[data-level=L2]{background:linear-gradient(135deg,#f97316,#ea580c)}.seating-chart-student-info-evaluation-badge[data-level=L3]{background:linear-gradient(135deg,#eab308,#ca8a04)}.seating-chart-student-info-evaluation-badge[data-level=L4]{background:linear-gradient(135deg,#22c55e,#16a34a)}.seating-chart-student-info-evaluation-badge[data-level=L5]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.seating-chart-student-info-evaluation-empty{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;padding:2rem}.seating-chart-evaluation-modal-content{margin:2rem 1rem;width:100%;max-width:72rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:1px solid rgba(0,0,0,.1);max-height:calc(100vh - 4rem);overflow-y:auto}.seating-chart-evaluation-modal-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff var(--tw-gradient-to-position);padding:1.5rem}.seating-chart-evaluation-modal-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-modal-subtitle{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-badge-large{margin-left:.5rem;display:inline-flex;height:2.5rem;min-width:4rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #0000004d;padding:0 1rem}.seating-chart-evaluation-badge-large[data-level=L1]{background:linear-gradient(135deg,#ef4444,#dc2626)}.seating-chart-evaluation-badge-large[data-level=L2]{background:linear-gradient(135deg,#f97316,#ea580c)}.seating-chart-evaluation-badge-large[data-level=L3]{background:linear-gradient(135deg,#eab308,#ca8a04)}.seating-chart-evaluation-badge-large[data-level=L4]{background:linear-gradient(135deg,#22c55e,#16a34a)}.seating-chart-evaluation-badge-large[data-level=L5]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.seating-chart-evaluation-modal-close{border-radius:.5rem;padding:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-evaluation-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-modal-body{padding:1.5rem}.seating-chart-evaluation-table-container{display:flex;justify-content:center;overflow:auto;max-height:600px}.seating-chart-evaluation-table{border-collapse:collapse;border:1px solid #e5e7eb;table-layout:fixed;width:450px}.seating-chart-evaluation-table-header{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));white-space:nowrap;text-align:center!important;vertical-align:middle}.seating-chart-evaluation-table-header:first-child{width:200px!important;min-width:200px!important;max-width:200px!important}.seating-chart-evaluation-table-header:not(:first-child){width:50px!important;min-width:50px!important;max-width:50px!important}.seating-chart-evaluation-category-row{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-evaluation-category-row:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.seating-chart-evaluation-category-cell{cursor:pointer;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;height:auto}.seating-chart-evaluation-category-cell-content{display:flex;align-items:center;gap:.75rem}.seating-chart-evaluation-category-number{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-category-name{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-category-toggle{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-item-row{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-evaluation-item-row:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-evaluation-item-cell{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));width:200px!important;min-width:200px!important;max-width:200px!important}.seating-chart-evaluation-level-cell{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));width:50px!important;min-width:50px!important;max-width:50px!important;cursor:pointer;text-align:center;vertical-align:middle;position:relative;padding:.25rem!important}.seating-chart-evaluation-level-cell.active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.seating-chart-evaluation-level-tile{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:.25rem;border:2px solid;cursor:pointer;box-shadow:0 2px 4px #0000001a;display:block;background:linear-gradient(135deg,#667eea,#764ba2);border-color:#764ba2}.seating-chart-evaluation-level-text{font-size:.75rem;line-height:1rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));text-align:left}.seating-chart-evaluation-item-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.seating-chart-evaluation-item-detail-content{margin-left:1rem;margin-right:1rem;width:100%;max-width:42rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:1px solid rgba(0,0,0,.1)}.seating-chart-evaluation-item-detail-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.seating-chart-evaluation-item-detail-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-item-detail-level{display:inline-flex;height:2rem;min-width:3rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 4px #667eea4d;padding:0 .75rem}.seating-chart-evaluation-item-detail-close{border-radius:.5rem;padding:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.seating-chart-evaluation-item-detail-close:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.seating-chart-evaluation-item-detail-body{padding:1.5rem}.seating-chart-evaluation-item-detail-text{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.student-list-view-container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.student-list-view-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.student-list-view-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-create-group-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-create-group-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.student-list-view-content{display:flex;gap:1.5rem}.student-list-view-sidebar{width:16rem;flex-shrink:0;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem}.student-list-view-group-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.student-list-view-group-item-wrapper{display:flex;align-items:center;gap:.5rem;position:relative}.student-list-view-group-item-wrapper.drag-over{border-radius:.5rem;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.student-list-view-group-item{display:flex;flex:1 1 0%;align-items:center;justify-content:space-between;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:.5rem .75rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-group-item:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.student-list-view-group-item{width:100%}.student-list-view-group-item.active{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1}.student-list-view-group-name{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-group-count{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.student-list-view-group-actions{display:flex;align-items:center;gap:.25rem}.student-list-view-group-edit-btn,.student-list-view-group-delete-btn{padding:.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-group-edit-btn:hover,.student-list-view-group-delete-btn:hover{--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.student-list-view-group-delete-btn:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.student-list-view-table-wrapper{flex:1 1 0%}.student-list-view-table{overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.student-list-view-th{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-row{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-row:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.student-list-view-row{cursor:grab}.student-list-view-row:active{cursor:grabbing}.student-list-view-td{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.student-list-view-evaluation{display:inline-flex;height:2rem;min-width:3rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:#fff;box-shadow:0 2px 4px #0000001a;padding:0 .75rem}.student-list-view-evaluation[data-level=L1]{background:linear-gradient(135deg,#ef4444,#dc2626)}.student-list-view-evaluation[data-level=L2]{background:linear-gradient(135deg,#f97316,#ea580c)}.student-list-view-evaluation[data-level=L3]{background:linear-gradient(135deg,#eab308,#ca8a04)}.student-list-view-evaluation[data-level=L4]{background:linear-gradient(135deg,#22c55e,#16a34a)}.student-list-view-evaluation[data-level=L5]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.student-list-view-td:has(.student-list-view-evaluation:only-child){text-align:center}.student-list-view-remove-btn{padding:.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-remove-btn:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.student-list-view-empty{padding-top:3rem;padding-bottom:3rem;text-align:center}.student-list-view-group-item-wrapper.newly-created{animation:pulse-group 1.5s ease-in-out 3;position:relative}@keyframes pulse-group{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}}.student-list-view-row.highlight-for-drag{position:relative;animation:highlight-student 1.5s ease-in-out 3}@keyframes highlight-student{0%,to{background-color:transparent;box-shadow:0 0 #3b82f666}50%{background-color:#3b82f61a;box-shadow:0 0 0 4px #3b82f633}}.student-list-view-add-all-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-add-all-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.student-list-view-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5}.student-list-view-modal-content{margin-left:1rem;margin-right:1rem;width:100%;max-width:28rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-list-view-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.student-list-view-modal-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-modal-close{padding:.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-modal-close:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-list-view-modal-body{padding:1.5rem}.student-list-view-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.student-list-view-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.student-list-view-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem .75rem}.student-list-view-form-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1))}.student-list-view-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.student-list-view-modal-cancel-btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-modal-cancel-btn:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.student-list-view-modal-save-btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-modal-save-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.student-list-view-evaluation-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;padding:2rem}.student-list-view-evaluation-modal-content{margin:2rem 1rem;width:100%;max-width:72rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:1px solid rgba(0,0,0,.1);max-height:calc(100vh - 4rem);overflow-y:auto}.student-list-view-evaluation-modal-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff var(--tw-gradient-to-position);padding:1.5rem}.student-list-view-evaluation-modal-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-modal-subtitle{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-badge-large{margin-left:.5rem;display:inline-flex;height:2.5rem;min-width:4rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #0000004d;padding:0 1rem}.student-list-view-evaluation-badge-large[data-level=L1]{background:linear-gradient(135deg,#ef4444,#dc2626)}.student-list-view-evaluation-badge-large[data-level=L2]{background:linear-gradient(135deg,#f97316,#ea580c)}.student-list-view-evaluation-badge-large[data-level=L3]{background:linear-gradient(135deg,#eab308,#ca8a04)}.student-list-view-evaluation-badge-large[data-level=L4]{background:linear-gradient(135deg,#22c55e,#16a34a)}.student-list-view-evaluation-badge-large[data-level=L5]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.student-list-view-evaluation-modal-close{border-radius:.5rem;padding:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-evaluation-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-modal-body{padding:1.5rem}.student-list-view-evaluation-table-container{display:flex;justify-content:center;overflow:auto;max-height:600px}.student-list-view-evaluation-table{border-collapse:collapse;border:1px solid #e5e7eb;table-layout:fixed;width:450px}.student-list-view-evaluation-table-header{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));white-space:nowrap;text-align:center!important;vertical-align:middle}.student-list-view-evaluation-table-header:first-child{width:200px!important;min-width:200px!important;max-width:200px!important}.student-list-view-evaluation-table-header:not(:first-child){width:50px!important;min-width:50px!important;max-width:50px!important}.student-list-view-evaluation-category-row{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-evaluation-category-row:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.student-list-view-evaluation-category-cell{cursor:pointer;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;height:auto}.student-list-view-evaluation-category-cell-content{display:flex;align-items:center;gap:.75rem}.student-list-view-evaluation-category-number{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-category-name{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-category-toggle{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-item-row{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-evaluation-item-row:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.student-list-view-evaluation-item-cell{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));width:200px!important;min-width:200px!important;max-width:200px!important}.student-list-view-evaluation-level-cell{border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));width:50px!important;min-width:50px!important;max-width:50px!important;cursor:pointer;text-align:center;vertical-align:middle;position:relative;padding:.25rem!important}.student-list-view-evaluation-level-cell.active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.student-list-view-evaluation-level-tile{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:.25rem;border:2px solid;cursor:pointer;box-shadow:0 2px 4px #0000001a;display:block;background:linear-gradient(135deg,#667eea,#764ba2);border-color:#764ba2}.student-list-view-evaluation-level-text{font-size:.75rem;line-height:1rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));text-align:left}.student-list-view-evaluation-item-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.student-list-view-evaluation-item-detail-content{margin-left:1rem;margin-right:1rem;width:100%;max-width:42rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border:1px solid rgba(0,0,0,.1)}.student-list-view-evaluation-item-detail-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.student-list-view-evaluation-item-detail-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-item-detail-level{display:inline-flex;height:2rem;min-width:3rem;align-items:center;justify-content:center;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 4px #667eea4d;padding:0 .75rem}.student-list-view-evaluation-item-detail-close{border-radius:.5rem;padding:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-list-view-evaluation-item-detail-close:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-list-view-evaluation-item-detail-body{padding:1.5rem}.student-list-view-evaluation-item-detail-text{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-detail-container{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-detail-back-btn{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-detail-back-btn:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-detail-tabs{margin-bottom:1.5rem;display:flex;align-items:center;gap:.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.lesson-detail-tab{border-bottom-width:2px;border-color:transparent;padding:.75rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-detail-tab:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-detail-tab.active{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.lesson-detail-content{width:100%}.lesson-content-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lesson-info-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.lesson-info-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-info-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.lesson-info-main{flex:1 1 0%}.lesson-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-provider{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.lesson-info-date{text-align:right}.lesson-date-label{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.lesson-date-value{font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-benefits-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.lesson-benefits-header{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.lesson-benefits-title{font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-skills{display:flex;flex-wrap:wrap;gap:.5rem}.lesson-skill-tag{border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-content-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.lesson-content-card-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-description{margin-bottom:1.5rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-section{margin-bottom:1.5rem}.lesson-section-title{margin-bottom:.75rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-list{margin-left:1rem;list-style-position:inside;list-style-type:disc}.lesson-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lesson-list{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-agenda-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lesson-agenda-item{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.5rem;padding-bottom:.5rem}.lesson-agenda-item-name{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-agenda-item-duration{font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.lesson-tab-content{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.lesson-file-viewer>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lesson-file-title{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-file-container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lesson-pdf-viewer{height:calc(100vh - 300px);width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));min-height:600px}.lesson-file-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.lesson-download-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-download-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.lesson-file-empty{padding-top:3rem;padding-bottom:3rem;text-align:center}.lesson-evaluation-container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lesson-evaluation-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.lesson-evaluation-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-evaluation-view-toggle{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem}.lesson-evaluation-view-btn{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-evaluation-view-btn:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-evaluation-view-btn.active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-weight:600;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-evaluation-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lesson-evaluation-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-evaluation-th{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-evaluation-row{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lesson-evaluation-row:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.lesson-evaluation-td{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-instructor-title{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-instructor-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.lesson-instructor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lesson-instructor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.lesson-instructor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lesson-instructor-card{cursor:pointer;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-instructor-card:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-instructor-card-avatar{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.lesson-instructor-card-avatar-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.lesson-instructor-card-avatar-placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.lesson-instructor-card-info{text-align:center}.lesson-instructor-card-name{margin-bottom:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-instructor-card-age{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.lesson-instructor-card-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.lesson-instructor-empty{grid-column:1 / -1;padding-top:3rem;padding-bottom:3rem;text-align:center}.instructor-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.instructor-modal-content{position:relative;max-height:90vh;width:100%;max-width:42rem;overflow-y:auto;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.instructor-modal-close{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.instructor-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.instructor-modal-avatar{margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.instructor-modal-avatar-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.instructor-modal-avatar-placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.instructor-modal-name{margin-bottom:2rem;text-align:center;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.instructor-modal-details>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.instructor-modal-details{padding-left:2rem;padding-right:2rem;padding-bottom:2rem}.instructor-modal-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.instructor-modal-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.instructor-modal-value{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.instructor-modal-address{margin-top:.25rem;display:block;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.instructor-modal-themes{display:flex;flex-wrap:wrap;gap:.5rem}.instructor-modal-theme-tag{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.lesson-during-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-during-add-btn{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-add-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.lesson-during-active-polls{margin-bottom:2rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.lesson-during-active-polls{grid-template-columns:repeat(2,minmax(0,1fr))}}.lesson-during-poll-card{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lesson-during-poll-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.lesson-during-poll-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-during-poll-published-badge{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-no-active-polls{grid-column:1 / -1}.lesson-during-poll-content{margin-top:1rem}.lesson-during-poll-emotions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.lesson-during-poll-emotion-btn{height:6rem;width:100%;cursor:pointer;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));font-size:2.25rem;line-height:2.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-poll-emotion-btn:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.lesson-during-poll-text-choices>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lesson-during-poll-text-choice-btn{width:100%;cursor:pointer;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;text-align:left;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-poll-text-choice-btn:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.lesson-during-poll-number-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.lesson-during-poll-number-choice-btn{height:4rem;width:100%;cursor:pointer;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));font-size:1.5rem;line-height:2rem;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-poll-number-choice-btn:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.lesson-during-poll-free-text{width:100%}.lesson-during-poll-free-text-area{width:100%;resize:none;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:.75rem 1rem}.lesson-during-poll-free-text-area:focus{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}.lesson-during-polls-list{margin-top:2rem}.lesson-during-polls-list-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-during-polls-table{overflow:hidden;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.lesson-during-polls-th{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.lesson-during-polls-row{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-polls-row:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.lesson-during-polls-td{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.lesson-during-polls-publish-btn{cursor:pointer;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-polls-publish-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.lesson-during-polls-publish-btn:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.lesson-during-polls-published-badge{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-closed-badge{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-disabled-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.lesson-during-polls-actions{display:flex;align-items:center;gap:.5rem}.lesson-during-polls-action-btn{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.lesson-during-polls-action-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-action-btn-delete{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.lesson-during-polls-action-btn-delete:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-action-btn-unpublish{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.lesson-during-polls-action-btn-unpublish:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-empty{padding-top:2rem;padding-bottom:2rem;text-align:center}.poll-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.poll-modal-content{position:relative;max-height:90vh;width:100%;max-width:48rem;overflow-y:auto;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.poll-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.poll-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-modal-close{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-modal-body>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.poll-modal-body{padding:1.5rem}.poll-form-field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.poll-form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.poll-form-input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.poll-form-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1)) }.poll-form-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.poll-form-type-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.poll-form-type-btn{display:flex;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-form-type-btn:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.poll-form-type-btn.active{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .1 }.poll-form-options>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.poll-form-option-item{display:flex;align-items:center;gap:.5rem}.poll-form-option-input{flex:1 1 0%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem}.poll-form-option-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1)) }.poll-form-option-remove{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-form-option-remove:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.poll-form-option-add{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-form-option-add:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.poll-form-preview{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1.5rem}.poll-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1.5rem}.poll-modal-cancel-btn{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-modal-cancel-btn:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.poll-modal-save-btn{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-modal-save-btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.lesson-during-polls-report-btn{cursor:pointer;font-weight:500;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.lesson-during-polls-report-btn:hover{text-decoration-line:underline}.lesson-during-polls-report-action-btn{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.lesson-during-polls-report-action-btn:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.poll-report-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: .5;padding:1rem}.poll-report-modal-content{position:relative;max-height:90vh;width:100%;max-width:56rem;overflow-y:auto;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.poll-report-modal-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem}.poll-report-modal-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-modal-close{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.poll-report-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-modal-body{padding:1.5rem}.poll-report-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.poll-report-summary{display:flex;align-items:center;gap:1.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem}.poll-report-summary-item{display:flex;flex-direction:column}.poll-report-summary-label{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-summary-value{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-empty{padding-top:3rem;padding-bottom:3rem;text-align:center}.poll-report-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.poll-report-section-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-emotions>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.poll-report-emotion-item{display:flex;align-items:center;gap:1rem}.poll-report-emotion-emoji{display:flex;width:4rem;align-items:center;justify-content:center;font-size:2.25rem;line-height:2.5rem}.poll-report-emotion-bar-container{height:2rem;flex:1 1 0%;overflow:hidden;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.poll-report-emotion-bar{height:100%;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.poll-report-emotion-stats{display:flex;width:6rem;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.poll-report-emotion-count{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-emotion-percentage{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-choices>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.poll-report-choice-item>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.poll-report-choice-label{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.poll-report-choice-bar-container{height:1.5rem;overflow:hidden;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.poll-report-choice-bar{height:100%;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.poll-report-choice-stats{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-choice-count{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-choice-percentage{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.poll-report-number-item>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.poll-report-number-label{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-number-bar-container{height:1.5rem;overflow:hidden;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.poll-report-number-bar{height:100%;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.poll-report-number-stats{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-number-count{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-number-percentage{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.poll-report-text-responses>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.poll-report-text-response-item{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem}.poll-report-text-response-header{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.poll-report-text-response-student{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.poll-report-text-response-time{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.poll-report-text-response-content{white-space:pre-wrap;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (max-width: 768px){.lesson-detail-container{padding:1rem}.lesson-info-header{flex-direction:column}.lesson-info-date{text-align:left}.lesson-title{font-size:1.25rem;line-height:1.75rem}.lesson-detail-tab{padding:.5rem 1rem;font-size:.75rem;line-height:1rem}}@media (max-width: 480px){.lesson-detail-container{padding:.75rem}.lesson-info-card,.lesson-benefits-card,.lesson-content-card{padding:1rem}.lesson-title{font-size:1.125rem;line-height:1.75rem}.lesson-detail-tabs{overflow-x:auto}.lesson-detail-tab{white-space:nowrap;padding:.5rem .75rem;font-size:.75rem;line-height:1rem}}.student-lesson-tab-container{height:100%;width:100%;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #f9fafb var(--tw-gradient-to-position);padding:1.5rem;max-width:1400px;margin:0 auto;box-sizing:border-box;min-height:100vh}.student-lesson-tab-header{margin-bottom:2rem}.student-lesson-tab-title{margin-bottom:.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #F5B655 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 182 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f59e0b var(--tw-gradient-to-position);-webkit-background-clip:text;background-clip:text;font-size:1.875rem;line-height:2.25rem;font-weight:700;color:transparent}.student-lesson-tabs{margin-bottom:2rem;display:flex;gap:.75rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-tab{border-radius:.5rem;border-width:2px;border-color:transparent;padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-lesson-tab:hover{background-color:#f5b6551a;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.student-lesson-tab.active{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #F5B655 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 182 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f59e0b var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:3rem;padding-bottom:3rem}.student-lesson-loading-spinner{margin-bottom:1rem;height:2rem;width:2rem}.student-lesson-loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:4px;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-border-opacity: 1;border-top-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.student-lesson-content{width:100%}.student-lesson-year-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.student-lesson-year-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.student-lesson-year-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){.student-lesson-year-list{grid-template-columns:repeat(5,minmax(0,1fr))}}.student-lesson-year-item{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;border-radius:1rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f9fafb var(--tw-gradient-to-position);padding:1.25rem 1.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.student-lesson-year-item:hover{--tw-translate-y: -.25rem;--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-year-item{box-shadow:0 2px 8px #0000000d}.student-lesson-back-btn{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-lesson-back-btn:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-section-title{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-package-list{width:100%}.student-lesson-package-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.student-lesson-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.student-lesson-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.student-lesson-package-item{width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;border-radius:1rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f9fafb var(--tw-gradient-to-position);padding:1.5rem;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.student-lesson-package-item:hover{--tw-translate-y: -.25rem;--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-package-item{box-shadow:0 4px 12px #00000014}.student-lesson-package-name{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-package-count{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-lesson-list{width:100%}.student-lesson-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.student-lesson-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.student-lesson-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.student-lesson-item{width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;border-radius:1rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f9fafb var(--tw-gradient-to-position);padding:1.5rem;text-align:left;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.student-lesson-item:hover{--tw-translate-y: -.25rem;--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-item{box-shadow:0 4px 12px #00000014}.student-lesson-item-header{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.student-lesson-session-number{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.student-lesson-date{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-lesson-item-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-item-time{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-lesson-empty{padding-top:4rem;padding-bottom:4rem;text-align:center;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.student-lesson-month-list{width:100%}.student-lesson-month-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.student-lesson-month-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px){.student-lesson-month-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 1024px){.student-lesson-month-grid{grid-template-columns:repeat(8,minmax(0,1fr))}}.student-lesson-month-item{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor:pointer;border-radius:1rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f9fafb var(--tw-gradient-to-position);padding:1.25rem 1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.student-lesson-month-item:hover{--tw-translate-y: -.25rem;--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-month-item{box-shadow:0 2px 8px #0000000d}.student-lesson-back-btn{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:.75rem 1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-lesson-back-btn:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.student-lesson-section-title{margin-bottom:1.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #374151 var(--tw-gradient-to-position);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;line-height:2rem;font-weight:700;color:transparent}.student-lesson-package-name{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-package-count{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-lesson-item-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.student-lesson-session-number{border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #F5B655 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 182 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f59e0b var(--tw-gradient-to-position);padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-lesson-date{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-lesson-item-title{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-lesson-item-time{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media (max-width: 640px){.student-lesson-year-list{grid-template-columns:repeat(2,minmax(0,1fr))}.student-lesson-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.student-lesson-package-grid,.student-lesson-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.student-lesson-page-container{width:100%}.upload-container{min-height:100vh;background-color:#f5f5f5}.upload-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.upload-header h1{color:#333;font-size:1.5rem}.back-button{padding:.5rem 1rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:opacity .3s}.back-button:hover{opacity:.9}.upload-main{max-width:1200px;margin:2rem auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.upload-section,.files-section{background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 4px #0000001a}.upload-section h2,.files-section h2{color:#333;margin-bottom:1.5rem}.upload-form{display:flex;flex-direction:column;gap:1rem}.file-input-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.file-label{display:inline-block;padding:.75rem 1.5rem;background-color:#f0f0f0;border:2px dashed #ddd;border-radius:4px;cursor:pointer;text-align:center;transition:all .3s}.file-label:hover{background-color:#e0e0e0;border-color:#667eea}.file-info{padding:1rem;background-color:#f9f9f9;border-radius:4px}.file-info p{margin:.5rem 0;color:#666}.progress-bar{width:100%;height:20px;background-color:#f0f0f0;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s}.upload-button{padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:opacity .3s}.upload-button:hover:not(:disabled){opacity:.9}.upload-button:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:2rem;color:#666}.no-files{text-align:center;padding:2rem;color:#999}.files-list{display:flex;flex-direction:column;gap:1rem}.file-item{padding:1rem;background-color:#f9f9f9;border-radius:4px;border-left:4px solid #667eea}.file-details{display:flex;justify-content:space-between;align-items:center}.file-name{color:#333;margin:0;font-weight:500}.download-link{color:#667eea;text-decoration:none;padding:.5rem 1rem;border:1px solid #667eea;border-radius:4px;transition:all .3s}.download-link:hover{background-color:#667eea;color:#fff}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-container{font-family:inherit;font-size:16px;height:250px}.ql-editor{min-height:200px;max-height:200px;overflow-y:auto}.ql-toolbar{border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;border-bottom:none;border-radius:.5rem .5rem 0 0;background:#f9fafb}.ql-container{border-bottom:1px solid #d1d5db;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;border-top:none;border-radius:0 0 .5rem .5rem}.prose pre code{background-color:transparent;color:inherit;padding:0}.ql-container{font-family:inherit;font-size:16px;height:400px}.ql-editor{min-height:400px;max-height:400px;overflow-y:auto}.ql-editor.ql-blank:before{color:#9ca3af;font-style:normal}.prose h1{font-size:2.25rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.2}.prose h2{font-size:1.875rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.prose h3{font-size:1.5rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;line-height:1.4}.prose p{margin-top:1rem;margin-bottom:1rem;line-height:1.7}.prose li{margin-top:.5rem;margin-bottom:.5rem}.prose{max-width:none}.prose h1{font-size:2.25rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.2;color:#111827}.prose h2{font-size:1.875rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3;color:#111827}.prose h3{font-size:1.5rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;line-height:1.4;color:#111827}.prose p{margin-top:1rem;margin-bottom:1rem;line-height:1.7;color:#374151}.prose ul,.prose ol{margin-top:1rem;margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-top:.5rem;margin-bottom:.5rem;color:#374151}.prose img{max-width:100%;height:auto;margin-top:1.5rem;margin-bottom:1.5rem;border-radius:.5rem}.prose a{color:#3b82f6;text-decoration:underline}.prose a:hover{color:#2563eb}.prose blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin-top:1rem;margin-bottom:1rem;font-style:italic;color:#6b7280}.prose code{background-color:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem}.prose pre{background-color:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-top:1rem;margin-bottom:1rem}.prose pre code{background-color:transparent;padding:0;color:inherit}.prose strong{font-weight:700}.prose em{font-style:italic}.prose u{text-decoration:underline}.prose s{text-decoration:line-through}.news-list-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.news-list-hero{background:linear-gradient(135deg,#1a1a1a,#000);padding:120px 0 80px;position:relative;overflow:hidden}.news-list-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.news-list-hero-content{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1;text-align:center}.news-list-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.02em}.news-list-subtitle{font-size:18px;color:#ffffffe6;margin:0;font-weight:400}.news-list-container{max-width:1200px;margin:0 auto;padding:60px 24px}.news-list-filters{margin-bottom:48px}.news-list-search{position:relative;max-width:600px;margin:0 auto 32px}.news-list-search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#6b7280;pointer-events:none}.news-list-search-input{width:100%;padding:16px 20px 16px 52px;font-size:16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .2s;box-shadow:0 1px 3px #0000000d}.news-list-search-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.news-list-search-input::-moz-placeholder{color:#9ca3af}.news-list-search-input::placeholder{color:#9ca3af}.news-list-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.news-list-category-btn{padding:10px 20px;font-size:14px;font-weight:500;color:#4b5563;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.news-list-category-btn:hover{border-color:#000;color:#000;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.news-list-category-btn.active{background:#000;border-color:#000;color:#fff;box-shadow:0 2px 8px #0000004d}.news-list-tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:center}.news-list-tags-label{font-size:14px;font-weight:500;color:#6b7280}.news-list-tags-list{display:flex;flex-wrap:wrap;gap:8px}.news-list-tag{padding:6px 14px;font-size:13px;font-weight:500;color:#000;background:#0000000d;border:1px solid rgba(0,0,0,.2);border-radius:20px;cursor:pointer;transition:all .2s}.news-list-tag:hover{background:#0000001a;border-color:#0000004d;transform:translateY(-1px)}.news-list-tag.active{background:#000;border-color:#000;color:#fff;box-shadow:0 2px 6px #0000004d}.news-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#6b7280}.news-list-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.news-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#6b7280}.news-list-empty-icon{width:64px;height:64px;margin-bottom:16px;color:#d1d5db}.news-list-empty p{font-size:16px;margin:0}.news-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px}@media (max-width: 768px){.news-list-grid{grid-template-columns:1fr;gap:24px}}.news-list-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column}.news-list-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026;border-color:#000}.news-list-card-thumbnail{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#000);position:relative}.news-list-card-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.news-list-card:hover .news-list-card-thumbnail img{transform:scale(1.05)}.news-list-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.news-list-card-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.news-list-card-category{font-size:12px;font-weight:600;color:#000;background:#0000001a;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.news-list-card-date{font-size:13px;color:#6b7280;font-weight:400}.news-list-card-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list-card-description{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-list-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.news-list-card-tag{font-size:11px;font-weight:500;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:6px}.news-list-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid #e5e7eb}.news-list-card-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#000;transition:all .2s}.news-list-card:hover .news-list-card-link{color:#333;gap:12px}.news-list-card-arrow{width:16px;height:16px;transition:transform .2s}.news-list-card:hover .news-list-card-arrow{transform:translate(4px)}@media (max-width: 768px){.news-list-hero{padding:100px 0 60px}.news-list-title{font-size:36px}.news-list-subtitle{font-size:16px}.news-list-container{padding:40px 16px}.news-list-card-content{padding:20px}.news-list-card-title{font-size:18px}}.student-management-container{height:100%;width:100%;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1.5rem}.student-management-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.student-management-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-management-view-toggle{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem}.student-management-view-btn{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-management-view-btn:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-management-view-btn.active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-weight:600;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-management-class-tabs{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.student-management-class-tab{display:flex;align-items:center;gap:.5rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));white-space:nowrap;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.student-management-class-tab:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-management-class-tab{border-bottom-width:2px;border-color:transparent}.student-management-class-tab.active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-weight:600;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1));border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.student-management-class-tab-name{font-weight:500}.student-management-class-tab-year{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.student-management-class-tab-count{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.125rem .5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.student-management-class-tab.active .student-management-class-tab-count{background-color:#f5b6551a;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.student-management-content{margin-left:auto;margin-right:auto;max-width:72rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.student-management-class-info{margin-bottom:1.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:1rem}.student-management-class-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.student-management-class-year{font-size:1rem;line-height:1.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.student-management-class-student-count{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.fortune-management-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.fortune-management-container{max-width:1600px;margin:0 auto}.fortune-management-header{margin-bottom:2rem}.fortune-management-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.fortune-management-subtitle{font-size:1.1rem;color:#6b7280;font-weight:500}.fortune-control-bar{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.fortune-control-left{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;flex:1}.fortune-control-right{display:flex;align-items:center;gap:1rem}.fortune-date-group{display:flex;align-items:center;gap:.75rem}.fortune-date-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.fortune-date-input{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.fortune-date-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-date-display{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap}.fortune-search-group{flex:1;min-width:200px}.fortune-search-input{width:100%;padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.fortune-search-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-sort-group{display:flex;align-items:center;gap:.5rem}.fortune-sort-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.fortune-sort-select{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s}.fortune-sort-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-save-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #f59e0b4d}.fortune-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px -1px #f59e0b66}.fortune-save-btn:active:not(:disabled){transform:translateY(0)}.fortune-save-btn:disabled{opacity:.6;cursor:not-allowed}.fortune-save-spinner{animation:spin 1s linear infinite}.fortune-save-message{padding:.5rem 1rem;background:#10b981;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease-out}.fortune-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.fortune-loading-spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.fortune-loading p{color:#6b7280;font-size:1rem;font-weight:500}.fortune-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:5rem}.fortune-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s;border:2px solid transparent;position:relative;overflow:hidden}.fortune-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e5e7eb,#e5e7eb);transition:all .3s}.fortune-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -1px #00000026;border-color:#f59e0b}.fortune-card:hover:before{background:linear-gradient(90deg,#f59e0b,#f97316)}.fortune-card-top3{border-color:#f59e0b;background:linear-gradient(135deg,#fff9e6,#fff)}.fortune-card-top3:before{background:linear-gradient(90deg,#f59e0b,#f97316)}.fortune-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.fortune-card-rank-section{flex-shrink:0}.fortune-rank-input-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.fortune-rank-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.fortune-rank-input{width:4rem;padding:.5rem;border:2px solid #e5e7eb;border-radius:.5rem;text-align:center;font-size:1.25rem;font-weight:700;color:#f59e0b;transition:all .2s}.fortune-rank-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-card-type-section{display:flex;align-items:center;gap:1rem;flex:1}.fortune-type-icon{width:3rem;height:3rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:.75rem;padding:.5rem;overflow:hidden}.fortune-type-icon svg{width:100%;height:100%}.fortune-type-info{flex:1}.fortune-type-name{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}.fortune-type-code{font-size:.875rem;font-family:Courier New,monospace;color:#6b7280;background:#f9fafb;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.fortune-card-body{display:flex;flex-direction:column;gap:1rem}.fortune-detail-row{display:flex;align-items:center;gap:.75rem}.fortune-detail-row-full{flex-direction:column;align-items:stretch}.fortune-detail-label{font-size:.875rem;font-weight:600;color:#374151;min-width:80px;flex-shrink:0}.fortune-detail-content{display:flex;align-items:center;gap:.5rem;flex:1}.fortune-select{padding:.375rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:600;background:#fff;cursor:pointer;transition:all .2s;min-width:80px}.fortune-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-select-大吉{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#991b1b;border-color:#fca5a5}.fortune-select-中吉{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-color:#fde68a}.fortune-select-小吉{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-color:#a7f3d0}.fortune-select-吉{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border-color:#bfdbfe}.fortune-select-凶{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#374151;border-color:#d1d5db}.fortune-stars-wrapper{display:flex;gap:.125rem;font-size:1rem}.fortune-stars-input{width:3rem;padding:.25rem .5rem;border:2px solid #e5e7eb;border-radius:.375rem;text-align:center;font-size:.875rem;transition:all .2s}.fortune-stars-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-message-input{width:100%;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;resize:vertical;transition:all .2s;font-family:inherit}.fortune-message-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-lucky-section{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:2px solid #f3f4f6}.fortune-lucky-item{display:flex;flex-direction:column;gap:.5rem}.fortune-lucky-label{font-size:.875rem;font-weight:600;color:#374151}.fortune-lucky-input{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.fortune-lucky-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.fortune-fixed-save{position:fixed;bottom:2rem;right:2rem;z-index:100}.fortune-fixed-save-btn{padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border:none;border-radius:2rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 8px 16px -1px #f59e0b66}.fortune-fixed-save-btn:hover:not(:disabled){transform:translateY(-4px) scale(1.05);box-shadow:0 12px 24px -1px #f59e0b80}.fortune-fixed-save-btn:active:not(:disabled){transform:translateY(-2px) scale(1.02)}.fortune-fixed-save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.fortune-management-page{padding:1rem .5rem}.fortune-management-title{font-size:2rem}.fortune-control-bar,.fortune-control-left{flex-direction:column;align-items:stretch}.fortune-control-right{justify-content:center}.fortune-cards-grid{grid-template-columns:1fr;gap:1rem}.fortune-fixed-save{bottom:1rem;right:1rem}.fortune-fixed-save-btn{padding:.75rem 1.5rem;font-size:1rem}.fortune-lucky-section{grid-template-columns:1fr}}.quest-management-page{width:100%;min-height:100vh;background:#f9fafb;padding:2rem 1rem}.quest-management-container{max-width:1600px;margin:0 auto}.quest-management-header{margin-bottom:2rem}.quest-management-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.quest-management-subtitle{font-size:1.1rem;color:#6b7280;font-weight:400}.quest-tabs{display:flex;gap:1rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.quest-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;border-radius:.75rem;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s}.quest-tab:hover{background:#f3f4f6;color:#111827}.quest-tab-active{background:#111827;color:#fff;box-shadow:0 2px 4px #0000001a}.quest-tab-active:hover{background:#1f2937}.quest-control-bar{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.quest-control-left{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;flex:1}.quest-control-right{display:flex;align-items:center;gap:1rem}.quest-search-group{flex:1;min-width:250px}.quest-search-input{width:100%;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.quest-search-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.quest-filter-group{display:flex;align-items:center;gap:.5rem}.quest-filter-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.quest-filter-select{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s;min-width:150px}.quest-filter-select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.quest-count{font-size:.875rem;font-weight:500;color:#6b7280;padding:.5rem 1rem;background:#f3f4f6;border-radius:.5rem}.quest-create-template-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#111827;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.quest-create-template-btn:hover{background:#1f2937}.quest-create-template-btn:active{transform:scale(.98)}.quest-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.quest-loading-spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.quest-loading p{color:#6b7280;font-size:1rem;font-weight:500}.quest-templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}.quest-template-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s;border:2px solid transparent;position:relative;overflow:hidden}.quest-template-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#e5e7eb}.quest-template-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#d1d5db}.quest-template-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.quest-template-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0;line-height:1.4;flex:1}.quest-template-actions{display:flex;gap:.5rem;flex-shrink:0}.quest-action-btn{width:2rem;height:2rem;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.quest-edit-btn:hover{background:#e5e7eb;color:#111827}.quest-delete-btn:hover{background:#fee2e2;color:#dc2626}.quest-template-description{color:#6b7280;font-size:.875rem;line-height:1.6;margin-bottom:1rem;min-height:2.5rem}.quest-template-meta{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:2px solid #f3f4f6}.quest-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.quest-meta-label{font-weight:600;color:#374151;min-width:80px;flex-shrink:0}.quest-meta-value{color:#6b7280;flex:1}.quest-category-badge{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#374151;border-radius:.375rem;font-weight:500;font-size:.75rem}.quest-reward-badge{display:inline-block;padding:.25rem .75rem;background:#f0fdf4;color:#166534;border-radius:.375rem;font-weight:500;font-size:.75rem}.quest-category-badge-small{display:inline-block;padding:.25rem .5rem;background:#f3f4f6;color:#374151;border-radius:.25rem;font-weight:500;font-size:.7rem}.quest-reward-badge-small{display:inline-block;padding:.25rem .5rem;background:#f0fdf4;color:#166534;border-radius:.25rem;font-weight:500;font-size:.7rem}.quest-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.quest-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.quest-empty-text{color:#6b7280;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.quest-empty-hint{color:#9ca3af;font-size:.875rem}.quest-empty-create-btn{margin-top:1.5rem;padding:.75rem 1.5rem;background:#111827;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.quest-empty-create-btn:hover{background:#1f2937}.quest-daily-control-bar{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.quest-daily-control-left{display:flex;align-items:center;gap:1rem;flex:1}.quest-date-group{display:flex;align-items:center;gap:.75rem}.quest-date-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.quest-date-input{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.quest-date-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a}.quest-date-display{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap}.quest-daily-control-right{display:flex;align-items:center;gap:1rem}.quest-save-daily-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#111827;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.quest-save-daily-btn:hover:not(:disabled){background:#1f2937}.quest-save-daily-btn:disabled{opacity:.6;cursor:not-allowed}.quest-save-spinner{animation:spin 1s linear infinite}.quest-save-message{padding:.5rem 1rem;background:#10b981;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.quest-available-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem}.quest-section-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.quest-scheduled-count{font-size:1rem;color:#6b7280;font-weight:500}.quest-available-templates{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.quest-available-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .3s}.quest-available-item:hover{background:#f3f4f6;border-color:#d1d5db}.quest-available-item-added{background:#f0fdf4;border-color:#86efac}.quest-available-content{flex:1;min-width:0}.quest-available-title{font-size:.875rem;font-weight:700;color:#111827;margin-bottom:.25rem}.quest-available-description{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quest-available-meta{display:flex;gap:.5rem;flex-wrap:wrap}.quest-add-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.quest-add-btn:hover{background:#f9fafb;border-color:#9ca3af}.quest-add-btn-added{background:#111827;color:#fff;border-color:#111827}.quest-add-btn-added:hover{background:#1f2937;border-color:#1f2937}.quest-scheduled-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.quest-scheduled-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.quest-scheduled-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s;position:relative}.quest-scheduled-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;border-color:#d1d5db}.quest-scheduled-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.quest-scheduled-title{font-size:1rem;font-weight:700;color:#111827;margin:0;flex:1}.quest-remove-btn{width:1.75rem;height:1.75rem;border:none;background:#fee2e2;color:#ef4444;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quest-remove-btn:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.quest-scheduled-description{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;line-height:1.5}.quest-scheduled-meta{display:flex;gap:.5rem;flex-wrap:wrap}.quest-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quest-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.quest-template-modal{max-width:800px}.quest-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:1.5rem 1.5rem 0 0}.quest-modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.quest-modal-close{width:2.5rem;height:2.5rem;border:none;background:#f3f4f6;border-radius:.5rem;font-size:1.25rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;color:#6b7280}.quest-modal-close:hover{background:#e5e7eb;transform:scale(1.1);color:#111827}.quest-modal-form{padding:2rem;display:flex;flex-direction:column;gap:2rem}.quest-form-section{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:#f9fafb;border-radius:1rem;border:2px solid #f3f4f6;transition:all .3s}.quest-form-section:hover{border-color:#d1d5db;background:#f9fafb}.quest-form-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.quest-form-section-icon{font-size:1.5rem}.quest-form-section-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.quest-form-group{display:flex;flex-direction:column;gap:.5rem}.quest-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.quest-form-label{font-size:.875rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.25rem}.quest-form-required{color:#ef4444;font-weight:700}.quest-form-input,.quest-form-textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s;font-family:inherit;background:#fff}.quest-form-input:focus,.quest-form-textarea:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a;background:#fff}.quest-form-textarea{resize:vertical;min-height:100px;line-height:1.6}.quest-modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:2px solid #f3f4f6}.quest-modal-cancel{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.quest-modal-cancel:hover{background:#f9fafb;border-color:#d1d5db}.quest-modal-submit{padding:.75rem 1.5rem;border:none;background:#111827;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.quest-modal-submit:hover:not(:disabled){background:#1f2937}.quest-modal-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.quest-management-page{padding:1rem .5rem}.quest-management-title{font-size:2rem}.quest-tabs{flex-direction:column}.quest-control-bar,.quest-daily-control-bar,.quest-control-left,.quest-daily-control-left{flex-direction:column;align-items:stretch}.quest-templates-grid,.quest-available-templates,.quest-scheduled-grid{grid-template-columns:1fr;gap:1rem}.quest-form-row{grid-template-columns:1fr}.quest-modal{max-width:100%;margin:1rem}.quest-available-item{flex-direction:column;align-items:stretch}.quest-add-btn{width:100%}}.calendar-container{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:1200px;margin:0 auto}.calendar-navigation{margin-bottom:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.calendar-nav-left{display:flex;align-items:center;gap:1rem}.calendar-btn{border-radius:.5rem;padding:.625rem 1.25rem;font-weight:500;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.calendar-btn-today{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.calendar-btn-today:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-btn-arrow{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1));padding:.625rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-btn-arrow:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-nav-arrows{display:flex;align-items:center;gap:.5rem}.calendar-month-year-container{position:relative;margin-left:.75rem}.calendar-month-year{cursor:pointer;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.calendar-month-year:hover{--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.calendar-month-year{display:inline-block;border-radius:.375rem;padding:.25rem .5rem}.calendar-month-year:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.calendar-year-month-picker{position:absolute;top:100%;left:0;z-index:50;margin-top:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:280px}.picker-header{margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.picker-year-section,.picker-month-section{display:flex;flex:1 1 0%;flex-direction:column;gap:.5rem}.picker-label{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.picker-select{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.picker-select:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.picker-select:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1)) }.picker-select{cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.picker-close-btn{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.picker-close-btn:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.calendar-view-toggle{display:flex;align-items:center;gap:.25rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:.375rem}.calendar-view-btn{border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.calendar-view-btn:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.calendar-view-btn.active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-view-btn.active:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.calendar-grid{width:100%}.calendar-weekdays{margin-bottom:.5rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0px}.calendar-weekday{background-color:transparent;padding-top:.75rem;padding-bottom:.75rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.calendar-weekday.sunday{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.calendar-weekday.saturday{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0px}.calendar-day{display:flex;min-height:120px;flex-direction:column;border-right-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.calendar-day:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.calendar-day:nth-child(7n){border-right-width:0px}.calendar-day.other-month{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));opacity:.6}.calendar-day.today{border-width:2px;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff7ed var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-day-number{margin-bottom:.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.calendar-day.today .calendar-day-number{--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.calendar-day.other-month .calendar-day-number{font-weight:400;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.calendar-day-lessons{display:flex;flex:1 1 0%;flex-direction:column;gap:.375rem}.calendar-lesson-item{cursor:pointer;border-radius:.375rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);padding:.5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.calendar-lesson-item:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-lesson-item{overflow:hidden;white-space:nowrap;font-weight:500}.calendar-week-view{width:100%}.calendar-week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0px}.calendar-week-day{display:flex;min-height:400px;flex-direction:column;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem}.calendar-week-day:last-child{border-right-width:0px}.calendar-week-day{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.calendar-week-day:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.calendar-week-day.today{border-width:2px;--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff7ed var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-week-day.weekend{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.calendar-week-day-header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.calendar-day-month{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.calendar-day-divider{margin-top:.5rem;margin-bottom:.5rem;height:1px;width:100%;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.calendar-day-view{width:100%}.calendar-day-header{margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.calendar-day-number-large{font-size:3rem;line-height:1;font-weight:700;--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.calendar-day-info{display:flex;flex-direction:column}.calendar-day-month-year{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.calendar-day-weekday{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.calendar-day-lessons-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.calendar-lesson-item-large{cursor:pointer;border-radius:.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);padding:1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.calendar-lesson-item-large:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.calendar-lesson-item-large{display:flex;align-items:center;gap:1rem}.lesson-time{font-size:1.125rem;line-height:1.75rem;font-weight:700}.lesson-title{font-size:1rem;line-height:1.5rem;font-weight:500}.calendar-no-lessons{padding-top:2rem;padding-bottom:2rem;text-align:center;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}@media (max-width: 768px){.calendar-container{padding:1rem}.calendar-day{min-height:80px;padding:.25rem}.calendar-lesson-item{padding:.25rem;font-size:10px}}@media (max-width: 480px){.calendar-container{padding:.75rem}.calendar-navigation{flex-direction:column;align-items:stretch}.calendar-nav-left{justify-content:space-between}.calendar-day{min-height:60px;padding:.125rem}.calendar-day-number{font-size:.75rem;line-height:1rem}.calendar-lesson-item{padding:.125rem;font-size:9px}}.teacher-dashboard-container{height:100%;width:100%;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1.5rem;max-width:1400px;margin:0 auto}.teacher-dashboard-header{margin-bottom:1.5rem}.teacher-dashboard-title{margin-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.teacher-dashboard-title{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.teacher-dashboard-title{font-size:1.5rem;line-height:2rem}}@media (max-width: 768px){.teacher-dashboard-container{padding:1rem}.teacher-dashboard-header{margin-bottom:1.5rem}}@media (max-width: 480px){.teacher-dashboard-container{padding:.75rem}.teacher-dashboard-header{margin-bottom:1rem}}.moon-dashboard{width:100%;min-height:100vh;background:#fff;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.moon-dashboard-school-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.school-info-main{flex:1}.school-name{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.school-location{font-size:.875rem;color:#666;margin-bottom:.5rem}.dashboard-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem}.school-budget{font-size:.875rem;color:#666}.edit-school-info-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:4px;color:#666;font-size:.875rem;cursor:pointer;transition:all .2s}.edit-school-info-btn:hover{background:#f5f5f5;border-color:#d1d5db}.moon-dashboard-controls{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:2rem;width:100%}.control-group{display:flex;align-items:center;gap:.75rem}.control-label{font-size:.875rem;color:#374151;font-weight:500;white-space:nowrap}.control-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;min-width:150px}.date-range-inputs{display:flex;align-items:center;gap:.5rem}.date-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:.875rem;color:#374151;width:120px}.date-separator{color:#6b7280;font-size:.875rem}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s;margin-left:auto}.export-btn:hover{background:#f9fafb;border-color:#9ca3af}.moon-dashboard-overview-group{display:flex;flex-direction:column;gap:2rem;flex:1;min-height:0}.moon-dashboard-overview{display:flex;flex-direction:column}.overview-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1rem}.overview-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000000d;position:relative}.overview-card-label{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;font-weight:500}.overview-card-value{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.75rem;line-height:1.2}.overview-card-value .unit{font-size:1rem;font-weight:400;color:#6b7280;margin-left:.25rem}.overview-card-change{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600}.overview-card-change.positive{color:#10b981}.overview-card-change.negative{color:#ef4444}.overview-card-change svg{width:14px;height:14px;flex-shrink:0}.moon-dashboard-main-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;align-items:stretch}.moon-dashboard-left-panel,.moon-dashboard-right-panel{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.moon-dashboard-map-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;flex:1;min-height:0}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.map-title{font-size:1.125rem;font-weight:600;color:#000}.map-toggle{display:flex;gap:.5rem;background:#f3f4f6;border-radius:4px;padding:.25rem}.toggle-btn{padding:.5rem 1rem;background:transparent;border:none;border-radius:4px;font-size:.875rem;color:#6b7280;cursor:pointer;transition:all .2s}.toggle-btn.active{background:#fff;color:#000;font-weight:500;box-shadow:0 1px 2px #0000000d}.map-container{display:flex;gap:2rem;flex:1;min-height:0;overflow:hidden;max-width:100%}.japan-map-wrapper{flex:1;min-height:500px;position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;max-width:100%;max-height:100%}.japan-main-map{width:100%;height:100%;min-height:500px;position:relative;overflow:hidden}.japan-main-map svg{width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden}.map-inset-container{position:absolute;z-index:2}.map-inset-container.map-inset-hokkaido{top:10px;left:10px}.map-inset-container.map-inset-okinawa{bottom:10px;right:10px}.map-inset{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden}.map-inset-container.map-inset-hokkaido .map-inset{width:180px;height:140px}.map-inset-container.map-inset-okinawa .map-inset{width:150px;height:100px}.inset-map{width:100%;height:100%}.inset-connector{position:absolute;background:#e5e7eb;pointer-events:none;z-index:1}.inset-connector-hokkaido{top:50%;left:-25px;width:25px;height:1px;transform:translateY(-50%)}.inset-connector-okinawa{bottom:-25px;right:50%;width:1px;height:25px;transform:translate(50%)}.map-svg{width:100%;height:100%;max-height:400px}.hokkaido-detail-map{margin-top:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:1rem}.hokkaido-map-container{position:relative;width:100%;min-height:300px}.hokkaido-info-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #000000;border-radius:4px;padding:1rem 1.5rem;text-align:center;box-shadow:0 2px 4px #0000001a}.info-date-range{font-size:.875rem;color:#666;margin-bottom:.5rem}.info-student-count{font-size:1.25rem;font-weight:700;color:#000}.map-legend{display:flex;flex-direction:row;gap:.5rem;align-items:flex-start}.legend-gradient-bar{width:30px;height:300px;background:linear-gradient(to bottom,#ff6b35,#ffb252 12%,#ffc37a 25%,#ffd4a3,#ffe5cc,#fff5e6 85%,#fffbf0);border:1px solid #e5e7eb;border-radius:4px;position:relative;box-shadow:0 1px 3px #0000001a}.legend-gradient-fill{width:100%;height:100%;background:linear-gradient(to bottom,#ff6b35,#ffb252 12%,#ffc37a 25%,#ffd4a3,#ffe5cc,#fff5e6 85%,#fffbf0);border-radius:4px}.legend-labels{display:flex;flex-direction:column;justify-content:space-between;height:300px;align-items:flex-start;min-width:30px}.legend-label-value{font-size:.7rem;color:#6b7280;text-align:right;width:100%}.moon-dashboard-overview-group .moon-dashboard-chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;flex:1;display:flex;flex-direction:column}.moon-dashboard-chart-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;flex:1;display:flex;flex-direction:column}.chart-section-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1.5rem}.bar-chart-container{width:100%;min-height:250px;display:flex;align-items:center;justify-content:center}.bar-chart-svg{width:100%;height:100%;max-height:250px}.moon-dashboard-donut-charts{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.donut-chart-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;height:100%}.donut-chart-title{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:1.5rem}.donut-chart-wrapper{display:flex;align-items:center;gap:2rem;justify-content:flex-start}.donut-chart-svg{width:200px;height:200px;flex-shrink:0}.donut-chart-legend{display:flex;flex-direction:column;gap:.75rem;flex:1}.donut-chart-legend .legend-item{display:flex;align-items:center;gap:.75rem}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-label{font-size:.875rem;color:#374151;flex:1}.legend-value{font-size:.875rem;font-weight:600;color:#000}.moon-dashboard-trend-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;min-height:300px}.trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.trend-title{font-size:1.125rem;font-weight:600;color:#000}.trend-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:.875rem;color:#374151;cursor:pointer}.trend-content{min-height:200px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem}.company-dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #f5f5f5;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.company-dashboard-loading p{color:#666;font-size:.875rem}@media (max-width: 1200px){.overview-cards{grid-template-columns:repeat(2,1fr)}.moon-dashboard-donut-charts{grid-template-columns:1fr}.map-container{flex-direction:column}.map-legend{width:100%;flex-direction:row;justify-content:center}.legend-gradient{flex-direction:row}}@media (max-width: 768px){.moon-dashboard{padding:1rem}.moon-dashboard-school-info{flex-direction:column;gap:1rem}.moon-dashboard-controls,.control-group{flex-direction:column;align-items:stretch}.overview-cards{grid-template-columns:1fr}.donut-chart-wrapper{flex-direction:column;align-items:center}}.prefecture-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.prefecture-modal-content{position:relative;background:#fff;border-radius:10px;width:90%;max-width:900px;max-height:90vh;overflow:hidden;box-shadow:0 4px 20px #0000004d}.prefecture-modal-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:32px;color:#666;cursor:pointer;z-index:100;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.prefecture-modal-close:hover{background:#f0f0f0;color:#333}.prefecture-back-button{position:absolute;top:20px;left:20px;background:#f5b655;color:#fff;border:none;padding:12px 20px;border-radius:25px;cursor:pointer;font-size:16px;font-weight:700;z-index:10;transition:all .3s ease}.prefecture-back-button:hover{background:#e0a545;transform:translateY(-2px)}.prefecture-map-container{position:relative;overflow:hidden;width:100%;height:70vh;min-height:400px}.geolonia-svg-map{width:100%;height:100%;cursor:pointer;transition:transform .8s ease-in-out;transform-origin:center center}.prefecture{stroke:#ddd;stroke-width:.8;transition:all .3s ease;opacity:.6}.hokkaido{fill:#ffb3b3!important}.tohoku{fill:#a7e6e2!important}.kanto{fill:#a2dbe8!important}.chubu{fill:#cbe7da!important}.kinki{fill:#fff5d3!important}.chugoku{fill:#eed0ee!important}.shikoku,.sikoku{fill:#f9ce88!important}.kyusyu{fill:#f0b2aa!important}.okinawa{fill:#e6a3ff!important}.zoomed .hokkaido{fill:#ff6b6b!important;opacity:1}.zoomed .tohoku{fill:#4ecdc4!important;opacity:1}.zoomed .kanto{fill:#45b7d1!important;opacity:1}.zoomed .chubu{fill:#96ceb4!important;opacity:1}.zoomed .kinki{fill:#ffeaa7!important;opacity:1}.zoomed .chugoku{fill:plum!important;opacity:1}.zoomed .shikoku,.zoomed .sikoku{fill:#f39c12!important;opacity:1}.zoomed .kyusyu{fill:#e17055!important;opacity:1}.zoomed .okinawa{fill:#c6f!important;opacity:1}.prefecture:hover{opacity:.8;stroke-width:2!important;stroke:#333!important}.region-label{font-size:36px;font-weight:700;fill:#333;text-anchor:middle;dominant-baseline:middle;cursor:pointer;transition:all .3s ease;opacity:1}.region-label:hover{fill:#666;font-size:50px}.zoomed .region-label{opacity:0;pointer-events:none}.prefecture-label{font-size:12px;fill:#000!important;text-anchor:middle;dominant-baseline:middle;opacity:0;pointer-events:none;transition:opacity .5s ease;font-weight:700}.zoomed .prefecture-label{opacity:1;fill:#000!important}.prefecture-confirmation-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.prefecture-confirmation-content{background:#fff;padding:40px;border-radius:10px;text-align:center;box-shadow:0 4px 20px #0000004d;max-width:400px;width:90%}.prefecture-confirmation-content h2{margin-bottom:20px;color:#333;font-size:24px}.prefecture-selected-prefecture{font-size:28px;font-weight:700;color:#2196f3;margin:20px 0;padding:15px;background-color:#f5f5f5;border-radius:5px}.prefecture-button-group{display:flex;gap:15px;justify-content:center;margin-top:30px}.prefecture-btn-back,.prefecture-btn-confirm{padding:12px 24px;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s;min-width:100px}.prefecture-btn-back{background-color:#f44336;color:#fff}.prefecture-btn-back:hover{background-color:#d32f2f}.prefecture-btn-confirm{background-color:#4caf50;color:#fff}.prefecture-btn-confirm:hover{background-color:#45a049}@media (max-width: 820px){.region-label{font-size:40px}.prefecture-label{font-size:9px}.prefecture-back-button{top:5px;left:5px;padding:8px 12px;font-size:12px}}@media (max-width: 480px){.region-label{font-size:40px}.prefecture-label{font-size:8px}.prefecture-map-container{height:60vh;min-height:300px}}.mentor-registration-page{min-height:100vh;background-color:#fff}.mentor-registration-container{max-width:800px;margin:0 auto;padding:2rem 1rem}@media (max-width: 768px){.mentor-registration-container{padding:1.5rem 1rem}}@media (max-width: 480px){.mentor-registration-container{padding:1rem .75rem}}.mentor-registration-header{margin-bottom:2rem;text-align:center}.mentor-registration-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}@media (max-width: 768px){.mentor-registration-title{font-size:1.75rem}}@media (max-width: 480px){.mentor-registration-title{font-size:1.5rem}}.mentor-registration-description{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 480px){.mentor-registration-description{font-size:.9rem}}.mentor-registration-form{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 480px){.mentor-registration-form{gap:1.25rem}}.mentor-form-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}@media (max-width: 768px){.mentor-form-section{padding:1.25rem}}@media (max-width: 480px){.mentor-form-section{padding:1rem}}.mentor-form-section-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1rem}@media (max-width: 480px){.mentor-form-section-title{font-size:1rem}}.mentor-form-group{display:flex;flex-direction:column;gap:1rem}.mentor-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.mentor-form-row{grid-template-columns:1fr;gap:1rem}}.mentor-form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.mentor-form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.mentor-form-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mentor-form-input.error{border-color:#ef4444}@media (max-width: 480px){.mentor-form-input{padding:.625rem;font-size:.9375rem}}.mentor-form-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;cursor:pointer;transition:all .2s}.mentor-form-select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mentor-form-select.error{border-color:#ef4444}@media (max-width: 480px){.mentor-form-select{padding:.625rem;font-size:.9375rem}}.mentor-birthdate-group{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}@media (max-width: 480px){.mentor-birthdate-group{gap:.5rem}}.mentor-birthplace-button{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background-color:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;text-align:left}.mentor-birthplace-button:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mentor-birthplace-button.error{border-color:#ef4444}.mentor-birthplace-button:not(.has-value){color:#9ca3af}@media (max-width: 480px){.mentor-birthplace-button{padding:.625rem;font-size:.9375rem}}.mentor-form-error{margin-top:.5rem;font-size:.75rem;color:#ef4444}.mentor-submit-button{width:100%;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1.125rem;font-weight:600;color:#fff;background-color:#f59e0b;cursor:pointer;transition:all .2s;margin-top:1rem}.mentor-submit-button:hover:not(:disabled){background-color:#d97706}.mentor-submit-button:active:not(:disabled){background-color:#b45309}.mentor-submit-button:disabled,.mentor-submit-button.disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 480px){.mentor-submit-button{padding:.75rem 1.25rem;font-size:1rem}}.mentor-profile-registration-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;border:2px solid #8b4513;box-sizing:border-box}.mentor-profile-registration-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1rem;margin-top:80px;max-width:100%;box-sizing:border-box;position:relative;overflow:visible}@media (max-width: 768px){.mentor-profile-registration-container{margin-top:60px;padding:1.5rem 1rem}}@media (max-width: 480px){.mentor-profile-registration-container{padding:1rem .75rem}}.step-indicator-wrapper{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;min-height:2.5rem}.step-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;width:100%}.step-back-button{position:absolute;left:0;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;z-index:10;transition:opacity .2s}.step-back-button:hover{opacity:.7}.step-back-button:active{opacity:.5}.step-back-icon{width:1.5rem;height:1.5rem;display:block;flex-shrink:0}.step-back-icon path{stroke:#f59e0b;stroke-width:2.5}@media (max-width: 480px){.step-indicator-wrapper{margin-bottom:2rem;min-height:2rem}.step-indicator{font-size:.9rem;gap:.375rem}.step-back-button{width:2rem;height:2rem;padding:.25rem}.step-back-icon{width:1.25rem;height:1.25rem}}.step-number{color:#9ca3af;font-weight:500;transition:color .2s}.step-number.active{color:#f59e0b}.step-separator{color:#9ca3af;font-weight:300}.step-content{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (max-width: 480px){.step-content{gap:1.5rem}}.step-title{font-size:1.5rem;font-weight:600;color:#1a202c;text-align:center;margin:0}@media (max-width: 480px){.step-title{font-size:1.25rem}}.postal-code-input-group{width:100%;display:flex;flex-direction:column;gap:.5rem}.postal-code-input-wrapper{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}@media (max-width: 480px){.postal-code-input-wrapper{gap:.5rem}}.postal-code-input{flex:1;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;text-align:center;transition:all .2s;box-sizing:border-box}.postal-code-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.postal-code-input.error{border-color:#ef4444}@media (max-width: 480px){.postal-code-input{padding:.75rem .875rem;font-size:.9375rem}}.loading-message{color:#6b7280;font-size:.875rem;text-align:center;margin:0}.error-message{color:#ef4444;font-size:.875rem;text-align:center;margin:0}@media (max-width: 480px){.loading-message,.error-message{font-size:.8125rem}}.postal-code-input:disabled{background-color:#f9fafb;cursor:not-allowed}.postal-code-search-button{padding:.875rem 1.5rem;border:none;border-radius:.5rem;background-color:#f59e0b;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:80px}.postal-code-search-button:hover:not(:disabled){background-color:#d97706}.postal-code-search-button:active:not(:disabled){background-color:#b45309}.postal-code-search-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 480px){.postal-code-search-button{padding:.75rem 1.25rem;font-size:.9375rem;min-width:70px}}.address-results{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.address-results-title{font-size:.875rem;color:#6b7280;text-align:center;margin:0 0 .5rem}.address-option-button{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;font-size:.9375rem;color:#1a202c;text-align:left;cursor:pointer;transition:all .2s}.address-option-button:hover{border-color:#f59e0b;background-color:#fffbeb}.address-option-button:active{background-color:#fef3c7}.address-confirmation{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:0 auto;box-sizing:border-box}.address-label{font-size:.9375rem;color:#6b7280;margin:0;text-align:center}.address-value{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;text-align:center}@media (max-width: 480px){.address-label{font-size:.875rem}.address-value{font-size:1rem}}.next-button{width:100%;max-width:300px;padding:1rem 1.5rem;border:none;border-radius:.75rem;background-color:#f59e0b;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;margin:0 auto}.next-button:hover{background-color:#d97706}.next-button:active{background-color:#b45309}@media (max-width: 480px){.next-button{padding:.75rem 1.25rem;font-size:.9375rem}}.change-button{width:100%;max-width:300px;padding:.5rem 1rem;border:none;background-color:transparent;color:#1a202c;font-size:.875rem;text-decoration:underline;cursor:pointer;transition:color .2s;margin:0 auto}.change-button:hover{color:#f59e0b}@media (max-width: 480px){.change-button{font-size:.8125rem}}.attributes-select-group{width:100%;position:relative}.attributes-input{width:100%;min-height:3rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:all .2s;box-sizing:border-box}.attributes-input:hover{border-color:#9ca3af}.attributes-input.open{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.selected-attributes-tags{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-items:center}.attribute-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background-color:#f3f4f6;border-radius:.375rem;font-size:.875rem;color:#1a202c}.attribute-tag-remove{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .2s;width:1rem;height:1rem}.attribute-tag-remove:hover{color:#1a202c}.attributes-placeholder{color:#9ca3af;font-size:1rem}.attributes-dropdown-icon{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .2s;flex-shrink:0}.attributes-dropdown-icon.open{transform:rotate(180deg)}.attributes-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:300px;overflow-y:auto;z-index:10}.attribute-option{width:100%;padding:.75rem 1rem;border:none;background-color:#fff;text-align:left;font-size:1rem;color:#1a202c;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f3f4f6}.attribute-option:last-child{border-bottom:none}.attribute-option:hover{background-color:#f9fafb}.attribute-option.selected{background-color:#dbeafe;color:#1e40af}@media (max-width: 480px){.attributes-input{min-height:2.75rem;padding:.625rem .875rem}.attribute-tag{font-size:.8125rem;padding:.25rem .625rem}.attributes-placeholder{font-size:.9375rem}.attribute-option{padding:.625rem .875rem;font-size:.9375rem}}.step-buttons{width:100%;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.back-button{padding:.875rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#1a202c;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover{background-color:#f9fafb;border-color:#9ca3af}.back-button:active{background-color:#f3f4f6}@media (max-width: 480px){.step-buttons{gap:.75rem;margin-top:1.5rem}.back-button{padding:.75rem 1.25rem;font-size:.9375rem}}.next-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.account-info-confirmation{width:100%;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.info-row{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;font-weight:500;color:#6b7280}.info-value{font-size:1rem;font-weight:500;color:#1a202c;padding:.5rem 0;border-bottom:1px solid #e5e7eb}@media (max-width: 480px){.account-info-confirmation{gap:1.25rem;margin-top:1.5rem}.info-label{font-size:.8125rem}.info-value{font-size:.9375rem}}.mentor-profile-page{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column}.mentor-profile-container{flex:1;max-width:1200px;width:100%;margin:80px auto 0;padding:2rem 1rem;box-sizing:border-box}@media (max-width: 768px){.mentor-profile-container{margin-top:60px;padding:1.5rem 1rem}}@media (max-width: 480px){.mentor-profile-container{padding:1rem .75rem}}.loading{text-align:center;padding:3rem;color:#6b7280}.profile-section{background-color:#fff;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center}@media (max-width: 480px){.profile-section{padding:1.5rem 1rem}}.profile-image-wrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;position:relative;transition:opacity .2s}.profile-image-wrapper:hover{opacity:.9}.profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-image-placeholder svg{width:60px;height:60px}.profile-image-placeholder-text{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;font-size:.75rem;padding:.25rem;text-align:center}.profile-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.profile-image-wrapper:hover .profile-image-overlay{opacity:1}.profile-image-edit-icon{width:2rem;height:2rem;color:#fff}.profile-image-uploading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#f59e0b}.profile-image-uploading svg{width:3rem;height:3rem}.profile-name{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;text-align:center}@media (max-width: 480px){.profile-name{font-size:1.25rem}}.profile-description{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:2rem;line-height:1.6;max-width:600px;width:100%}.profile-description-section{width:100%;max-width:600px;margin-bottom:2rem}.profile-description-input{text-align:left}.profile-tabs{display:flex;gap:0;width:100%;max-width:600px;border-bottom:2px solid #e5e7eb;position:relative}.tab{flex:1;padding:.75rem 1rem;background:none;border:none;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;position:relative;text-align:center}.tab:hover{color:#1a202c}.tab.active{color:#f59e0b;font-weight:600}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#f59e0b}@media (max-width: 480px){.tab{font-size:.875rem;padding:.625rem .75rem}}.tab-content{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}@media (max-width: 480px){.tab-content{padding:1.5rem 1rem}}.content-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0 0 2rem}@media (max-width: 480px){.content-title{font-size:1.25rem;margin-bottom:1.5rem}}.form-section{margin-bottom:2rem}.form-label{display:block;font-size:.9375rem;font-weight:500;color:#1a202c;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#1a202c;transition:all .2s;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.form-hint{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.select-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:1px solid #f59e0b;border-radius:.5rem;background-color:transparent;color:#f59e0b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.select-button:hover{background-color:#fef3c7}.plus-icon{width:1.25rem;height:1.25rem}.selected-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f9fafb;min-height:3rem}.selected-item span{flex:1;font-size:.9375rem;color:#1a202c;word-break:break-word}.remove-button{background:none;border:none;color:#6b7280;font-size:1.5rem;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.remove-button:hover{color:#ef4444}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s}.checkbox-label:hover{background-color:#f9fafb}.checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#f59e0b}.checkbox-text{font-size:.9375rem;color:#1a202c}.theme-tags{display:flex;flex-wrap:wrap;gap:.75rem}.theme-tag{padding:.625rem 1.25rem;border:1px solid #d1d5db;border-radius:1.5rem;background-color:#fff;color:#1a202c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.theme-tag:hover{border-color:#f59e0b;background-color:#fef3c7}.theme-tag.selected{border-color:#f59e0b;background-color:#f59e0b;color:#fff}.update-button{width:100%;max-width:300px;padding:1rem 1.5rem;border:none;border-radius:.75rem;background-color:#f59e0b;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;margin:2rem auto 0;display:block}.update-button:hover:not(:disabled){background-color:#d97706}.update-button:active:not(:disabled){background-color:#b45309}.update-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 480px){.update-button{padding:.875rem 1.25rem;font-size:.9375rem}}.empty-message{text-align:center;color:#6b7280;padding:3rem 1rem;font-size:.9375rem}.selected-schools-list{display:flex;flex-direction:column;gap:.75rem}.add-more-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:1px dashed #d1d5db;border-radius:.5rem;background-color:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.add-more-button:hover{border-color:#f59e0b;color:#f59e0b;background-color:#fef3c7}.school-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.school-modal{background-color:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.school-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.school-modal-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.school-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.school-modal-close:hover{color:#1a202c}.school-modal-close svg{width:1.5rem;height:1.5rem}.school-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.school-search-wrapper{position:relative;margin-bottom:1rem}.school-search-input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#1a202c;transition:all .2s;box-sizing:border-box}.school-search-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.school-search-loading{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.school-search-loading svg{width:1.25rem;height:1.25rem}.school-search-results{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.school-result-item{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;text-align:left;cursor:pointer;transition:all .2s}.school-result-item:hover{border-color:#f59e0b;background-color:#fef3c7}.school-result-name{font-size:.9375rem;font-weight:500;color:#1a202c;margin-bottom:.25rem}.school-result-address{font-size:.875rem;color:#6b7280}.school-search-empty{text-align:center;color:#6b7280;padding:3rem 1rem;font-size:.9375rem}@media (max-width: 480px){.school-modal{max-height:90vh}.school-modal-header,.school-modal-content{padding:1rem}.school-modal-title{font-size:1.125rem}}.loading-container{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{height:2.5rem;width:2.5rem;border-radius:9999px;border-width:4px;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-border-opacity: 1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1));animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{margin-left:15rem;min-height:calc(100vh - 80px);padding-top:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width: 1024px){.main-content{margin-left:15rem}}.main-content{box-sizing:border-box;margin-top:80px!important;padding-top:0!important}@media (max-width: 1023px){.main-content{margin-left:0!important}}.main-content.message-management{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:calc(100vh - 80px)!important;width:calc(100vw - 240px)!important;overflow:hidden;box-sizing:border-box}@media (max-width: 1023px){.main-content.message-management{left:0;width:100vw!important}}.main-content.teacher-dashboard{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){.main-content.teacher-dashboard{left:0}}.main-content.student-management{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){.main-content.student-management{left:0}}.main-content.student-mypage{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){.main-content.student-mypage{left:0!important;width:100vw!important}}.main-content.lesson-registration{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){.main-content.lesson-registration{left:0}}.responsive-card-grid{display:flex;gap:1rem;overflow-x:auto;padding:1.5rem}@media (min-width: 768px){.responsive-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(256px,max-content));justify-content:start;overflow-x:visible}}.main-content.student-profile-registration{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:center;padding-top:2rem!important}@media (max-width: 640px){.main-content.student-profile-registration{top:60px!important;padding-top:1.5rem!important}}@media (max-width: 1023px){.main-content.student-profile-registration{left:0!important;width:100vw!important}}.main-content.student-lesson{padding:0!important;margin:0!important;min-height:auto!important;position:fixed;left:240px;top:80px;right:0;bottom:0;height:auto;width:auto;overflow-y:auto;box-sizing:border-box}@media (max-width: 1023px){.main-content.student-lesson{left:0!important;width:100vw!important}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{box-sizing:border-box}body{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2\.5{bottom:.625rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.right-0{right:0}.right-1{right:.25rem}.right-10{right:2.5rem}.right-16{right:4rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-8{top:2rem}.top-\[80px\]{top:80px}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[1000\]{z-index:1000}.z-\[2000\]{z-index:2000}.z-\[2100\]{z-index:2100}.z-\[3000\]{z-index:3000}.z-\[998\]{z-index:998}.z-\[999\]{z-index:999}.col-span-10{grid-column:span 10 / span 10}.col-span-2{grid-column:span 2 / span 2}.col-span-4{grid-column:span 4 / span 4}.col-span-6{grid-column:span 6 / span 6}.-m-6{margin:-1.5rem}.m-0{margin:0}.m-4{margin:1rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-8{margin-left:-2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-2px\]{margin-bottom:-2px}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[80px\]{margin-top:80px}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[320px\]{height:320px}.h-\[80px\]{height:80px}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-auto{height:auto}.h-full{height:100%}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-8{max-height:2rem}.max-h-96{max-height:24rem}.max-h-\[150px\]{max-height:150px}.max-h-\[200px\]{max-height:200px}.max-h-\[600px\]{max-height:600px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[calc\(100vh-120px\)\]{max-height:calc(100vh - 120px)}.min-h-0{min-height:0px}.min-h-\[120px\]{min-height:120px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[600px\]{min-height:600px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-\[calc\(100vh-80px\)\]{min-height:calc(100vh - 80px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[18px\]{width:18px}.w-\[250px\]{width:250px}.w-\[350px\]{width:350px}.w-\[500px\]{width:500px}.w-\[calc\(50\%-8px\)\]{width:calc(50% - 8px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[60px\]{max-width:60px}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-nwse-resize{cursor:nwse-resize}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[30px\]{gap:30px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.\!border-l-\[3px\]{border-left-width:3px!important}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[3px\]{border-bottom-width:3px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-primary{--tw-border-opacity: 1 !important;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))!important}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.border-primary\/20{border-color:#f5b65533}.border-primary\/30{border-color:#f5b6554d}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.\!bg-\[rgba\(245\,182\,85\,0\.1\)\]{background-color:#f5b6551a!important}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1))}.bg-primary\/10{background-color:#f5b6551a}.bg-primary\/5{background-color:#f5b6550d}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/50{background-color:#ffffff80}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary{--tw-gradient-from: #F5B655 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 182 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-pink-50{--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-gray-500{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-400{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-pink-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-primary-dark{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to: #ca8a04 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[20px\]{padding-left:20px;padding-right:20px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.85rem\]{font-size:.85rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[10px\]{font-size:10px}.text-\[14px\]{font-size:14px}.text-\[8px\]{font-size:8px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-\[1\.4\]{line-height:1.4}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-gray-900{--tw-text-opacity: 1 !important;color:rgb(17 24 39 / var(--tw-text-opacity, 1))!important}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[2px_0_4px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: 2px 0 4px rgba(0,0,0,.05);--tw-shadow-colored: 2px 0 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-primary\/30{--tw-shadow-color: rgb(245 182 85 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:cursor-pointer::file-selector-button{cursor:pointer}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-primary::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:px-6::file-selector-button{padding-left:1.5rem;padding-right:1.5rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:py-3::file-selector-button{padding-top:.75rem;padding-bottom:.75rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-white::file-selector-button{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.file\:transition-colors::file-selector-button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.file\:duration-200::file-selector-button{transition-duration:.2s}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-1px\]:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(245 182 85 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/10:hover{background-color:#f5b6551a}.hover\:bg-primary\/20:hover{background-color:#f5b65533}.hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:from-primary-dark:hover{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#d97706\]:hover{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(245 182 85 / var(--tw-text-opacity, 1))}.hover\:text-primary-dark:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-primary\/40:hover{--tw-shadow-color: rgb(245 182 85 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:file\:bg-primary-dark::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(245 182 85 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[3px\]:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 182 85 / var(--tw-ring-opacity, 1))}.focus\:ring-primary\/10:focus{--tw-ring-color: rgb(245 182 85 / .1)}.focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-75:focus{--tw-ring-opacity: .75}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:transform-none:disabled{transform:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:top-\[60px\]{top:60px}.sm\:mt-\[60px\]{margin-top:60px}.sm\:h-5{height:1.25rem}.sm\:h-8{height:2rem}.sm\:h-\[60px\]{height:60px}.sm\:h-\[calc\(100vh-60px\)\]{height:calc(100vh - 60px)}.sm\:min-h-\[calc\(100vh-60px\)\]{min-height:calc(100vh - 60px)}.sm\:w-5{width:1.25rem}.sm\:w-8{width:2rem}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:gap-2{gap:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mt-8{margin-top:2rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-11{height:2.75rem}.md\:h-12{height:3rem}.md\:h-40{height:10rem}.md\:h-5{height:1.25rem}.md\:h-8{height:2rem}.md\:h-9{height:2.25rem}.md\:w-10{width:2.5rem}.md\:w-12{width:3rem}.md\:w-40{width:10rem}.md\:w-5{width:1.25rem}.md\:w-8{width:2rem}.md\:w-9{width:2.25rem}.md\:w-\[200px\]{width:200px}.md\:w-\[250px\]{width:250px}.md\:w-\[350px\]{width:350px}.md\:w-\[60px\]{width:60px}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-\[30px\]{gap:30px}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:p-10{padding:2.5rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-5{height:1.25rem}.lg\:w-5{width:1.25rem}.lg\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pr-0{padding-right:0}.lg\:text-base{font-size:1rem;line-height:1.5rem}}
