.create-module-page{background:var(--dark-1);min-height:100vh;padding:2rem 1.5rem}.module-header{background:var(--dark-2);border:1px solid var(--dark-a6);border-radius:16px;max-width:1000px;margin:0 auto 2rem;padding:2rem}.book-info{text-align:center}.book-label{font-size:var(--font-size-sm);color:var(--text-white-65);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:block}.book-title{font-size:var(--font-size-2xl);color:var(--pink-9);margin:0 0 .5rem;font-weight:900}.book-authors{font-size:var(--font-size-base);color:var(--text-white-80);margin:0}.create-module-form{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.form-section{background:var(--dark-2);border:1px solid var(--dark-a6);border-radius:16px;padding:2.5rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-title{font-size:var(--font-size-xl);color:var(--text-white-95);margin:0 0 1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-group label{font-size:var(--font-size-sm);color:var(--text-white-85);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-select{background:var(--dark-3);border:1px solid var(--dark-a6);width:100%;color:var(--text-white-95);font-size:var(--font-size-base);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0003}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23E93D82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group input:hover,.form-group textarea:hover,.form-select:hover{border-color:var(--pink-a6);background-color:var(--dark-2);box-shadow:0 2px 6px #0000004d,0 0 0 1px #e93d821a}.form-group input:focus,.form-group textarea:focus,.form-select:focus{border-color:var(--pink-9);background-color:var(--dark-2);outline:none;box-shadow:0 0 0 3px #e93d8226,0 2px 8px #e93d8233}.form-select option{background:var(--dark-2);color:var(--text-white-95);padding:.75rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.objective-item{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.objective-item:last-child{margin-bottom:0}.objective-number{font-size:var(--font-size-base);color:var(--pink-9);min-width:30px;font-weight:700}.objective-item input{flex:1}.section-item{background:var(--dark-3);border:1px solid var(--dark-a6);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.section-item:last-child{margin-bottom:0}.section-header-item{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-number{font-size:var(--font-size-lg);color:var(--pink-9);font-weight:700}.add-button{background:var(--dark-4);color:var(--text-white-95);border:1px solid var(--dark-a6);font-size:var(--font-size-sm);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.add-button:hover{background:var(--pink-9);border-color:var(--pink-9);color:#fff}.remove-button{color:#e85d5d;font-size:var(--font-size-sm);cursor:pointer;background:#e85d5d1a;border:1px solid #e85d5d4d;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.remove-button:hover{background:#e85d5d33;border-color:#e85d5d}.form-actions{justify-content:flex-end;gap:1rem;padding:2rem 0;display:flex}.cancel-button{background:var(--dark-3);color:var(--text-white-95);border:1px solid var(--dark-a6);font-size:var(--font-size-base);cursor:pointer;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.cancel-button:hover:not(:disabled){background:var(--dark-4);border-color:var(--pink-9);color:var(--pink-9)}.cancel-button:disabled,.premium-button:disabled{opacity:.5;cursor:not-allowed}.skeleton-header{border-radius:16px;max-width:1000px;height:150px;margin:0 auto 2rem}.skeleton-form{border-radius:16px;max-width:1000px;height:600px;margin:0 auto}.empty-state{text-align:center;background:var(--dark-2);border:1px solid var(--dark-a6);border-radius:16px;max-width:600px;margin:4rem auto;padding:3rem 2rem}.empty-state h2{font-size:var(--font-size-xl);color:var(--text-white-95);margin-bottom:2rem;font-weight:700}@media (width<=768px){.create-module-page{padding:1rem}.module-header,.form-section{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.add-button{width:100%}.section-header-item{flex-direction:column;align-items:flex-start;gap:1rem}.remove-button{width:100%}}
