body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #3B82F6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#666;font-size:1rem;margin:0}.login-page{min-height:100vh;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;flex-direction:column}.login-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:#fffc;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px)}.login-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;max-width:1200px;margin:0 auto}.login-logo{width:32px;height:32px;object-fit:contain}.login-brand-name{font-weight:700;font-size:1.125rem;color:#111827}.login-container{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem}.login-content{width:100%;max-width:440px}.login-intro{text-align:center;margin-bottom:2.5rem}.login-intro h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:#111827;margin:0 0 .5rem;line-height:1.2}.login-intro p{color:#6b7280;font-size:1rem;margin:0}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:2.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{display:flex;align-items:center;gap:.75rem;background:#fef2f2;color:#dc2626;padding:.875rem 1rem;border-radius:.5rem;border:1px solid #fecaca;font-size:.875rem;font-weight:500}.login-error svg{flex-shrink:0}.login-form-group{display:flex;flex-direction:column;gap:.5rem}.login-form-group label{color:#374151;font-weight:500;font-size:.875rem}.login-input-wrapper{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;transition:all .2s ease;position:relative}.login-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-input-icon{margin-left:.875rem;color:#9ca3af;flex-shrink:0;transition:color .2s ease}.login-input-wrapper:focus-within .login-input-icon{color:#3b82f6}.login-input{flex:1;padding:.875rem .875rem .875rem .75rem;border:none;border-radius:0;font-size:1rem;background:transparent;outline:none;color:#111827}.login-input::placeholder{color:#9ca3af}.login-input:disabled{background:#f9fafb;cursor:not-allowed;color:#6b7280}.login-submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.5rem;width:100%}.login-submit-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #3b82f64d}.login-submit-btn:active:not(:disabled){transform:translateY(0)}.login-submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.login-submit-btn svg{transition:transform .2s ease}.login-submit-btn:hover:not(:disabled) svg{transform:translate(2px)}.login-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.login-footer-text{color:#6b7280;font-size:.875rem;margin:0;line-height:1.5}.login-footer-highlight{color:#374151;font-weight:500}@media(max-width:640px){.login-header{padding:1rem 1.5rem}.login-container,.login-card{padding:2rem 1.5rem}.login-intro h1{font-size:1.75rem}.login-intro{margin-bottom:2rem}}@media(max-width:480px){.login-header{padding:1rem}.login-container{padding:1.5rem 1rem}.login-card{padding:1.5rem}.login-intro h1{font-size:1.5rem}.login-brand-name{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-card{animation:fadeIn .3s ease-out}.course-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.course-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.course-thumbnail{position:relative;height:200px;overflow:hidden}.course-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}.course-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.course-card:hover .course-overlay{opacity:1}.play-btn{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.play-btn:hover{background:#2563eb}.locked-overlay{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;text-align:center}.locked-overlay span{font-size:.875rem;font-weight:500}.course-content{padding:1.5rem}.course-category{display:flex;align-items:center;gap:.25rem;color:#3b82f6;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.course-title{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;line-height:1.4}.course-description{color:#666;font-size:.875rem;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.course-meta{display:flex;align-items:center;gap:1rem}.course-duration{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.875rem}.video-modal{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.video-container{position:relative;width:100%;max-width:900px;aspect-ratio:16 / 9;background:#000;border-radius:.5rem;overflow:hidden}.close-btn{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1001;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#ccc}.video-container iframe{width:100%;height:100%}@media(max-width:768px){.course-card{margin-bottom:1rem}.course-thumbnail{height:150px}.course-content{padding:1rem}.course-title{font-size:1.125rem}.video-modal{padding:1rem}.close-btn{top:-35px;right:0}}.courses-container{max-width:1200px;margin:0 auto;padding:2rem}.courses-header{text-align:center;margin-bottom:3rem}.courses-header h1{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.courses-header p{color:#666;font-size:1.125rem;margin:0}.search-filter-section{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-container{flex:1;min-width:300px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#666;z-index:1}.search-input-wrapper input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem 0 0 .5rem;font-size:1rem;border-right:none}.search-input-wrapper input:focus{outline:none;border-color:#3b82f6}.search-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:0 .5rem .5rem 0;cursor:pointer;font-weight:500;transition:background-color .2s ease}.search-btn:hover{background:#2563eb}.category-filter{min-width:200px}.category-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;background:#fff;cursor:pointer}.category-select:focus{outline:none;border-color:#3b82f6}.subscription-warning{display:flex;align-items:center;gap:1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:2rem;color:#92400e}.subscription-warning h3{margin:0 0 .25rem;font-size:1.125rem}.subscription-warning p{margin:0;font-size:.875rem}.courses-content{margin-top:2rem}.no-courses{text-align:center;padding:3rem;color:#666}.no-courses h3{margin:0 0 .5rem;font-size:1.5rem}.no-courses p{margin:0;font-size:1rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.loading-message{text-align:center;padding:3rem;color:#666;font-size:1.125rem}.error-message{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#dc2626;padding:1rem;border-radius:.5rem;border:1px solid #fecaca;margin-bottom:2rem}@media(max-width:768px){.courses-container{padding:1rem}.courses-header h1{font-size:2rem}.search-filter-section{flex-direction:column}.search-container{min-width:auto}.courses-grid{grid-template-columns:1fr;gap:1.5rem}}.event-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid #e5e7eb}.event-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.event-image{width:100%;height:200px;overflow:hidden}.event-image img{width:100%;height:100%;object-fit:cover}.event-content{padding:1.5rem}.event-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.event-title{color:#333;font-size:1.25rem;font-weight:600;margin:0;flex:1;line-height:1.4}.registered-badge{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;flex-shrink:0;margin-left:1rem}.event-description{color:#666;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.event-detail{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem}.event-detail svg{color:#9ca3af;flex-shrink:0}.event-actions{display:flex;gap:.75rem}.register-btn{flex:1;background:#3b82f6;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.register-btn:hover:not(:disabled){background:#2563eb}.register-btn.disabled{background:#9ca3af;cursor:not-allowed}.cancel-btn{flex:1;background:#ef4444;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.cancel-btn:hover{background:#dc2626}@media(max-width:480px){.event-content{padding:1rem}.event-header{flex-direction:column;gap:.75rem}.registered-badge{margin-left:0;align-self:flex-start}.event-actions{flex-direction:column}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040}.modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s ease;z-index:10}.modal-close:hover{background:#0003;color:#333}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.modal-image{width:100%;height:250px;overflow:hidden;border-radius:.5rem;margin-bottom:1.5rem}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-title-section{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.modal-title{color:#333;font-size:1.75rem;font-weight:700;margin:0;line-height:1.3}.modal-registered-badge{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;flex-shrink:0}.modal-body{padding:2rem}.event-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:.75rem}.info-item svg{color:#3b82f6;flex-shrink:0;margin-top:.25rem}.info-item strong{color:#333;font-size:.875rem;font-weight:600;display:block;margin-bottom:.25rem}.info-item p{color:#666;font-size:.875rem;margin:0;line-height:1.4}.event-description-section,.event-agenda-section,.event-speakers-section,.event-video-section{margin-bottom:2rem}.event-description-section h3,.event-agenda-section h3,.event-speakers-section h3,.event-video-section h3{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.event-description-section p{color:#666;line-height:1.6;margin:0}.agenda-content{display:flex;flex-direction:column;gap:.75rem}.agenda-item{display:flex;align-items:flex-start;gap:.75rem;color:#666;line-height:1.5}.agenda-bullet{color:#3b82f6;font-weight:700;flex-shrink:0;margin-top:.125rem}.speakers-list{display:flex;flex-direction:column;gap:.75rem}.speaker-item{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem}.speaker-item svg{color:#9ca3af}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:.5rem;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.modal-footer{padding:1.5rem 2rem 2rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem}.modal-register-btn,.modal-cancel-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-register-btn{background:#3b82f6;color:#fff}.modal-register-btn:hover:not(:disabled){background:#2563eb}.modal-register-btn.disabled{background:#9ca3af;cursor:not-allowed}.modal-cancel-btn{background:#ef4444;color:#fff}.modal-cancel-btn:hover{background:#dc2626}@media(max-width:768px){.modal-content{max-height:95vh;margin:.5rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.modal-title-section{flex-direction:column;gap:.75rem}.modal-registered-badge{align-self:flex-start}.event-info-grid{grid-template-columns:1fr;gap:1rem}.modal-footer{flex-direction:column}}@media(max-width:480px){.modal-overlay{padding:.5rem}.modal-header{padding:1rem 1rem .75rem}.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem 1rem}.modal-title{font-size:1.25rem}}.events-container{max-width:1200px;margin:0 auto;padding:2rem}.events-header{text-align:center;margin-bottom:3rem}.events-header h1{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.events-header p{color:#666;font-size:1.1rem;margin:0}.error-message{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:.5rem;border:1px solid #fecaca;margin-bottom:2rem;text-align:center}.no-events{text-align:center;padding:4rem 2rem;color:#666}.no-events h3{color:#333;margin-bottom:1rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}@media(max-width:768px){.events-container{padding:1rem}.events-header h1{font-size:2rem}.events-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.events-header h1{font-size:1.75rem}.events-header p{font-size:1rem}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.upload-label span{font-size:.875rem;font-weight:500}.upload-hint{font-size:.75rem!important;color:#9ca3af!important}.file-input{position:absolute;width:0;height:0;opacity:0}.thumbnail-preview{max-width:100%;max-height:300px;border-radius:.5rem;border:1px solid #d1d5db}.nav-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;border:none}.nav-btn.cancel-btn{background:#6b7280;color:#fff}.nav-btn.cancel-btn:hover{background:#4b5563}.nav-btn.save-btn{background:#10b981;color:#fff}.nav-btn.save-btn:hover{background:#059669}.nav-btn.prev-btn{background:#fff;color:#374151;border:1px solid #d1d5db}.nav-btn.prev-btn:hover{background:#f9fafb;border-color:#9ca3af}.nav-btn.continue-btn{background:#3b82f6;color:#fff}.nav-btn.continue-btn:hover{background:#2563eb}.loading-spinner-small{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.nav-btn:disabled{opacity:.6;cursor:not-allowed}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.checkbox-label input[type=checkbox]{width:auto;margin:0}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block}.view-btn{background:#fff;color:#3b82f6;border:1px solid #d1d5db}.view-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.alert{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.registrations-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.registrations-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.registrations-content .modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.registrations-content .modal-header h3{color:#333;font-size:1.25rem;font-weight:600;margin:0}.registrations-content .close-btn{background:none;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.registrations-content .close-btn:hover{background:#f3f4f6;color:#333}.registrations-list{padding:2rem}.registration-stats{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.registration-stats p{margin:0;color:#666;font-size:.875rem}.more-indicator{color:#3b82f6!important;font-weight:500;margin-top:.5rem!important}.registrations-list table{width:100%;border-collapse:collapse}.registrations-list th{background:#f9fafb;color:#374151;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.875rem}.registrations-list td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.875rem}@media(max-width:768px){.form-row{grid-template-columns:1fr}.registrations-content{margin:.5rem}.registrations-content .modal-header{padding:1rem 1.5rem}.registrations-list{padding:1.5rem}.course-form-overlay{padding:1rem}.course-form-modal{max-width:100%;max-height:95vh}.form-header{padding:1rem 1.5rem}.form-header-left h2{font-size:1.25rem}.course-form{padding:1.5rem}.form-navigation{flex-direction:column}.nav-buttons-right{width:100%;flex-direction:column}.nav-btn{width:100%;justify-content:center}}.admin-container{min-height:100vh;background:#f8fafc;padding:2rem;max-width:1400px;margin:0 auto}.admin-header-card{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.admin-header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.admin-header-left h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.admin-header-left p{color:#6b7280;font-size:.875rem;margin:0}.create-btn{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.create-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.create-btn:disabled{opacity:.6;cursor:not-allowed}.admin-stats{display:flex;gap:.5rem}.stat-badge{background:#eff6ff;color:#3b82f6;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.tab-btn{background:none;border:none;padding:1rem 1.5rem;color:#6b7280;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;border-bottom:2px solid transparent;margin-bottom:-1px}.tab-btn:hover{color:#111827;background:#f9fafb}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.alert{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.admin-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.search-wrapper{position:relative;max-width:400px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filters-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.category-filter-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.filter-icon{color:#6b7280;flex-shrink:0}.category-filter-select{padding:.625rem 2.5rem .625rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;min-width:180px}.category-filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{background:#fff;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.filter-tab:hover{background:#f9fafb;border-color:#d1d5db}.filter-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.count-badge{background:#fff3;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem}.course-form-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.course-form-modal{background:#fff;border-radius:1rem;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.form-header-left h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem}.form-progress{display:flex;align-items:center;gap:.5rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.25rem}.step-number{width:2rem;height:2rem;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .2s ease}.progress-step.active .step-number{background:#3b82f6;color:#fff}.step-label{font-size:.75rem;color:#6b7280;font-weight:500}.progress-step.active .step-label{color:#3b82f6}.progress-line{width:3rem;height:2px;background:#e5e7eb;margin:0 .5rem}.close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#f3f4f6;color:#111827}.course-form{flex:1;overflow-y:auto;padding:2rem}.form-step{animation:fadeIn .3s ease}.form-section{margin-bottom:2rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-icon{font-size:1.5rem}.section-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{color:#374151;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s ease;background:#fff;width:100%;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.error-message{color:#dc2626;font-size:.75rem;margin-top:.25rem}.upload-area{border:2px dashed #d1d5db;border-radius:.5rem;padding:2rem;text-align:center;transition:all .2s ease;position:relative}.upload-area:hover{border-color:#3b82f6;background:#f9fafb}.upload-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#6b7280}.upload-label svg{color:#3b82f6}.upload-hint{font-size:.75rem;color:#9ca3af}.file-input{display:none}.image-preview-wrapper{position:relative;display:inline-block}.thumbnail-preview{max-width:100%;max-height:300px;border-radius:.5rem;object-fit:cover}.remove-image-btn{position:absolute;top:.5rem;right:.5rem;background:#000000b3;color:#fff;border:none;border-radius:50%;width:2rem;height:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-image-btn:hover{background:#000000e6}.review-summary{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.review-item{padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.875rem}.review-item:last-child{border-bottom:none}.review-item strong{color:#374151;margin-right:.5rem}.form-navigation{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;margin-top:auto}.nav-buttons-right{display:flex;gap:.75rem}.nav-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.prev-btn{background:#fff;color:#374151;border:1px solid #d1d5db}.prev-btn:hover{background:#f9fafb}.cancel-btn{background:#fff;color:#6b7280;border:1px solid #d1d5db}.cancel-btn:hover{background:#f9fafb}.continue-btn,.save-btn{background:#3b82f6;color:#fff}.continue-btn:hover,.save-btn:hover{background:#2563eb}.courses-grid-container{margin-top:2rem}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a}.loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.empty-state svg{color:#9ca3af;margin-bottom:1rem}.empty-state h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#6b7280;font-size:.875rem;margin:0 0 1.5rem}.create-first-btn{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.create-first-btn:hover{background:#2563eb}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.course-card-admin{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column}.course-card-admin:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.course-card-image{position:relative;width:100%;height:200px;overflow:hidden;background:#f3f4f6}.course-card-image img{width:100%;height:100%;object-fit:cover}.course-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.course-status-badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.course-status-badge.active{background:#d1fae5;color:#065f46}.course-status-badge.draft{background:#fef3c7;color:#92400e}.course-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.course-card-header{margin-bottom:.75rem}.course-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0;line-height:1.4}.course-card-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 1rem;flex:1}.course-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.course-meta-item{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.75rem}.course-meta-item svg{color:#9ca3af}.course-card-actions{display:flex;gap:.5rem;margin-top:auto}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.edit-btn{background:#fff;color:#3b82f6;border:1px solid #d1d5db}.edit-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.delete-btn{background:#fff;color:#ef4444;border:1px solid #d1d5db;padding:.625rem;flex:0 0 auto}.delete-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.action-btn:disabled{opacity:.5;cursor:not-allowed}.access-denied{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a}.access-denied h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.access-denied p{color:#6b7280;font-size:.875rem;margin:0}@media(max-width:1024px){.courses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.admin-container{padding:1rem}.admin-header-card{padding:1.5rem}.admin-header-content{flex-direction:column;gap:1rem}.create-btn{width:100%;justify-content:center}.admin-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{white-space:nowrap}.search-wrapper{max-width:100%}.filters-row{flex-direction:column;align-items:stretch}.category-filter-wrapper{width:100%}.category-filter-select{width:100%;min-width:auto}.filter-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.course-form-overlay{padding:1rem}.course-form-modal{max-height:95vh}.form-header{padding:1rem 1.5rem}.form-header-left h2{font-size:1.25rem}.form-progress{flex-wrap:wrap;gap:.25rem}.progress-line{width:1rem}.step-label{font-size:.625rem}.course-form{padding:1.5rem}.form-navigation{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.nav-buttons-right{width:100%;flex-direction:column}.nav-btn{width:100%;justify-content:center}.courses-grid{grid-template-columns:1fr;gap:1rem}.course-card-image{height:180px}}@media(max-width:480px){.admin-header-left h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.course-card-content{padding:1rem}.course-card-actions{flex-direction:column}.action-btn{width:100%}}.landing{color:#111827}.container{max-width:1120px;margin:0 auto;padding:0 1rem}.landing-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);background:#f8fafccc;border-bottom:1px solid #e5e7eb}.landing-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{width:12px;height:12px;border-radius:9999px;background:#3b82f6;box-shadow:0 0 0 6px #3b82f626}.brand-name{font-weight:700}.hero{padding:6rem 0 4rem;background:linear-gradient(180deg,#fff,#f8fafc)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.hero-copy h1{font-size:2.5rem;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.hero-copy p{color:#4b5563;font-size:1.125rem}.hero-actions{margin-top:1.5rem;display:flex;gap:.75rem}.hero-meta{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.meta-pill{font-size:.875rem;color:#374151;background:#eef2ff;border:1px solid #e0e7ff;padding:.25rem .5rem;border-radius:9999px}.hero-card{display:flex;justify-content:center}.glass-card{width:100%;max-width:380px;border-radius:1rem;border:1px solid rgba(0,0,0,.06);background:#fff9;box-shadow:0 10px 30px #0000000f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.25rem;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center}.stat{text-align:center}.stat-value{font-weight:700;letter-spacing:-.01em}.stat-label{font-size:.875rem;color:#6b7280}.divider{width:1px;height:44px;background:#e5e7eb}.features{padding:4rem 0}.section-head{text-align:center;margin-bottom:2rem}.section-head h2{font-size:1.75rem;letter-spacing:-.01em}.section-head p{color:#6b7280}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.icon-wrap{width:36px;height:36px;display:grid;place-items:center;border-radius:.5rem;background:#eff6ff;color:#1d4ed8;margin-bottom:.75rem}.mobile-values{padding:3rem 0;background:#fff}.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.store-cta{display:flex;gap:.75rem;justify-content:center;margin-top:1.25rem}.store-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;background:#111827;color:#fff;border-radius:.5rem;text-decoration:none}.store-btn svg{margin-right:.5rem}.cta{padding:3rem 0;background:#0f172a;color:#fff}.cta-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-footer{padding:2rem 0;background:#f8fafc;border-top:1px solid #e5e7eb}.footer-grid{display:flex;align-items:center;justify-content:space-between}.footer-links{display:flex;gap:1rem}.footer-links a{color:#374151;text-decoration:none}@media(max-width:960px){.hero-grid{grid-template-columns:1fr}.glass-card{grid-template-columns:1fr;gap:.75rem;text-align:center}.divider{display:none}.feature-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-content{flex-direction:column;text-align:center}}@media(max-width:520px){.feature-grid,.value-grid{grid-template-columns:1fr}}.checkout-page{position:relative;min-height:100vh;width:100%;overflow:hidden;background:radial-gradient(1200px 800px at 70% -10%,rgba(59,130,246,.12),transparent 60%),radial-gradient(1000px 700px at -20% 110%,rgba(34,211,238,.12),transparent 60%),#0b1220;color:#e5e7eb}.bg-abstract{position:absolute;inset:0;pointer-events:none}.gradient-a,.gradient-b{position:absolute;width:70vmax;height:70vmax;filter:blur(90px);opacity:.3;border-radius:50%;mix-blend-mode:screen}.gradient-a{top:-20vmax;left:-15vmax;background:conic-gradient(from 220deg,#3b82f6,#a78bfa,#22d3ee,#3b82f6);animation:spin 48s linear infinite,float 18s ease-in-out infinite}.gradient-b{bottom:-22vmax;right:-18vmax;background:conic-gradient(from 40deg,#22d3ee,#3b82f6,#8b5cf6,#22d3ee);animation:spin-rev 60s linear infinite,float 22s ease-in-out infinite}.noise-overlay{position:absolute;inset:0;opacity:.12;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)" opacity="0.4"/></svg>')}.orb{position:absolute;width:38vmin;height:38vmin;border-radius:50%;filter:blur(14px);opacity:.25;mix-blend-mode:screen}.orb-a{left:8%;top:20%;background:radial-gradient(circle at 30% 30%,#3b82f6e6,#3b82f600 60%);animation:orbit-a 22s ease-in-out infinite}.orb-b{right:10%;bottom:18%;background:radial-gradient(circle at 70% 70%,#22d3eee6,#22d3ee00 60%);animation:orbit-b 26s ease-in-out infinite}.brand-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:9999px;background:#0b122066;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e5e7eb;z-index:2}.brand-dot{width:10px;height:10px;border-radius:9999px;background:#3b82f6;box-shadow:0 0 0 6px #3b82f626;position:relative}.brand-dot:after{content:"";position:absolute;inset:-4px;border-radius:inherit;box-shadow:0 0 #3b82f666;animation:brand-pulse 2.6s ease-out infinite}.brand-text{font-size:14px;letter-spacing:.02em;font-weight:600}.bg-abstract:before,.bg-abstract:after{content:"";position:absolute;inset:-20% -10% auto;height:60%;background:linear-gradient(90deg,#3b82f600,#3b82f638 35%,#a78bfa33 60%,#22d3ee00);filter:blur(24px);transform:skewY(-8deg) translateY(0);opacity:.6;pointer-events:none;mix-blend-mode:screen;animation:ribbon 22s ease-in-out infinite}.bg-abstract:after{inset:auto -15% -15%;height:55%;transform:skewY(10deg) translateY(0);animation:ribbon-rev 26s ease-in-out infinite;opacity:.5}.card{width:100%;max-width:560px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px #00000040}.card-header{padding:24px 24px 0}.card-header h1{font-size:28px;line-height:1.2;letter-spacing:-.02em}.card-header p{color:#a1a1aa;margin-top:8px}.card-body{padding:24px}.placeholder{height:260px;border-radius:12px;background:#ffffff0a;border:1px dashed rgba(255,255,255,.18);display:grid;place-items:center}.pulse{width:42px;height:42px;border-radius:9999px;background:linear-gradient(135deg,#93c5fd,#22d3ee);animation:ping 1.8s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{0%{transform:scale(.9);opacity:.9}60%{transform:scale(1.2);opacity:.4}to{transform:scale(.9);opacity:.9}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin-rev{to{transform:rotate(-360deg)}}@keyframes float{0%,to{transform:translateZ(0)}50%{transform:translate3d(2vmax,-1.5vmax,0)}}@keyframes ribbon{0%,to{transform:skewY(-8deg) translateY(0)}50%{transform:skewY(-8deg) translateY(-3%)}}@keyframes ribbon-rev{0%,to{transform:skewY(10deg) translateY(0)}50%{transform:skewY(10deg) translateY(3%)}}@keyframes orbit-a{0%{transform:translateZ(0)}50%{transform:translate3d(6vmin,-3vmin,0)}to{transform:translateZ(0)}}@keyframes orbit-b{0%{transform:translateZ(0)}50%{transform:translate3d(-5vmin,3vmin,0)}to{transform:translateZ(0)}}@keyframes brand-pulse{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.card-footer{padding:0 24px 24px}.muted{color:#a1a1aa;font-size:14px}@media(max-width:520px){.card-header h1{font-size:24px}.placeholder{height:220px}}@media(prefers-reduced-motion:reduce){.gradient-a,.gradient-b,.bg-abstract:before,.bg-abstract:after,.orb,.brand-dot:after{animation:none!important}}.pay-success-page *,.pay-success-page *:before,.pay-success-page *:after{margin:0;padding:0;box-sizing:border-box}.pay-success-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.pay-success-content{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;max-width:400px;padding:0 20px;margin-top:60px}.pay-success-title{font-size:28px;font-weight:700;color:#333;text-align:center;margin-bottom:20px}.pay-success-separator{width:100%;height:3px;background-color:#00e600;margin-bottom:40px}.pay-success-button-section{margin-top:auto;width:100%;display:flex;justify-content:center;margin-bottom:40px}.pay-success-button{background-color:#00e600;color:#fff;border:none;padding:16px 32px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s;width:100%;max-width:300px}.pay-success-button:hover{background-color:#0c0}.pay-success-button:active{transform:translateY(1px)}.cancel-page *,.cancel-page *:before,.cancel-page *:after{margin:0;padding:0;box-sizing:border-box}.cancel-page{background-color:#fff;min-height:100vh}.cancel-container{background-color:#fff;min-height:100vh;padding:40px 20px;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.cancel-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;max-width:400px;margin:0 auto;width:100%}.cancel-text-section{margin-top:60px}.cancel-title{font-size:24px;font-weight:700;color:#222;text-align:center;margin-bottom:20px;line-height:1.3}.cancel-description{font-size:17px;color:#444;line-height:1.5;text-align:center;margin-bottom:30px}.cancel-button-section{margin-bottom:40px}.cancel-back-button{width:100%;background-color:#4da6ff;color:#fff;border:1px solid #4da6ff;padding:16px 24px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:15px}.cancel-back-button:active{transform:translateY(1px)}.delete-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.delete-container{max-width:500px;width:100%;text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:48px 32px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px #0000004d}.delete-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 32px #ff6b6b4d}.delete-icon svg{width:40px;height:40px;color:#fff}.delete-title{font-size:28px;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.delete-subtitle{font-size:18px;color:#b0b0b0;margin-bottom:32px;line-height:1.6}.delete-instruction-card{background:#ffffff14;border-radius:16px;padding:24px;margin-bottom:32px;border:1px solid rgba(255,255,255,.1)}.delete-step{display:flex;align-items:center;margin-bottom:16px;text-align:left}.delete-step:last-child{margin-bottom:0}.delete-step-number{width:32px;height:32px;background:linear-gradient(135deg,#4ecdc4,#44a08d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin-right:16px;flex-shrink:0}.delete-step-text{color:#e0e0e0;font-size:16px;line-height:1.5}.delete-highlight{color:#4ecdc4;font-weight:600}.delete-warning{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:12px;padding:16px;margin-bottom:24px}.delete-warning-text{color:#ff8e8e;font-size:14px;line-height:1.5}.delete-back-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #667eea4d}.delete-back-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #667eea66}.delete-back-button:active{transform:translateY(0)}@media(max-width:600px){.delete-container{padding:32px 24px}.delete-title{font-size:24px}.delete-subtitle{font-size:16px}}.refund-policy{background:#f8fafc;color:#111827;min-height:100vh}.refund-policy-container{max-width:800px;margin:0 auto;padding:2rem}.refund-policy-header{text-align:center;margin-bottom:3rem}.refund-policy-logo{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.refund-policy-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#111827}.refund-policy-content{line-height:1.7}@media(max-width:768px){.refund-policy-container{padding:2rem 1rem 1rem}.refund-policy-header h1{font-size:2rem}.refund-policy-logo{width:60px;height:60px}.policy-section{padding:1rem;margin-bottom:1.5rem}.policy-section h2{font-size:1.3rem}}@media(max-width:480px){.refund-policy-container{padding:.5rem}.refund-policy-header h1{font-size:1.8rem}.policy-section{padding:.8rem}}.terms-of-service{background:#f8fafc;color:#111827;min-height:100vh}.terms-container{max-width:800px;margin:0 auto;padding:2rem}.terms-header{text-align:center;margin-bottom:3rem}.terms-logo{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.terms-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#111827}.terms-content{line-height:1.7}.terms-section{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#3b82f6}.terms-section p{margin-bottom:1rem;color:#374151}.terms-section ul{margin-left:1.5rem;margin-bottom:1rem}.terms-section li{margin-bottom:.5rem;color:#4b5563;list-style-type:disc}@media(max-width:768px){.terms-container{padding:2rem 1rem 1rem}.terms-header h1{font-size:2rem}.terms-logo{width:60px;height:60px}.terms-section{padding:1rem;margin-bottom:1.5rem}.terms-section h2{font-size:1.3rem}}@media(max-width:480px){.terms-container{padding:.5rem}.terms-header h1{font-size:1.8rem}.terms-section{padding:.8rem}}.privacy-policy{background:#f8fafc;color:#111827;min-height:100vh}.privacy-policy-container{max-width:800px;margin:0 auto;padding:2rem}.privacy-policy-header{text-align:center;margin-bottom:3rem}.privacy-policy-logo{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.privacy-policy-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#111827}.last-updated{color:#6b7280;font-size:.9rem;margin:0}.privacy-policy-content{line-height:1.7}.policy-section{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#3b82f6}.policy-section h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem;color:#374151}.policy-section p{margin-bottom:1rem;color:#374151}.policy-section ul,.policy-section ol{margin-left:1.5rem;margin-bottom:1rem}.policy-section li{margin-bottom:.5rem;color:#4b5563}.policy-section ul li{list-style-type:disc}.policy-section ol li{list-style-type:decimal}.contact-info{background:#eff6ff;padding:1rem;border-radius:8px;border-left:4px solid #3B82F6}.contact-info p{margin-bottom:.5rem;font-size:.95rem}.contact-info strong{color:#3b82f6}@media(max-width:768px){.privacy-policy-container{padding:1rem}.privacy-policy-header h1{font-size:2rem}.policy-section{padding:1rem}}.navigation{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav-brand h1{color:#333;font-size:1.5rem;font-weight:600;margin:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{display:flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease}.nav-link:hover{color:#3b82f6;background:#f8fafc}.nav-link.active{color:#3b82f6;background:#eff6ff}.nav-user{display:flex;align-items:center;gap:1rem}.user-email{color:#666;font-size:.875rem}.sign-out-btn{display:flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.sign-out-btn:hover{background:#dc2626}@media(max-width:768px){.nav-container{padding:0 1rem;flex-direction:column;gap:1rem}.nav-links{gap:1rem}.nav-user{flex-direction:column;gap:.5rem}.user-email{display:none}}.footer{background:#1a1a1a;color:#e0e0e0;padding:2rem 0 1rem;margin-top:auto;border-top:1px solid #333}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.footer-brand{display:flex;align-items:center;font-weight:600;color:#667eea}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#888!important;text-decoration:none;font-size:1rem;font-weight:600;transition:color .2s ease;opacity:1}.footer-link:hover{color:#667eea!important}.footer-separator{color:#666;font-size:.8rem}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #333}.footer-bottom p{margin:0;font-size:.8rem;color:#888}@media(max-width:768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:.3rem;font-size:.85rem}.footer-container{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:0}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.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}.mt-1{margin-top:.25rem}.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}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{color:#333;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.alert{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500}.alert-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#666}@media(max-width:768px){.main-content{padding:1rem}.btn{padding:.625rem 1.25rem;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:.625rem;font-size:.875rem}}@media(max-width:480px){.main-content{padding:.5rem}.btn{padding:.5rem 1rem;font-size:.875rem}}
