body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;max-width:500px;padding:40px;width:100%}.auth-header{margin-bottom:30px;text-align:center}.auth-header h1{color:#667eea;font-size:24px;margin-bottom:10px}.auth-header h2{color:#333;font-size:28px;margin:0}.error-message{border-radius:5px;padding:12px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:15px;gap:15px;grid-template-columns:1fr 1fr}.form-group label{color:#555;font-weight:500}.form-group input,.form-group select{border:2px solid #ddd;border-radius:5px}.form-group input:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.btn-primary{border-radius:5px;padding:14px}.auth-footer{color:#666;margin-top:20px;text-align:center}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:600px){.form-row{grid-template-columns:1fr}.auth-card{padding:30px 20px}}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 20px}.navbar-brand{align-items:center;cursor:pointer;display:flex;gap:10px;transition:transform .2s}.navbar-brand:hover{transform:scale(1.05)}.brand-icon{font-size:32px}.brand-name{color:#fff;font-size:20px;font-weight:700;letter-spacing:.5px}.navbar-menu{display:flex;flex:1 1;gap:5px;justify-content:center}.nav-item{align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s}.nav-item:hover{background:#fff3}.nav-item.active{background:#ffffff4d;box-shadow:0 2px 8px #0003}.nav-icon{font-size:20px}.nav-text{font-size:15px}.navbar-user{align-items:center;display:flex;gap:20px}.user-info{align-items:flex-end;color:#fff;display:flex;flex-direction:column}.user-name{font-size:15px;font-weight:600}.user-role{font-size:12px;opacity:.9;text-transform:capitalize}.btn-logout{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s}.btn-logout:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:1024px){.navbar-container{flex-direction:column;gap:15px;height:auto;padding:15px 20px}.navbar-menu{justify-content:space-around;overflow-x:auto;width:100%}.nav-item{flex-direction:column;min-width:80px;padding:10px 15px}.nav-text{font-size:12px}.navbar-user{justify-content:space-between;width:100%}}@media (max-width:768px){.brand-name{font-size:16px}.brand-icon{font-size:24px}.nav-icon{font-size:18px}.user-info{display:none}}.footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;margin-top:auto}.footer-container{margin:0 auto;max-width:1600px;padding:30px 20px}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-brand,.footer-content{align-items:center;display:flex}.footer-brand{gap:10px}.footer-brand .brand-icon{font-size:28px}.footer-brand .brand-name{font-size:18px;font-weight:700;letter-spacing:.5px}.footer-links{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.footer-link{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;font-size:15px;font-weight:500;gap:8px;padding:10px 20px;text-decoration:none;transition:all .3s}.footer-link:hover{background:#fff3;transform:translateY(-2px)}.footer-info{display:flex;flex-direction:column;gap:10px}.footer-info p{font-size:14px;margin:0;opacity:.9}.online-status{align-items:center;display:flex;font-weight:500;gap:8px;justify-content:center}.status-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.footer-container{padding:20px}.footer-brand .brand-name{font-size:16px}.footer-links{flex-direction:column;gap:10px;width:100%}.footer-link{justify-content:center;width:100%}.footer-info p{font-size:12px}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{background:#f5f7fa;flex:1 1}.image-slider{border-radius:10px;box-shadow:0 4px 15px #0003;height:400px;overflow:hidden;position:relative;width:100%}.slider-container{height:100%;position:relative;width:100%}.slide{background-position:50%;background-size:cover;height:100%;opacity:0;position:absolute;transition:opacity 1s ease-in-out;width:100%}.slide.active{opacity:1;z-index:1}.slide-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000004d 0,#000000b3);bottom:0;display:flex;left:0;padding:40px;position:absolute;right:0;top:0}.slide-content{animation:slideUp .8s ease-out;color:#fff;max-width:600px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-title{font-size:32px;font-weight:700;margin:0 0 10px;text-shadow:2px 2px 4px #00000080}.slide-description{font-size:18px;margin:0;opacity:.95;text-shadow:1px 1px 2px #00000080}.slider-arrow{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:50px;z-index:10}.slider-arrow:hover{background:#ffffff80;transform:translateY(-50%) scale(1.1)}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.slider-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:#ffffff80;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s;width:12px}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{background:#fff;border-radius:6px;width:30px}@media (max-width:768px){.image-slider{height:300px}.slide-overlay{padding:20px}.slide-title{font-size:24px}.slide-description{font-size:14px}.slider-arrow{font-size:18px;height:40px;width:40px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.slider-dots{bottom:10px}.dot{height:8px;width:8px}.dot.active{width:20px}}.dashboard-container{margin:0 auto;max-width:1400px;padding:30px}.dashboard-content{display:flex;flex-direction:column;gap:30px}.welcome-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr;margin-bottom:10px}.welcome-info,.welcome-slider{border-radius:10px;overflow:hidden}.welcome-info{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #0003;color:#fff;display:flex;flex-direction:column;height:400px;padding:25px;position:relative}.welcome-info:before{background:radial-gradient(circle,#ffffff1a 1px,#0000 0);background-size:20px 20px;content:"";height:200%;opacity:.5;pointer-events:none;position:absolute;right:-50%;top:-50%;width:200%}.welcome-header{border-bottom:1px solid #fff3;padding-bottom:20px;position:relative;z-index:1}.welcome-header h2{color:#fff;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 12px;text-shadow:2px 2px 4px #0003}.user-meta{align-items:center;color:#fffffff2;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;line-height:1.6}.meta-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:15px;display:inline-flex;font-weight:500;gap:5px;padding:4px 10px}.meta-icon{font-size:14px}.meta-divider{color:#ffffff80;font-weight:300}.info-content{padding-top:20px;position:relative;z-index:1}.info-content,.quick-stats{display:flex;flex:1 1;flex-direction:column}.quick-stats{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px dashed #ffffff4d;border-radius:10px;justify-content:center;padding:20px;text-align:center}.quick-stats h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 10px}.placeholder-text{color:#fffc;font-size:14px;line-height:1.6;margin:0}.dashboard-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px;text-align:center;transition:transform .3s,box-shadow .3s}.dashboard-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.dashboard-card h3{color:#667eea;font-size:24px;margin-bottom:10px}.dashboard-card p{color:#666;margin-bottom:20px}.btn-secondary{width:100%}.btn-secondary:hover{background:#764ba2}.modules-section{margin-top:10px}.section-title{color:#1f2937;display:inline-block;font-size:28px;font-weight:700;margin:0 0 25px;position:relative}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;position:absolute;width:60px}.modules-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.module-card{background:#fff;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 20px #0000000d;cursor:pointer;display:flex;flex-direction:column;gap:18px;overflow:hidden;padding:28px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.module-card:before{background:linear-gradient(90deg,#0000,#667eea0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.module-card:hover:before{left:100%}.module-card:hover{border-color:#667eea4d;box-shadow:0 12px 24px #667eea26,0 20px 40px #667eea1a;transform:translateY(-8px)}.module-icon,.module-icon-wrapper{height:70px;position:relative;width:70px}.module-icon{align-items:center;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border-radius:16px;display:flex;font-size:36px;justify-content:center;transition:all .4s;z-index:2}.icon-glow{border-radius:16px;filter:blur(15px);height:70px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .4s;width:70px;z-index:1}.icon-glow,.module-card:hover .module-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.module-card:hover .module-icon{transform:scale(1.1) rotate(5deg)}.module-card:hover .icon-glow{opacity:.6}.module-card.students:hover .module-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.module-card.teachers:hover .module-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.module-card.attendance:hover .module-icon{background:linear-gradient(135deg,#10b981,#059669)}.module-card.fees:hover .module-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.module-content{flex:1 1}.module-content h3{color:#1f2937;font-size:22px;font-weight:700;margin:0 0 8px;transition:color .3s}.module-card:hover .module-content h3{color:#667eea}.module-content p{color:#6b7280;font-size:14px;line-height:1.6;margin:0 0 12px}.module-stats{display:flex;gap:8px}.stat-badge{align-items:center;background:#f0f4ff;border-radius:12px;color:#667eea;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase;transition:all .3s}.module-card:hover .stat-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.05)}.module-arrow{bottom:28px;color:#e5e7eb;font-size:24px;font-weight:700;position:absolute;right:28px;transition:all .4s}.module-card:hover .module-arrow{color:#667eea;right:20px;transform:translateX(4px)}.module-card:first-child{animation:slideInUp .6s ease-out .1s both}.module-card:nth-child(2){animation:slideInUp .6s ease-out .2s both}.module-card:nth-child(3){animation:slideInUp .6s ease-out .3s both}.module-card:nth-child(4){animation:slideInUp .6s ease-out .4s both}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.section-title{font-size:24px}.modules-grid{gap:16px;grid-template-columns:1fr}.module-card{padding:24px}.module-icon-wrapper{height:60px;width:60px}.icon-glow,.module-icon{font-size:30px;height:60px;width:60px}.module-content h3{font-size:20px}.module-content p{font-size:13px}.module-arrow{font-size:20px}}@media (max-width:1024px){.welcome-section{grid-template-columns:1fr}.welcome-info{height:auto;min-height:300px}}@media (max-width:768px){.dashboard-container,.welcome-info{padding:20px}.welcome-header h2{font-size:20px}.user-meta{font-size:12px}.meta-item{padding:3px 8px}.quick-stats h3{font-size:16px}.placeholder-text{font-size:13px}.dashboard-grid{grid-template-columns:1fr}}.student-list-container{margin:0 auto;max-width:1400px;padding:30px}.stat-number.green{color:#10b981}.stat-number.red{color:#ef4444}.students-table{border-collapse:collapse;width:100%}.students-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.students-table th{font-weight:600;padding:15px;text-align:left;white-space:nowrap}.students-table td{border-bottom:1px solid #eee;padding:15px}.students-table tbody tr:hover{background-color:#f8f9fa}.status-passed_out{background-color:#dbeafe;color:#1e40af}.status-transferred{background-color:#fef3c7;color:#92400e}.actions-cell{gap:10px}@media (max-width:768px){.page-header{align-items:flex-start;gap:15px}.filters-container,.page-header{flex-direction:column}.filter-select,.search-input{width:100%}.table-container{overflow-x:scroll}.students-table{min-width:800px}}.student-form-container{margin:0 auto;max-width:1200px;padding:30px}.student-form{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}@media (max-width:768px){.student-form-container{padding:20px}.form-header{align-items:flex-start;flex-direction:column;gap:15px}.form-header h1{font-size:24px}.student-form{padding:20px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.teacher-list-container{margin:0 auto;max-width:1400px;padding:30px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:25px;text-align:center}.stat-card h3{color:#666;font-size:14px;font-weight:600;margin-bottom:10px;text-transform:uppercase}.stat-number{color:#667eea;font-size:36px;margin:0}.stat-number.orange{color:#f59e0b}.stat-number.blue{color:#3b82f6}.filters-container{flex-wrap:wrap;margin-bottom:20px}.filter-select{background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-size:16px;padding:12px 15px}.filter-select:focus{border-color:#667eea;outline:none}.table-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}.teachers-table{border-collapse:collapse;width:100%}.teachers-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.teachers-table th{font-weight:600;padding:15px;text-align:left;white-space:nowrap}.teachers-table td{border-bottom:1px solid #eee;padding:15px}.teachers-table tbody tr:hover{background-color:#f8f9fa}.teacher-name{color:#333;font-weight:600}.subjects-list{display:flex;flex-wrap:wrap;gap:5px}.subject-badge{background-color:#e0e7ff;color:#4c51bf;font-weight:500}.class-badge,.subject-badge{border-radius:12px;font-size:12px;padding:4px 10px}.class-badge{background-color:#dbeafe;color:#1e40af;font-weight:600}.text-muted{color:#999;font-style:italic}.status-badge{text-transform:capitalize}.status-active{background-color:#d1fae5;color:#065f46}.status-on_leave{background-color:#fef3c7;color:#92400e}.status-inactive{background-color:#fee2e2;color:#991b1b}.status-resigned{background-color:#e5e7eb;color:#374151}.actions-cell{display:flex;flex-wrap:wrap;gap:8px}.btn-view{background-color:#10b981;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:6px 12px}.btn-view:hover{background-color:#059669}.btn-delete,.btn-edit{padding:6px 12px}@media (max-width:768px){.page-header{align-items:flex-start}.filters-container,.page-header{flex-direction:column}.filter-select,.search-input{width:100%}.teachers-table{min-width:1000px}}.teacher-form-container{margin:0 auto;max-width:1200px;padding:30px}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.form-header h1{color:#333;font-size:32px;margin:0}.teacher-form{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.form-section{border-bottom:2px solid #f3f4f6;margin-bottom:40px;padding-bottom:30px}.form-section:last-of-type{border-bottom:none}.form-section h3{border-bottom:2px solid #667eea;color:#667eea;font-size:20px;margin-bottom:20px;padding-bottom:10px}.form-group textarea{min-height:80px}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:10px;margin-top:10px}.checkbox-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-label span{color:#374151;font-size:16px;font-weight:600}.form-actions{margin-top:30px}@media (max-width:768px){.teacher-form-container{padding:20px}.form-header{align-items:flex-start;flex-direction:column;gap:15px}.form-header h1{font-size:24px}.teacher-form{padding:20px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.teacher-profile-container{margin:0 auto;max-width:1200px;padding:30px}.profile-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;padding:30px}.header-left,.profile-header{align-items:center;display:flex;gap:20px}.teacher-avatar{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 10px #0003;height:100px;overflow:hidden;width:100px}.teacher-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:#fff;color:#667eea;display:flex;font-size:36px;font-weight:700;height:100%;justify-content:center;width:100%}.teacher-info h1{font-size:28px;margin:0 0 10px}.employee-id{font-size:16px;margin:0 0 10px;opacity:.9}.header-actions .btn-primary{background:#fff;color:#667eea}.header-actions .btn-primary:hover{background:#f3f4f6}.header-actions .btn-back{background:#fff3;border:2px solid #fff;color:#fff}.header-actions .btn-back:hover{background:#ffffff4d}.profile-content{display:flex;flex-direction:column;gap:20px}.info-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:25px}.info-card h3{color:#333;font-size:20px}.card-header,.info-card h3{border-bottom:2px solid #f3f4f6;margin-bottom:20px;padding-bottom:10px}.card-header{align-items:center;display:flex;justify-content:space-between}.card-header h3{border:none;margin:0;padding:0}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:5px}.info-item.full-width{grid-column:1/-1}.info-item label{color:#6b7280;font-size:14px;font-weight:600}.info-item span{color:#333;font-size:16px}.subjects-container{margin-top:20px}.subjects-grid{grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.subject-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#fff;padding:20px}.subject-card h4{font-size:18px;margin:0 0 5px}.subject-code{opacity:.9}.subject-class{background:#fff3;border-radius:5px;display:inline-block;font-size:14px;margin:0;padding:5px 10px}.no-data{color:#999;font-style:italic;padding:30px;text-align:center}.class-assignment{padding:20px;text-align:center}.class-badge-large{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-size:24px;font-weight:700;margin-bottom:15px;padding:20px 40px}.class-assignment p{color:#666;margin:0}.modal-content{max-width:800px}.subject-assignment-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:2fr 1fr 1fr auto;margin-bottom:15px}.class-select,.section-select,.subject-select{border:2px solid #e5e7eb;border-radius:5px;font-size:14px;padding:10px}.class-select:focus,.section-select:focus,.subject-select:focus{border-color:#667eea;outline:none}.btn-remove{background:#ef4444;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;white-space:nowrap}.btn-remove:hover{background:#dc2626}.btn-add-more{background:#10b981;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:10px;padding:12px 20px;width:100%}.btn-add-more:hover{background:#059669}@media (max-width:768px){.teacher-profile-container{padding:20px}.profile-header{align-items:flex-start;flex-direction:column}.header-left{align-items:center;text-align:center}.header-actions,.header-left{flex-direction:column;width:100%}.header-actions button{width:100%}.info-grid,.subject-assignment-row,.subjects-grid{grid-template-columns:1fr}}.subject-list-container{margin:0 auto;max-width:1200px;padding:30px}.header-buttons{display:flex;gap:10px}.filters-container{display:flex;gap:15px;margin-bottom:30px}.search-input{border:2px solid #ddd;border-radius:8px;flex:1 1;font-size:16px;min-width:250px;padding:12px 15px}.search-input:focus{border-color:#667eea;outline:none}.subjects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.subject-card-large{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:25px;transition:transform .3s,box-shadow .3s}.subject-card-large:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.subject-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.subject-header h3{color:#333;flex:1 1;font-size:20px;margin:0}.subject-code{color:#667eea;font-size:14px;font-weight:600;margin:0 0 10px}.subject-description{color:#666;font-size:14px;line-height:1.5;margin:0 0 20px}.subject-actions{border-top:2px solid #f3f4f6;display:flex;gap:10px;padding-top:15px}.subject-actions .btn-delete,.subject-actions .btn-edit{flex:1 1}.modal-content{max-width:600px}.modal-body .form-group{margin-bottom:20px}.modal-body .form-group:last-child{margin-bottom:0}.modal-body .form-group label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.modal-body .form-group input,.modal-body .form-group select,.modal-body .form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.modal-body .form-group input:focus,.modal-body .form-group select:focus,.modal-body .form-group textarea:focus{border-color:#667eea;outline:none}.modal-body .form-group textarea{resize:vertical}@media (max-width:768px){.subject-list-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column}.header-buttons{flex-direction:column;width:100%}.header-buttons button{width:100%}.subjects-grid{grid-template-columns:1fr}.modal-content{max-width:100%}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.attendance-dashboard-container{margin:0 auto;max-width:1400px;padding:30px}.filter-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:25px}.date-filters{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.date-filters .form-group{display:flex;flex-direction:column}.date-filters .form-group label{color:#374151;font-size:14px;font-weight:600;margin-bottom:8px}.date-filters .form-group input{border:2px solid #e5e7eb;border-radius:8px;font-size:16px;padding:12px}.date-filters .form-group input:focus{border-color:#667eea;outline:none}.stats-grid-large{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card-large.present{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-large.absent{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card-large.late{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card-large.half-day{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card-large.excused{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-number{font-size:48px;font-weight:700;margin-bottom:5px}.stat-percent{font-size:14px;opacity:.9}.attendance-percentage{margin-top:30px}.attendance-percentage h3{color:#333;font-size:20px;margin:0 0 15px}@media (max-width:768px){.attendance-dashboard-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.page-header button{width:100%}.quick-actions-grid{grid-template-columns:1fr}.stats-grid-large{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:36px}}.mark-attendance-container{margin:0 auto;max-width:1400px;padding:30px}.attendance-form-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:30px}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.quick-actions{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:10px;margin-bottom:20px;padding:15px}.quick-actions label{color:#374151;font-weight:600;margin-right:10px}.btn-quick{border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:transform .2s}.btn-quick:hover{transform:translateY(-2px)}.btn-quick.present{background:#10b981}.btn-quick.present:hover{background:#059669}.btn-quick.absent{background:#ef4444}.btn-quick.absent:hover{background:#dc2626}.attendance-stats{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding:20px}.stat-item{align-items:center;background:#ffffff1a;border-radius:5px;color:#fff;display:flex;flex-direction:column;padding:10px 20px}.stat-item.present{background:#10b9814d}.stat-item.absent{background:#ef44444d}.stat-item.late{background:#f59e0b4d}.stat-item.half-day{background:#3b82f64d}.stat-item.excused{background:#8b5cf64d}.stat-label{font-size:14px;margin-bottom:5px;opacity:.9}.stat-value{font-size:24px;font-weight:700}.students-attendance-list{overflow-x:auto}.attendance-table{border-collapse:collapse;width:100%}.attendance-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.attendance-table th{color:#374151;font-weight:600;padding:15px;text-align:left}.attendance-table td{border-bottom:1px solid #e5e7eb;padding:15px}.attendance-table tbody tr:hover{background-color:#f9fafb}.status-buttons{display:flex;gap:5px}.status-btn{border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;height:40px;transition:transform .2s,box-shadow .2s;width:40px}.status-btn:hover{transform:scale(1.1)}.status-btn.active{box-shadow:0 0 0 3px #667eea4d}.remarks-input{border:2px solid #e5e7eb;border-radius:5px;font-size:14px;padding:8px;width:100%}.remarks-input:focus{border-color:#667eea;outline:none}.legend-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:20px}.legend-card h4{color:#333;margin:0 0 15px}.legend-items{display:flex;flex-wrap:wrap;gap:20px}.legend-item{gap:10px}.legend-badge,.legend-item{align-items:center;display:flex}.legend-badge{border-radius:5px;color:#fff;font-weight:700;height:35px;justify-content:center;width:35px}.loading,.no-data{font-size:16px;padding:40px}@media (max-width:768px){.mark-attendance-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.form-row{grid-template-columns:1fr}.quick-actions{align-items:stretch;flex-direction:column}.quick-actions button{width:100%}.attendance-stats{justify-content:space-between}.stat-item{flex:1 1;min-width:80px}.attendance-table{font-size:14px}.status-buttons{flex-wrap:wrap}.status-btn{font-size:12px;height:35px;width:35px}}.attendance-reports-container{margin:0 auto;max-width:1400px;padding:30px}.report-form-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px;padding:30px}.form-row{grid-gap:20px;align-items:end;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.btn-primary{white-space:nowrap}.report-results{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.report-header{border-bottom:2px solid #f3f4f6;margin-bottom:30px;padding-bottom:20px;text-align:center}.report-header h2{color:#333;font-size:24px;margin:0 0 10px}.report-header p{color:#666;font-size:16px;margin:0}.report-table-container{overflow-x:auto}.report-table{border-collapse:collapse;width:100%}.report-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.report-table th{font-weight:600;padding:15px;text-align:left;white-space:nowrap}.report-table td{border-bottom:1px solid #e5e7eb;padding:15px}.report-table tbody tr:hover{background-color:#f9fafb}.student-name{color:#333;font-weight:600}.status-cell{font-weight:600;text-align:center}.status-cell.present{color:#10b981}.status-cell.absent{color:#ef4444}.status-cell.late{color:#f59e0b}.status-cell.half-day{color:#3b82f6}.status-cell.excused{color:#8b5cf6}.percentage-badge{border-radius:20px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:6px 12px}@media (max-width:768px){.attendance-reports-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.form-row{grid-template-columns:1fr}.report-table{font-size:14px;min-width:900px}.report-table td,.report-table th{padding:10px}}.fee-dashboard-container{margin:0 auto;max-width:1400px;padding:30px}.quick-actions-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.action-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;padding:30px;text-align:center;transition:transform .3s,box-shadow .3s}.action-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.action-icon{font-size:48px;margin-bottom:15px}.action-card h3{color:#333;font-size:20px;margin:0 0 10px}.action-card p{color:#666;font-size:14px;margin:0}.stats-section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.stats-section h2{color:#333;font-size:24px;margin:0 0 25px}.stats-grid-large{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.stat-card-large{border-radius:10px;color:#fff;padding:25px;text-align:center}.stat-card-large.total{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card-large.collected{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-large.pending{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card-large.overdue{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card-large h3{font-size:16px;font-weight:600;margin:0 0 15px;opacity:.9}.stat-amount{font-size:32px;font-weight:700;margin-bottom:10px}.stat-detail{font-size:14px;opacity:.9}.collection-percentage{margin:30px 0}.collection-percentage h3{color:#333;font-size:20px;margin:0 0 15px}.percentage-bar{background:#e5e7eb;border-radius:30px;height:60px;overflow:hidden;position:relative}.percentage-fill{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:30px;display:flex;height:100%;justify-content:center;transition:width .5s ease}.percentage-fill span{color:#fff;font-size:24px;font-weight:700}.invoice-breakdown{margin-top:30px}.invoice-breakdown h3{color:#333;font-size:20px;margin:0 0 20px}.breakdown-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.breakdown-item{border-radius:10px;color:#fff;padding:20px;text-align:center}.breakdown-item.paid{background:#10b981}.breakdown-item.partial{background:#f59e0b}.breakdown-item.pending{background:#3b82f6}.breakdown-item.overdue{background:#ef4444}.breakdown-number{font-size:36px;font-weight:700;margin-bottom:5px}.breakdown-label{font-size:14px;opacity:.9}.loading{color:#666;font-size:18px;padding:50px;text-align:center}@media (max-width:768px){.fee-dashboard-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.quick-actions-grid{grid-template-columns:1fr}.stats-grid-large{grid-template-columns:repeat(2,1fr)}.stat-amount{font-size:24px}.breakdown-grid{grid-template-columns:repeat(2,1fr)}}.fee-collection-container{margin:0 auto;max-width:1200px;padding:30px}.search-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:25px}.search-card h3{color:#333;margin:0 0 15px}.search-box{display:flex;gap:10px}.search-box input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:16px;padding:12px}.search-box input:focus{border-color:#667eea;outline:none}.search-box button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px}.search-box button:hover{opacity:.9}.search-results{border:2px solid #e5e7eb;border-radius:8px;margin-top:15px;max-height:300px;overflow-y:auto}.search-result-item{border-bottom:1px solid #e5e7eb;cursor:pointer;padding:15px;transition:background .2s}.search-result-item:hover{background:#f9fafb}.search-result-item:last-child{border-bottom:none}.student-info{display:flex;flex-direction:column;gap:5px}.student-info strong{color:#333;font-size:16px}.student-info span{color:#666;font-size:14px}.selected-student-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:25px}.selected-student-card h3{color:#333;margin:0 0 15px}.student-details{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-item label{color:#666;font-size:14px;font-weight:600}.detail-item span{color:#333;font-size:16px}.invoices-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:25px}.invoices-card h3{color:#333;margin:0 0 20px}.invoices-list{grid-gap:15px;display:grid;gap:15px}.invoice-item{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:20px;transition:all .3s}.invoice-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea33}.invoice-item.selected{background:#f0f4ff;border-color:#667eea;box-shadow:0 2px 8px #667eea4d}.invoice-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.invoice-number{font-size:16px}.status-pending{background-color:#ef4444}.status-partial{background-color:#f59e0b}.status-paid{background-color:#10b981}.invoice-details{display:flex;flex-direction:column;gap:10px}.invoice-row{align-items:center;display:flex;justify-content:space-between}.invoice-row span{color:#666;font-size:14px}.invoice-row strong{color:#333;font-size:15px}.text-success{color:#10b981!important}.text-danger{color:#ef4444!important}.no-invoices{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:40px;text-align:center}.no-invoices p{color:#666;font-size:16px;margin:0}.payment-form-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:25px}.payment-form-card h3{color:#333;margin:0 0 20px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.form-actions{margin-top:20px}@media (max-width:768px){.fee-collection-container{padding:20px}.page-header{align-items:flex-start;gap:15px}.page-header,.search-box{flex-direction:column}.search-box button{width:100%}.form-grid{grid-template-columns:1fr}.invoice-row{align-items:flex-start;flex-direction:column;gap:5px}}.fee-invoices-container{margin:0 auto;max-width:1600px;padding:30px}.invoices-table-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}.invoices-table{border-collapse:collapse;min-width:1200px;width:100%}.invoices-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.invoices-table th{font-weight:600;padding:15px;text-align:left;white-space:nowrap}.invoices-table td{border-bottom:1px solid #e5e7eb;padding:15px}.invoices-table tbody tr:hover{background-color:#f9fafb}.amount.paid{color:#10b981}.status-badge{display:inline-block}.btn-pay{background:#10b981;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 15px}.btn-pay:hover{background:#059669}.btn-secondary{background:#667eea;border-radius:5px;font-weight:500;padding:10px 20px}.btn-secondary:hover{background:#5568d3}@media (max-width:768px){.fee-invoices-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}.filters-grid{grid-template-columns:1fr}}.fee-structures-container{margin:0 auto;max-width:1400px;padding:30px}.page-header{flex-wrap:wrap;gap:15px}.header-actions{display:flex;gap:10px}.structures-groups{display:flex;flex-direction:column;gap:30px}.structure-group{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:25px}.group-header{border-bottom:2px solid #667eea;color:#667eea;font-size:20px;margin:0 0 20px;padding-bottom:10px}.structures-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.structure-card{border:2px solid #e5e7eb;border-radius:10px;padding:20px;transition:all .3s}.structure-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea33}.structure-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.structure-header h4{color:#333;flex:1 1;font-size:18px;margin:0}.status-badge{border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:5px 12px;text-transform:uppercase}.status-active{background-color:#10b981}.status-inactive{background-color:#6b7280}.structure-amount,.structure-body{margin-bottom:15px}.structure-amount{color:#667eea;font-size:28px;font-weight:700}.structure-details{display:flex;flex-direction:column;gap:10px}.detail-row{align-items:center;display:flex;font-size:14px;justify-content:space-between}.detail-row.full-width{align-items:flex-start;flex-direction:column;gap:5px}.detail-row span{color:#666}.detail-row strong{color:#333;text-transform:capitalize}.detail-row p{color:#666;font-size:13px;line-height:1.5;margin:0}.structure-actions{border-top:1px solid #e5e7eb;display:flex;gap:10px;padding-top:15px}.btn-edit{background-color:#3b82f6;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:8px 15px}.btn-edit:hover{background-color:#2563eb}.btn-delete{background-color:#ef4444;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:8px 15px}.btn-delete:hover{background-color:#dc2626}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;padding:20px 30px}.modal-header h2{color:#333;font-size:24px;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;transition:background .3s;width:40px}.modal-close:hover{background:#f3f4f6;color:#333}.modal-body{padding:30px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:16px;padding:12px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{resize:vertical}.modal-footer{border-top:2px solid #f3f4f6;display:flex;gap:10px;justify-content:flex-end;padding:20px 30px}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-secondary:hover{background:#4b5563}@media (max-width:768px){.fee-structures-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}.form-grid,.structures-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.fee-defaulters-container{margin:0 auto;max-width:1600px;padding:30px}.filters-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:25px}.filters-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group select{border:2px solid #e5e7eb;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s}.form-group select:focus{border-color:#667eea;outline:none}.summary-card{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;box-shadow:0 2px 10px #0000001a;color:#fff;margin-bottom:20px;padding:25px}.summary-card h3{font-size:20px;margin:0 0 15px;opacity:.9}.summary-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.summary-item{display:flex;flex-direction:column;gap:5px}.summary-label{font-size:14px;opacity:.9}.summary-value{font-size:28px;font-weight:700}.defaulters-table-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}.defaulters-table{border-collapse:collapse;min-width:1200px;width:100%}.defaulters-table thead{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.defaulters-table th{font-weight:600;padding:15px;text-align:left;white-space:nowrap}.defaulters-table td{border-bottom:1px solid #e5e7eb;padding:15px}.defaulter-row:hover{background-color:#fef2f2}.student-cell{display:flex;flex-direction:column;gap:3px}.student-cell strong{color:#333}.student-cell small{color:#666;font-size:13px}.invoice-number{color:#667eea;font-weight:600}.due-date{color:#ef4444;font-weight:600}.days-overdue{text-align:center}.overdue-badge{background:#fee2e2;border-radius:20px;color:#991b1b;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px}.amount{font-weight:600;text-align:right}.amount.balance{color:#ef4444;font-size:16px}.contact-cell{color:#666;display:flex;flex-direction:column;font-size:13px;gap:5px}.btn-collect{background:#10b981;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 15px;white-space:nowrap}.btn-collect:hover{background:#059669}.loading,.no-data{color:#666;font-size:18px;padding:50px;text-align:center}.no-data p{font-size:20px;margin:0}@media (max-width:768px){.fee-defaulters-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.filters-grid,.summary-stats{grid-template-columns:1fr}.defaulters-table{font-size:14px}.defaulters-table td,.defaulters-table th{padding:10px}}.generate-invoices-container{margin:0 auto;max-width:800px;padding:30px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.page-header h1{color:#333;font-size:32px;margin:0}.btn-back{background:#6b7280;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:10px 20px}.btn-back:hover{background:#4b5563}.success-message{background-color:#d1fae5;border-left:4px solid #10b981;color:#065f46;font-weight:500}.error-message,.success-message{border-radius:8px;margin-bottom:20px;padding:15px}.error-message{background-color:#fee;border-left:4px solid #c33;color:#c33}.generate-form-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:30px}.form-info{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:30px;padding:20px}.form-info h3{color:#92400e;font-size:18px;margin:0 0 15px}.form-info ul{color:#92400e;margin:0;padding-left:20px}.form-info li{line-height:1.5;margin-bottom:8px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:30px}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group select{border:2px solid #e5e7eb;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.form-group small{color:#666;font-size:13px;margin-top:5px}.form-actions{border-top:2px solid #f3f4f6;display:flex;gap:15px;justify-content:flex-end;padding-top:20px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:transform .2s,box-shadow .2s}.btn-primary:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:background .3s}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.generate-invoices-container{padding:20px}.page-header{align-items:flex-start;flex-direction:column;gap:15px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}
/*# sourceMappingURL=main.911dcd95.css.map*/